From 4d527e43366b0837d5c3426092bd0454e22bec20 Mon Sep 17 00:00:00 2001 From: Arnaud Fornerot Date: Mon, 9 May 2022 15:37:15 +0200 Subject: [PATCH] first commit --- Makefile | 26 + README.md | 231 + apps.mk | 64 + db/gen/ninenote-create-0.sql | 5 + dicos/90_ninenote.xml | 222 + eole.mk | 231 + logrotate/ninenote | 13 + postservice/90-ninenote | 2 + pretemplate/25-ninenote | 3 + src/ninenote-1.0/.env | 69 + src/ninenote-1.0/.env.test | 5 + src/ninenote-1.0/.gitignore | 35 + src/ninenote-1.0/assets/js/app.js | 67 + src/ninenote-1.0/assets/js/datatables.init.js | 30 + src/ninenote-1.0/assets/js/dropzone.js | 11 + src/ninenote-1.0/assets/js/fullcalendar.js | 36 + src/ninenote-1.0/bin/console | 42 + src/ninenote-1.0/bin/phpunit | 13 + src/ninenote-1.0/composer.json | 100 + src/ninenote-1.0/composer.lock | 9052 ++ src/ninenote-1.0/config/bootstrap.php | 23 + src/ninenote-1.0/config/bundles.php | 23 + src/ninenote-1.0/config/packages/assets.yaml | 3 + src/ninenote-1.0/config/packages/cache.yaml | 19 + .../config/packages/dev/debug.yaml | 4 + .../config/packages/dev/easy_log_handler.yaml | 16 + .../config/packages/dev/monolog.yaml | 19 + .../config/packages/dev/swiftmailer.yaml | 4 + .../config/packages/dev/web_profiler.yaml | 6 + .../config/packages/doctrine.yaml | 21 + .../config/packages/doctrine_migrations.yaml | 3 + .../config/packages/fos_ckeditor.yaml | 47 + .../config/packages/fos_rest.yaml | 15 + .../config/packages/framework.yaml | 20 + .../config/packages/knp_snappy.yaml | 10 + src/ninenote-1.0/config/packages/mailer.yaml | 3 + .../config/packages/nelmio_api_doc.yaml | 9 + .../config/packages/one_upload.yaml | 11 + .../config/packages/oneup_uploader.yaml | 6 + .../config/packages/prod/doctrine.yaml | 20 + .../config/packages/prod/monolog.yaml | 24 + .../config/packages/prod/routing.yaml | 3 + .../config/packages/prod/webpack_encore.yaml | 4 + src/ninenote-1.0/config/packages/routing.yaml | 3 + .../config/packages/security.yaml | 50 + .../packages/sensio_framework_extra.yaml | 3 + .../config/packages/swiftmailer.yaml | 5 + .../config/packages/test/framework.yaml | 4 + .../config/packages/test/monolog.yaml | 12 + .../config/packages/test/swiftmailer.yaml | 2 + .../config/packages/test/twig.yaml | 2 + .../config/packages/test/validator.yaml | 3 + .../config/packages/test/web_profiler.yaml | 6 + .../config/packages/test/webpack_encore.yaml | 2 + .../config/packages/translation.yaml | 6 + src/ninenote-1.0/config/packages/twig.yaml | 22 + .../config/packages/validator.yaml | 8 + .../config/packages/webpack_encore.yaml | 25 + src/ninenote-1.0/config/routes.yaml | 374 + .../config/routes/annotations.yaml | 7 + .../config/routes/dev/framework.yaml | 3 + .../config/routes/dev/web_profiler.yaml | 7 + .../config/routes/nelmio_api_doc.yaml | 12 + .../config/routes/oneup_uploader.yaml | 3 + src/ninenote-1.0/config/services.yaml | 132 + src/ninenote-1.0/package.json | 43 + src/ninenote-1.0/phpunit.xml.dist | 33 + src/ninenote-1.0/public/.htaccess | 66 + src/ninenote-1.0/public/build/app.js | 432 + .../public/build/ckeditor/adapters/jquery.js | 10 + .../public/build/ckeditor/ckeditor.js | 1236 + .../public/build/ckeditor/config.js | 38 + .../public/build/ckeditor/contents.css | 208 + .../ckeditor/lang/_translationstatus.txt | 63 + .../public/build/ckeditor/lang/af.js | 5 + .../public/build/ckeditor/lang/ar.js | 5 + .../public/build/ckeditor/lang/az.js | 5 + .../public/build/ckeditor/lang/bg.js | 5 + .../public/build/ckeditor/lang/bn.js | 5 + .../public/build/ckeditor/lang/bs.js | 5 + .../public/build/ckeditor/lang/ca.js | 5 + .../public/build/ckeditor/lang/cs.js | 5 + .../public/build/ckeditor/lang/cy.js | 5 + .../public/build/ckeditor/lang/da.js | 5 + .../public/build/ckeditor/lang/de-ch.js | 5 + .../public/build/ckeditor/lang/de.js | 5 + .../public/build/ckeditor/lang/el.js | 5 + .../public/build/ckeditor/lang/en-au.js | 5 + .../public/build/ckeditor/lang/en-ca.js | 5 + .../public/build/ckeditor/lang/en-gb.js | 5 + .../public/build/ckeditor/lang/en.js | 5 + .../public/build/ckeditor/lang/eo.js | 5 + .../public/build/ckeditor/lang/es-mx.js | 5 + .../public/build/ckeditor/lang/es.js | 5 + .../public/build/ckeditor/lang/et.js | 5 + .../public/build/ckeditor/lang/eu.js | 5 + .../public/build/ckeditor/lang/fa.js | 5 + .../public/build/ckeditor/lang/fi.js | 5 + .../public/build/ckeditor/lang/fo.js | 5 + .../public/build/ckeditor/lang/fr-ca.js | 5 + .../public/build/ckeditor/lang/fr.js | 5 + .../public/build/ckeditor/lang/gl.js | 5 + .../public/build/ckeditor/lang/gu.js | 5 + .../public/build/ckeditor/lang/he.js | 5 + .../public/build/ckeditor/lang/hi.js | 5 + .../public/build/ckeditor/lang/hr.js | 5 + .../public/build/ckeditor/lang/hu.js | 5 + .../public/build/ckeditor/lang/id.js | 5 + .../public/build/ckeditor/lang/is.js | 5 + .../public/build/ckeditor/lang/it.js | 5 + .../public/build/ckeditor/lang/ja.js | 5 + .../public/build/ckeditor/lang/ka.js | 5 + .../public/build/ckeditor/lang/km.js | 5 + .../public/build/ckeditor/lang/ko.js | 5 + .../public/build/ckeditor/lang/ku.js | 5 + .../public/build/ckeditor/lang/lt.js | 5 + .../public/build/ckeditor/lang/lv.js | 5 + .../public/build/ckeditor/lang/mk.js | 5 + .../public/build/ckeditor/lang/mn.js | 5 + .../public/build/ckeditor/lang/ms.js | 5 + .../public/build/ckeditor/lang/nb.js | 5 + .../public/build/ckeditor/lang/nl.js | 5 + .../public/build/ckeditor/lang/no.js | 5 + .../public/build/ckeditor/lang/oc.js | 5 + .../public/build/ckeditor/lang/pl.js | 5 + .../public/build/ckeditor/lang/pt-br.js | 5 + .../public/build/ckeditor/lang/pt.js | 5 + .../public/build/ckeditor/lang/ro.js | 5 + .../public/build/ckeditor/lang/ru.js | 5 + .../public/build/ckeditor/lang/si.js | 5 + .../public/build/ckeditor/lang/sk.js | 5 + .../public/build/ckeditor/lang/sl.js | 5 + .../public/build/ckeditor/lang/sq.js | 5 + .../public/build/ckeditor/lang/sr-latn.js | 5 + .../public/build/ckeditor/lang/sr.js | 5 + .../public/build/ckeditor/lang/sv.js | 5 + .../public/build/ckeditor/lang/th.js | 5 + .../public/build/ckeditor/lang/tr.js | 5 + .../public/build/ckeditor/lang/tt.js | 5 + .../public/build/ckeditor/lang/ug.js | 5 + .../public/build/ckeditor/lang/uk.js | 5 + .../public/build/ckeditor/lang/vi.js | 5 + .../public/build/ckeditor/lang/zh-cn.js | 5 + .../public/build/ckeditor/lang/zh.js | 5 + .../plugins/a11yhelp/dialogs/a11yhelp.js | 10 + .../dialogs/lang/_translationstatus.txt | 25 + .../plugins/a11yhelp/dialogs/lang/af.js | 11 + .../plugins/a11yhelp/dialogs/lang/ar.js | 11 + .../plugins/a11yhelp/dialogs/lang/az.js | 11 + .../plugins/a11yhelp/dialogs/lang/bg.js | 11 + .../plugins/a11yhelp/dialogs/lang/ca.js | 13 + .../plugins/a11yhelp/dialogs/lang/cs.js | 12 + .../plugins/a11yhelp/dialogs/lang/cy.js | 11 + .../plugins/a11yhelp/dialogs/lang/da.js | 11 + .../plugins/a11yhelp/dialogs/lang/de-ch.js | 12 + .../plugins/a11yhelp/dialogs/lang/de.js | 13 + .../plugins/a11yhelp/dialogs/lang/el.js | 13 + .../plugins/a11yhelp/dialogs/lang/en-au.js | 11 + .../plugins/a11yhelp/dialogs/lang/en-gb.js | 11 + .../plugins/a11yhelp/dialogs/lang/en.js | 11 + .../plugins/a11yhelp/dialogs/lang/eo.js | 13 + .../plugins/a11yhelp/dialogs/lang/es-mx.js | 13 + .../plugins/a11yhelp/dialogs/lang/es.js | 13 + .../plugins/a11yhelp/dialogs/lang/et.js | 11 + .../plugins/a11yhelp/dialogs/lang/eu.js | 12 + .../plugins/a11yhelp/dialogs/lang/fa.js | 11 + .../plugins/a11yhelp/dialogs/lang/fi.js | 11 + .../plugins/a11yhelp/dialogs/lang/fo.js | 11 + .../plugins/a11yhelp/dialogs/lang/fr-ca.js | 11 + .../plugins/a11yhelp/dialogs/lang/fr.js | 13 + .../plugins/a11yhelp/dialogs/lang/gl.js | 12 + .../plugins/a11yhelp/dialogs/lang/gu.js | 11 + .../plugins/a11yhelp/dialogs/lang/he.js | 11 + .../plugins/a11yhelp/dialogs/lang/hi.js | 11 + .../plugins/a11yhelp/dialogs/lang/hr.js | 11 + .../plugins/a11yhelp/dialogs/lang/hu.js | 12 + .../plugins/a11yhelp/dialogs/lang/id.js | 11 + .../plugins/a11yhelp/dialogs/lang/it.js | 13 + .../plugins/a11yhelp/dialogs/lang/ja.js | 9 + .../plugins/a11yhelp/dialogs/lang/km.js | 11 + .../plugins/a11yhelp/dialogs/lang/ko.js | 10 + .../plugins/a11yhelp/dialogs/lang/ku.js | 11 + .../plugins/a11yhelp/dialogs/lang/lt.js | 11 + .../plugins/a11yhelp/dialogs/lang/lv.js | 12 + .../plugins/a11yhelp/dialogs/lang/mk.js | 11 + .../plugins/a11yhelp/dialogs/lang/mn.js | 11 + .../plugins/a11yhelp/dialogs/lang/nb.js | 12 + .../plugins/a11yhelp/dialogs/lang/nl.js | 12 + .../plugins/a11yhelp/dialogs/lang/no.js | 11 + .../plugins/a11yhelp/dialogs/lang/oc.js | 12 + .../plugins/a11yhelp/dialogs/lang/pl.js | 13 + .../plugins/a11yhelp/dialogs/lang/pt-br.js | 13 + .../plugins/a11yhelp/dialogs/lang/pt.js | 12 + .../plugins/a11yhelp/dialogs/lang/ro.js | 12 + .../plugins/a11yhelp/dialogs/lang/ru.js | 11 + .../plugins/a11yhelp/dialogs/lang/si.js | 10 + .../plugins/a11yhelp/dialogs/lang/sk.js | 11 + .../plugins/a11yhelp/dialogs/lang/sl.js | 11 + .../plugins/a11yhelp/dialogs/lang/sq.js | 12 + .../plugins/a11yhelp/dialogs/lang/sr-latn.js | 12 + .../plugins/a11yhelp/dialogs/lang/sr.js | 12 + .../plugins/a11yhelp/dialogs/lang/sv.js | 11 + .../plugins/a11yhelp/dialogs/lang/th.js | 11 + .../plugins/a11yhelp/dialogs/lang/tr.js | 12 + .../plugins/a11yhelp/dialogs/lang/tt.js | 11 + .../plugins/a11yhelp/dialogs/lang/ug.js | 12 + .../plugins/a11yhelp/dialogs/lang/uk.js | 12 + .../plugins/a11yhelp/dialogs/lang/vi.js | 11 + .../plugins/a11yhelp/dialogs/lang/zh-cn.js | 9 + .../plugins/a11yhelp/dialogs/lang/zh.js | 9 + .../ckeditor/plugins/about/dialogs/about.js | 8 + .../about/dialogs/hidpi/logo_ckeditor.png | Bin 0 -> 12236 bytes .../plugins/about/dialogs/logo_ckeditor.png | Bin 0 -> 5650 bytes .../build/ckeditor/plugins/adobeair/plugin.js | 9 + .../build/ckeditor/plugins/ajax/plugin.js | 7 + .../ckeditor/plugins/autocomplete/plugin.js | 21 + .../plugins/autocomplete/skins/default.css | 38 + .../ckeditor/plugins/autoembed/lang/az.js | 1 + .../ckeditor/plugins/autoembed/lang/bg.js | 1 + .../ckeditor/plugins/autoembed/lang/ca.js | 1 + .../ckeditor/plugins/autoembed/lang/cs.js | 1 + .../ckeditor/plugins/autoembed/lang/da.js | 1 + .../ckeditor/plugins/autoembed/lang/de-ch.js | 1 + .../ckeditor/plugins/autoembed/lang/de.js | 1 + .../ckeditor/plugins/autoembed/lang/el.js | 1 + .../ckeditor/plugins/autoembed/lang/en-au.js | 1 + .../ckeditor/plugins/autoembed/lang/en.js | 1 + .../ckeditor/plugins/autoembed/lang/eo.js | 1 + .../ckeditor/plugins/autoembed/lang/es-mx.js | 1 + .../ckeditor/plugins/autoembed/lang/es.js | 1 + .../ckeditor/plugins/autoembed/lang/et.js | 1 + .../ckeditor/plugins/autoembed/lang/eu.js | 1 + .../ckeditor/plugins/autoembed/lang/fr.js | 1 + .../ckeditor/plugins/autoembed/lang/gl.js | 1 + .../ckeditor/plugins/autoembed/lang/hr.js | 1 + .../ckeditor/plugins/autoembed/lang/hu.js | 1 + .../ckeditor/plugins/autoembed/lang/it.js | 1 + .../ckeditor/plugins/autoembed/lang/ja.js | 1 + .../ckeditor/plugins/autoembed/lang/km.js | 1 + .../ckeditor/plugins/autoembed/lang/ko.js | 1 + .../ckeditor/plugins/autoembed/lang/ku.js | 1 + .../ckeditor/plugins/autoembed/lang/lt.js | 1 + .../ckeditor/plugins/autoembed/lang/lv.js | 1 + .../ckeditor/plugins/autoembed/lang/mk.js | 1 + .../ckeditor/plugins/autoembed/lang/nb.js | 1 + .../ckeditor/plugins/autoembed/lang/nl.js | 1 + .../ckeditor/plugins/autoembed/lang/oc.js | 1 + .../ckeditor/plugins/autoembed/lang/pl.js | 1 + .../ckeditor/plugins/autoembed/lang/pt-br.js | 1 + .../ckeditor/plugins/autoembed/lang/pt.js | 1 + .../ckeditor/plugins/autoembed/lang/ro.js | 1 + .../ckeditor/plugins/autoembed/lang/ru.js | 1 + .../ckeditor/plugins/autoembed/lang/sk.js | 1 + .../ckeditor/plugins/autoembed/lang/sq.js | 1 + .../plugins/autoembed/lang/sr-latn.js | 1 + .../ckeditor/plugins/autoembed/lang/sr.js | 1 + .../ckeditor/plugins/autoembed/lang/sv.js | 1 + .../ckeditor/plugins/autoembed/lang/tr.js | 1 + .../ckeditor/plugins/autoembed/lang/ug.js | 1 + .../ckeditor/plugins/autoembed/lang/uk.js | 1 + .../ckeditor/plugins/autoembed/lang/vi.js | 1 + .../ckeditor/plugins/autoembed/lang/zh-cn.js | 1 + .../ckeditor/plugins/autoembed/lang/zh.js | 1 + .../ckeditor/plugins/autoembed/plugin.js | 9 + .../build/ckeditor/plugins/autogrow/plugin.js | 8 + .../build/ckeditor/plugins/autolink/plugin.js | 8 + .../ckeditor/plugins/balloonpanel/plugin.js | 22 + .../balloonpanel/skins/kama/balloonpanel.css | 220 + .../skins/moono-lisa/balloonpanel.css | 223 + .../skins/moono-lisa/images/close.png | Bin 0 -> 615 bytes .../skins/moono-lisa/images/hidpi/close.png | Bin 0 -> 1259 bytes .../balloonpanel/skins/moono/balloonpanel.css | 237 + .../balloonpanel/skins/moono/images/close.png | Bin 0 -> 824 bytes .../skins/moono/images/hidpi/close.png | Bin 0 -> 1271 bytes .../ckeditor/plugins/balloontoolbar/plugin.js | 20 + .../plugins/balloontoolbar/skins/default.css | 95 + .../skins/kama/balloontoolbar.css | 30 + .../skins/moono-lisa/balloontoolbar.css | 44 + .../skins/moono/balloontoolbar.css | 34 + .../build/ckeditor/plugins/bbcode/plugin.js | 23 + .../ckeditor/plugins/bidi/icons/bidiltr.png | Bin 0 -> 471 bytes .../ckeditor/plugins/bidi/icons/bidirtl.png | Bin 0 -> 474 bytes .../plugins/bidi/icons/hidpi/bidiltr.png | Bin 0 -> 872 bytes .../plugins/bidi/icons/hidpi/bidirtl.png | Bin 0 -> 945 bytes .../build/ckeditor/plugins/bidi/lang/af.js | 1 + .../build/ckeditor/plugins/bidi/lang/ar.js | 1 + .../build/ckeditor/plugins/bidi/lang/az.js | 1 + .../build/ckeditor/plugins/bidi/lang/bg.js | 1 + .../build/ckeditor/plugins/bidi/lang/bn.js | 1 + .../build/ckeditor/plugins/bidi/lang/bs.js | 1 + .../build/ckeditor/plugins/bidi/lang/ca.js | 1 + .../build/ckeditor/plugins/bidi/lang/cs.js | 1 + .../build/ckeditor/plugins/bidi/lang/cy.js | 1 + .../build/ckeditor/plugins/bidi/lang/da.js | 1 + .../build/ckeditor/plugins/bidi/lang/de-ch.js | 1 + .../build/ckeditor/plugins/bidi/lang/de.js | 1 + .../build/ckeditor/plugins/bidi/lang/el.js | 1 + .../build/ckeditor/plugins/bidi/lang/en-au.js | 1 + .../build/ckeditor/plugins/bidi/lang/en-ca.js | 1 + .../build/ckeditor/plugins/bidi/lang/en-gb.js | 1 + .../build/ckeditor/plugins/bidi/lang/en.js | 1 + .../build/ckeditor/plugins/bidi/lang/eo.js | 1 + .../build/ckeditor/plugins/bidi/lang/es-mx.js | 1 + .../build/ckeditor/plugins/bidi/lang/es.js | 1 + .../build/ckeditor/plugins/bidi/lang/et.js | 1 + .../build/ckeditor/plugins/bidi/lang/eu.js | 1 + .../build/ckeditor/plugins/bidi/lang/fa.js | 1 + .../build/ckeditor/plugins/bidi/lang/fi.js | 1 + .../build/ckeditor/plugins/bidi/lang/fo.js | 1 + .../build/ckeditor/plugins/bidi/lang/fr-ca.js | 1 + .../build/ckeditor/plugins/bidi/lang/fr.js | 1 + .../build/ckeditor/plugins/bidi/lang/gl.js | 1 + .../build/ckeditor/plugins/bidi/lang/gu.js | 1 + .../build/ckeditor/plugins/bidi/lang/he.js | 1 + .../build/ckeditor/plugins/bidi/lang/hi.js | 1 + .../build/ckeditor/plugins/bidi/lang/hr.js | 1 + .../build/ckeditor/plugins/bidi/lang/hu.js | 1 + .../build/ckeditor/plugins/bidi/lang/id.js | 1 + .../build/ckeditor/plugins/bidi/lang/is.js | 1 + .../build/ckeditor/plugins/bidi/lang/it.js | 1 + .../build/ckeditor/plugins/bidi/lang/ja.js | 1 + .../build/ckeditor/plugins/bidi/lang/ka.js | 1 + .../build/ckeditor/plugins/bidi/lang/km.js | 1 + .../build/ckeditor/plugins/bidi/lang/ko.js | 1 + .../build/ckeditor/plugins/bidi/lang/ku.js | 1 + .../build/ckeditor/plugins/bidi/lang/lt.js | 1 + .../build/ckeditor/plugins/bidi/lang/lv.js | 1 + .../build/ckeditor/plugins/bidi/lang/mk.js | 1 + .../build/ckeditor/plugins/bidi/lang/mn.js | 1 + .../build/ckeditor/plugins/bidi/lang/ms.js | 1 + .../build/ckeditor/plugins/bidi/lang/nb.js | 1 + .../build/ckeditor/plugins/bidi/lang/nl.js | 1 + .../build/ckeditor/plugins/bidi/lang/no.js | 1 + .../build/ckeditor/plugins/bidi/lang/oc.js | 1 + .../build/ckeditor/plugins/bidi/lang/pl.js | 1 + .../build/ckeditor/plugins/bidi/lang/pt-br.js | 1 + .../build/ckeditor/plugins/bidi/lang/pt.js | 1 + .../build/ckeditor/plugins/bidi/lang/ro.js | 1 + .../build/ckeditor/plugins/bidi/lang/ru.js | 1 + .../build/ckeditor/plugins/bidi/lang/si.js | 1 + .../build/ckeditor/plugins/bidi/lang/sk.js | 1 + .../build/ckeditor/plugins/bidi/lang/sl.js | 1 + .../build/ckeditor/plugins/bidi/lang/sq.js | 1 + .../ckeditor/plugins/bidi/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/bidi/lang/sr.js | 1 + .../build/ckeditor/plugins/bidi/lang/sv.js | 1 + .../build/ckeditor/plugins/bidi/lang/th.js | 1 + .../build/ckeditor/plugins/bidi/lang/tr.js | 1 + .../build/ckeditor/plugins/bidi/lang/tt.js | 1 + .../build/ckeditor/plugins/bidi/lang/ug.js | 1 + .../build/ckeditor/plugins/bidi/lang/uk.js | 1 + .../build/ckeditor/plugins/bidi/lang/vi.js | 1 + .../build/ckeditor/plugins/bidi/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/bidi/lang/zh.js | 1 + .../build/ckeditor/plugins/bidi/plugin.js | 13 + .../plugins/clipboard/dialogs/paste.js | 11 + .../ckeditor/plugins/cloudservices/plugin.js | 7 + .../codesnippet/dialogs/codesnippet.js | 6 + .../plugins/codesnippet/icons/codesnippet.png | Bin 0 -> 532 bytes .../codesnippet/icons/hidpi/codesnippet.png | Bin 0 -> 1046 bytes .../ckeditor/plugins/codesnippet/lang/ar.js | 5 + .../ckeditor/plugins/codesnippet/lang/az.js | 5 + .../ckeditor/plugins/codesnippet/lang/bg.js | 5 + .../ckeditor/plugins/codesnippet/lang/ca.js | 5 + .../ckeditor/plugins/codesnippet/lang/cs.js | 5 + .../ckeditor/plugins/codesnippet/lang/da.js | 5 + .../plugins/codesnippet/lang/de-ch.js | 5 + .../ckeditor/plugins/codesnippet/lang/de.js | 5 + .../ckeditor/plugins/codesnippet/lang/el.js | 5 + .../plugins/codesnippet/lang/en-au.js | 5 + .../plugins/codesnippet/lang/en-gb.js | 5 + .../ckeditor/plugins/codesnippet/lang/en.js | 5 + .../ckeditor/plugins/codesnippet/lang/eo.js | 5 + .../plugins/codesnippet/lang/es-mx.js | 5 + .../ckeditor/plugins/codesnippet/lang/es.js | 5 + .../ckeditor/plugins/codesnippet/lang/et.js | 5 + .../ckeditor/plugins/codesnippet/lang/eu.js | 5 + .../ckeditor/plugins/codesnippet/lang/fa.js | 5 + .../ckeditor/plugins/codesnippet/lang/fi.js | 5 + .../plugins/codesnippet/lang/fr-ca.js | 5 + .../ckeditor/plugins/codesnippet/lang/fr.js | 5 + .../ckeditor/plugins/codesnippet/lang/gl.js | 5 + .../ckeditor/plugins/codesnippet/lang/he.js | 5 + .../ckeditor/plugins/codesnippet/lang/hr.js | 5 + .../ckeditor/plugins/codesnippet/lang/hu.js | 5 + .../ckeditor/plugins/codesnippet/lang/id.js | 5 + .../ckeditor/plugins/codesnippet/lang/it.js | 5 + .../ckeditor/plugins/codesnippet/lang/ja.js | 5 + .../ckeditor/plugins/codesnippet/lang/km.js | 5 + .../ckeditor/plugins/codesnippet/lang/ko.js | 5 + .../ckeditor/plugins/codesnippet/lang/ku.js | 5 + .../ckeditor/plugins/codesnippet/lang/lt.js | 5 + .../ckeditor/plugins/codesnippet/lang/lv.js | 5 + .../ckeditor/plugins/codesnippet/lang/nb.js | 5 + .../ckeditor/plugins/codesnippet/lang/nl.js | 5 + .../ckeditor/plugins/codesnippet/lang/no.js | 5 + .../ckeditor/plugins/codesnippet/lang/oc.js | 5 + .../ckeditor/plugins/codesnippet/lang/pl.js | 5 + .../plugins/codesnippet/lang/pt-br.js | 5 + .../ckeditor/plugins/codesnippet/lang/pt.js | 5 + .../ckeditor/plugins/codesnippet/lang/ro.js | 5 + .../ckeditor/plugins/codesnippet/lang/ru.js | 5 + .../ckeditor/plugins/codesnippet/lang/sk.js | 5 + .../ckeditor/plugins/codesnippet/lang/sl.js | 5 + .../ckeditor/plugins/codesnippet/lang/sq.js | 5 + .../plugins/codesnippet/lang/sr-latn.js | 5 + .../ckeditor/plugins/codesnippet/lang/sr.js | 5 + .../ckeditor/plugins/codesnippet/lang/sv.js | 5 + .../ckeditor/plugins/codesnippet/lang/th.js | 5 + .../ckeditor/plugins/codesnippet/lang/tr.js | 5 + .../ckeditor/plugins/codesnippet/lang/tt.js | 5 + .../ckeditor/plugins/codesnippet/lang/ug.js | 5 + .../ckeditor/plugins/codesnippet/lang/uk.js | 5 + .../ckeditor/plugins/codesnippet/lang/vi.js | 5 + .../plugins/codesnippet/lang/zh-cn.js | 5 + .../ckeditor/plugins/codesnippet/lang/zh.js | 5 + .../codesnippet/lib/highlight/CHANGES.md | 827 + .../codesnippet/lib/highlight/LICENSE.bin | 24 + .../codesnippet/lib/highlight/README.ru.md | 171 + .../lib/highlight/highlight.pack.js | 1 + .../codesnippet/lib/highlight/styles/arta.css | 160 + .../lib/highlight/styles/ascetic.css | 50 + .../highlight/styles/atelier-dune.dark.css | 93 + .../highlight/styles/atelier-dune.light.css | 93 + .../highlight/styles/atelier-forest.dark.css | 93 + .../highlight/styles/atelier-forest.light.css | 93 + .../highlight/styles/atelier-heath.dark.css | 93 + .../highlight/styles/atelier-heath.light.css | 93 + .../styles/atelier-lakeside.dark.css | 93 + .../styles/atelier-lakeside.light.css | 93 + .../highlight/styles/atelier-seaside.dark.css | 93 + .../styles/atelier-seaside.light.css | 93 + .../lib/highlight/styles/brown_paper.css | 105 + .../lib/highlight/styles/brown_papersq.png | Bin 0 -> 18198 bytes .../codesnippet/lib/highlight/styles/dark.css | 105 + .../lib/highlight/styles/default.css | 153 + .../lib/highlight/styles/docco.css | 132 + .../codesnippet/lib/highlight/styles/far.css | 113 + .../lib/highlight/styles/foundation.css | 133 + .../lib/highlight/styles/github.css | 125 + .../lib/highlight/styles/googlecode.css | 147 + .../codesnippet/lib/highlight/styles/idea.css | 122 + .../lib/highlight/styles/ir_black.css | 105 + .../lib/highlight/styles/magula.css | 122 + .../lib/highlight/styles/mono-blue.css | 62 + .../lib/highlight/styles/monokai.css | 127 + .../lib/highlight/styles/monokai_sublime.css | 149 + .../lib/highlight/styles/obsidian.css | 154 + .../lib/highlight/styles/paraiso.dark.css | 93 + .../lib/highlight/styles/paraiso.light.css | 93 + .../lib/highlight/styles/pojoaque.css | 106 + .../lib/highlight/styles/pojoaque.jpg | Bin 0 -> 1186 bytes .../lib/highlight/styles/railscasts.css | 182 + .../lib/highlight/styles/rainbow.css | 112 + .../lib/highlight/styles/school_book.css | 113 + .../lib/highlight/styles/school_book.png | Bin 0 -> 486 bytes .../lib/highlight/styles/solarized_dark.css | 107 + .../lib/highlight/styles/solarized_light.css | 107 + .../lib/highlight/styles/sunburst.css | 160 + .../highlight/styles/tomorrow-night-blue.css | 93 + .../styles/tomorrow-night-bright.css | 92 + .../styles/tomorrow-night-eighties.css | 92 + .../lib/highlight/styles/tomorrow-night.css | 93 + .../lib/highlight/styles/tomorrow.css | 90 + .../codesnippet/lib/highlight/styles/vs.css | 89 + .../lib/highlight/styles/xcode.css | 158 + .../lib/highlight/styles/zenburn.css | 116 + .../ckeditor/plugins/codesnippet/plugin.js | 12 + .../plugins/codesnippetgeshi/plugin.js | 10 + .../plugins/colorbutton/icons/bgcolor.png | Bin 0 -> 616 bytes .../colorbutton/icons/hidpi/bgcolor.png | Bin 0 -> 1249 bytes .../colorbutton/icons/hidpi/textcolor.png | Bin 0 -> 1312 bytes .../plugins/colorbutton/icons/textcolor.png | Bin 0 -> 757 bytes .../ckeditor/plugins/colorbutton/lang/af.js | 3 + .../ckeditor/plugins/colorbutton/lang/ar.js | 3 + .../ckeditor/plugins/colorbutton/lang/az.js | 3 + .../ckeditor/plugins/colorbutton/lang/bg.js | 3 + .../ckeditor/plugins/colorbutton/lang/bn.js | 3 + .../ckeditor/plugins/colorbutton/lang/bs.js | 3 + .../ckeditor/plugins/colorbutton/lang/ca.js | 3 + .../ckeditor/plugins/colorbutton/lang/cs.js | 3 + .../ckeditor/plugins/colorbutton/lang/cy.js | 3 + .../ckeditor/plugins/colorbutton/lang/da.js | 3 + .../plugins/colorbutton/lang/de-ch.js | 3 + .../ckeditor/plugins/colorbutton/lang/de.js | 3 + .../ckeditor/plugins/colorbutton/lang/el.js | 3 + .../plugins/colorbutton/lang/en-au.js | 3 + .../plugins/colorbutton/lang/en-ca.js | 3 + .../plugins/colorbutton/lang/en-gb.js | 3 + .../ckeditor/plugins/colorbutton/lang/en.js | 3 + .../ckeditor/plugins/colorbutton/lang/eo.js | 3 + .../plugins/colorbutton/lang/es-mx.js | 3 + .../ckeditor/plugins/colorbutton/lang/es.js | 3 + .../ckeditor/plugins/colorbutton/lang/et.js | 3 + .../ckeditor/plugins/colorbutton/lang/eu.js | 3 + .../ckeditor/plugins/colorbutton/lang/fa.js | 3 + .../ckeditor/plugins/colorbutton/lang/fi.js | 3 + .../ckeditor/plugins/colorbutton/lang/fo.js | 3 + .../plugins/colorbutton/lang/fr-ca.js | 3 + .../ckeditor/plugins/colorbutton/lang/fr.js | 3 + .../ckeditor/plugins/colorbutton/lang/gl.js | 3 + .../ckeditor/plugins/colorbutton/lang/gu.js | 3 + .../ckeditor/plugins/colorbutton/lang/he.js | 3 + .../ckeditor/plugins/colorbutton/lang/hi.js | 3 + .../ckeditor/plugins/colorbutton/lang/hr.js | 3 + .../ckeditor/plugins/colorbutton/lang/hu.js | 3 + .../ckeditor/plugins/colorbutton/lang/id.js | 3 + .../ckeditor/plugins/colorbutton/lang/is.js | 3 + .../ckeditor/plugins/colorbutton/lang/it.js | 3 + .../ckeditor/plugins/colorbutton/lang/ja.js | 3 + .../ckeditor/plugins/colorbutton/lang/ka.js | 3 + .../ckeditor/plugins/colorbutton/lang/km.js | 3 + .../ckeditor/plugins/colorbutton/lang/ko.js | 3 + .../ckeditor/plugins/colorbutton/lang/ku.js | 3 + .../ckeditor/plugins/colorbutton/lang/lt.js | 3 + .../ckeditor/plugins/colorbutton/lang/lv.js | 3 + .../ckeditor/plugins/colorbutton/lang/mk.js | 3 + .../ckeditor/plugins/colorbutton/lang/mn.js | 3 + .../ckeditor/plugins/colorbutton/lang/ms.js | 3 + .../ckeditor/plugins/colorbutton/lang/nb.js | 3 + .../ckeditor/plugins/colorbutton/lang/nl.js | 3 + .../ckeditor/plugins/colorbutton/lang/no.js | 3 + .../ckeditor/plugins/colorbutton/lang/oc.js | 3 + .../ckeditor/plugins/colorbutton/lang/pl.js | 3 + .../plugins/colorbutton/lang/pt-br.js | 3 + .../ckeditor/plugins/colorbutton/lang/pt.js | 3 + .../ckeditor/plugins/colorbutton/lang/ro.js | 3 + .../ckeditor/plugins/colorbutton/lang/ru.js | 3 + .../ckeditor/plugins/colorbutton/lang/si.js | 3 + .../ckeditor/plugins/colorbutton/lang/sk.js | 3 + .../ckeditor/plugins/colorbutton/lang/sl.js | 3 + .../ckeditor/plugins/colorbutton/lang/sq.js | 4 + .../plugins/colorbutton/lang/sr-latn.js | 3 + .../ckeditor/plugins/colorbutton/lang/sr.js | 3 + .../ckeditor/plugins/colorbutton/lang/sv.js | 3 + .../ckeditor/plugins/colorbutton/lang/th.js | 3 + .../ckeditor/plugins/colorbutton/lang/tr.js | 3 + .../ckeditor/plugins/colorbutton/lang/tt.js | 3 + .../ckeditor/plugins/colorbutton/lang/ug.js | 3 + .../ckeditor/plugins/colorbutton/lang/uk.js | 3 + .../ckeditor/plugins/colorbutton/lang/vi.js | 3 + .../plugins/colorbutton/lang/zh-cn.js | 2 + .../ckeditor/plugins/colorbutton/lang/zh.js | 2 + .../ckeditor/plugins/colorbutton/plugin.js | 16 + .../colordialog/dialogs/colordialog.css | 20 + .../colordialog/dialogs/colordialog.js | 14 + .../ckeditor/plugins/colordialog/lang/af.js | 1 + .../ckeditor/plugins/colordialog/lang/ar.js | 1 + .../ckeditor/plugins/colordialog/lang/az.js | 1 + .../ckeditor/plugins/colordialog/lang/bg.js | 1 + .../ckeditor/plugins/colordialog/lang/bn.js | 1 + .../ckeditor/plugins/colordialog/lang/bs.js | 1 + .../ckeditor/plugins/colordialog/lang/ca.js | 1 + .../ckeditor/plugins/colordialog/lang/cs.js | 1 + .../ckeditor/plugins/colordialog/lang/cy.js | 1 + .../ckeditor/plugins/colordialog/lang/da.js | 1 + .../plugins/colordialog/lang/de-ch.js | 1 + .../ckeditor/plugins/colordialog/lang/de.js | 1 + .../ckeditor/plugins/colordialog/lang/el.js | 1 + .../plugins/colordialog/lang/en-au.js | 1 + .../plugins/colordialog/lang/en-ca.js | 1 + .../plugins/colordialog/lang/en-gb.js | 1 + .../ckeditor/plugins/colordialog/lang/en.js | 1 + .../ckeditor/plugins/colordialog/lang/eo.js | 1 + .../plugins/colordialog/lang/es-mx.js | 1 + .../ckeditor/plugins/colordialog/lang/es.js | 1 + .../ckeditor/plugins/colordialog/lang/et.js | 1 + .../ckeditor/plugins/colordialog/lang/eu.js | 1 + .../ckeditor/plugins/colordialog/lang/fa.js | 1 + .../ckeditor/plugins/colordialog/lang/fi.js | 1 + .../ckeditor/plugins/colordialog/lang/fo.js | 1 + .../plugins/colordialog/lang/fr-ca.js | 1 + .../ckeditor/plugins/colordialog/lang/fr.js | 1 + .../ckeditor/plugins/colordialog/lang/gl.js | 1 + .../ckeditor/plugins/colordialog/lang/gu.js | 1 + .../ckeditor/plugins/colordialog/lang/he.js | 1 + .../ckeditor/plugins/colordialog/lang/hi.js | 1 + .../ckeditor/plugins/colordialog/lang/hr.js | 1 + .../ckeditor/plugins/colordialog/lang/hu.js | 1 + .../ckeditor/plugins/colordialog/lang/id.js | 1 + .../ckeditor/plugins/colordialog/lang/is.js | 1 + .../ckeditor/plugins/colordialog/lang/it.js | 1 + .../ckeditor/plugins/colordialog/lang/ja.js | 1 + .../ckeditor/plugins/colordialog/lang/ka.js | 1 + .../ckeditor/plugins/colordialog/lang/km.js | 1 + .../ckeditor/plugins/colordialog/lang/ko.js | 1 + .../ckeditor/plugins/colordialog/lang/ku.js | 1 + .../ckeditor/plugins/colordialog/lang/lt.js | 1 + .../ckeditor/plugins/colordialog/lang/lv.js | 1 + .../ckeditor/plugins/colordialog/lang/mk.js | 1 + .../ckeditor/plugins/colordialog/lang/mn.js | 1 + .../ckeditor/plugins/colordialog/lang/ms.js | 1 + .../ckeditor/plugins/colordialog/lang/nb.js | 1 + .../ckeditor/plugins/colordialog/lang/nl.js | 1 + .../ckeditor/plugins/colordialog/lang/no.js | 1 + .../ckeditor/plugins/colordialog/lang/oc.js | 1 + .../ckeditor/plugins/colordialog/lang/pl.js | 1 + .../plugins/colordialog/lang/pt-br.js | 1 + .../ckeditor/plugins/colordialog/lang/pt.js | 1 + .../ckeditor/plugins/colordialog/lang/ro.js | 1 + .../ckeditor/plugins/colordialog/lang/ru.js | 1 + .../ckeditor/plugins/colordialog/lang/si.js | 1 + .../ckeditor/plugins/colordialog/lang/sk.js | 1 + .../ckeditor/plugins/colordialog/lang/sl.js | 1 + .../ckeditor/plugins/colordialog/lang/sq.js | 1 + .../plugins/colordialog/lang/sr-latn.js | 1 + .../ckeditor/plugins/colordialog/lang/sr.js | 1 + .../ckeditor/plugins/colordialog/lang/sv.js | 1 + .../ckeditor/plugins/colordialog/lang/th.js | 1 + .../ckeditor/plugins/colordialog/lang/tr.js | 1 + .../ckeditor/plugins/colordialog/lang/tt.js | 1 + .../ckeditor/plugins/colordialog/lang/ug.js | 1 + .../ckeditor/plugins/colordialog/lang/uk.js | 1 + .../ckeditor/plugins/colordialog/lang/vi.js | 1 + .../plugins/colordialog/lang/zh-cn.js | 1 + .../ckeditor/plugins/colordialog/lang/zh.js | 1 + .../ckeditor/plugins/colordialog/plugin.js | 7 + .../cursors/cursor-disabled.svg | 25 + .../plugins/copyformatting/cursors/cursor.svg | 14 + .../copyformatting/icons/copyformatting.png | Bin 0 -> 707 bytes .../icons/hidpi/copyformatting.png | Bin 0 -> 1245 bytes .../plugins/copyformatting/lang/az.js | 1 + .../plugins/copyformatting/lang/de.js | 1 + .../plugins/copyformatting/lang/en.js | 1 + .../plugins/copyformatting/lang/it.js | 1 + .../plugins/copyformatting/lang/ja.js | 1 + .../plugins/copyformatting/lang/nb.js | 1 + .../plugins/copyformatting/lang/nl.js | 1 + .../plugins/copyformatting/lang/oc.js | 1 + .../plugins/copyformatting/lang/pl.js | 1 + .../plugins/copyformatting/lang/pt-br.js | 1 + .../plugins/copyformatting/lang/ru.js | 1 + .../plugins/copyformatting/lang/sv.js | 1 + .../plugins/copyformatting/lang/tr.js | 1 + .../plugins/copyformatting/lang/zh-cn.js | 1 + .../plugins/copyformatting/lang/zh.js | 1 + .../ckeditor/plugins/copyformatting/plugin.js | 28 + .../copyformatting/styles/copyformatting.css | 45 + .../devtools/lang/_translationstatus.txt | 27 + .../ckeditor/plugins/devtools/lang/ar.js | 5 + .../ckeditor/plugins/devtools/lang/az.js | 5 + .../ckeditor/plugins/devtools/lang/bg.js | 5 + .../ckeditor/plugins/devtools/lang/ca.js | 5 + .../ckeditor/plugins/devtools/lang/cs.js | 5 + .../ckeditor/plugins/devtools/lang/cy.js | 5 + .../ckeditor/plugins/devtools/lang/da.js | 5 + .../ckeditor/plugins/devtools/lang/de-ch.js | 5 + .../ckeditor/plugins/devtools/lang/de.js | 5 + .../ckeditor/plugins/devtools/lang/el.js | 5 + .../ckeditor/plugins/devtools/lang/en-au.js | 5 + .../ckeditor/plugins/devtools/lang/en-gb.js | 5 + .../ckeditor/plugins/devtools/lang/en.js | 5 + .../ckeditor/plugins/devtools/lang/eo.js | 5 + .../ckeditor/plugins/devtools/lang/es-mx.js | 5 + .../ckeditor/plugins/devtools/lang/es.js | 5 + .../ckeditor/plugins/devtools/lang/et.js | 5 + .../ckeditor/plugins/devtools/lang/eu.js | 5 + .../ckeditor/plugins/devtools/lang/fa.js | 5 + .../ckeditor/plugins/devtools/lang/fi.js | 5 + .../ckeditor/plugins/devtools/lang/fr-ca.js | 5 + .../ckeditor/plugins/devtools/lang/fr.js | 5 + .../ckeditor/plugins/devtools/lang/gl.js | 5 + .../ckeditor/plugins/devtools/lang/gu.js | 5 + .../ckeditor/plugins/devtools/lang/he.js | 5 + .../ckeditor/plugins/devtools/lang/hr.js | 5 + .../ckeditor/plugins/devtools/lang/hu.js | 5 + .../ckeditor/plugins/devtools/lang/id.js | 5 + .../ckeditor/plugins/devtools/lang/it.js | 5 + .../ckeditor/plugins/devtools/lang/ja.js | 5 + .../ckeditor/plugins/devtools/lang/km.js | 5 + .../ckeditor/plugins/devtools/lang/ko.js | 5 + .../ckeditor/plugins/devtools/lang/ku.js | 5 + .../ckeditor/plugins/devtools/lang/lt.js | 5 + .../ckeditor/plugins/devtools/lang/lv.js | 5 + .../ckeditor/plugins/devtools/lang/nb.js | 5 + .../ckeditor/plugins/devtools/lang/nl.js | 5 + .../ckeditor/plugins/devtools/lang/no.js | 5 + .../ckeditor/plugins/devtools/lang/oc.js | 5 + .../ckeditor/plugins/devtools/lang/pl.js | 5 + .../ckeditor/plugins/devtools/lang/pt-br.js | 5 + .../ckeditor/plugins/devtools/lang/pt.js | 5 + .../ckeditor/plugins/devtools/lang/ro.js | 5 + .../ckeditor/plugins/devtools/lang/ru.js | 5 + .../ckeditor/plugins/devtools/lang/si.js | 5 + .../ckeditor/plugins/devtools/lang/sk.js | 5 + .../ckeditor/plugins/devtools/lang/sl.js | 5 + .../ckeditor/plugins/devtools/lang/sq.js | 5 + .../ckeditor/plugins/devtools/lang/sr-latn.js | 5 + .../ckeditor/plugins/devtools/lang/sr.js | 5 + .../ckeditor/plugins/devtools/lang/sv.js | 5 + .../ckeditor/plugins/devtools/lang/tr.js | 5 + .../ckeditor/plugins/devtools/lang/tt.js | 5 + .../ckeditor/plugins/devtools/lang/ug.js | 5 + .../ckeditor/plugins/devtools/lang/uk.js | 5 + .../ckeditor/plugins/devtools/lang/vi.js | 5 + .../ckeditor/plugins/devtools/lang/zh-cn.js | 5 + .../ckeditor/plugins/devtools/lang/zh.js | 5 + .../build/ckeditor/plugins/devtools/plugin.js | 9 + .../plugins/dialog/dialogDefinition.js | 4 + .../ckeditor/plugins/dialogadvtab/plugin.js | 9 + .../build/ckeditor/plugins/div/dialogs/div.js | 9 + .../ckeditor/plugins/div/icons/creatediv.png | Bin 0 -> 569 bytes .../plugins/div/icons/hidpi/creatediv.png | Bin 0 -> 1678 bytes .../build/ckeditor/plugins/div/lang/af.js | 1 + .../build/ckeditor/plugins/div/lang/ar.js | 1 + .../build/ckeditor/plugins/div/lang/az.js | 1 + .../build/ckeditor/plugins/div/lang/bg.js | 1 + .../build/ckeditor/plugins/div/lang/bn.js | 1 + .../build/ckeditor/plugins/div/lang/bs.js | 1 + .../build/ckeditor/plugins/div/lang/ca.js | 1 + .../build/ckeditor/plugins/div/lang/cs.js | 1 + .../build/ckeditor/plugins/div/lang/cy.js | 1 + .../build/ckeditor/plugins/div/lang/da.js | 1 + .../build/ckeditor/plugins/div/lang/de-ch.js | 1 + .../build/ckeditor/plugins/div/lang/de.js | 1 + .../build/ckeditor/plugins/div/lang/el.js | 1 + .../build/ckeditor/plugins/div/lang/en-au.js | 1 + .../build/ckeditor/plugins/div/lang/en-ca.js | 1 + .../build/ckeditor/plugins/div/lang/en-gb.js | 1 + .../build/ckeditor/plugins/div/lang/en.js | 1 + .../build/ckeditor/plugins/div/lang/eo.js | 1 + .../build/ckeditor/plugins/div/lang/es-mx.js | 1 + .../build/ckeditor/plugins/div/lang/es.js | 1 + .../build/ckeditor/plugins/div/lang/et.js | 1 + .../build/ckeditor/plugins/div/lang/eu.js | 1 + .../build/ckeditor/plugins/div/lang/fa.js | 1 + .../build/ckeditor/plugins/div/lang/fi.js | 1 + .../build/ckeditor/plugins/div/lang/fo.js | 1 + .../build/ckeditor/plugins/div/lang/fr-ca.js | 1 + .../build/ckeditor/plugins/div/lang/fr.js | 1 + .../build/ckeditor/plugins/div/lang/gl.js | 1 + .../build/ckeditor/plugins/div/lang/gu.js | 1 + .../build/ckeditor/plugins/div/lang/he.js | 1 + .../build/ckeditor/plugins/div/lang/hi.js | 1 + .../build/ckeditor/plugins/div/lang/hr.js | 1 + .../build/ckeditor/plugins/div/lang/hu.js | 1 + .../build/ckeditor/plugins/div/lang/id.js | 1 + .../build/ckeditor/plugins/div/lang/is.js | 1 + .../build/ckeditor/plugins/div/lang/it.js | 1 + .../build/ckeditor/plugins/div/lang/ja.js | 1 + .../build/ckeditor/plugins/div/lang/ka.js | 1 + .../build/ckeditor/plugins/div/lang/km.js | 1 + .../build/ckeditor/plugins/div/lang/ko.js | 1 + .../build/ckeditor/plugins/div/lang/ku.js | 1 + .../build/ckeditor/plugins/div/lang/lt.js | 1 + .../build/ckeditor/plugins/div/lang/lv.js | 1 + .../build/ckeditor/plugins/div/lang/mk.js | 1 + .../build/ckeditor/plugins/div/lang/mn.js | 1 + .../build/ckeditor/plugins/div/lang/ms.js | 1 + .../build/ckeditor/plugins/div/lang/nb.js | 1 + .../build/ckeditor/plugins/div/lang/nl.js | 1 + .../build/ckeditor/plugins/div/lang/no.js | 1 + .../build/ckeditor/plugins/div/lang/oc.js | 1 + .../build/ckeditor/plugins/div/lang/pl.js | 1 + .../build/ckeditor/plugins/div/lang/pt-br.js | 1 + .../build/ckeditor/plugins/div/lang/pt.js | 1 + .../build/ckeditor/plugins/div/lang/ro.js | 1 + .../build/ckeditor/plugins/div/lang/ru.js | 1 + .../build/ckeditor/plugins/div/lang/si.js | 1 + .../build/ckeditor/plugins/div/lang/sk.js | 1 + .../build/ckeditor/plugins/div/lang/sl.js | 1 + .../build/ckeditor/plugins/div/lang/sq.js | 1 + .../ckeditor/plugins/div/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/div/lang/sr.js | 1 + .../build/ckeditor/plugins/div/lang/sv.js | 1 + .../build/ckeditor/plugins/div/lang/th.js | 1 + .../build/ckeditor/plugins/div/lang/tr.js | 1 + .../build/ckeditor/plugins/div/lang/tt.js | 1 + .../build/ckeditor/plugins/div/lang/ug.js | 1 + .../build/ckeditor/plugins/div/lang/uk.js | 1 + .../build/ckeditor/plugins/div/lang/vi.js | 1 + .../build/ckeditor/plugins/div/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/div/lang/zh.js | 1 + .../build/ckeditor/plugins/div/plugin.js | 9 + .../build/ckeditor/plugins/divarea/plugin.js | 5 + .../plugins/docprops/dialogs/docprops.js | 25 + .../plugins/docprops/icons/docprops-rtl.png | Bin 0 -> 543 bytes .../plugins/docprops/icons/docprops.png | Bin 0 -> 549 bytes .../docprops/icons/hidpi/docprops-rtl.png | Bin 0 -> 1060 bytes .../plugins/docprops/icons/hidpi/docprops.png | Bin 0 -> 1017 bytes .../ckeditor/plugins/docprops/lang/af.js | 3 + .../ckeditor/plugins/docprops/lang/ar.js | 3 + .../ckeditor/plugins/docprops/lang/az.js | 3 + .../ckeditor/plugins/docprops/lang/bg.js | 3 + .../ckeditor/plugins/docprops/lang/bn.js | 3 + .../ckeditor/plugins/docprops/lang/bs.js | 3 + .../ckeditor/plugins/docprops/lang/ca.js | 3 + .../ckeditor/plugins/docprops/lang/cs.js | 3 + .../ckeditor/plugins/docprops/lang/cy.js | 3 + .../ckeditor/plugins/docprops/lang/da.js | 3 + .../ckeditor/plugins/docprops/lang/de-ch.js | 3 + .../ckeditor/plugins/docprops/lang/de.js | 3 + .../ckeditor/plugins/docprops/lang/el.js | 3 + .../ckeditor/plugins/docprops/lang/en-au.js | 3 + .../ckeditor/plugins/docprops/lang/en-ca.js | 3 + .../ckeditor/plugins/docprops/lang/en-gb.js | 3 + .../ckeditor/plugins/docprops/lang/en.js | 3 + .../ckeditor/plugins/docprops/lang/eo.js | 3 + .../ckeditor/plugins/docprops/lang/es-mx.js | 3 + .../ckeditor/plugins/docprops/lang/es.js | 3 + .../ckeditor/plugins/docprops/lang/et.js | 3 + .../ckeditor/plugins/docprops/lang/eu.js | 3 + .../ckeditor/plugins/docprops/lang/fa.js | 3 + .../ckeditor/plugins/docprops/lang/fi.js | 3 + .../ckeditor/plugins/docprops/lang/fo.js | 3 + .../ckeditor/plugins/docprops/lang/fr-ca.js | 3 + .../ckeditor/plugins/docprops/lang/fr.js | 3 + .../ckeditor/plugins/docprops/lang/gl.js | 3 + .../ckeditor/plugins/docprops/lang/gu.js | 3 + .../ckeditor/plugins/docprops/lang/he.js | 2 + .../ckeditor/plugins/docprops/lang/hi.js | 3 + .../ckeditor/plugins/docprops/lang/hr.js | 3 + .../ckeditor/plugins/docprops/lang/hu.js | 3 + .../ckeditor/plugins/docprops/lang/id.js | 3 + .../ckeditor/plugins/docprops/lang/is.js | 3 + .../ckeditor/plugins/docprops/lang/it.js | 3 + .../ckeditor/plugins/docprops/lang/ja.js | 2 + .../ckeditor/plugins/docprops/lang/ka.js | 3 + .../ckeditor/plugins/docprops/lang/km.js | 3 + .../ckeditor/plugins/docprops/lang/ko.js | 2 + .../ckeditor/plugins/docprops/lang/ku.js | 3 + .../ckeditor/plugins/docprops/lang/lt.js | 3 + .../ckeditor/plugins/docprops/lang/lv.js | 3 + .../ckeditor/plugins/docprops/lang/mk.js | 3 + .../ckeditor/plugins/docprops/lang/mn.js | 3 + .../ckeditor/plugins/docprops/lang/ms.js | 3 + .../ckeditor/plugins/docprops/lang/nb.js | 3 + .../ckeditor/plugins/docprops/lang/nl.js | 3 + .../ckeditor/plugins/docprops/lang/no.js | 3 + .../ckeditor/plugins/docprops/lang/oc.js | 3 + .../ckeditor/plugins/docprops/lang/pl.js | 3 + .../ckeditor/plugins/docprops/lang/pt-br.js | 3 + .../ckeditor/plugins/docprops/lang/pt.js | 3 + .../ckeditor/plugins/docprops/lang/ro.js | 3 + .../ckeditor/plugins/docprops/lang/ru.js | 3 + .../ckeditor/plugins/docprops/lang/si.js | 3 + .../ckeditor/plugins/docprops/lang/sk.js | 3 + .../ckeditor/plugins/docprops/lang/sl.js | 3 + .../ckeditor/plugins/docprops/lang/sq.js | 3 + .../ckeditor/plugins/docprops/lang/sr-latn.js | 3 + .../ckeditor/plugins/docprops/lang/sr.js | 3 + .../ckeditor/plugins/docprops/lang/sv.js | 3 + .../ckeditor/plugins/docprops/lang/th.js | 3 + .../ckeditor/plugins/docprops/lang/tr.js | 3 + .../ckeditor/plugins/docprops/lang/tt.js | 3 + .../ckeditor/plugins/docprops/lang/ug.js | 3 + .../ckeditor/plugins/docprops/lang/uk.js | 3 + .../ckeditor/plugins/docprops/lang/vi.js | 3 + .../ckeditor/plugins/docprops/lang/zh-cn.js | 2 + .../ckeditor/plugins/docprops/lang/zh.js | 2 + .../build/ckeditor/plugins/docprops/plugin.js | 6 + .../plugins/easyimage/dialogs/easyimagealt.js | 6 + .../easyimage/icons/easyimagealigncenter.png | Bin 0 -> 155 bytes .../easyimage/icons/easyimagealignleft.png | Bin 0 -> 152 bytes .../easyimage/icons/easyimagealignright.png | Bin 0 -> 149 bytes .../plugins/easyimage/icons/easyimagealt.png | Bin 0 -> 545 bytes .../plugins/easyimage/icons/easyimagefull.png | Bin 0 -> 147 bytes .../plugins/easyimage/icons/easyimageside.png | Bin 0 -> 149 bytes .../easyimage/icons/easyimageupload.png | Bin 0 -> 498 bytes .../icons/hidpi/easyimagealigncenter.png | Bin 0 -> 350 bytes .../icons/hidpi/easyimagealignleft.png | Bin 0 -> 339 bytes .../icons/hidpi/easyimagealignright.png | Bin 0 -> 299 bytes .../easyimage/icons/hidpi/easyimagealt.png | Bin 0 -> 1290 bytes .../easyimage/icons/hidpi/easyimagefull.png | Bin 0 -> 253 bytes .../easyimage/icons/hidpi/easyimageside.png | Bin 0 -> 299 bytes .../easyimage/icons/hidpi/easyimageupload.png | Bin 0 -> 905 bytes .../ckeditor/plugins/easyimage/lang/en.js | 5 + .../ckeditor/plugins/easyimage/plugin.js | 18 + .../plugins/easyimage/styles/easyimage.css | 118 + .../ckeditor/plugins/embed/icons/embed.png | Bin 0 -> 389 bytes .../plugins/embed/icons/hidpi/embed.png | Bin 0 -> 728 bytes .../build/ckeditor/plugins/embed/plugin.js | 6 + .../plugins/embedbase/dialogs/embedbase.js | 6 + .../ckeditor/plugins/embedbase/lang/ar.js | 1 + .../ckeditor/plugins/embedbase/lang/az.js | 1 + .../ckeditor/plugins/embedbase/lang/bg.js | 1 + .../ckeditor/plugins/embedbase/lang/ca.js | 1 + .../ckeditor/plugins/embedbase/lang/cs.js | 1 + .../ckeditor/plugins/embedbase/lang/da.js | 1 + .../ckeditor/plugins/embedbase/lang/de-ch.js | 1 + .../ckeditor/plugins/embedbase/lang/de.js | 1 + .../ckeditor/plugins/embedbase/lang/en-au.js | 1 + .../ckeditor/plugins/embedbase/lang/en.js | 1 + .../ckeditor/plugins/embedbase/lang/eo.js | 1 + .../ckeditor/plugins/embedbase/lang/es-mx.js | 1 + .../ckeditor/plugins/embedbase/lang/es.js | 1 + .../ckeditor/plugins/embedbase/lang/et.js | 1 + .../ckeditor/plugins/embedbase/lang/eu.js | 1 + .../ckeditor/plugins/embedbase/lang/fr.js | 1 + .../ckeditor/plugins/embedbase/lang/gl.js | 1 + .../ckeditor/plugins/embedbase/lang/hr.js | 1 + .../ckeditor/plugins/embedbase/lang/hu.js | 1 + .../ckeditor/plugins/embedbase/lang/id.js | 1 + .../ckeditor/plugins/embedbase/lang/it.js | 1 + .../ckeditor/plugins/embedbase/lang/ja.js | 1 + .../ckeditor/plugins/embedbase/lang/ko.js | 1 + .../ckeditor/plugins/embedbase/lang/ku.js | 1 + .../ckeditor/plugins/embedbase/lang/lv.js | 1 + .../ckeditor/plugins/embedbase/lang/nb.js | 1 + .../ckeditor/plugins/embedbase/lang/nl.js | 1 + .../ckeditor/plugins/embedbase/lang/oc.js | 1 + .../ckeditor/plugins/embedbase/lang/pl.js | 1 + .../ckeditor/plugins/embedbase/lang/pt-br.js | 1 + .../ckeditor/plugins/embedbase/lang/pt.js | 1 + .../ckeditor/plugins/embedbase/lang/ro.js | 1 + .../ckeditor/plugins/embedbase/lang/ru.js | 1 + .../ckeditor/plugins/embedbase/lang/sk.js | 1 + .../ckeditor/plugins/embedbase/lang/sq.js | 1 + .../plugins/embedbase/lang/sr-latn.js | 1 + .../ckeditor/plugins/embedbase/lang/sr.js | 1 + .../ckeditor/plugins/embedbase/lang/sv.js | 1 + .../ckeditor/plugins/embedbase/lang/tr.js | 1 + .../ckeditor/plugins/embedbase/lang/ug.js | 1 + .../ckeditor/plugins/embedbase/lang/uk.js | 1 + .../ckeditor/plugins/embedbase/lang/zh-cn.js | 1 + .../ckeditor/plugins/embedbase/lang/zh.js | 1 + .../ckeditor/plugins/embedbase/plugin.js | 11 + .../embedsemantic/icons/embedsemantic.png | Bin 0 -> 389 bytes .../icons/hidpi/embedsemantic.png | Bin 0 -> 728 bytes .../ckeditor/plugins/embedsemantic/plugin.js | 7 + .../plugins/emoji/assets/iconsall.png | Bin 0 -> 1594 bytes .../plugins/emoji/assets/iconsall.svg | 58 + .../build/ckeditor/plugins/emoji/emoji.json | 1 + .../plugins/emoji/icons/emojipanel.png | Bin 0 -> 670 bytes .../plugins/emoji/icons/hidpi/emojipanel.png | Bin 0 -> 1684 bytes .../build/ckeditor/plugins/emoji/lang/en.js | 1 + .../build/ckeditor/plugins/emoji/plugin.js | 28 + .../ckeditor/plugins/emoji/skins/default.css | 230 + .../ckeditor/plugins/find/dialogs/find.js | 25 + .../ckeditor/plugins/find/icons/find-rtl.png | Bin 0 -> 696 bytes .../ckeditor/plugins/find/icons/find.png | Bin 0 -> 696 bytes .../plugins/find/icons/hidpi/find-rtl.png | Bin 0 -> 1384 bytes .../plugins/find/icons/hidpi/find.png | Bin 0 -> 1384 bytes .../plugins/find/icons/hidpi/replace.png | Bin 0 -> 1402 bytes .../ckeditor/plugins/find/icons/replace.png | Bin 0 -> 549 bytes .../build/ckeditor/plugins/find/lang/af.js | 1 + .../build/ckeditor/plugins/find/lang/ar.js | 1 + .../build/ckeditor/plugins/find/lang/az.js | 1 + .../build/ckeditor/plugins/find/lang/bg.js | 1 + .../build/ckeditor/plugins/find/lang/bn.js | 1 + .../build/ckeditor/plugins/find/lang/bs.js | 1 + .../build/ckeditor/plugins/find/lang/ca.js | 1 + .../build/ckeditor/plugins/find/lang/cs.js | 1 + .../build/ckeditor/plugins/find/lang/cy.js | 1 + .../build/ckeditor/plugins/find/lang/da.js | 1 + .../build/ckeditor/plugins/find/lang/de-ch.js | 1 + .../build/ckeditor/plugins/find/lang/de.js | 1 + .../build/ckeditor/plugins/find/lang/el.js | 1 + .../build/ckeditor/plugins/find/lang/en-au.js | 1 + .../build/ckeditor/plugins/find/lang/en-ca.js | 1 + .../build/ckeditor/plugins/find/lang/en-gb.js | 1 + .../build/ckeditor/plugins/find/lang/en.js | 1 + .../build/ckeditor/plugins/find/lang/eo.js | 1 + .../build/ckeditor/plugins/find/lang/es-mx.js | 1 + .../build/ckeditor/plugins/find/lang/es.js | 1 + .../build/ckeditor/plugins/find/lang/et.js | 1 + .../build/ckeditor/plugins/find/lang/eu.js | 1 + .../build/ckeditor/plugins/find/lang/fa.js | 1 + .../build/ckeditor/plugins/find/lang/fi.js | 1 + .../build/ckeditor/plugins/find/lang/fo.js | 1 + .../build/ckeditor/plugins/find/lang/fr-ca.js | 1 + .../build/ckeditor/plugins/find/lang/fr.js | 1 + .../build/ckeditor/plugins/find/lang/gl.js | 1 + .../build/ckeditor/plugins/find/lang/gu.js | 1 + .../build/ckeditor/plugins/find/lang/he.js | 1 + .../build/ckeditor/plugins/find/lang/hi.js | 1 + .../build/ckeditor/plugins/find/lang/hr.js | 1 + .../build/ckeditor/plugins/find/lang/hu.js | 1 + .../build/ckeditor/plugins/find/lang/id.js | 1 + .../build/ckeditor/plugins/find/lang/is.js | 1 + .../build/ckeditor/plugins/find/lang/it.js | 1 + .../build/ckeditor/plugins/find/lang/ja.js | 1 + .../build/ckeditor/plugins/find/lang/ka.js | 1 + .../build/ckeditor/plugins/find/lang/km.js | 1 + .../build/ckeditor/plugins/find/lang/ko.js | 1 + .../build/ckeditor/plugins/find/lang/ku.js | 1 + .../build/ckeditor/plugins/find/lang/lt.js | 1 + .../build/ckeditor/plugins/find/lang/lv.js | 1 + .../build/ckeditor/plugins/find/lang/mk.js | 1 + .../build/ckeditor/plugins/find/lang/mn.js | 1 + .../build/ckeditor/plugins/find/lang/ms.js | 1 + .../build/ckeditor/plugins/find/lang/nb.js | 1 + .../build/ckeditor/plugins/find/lang/nl.js | 1 + .../build/ckeditor/plugins/find/lang/no.js | 1 + .../build/ckeditor/plugins/find/lang/oc.js | 1 + .../build/ckeditor/plugins/find/lang/pl.js | 1 + .../build/ckeditor/plugins/find/lang/pt-br.js | 1 + .../build/ckeditor/plugins/find/lang/pt.js | 1 + .../build/ckeditor/plugins/find/lang/ro.js | 1 + .../build/ckeditor/plugins/find/lang/ru.js | 1 + .../build/ckeditor/plugins/find/lang/si.js | 1 + .../build/ckeditor/plugins/find/lang/sk.js | 1 + .../build/ckeditor/plugins/find/lang/sl.js | 1 + .../build/ckeditor/plugins/find/lang/sq.js | 1 + .../ckeditor/plugins/find/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/find/lang/sr.js | 1 + .../build/ckeditor/plugins/find/lang/sv.js | 1 + .../build/ckeditor/plugins/find/lang/th.js | 1 + .../build/ckeditor/plugins/find/lang/tr.js | 1 + .../build/ckeditor/plugins/find/lang/tt.js | 1 + .../build/ckeditor/plugins/find/lang/ug.js | 1 + .../build/ckeditor/plugins/find/lang/uk.js | 1 + .../build/ckeditor/plugins/find/lang/vi.js | 1 + .../build/ckeditor/plugins/find/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/find/lang/zh.js | 1 + .../build/ckeditor/plugins/find/plugin.js | 6 + .../ckeditor/plugins/flash/dialogs/flash.js | 24 + .../ckeditor/plugins/flash/icons/flash.png | Bin 0 -> 633 bytes .../plugins/flash/icons/hidpi/flash.png | Bin 0 -> 1385 bytes .../plugins/flash/images/placeholder.png | Bin 0 -> 256 bytes .../build/ckeditor/plugins/flash/lang/af.js | 2 + .../build/ckeditor/plugins/flash/lang/ar.js | 2 + .../build/ckeditor/plugins/flash/lang/az.js | 3 + .../build/ckeditor/plugins/flash/lang/bg.js | 3 + .../build/ckeditor/plugins/flash/lang/bn.js | 2 + .../build/ckeditor/plugins/flash/lang/bs.js | 2 + .../build/ckeditor/plugins/flash/lang/ca.js | 3 + .../build/ckeditor/plugins/flash/lang/cs.js | 3 + .../build/ckeditor/plugins/flash/lang/cy.js | 2 + .../build/ckeditor/plugins/flash/lang/da.js | 3 + .../ckeditor/plugins/flash/lang/de-ch.js | 3 + .../build/ckeditor/plugins/flash/lang/de.js | 3 + .../build/ckeditor/plugins/flash/lang/el.js | 3 + .../ckeditor/plugins/flash/lang/en-au.js | 2 + .../ckeditor/plugins/flash/lang/en-ca.js | 2 + .../ckeditor/plugins/flash/lang/en-gb.js | 2 + .../build/ckeditor/plugins/flash/lang/en.js | 2 + .../build/ckeditor/plugins/flash/lang/eo.js | 3 + .../ckeditor/plugins/flash/lang/es-mx.js | 3 + .../build/ckeditor/plugins/flash/lang/es.js | 2 + .../build/ckeditor/plugins/flash/lang/et.js | 3 + .../build/ckeditor/plugins/flash/lang/eu.js | 3 + .../build/ckeditor/plugins/flash/lang/fa.js | 2 + .../build/ckeditor/plugins/flash/lang/fi.js | 3 + .../build/ckeditor/plugins/flash/lang/fo.js | 3 + .../ckeditor/plugins/flash/lang/fr-ca.js | 3 + .../build/ckeditor/plugins/flash/lang/fr.js | 3 + .../build/ckeditor/plugins/flash/lang/gl.js | 3 + .../build/ckeditor/plugins/flash/lang/gu.js | 2 + .../build/ckeditor/plugins/flash/lang/he.js | 2 + .../build/ckeditor/plugins/flash/lang/hi.js | 2 + .../build/ckeditor/plugins/flash/lang/hr.js | 2 + .../build/ckeditor/plugins/flash/lang/hu.js | 3 + .../build/ckeditor/plugins/flash/lang/id.js | 2 + .../build/ckeditor/plugins/flash/lang/is.js | 2 + .../build/ckeditor/plugins/flash/lang/it.js | 3 + .../build/ckeditor/plugins/flash/lang/ja.js | 2 + .../build/ckeditor/plugins/flash/lang/ka.js | 3 + .../build/ckeditor/plugins/flash/lang/km.js | 2 + .../build/ckeditor/plugins/flash/lang/ko.js | 2 + .../build/ckeditor/plugins/flash/lang/ku.js | 3 + .../build/ckeditor/plugins/flash/lang/lt.js | 3 + .../build/ckeditor/plugins/flash/lang/lv.js | 3 + .../build/ckeditor/plugins/flash/lang/mk.js | 2 + .../build/ckeditor/plugins/flash/lang/mn.js | 2 + .../build/ckeditor/plugins/flash/lang/ms.js | 2 + .../build/ckeditor/plugins/flash/lang/nb.js | 2 + .../build/ckeditor/plugins/flash/lang/nl.js | 3 + .../build/ckeditor/plugins/flash/lang/no.js | 2 + .../build/ckeditor/plugins/flash/lang/oc.js | 3 + .../build/ckeditor/plugins/flash/lang/pl.js | 3 + .../ckeditor/plugins/flash/lang/pt-br.js | 3 + .../build/ckeditor/plugins/flash/lang/pt.js | 3 + .../build/ckeditor/plugins/flash/lang/ro.js | 3 + .../build/ckeditor/plugins/flash/lang/ru.js | 3 + .../build/ckeditor/plugins/flash/lang/si.js | 2 + .../build/ckeditor/plugins/flash/lang/sk.js | 3 + .../build/ckeditor/plugins/flash/lang/sl.js | 3 + .../build/ckeditor/plugins/flash/lang/sq.js | 3 + .../ckeditor/plugins/flash/lang/sr-latn.js | 3 + .../build/ckeditor/plugins/flash/lang/sr.js | 3 + .../build/ckeditor/plugins/flash/lang/sv.js | 3 + .../build/ckeditor/plugins/flash/lang/th.js | 3 + .../build/ckeditor/plugins/flash/lang/tr.js | 2 + .../build/ckeditor/plugins/flash/lang/tt.js | 2 + .../build/ckeditor/plugins/flash/lang/ug.js | 3 + .../build/ckeditor/plugins/flash/lang/uk.js | 3 + .../build/ckeditor/plugins/flash/lang/vi.js | 3 + .../ckeditor/plugins/flash/lang/zh-cn.js | 2 + .../build/ckeditor/plugins/flash/lang/zh.js | 2 + .../build/ckeditor/plugins/flash/plugin.js | 9 + .../build/ckeditor/plugins/font/lang/af.js | 1 + .../build/ckeditor/plugins/font/lang/ar.js | 1 + .../build/ckeditor/plugins/font/lang/az.js | 1 + .../build/ckeditor/plugins/font/lang/bg.js | 1 + .../build/ckeditor/plugins/font/lang/bn.js | 1 + .../build/ckeditor/plugins/font/lang/bs.js | 1 + .../build/ckeditor/plugins/font/lang/ca.js | 1 + .../build/ckeditor/plugins/font/lang/cs.js | 1 + .../build/ckeditor/plugins/font/lang/cy.js | 1 + .../build/ckeditor/plugins/font/lang/da.js | 1 + .../build/ckeditor/plugins/font/lang/de-ch.js | 1 + .../build/ckeditor/plugins/font/lang/de.js | 1 + .../build/ckeditor/plugins/font/lang/el.js | 1 + .../build/ckeditor/plugins/font/lang/en-au.js | 1 + .../build/ckeditor/plugins/font/lang/en-ca.js | 1 + .../build/ckeditor/plugins/font/lang/en-gb.js | 1 + .../build/ckeditor/plugins/font/lang/en.js | 1 + .../build/ckeditor/plugins/font/lang/eo.js | 1 + .../build/ckeditor/plugins/font/lang/es-mx.js | 1 + .../build/ckeditor/plugins/font/lang/es.js | 1 + .../build/ckeditor/plugins/font/lang/et.js | 1 + .../build/ckeditor/plugins/font/lang/eu.js | 1 + .../build/ckeditor/plugins/font/lang/fa.js | 1 + .../build/ckeditor/plugins/font/lang/fi.js | 1 + .../build/ckeditor/plugins/font/lang/fo.js | 1 + .../build/ckeditor/plugins/font/lang/fr-ca.js | 1 + .../build/ckeditor/plugins/font/lang/fr.js | 1 + .../build/ckeditor/plugins/font/lang/gl.js | 1 + .../build/ckeditor/plugins/font/lang/gu.js | 1 + .../build/ckeditor/plugins/font/lang/he.js | 1 + .../build/ckeditor/plugins/font/lang/hi.js | 1 + .../build/ckeditor/plugins/font/lang/hr.js | 1 + .../build/ckeditor/plugins/font/lang/hu.js | 1 + .../build/ckeditor/plugins/font/lang/id.js | 1 + .../build/ckeditor/plugins/font/lang/is.js | 1 + .../build/ckeditor/plugins/font/lang/it.js | 1 + .../build/ckeditor/plugins/font/lang/ja.js | 1 + .../build/ckeditor/plugins/font/lang/ka.js | 1 + .../build/ckeditor/plugins/font/lang/km.js | 1 + .../build/ckeditor/plugins/font/lang/ko.js | 1 + .../build/ckeditor/plugins/font/lang/ku.js | 1 + .../build/ckeditor/plugins/font/lang/lt.js | 1 + .../build/ckeditor/plugins/font/lang/lv.js | 1 + .../build/ckeditor/plugins/font/lang/mk.js | 1 + .../build/ckeditor/plugins/font/lang/mn.js | 1 + .../build/ckeditor/plugins/font/lang/ms.js | 1 + .../build/ckeditor/plugins/font/lang/nb.js | 1 + .../build/ckeditor/plugins/font/lang/nl.js | 1 + .../build/ckeditor/plugins/font/lang/no.js | 1 + .../build/ckeditor/plugins/font/lang/oc.js | 1 + .../build/ckeditor/plugins/font/lang/pl.js | 1 + .../build/ckeditor/plugins/font/lang/pt-br.js | 1 + .../build/ckeditor/plugins/font/lang/pt.js | 1 + .../build/ckeditor/plugins/font/lang/ro.js | 1 + .../build/ckeditor/plugins/font/lang/ru.js | 1 + .../build/ckeditor/plugins/font/lang/si.js | 1 + .../build/ckeditor/plugins/font/lang/sk.js | 1 + .../build/ckeditor/plugins/font/lang/sl.js | 1 + .../build/ckeditor/plugins/font/lang/sq.js | 1 + .../ckeditor/plugins/font/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/font/lang/sr.js | 1 + .../build/ckeditor/plugins/font/lang/sv.js | 1 + .../build/ckeditor/plugins/font/lang/th.js | 1 + .../build/ckeditor/plugins/font/lang/tr.js | 1 + .../build/ckeditor/plugins/font/lang/tt.js | 1 + .../build/ckeditor/plugins/font/lang/ug.js | 1 + .../build/ckeditor/plugins/font/lang/uk.js | 1 + .../build/ckeditor/plugins/font/lang/vi.js | 1 + .../build/ckeditor/plugins/font/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/font/lang/zh.js | 1 + .../build/ckeditor/plugins/font/plugin.js | 11 + .../ckeditor/plugins/forms/dialogs/button.js | 8 + .../plugins/forms/dialogs/checkbox.js | 9 + .../ckeditor/plugins/forms/dialogs/form.js | 8 + .../plugins/forms/dialogs/hiddenfield.js | 7 + .../ckeditor/plugins/forms/dialogs/radio.js | 9 + .../ckeditor/plugins/forms/dialogs/select.js | 21 + .../plugins/forms/dialogs/textarea.js | 8 + .../plugins/forms/dialogs/textfield.js | 11 + .../ckeditor/plugins/forms/icons/button.png | Bin 0 -> 493 bytes .../ckeditor/plugins/forms/icons/checkbox.png | Bin 0 -> 544 bytes .../ckeditor/plugins/forms/icons/form.png | Bin 0 -> 380 bytes .../plugins/forms/icons/hiddenfield.png | Bin 0 -> 613 bytes .../plugins/forms/icons/hidpi/button.png | Bin 0 -> 833 bytes .../plugins/forms/icons/hidpi/checkbox.png | Bin 0 -> 1024 bytes .../plugins/forms/icons/hidpi/form.png | Bin 0 -> 660 bytes .../plugins/forms/icons/hidpi/hiddenfield.png | Bin 0 -> 1129 bytes .../plugins/forms/icons/hidpi/imagebutton.png | Bin 0 -> 1345 bytes .../plugins/forms/icons/hidpi/radio.png | Bin 0 -> 1426 bytes .../plugins/forms/icons/hidpi/select-rtl.png | Bin 0 -> 920 bytes .../plugins/forms/icons/hidpi/select.png | Bin 0 -> 905 bytes .../forms/icons/hidpi/textarea-rtl.png | Bin 0 -> 1081 bytes .../plugins/forms/icons/hidpi/textarea.png | Bin 0 -> 1048 bytes .../forms/icons/hidpi/textfield-rtl.png | Bin 0 -> 805 bytes .../plugins/forms/icons/hidpi/textfield.png | Bin 0 -> 805 bytes .../plugins/forms/icons/imagebutton.png | Bin 0 -> 755 bytes .../ckeditor/plugins/forms/icons/radio.png | Bin 0 -> 655 bytes .../plugins/forms/icons/select-rtl.png | Bin 0 -> 455 bytes .../ckeditor/plugins/forms/icons/select.png | Bin 0 -> 451 bytes .../plugins/forms/icons/textarea-rtl.png | Bin 0 -> 568 bytes .../ckeditor/plugins/forms/icons/textarea.png | Bin 0 -> 524 bytes .../plugins/forms/icons/textfield-rtl.png | Bin 0 -> 419 bytes .../plugins/forms/icons/textfield.png | Bin 0 -> 419 bytes .../plugins/forms/images/hiddenfield.gif | Bin 0 -> 178 bytes .../build/ckeditor/plugins/forms/lang/af.js | 3 + .../build/ckeditor/plugins/forms/lang/ar.js | 3 + .../build/ckeditor/plugins/forms/lang/az.js | 3 + .../build/ckeditor/plugins/forms/lang/bg.js | 3 + .../build/ckeditor/plugins/forms/lang/bn.js | 3 + .../build/ckeditor/plugins/forms/lang/bs.js | 3 + .../build/ckeditor/plugins/forms/lang/ca.js | 3 + .../build/ckeditor/plugins/forms/lang/cs.js | 3 + .../build/ckeditor/plugins/forms/lang/cy.js | 3 + .../build/ckeditor/plugins/forms/lang/da.js | 3 + .../ckeditor/plugins/forms/lang/de-ch.js | 3 + .../build/ckeditor/plugins/forms/lang/de.js | 3 + .../build/ckeditor/plugins/forms/lang/el.js | 3 + .../ckeditor/plugins/forms/lang/en-au.js | 3 + .../ckeditor/plugins/forms/lang/en-ca.js | 3 + .../ckeditor/plugins/forms/lang/en-gb.js | 3 + .../build/ckeditor/plugins/forms/lang/en.js | 3 + .../build/ckeditor/plugins/forms/lang/eo.js | 3 + .../ckeditor/plugins/forms/lang/es-mx.js | 3 + .../build/ckeditor/plugins/forms/lang/es.js | 3 + .../build/ckeditor/plugins/forms/lang/et.js | 3 + .../build/ckeditor/plugins/forms/lang/eu.js | 3 + .../build/ckeditor/plugins/forms/lang/fa.js | 3 + .../build/ckeditor/plugins/forms/lang/fi.js | 3 + .../build/ckeditor/plugins/forms/lang/fo.js | 3 + .../ckeditor/plugins/forms/lang/fr-ca.js | 3 + .../build/ckeditor/plugins/forms/lang/fr.js | 3 + .../build/ckeditor/plugins/forms/lang/gl.js | 3 + .../build/ckeditor/plugins/forms/lang/gu.js | 3 + .../build/ckeditor/plugins/forms/lang/he.js | 3 + .../build/ckeditor/plugins/forms/lang/hi.js | 3 + .../build/ckeditor/plugins/forms/lang/hr.js | 3 + .../build/ckeditor/plugins/forms/lang/hu.js | 3 + .../build/ckeditor/plugins/forms/lang/id.js | 3 + .../build/ckeditor/plugins/forms/lang/is.js | 3 + .../build/ckeditor/plugins/forms/lang/it.js | 3 + .../build/ckeditor/plugins/forms/lang/ja.js | 2 + .../build/ckeditor/plugins/forms/lang/ka.js | 3 + .../build/ckeditor/plugins/forms/lang/km.js | 3 + .../build/ckeditor/plugins/forms/lang/ko.js | 2 + .../build/ckeditor/plugins/forms/lang/ku.js | 3 + .../build/ckeditor/plugins/forms/lang/lt.js | 3 + .../build/ckeditor/plugins/forms/lang/lv.js | 3 + .../build/ckeditor/plugins/forms/lang/mk.js | 3 + .../build/ckeditor/plugins/forms/lang/mn.js | 3 + .../build/ckeditor/plugins/forms/lang/ms.js | 3 + .../build/ckeditor/plugins/forms/lang/nb.js | 3 + .../build/ckeditor/plugins/forms/lang/nl.js | 3 + .../build/ckeditor/plugins/forms/lang/no.js | 3 + .../build/ckeditor/plugins/forms/lang/oc.js | 3 + .../build/ckeditor/plugins/forms/lang/pl.js | 3 + .../ckeditor/plugins/forms/lang/pt-br.js | 3 + .../build/ckeditor/plugins/forms/lang/pt.js | 3 + .../build/ckeditor/plugins/forms/lang/ro.js | 3 + .../build/ckeditor/plugins/forms/lang/ru.js | 3 + .../build/ckeditor/plugins/forms/lang/si.js | 3 + .../build/ckeditor/plugins/forms/lang/sk.js | 3 + .../build/ckeditor/plugins/forms/lang/sl.js | 3 + .../build/ckeditor/plugins/forms/lang/sq.js | 3 + .../ckeditor/plugins/forms/lang/sr-latn.js | 3 + .../build/ckeditor/plugins/forms/lang/sr.js | 3 + .../build/ckeditor/plugins/forms/lang/sv.js | 3 + .../build/ckeditor/plugins/forms/lang/th.js | 3 + .../build/ckeditor/plugins/forms/lang/tr.js | 3 + .../build/ckeditor/plugins/forms/lang/tt.js | 3 + .../build/ckeditor/plugins/forms/lang/ug.js | 3 + .../build/ckeditor/plugins/forms/lang/uk.js | 3 + .../build/ckeditor/plugins/forms/lang/vi.js | 3 + .../ckeditor/plugins/forms/lang/zh-cn.js | 2 + .../build/ckeditor/plugins/forms/lang/zh.js | 2 + .../build/ckeditor/plugins/forms/plugin.js | 14 + .../plugins/html5video/dialogs/html5video.js | 259 + .../plugins/html5video/icons/html5video.png | Bin 0 -> 14773 bytes .../ckeditor/plugins/html5video/lang/bg.js | 20 + .../ckeditor/plugins/html5video/lang/ca.js | 20 + .../ckeditor/plugins/html5video/lang/de.js | 17 + .../ckeditor/plugins/html5video/lang/en.js | 20 + .../ckeditor/plugins/html5video/lang/es.js | 18 + .../ckeditor/plugins/html5video/lang/eu.js | 17 + .../ckeditor/plugins/html5video/lang/fa.js | 18 + .../ckeditor/plugins/html5video/lang/fr.js | 17 + .../ckeditor/plugins/html5video/lang/he.js | 18 + .../ckeditor/plugins/html5video/lang/ko.js | 20 + .../ckeditor/plugins/html5video/lang/pl.js | 18 + .../ckeditor/plugins/html5video/lang/pt-br.js | 18 + .../ckeditor/plugins/html5video/lang/pt.js | 18 + .../ckeditor/plugins/html5video/lang/ru.js | 21 + .../ckeditor/plugins/html5video/lang/uk.js | 17 + .../ckeditor/plugins/html5video/lang/uz.js | 17 + .../ckeditor/plugins/html5video/lang/zh-cn.js | 18 + .../ckeditor/plugins/html5video/plugin.js | 196 + .../public/build/ckeditor/plugins/icons.png | Bin 0 -> 10175 bytes .../build/ckeditor/plugins/icons_hidpi.png | Bin 0 -> 33431 bytes .../ckeditor/plugins/iframe/dialogs/iframe.js | 10 + .../plugins/iframe/icons/hidpi/iframe.png | Bin 0 -> 1837 bytes .../ckeditor/plugins/iframe/icons/iframe.png | Bin 0 -> 816 bytes .../plugins/iframe/images/placeholder.png | Bin 0 -> 265 bytes .../build/ckeditor/plugins/iframe/lang/af.js | 1 + .../build/ckeditor/plugins/iframe/lang/ar.js | 1 + .../build/ckeditor/plugins/iframe/lang/az.js | 1 + .../build/ckeditor/plugins/iframe/lang/bg.js | 1 + .../build/ckeditor/plugins/iframe/lang/bn.js | 1 + .../build/ckeditor/plugins/iframe/lang/bs.js | 1 + .../build/ckeditor/plugins/iframe/lang/ca.js | 1 + .../build/ckeditor/plugins/iframe/lang/cs.js | 1 + .../build/ckeditor/plugins/iframe/lang/cy.js | 1 + .../build/ckeditor/plugins/iframe/lang/da.js | 1 + .../ckeditor/plugins/iframe/lang/de-ch.js | 1 + .../build/ckeditor/plugins/iframe/lang/de.js | 1 + .../build/ckeditor/plugins/iframe/lang/el.js | 1 + .../ckeditor/plugins/iframe/lang/en-au.js | 1 + .../ckeditor/plugins/iframe/lang/en-ca.js | 1 + .../ckeditor/plugins/iframe/lang/en-gb.js | 1 + .../build/ckeditor/plugins/iframe/lang/en.js | 1 + .../build/ckeditor/plugins/iframe/lang/eo.js | 1 + .../ckeditor/plugins/iframe/lang/es-mx.js | 1 + .../build/ckeditor/plugins/iframe/lang/es.js | 1 + .../build/ckeditor/plugins/iframe/lang/et.js | 1 + .../build/ckeditor/plugins/iframe/lang/eu.js | 1 + .../build/ckeditor/plugins/iframe/lang/fa.js | 1 + .../build/ckeditor/plugins/iframe/lang/fi.js | 1 + .../build/ckeditor/plugins/iframe/lang/fo.js | 1 + .../ckeditor/plugins/iframe/lang/fr-ca.js | 1 + .../build/ckeditor/plugins/iframe/lang/fr.js | 1 + .../build/ckeditor/plugins/iframe/lang/gl.js | 1 + .../build/ckeditor/plugins/iframe/lang/gu.js | 1 + .../build/ckeditor/plugins/iframe/lang/he.js | 1 + .../build/ckeditor/plugins/iframe/lang/hi.js | 1 + .../build/ckeditor/plugins/iframe/lang/hr.js | 1 + .../build/ckeditor/plugins/iframe/lang/hu.js | 1 + .../build/ckeditor/plugins/iframe/lang/id.js | 1 + .../build/ckeditor/plugins/iframe/lang/is.js | 1 + .../build/ckeditor/plugins/iframe/lang/it.js | 1 + .../build/ckeditor/plugins/iframe/lang/ja.js | 1 + .../build/ckeditor/plugins/iframe/lang/ka.js | 1 + .../build/ckeditor/plugins/iframe/lang/km.js | 1 + .../build/ckeditor/plugins/iframe/lang/ko.js | 1 + .../build/ckeditor/plugins/iframe/lang/ku.js | 1 + .../build/ckeditor/plugins/iframe/lang/lt.js | 1 + .../build/ckeditor/plugins/iframe/lang/lv.js | 1 + .../build/ckeditor/plugins/iframe/lang/mk.js | 1 + .../build/ckeditor/plugins/iframe/lang/mn.js | 1 + .../build/ckeditor/plugins/iframe/lang/ms.js | 1 + .../build/ckeditor/plugins/iframe/lang/nb.js | 1 + .../build/ckeditor/plugins/iframe/lang/nl.js | 1 + .../build/ckeditor/plugins/iframe/lang/no.js | 1 + .../build/ckeditor/plugins/iframe/lang/oc.js | 1 + .../build/ckeditor/plugins/iframe/lang/pl.js | 1 + .../ckeditor/plugins/iframe/lang/pt-br.js | 1 + .../build/ckeditor/plugins/iframe/lang/pt.js | 1 + .../build/ckeditor/plugins/iframe/lang/ro.js | 1 + .../build/ckeditor/plugins/iframe/lang/ru.js | 1 + .../build/ckeditor/plugins/iframe/lang/si.js | 1 + .../build/ckeditor/plugins/iframe/lang/sk.js | 1 + .../build/ckeditor/plugins/iframe/lang/sl.js | 1 + .../build/ckeditor/plugins/iframe/lang/sq.js | 1 + .../ckeditor/plugins/iframe/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/iframe/lang/sr.js | 1 + .../build/ckeditor/plugins/iframe/lang/sv.js | 1 + .../build/ckeditor/plugins/iframe/lang/th.js | 1 + .../build/ckeditor/plugins/iframe/lang/tr.js | 1 + .../build/ckeditor/plugins/iframe/lang/tt.js | 1 + .../build/ckeditor/plugins/iframe/lang/ug.js | 1 + .../build/ckeditor/plugins/iframe/lang/uk.js | 1 + .../build/ckeditor/plugins/iframe/lang/vi.js | 1 + .../ckeditor/plugins/iframe/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/iframe/lang/zh.js | 1 + .../build/ckeditor/plugins/iframe/plugin.js | 8 + .../ckeditor/plugins/iframedialog/plugin.js | 8 + .../ckeditor/plugins/image/dialogs/image.js | 44 + .../ckeditor/plugins/image/images/noimage.png | Bin 0 -> 1610 bytes .../ckeditor/plugins/image2/dialogs/image2.js | 15 + .../plugins/image2/icons/hidpi/image.png | Bin 0 -> 905 bytes .../ckeditor/plugins/image2/icons/image.png | Bin 0 -> 498 bytes .../build/ckeditor/plugins/image2/lang/af.js | 1 + .../build/ckeditor/plugins/image2/lang/ar.js | 1 + .../build/ckeditor/plugins/image2/lang/az.js | 1 + .../build/ckeditor/plugins/image2/lang/bg.js | 1 + .../build/ckeditor/plugins/image2/lang/bn.js | 1 + .../build/ckeditor/plugins/image2/lang/bs.js | 1 + .../build/ckeditor/plugins/image2/lang/ca.js | 1 + .../build/ckeditor/plugins/image2/lang/cs.js | 1 + .../build/ckeditor/plugins/image2/lang/cy.js | 1 + .../build/ckeditor/plugins/image2/lang/da.js | 1 + .../ckeditor/plugins/image2/lang/de-ch.js | 1 + .../build/ckeditor/plugins/image2/lang/de.js | 1 + .../build/ckeditor/plugins/image2/lang/el.js | 1 + .../ckeditor/plugins/image2/lang/en-au.js | 1 + .../ckeditor/plugins/image2/lang/en-ca.js | 1 + .../ckeditor/plugins/image2/lang/en-gb.js | 1 + .../build/ckeditor/plugins/image2/lang/en.js | 1 + .../build/ckeditor/plugins/image2/lang/eo.js | 1 + .../ckeditor/plugins/image2/lang/es-mx.js | 1 + .../build/ckeditor/plugins/image2/lang/es.js | 1 + .../build/ckeditor/plugins/image2/lang/et.js | 1 + .../build/ckeditor/plugins/image2/lang/eu.js | 1 + .../build/ckeditor/plugins/image2/lang/fa.js | 1 + .../build/ckeditor/plugins/image2/lang/fi.js | 1 + .../build/ckeditor/plugins/image2/lang/fo.js | 1 + .../ckeditor/plugins/image2/lang/fr-ca.js | 1 + .../build/ckeditor/plugins/image2/lang/fr.js | 1 + .../build/ckeditor/plugins/image2/lang/gl.js | 1 + .../build/ckeditor/plugins/image2/lang/gu.js | 1 + .../build/ckeditor/plugins/image2/lang/he.js | 1 + .../build/ckeditor/plugins/image2/lang/hi.js | 1 + .../build/ckeditor/plugins/image2/lang/hr.js | 1 + .../build/ckeditor/plugins/image2/lang/hu.js | 1 + .../build/ckeditor/plugins/image2/lang/id.js | 1 + .../build/ckeditor/plugins/image2/lang/is.js | 1 + .../build/ckeditor/plugins/image2/lang/it.js | 1 + .../build/ckeditor/plugins/image2/lang/ja.js | 1 + .../build/ckeditor/plugins/image2/lang/ka.js | 1 + .../build/ckeditor/plugins/image2/lang/km.js | 1 + .../build/ckeditor/plugins/image2/lang/ko.js | 1 + .../build/ckeditor/plugins/image2/lang/ku.js | 1 + .../build/ckeditor/plugins/image2/lang/lt.js | 1 + .../build/ckeditor/plugins/image2/lang/lv.js | 1 + .../build/ckeditor/plugins/image2/lang/mk.js | 1 + .../build/ckeditor/plugins/image2/lang/mn.js | 1 + .../build/ckeditor/plugins/image2/lang/ms.js | 1 + .../build/ckeditor/plugins/image2/lang/nb.js | 1 + .../build/ckeditor/plugins/image2/lang/nl.js | 2 + .../build/ckeditor/plugins/image2/lang/no.js | 1 + .../build/ckeditor/plugins/image2/lang/oc.js | 1 + .../build/ckeditor/plugins/image2/lang/pl.js | 1 + .../ckeditor/plugins/image2/lang/pt-br.js | 1 + .../build/ckeditor/plugins/image2/lang/pt.js | 1 + .../build/ckeditor/plugins/image2/lang/ro.js | 1 + .../build/ckeditor/plugins/image2/lang/ru.js | 1 + .../build/ckeditor/plugins/image2/lang/si.js | 1 + .../build/ckeditor/plugins/image2/lang/sk.js | 1 + .../build/ckeditor/plugins/image2/lang/sl.js | 1 + .../build/ckeditor/plugins/image2/lang/sq.js | 1 + .../ckeditor/plugins/image2/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/image2/lang/sr.js | 1 + .../build/ckeditor/plugins/image2/lang/sv.js | 1 + .../build/ckeditor/plugins/image2/lang/th.js | 1 + .../build/ckeditor/plugins/image2/lang/tr.js | 1 + .../build/ckeditor/plugins/image2/lang/tt.js | 1 + .../build/ckeditor/plugins/image2/lang/ug.js | 1 + .../build/ckeditor/plugins/image2/lang/uk.js | 1 + .../build/ckeditor/plugins/image2/lang/vi.js | 1 + .../ckeditor/plugins/image2/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/image2/lang/zh.js | 1 + .../build/ckeditor/plugins/image2/plugin.js | 31 + .../ckeditor/plugins/imagebase/lang/en.js | 5 + .../ckeditor/plugins/imagebase/plugin.js | 21 + .../plugins/imagebase/styles/imagebase.css | 9 + .../ckeditor/plugins/indentblock/plugin.js | 10 + .../justify/icons/hidpi/justifyblock.png | Bin 0 -> 533 bytes .../justify/icons/hidpi/justifycenter.png | Bin 0 -> 576 bytes .../justify/icons/hidpi/justifyleft.png | Bin 0 -> 569 bytes .../justify/icons/hidpi/justifyright.png | Bin 0 -> 549 bytes .../plugins/justify/icons/justifyblock.png | Bin 0 -> 315 bytes .../plugins/justify/icons/justifycenter.png | Bin 0 -> 564 bytes .../plugins/justify/icons/justifyleft.png | Bin 0 -> 342 bytes .../plugins/justify/icons/justifyright.png | Bin 0 -> 348 bytes .../build/ckeditor/plugins/justify/plugin.js | 12 + .../plugins/language/icons/hidpi/language.png | Bin 0 -> 795 bytes .../plugins/language/icons/language.png | Bin 0 -> 433 bytes .../ckeditor/plugins/language/lang/ar.js | 5 + .../ckeditor/plugins/language/lang/az.js | 5 + .../ckeditor/plugins/language/lang/bg.js | 5 + .../ckeditor/plugins/language/lang/ca.js | 5 + .../ckeditor/plugins/language/lang/cs.js | 5 + .../ckeditor/plugins/language/lang/cy.js | 5 + .../ckeditor/plugins/language/lang/da.js | 5 + .../ckeditor/plugins/language/lang/de-ch.js | 5 + .../ckeditor/plugins/language/lang/de.js | 5 + .../ckeditor/plugins/language/lang/el.js | 5 + .../ckeditor/plugins/language/lang/en-au.js | 5 + .../ckeditor/plugins/language/lang/en-gb.js | 5 + .../ckeditor/plugins/language/lang/en.js | 5 + .../ckeditor/plugins/language/lang/eo.js | 5 + .../ckeditor/plugins/language/lang/es-mx.js | 5 + .../ckeditor/plugins/language/lang/es.js | 5 + .../ckeditor/plugins/language/lang/et.js | 5 + .../ckeditor/plugins/language/lang/eu.js | 5 + .../ckeditor/plugins/language/lang/fa.js | 5 + .../ckeditor/plugins/language/lang/fi.js | 5 + .../ckeditor/plugins/language/lang/fo.js | 5 + .../ckeditor/plugins/language/lang/fr.js | 5 + .../ckeditor/plugins/language/lang/gl.js | 5 + .../ckeditor/plugins/language/lang/he.js | 5 + .../ckeditor/plugins/language/lang/hr.js | 5 + .../ckeditor/plugins/language/lang/hu.js | 5 + .../ckeditor/plugins/language/lang/id.js | 5 + .../ckeditor/plugins/language/lang/it.js | 5 + .../ckeditor/plugins/language/lang/ja.js | 5 + .../ckeditor/plugins/language/lang/km.js | 5 + .../ckeditor/plugins/language/lang/ko.js | 5 + .../ckeditor/plugins/language/lang/ku.js | 5 + .../ckeditor/plugins/language/lang/lt.js | 5 + .../ckeditor/plugins/language/lang/lv.js | 5 + .../ckeditor/plugins/language/lang/nb.js | 5 + .../ckeditor/plugins/language/lang/nl.js | 5 + .../ckeditor/plugins/language/lang/no.js | 5 + .../ckeditor/plugins/language/lang/oc.js | 5 + .../ckeditor/plugins/language/lang/pl.js | 5 + .../ckeditor/plugins/language/lang/pt-br.js | 5 + .../ckeditor/plugins/language/lang/pt.js | 5 + .../ckeditor/plugins/language/lang/ro.js | 5 + .../ckeditor/plugins/language/lang/ru.js | 5 + .../ckeditor/plugins/language/lang/sk.js | 5 + .../ckeditor/plugins/language/lang/sl.js | 5 + .../ckeditor/plugins/language/lang/sq.js | 5 + .../ckeditor/plugins/language/lang/sr-latn.js | 5 + .../ckeditor/plugins/language/lang/sr.js | 5 + .../ckeditor/plugins/language/lang/sv.js | 5 + .../ckeditor/plugins/language/lang/tr.js | 5 + .../ckeditor/plugins/language/lang/tt.js | 5 + .../ckeditor/plugins/language/lang/ug.js | 5 + .../ckeditor/plugins/language/lang/uk.js | 5 + .../ckeditor/plugins/language/lang/vi.js | 5 + .../ckeditor/plugins/language/lang/zh-cn.js | 5 + .../ckeditor/plugins/language/lang/zh.js | 5 + .../build/ckeditor/plugins/language/plugin.js | 9 + .../ckeditor/plugins/link/dialogs/anchor.js | 8 + .../ckeditor/plugins/link/dialogs/link.js | 30 + .../ckeditor/plugins/link/images/anchor.png | Bin 0 -> 752 bytes .../plugins/link/images/hidpi/anchor.png | Bin 0 -> 1109 bytes .../plugins/liststyle/dialogs/liststyle.js | 10 + .../ckeditor/plugins/liststyle/lang/af.js | 2 + .../ckeditor/plugins/liststyle/lang/ar.js | 1 + .../ckeditor/plugins/liststyle/lang/az.js | 2 + .../ckeditor/plugins/liststyle/lang/bg.js | 1 + .../ckeditor/plugins/liststyle/lang/bn.js | 1 + .../ckeditor/plugins/liststyle/lang/bs.js | 1 + .../ckeditor/plugins/liststyle/lang/ca.js | 1 + .../ckeditor/plugins/liststyle/lang/cs.js | 1 + .../ckeditor/plugins/liststyle/lang/cy.js | 1 + .../ckeditor/plugins/liststyle/lang/da.js | 2 + .../ckeditor/plugins/liststyle/lang/de-ch.js | 1 + .../ckeditor/plugins/liststyle/lang/de.js | 1 + .../ckeditor/plugins/liststyle/lang/el.js | 1 + .../ckeditor/plugins/liststyle/lang/en-au.js | 1 + .../ckeditor/plugins/liststyle/lang/en-ca.js | 1 + .../ckeditor/plugins/liststyle/lang/en-gb.js | 1 + .../ckeditor/plugins/liststyle/lang/en.js | 1 + .../ckeditor/plugins/liststyle/lang/eo.js | 2 + .../ckeditor/plugins/liststyle/lang/es-mx.js | 2 + .../ckeditor/plugins/liststyle/lang/es.js | 2 + .../ckeditor/plugins/liststyle/lang/et.js | 1 + .../ckeditor/plugins/liststyle/lang/eu.js | 2 + .../ckeditor/plugins/liststyle/lang/fa.js | 1 + .../ckeditor/plugins/liststyle/lang/fi.js | 2 + .../ckeditor/plugins/liststyle/lang/fo.js | 2 + .../ckeditor/plugins/liststyle/lang/fr-ca.js | 2 + .../ckeditor/plugins/liststyle/lang/fr.js | 2 + .../ckeditor/plugins/liststyle/lang/gl.js | 2 + .../ckeditor/plugins/liststyle/lang/gu.js | 1 + .../ckeditor/plugins/liststyle/lang/he.js | 2 + .../ckeditor/plugins/liststyle/lang/hi.js | 1 + .../ckeditor/plugins/liststyle/lang/hr.js | 2 + .../ckeditor/plugins/liststyle/lang/hu.js | 1 + .../ckeditor/plugins/liststyle/lang/id.js | 1 + .../ckeditor/plugins/liststyle/lang/is.js | 1 + .../ckeditor/plugins/liststyle/lang/it.js | 2 + .../ckeditor/plugins/liststyle/lang/ja.js | 1 + .../ckeditor/plugins/liststyle/lang/ka.js | 2 + .../ckeditor/plugins/liststyle/lang/km.js | 1 + .../ckeditor/plugins/liststyle/lang/ko.js | 1 + .../ckeditor/plugins/liststyle/lang/ku.js | 1 + .../ckeditor/plugins/liststyle/lang/lt.js | 2 + .../ckeditor/plugins/liststyle/lang/lv.js | 1 + .../ckeditor/plugins/liststyle/lang/mk.js | 1 + .../ckeditor/plugins/liststyle/lang/mn.js | 1 + .../ckeditor/plugins/liststyle/lang/ms.js | 1 + .../ckeditor/plugins/liststyle/lang/nb.js | 1 + .../ckeditor/plugins/liststyle/lang/nl.js | 2 + .../ckeditor/plugins/liststyle/lang/no.js | 1 + .../ckeditor/plugins/liststyle/lang/oc.js | 2 + .../ckeditor/plugins/liststyle/lang/pl.js | 2 + .../ckeditor/plugins/liststyle/lang/pt-br.js | 2 + .../ckeditor/plugins/liststyle/lang/pt.js | 1 + .../ckeditor/plugins/liststyle/lang/ro.js | 1 + .../ckeditor/plugins/liststyle/lang/ru.js | 2 + .../ckeditor/plugins/liststyle/lang/si.js | 1 + .../ckeditor/plugins/liststyle/lang/sk.js | 1 + .../ckeditor/plugins/liststyle/lang/sl.js | 1 + .../ckeditor/plugins/liststyle/lang/sq.js | 1 + .../plugins/liststyle/lang/sr-latn.js | 2 + .../ckeditor/plugins/liststyle/lang/sr.js | 2 + .../ckeditor/plugins/liststyle/lang/sv.js | 1 + .../ckeditor/plugins/liststyle/lang/th.js | 1 + .../ckeditor/plugins/liststyle/lang/tr.js | 1 + .../ckeditor/plugins/liststyle/lang/tt.js | 1 + .../ckeditor/plugins/liststyle/lang/ug.js | 2 + .../ckeditor/plugins/liststyle/lang/uk.js | 1 + .../ckeditor/plugins/liststyle/lang/vi.js | 2 + .../ckeditor/plugins/liststyle/lang/zh-cn.js | 1 + .../ckeditor/plugins/liststyle/lang/zh.js | 1 + .../ckeditor/plugins/liststyle/plugin.js | 7 + .../magicline/images/hidpi/icon-rtl.png | Bin 0 -> 176 bytes .../plugins/magicline/images/hidpi/icon.png | Bin 0 -> 199 bytes .../plugins/magicline/images/icon-rtl.png | Bin 0 -> 138 bytes .../plugins/magicline/images/icon.png | Bin 0 -> 133 bytes .../plugins/mathjax/dialogs/mathjax.js | 7 + .../plugins/mathjax/icons/hidpi/mathjax.png | Bin 0 -> 1437 bytes .../plugins/mathjax/icons/mathjax.png | Bin 0 -> 703 bytes .../plugins/mathjax/images/loader.gif | Bin 0 -> 784 bytes .../build/ckeditor/plugins/mathjax/lang/af.js | 1 + .../build/ckeditor/plugins/mathjax/lang/ar.js | 1 + .../build/ckeditor/plugins/mathjax/lang/az.js | 1 + .../build/ckeditor/plugins/mathjax/lang/bg.js | 1 + .../build/ckeditor/plugins/mathjax/lang/ca.js | 1 + .../build/ckeditor/plugins/mathjax/lang/cs.js | 1 + .../build/ckeditor/plugins/mathjax/lang/cy.js | 1 + .../build/ckeditor/plugins/mathjax/lang/da.js | 1 + .../ckeditor/plugins/mathjax/lang/de-ch.js | 1 + .../build/ckeditor/plugins/mathjax/lang/de.js | 1 + .../build/ckeditor/plugins/mathjax/lang/el.js | 1 + .../ckeditor/plugins/mathjax/lang/en-au.js | 1 + .../ckeditor/plugins/mathjax/lang/en-gb.js | 1 + .../build/ckeditor/plugins/mathjax/lang/en.js | 1 + .../build/ckeditor/plugins/mathjax/lang/eo.js | 1 + .../ckeditor/plugins/mathjax/lang/es-mx.js | 1 + .../build/ckeditor/plugins/mathjax/lang/es.js | 1 + .../build/ckeditor/plugins/mathjax/lang/et.js | 1 + .../build/ckeditor/plugins/mathjax/lang/eu.js | 1 + .../build/ckeditor/plugins/mathjax/lang/fa.js | 1 + .../build/ckeditor/plugins/mathjax/lang/fi.js | 1 + .../build/ckeditor/plugins/mathjax/lang/fr.js | 1 + .../build/ckeditor/plugins/mathjax/lang/gl.js | 1 + .../build/ckeditor/plugins/mathjax/lang/he.js | 1 + .../build/ckeditor/plugins/mathjax/lang/hr.js | 1 + .../build/ckeditor/plugins/mathjax/lang/hu.js | 1 + .../build/ckeditor/plugins/mathjax/lang/id.js | 1 + .../build/ckeditor/plugins/mathjax/lang/it.js | 1 + .../build/ckeditor/plugins/mathjax/lang/ja.js | 1 + .../build/ckeditor/plugins/mathjax/lang/km.js | 1 + .../build/ckeditor/plugins/mathjax/lang/ko.js | 1 + .../build/ckeditor/plugins/mathjax/lang/ku.js | 1 + .../build/ckeditor/plugins/mathjax/lang/lt.js | 1 + .../build/ckeditor/plugins/mathjax/lang/lv.js | 1 + .../build/ckeditor/plugins/mathjax/lang/nb.js | 1 + .../build/ckeditor/plugins/mathjax/lang/nl.js | 1 + .../build/ckeditor/plugins/mathjax/lang/no.js | 1 + .../build/ckeditor/plugins/mathjax/lang/oc.js | 1 + .../build/ckeditor/plugins/mathjax/lang/pl.js | 1 + .../ckeditor/plugins/mathjax/lang/pt-br.js | 1 + .../build/ckeditor/plugins/mathjax/lang/pt.js | 1 + .../build/ckeditor/plugins/mathjax/lang/ro.js | 1 + .../build/ckeditor/plugins/mathjax/lang/ru.js | 1 + .../build/ckeditor/plugins/mathjax/lang/sk.js | 1 + .../build/ckeditor/plugins/mathjax/lang/sl.js | 1 + .../build/ckeditor/plugins/mathjax/lang/sq.js | 1 + .../ckeditor/plugins/mathjax/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/mathjax/lang/sr.js | 1 + .../build/ckeditor/plugins/mathjax/lang/sv.js | 1 + .../build/ckeditor/plugins/mathjax/lang/tr.js | 1 + .../build/ckeditor/plugins/mathjax/lang/tt.js | 1 + .../build/ckeditor/plugins/mathjax/lang/ug.js | 1 + .../build/ckeditor/plugins/mathjax/lang/uk.js | 1 + .../build/ckeditor/plugins/mathjax/lang/vi.js | 1 + .../ckeditor/plugins/mathjax/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/mathjax/lang/zh.js | 1 + .../build/ckeditor/plugins/mathjax/plugin.js | 15 + .../build/ckeditor/plugins/mentions/plugin.js | 9 + .../newpage/icons/hidpi/newpage-rtl.png | Bin 0 -> 653 bytes .../plugins/newpage/icons/hidpi/newpage.png | Bin 0 -> 675 bytes .../plugins/newpage/icons/newpage-rtl.png | Bin 0 -> 440 bytes .../plugins/newpage/icons/newpage.png | Bin 0 -> 444 bytes .../build/ckeditor/plugins/newpage/lang/af.js | 1 + .../build/ckeditor/plugins/newpage/lang/ar.js | 1 + .../build/ckeditor/plugins/newpage/lang/az.js | 1 + .../build/ckeditor/plugins/newpage/lang/bg.js | 1 + .../build/ckeditor/plugins/newpage/lang/bn.js | 1 + .../build/ckeditor/plugins/newpage/lang/bs.js | 1 + .../build/ckeditor/plugins/newpage/lang/ca.js | 1 + .../build/ckeditor/plugins/newpage/lang/cs.js | 1 + .../build/ckeditor/plugins/newpage/lang/cy.js | 1 + .../build/ckeditor/plugins/newpage/lang/da.js | 1 + .../ckeditor/plugins/newpage/lang/de-ch.js | 1 + .../build/ckeditor/plugins/newpage/lang/de.js | 1 + .../build/ckeditor/plugins/newpage/lang/el.js | 1 + .../ckeditor/plugins/newpage/lang/en-au.js | 1 + .../ckeditor/plugins/newpage/lang/en-ca.js | 1 + .../ckeditor/plugins/newpage/lang/en-gb.js | 1 + .../build/ckeditor/plugins/newpage/lang/en.js | 1 + .../build/ckeditor/plugins/newpage/lang/eo.js | 1 + .../ckeditor/plugins/newpage/lang/es-mx.js | 1 + .../build/ckeditor/plugins/newpage/lang/es.js | 1 + .../build/ckeditor/plugins/newpage/lang/et.js | 1 + .../build/ckeditor/plugins/newpage/lang/eu.js | 1 + .../build/ckeditor/plugins/newpage/lang/fa.js | 1 + .../build/ckeditor/plugins/newpage/lang/fi.js | 1 + .../build/ckeditor/plugins/newpage/lang/fo.js | 1 + .../ckeditor/plugins/newpage/lang/fr-ca.js | 1 + .../build/ckeditor/plugins/newpage/lang/fr.js | 1 + .../build/ckeditor/plugins/newpage/lang/gl.js | 1 + .../build/ckeditor/plugins/newpage/lang/gu.js | 1 + .../build/ckeditor/plugins/newpage/lang/he.js | 1 + .../build/ckeditor/plugins/newpage/lang/hi.js | 1 + .../build/ckeditor/plugins/newpage/lang/hr.js | 1 + .../build/ckeditor/plugins/newpage/lang/hu.js | 1 + .../build/ckeditor/plugins/newpage/lang/id.js | 1 + .../build/ckeditor/plugins/newpage/lang/is.js | 1 + .../build/ckeditor/plugins/newpage/lang/it.js | 1 + .../build/ckeditor/plugins/newpage/lang/ja.js | 1 + .../build/ckeditor/plugins/newpage/lang/ka.js | 1 + .../build/ckeditor/plugins/newpage/lang/km.js | 1 + .../build/ckeditor/plugins/newpage/lang/ko.js | 1 + .../build/ckeditor/plugins/newpage/lang/ku.js | 1 + .../build/ckeditor/plugins/newpage/lang/lt.js | 1 + .../build/ckeditor/plugins/newpage/lang/lv.js | 1 + .../build/ckeditor/plugins/newpage/lang/mk.js | 1 + .../build/ckeditor/plugins/newpage/lang/mn.js | 1 + .../build/ckeditor/plugins/newpage/lang/ms.js | 1 + .../build/ckeditor/plugins/newpage/lang/nb.js | 1 + .../build/ckeditor/plugins/newpage/lang/nl.js | 1 + .../build/ckeditor/plugins/newpage/lang/no.js | 1 + .../build/ckeditor/plugins/newpage/lang/oc.js | 1 + .../build/ckeditor/plugins/newpage/lang/pl.js | 1 + .../ckeditor/plugins/newpage/lang/pt-br.js | 1 + .../build/ckeditor/plugins/newpage/lang/pt.js | 1 + .../build/ckeditor/plugins/newpage/lang/ro.js | 1 + .../build/ckeditor/plugins/newpage/lang/ru.js | 1 + .../build/ckeditor/plugins/newpage/lang/si.js | 1 + .../build/ckeditor/plugins/newpage/lang/sk.js | 1 + .../build/ckeditor/plugins/newpage/lang/sl.js | 1 + .../build/ckeditor/plugins/newpage/lang/sq.js | 1 + .../ckeditor/plugins/newpage/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/newpage/lang/sr.js | 1 + .../build/ckeditor/plugins/newpage/lang/sv.js | 1 + .../build/ckeditor/plugins/newpage/lang/th.js | 1 + .../build/ckeditor/plugins/newpage/lang/tr.js | 1 + .../build/ckeditor/plugins/newpage/lang/tt.js | 1 + .../build/ckeditor/plugins/newpage/lang/ug.js | 1 + .../build/ckeditor/plugins/newpage/lang/uk.js | 1 + .../build/ckeditor/plugins/newpage/lang/vi.js | 1 + .../ckeditor/plugins/newpage/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/newpage/lang/zh.js | 1 + .../build/ckeditor/plugins/newpage/plugin.js | 6 + .../pagebreak/icons/hidpi/pagebreak-rtl.png | Bin 0 -> 807 bytes .../pagebreak/icons/hidpi/pagebreak.png | Bin 0 -> 809 bytes .../plugins/pagebreak/icons/pagebreak-rtl.png | Bin 0 -> 468 bytes .../plugins/pagebreak/icons/pagebreak.png | Bin 0 -> 459 bytes .../plugins/pagebreak/images/pagebreak.gif | Bin 0 -> 99 bytes .../ckeditor/plugins/pagebreak/lang/af.js | 1 + .../ckeditor/plugins/pagebreak/lang/ar.js | 1 + .../ckeditor/plugins/pagebreak/lang/az.js | 1 + .../ckeditor/plugins/pagebreak/lang/bg.js | 1 + .../ckeditor/plugins/pagebreak/lang/bn.js | 1 + .../ckeditor/plugins/pagebreak/lang/bs.js | 1 + .../ckeditor/plugins/pagebreak/lang/ca.js | 1 + .../ckeditor/plugins/pagebreak/lang/cs.js | 1 + .../ckeditor/plugins/pagebreak/lang/cy.js | 1 + .../ckeditor/plugins/pagebreak/lang/da.js | 1 + .../ckeditor/plugins/pagebreak/lang/de-ch.js | 1 + .../ckeditor/plugins/pagebreak/lang/de.js | 1 + .../ckeditor/plugins/pagebreak/lang/el.js | 1 + .../ckeditor/plugins/pagebreak/lang/en-au.js | 1 + .../ckeditor/plugins/pagebreak/lang/en-ca.js | 1 + .../ckeditor/plugins/pagebreak/lang/en-gb.js | 1 + .../ckeditor/plugins/pagebreak/lang/en.js | 1 + .../ckeditor/plugins/pagebreak/lang/eo.js | 1 + .../ckeditor/plugins/pagebreak/lang/es-mx.js | 1 + .../ckeditor/plugins/pagebreak/lang/es.js | 1 + .../ckeditor/plugins/pagebreak/lang/et.js | 1 + .../ckeditor/plugins/pagebreak/lang/eu.js | 1 + .../ckeditor/plugins/pagebreak/lang/fa.js | 1 + .../ckeditor/plugins/pagebreak/lang/fi.js | 1 + .../ckeditor/plugins/pagebreak/lang/fo.js | 1 + .../ckeditor/plugins/pagebreak/lang/fr-ca.js | 1 + .../ckeditor/plugins/pagebreak/lang/fr.js | 1 + .../ckeditor/plugins/pagebreak/lang/gl.js | 1 + .../ckeditor/plugins/pagebreak/lang/gu.js | 1 + .../ckeditor/plugins/pagebreak/lang/he.js | 1 + .../ckeditor/plugins/pagebreak/lang/hi.js | 1 + .../ckeditor/plugins/pagebreak/lang/hr.js | 1 + .../ckeditor/plugins/pagebreak/lang/hu.js | 1 + .../ckeditor/plugins/pagebreak/lang/id.js | 1 + .../ckeditor/plugins/pagebreak/lang/is.js | 1 + .../ckeditor/plugins/pagebreak/lang/it.js | 1 + .../ckeditor/plugins/pagebreak/lang/ja.js | 1 + .../ckeditor/plugins/pagebreak/lang/ka.js | 1 + .../ckeditor/plugins/pagebreak/lang/km.js | 1 + .../ckeditor/plugins/pagebreak/lang/ko.js | 1 + .../ckeditor/plugins/pagebreak/lang/ku.js | 1 + .../ckeditor/plugins/pagebreak/lang/lt.js | 1 + .../ckeditor/plugins/pagebreak/lang/lv.js | 1 + .../ckeditor/plugins/pagebreak/lang/mk.js | 1 + .../ckeditor/plugins/pagebreak/lang/mn.js | 1 + .../ckeditor/plugins/pagebreak/lang/ms.js | 1 + .../ckeditor/plugins/pagebreak/lang/nb.js | 1 + .../ckeditor/plugins/pagebreak/lang/nl.js | 1 + .../ckeditor/plugins/pagebreak/lang/no.js | 1 + .../ckeditor/plugins/pagebreak/lang/oc.js | 1 + .../ckeditor/plugins/pagebreak/lang/pl.js | 1 + .../ckeditor/plugins/pagebreak/lang/pt-br.js | 1 + .../ckeditor/plugins/pagebreak/lang/pt.js | 1 + .../ckeditor/plugins/pagebreak/lang/ro.js | 1 + .../ckeditor/plugins/pagebreak/lang/ru.js | 1 + .../ckeditor/plugins/pagebreak/lang/si.js | 1 + .../ckeditor/plugins/pagebreak/lang/sk.js | 1 + .../ckeditor/plugins/pagebreak/lang/sl.js | 1 + .../ckeditor/plugins/pagebreak/lang/sq.js | 1 + .../plugins/pagebreak/lang/sr-latn.js | 1 + .../ckeditor/plugins/pagebreak/lang/sr.js | 1 + .../ckeditor/plugins/pagebreak/lang/sv.js | 1 + .../ckeditor/plugins/pagebreak/lang/th.js | 1 + .../ckeditor/plugins/pagebreak/lang/tr.js | 1 + .../ckeditor/plugins/pagebreak/lang/tt.js | 1 + .../ckeditor/plugins/pagebreak/lang/ug.js | 1 + .../ckeditor/plugins/pagebreak/lang/uk.js | 1 + .../ckeditor/plugins/pagebreak/lang/vi.js | 1 + .../ckeditor/plugins/pagebreak/lang/zh-cn.js | 1 + .../ckeditor/plugins/pagebreak/lang/zh.js | 1 + .../ckeditor/plugins/pagebreak/plugin.js | 9 + .../ckeditor/plugins/panelbutton/plugin.js | 8 + .../plugins/pastefromword/filter/default.js | 58 + .../placeholder/dialogs/placeholder.js | 5 + .../placeholder/icons/hidpi/placeholder.png | Bin 0 -> 1576 bytes .../plugins/placeholder/icons/placeholder.png | Bin 0 -> 835 bytes .../ckeditor/plugins/placeholder/lang/af.js | 5 + .../ckeditor/plugins/placeholder/lang/ar.js | 5 + .../ckeditor/plugins/placeholder/lang/az.js | 5 + .../ckeditor/plugins/placeholder/lang/bg.js | 5 + .../ckeditor/plugins/placeholder/lang/ca.js | 5 + .../ckeditor/plugins/placeholder/lang/cs.js | 5 + .../ckeditor/plugins/placeholder/lang/cy.js | 5 + .../ckeditor/plugins/placeholder/lang/da.js | 5 + .../plugins/placeholder/lang/de-ch.js | 5 + .../ckeditor/plugins/placeholder/lang/de.js | 5 + .../ckeditor/plugins/placeholder/lang/el.js | 5 + .../plugins/placeholder/lang/en-au.js | 5 + .../plugins/placeholder/lang/en-gb.js | 5 + .../ckeditor/plugins/placeholder/lang/en.js | 5 + .../ckeditor/plugins/placeholder/lang/eo.js | 5 + .../plugins/placeholder/lang/es-mx.js | 5 + .../ckeditor/plugins/placeholder/lang/es.js | 5 + .../ckeditor/plugins/placeholder/lang/et.js | 5 + .../ckeditor/plugins/placeholder/lang/eu.js | 5 + .../ckeditor/plugins/placeholder/lang/fa.js | 5 + .../ckeditor/plugins/placeholder/lang/fi.js | 5 + .../plugins/placeholder/lang/fr-ca.js | 5 + .../ckeditor/plugins/placeholder/lang/fr.js | 5 + .../ckeditor/plugins/placeholder/lang/gl.js | 5 + .../ckeditor/plugins/placeholder/lang/he.js | 5 + .../ckeditor/plugins/placeholder/lang/hr.js | 5 + .../ckeditor/plugins/placeholder/lang/hu.js | 5 + .../ckeditor/plugins/placeholder/lang/id.js | 5 + .../ckeditor/plugins/placeholder/lang/it.js | 5 + .../ckeditor/plugins/placeholder/lang/ja.js | 5 + .../ckeditor/plugins/placeholder/lang/km.js | 5 + .../ckeditor/plugins/placeholder/lang/ko.js | 5 + .../ckeditor/plugins/placeholder/lang/ku.js | 5 + .../ckeditor/plugins/placeholder/lang/lv.js | 5 + .../ckeditor/plugins/placeholder/lang/nb.js | 5 + .../ckeditor/plugins/placeholder/lang/nl.js | 5 + .../ckeditor/plugins/placeholder/lang/no.js | 5 + .../ckeditor/plugins/placeholder/lang/oc.js | 5 + .../ckeditor/plugins/placeholder/lang/pl.js | 5 + .../plugins/placeholder/lang/pt-br.js | 5 + .../ckeditor/plugins/placeholder/lang/pt.js | 5 + .../ckeditor/plugins/placeholder/lang/ro.js | 5 + .../ckeditor/plugins/placeholder/lang/ru.js | 5 + .../ckeditor/plugins/placeholder/lang/si.js | 5 + .../ckeditor/plugins/placeholder/lang/sk.js | 5 + .../ckeditor/plugins/placeholder/lang/sl.js | 5 + .../ckeditor/plugins/placeholder/lang/sq.js | 5 + .../plugins/placeholder/lang/sr-latn.js | 5 + .../ckeditor/plugins/placeholder/lang/sr.js | 5 + .../ckeditor/plugins/placeholder/lang/sv.js | 5 + .../ckeditor/plugins/placeholder/lang/th.js | 5 + .../ckeditor/plugins/placeholder/lang/tr.js | 5 + .../ckeditor/plugins/placeholder/lang/tt.js | 5 + .../ckeditor/plugins/placeholder/lang/ug.js | 5 + .../ckeditor/plugins/placeholder/lang/uk.js | 5 + .../ckeditor/plugins/placeholder/lang/vi.js | 5 + .../plugins/placeholder/lang/zh-cn.js | 5 + .../ckeditor/plugins/placeholder/lang/zh.js | 5 + .../ckeditor/plugins/placeholder/plugin.js | 7 + .../preview/icons/hidpi/preview-rtl.png | Bin 0 -> 1241 bytes .../plugins/preview/icons/hidpi/preview.png | Bin 0 -> 1254 bytes .../plugins/preview/icons/preview-rtl.png | Bin 0 -> 625 bytes .../plugins/preview/icons/preview.png | Bin 0 -> 632 bytes .../build/ckeditor/plugins/preview/lang/af.js | 1 + .../build/ckeditor/plugins/preview/lang/ar.js | 1 + .../build/ckeditor/plugins/preview/lang/az.js | 1 + .../build/ckeditor/plugins/preview/lang/bg.js | 1 + .../build/ckeditor/plugins/preview/lang/bn.js | 1 + .../build/ckeditor/plugins/preview/lang/bs.js | 1 + .../build/ckeditor/plugins/preview/lang/ca.js | 1 + .../build/ckeditor/plugins/preview/lang/cs.js | 1 + .../build/ckeditor/plugins/preview/lang/cy.js | 1 + .../build/ckeditor/plugins/preview/lang/da.js | 1 + .../ckeditor/plugins/preview/lang/de-ch.js | 1 + .../build/ckeditor/plugins/preview/lang/de.js | 1 + .../build/ckeditor/plugins/preview/lang/el.js | 1 + .../ckeditor/plugins/preview/lang/en-au.js | 1 + .../ckeditor/plugins/preview/lang/en-ca.js | 1 + .../ckeditor/plugins/preview/lang/en-gb.js | 1 + .../build/ckeditor/plugins/preview/lang/en.js | 1 + .../build/ckeditor/plugins/preview/lang/eo.js | 1 + .../ckeditor/plugins/preview/lang/es-mx.js | 1 + .../build/ckeditor/plugins/preview/lang/es.js | 1 + .../build/ckeditor/plugins/preview/lang/et.js | 1 + .../build/ckeditor/plugins/preview/lang/eu.js | 1 + .../build/ckeditor/plugins/preview/lang/fa.js | 1 + .../build/ckeditor/plugins/preview/lang/fi.js | 1 + .../build/ckeditor/plugins/preview/lang/fo.js | 1 + .../ckeditor/plugins/preview/lang/fr-ca.js | 1 + .../build/ckeditor/plugins/preview/lang/fr.js | 1 + .../build/ckeditor/plugins/preview/lang/gl.js | 1 + .../build/ckeditor/plugins/preview/lang/gu.js | 1 + .../build/ckeditor/plugins/preview/lang/he.js | 1 + .../build/ckeditor/plugins/preview/lang/hi.js | 1 + .../build/ckeditor/plugins/preview/lang/hr.js | 1 + .../build/ckeditor/plugins/preview/lang/hu.js | 1 + .../build/ckeditor/plugins/preview/lang/id.js | 1 + .../build/ckeditor/plugins/preview/lang/is.js | 1 + .../build/ckeditor/plugins/preview/lang/it.js | 1 + .../build/ckeditor/plugins/preview/lang/ja.js | 1 + .../build/ckeditor/plugins/preview/lang/ka.js | 1 + .../build/ckeditor/plugins/preview/lang/km.js | 1 + .../build/ckeditor/plugins/preview/lang/ko.js | 1 + .../build/ckeditor/plugins/preview/lang/ku.js | 1 + .../build/ckeditor/plugins/preview/lang/lt.js | 1 + .../build/ckeditor/plugins/preview/lang/lv.js | 1 + .../build/ckeditor/plugins/preview/lang/mk.js | 1 + .../build/ckeditor/plugins/preview/lang/mn.js | 1 + .../build/ckeditor/plugins/preview/lang/ms.js | 1 + .../build/ckeditor/plugins/preview/lang/nb.js | 1 + .../build/ckeditor/plugins/preview/lang/nl.js | 1 + .../build/ckeditor/plugins/preview/lang/no.js | 1 + .../build/ckeditor/plugins/preview/lang/oc.js | 1 + .../build/ckeditor/plugins/preview/lang/pl.js | 1 + .../ckeditor/plugins/preview/lang/pt-br.js | 1 + .../build/ckeditor/plugins/preview/lang/pt.js | 1 + .../build/ckeditor/plugins/preview/lang/ro.js | 1 + .../build/ckeditor/plugins/preview/lang/ru.js | 1 + .../build/ckeditor/plugins/preview/lang/si.js | 1 + .../build/ckeditor/plugins/preview/lang/sk.js | 1 + .../build/ckeditor/plugins/preview/lang/sl.js | 1 + .../build/ckeditor/plugins/preview/lang/sq.js | 1 + .../ckeditor/plugins/preview/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/preview/lang/sr.js | 1 + .../build/ckeditor/plugins/preview/lang/sv.js | 1 + .../build/ckeditor/plugins/preview/lang/th.js | 1 + .../build/ckeditor/plugins/preview/lang/tr.js | 1 + .../build/ckeditor/plugins/preview/lang/tt.js | 1 + .../build/ckeditor/plugins/preview/lang/ug.js | 1 + .../build/ckeditor/plugins/preview/lang/uk.js | 1 + .../build/ckeditor/plugins/preview/lang/vi.js | 1 + .../ckeditor/plugins/preview/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/preview/lang/zh.js | 1 + .../build/ckeditor/plugins/preview/plugin.js | 9 + .../ckeditor/plugins/preview/preview.html | 13 + .../plugins/print/icons/hidpi/print.png | Bin 0 -> 928 bytes .../ckeditor/plugins/print/icons/print.png | Bin 0 -> 439 bytes .../build/ckeditor/plugins/print/lang/af.js | 1 + .../build/ckeditor/plugins/print/lang/ar.js | 1 + .../build/ckeditor/plugins/print/lang/az.js | 1 + .../build/ckeditor/plugins/print/lang/bg.js | 1 + .../build/ckeditor/plugins/print/lang/bn.js | 1 + .../build/ckeditor/plugins/print/lang/bs.js | 1 + .../build/ckeditor/plugins/print/lang/ca.js | 1 + .../build/ckeditor/plugins/print/lang/cs.js | 1 + .../build/ckeditor/plugins/print/lang/cy.js | 1 + .../build/ckeditor/plugins/print/lang/da.js | 1 + .../ckeditor/plugins/print/lang/de-ch.js | 1 + .../build/ckeditor/plugins/print/lang/de.js | 1 + .../build/ckeditor/plugins/print/lang/el.js | 1 + .../ckeditor/plugins/print/lang/en-au.js | 1 + .../ckeditor/plugins/print/lang/en-ca.js | 1 + .../ckeditor/plugins/print/lang/en-gb.js | 1 + .../build/ckeditor/plugins/print/lang/en.js | 1 + .../build/ckeditor/plugins/print/lang/eo.js | 1 + .../ckeditor/plugins/print/lang/es-mx.js | 1 + .../build/ckeditor/plugins/print/lang/es.js | 1 + .../build/ckeditor/plugins/print/lang/et.js | 1 + .../build/ckeditor/plugins/print/lang/eu.js | 1 + .../build/ckeditor/plugins/print/lang/fa.js | 1 + .../build/ckeditor/plugins/print/lang/fi.js | 1 + .../build/ckeditor/plugins/print/lang/fo.js | 1 + .../ckeditor/plugins/print/lang/fr-ca.js | 1 + .../build/ckeditor/plugins/print/lang/fr.js | 1 + .../build/ckeditor/plugins/print/lang/gl.js | 1 + .../build/ckeditor/plugins/print/lang/gu.js | 1 + .../build/ckeditor/plugins/print/lang/he.js | 1 + .../build/ckeditor/plugins/print/lang/hi.js | 1 + .../build/ckeditor/plugins/print/lang/hr.js | 1 + .../build/ckeditor/plugins/print/lang/hu.js | 1 + .../build/ckeditor/plugins/print/lang/id.js | 1 + .../build/ckeditor/plugins/print/lang/is.js | 1 + .../build/ckeditor/plugins/print/lang/it.js | 1 + .../build/ckeditor/plugins/print/lang/ja.js | 1 + .../build/ckeditor/plugins/print/lang/ka.js | 1 + .../build/ckeditor/plugins/print/lang/km.js | 1 + .../build/ckeditor/plugins/print/lang/ko.js | 1 + .../build/ckeditor/plugins/print/lang/ku.js | 1 + .../build/ckeditor/plugins/print/lang/lt.js | 1 + .../build/ckeditor/plugins/print/lang/lv.js | 1 + .../build/ckeditor/plugins/print/lang/mk.js | 1 + .../build/ckeditor/plugins/print/lang/mn.js | 1 + .../build/ckeditor/plugins/print/lang/ms.js | 1 + .../build/ckeditor/plugins/print/lang/nb.js | 1 + .../build/ckeditor/plugins/print/lang/nl.js | 1 + .../build/ckeditor/plugins/print/lang/no.js | 1 + .../build/ckeditor/plugins/print/lang/oc.js | 1 + .../build/ckeditor/plugins/print/lang/pl.js | 1 + .../ckeditor/plugins/print/lang/pt-br.js | 1 + .../build/ckeditor/plugins/print/lang/pt.js | 1 + .../build/ckeditor/plugins/print/lang/ro.js | 1 + .../build/ckeditor/plugins/print/lang/ru.js | 1 + .../build/ckeditor/plugins/print/lang/si.js | 1 + .../build/ckeditor/plugins/print/lang/sk.js | 1 + .../build/ckeditor/plugins/print/lang/sl.js | 1 + .../build/ckeditor/plugins/print/lang/sq.js | 1 + .../ckeditor/plugins/print/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/print/lang/sr.js | 1 + .../build/ckeditor/plugins/print/lang/sv.js | 1 + .../build/ckeditor/plugins/print/lang/th.js | 1 + .../build/ckeditor/plugins/print/lang/tr.js | 1 + .../build/ckeditor/plugins/print/lang/tt.js | 1 + .../build/ckeditor/plugins/print/lang/ug.js | 1 + .../build/ckeditor/plugins/print/lang/uk.js | 1 + .../build/ckeditor/plugins/print/lang/vi.js | 1 + .../ckeditor/plugins/print/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/print/lang/zh.js | 1 + .../build/ckeditor/plugins/print/plugin.js | 6 + .../plugins/save/icons/hidpi/save.png | Bin 0 -> 809 bytes .../ckeditor/plugins/save/icons/save.png | Bin 0 -> 430 bytes .../build/ckeditor/plugins/save/lang/af.js | 1 + .../build/ckeditor/plugins/save/lang/ar.js | 1 + .../build/ckeditor/plugins/save/lang/az.js | 1 + .../build/ckeditor/plugins/save/lang/bg.js | 1 + .../build/ckeditor/plugins/save/lang/bn.js | 1 + .../build/ckeditor/plugins/save/lang/bs.js | 1 + .../build/ckeditor/plugins/save/lang/ca.js | 1 + .../build/ckeditor/plugins/save/lang/cs.js | 1 + .../build/ckeditor/plugins/save/lang/cy.js | 1 + .../build/ckeditor/plugins/save/lang/da.js | 1 + .../build/ckeditor/plugins/save/lang/de-ch.js | 1 + .../build/ckeditor/plugins/save/lang/de.js | 1 + .../build/ckeditor/plugins/save/lang/el.js | 1 + .../build/ckeditor/plugins/save/lang/en-au.js | 1 + .../build/ckeditor/plugins/save/lang/en-ca.js | 1 + .../build/ckeditor/plugins/save/lang/en-gb.js | 1 + .../build/ckeditor/plugins/save/lang/en.js | 1 + .../build/ckeditor/plugins/save/lang/eo.js | 1 + .../build/ckeditor/plugins/save/lang/es-mx.js | 1 + .../build/ckeditor/plugins/save/lang/es.js | 1 + .../build/ckeditor/plugins/save/lang/et.js | 1 + .../build/ckeditor/plugins/save/lang/eu.js | 1 + .../build/ckeditor/plugins/save/lang/fa.js | 1 + .../build/ckeditor/plugins/save/lang/fi.js | 1 + .../build/ckeditor/plugins/save/lang/fo.js | 1 + .../build/ckeditor/plugins/save/lang/fr-ca.js | 1 + .../build/ckeditor/plugins/save/lang/fr.js | 1 + .../build/ckeditor/plugins/save/lang/gl.js | 1 + .../build/ckeditor/plugins/save/lang/gu.js | 1 + .../build/ckeditor/plugins/save/lang/he.js | 1 + .../build/ckeditor/plugins/save/lang/hi.js | 1 + .../build/ckeditor/plugins/save/lang/hr.js | 1 + .../build/ckeditor/plugins/save/lang/hu.js | 1 + .../build/ckeditor/plugins/save/lang/id.js | 1 + .../build/ckeditor/plugins/save/lang/is.js | 1 + .../build/ckeditor/plugins/save/lang/it.js | 1 + .../build/ckeditor/plugins/save/lang/ja.js | 1 + .../build/ckeditor/plugins/save/lang/ka.js | 1 + .../build/ckeditor/plugins/save/lang/km.js | 1 + .../build/ckeditor/plugins/save/lang/ko.js | 1 + .../build/ckeditor/plugins/save/lang/ku.js | 1 + .../build/ckeditor/plugins/save/lang/lt.js | 1 + .../build/ckeditor/plugins/save/lang/lv.js | 1 + .../build/ckeditor/plugins/save/lang/mk.js | 1 + .../build/ckeditor/plugins/save/lang/mn.js | 1 + .../build/ckeditor/plugins/save/lang/ms.js | 1 + .../build/ckeditor/plugins/save/lang/nb.js | 1 + .../build/ckeditor/plugins/save/lang/nl.js | 1 + .../build/ckeditor/plugins/save/lang/no.js | 1 + .../build/ckeditor/plugins/save/lang/oc.js | 1 + .../build/ckeditor/plugins/save/lang/pl.js | 1 + .../build/ckeditor/plugins/save/lang/pt-br.js | 1 + .../build/ckeditor/plugins/save/lang/pt.js | 1 + .../build/ckeditor/plugins/save/lang/ro.js | 1 + .../build/ckeditor/plugins/save/lang/ru.js | 1 + .../build/ckeditor/plugins/save/lang/si.js | 1 + .../build/ckeditor/plugins/save/lang/sk.js | 1 + .../build/ckeditor/plugins/save/lang/sl.js | 1 + .../build/ckeditor/plugins/save/lang/sq.js | 1 + .../ckeditor/plugins/save/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/save/lang/sr.js | 1 + .../build/ckeditor/plugins/save/lang/sv.js | 1 + .../build/ckeditor/plugins/save/lang/th.js | 1 + .../build/ckeditor/plugins/save/lang/tr.js | 1 + .../build/ckeditor/plugins/save/lang/tt.js | 1 + .../build/ckeditor/plugins/save/lang/ug.js | 1 + .../build/ckeditor/plugins/save/lang/uk.js | 1 + .../build/ckeditor/plugins/save/lang/vi.js | 1 + .../build/ckeditor/plugins/save/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/save/lang/zh.js | 1 + .../build/ckeditor/plugins/save/plugin.js | 6 + .../build/ckeditor/plugins/scayt/CHANGELOG.md | 20 + .../build/ckeditor/plugins/scayt/LICENSE.md | 28 + .../ckeditor/plugins/scayt/dialogs/dialog.css | 23 + .../ckeditor/plugins/scayt/dialogs/options.js | 32 + .../plugins/scayt/dialogs/toolbar.css | 71 + .../plugins/scayt/skins/moono-lisa/scayt.css | 25 + .../selectall/icons/hidpi/selectall.png | Bin 0 -> 1117 bytes .../plugins/selectall/icons/selectall.png | Bin 0 -> 747 bytes .../ckeditor/plugins/selectall/lang/af.js | 1 + .../ckeditor/plugins/selectall/lang/ar.js | 1 + .../ckeditor/plugins/selectall/lang/az.js | 1 + .../ckeditor/plugins/selectall/lang/bg.js | 1 + .../ckeditor/plugins/selectall/lang/bn.js | 1 + .../ckeditor/plugins/selectall/lang/bs.js | 1 + .../ckeditor/plugins/selectall/lang/ca.js | 1 + .../ckeditor/plugins/selectall/lang/cs.js | 1 + .../ckeditor/plugins/selectall/lang/cy.js | 1 + .../ckeditor/plugins/selectall/lang/da.js | 1 + .../ckeditor/plugins/selectall/lang/de-ch.js | 1 + .../ckeditor/plugins/selectall/lang/de.js | 1 + .../ckeditor/plugins/selectall/lang/el.js | 1 + .../ckeditor/plugins/selectall/lang/en-au.js | 1 + .../ckeditor/plugins/selectall/lang/en-ca.js | 1 + .../ckeditor/plugins/selectall/lang/en-gb.js | 1 + .../ckeditor/plugins/selectall/lang/en.js | 1 + .../ckeditor/plugins/selectall/lang/eo.js | 1 + .../ckeditor/plugins/selectall/lang/es-mx.js | 1 + .../ckeditor/plugins/selectall/lang/es.js | 1 + .../ckeditor/plugins/selectall/lang/et.js | 1 + .../ckeditor/plugins/selectall/lang/eu.js | 1 + .../ckeditor/plugins/selectall/lang/fa.js | 1 + .../ckeditor/plugins/selectall/lang/fi.js | 1 + .../ckeditor/plugins/selectall/lang/fo.js | 1 + .../ckeditor/plugins/selectall/lang/fr-ca.js | 1 + .../ckeditor/plugins/selectall/lang/fr.js | 1 + .../ckeditor/plugins/selectall/lang/gl.js | 1 + .../ckeditor/plugins/selectall/lang/gu.js | 1 + .../ckeditor/plugins/selectall/lang/he.js | 1 + .../ckeditor/plugins/selectall/lang/hi.js | 1 + .../ckeditor/plugins/selectall/lang/hr.js | 1 + .../ckeditor/plugins/selectall/lang/hu.js | 1 + .../ckeditor/plugins/selectall/lang/id.js | 1 + .../ckeditor/plugins/selectall/lang/is.js | 1 + .../ckeditor/plugins/selectall/lang/it.js | 1 + .../ckeditor/plugins/selectall/lang/ja.js | 1 + .../ckeditor/plugins/selectall/lang/ka.js | 1 + .../ckeditor/plugins/selectall/lang/km.js | 1 + .../ckeditor/plugins/selectall/lang/ko.js | 1 + .../ckeditor/plugins/selectall/lang/ku.js | 1 + .../ckeditor/plugins/selectall/lang/lt.js | 1 + .../ckeditor/plugins/selectall/lang/lv.js | 1 + .../ckeditor/plugins/selectall/lang/mk.js | 1 + .../ckeditor/plugins/selectall/lang/mn.js | 1 + .../ckeditor/plugins/selectall/lang/ms.js | 1 + .../ckeditor/plugins/selectall/lang/nb.js | 1 + .../ckeditor/plugins/selectall/lang/nl.js | 1 + .../ckeditor/plugins/selectall/lang/no.js | 1 + .../ckeditor/plugins/selectall/lang/oc.js | 1 + .../ckeditor/plugins/selectall/lang/pl.js | 1 + .../ckeditor/plugins/selectall/lang/pt-br.js | 1 + .../ckeditor/plugins/selectall/lang/pt.js | 1 + .../ckeditor/plugins/selectall/lang/ro.js | 1 + .../ckeditor/plugins/selectall/lang/ru.js | 1 + .../ckeditor/plugins/selectall/lang/si.js | 1 + .../ckeditor/plugins/selectall/lang/sk.js | 1 + .../ckeditor/plugins/selectall/lang/sl.js | 1 + .../ckeditor/plugins/selectall/lang/sq.js | 1 + .../plugins/selectall/lang/sr-latn.js | 1 + .../ckeditor/plugins/selectall/lang/sr.js | 1 + .../ckeditor/plugins/selectall/lang/sv.js | 1 + .../ckeditor/plugins/selectall/lang/th.js | 1 + .../ckeditor/plugins/selectall/lang/tr.js | 1 + .../ckeditor/plugins/selectall/lang/tt.js | 1 + .../ckeditor/plugins/selectall/lang/ug.js | 1 + .../ckeditor/plugins/selectall/lang/uk.js | 1 + .../ckeditor/plugins/selectall/lang/vi.js | 1 + .../ckeditor/plugins/selectall/lang/zh-cn.js | 1 + .../ckeditor/plugins/selectall/lang/zh.js | 1 + .../ckeditor/plugins/selectall/plugin.js | 6 + .../ckeditor/plugins/sharedspace/plugin.js | 7 + .../showblocks/icons/hidpi/showblocks-rtl.png | Bin 0 -> 910 bytes .../showblocks/icons/hidpi/showblocks.png | Bin 0 -> 918 bytes .../showblocks/icons/showblocks-rtl.png | Bin 0 -> 490 bytes .../plugins/showblocks/icons/showblocks.png | Bin 0 -> 483 bytes .../showblocks/images/block_address.png | Bin 0 -> 152 bytes .../showblocks/images/block_blockquote.png | Bin 0 -> 154 bytes .../plugins/showblocks/images/block_div.png | Bin 0 -> 127 bytes .../plugins/showblocks/images/block_h1.png | Bin 0 -> 120 bytes .../plugins/showblocks/images/block_h2.png | Bin 0 -> 127 bytes .../plugins/showblocks/images/block_h3.png | Bin 0 -> 123 bytes .../plugins/showblocks/images/block_h4.png | Bin 0 -> 123 bytes .../plugins/showblocks/images/block_h5.png | Bin 0 -> 126 bytes .../plugins/showblocks/images/block_h6.png | Bin 0 -> 123 bytes .../plugins/showblocks/images/block_p.png | Bin 0 -> 115 bytes .../plugins/showblocks/images/block_pre.png | Bin 0 -> 128 bytes .../ckeditor/plugins/showblocks/lang/af.js | 1 + .../ckeditor/plugins/showblocks/lang/ar.js | 1 + .../ckeditor/plugins/showblocks/lang/az.js | 1 + .../ckeditor/plugins/showblocks/lang/bg.js | 1 + .../ckeditor/plugins/showblocks/lang/bn.js | 1 + .../ckeditor/plugins/showblocks/lang/bs.js | 1 + .../ckeditor/plugins/showblocks/lang/ca.js | 1 + .../ckeditor/plugins/showblocks/lang/cs.js | 1 + .../ckeditor/plugins/showblocks/lang/cy.js | 1 + .../ckeditor/plugins/showblocks/lang/da.js | 1 + .../ckeditor/plugins/showblocks/lang/de-ch.js | 1 + .../ckeditor/plugins/showblocks/lang/de.js | 1 + .../ckeditor/plugins/showblocks/lang/el.js | 1 + .../ckeditor/plugins/showblocks/lang/en-au.js | 1 + .../ckeditor/plugins/showblocks/lang/en-ca.js | 1 + .../ckeditor/plugins/showblocks/lang/en-gb.js | 1 + .../ckeditor/plugins/showblocks/lang/en.js | 1 + .../ckeditor/plugins/showblocks/lang/eo.js | 1 + .../ckeditor/plugins/showblocks/lang/es-mx.js | 1 + .../ckeditor/plugins/showblocks/lang/es.js | 1 + .../ckeditor/plugins/showblocks/lang/et.js | 1 + .../ckeditor/plugins/showblocks/lang/eu.js | 1 + .../ckeditor/plugins/showblocks/lang/fa.js | 1 + .../ckeditor/plugins/showblocks/lang/fi.js | 1 + .../ckeditor/plugins/showblocks/lang/fo.js | 1 + .../ckeditor/plugins/showblocks/lang/fr-ca.js | 1 + .../ckeditor/plugins/showblocks/lang/fr.js | 1 + .../ckeditor/plugins/showblocks/lang/gl.js | 1 + .../ckeditor/plugins/showblocks/lang/gu.js | 1 + .../ckeditor/plugins/showblocks/lang/he.js | 1 + .../ckeditor/plugins/showblocks/lang/hi.js | 1 + .../ckeditor/plugins/showblocks/lang/hr.js | 1 + .../ckeditor/plugins/showblocks/lang/hu.js | 1 + .../ckeditor/plugins/showblocks/lang/id.js | 1 + .../ckeditor/plugins/showblocks/lang/is.js | 1 + .../ckeditor/plugins/showblocks/lang/it.js | 1 + .../ckeditor/plugins/showblocks/lang/ja.js | 1 + .../ckeditor/plugins/showblocks/lang/ka.js | 1 + .../ckeditor/plugins/showblocks/lang/km.js | 1 + .../ckeditor/plugins/showblocks/lang/ko.js | 1 + .../ckeditor/plugins/showblocks/lang/ku.js | 1 + .../ckeditor/plugins/showblocks/lang/lt.js | 1 + .../ckeditor/plugins/showblocks/lang/lv.js | 1 + .../ckeditor/plugins/showblocks/lang/mk.js | 1 + .../ckeditor/plugins/showblocks/lang/mn.js | 1 + .../ckeditor/plugins/showblocks/lang/ms.js | 1 + .../ckeditor/plugins/showblocks/lang/nb.js | 1 + .../ckeditor/plugins/showblocks/lang/nl.js | 1 + .../ckeditor/plugins/showblocks/lang/no.js | 1 + .../ckeditor/plugins/showblocks/lang/oc.js | 1 + .../ckeditor/plugins/showblocks/lang/pl.js | 1 + .../ckeditor/plugins/showblocks/lang/pt-br.js | 1 + .../ckeditor/plugins/showblocks/lang/pt.js | 1 + .../ckeditor/plugins/showblocks/lang/ro.js | 1 + .../ckeditor/plugins/showblocks/lang/ru.js | 1 + .../ckeditor/plugins/showblocks/lang/si.js | 1 + .../ckeditor/plugins/showblocks/lang/sk.js | 1 + .../ckeditor/plugins/showblocks/lang/sl.js | 1 + .../ckeditor/plugins/showblocks/lang/sq.js | 1 + .../plugins/showblocks/lang/sr-latn.js | 1 + .../ckeditor/plugins/showblocks/lang/sr.js | 1 + .../ckeditor/plugins/showblocks/lang/sv.js | 1 + .../ckeditor/plugins/showblocks/lang/th.js | 1 + .../ckeditor/plugins/showblocks/lang/tr.js | 1 + .../ckeditor/plugins/showblocks/lang/tt.js | 1 + .../ckeditor/plugins/showblocks/lang/ug.js | 1 + .../ckeditor/plugins/showblocks/lang/uk.js | 1 + .../ckeditor/plugins/showblocks/lang/vi.js | 1 + .../ckeditor/plugins/showblocks/lang/zh-cn.js | 1 + .../ckeditor/plugins/showblocks/lang/zh.js | 1 + .../ckeditor/plugins/showblocks/plugin.js | 9 + .../ckeditor/plugins/smiley/dialogs/smiley.js | 11 + .../plugins/smiley/icons/hidpi/smiley.png | Bin 0 -> 1708 bytes .../ckeditor/plugins/smiley/icons/smiley.png | Bin 0 -> 783 bytes .../plugins/smiley/images/angel_smile.gif | Bin 0 -> 1245 bytes .../plugins/smiley/images/angel_smile.png | Bin 0 -> 1172 bytes .../plugins/smiley/images/angry_smile.gif | Bin 0 -> 1219 bytes .../plugins/smiley/images/angry_smile.png | Bin 0 -> 1220 bytes .../plugins/smiley/images/broken_heart.gif | Bin 0 -> 732 bytes .../plugins/smiley/images/broken_heart.png | Bin 0 -> 1139 bytes .../plugins/smiley/images/confused_smile.gif | Bin 0 -> 1202 bytes .../plugins/smiley/images/confused_smile.png | Bin 0 -> 1101 bytes .../plugins/smiley/images/cry_smile.gif | Bin 0 -> 795 bytes .../plugins/smiley/images/cry_smile.png | Bin 0 -> 1214 bytes .../plugins/smiley/images/devil_smile.gif | Bin 0 -> 1239 bytes .../plugins/smiley/images/devil_smile.png | Bin 0 -> 1220 bytes .../smiley/images/embaressed_smile.gif | Bin 0 -> 786 bytes .../smiley/images/embarrassed_smile.gif | Bin 0 -> 786 bytes .../smiley/images/embarrassed_smile.png | Bin 0 -> 1145 bytes .../plugins/smiley/images/envelope.gif | Bin 0 -> 506 bytes .../plugins/smiley/images/envelope.png | Bin 0 -> 760 bytes .../ckeditor/plugins/smiley/images/heart.gif | Bin 0 -> 692 bytes .../ckeditor/plugins/smiley/images/heart.png | Bin 0 -> 999 bytes .../ckeditor/plugins/smiley/images/kiss.gif | Bin 0 -> 683 bytes .../ckeditor/plugins/smiley/images/kiss.png | Bin 0 -> 1003 bytes .../plugins/smiley/images/lightbulb.gif | Bin 0 -> 660 bytes .../plugins/smiley/images/lightbulb.png | Bin 0 -> 919 bytes .../plugins/smiley/images/omg_smile.gif | Bin 0 -> 820 bytes .../plugins/smiley/images/omg_smile.png | Bin 0 -> 1122 bytes .../plugins/smiley/images/regular_smile.gif | Bin 0 -> 1209 bytes .../plugins/smiley/images/regular_smile.png | Bin 0 -> 1084 bytes .../plugins/smiley/images/sad_smile.gif | Bin 0 -> 782 bytes .../plugins/smiley/images/sad_smile.png | Bin 0 -> 1115 bytes .../plugins/smiley/images/shades_smile.gif | Bin 0 -> 1231 bytes .../plugins/smiley/images/shades_smile.png | Bin 0 -> 1204 bytes .../plugins/smiley/images/teeth_smile.gif | Bin 0 -> 1201 bytes .../plugins/smiley/images/teeth_smile.png | Bin 0 -> 1183 bytes .../plugins/smiley/images/thumbs_down.gif | Bin 0 -> 715 bytes .../plugins/smiley/images/thumbs_down.png | Bin 0 -> 985 bytes .../plugins/smiley/images/thumbs_up.gif | Bin 0 -> 714 bytes .../plugins/smiley/images/thumbs_up.png | Bin 0 -> 959 bytes .../plugins/smiley/images/tongue_smile.gif | Bin 0 -> 1210 bytes .../plugins/smiley/images/tongue_smile.png | Bin 0 -> 1132 bytes .../plugins/smiley/images/tounge_smile.gif | Bin 0 -> 1210 bytes .../images/whatchutalkingabout_smile.gif | Bin 0 -> 775 bytes .../images/whatchutalkingabout_smile.png | Bin 0 -> 1039 bytes .../plugins/smiley/images/wink_smile.gif | Bin 0 -> 1202 bytes .../plugins/smiley/images/wink_smile.png | Bin 0 -> 1114 bytes .../build/ckeditor/plugins/smiley/lang/af.js | 1 + .../build/ckeditor/plugins/smiley/lang/ar.js | 1 + .../build/ckeditor/plugins/smiley/lang/az.js | 1 + .../build/ckeditor/plugins/smiley/lang/bg.js | 1 + .../build/ckeditor/plugins/smiley/lang/bn.js | 1 + .../build/ckeditor/plugins/smiley/lang/bs.js | 1 + .../build/ckeditor/plugins/smiley/lang/ca.js | 1 + .../build/ckeditor/plugins/smiley/lang/cs.js | 1 + .../build/ckeditor/plugins/smiley/lang/cy.js | 1 + .../build/ckeditor/plugins/smiley/lang/da.js | 1 + .../ckeditor/plugins/smiley/lang/de-ch.js | 1 + .../build/ckeditor/plugins/smiley/lang/de.js | 1 + .../build/ckeditor/plugins/smiley/lang/el.js | 1 + .../ckeditor/plugins/smiley/lang/en-au.js | 1 + .../ckeditor/plugins/smiley/lang/en-ca.js | 1 + .../ckeditor/plugins/smiley/lang/en-gb.js | 1 + .../build/ckeditor/plugins/smiley/lang/en.js | 1 + .../build/ckeditor/plugins/smiley/lang/eo.js | 1 + .../ckeditor/plugins/smiley/lang/es-mx.js | 1 + .../build/ckeditor/plugins/smiley/lang/es.js | 1 + .../build/ckeditor/plugins/smiley/lang/et.js | 1 + .../build/ckeditor/plugins/smiley/lang/eu.js | 1 + .../build/ckeditor/plugins/smiley/lang/fa.js | 1 + .../build/ckeditor/plugins/smiley/lang/fi.js | 1 + .../build/ckeditor/plugins/smiley/lang/fo.js | 1 + .../ckeditor/plugins/smiley/lang/fr-ca.js | 1 + .../build/ckeditor/plugins/smiley/lang/fr.js | 1 + .../build/ckeditor/plugins/smiley/lang/gl.js | 1 + .../build/ckeditor/plugins/smiley/lang/gu.js | 1 + .../build/ckeditor/plugins/smiley/lang/he.js | 1 + .../build/ckeditor/plugins/smiley/lang/hi.js | 1 + .../build/ckeditor/plugins/smiley/lang/hr.js | 1 + .../build/ckeditor/plugins/smiley/lang/hu.js | 1 + .../build/ckeditor/plugins/smiley/lang/id.js | 1 + .../build/ckeditor/plugins/smiley/lang/is.js | 1 + .../build/ckeditor/plugins/smiley/lang/it.js | 1 + .../build/ckeditor/plugins/smiley/lang/ja.js | 1 + .../build/ckeditor/plugins/smiley/lang/ka.js | 1 + .../build/ckeditor/plugins/smiley/lang/km.js | 1 + .../build/ckeditor/plugins/smiley/lang/ko.js | 1 + .../build/ckeditor/plugins/smiley/lang/ku.js | 1 + .../build/ckeditor/plugins/smiley/lang/lt.js | 1 + .../build/ckeditor/plugins/smiley/lang/lv.js | 1 + .../build/ckeditor/plugins/smiley/lang/mk.js | 1 + .../build/ckeditor/plugins/smiley/lang/mn.js | 1 + .../build/ckeditor/plugins/smiley/lang/ms.js | 1 + .../build/ckeditor/plugins/smiley/lang/nb.js | 1 + .../build/ckeditor/plugins/smiley/lang/nl.js | 1 + .../build/ckeditor/plugins/smiley/lang/no.js | 1 + .../build/ckeditor/plugins/smiley/lang/oc.js | 1 + .../build/ckeditor/plugins/smiley/lang/pl.js | 1 + .../ckeditor/plugins/smiley/lang/pt-br.js | 1 + .../build/ckeditor/plugins/smiley/lang/pt.js | 1 + .../build/ckeditor/plugins/smiley/lang/ro.js | 1 + .../build/ckeditor/plugins/smiley/lang/ru.js | 1 + .../build/ckeditor/plugins/smiley/lang/si.js | 1 + .../build/ckeditor/plugins/smiley/lang/sk.js | 1 + .../build/ckeditor/plugins/smiley/lang/sl.js | 1 + .../build/ckeditor/plugins/smiley/lang/sq.js | 1 + .../ckeditor/plugins/smiley/lang/sr-latn.js | 1 + .../build/ckeditor/plugins/smiley/lang/sr.js | 1 + .../build/ckeditor/plugins/smiley/lang/sv.js | 1 + .../build/ckeditor/plugins/smiley/lang/th.js | 1 + .../build/ckeditor/plugins/smiley/lang/tr.js | 1 + .../build/ckeditor/plugins/smiley/lang/tt.js | 1 + .../build/ckeditor/plugins/smiley/lang/ug.js | 1 + .../build/ckeditor/plugins/smiley/lang/uk.js | 1 + .../build/ckeditor/plugins/smiley/lang/vi.js | 1 + .../ckeditor/plugins/smiley/lang/zh-cn.js | 1 + .../build/ckeditor/plugins/smiley/lang/zh.js | 1 + .../build/ckeditor/plugins/smiley/plugin.js | 7 + .../sourcedialog/dialogs/sourcedialog.js | 6 + .../icons/hidpi/sourcedialog-rtl.png | Bin 0 -> 1018 bytes .../sourcedialog/icons/hidpi/sourcedialog.png | Bin 0 -> 1041 bytes .../sourcedialog/icons/sourcedialog-rtl.png | Bin 0 -> 565 bytes .../sourcedialog/icons/sourcedialog.png | Bin 0 -> 571 bytes .../ckeditor/plugins/sourcedialog/lang/af.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ar.js | 1 + .../ckeditor/plugins/sourcedialog/lang/az.js | 1 + .../ckeditor/plugins/sourcedialog/lang/bg.js | 1 + .../ckeditor/plugins/sourcedialog/lang/bn.js | 1 + .../ckeditor/plugins/sourcedialog/lang/bs.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ca.js | 1 + .../ckeditor/plugins/sourcedialog/lang/cs.js | 1 + .../ckeditor/plugins/sourcedialog/lang/cy.js | 1 + .../ckeditor/plugins/sourcedialog/lang/da.js | 1 + .../plugins/sourcedialog/lang/de-ch.js | 1 + .../ckeditor/plugins/sourcedialog/lang/de.js | 1 + .../ckeditor/plugins/sourcedialog/lang/el.js | 1 + .../plugins/sourcedialog/lang/en-au.js | 1 + .../plugins/sourcedialog/lang/en-ca.js | 1 + .../plugins/sourcedialog/lang/en-gb.js | 1 + .../ckeditor/plugins/sourcedialog/lang/en.js | 1 + .../ckeditor/plugins/sourcedialog/lang/eo.js | 1 + .../plugins/sourcedialog/lang/es-mx.js | 1 + .../ckeditor/plugins/sourcedialog/lang/es.js | 1 + .../ckeditor/plugins/sourcedialog/lang/et.js | 1 + .../ckeditor/plugins/sourcedialog/lang/eu.js | 1 + .../ckeditor/plugins/sourcedialog/lang/fa.js | 1 + .../ckeditor/plugins/sourcedialog/lang/fi.js | 1 + .../ckeditor/plugins/sourcedialog/lang/fo.js | 1 + .../plugins/sourcedialog/lang/fr-ca.js | 1 + .../ckeditor/plugins/sourcedialog/lang/fr.js | 1 + .../ckeditor/plugins/sourcedialog/lang/gl.js | 1 + .../ckeditor/plugins/sourcedialog/lang/gu.js | 1 + .../ckeditor/plugins/sourcedialog/lang/he.js | 1 + .../ckeditor/plugins/sourcedialog/lang/hi.js | 1 + .../ckeditor/plugins/sourcedialog/lang/hr.js | 1 + .../ckeditor/plugins/sourcedialog/lang/hu.js | 1 + .../ckeditor/plugins/sourcedialog/lang/id.js | 1 + .../ckeditor/plugins/sourcedialog/lang/is.js | 1 + .../ckeditor/plugins/sourcedialog/lang/it.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ja.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ka.js | 1 + .../ckeditor/plugins/sourcedialog/lang/km.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ko.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ku.js | 1 + .../ckeditor/plugins/sourcedialog/lang/lt.js | 1 + .../ckeditor/plugins/sourcedialog/lang/lv.js | 1 + .../ckeditor/plugins/sourcedialog/lang/mn.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ms.js | 1 + .../ckeditor/plugins/sourcedialog/lang/nb.js | 1 + .../ckeditor/plugins/sourcedialog/lang/nl.js | 1 + .../ckeditor/plugins/sourcedialog/lang/no.js | 1 + .../ckeditor/plugins/sourcedialog/lang/oc.js | 1 + .../ckeditor/plugins/sourcedialog/lang/pl.js | 1 + .../plugins/sourcedialog/lang/pt-br.js | 1 + .../ckeditor/plugins/sourcedialog/lang/pt.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ro.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ru.js | 1 + .../ckeditor/plugins/sourcedialog/lang/si.js | 1 + .../ckeditor/plugins/sourcedialog/lang/sk.js | 1 + .../ckeditor/plugins/sourcedialog/lang/sl.js | 1 + .../ckeditor/plugins/sourcedialog/lang/sq.js | 1 + .../plugins/sourcedialog/lang/sr-latn.js | 1 + .../ckeditor/plugins/sourcedialog/lang/sr.js | 1 + .../ckeditor/plugins/sourcedialog/lang/sv.js | 1 + .../ckeditor/plugins/sourcedialog/lang/th.js | 1 + .../ckeditor/plugins/sourcedialog/lang/tr.js | 1 + .../ckeditor/plugins/sourcedialog/lang/tt.js | 1 + .../ckeditor/plugins/sourcedialog/lang/ug.js | 1 + .../ckeditor/plugins/sourcedialog/lang/uk.js | 1 + .../ckeditor/plugins/sourcedialog/lang/vi.js | 1 + .../plugins/sourcedialog/lang/zh-cn.js | 1 + .../ckeditor/plugins/sourcedialog/lang/zh.js | 1 + .../ckeditor/plugins/sourcedialog/plugin.js | 6 + .../dialogs/lang/_translationstatus.txt | 20 + .../plugins/specialchar/dialogs/lang/af.js | 13 + .../plugins/specialchar/dialogs/lang/ar.js | 13 + .../plugins/specialchar/dialogs/lang/az.js | 10 + .../plugins/specialchar/dialogs/lang/bg.js | 13 + .../plugins/specialchar/dialogs/lang/ca.js | 14 + .../plugins/specialchar/dialogs/lang/cs.js | 13 + .../plugins/specialchar/dialogs/lang/cy.js | 14 + .../plugins/specialchar/dialogs/lang/da.js | 11 + .../plugins/specialchar/dialogs/lang/de-ch.js | 13 + .../plugins/specialchar/dialogs/lang/de.js | 13 + .../plugins/specialchar/dialogs/lang/el.js | 13 + .../plugins/specialchar/dialogs/lang/en-au.js | 13 + .../plugins/specialchar/dialogs/lang/en-ca.js | 13 + .../plugins/specialchar/dialogs/lang/en-gb.js | 13 + .../plugins/specialchar/dialogs/lang/en.js | 13 + .../plugins/specialchar/dialogs/lang/eo.js | 12 + .../plugins/specialchar/dialogs/lang/es-mx.js | 13 + .../plugins/specialchar/dialogs/lang/es.js | 13 + .../plugins/specialchar/dialogs/lang/et.js | 11 + .../plugins/specialchar/dialogs/lang/eu.js | 13 + .../plugins/specialchar/dialogs/lang/fa.js | 12 + .../plugins/specialchar/dialogs/lang/fi.js | 13 + .../plugins/specialchar/dialogs/lang/fr-ca.js | 10 + .../plugins/specialchar/dialogs/lang/fr.js | 12 + .../plugins/specialchar/dialogs/lang/gl.js | 13 + .../plugins/specialchar/dialogs/lang/he.js | 12 + .../plugins/specialchar/dialogs/lang/hr.js | 13 + .../plugins/specialchar/dialogs/lang/hu.js | 12 + .../plugins/specialchar/dialogs/lang/id.js | 13 + .../plugins/specialchar/dialogs/lang/it.js | 14 + .../plugins/specialchar/dialogs/lang/ja.js | 9 + .../plugins/specialchar/dialogs/lang/km.js | 13 + .../plugins/specialchar/dialogs/lang/ko.js | 10 + .../plugins/specialchar/dialogs/lang/ku.js | 13 + .../plugins/specialchar/dialogs/lang/lt.js | 13 + .../plugins/specialchar/dialogs/lang/lv.js | 13 + .../plugins/specialchar/dialogs/lang/nb.js | 11 + .../plugins/specialchar/dialogs/lang/nl.js | 13 + .../plugins/specialchar/dialogs/lang/no.js | 11 + .../plugins/specialchar/dialogs/lang/oc.js | 12 + .../plugins/specialchar/dialogs/lang/pl.js | 12 + .../plugins/specialchar/dialogs/lang/pt-br.js | 11 + .../plugins/specialchar/dialogs/lang/pt.js | 13 + .../plugins/specialchar/dialogs/lang/ro.js | 13 + .../plugins/specialchar/dialogs/lang/ru.js | 13 + .../plugins/specialchar/dialogs/lang/si.js | 13 + .../plugins/specialchar/dialogs/lang/sk.js | 13 + .../plugins/specialchar/dialogs/lang/sl.js | 12 + .../plugins/specialchar/dialogs/lang/sq.js | 13 + .../specialchar/dialogs/lang/sr-latn.js | 13 + .../plugins/specialchar/dialogs/lang/sr.js | 13 + .../plugins/specialchar/dialogs/lang/sv.js | 11 + .../plugins/specialchar/dialogs/lang/th.js | 13 + .../plugins/specialchar/dialogs/lang/tr.js | 12 + .../plugins/specialchar/dialogs/lang/tt.js | 13 + .../plugins/specialchar/dialogs/lang/ug.js | 13 + .../plugins/specialchar/dialogs/lang/uk.js | 12 + .../plugins/specialchar/dialogs/lang/vi.js | 14 + .../plugins/specialchar/dialogs/lang/zh-cn.js | 9 + .../plugins/specialchar/dialogs/lang/zh.js | 9 + .../specialchar/dialogs/specialchar.js | 14 + .../plugins/stylesheetparser/plugin.js | 7 + .../ckeditor/plugins/table/dialogs/table.js | 21 + .../ckeditor/plugins/tableresize/plugin.js | 13 + .../tableselection/styles/tableselection.css | 36 + .../plugins/tabletools/dialogs/tableCell.js | 18 + .../plugins/templates/dialogs/templates.css | 84 + .../plugins/templates/dialogs/templates.js | 10 + .../templates/icons/hidpi/templates-rtl.png | Bin 0 -> 796 bytes .../templates/icons/hidpi/templates.png | Bin 0 -> 796 bytes .../plugins/templates/icons/templates-rtl.png | Bin 0 -> 442 bytes .../plugins/templates/icons/templates.png | Bin 0 -> 442 bytes .../ckeditor/plugins/templates/lang/af.js | 1 + .../ckeditor/plugins/templates/lang/ar.js | 1 + .../ckeditor/plugins/templates/lang/az.js | 1 + .../ckeditor/plugins/templates/lang/bg.js | 1 + .../ckeditor/plugins/templates/lang/bn.js | 1 + .../ckeditor/plugins/templates/lang/bs.js | 1 + .../ckeditor/plugins/templates/lang/ca.js | 1 + .../ckeditor/plugins/templates/lang/cs.js | 1 + .../ckeditor/plugins/templates/lang/cy.js | 1 + .../ckeditor/plugins/templates/lang/da.js | 1 + .../ckeditor/plugins/templates/lang/de-ch.js | 1 + .../ckeditor/plugins/templates/lang/de.js | 1 + .../ckeditor/plugins/templates/lang/el.js | 1 + .../ckeditor/plugins/templates/lang/en-au.js | 1 + .../ckeditor/plugins/templates/lang/en-ca.js | 1 + .../ckeditor/plugins/templates/lang/en-gb.js | 1 + .../ckeditor/plugins/templates/lang/en.js | 1 + .../ckeditor/plugins/templates/lang/eo.js | 1 + .../ckeditor/plugins/templates/lang/es-mx.js | 1 + .../ckeditor/plugins/templates/lang/es.js | 1 + .../ckeditor/plugins/templates/lang/et.js | 1 + .../ckeditor/plugins/templates/lang/eu.js | 1 + .../ckeditor/plugins/templates/lang/fa.js | 1 + .../ckeditor/plugins/templates/lang/fi.js | 1 + .../ckeditor/plugins/templates/lang/fo.js | 1 + .../ckeditor/plugins/templates/lang/fr-ca.js | 1 + .../ckeditor/plugins/templates/lang/fr.js | 1 + .../ckeditor/plugins/templates/lang/gl.js | 1 + .../ckeditor/plugins/templates/lang/gu.js | 1 + .../ckeditor/plugins/templates/lang/he.js | 1 + .../ckeditor/plugins/templates/lang/hi.js | 1 + .../ckeditor/plugins/templates/lang/hr.js | 1 + .../ckeditor/plugins/templates/lang/hu.js | 1 + .../ckeditor/plugins/templates/lang/id.js | 1 + .../ckeditor/plugins/templates/lang/is.js | 1 + .../ckeditor/plugins/templates/lang/it.js | 1 + .../ckeditor/plugins/templates/lang/ja.js | 1 + .../ckeditor/plugins/templates/lang/ka.js | 1 + .../ckeditor/plugins/templates/lang/km.js | 1 + .../ckeditor/plugins/templates/lang/ko.js | 1 + .../ckeditor/plugins/templates/lang/ku.js | 1 + .../ckeditor/plugins/templates/lang/lt.js | 1 + .../ckeditor/plugins/templates/lang/lv.js | 1 + .../ckeditor/plugins/templates/lang/mk.js | 1 + .../ckeditor/plugins/templates/lang/mn.js | 1 + .../ckeditor/plugins/templates/lang/ms.js | 1 + .../ckeditor/plugins/templates/lang/nb.js | 1 + .../ckeditor/plugins/templates/lang/nl.js | 1 + .../ckeditor/plugins/templates/lang/no.js | 1 + .../ckeditor/plugins/templates/lang/oc.js | 1 + .../ckeditor/plugins/templates/lang/pl.js | 1 + .../ckeditor/plugins/templates/lang/pt-br.js | 1 + .../ckeditor/plugins/templates/lang/pt.js | 1 + .../ckeditor/plugins/templates/lang/ro.js | 1 + .../ckeditor/plugins/templates/lang/ru.js | 1 + .../ckeditor/plugins/templates/lang/si.js | 1 + .../ckeditor/plugins/templates/lang/sk.js | 1 + .../ckeditor/plugins/templates/lang/sl.js | 1 + .../ckeditor/plugins/templates/lang/sq.js | 1 + .../plugins/templates/lang/sr-latn.js | 1 + .../ckeditor/plugins/templates/lang/sr.js | 1 + .../ckeditor/plugins/templates/lang/sv.js | 1 + .../ckeditor/plugins/templates/lang/th.js | 1 + .../ckeditor/plugins/templates/lang/tr.js | 1 + .../ckeditor/plugins/templates/lang/tt.js | 1 + .../ckeditor/plugins/templates/lang/ug.js | 1 + .../ckeditor/plugins/templates/lang/uk.js | 1 + .../ckeditor/plugins/templates/lang/vi.js | 1 + .../ckeditor/plugins/templates/lang/zh-cn.js | 1 + .../ckeditor/plugins/templates/lang/zh.js | 1 + .../ckeditor/plugins/templates/plugin.js | 7 + .../plugins/templates/templates/default.js | 7 + .../templates/templates/images/template1.gif | Bin 0 -> 539 bytes .../templates/templates/images/template2.gif | Bin 0 -> 497 bytes .../templates/templates/images/template3.gif | Bin 0 -> 557 bytes .../ckeditor/plugins/textmatch/plugin.js | 8 + .../ckeditor/plugins/textwatcher/plugin.js | 7 + .../plugins/uicolor/dialogs/uicolor.css | 20 + .../plugins/uicolor/dialogs/uicolor.js | 17 + .../plugins/uicolor/icons/hidpi/uicolor.png | Bin 0 -> 1817 bytes .../plugins/uicolor/icons/uicolor.png | Bin 0 -> 954 bytes .../uicolor/lang/_translationstatus.txt | 27 + .../build/ckeditor/plugins/uicolor/lang/af.js | 5 + .../build/ckeditor/plugins/uicolor/lang/ar.js | 5 + .../build/ckeditor/plugins/uicolor/lang/az.js | 5 + .../build/ckeditor/plugins/uicolor/lang/bg.js | 5 + .../build/ckeditor/plugins/uicolor/lang/ca.js | 5 + .../build/ckeditor/plugins/uicolor/lang/cs.js | 5 + .../build/ckeditor/plugins/uicolor/lang/cy.js | 5 + .../build/ckeditor/plugins/uicolor/lang/da.js | 5 + .../ckeditor/plugins/uicolor/lang/de-ch.js | 5 + .../build/ckeditor/plugins/uicolor/lang/de.js | 5 + .../build/ckeditor/plugins/uicolor/lang/el.js | 5 + .../ckeditor/plugins/uicolor/lang/en-au.js | 5 + .../ckeditor/plugins/uicolor/lang/en-gb.js | 5 + .../build/ckeditor/plugins/uicolor/lang/en.js | 5 + .../build/ckeditor/plugins/uicolor/lang/eo.js | 5 + .../ckeditor/plugins/uicolor/lang/es-mx.js | 5 + .../build/ckeditor/plugins/uicolor/lang/es.js | 5 + .../build/ckeditor/plugins/uicolor/lang/et.js | 5 + .../build/ckeditor/plugins/uicolor/lang/eu.js | 5 + .../build/ckeditor/plugins/uicolor/lang/fa.js | 5 + .../build/ckeditor/plugins/uicolor/lang/fi.js | 5 + .../ckeditor/plugins/uicolor/lang/fr-ca.js | 5 + .../build/ckeditor/plugins/uicolor/lang/fr.js | 5 + .../build/ckeditor/plugins/uicolor/lang/gl.js | 5 + .../build/ckeditor/plugins/uicolor/lang/he.js | 5 + .../build/ckeditor/plugins/uicolor/lang/hr.js | 5 + .../build/ckeditor/plugins/uicolor/lang/hu.js | 5 + .../build/ckeditor/plugins/uicolor/lang/id.js | 5 + .../build/ckeditor/plugins/uicolor/lang/it.js | 5 + .../build/ckeditor/plugins/uicolor/lang/ja.js | 5 + .../build/ckeditor/plugins/uicolor/lang/km.js | 5 + .../build/ckeditor/plugins/uicolor/lang/ko.js | 5 + .../build/ckeditor/plugins/uicolor/lang/ku.js | 5 + .../build/ckeditor/plugins/uicolor/lang/lv.js | 5 + .../build/ckeditor/plugins/uicolor/lang/mk.js | 5 + .../build/ckeditor/plugins/uicolor/lang/nb.js | 5 + .../build/ckeditor/plugins/uicolor/lang/nl.js | 5 + .../build/ckeditor/plugins/uicolor/lang/no.js | 5 + .../build/ckeditor/plugins/uicolor/lang/oc.js | 5 + .../build/ckeditor/plugins/uicolor/lang/pl.js | 5 + .../ckeditor/plugins/uicolor/lang/pt-br.js | 5 + .../build/ckeditor/plugins/uicolor/lang/pt.js | 5 + .../build/ckeditor/plugins/uicolor/lang/ro.js | 5 + .../build/ckeditor/plugins/uicolor/lang/ru.js | 5 + .../build/ckeditor/plugins/uicolor/lang/si.js | 5 + .../build/ckeditor/plugins/uicolor/lang/sk.js | 5 + .../build/ckeditor/plugins/uicolor/lang/sl.js | 5 + .../build/ckeditor/plugins/uicolor/lang/sq.js | 5 + .../ckeditor/plugins/uicolor/lang/sr-latn.js | 5 + .../build/ckeditor/plugins/uicolor/lang/sr.js | 5 + .../build/ckeditor/plugins/uicolor/lang/sv.js | 5 + .../build/ckeditor/plugins/uicolor/lang/tr.js | 5 + .../build/ckeditor/plugins/uicolor/lang/tt.js | 5 + .../build/ckeditor/plugins/uicolor/lang/ug.js | 5 + .../build/ckeditor/plugins/uicolor/lang/uk.js | 5 + .../build/ckeditor/plugins/uicolor/lang/vi.js | 5 + .../ckeditor/plugins/uicolor/lang/zh-cn.js | 5 + .../build/ckeditor/plugins/uicolor/lang/zh.js | 5 + .../build/ckeditor/plugins/uicolor/plugin.js | 6 + .../ckeditor/plugins/uploadfile/plugin.js | 6 + .../ckeditor/plugins/widget/images/handle.png | Bin 0 -> 220 bytes .../build/ckeditor/plugins/wsc/LICENSE.md | 28 + .../ckeditor/plugins/wsc/dialogs/ciframe.html | 66 + .../plugins/wsc/dialogs/tmpFrameset.html | 52 + .../ckeditor/plugins/wsc/dialogs/wsc.css | 82 + .../build/ckeditor/plugins/wsc/dialogs/wsc.js | 91 + .../ckeditor/plugins/wsc/dialogs/wsc_ie.js | 11 + .../plugins/wsc/skins/moono-lisa/wsc.css | 43 + .../build/ckeditor/plugins/xml/plugin.js | 7 + .../plugins/youtube/images/icon-hdpi.png | Bin 0 -> 1258 bytes .../ckeditor/plugins/youtube/images/icon.png | Bin 0 -> 1165 bytes .../build/ckeditor/plugins/youtube/lang/ar.js | 24 + .../build/ckeditor/plugins/youtube/lang/bg.js | 25 + .../build/ckeditor/plugins/youtube/lang/cs.js | 25 + .../build/ckeditor/plugins/youtube/lang/de.js | 24 + .../build/ckeditor/plugins/youtube/lang/el.js | 23 + .../build/ckeditor/plugins/youtube/lang/en.js | 25 + .../build/ckeditor/plugins/youtube/lang/es.js | 24 + .../build/ckeditor/plugins/youtube/lang/et.js | 24 + .../build/ckeditor/plugins/youtube/lang/eu.js | 25 + .../build/ckeditor/plugins/youtube/lang/fi.js | 24 + .../build/ckeditor/plugins/youtube/lang/fr.js | 25 + .../build/ckeditor/plugins/youtube/lang/he.js | 24 + .../build/ckeditor/plugins/youtube/lang/hu.js | 25 + .../build/ckeditor/plugins/youtube/lang/it.js | 24 + .../build/ckeditor/plugins/youtube/lang/ja.js | 24 + .../build/ckeditor/plugins/youtube/lang/ko.js | 25 + .../build/ckeditor/plugins/youtube/lang/nb.js | 24 + .../build/ckeditor/plugins/youtube/lang/nl.js | 25 + .../build/ckeditor/plugins/youtube/lang/nn.js | 24 + .../build/ckeditor/plugins/youtube/lang/pl.js | 24 + .../ckeditor/plugins/youtube/lang/pt-br.js | 25 + .../build/ckeditor/plugins/youtube/lang/pt.js | 25 + .../build/ckeditor/plugins/youtube/lang/ru.js | 25 + .../build/ckeditor/plugins/youtube/lang/sk.js | 24 + .../build/ckeditor/plugins/youtube/lang/tr.js | 24 + .../build/ckeditor/plugins/youtube/lang/uk.js | 25 + .../build/ckeditor/plugins/youtube/lang/vi.js | 24 + .../build/ckeditor/plugins/youtube/lang/zh.js | 24 + .../build/ckeditor/plugins/youtube/plugin.js | 449 + .../build/ckeditor/skins/kama/dialog.css | 5 + .../build/ckeditor/skins/kama/dialog_ie.css | 5 + .../build/ckeditor/skins/kama/dialog_ie7.css | 5 + .../build/ckeditor/skins/kama/dialog_ie8.css | 5 + .../ckeditor/skins/kama/dialog_iequirks.css | 5 + .../build/ckeditor/skins/kama/editor.css | 5 + .../build/ckeditor/skins/kama/editor_ie.css | 5 + .../build/ckeditor/skins/kama/editor_ie7.css | 5 + .../build/ckeditor/skins/kama/editor_ie8.css | 5 + .../ckeditor/skins/kama/editor_iequirks.css | 5 + .../build/ckeditor/skins/kama/icons.png | Bin 0 -> 10138 bytes .../build/ckeditor/skins/kama/icons_hidpi.png | Bin 0 -> 15923 bytes .../skins/kama/images/dialog_sides.gif | Bin 0 -> 47 bytes .../skins/kama/images/dialog_sides.png | Bin 0 -> 125 bytes .../skins/kama/images/dialog_sides_rtl.png | Bin 0 -> 128 bytes .../build/ckeditor/skins/kama/images/mini.gif | Bin 0 -> 181 bytes .../ckeditor/skins/kama/images/spinner.gif | Bin 0 -> 2984 bytes .../ckeditor/skins/kama/images/sprites.png | Bin 0 -> 6117 bytes .../skins/kama/images/sprites_ie6.png | Bin 0 -> 2658 bytes .../skins/kama/images/toolbar_start.gif | Bin 0 -> 102 bytes .../build/ckeditor/skins/kama/readme.md | 38 + .../public/build/ckeditor/skins/kama/skin.js | 8 + .../ckeditor/skins/moono-lisa/dialog.css | 5 + .../ckeditor/skins/moono-lisa/dialog_ie.css | 5 + .../ckeditor/skins/moono-lisa/dialog_ie8.css | 5 + .../skins/moono-lisa/dialog_iequirks.css | 5 + .../ckeditor/skins/moono-lisa/editor.css | 5 + .../skins/moono-lisa/editor_gecko.css | 5 + .../ckeditor/skins/moono-lisa/editor_ie.css | 5 + .../ckeditor/skins/moono-lisa/editor_ie8.css | 5 + .../skins/moono-lisa/editor_iequirks.css | 5 + .../build/ckeditor/skins/moono-lisa/icons.png | Bin 0 -> 10175 bytes .../ckeditor/skins/moono-lisa/icons_hidpi.png | Bin 0 -> 33431 bytes .../skins/moono-lisa/images/arrow.png | Bin 0 -> 191 bytes .../skins/moono-lisa/images/close.png | Bin 0 -> 615 bytes .../skins/moono-lisa/images/hidpi/close.png | Bin 0 -> 1238 bytes .../moono-lisa/images/hidpi/lock-open.png | Bin 0 -> 1071 bytes .../skins/moono-lisa/images/hidpi/lock.png | Bin 0 -> 1062 bytes .../skins/moono-lisa/images/hidpi/refresh.png | Bin 0 -> 1623 bytes .../skins/moono-lisa/images/lock-open.png | Bin 0 -> 511 bytes .../ckeditor/skins/moono-lisa/images/lock.png | Bin 0 -> 506 bytes .../skins/moono-lisa/images/refresh.png | Bin 0 -> 757 bytes .../skins/moono-lisa/images/spinner.gif | Bin 0 -> 2984 bytes .../build/ckeditor/skins/moono-lisa/readme.md | 46 + .../build/ckeditor/skins/moono/dialog.css | 5 + .../build/ckeditor/skins/moono/dialog_ie.css | 5 + .../build/ckeditor/skins/moono/dialog_ie7.css | 5 + .../build/ckeditor/skins/moono/dialog_ie8.css | 5 + .../ckeditor/skins/moono/dialog_iequirks.css | 5 + .../build/ckeditor/skins/moono/editor.css | 5 + .../ckeditor/skins/moono/editor_gecko.css | 5 + .../build/ckeditor/skins/moono/editor_ie.css | 5 + .../build/ckeditor/skins/moono/editor_ie7.css | 5 + .../build/ckeditor/skins/moono/editor_ie8.css | 5 + .../ckeditor/skins/moono/editor_iequirks.css | 5 + .../build/ckeditor/skins/moono/icons.png | Bin 0 -> 19026 bytes .../ckeditor/skins/moono/icons_hidpi.png | Bin 0 -> 56197 bytes .../ckeditor/skins/moono/images/anchor.png | Bin 0 -> 929 bytes .../ckeditor/skins/moono/images/arrow.png | Bin 0 -> 191 bytes .../ckeditor/skins/moono/images/close.png | Bin 0 -> 869 bytes .../skins/moono/images/hidpi/anchor.png | Bin 0 -> 1510 bytes .../skins/moono/images/hidpi/close.png | Bin 0 -> 1732 bytes .../skins/moono/images/hidpi/lock-open.png | Bin 0 -> 1582 bytes .../skins/moono/images/hidpi/lock.png | Bin 0 -> 1644 bytes .../skins/moono/images/hidpi/refresh.png | Bin 0 -> 2311 bytes .../ckeditor/skins/moono/images/lock-open.png | Bin 0 -> 801 bytes .../ckeditor/skins/moono/images/lock.png | Bin 0 -> 849 bytes .../ckeditor/skins/moono/images/refresh.png | Bin 0 -> 1050 bytes .../ckeditor/skins/moono/images/spinner.gif | Bin 0 -> 2984 bytes .../build/ckeditor/skins/moono/readme.md | 49 + .../public/build/ckeditor/skins/moono/skin.js | 10 + .../public/build/ckeditor/styles.js | 137 + src/ninenote-1.0/public/build/dropzone.js | 25 + .../public/build/entrypoints.json | 34 + .../build/fonts/fa-brands-400.4a5d4d85.eot | Bin 0 -> 134878 bytes .../build/fonts/fa-brands-400.4c1da237.ttf | Bin 0 -> 134572 bytes .../build/fonts/fa-brands-400.5734d789.woff | Bin 0 -> 90872 bytes .../build/fonts/fa-brands-400.91a23e8b.woff2 | Bin 0 -> 77444 bytes .../build/fonts/fa-regular-400.260be4f2.ttf | Bin 0 -> 34092 bytes .../build/fonts/fa-regular-400.5c674c92.woff2 | Bin 0 -> 13596 bytes .../build/fonts/fa-regular-400.6b20949b.eot | Bin 0 -> 34390 bytes .../build/fonts/fa-regular-400.d44ad00c.woff | Bin 0 -> 16800 bytes .../build/fonts/fa-solid-900.412a43d6.woff2 | Bin 0 -> 80328 bytes .../build/fonts/fa-solid-900.9a1672a8.eot | Bin 0 -> 204866 bytes .../build/fonts/fa-solid-900.c65d1548.ttf | Bin 0 -> 204580 bytes .../build/fonts/fa-solid-900.f3a7d3b5.woff | Bin 0 -> 104252 bytes src/ninenote-1.0/public/build/fullcalendar.js | 89 + .../build/images/fa-brands-400.778b1f25.svg | 3633 + .../build/images/fa-regular-400.66578cdb.svg | 803 + .../build/images/fa-solid-900.48685310.svg | 5000 + .../build/images/selection.3870c12e.gif | Bin 0 -> 329 bytes src/ninenote-1.0/public/build/manifest.json | 2676 + src/ninenote-1.0/public/build/runtime.js | 155 + .../public/build/vendors~_tmp_copy.js | 29121 +++++ src/ninenote-1.0/public/build/vendors~app.css | 5392 + src/ninenote-1.0/public/build/vendors~app.js | 89233 ++++++++++++++++ .../public/build/vendors~dropzone.css | 4 + .../public/build/vendors~dropzone.js | 61 + .../public/build/vendors~fullcalendar.css | 1134 + .../public/build/vendors~fullcalendar.js | 13475 +++ src/ninenote-1.0/public/images/files/3gp.png | Bin 0 -> 4401 bytes src/ninenote-1.0/public/images/files/7z.png | Bin 0 -> 2745 bytes .../public/images/files/_blank.png | Bin 0 -> 3501 bytes .../public/images/files/_page.png | Bin 0 -> 15881 bytes src/ninenote-1.0/public/images/files/aac.png | Bin 0 -> 5910 bytes src/ninenote-1.0/public/images/files/ace.png | Bin 0 -> 5518 bytes src/ninenote-1.0/public/images/files/ai.png | Bin 0 -> 4936 bytes src/ninenote-1.0/public/images/files/aicf.png | Bin 0 -> 3898 bytes src/ninenote-1.0/public/images/files/aif.png | Bin 0 -> 2845 bytes src/ninenote-1.0/public/images/files/aiff.png | Bin 0 -> 21284 bytes src/ninenote-1.0/public/images/files/amr.png | Bin 0 -> 4444 bytes src/ninenote-1.0/public/images/files/asf.png | Bin 0 -> 3952 bytes src/ninenote-1.0/public/images/files/asp.png | Bin 0 -> 4250 bytes src/ninenote-1.0/public/images/files/asx.png | Bin 0 -> 4836 bytes src/ninenote-1.0/public/images/files/aut.png | Bin 0 -> 5236 bytes src/ninenote-1.0/public/images/files/avi.png | Bin 0 -> 5557 bytes src/ninenote-1.0/public/images/files/bat.png | Bin 0 -> 3535 bytes src/ninenote-1.0/public/images/files/bin.png | Bin 0 -> 5311 bytes .../public/images/files/blend.png | Bin 0 -> 3771 bytes src/ninenote-1.0/public/images/files/bmp.png | Bin 0 -> 5770 bytes src/ninenote-1.0/public/images/files/bup.png | Bin 0 -> 3565 bytes src/ninenote-1.0/public/images/files/c.png | Bin 0 -> 6346 bytes src/ninenote-1.0/public/images/files/cab.png | Bin 0 -> 4471 bytes src/ninenote-1.0/public/images/files/cad.png | Bin 0 -> 6206 bytes src/ninenote-1.0/public/images/files/cbr.png | Bin 0 -> 4279 bytes src/ninenote-1.0/public/images/files/cda.png | Bin 0 -> 4384 bytes src/ninenote-1.0/public/images/files/cdl.png | Bin 0 -> 3652 bytes src/ninenote-1.0/public/images/files/cdr.png | Bin 0 -> 6122 bytes src/ninenote-1.0/public/images/files/chm.png | Bin 0 -> 4138 bytes src/ninenote-1.0/public/images/files/com.png | Bin 0 -> 5096 bytes src/ninenote-1.0/public/images/files/cpp.png | Bin 0 -> 8032 bytes src/ninenote-1.0/public/images/files/cs.png | Bin 0 -> 3866 bytes src/ninenote-1.0/public/images/files/css.png | Bin 0 -> 6503 bytes src/ninenote-1.0/public/images/files/csv.png | Bin 0 -> 4670 bytes src/ninenote-1.0/public/images/files/dat.png | Bin 0 -> 16066 bytes src/ninenote-1.0/public/images/files/db.png | Bin 0 -> 5323 bytes src/ninenote-1.0/public/images/files/divx.png | Bin 0 -> 4327 bytes src/ninenote-1.0/public/images/files/dll.png | Bin 0 -> 2661 bytes src/ninenote-1.0/public/images/files/dmg.png | Bin 0 -> 6020 bytes src/ninenote-1.0/public/images/files/doc.png | Bin 0 -> 6271 bytes src/ninenote-1.0/public/images/files/docx.png | Bin 0 -> 6573 bytes src/ninenote-1.0/public/images/files/dotx.png | Bin 0 -> 15479 bytes src/ninenote-1.0/public/images/files/dss.png | Bin 0 -> 4654 bytes src/ninenote-1.0/public/images/files/dvf.png | Bin 0 -> 3447 bytes src/ninenote-1.0/public/images/files/dwf.png | Bin 0 -> 5846 bytes src/ninenote-1.0/public/images/files/dwg.png | Bin 0 -> 6424 bytes src/ninenote-1.0/public/images/files/dxf.png | Bin 0 -> 24303 bytes src/ninenote-1.0/public/images/files/eml.png | Bin 0 -> 3177 bytes src/ninenote-1.0/public/images/files/eps.png | Bin 0 -> 5724 bytes src/ninenote-1.0/public/images/files/epub.png | Bin 0 -> 3657 bytes src/ninenote-1.0/public/images/files/exe.png | Bin 0 -> 5114 bytes src/ninenote-1.0/public/images/files/fla.png | Bin 0 -> 2900 bytes src/ninenote-1.0/public/images/files/flac.png | Bin 0 -> 5605 bytes src/ninenote-1.0/public/images/files/flv.png | Bin 0 -> 21337 bytes src/ninenote-1.0/public/images/files/gif.png | Bin 0 -> 5100 bytes src/ninenote-1.0/public/images/files/gz.png | Bin 0 -> 3561 bytes src/ninenote-1.0/public/images/files/h.png | Bin 0 -> 4353 bytes src/ninenote-1.0/public/images/files/hlp.png | Bin 0 -> 4761 bytes src/ninenote-1.0/public/images/files/hpp.png | Bin 0 -> 5865 bytes src/ninenote-1.0/public/images/files/hqx.png | Bin 0 -> 4385 bytes src/ninenote-1.0/public/images/files/htm.png | Bin 0 -> 5057 bytes src/ninenote-1.0/public/images/files/html.png | Bin 0 -> 4981 bytes src/ninenote-1.0/public/images/files/ico.png | Bin 0 -> 4025 bytes src/ninenote-1.0/public/images/files/ics.png | Bin 0 -> 22299 bytes src/ninenote-1.0/public/images/files/ifo.png | Bin 0 -> 3279 bytes src/ninenote-1.0/public/images/files/indd.png | Bin 0 -> 3841 bytes src/ninenote-1.0/public/images/files/ini.png | Bin 0 -> 4639 bytes src/ninenote-1.0/public/images/files/ink.png | Bin 0 -> 3142 bytes src/ninenote-1.0/public/images/files/iso.png | Bin 0 -> 6165 bytes src/ninenote-1.0/public/images/files/jar.png | Bin 0 -> 3614 bytes src/ninenote-1.0/public/images/files/java.png | Bin 0 -> 5608 bytes src/ninenote-1.0/public/images/files/jpeg.png | Bin 0 -> 3758 bytes src/ninenote-1.0/public/images/files/jpg.png | Bin 0 -> 5250 bytes src/ninenote-1.0/public/images/files/js.png | Bin 0 -> 5594 bytes src/ninenote-1.0/public/images/files/key.png | Bin 0 -> 14244 bytes src/ninenote-1.0/public/images/files/less.png | Bin 0 -> 13609 bytes src/ninenote-1.0/public/images/files/lnk.png | Bin 0 -> 3257 bytes src/ninenote-1.0/public/images/files/log.png | Bin 0 -> 4255 bytes src/ninenote-1.0/public/images/files/m4b.png | Bin 0 -> 4053 bytes src/ninenote-1.0/public/images/files/m4p.png | Bin 0 -> 3965 bytes src/ninenote-1.0/public/images/files/m4v.png | Bin 0 -> 4291 bytes src/ninenote-1.0/public/images/files/mcd.png | Bin 0 -> 4626 bytes src/ninenote-1.0/public/images/files/mdb.png | Bin 0 -> 4356 bytes src/ninenote-1.0/public/images/files/mid.png | Bin 0 -> 24572 bytes src/ninenote-1.0/public/images/files/mkv.png | Bin 0 -> 6012 bytes src/ninenote-1.0/public/images/files/mov.png | Bin 0 -> 6236 bytes src/ninenote-1.0/public/images/files/mp2.png | Bin 0 -> 4207 bytes src/ninenote-1.0/public/images/files/mp3.png | Bin 0 -> 6260 bytes src/ninenote-1.0/public/images/files/mp4.png | Bin 0 -> 5297 bytes src/ninenote-1.0/public/images/files/mpeg.png | Bin 0 -> 4027 bytes src/ninenote-1.0/public/images/files/mpg.png | Bin 0 -> 5493 bytes src/ninenote-1.0/public/images/files/msi.png | Bin 0 -> 4054 bytes src/ninenote-1.0/public/images/files/net.png | Bin 0 -> 2721 bytes src/ninenote-1.0/public/images/files/odb.png | Bin 0 -> 4455 bytes src/ninenote-1.0/public/images/files/odc.png | Bin 0 -> 4719 bytes src/ninenote-1.0/public/images/files/odf.png | Bin 0 -> 11099 bytes src/ninenote-1.0/public/images/files/odg.png | Bin 0 -> 4794 bytes src/ninenote-1.0/public/images/files/odi.png | Bin 0 -> 3803 bytes src/ninenote-1.0/public/images/files/odm.png | Bin 0 -> 4772 bytes src/ninenote-1.0/public/images/files/odp.png | Bin 0 -> 4430 bytes src/ninenote-1.0/public/images/files/ods.png | Bin 0 -> 13741 bytes src/ninenote-1.0/public/images/files/odt.png | Bin 0 -> 13807 bytes src/ninenote-1.0/public/images/files/ogg.png | Bin 0 -> 5042 bytes src/ninenote-1.0/public/images/files/opt.png | Bin 0 -> 3676 bytes src/ninenote-1.0/public/images/files/otc.png | Bin 0 -> 4251 bytes src/ninenote-1.0/public/images/files/otf.png | Bin 0 -> 3334 bytes src/ninenote-1.0/public/images/files/otg.png | Bin 0 -> 4299 bytes src/ninenote-1.0/public/images/files/oth.png | Bin 0 -> 3364 bytes src/ninenote-1.0/public/images/files/oti.png | Bin 0 -> 3262 bytes src/ninenote-1.0/public/images/files/otp.png | Bin 0 -> 10826 bytes src/ninenote-1.0/public/images/files/ots.png | Bin 0 -> 13201 bytes src/ninenote-1.0/public/images/files/ott.png | Bin 0 -> 12469 bytes src/ninenote-1.0/public/images/files/pcx.png | Bin 0 -> 4223 bytes src/ninenote-1.0/public/images/files/pdb.png | Bin 0 -> 3670 bytes src/ninenote-1.0/public/images/files/pdd.png | Bin 0 -> 3590 bytes src/ninenote-1.0/public/images/files/pdf.png | Bin 0 -> 5211 bytes src/ninenote-1.0/public/images/files/php.png | Bin 0 -> 4905 bytes src/ninenote-1.0/public/images/files/pmg.png | Bin 0 -> 4476 bytes src/ninenote-1.0/public/images/files/png.png | Bin 0 -> 5896 bytes src/ninenote-1.0/public/images/files/pps.png | Bin 0 -> 3786 bytes src/ninenote-1.0/public/images/files/ppt.png | Bin 0 -> 5078 bytes src/ninenote-1.0/public/images/files/pptx.png | Bin 0 -> 3838 bytes src/ninenote-1.0/public/images/files/ps.png | Bin 0 -> 5277 bytes src/ninenote-1.0/public/images/files/psd.png | Bin 0 -> 6228 bytes src/ninenote-1.0/public/images/files/ptb.png | Bin 0 -> 3090 bytes src/ninenote-1.0/public/images/files/ptt.png | Bin 0 -> 2760 bytes src/ninenote-1.0/public/images/files/pub.png | Bin 0 -> 3506 bytes src/ninenote-1.0/public/images/files/py.png | Bin 0 -> 14407 bytes src/ninenote-1.0/public/images/files/qbb.png | Bin 0 -> 4672 bytes src/ninenote-1.0/public/images/files/qbw.png | Bin 0 -> 5174 bytes src/ninenote-1.0/public/images/files/qt.png | Bin 0 -> 22235 bytes src/ninenote-1.0/public/images/files/qxd.png | Bin 0 -> 4992 bytes src/ninenote-1.0/public/images/files/qxp.png | Bin 0 -> 4750 bytes src/ninenote-1.0/public/images/files/ram.png | Bin 0 -> 4471 bytes src/ninenote-1.0/public/images/files/rar.png | Bin 0 -> 6170 bytes src/ninenote-1.0/public/images/files/rax.png | Bin 0 -> 4587 bytes src/ninenote-1.0/public/images/files/rb.png | Bin 0 -> 14872 bytes src/ninenote-1.0/public/images/files/resx.png | Bin 0 -> 4791 bytes src/ninenote-1.0/public/images/files/rm.png | Bin 0 -> 3624 bytes src/ninenote-1.0/public/images/files/rmvb.png | Bin 0 -> 5063 bytes src/ninenote-1.0/public/images/files/rss.png | Bin 0 -> 6774 bytes src/ninenote-1.0/public/images/files/rtf.png | Bin 0 -> 4672 bytes src/ninenote-1.0/public/images/files/rw.png | Bin 0 -> 3728 bytes src/ninenote-1.0/public/images/files/sass.png | Bin 0 -> 15533 bytes src/ninenote-1.0/public/images/files/scss.png | Bin 0 -> 15777 bytes src/ninenote-1.0/public/images/files/sea.png | Bin 0 -> 3984 bytes src/ninenote-1.0/public/images/files/ses.png | Bin 0 -> 4224 bytes src/ninenote-1.0/public/images/files/sit.png | Bin 0 -> 3086 bytes src/ninenote-1.0/public/images/files/sitx.png | Bin 0 -> 4146 bytes src/ninenote-1.0/public/images/files/sln.png | Bin 0 -> 3669 bytes src/ninenote-1.0/public/images/files/sql.png | Bin 0 -> 19677 bytes src/ninenote-1.0/public/images/files/ss.png | Bin 0 -> 4005 bytes src/ninenote-1.0/public/images/files/svg.png | Bin 0 -> 6471 bytes src/ninenote-1.0/public/images/files/swf.png | Bin 0 -> 6342 bytes src/ninenote-1.0/public/images/files/sys.png | Bin 0 -> 7020 bytes src/ninenote-1.0/public/images/files/tga.png | Bin 0 -> 15992 bytes src/ninenote-1.0/public/images/files/tgz.png | Bin 0 -> 13325 bytes src/ninenote-1.0/public/images/files/tif.png | Bin 0 -> 2038 bytes src/ninenote-1.0/public/images/files/tiff.png | Bin 0 -> 4485 bytes src/ninenote-1.0/public/images/files/trt.png | Bin 0 -> 2523 bytes src/ninenote-1.0/public/images/files/ttf.png | Bin 0 -> 2039 bytes src/ninenote-1.0/public/images/files/txt.png | Bin 0 -> 5300 bytes src/ninenote-1.0/public/images/files/vcd.png | Bin 0 -> 4321 bytes src/ninenote-1.0/public/images/files/vob.png | Bin 0 -> 4618 bytes src/ninenote-1.0/public/images/files/wav.png | Bin 0 -> 28099 bytes src/ninenote-1.0/public/images/files/webm.png | Bin 0 -> 4562 bytes src/ninenote-1.0/public/images/files/webp.png | Bin 0 -> 4349 bytes src/ninenote-1.0/public/images/files/wma.png | Bin 0 -> 4844 bytes src/ninenote-1.0/public/images/files/wmv.png | Bin 0 -> 4706 bytes src/ninenote-1.0/public/images/files/wpd.png | Bin 0 -> 4251 bytes src/ninenote-1.0/public/images/files/wps.png | Bin 0 -> 4642 bytes src/ninenote-1.0/public/images/files/xaml.png | Bin 0 -> 4667 bytes src/ninenote-1.0/public/images/files/xar.png | Bin 0 -> 4399 bytes src/ninenote-1.0/public/images/files/xcf.png | Bin 0 -> 4044 bytes .../public/images/files/xhtml.png | Bin 0 -> 3942 bytes src/ninenote-1.0/public/images/files/xls.png | Bin 0 -> 6083 bytes src/ninenote-1.0/public/images/files/xlsx.png | Bin 0 -> 6557 bytes src/ninenote-1.0/public/images/files/xml.png | Bin 0 -> 12234 bytes src/ninenote-1.0/public/images/files/xtm.png | Bin 0 -> 4078 bytes src/ninenote-1.0/public/images/files/yml.png | Bin 0 -> 7219 bytes src/ninenote-1.0/public/images/files/zip.png | Bin 0 -> 5102 bytes src/ninenote-1.0/public/index.php | 27 + src/ninenote-1.0/public/styles/css/font.css | 174 + src/ninenote-1.0/public/styles/css/style.css | 470 + .../public/styles/fonts/ABeeZee-Regular.ttf | Bin 0 -> 43748 bytes .../styles/fonts/Acme-Regular-webfont.ttf | Bin 0 -> 36096 bytes .../styles/fonts/AlfaSlabOne-Regular.ttf | Bin 0 -> 92320 bytes .../public/styles/fonts/Anton-Regular.ttf | Bin 0 -> 74560 bytes .../public/styles/fonts/Baloo-Regular.ttf | Bin 0 -> 626588 bytes .../public/styles/fonts/Bebas-webfont.ttf | Bin 0 -> 25168 bytes .../public/styles/fonts/CarterOne-Regular.ttf | Bin 0 -> 64792 bytes .../public/styles/fonts/Chewy-Regular.ttf | Bin 0 -> 40212 bytes .../public/styles/fonts/Courgette-Regular.ttf | Bin 0 -> 118784 bytes .../styles/fonts/FredokaOne-Regular.ttf | Bin 0 -> 42152 bytes .../styles/fonts/Grandstander-Black.ttf | Bin 0 -> 104636 bytes .../fonts/Justanotherhand-Regular-webfont.ttf | Bin 0 -> 80132 bytes .../public/styles/fonts/Lato-Regular.ttf | Bin 0 -> 120196 bytes .../styles/fonts/LexendDeca-Regular.ttf | Bin 0 -> 67740 bytes .../styles/fonts/LuckiestGuy-Regular.ttf | Bin 0 -> 57940 bytes .../public/styles/fonts/Overpass-Black.ttf | Bin 0 -> 108224 bytes .../styles/fonts/PassionOne-Regular.ttf | Bin 0 -> 23076 bytes .../public/styles/fonts/Peacesans-webfont.ttf | Bin 0 -> 52576 bytes .../public/styles/fonts/Redressed-webfont.ttf | Bin 0 -> 61256 bytes .../public/styles/fonts/Righteous-Regular.ttf | Bin 0 -> 40348 bytes .../styles/fonts/Roboto-Regular-webfont.ttf | Bin 0 -> 34524 bytes .../styles/fonts/RubikMonoOne-Regular.ttf | Bin 0 -> 117136 bytes .../public/styles/fonts/SigmarOne-Regular.ttf | Bin 0 -> 166448 bytes .../public/styles/fonts/Signika-Regular.ttf | Bin 0 -> 111224 bytes .../public/styles/fonts/Snickles-webfont.ttf | Bin 0 -> 27800 bytes .../public/styles/fonts/Teko-Bold.ttf | Bin 0 -> 282300 bytes .../public/styles/fonts/Viga-Regular.ttf | Bin 0 -> 25524 bytes src/ninenote-1.0/public/themes/look.png | Bin 0 -> 12235 bytes src/ninenote-1.0/public/themes/look.xcf | Bin 0 -> 65368 bytes .../public/themes/nineblue/info.yml | 3 + .../public/themes/nineblue/local.js | 0 .../public/themes/nineblue/look.png | Bin 0 -> 22565 bytes .../public/themes/nineblue/style.css | 43 + .../public/themes/ninedark/info.yml | 3 + .../public/themes/ninedark/local.js | 0 .../public/themes/ninedark/look.png | Bin 0 -> 31784 bytes .../public/themes/ninedark/style.css | 44 + .../public/themes/ninegray/info.yml | 3 + .../public/themes/ninegray/local.js | 0 .../public/themes/ninegray/look.png | Bin 0 -> 32510 bytes .../public/themes/ninegray/style.css | 43 + .../public/themes/ninegreen/info.yml | 3 + .../public/themes/ninegreen/local.js | 0 .../public/themes/ninegreen/look.png | Bin 0 -> 25923 bytes .../public/themes/ninegreen/style.css | 43 + .../public/themes/nineorange/info.yml | 3 + .../public/themes/nineorange/local.js | 0 .../public/themes/nineorange/look.png | Bin 0 -> 35955 bytes .../public/themes/nineorange/style.css | 43 + .../public/themes/ninered/info.yml | 3 + .../public/themes/ninered/local.js | 0 .../public/themes/ninered/look.png | Bin 0 -> 23490 bytes .../public/themes/ninered/style.css | 43 + .../public/themes/nineyellow/info.yml | 3 + .../public/themes/nineyellow/local.js | 0 .../public/themes/nineyellow/look.png | Bin 0 -> 31826 bytes .../public/themes/nineyellow/style.css | 43 + .../public/uploads/avatar/admin.jpg | Bin 0 -> 4039 bytes .../public/uploads/avatar/system.jpg | Bin 0 -> 1080 bytes src/ninenote-1.0/public/uploads/logo/logo.png | Bin 0 -> 14180 bytes src/ninenote-1.0/scripts/.env.model | 69 + src/ninenote-1.0/scripts/.gitkeep | 0 src/ninenote-1.0/scripts/cron.sh | 11 + src/ninenote-1.0/scripts/genkey.sh | 12 + src/ninenote-1.0/scripts/mail.sh | 10 + src/ninenote-1.0/scripts/perm.sh | 19 + src/ninenote-1.0/scripts/reconfigure.sh | 47 + src/ninenote-1.0/scripts/websocket.sh | 37 + .../scripts/wkhtmltopdf/wkhtmltoimage | Bin 0 -> 436464 bytes .../scripts/wkhtmltopdf/wkhtmltopdf | Bin 0 -> 39804584 bytes .../src/Command/AppInitCommand.php | 429 + src/ninenote-1.0/src/Command/CronCommand.php | 165 + .../src/Command/CronInitCommand.php | 137 + .../src/Command/DumpBddCommand.php | 92 + .../src/Command/PurgeFileCommand.php | 105 + .../src/Command/ScriptCommand.php | 91 + .../src/Command/SendMailCommand.php | 87 + .../src/Command/SetPasswordCommand.php | 84 + .../src/Command/SetRolesCommand.php | 81 + .../src/Command/SynchroUsersCommand.php | 769 + .../src/Command/WebsocketServerCommand.php | 53 + src/ninenote-1.0/src/Controller/.gitignore | 0 .../Controller/AssignmentmatterController.php | 201 + .../AssignmentteacherController.php | 196 + .../src/Controller/ClassroomController.php | 191 + .../src/Controller/ConfigController.php | 115 + .../src/Controller/CronController.php | 114 + .../src/Controller/CropController.php | 241 + .../src/Controller/GroupController.php | 187 + .../src/Controller/HomeController.php | 100 + .../src/Controller/MatterController.php | 231 + .../src/Controller/ResponsibleController.php | 153 + .../src/Controller/SecurityController.php | 367 + .../src/Controller/SondeController.php | 43 + .../src/Controller/StudentController.php | 322 + .../src/Controller/TeacherController.php | 226 + .../src/Controller/ThemeController.php | 67 + .../src/Controller/UserController.php | 257 + .../src/Controller/UserteacherController.php | 112 + .../src/Controller/WebsocketController.php | 13 + .../src/Controller/YearController.php | 221 + src/ninenote-1.0/src/Entity/.gitignore | 0 src/ninenote-1.0/src/Entity/Assignment.php | 84 + .../src/Entity/Assignmentmatter.php | 292 + .../src/Entity/Assignmentteacher.php | 154 + src/ninenote-1.0/src/Entity/Classroom.php | 220 + src/ninenote-1.0/src/Entity/Config.php | 219 + src/ninenote-1.0/src/Entity/Control.php | 141 + src/ninenote-1.0/src/Entity/Cron.php | 384 + src/ninenote-1.0/src/Entity/Group.php | 122 + src/ninenote-1.0/src/Entity/Matter.php | 109 + src/ninenote-1.0/src/Entity/Period.php | 179 + src/ninenote-1.0/src/Entity/Report.php | 107 + src/ninenote-1.0/src/Entity/Reportdetail.php | 67 + src/ninenote-1.0/src/Entity/Responsible.php | 107 + src/ninenote-1.0/src/Entity/Score.php | 67 + src/ninenote-1.0/src/Entity/Script.php | 50 + src/ninenote-1.0/src/Entity/Student.php | 259 + src/ninenote-1.0/src/Entity/Teacher.php | 118 + src/ninenote-1.0/src/Entity/User.php | 415 + src/ninenote-1.0/src/Entity/Year.php | 315 + .../src/Form/AssignmentmatterType.php | 133 + .../src/Form/AssignmentteacherType.php | 96 + src/ninenote-1.0/src/Form/ClassroomType.php | 49 + src/ninenote-1.0/src/Form/ConfigType.php | 165 + src/ninenote-1.0/src/Form/CronType.php | 71 + src/ninenote-1.0/src/Form/GroupType.php | 70 + src/ninenote-1.0/src/Form/MatterType.php | 49 + src/ninenote-1.0/src/Form/ResponsibleType.php | 85 + src/ninenote-1.0/src/Form/StudentType.php | 107 + src/ninenote-1.0/src/Form/TeacherType.php | 64 + src/ninenote-1.0/src/Form/UserType.php | 133 + src/ninenote-1.0/src/Form/YearType.php | 58 + src/ninenote-1.0/src/Kernel.php | 54 + src/ninenote-1.0/src/Migrations/.gitignore | 1 + .../src/Repository/AssignmentRepository.php | 50 + .../Repository/AssignmentmatterRepository.php | 50 + .../AssignmentteacherRepository.php | 50 + .../src/Repository/ClassroomRepository.php | 50 + .../src/Repository/ConfigRepository.php | 15 + .../src/Repository/ControlRepository.php | 50 + .../src/Repository/CronRepository.php | 35 + .../src/Repository/GroupRepository.php | 15 + .../src/Repository/MatterRepository.php | 50 + .../src/Repository/PeriodRepository.php | 50 + .../src/Repository/ReportRepository.php | 50 + .../src/Repository/ReportdetailRepository.php | 50 + .../src/Repository/ResponsibleRepository.php | 50 + .../src/Repository/ScoreRepository.php | 50 + .../src/Repository/ScriptRepository.php | 15 + .../src/Repository/StudentRepository.php | 50 + .../src/Repository/TeacherRepository.php | 50 + .../src/Repository/UserRepository.php | 58 + .../src/Repository/YearRepository.php | 50 + src/ninenote-1.0/src/Service/ldapService.php | 128 + src/ninenote-1.0/src/Service/mailService.php | 51 + .../src/Service/passwordEncoder.php | 27 + src/ninenote-1.0/src/Service/sessionInit.php | 149 + .../src/Service/uploadListener.php | 99 + .../src/Service/uploadSamename.php | 14 + src/ninenote-1.0/src/Twig/AppExtension.php | 30 + .../src/Websocket/MessageHandler.php | 141 + src/ninenote-1.0/symfony.lock | 705 + .../templates/Assignmentmatter/edit.html.twig | 82 + .../templates/Assignmentmatter/list.html.twig | 75 + .../Assignmentteacher/edit.html.twig | 65 + .../Assignmentteacher/list.html.twig | 62 + .../templates/Classroom/edit.html.twig | 64 + .../templates/Classroom/list.html.twig | 84 + .../templates/Classroom/student.html.twig | 59 + .../templates/Config/edit.html.twig | 94 + .../templates/Config/list.html.twig | 60 + .../templates/Config/logo.html.twig | 42 + .../templates/Config/render.html.twig | 81 + .../templates/Cron/edit.html.twig | 59 + .../templates/Cron/list.html.twig | 54 + .../templates/Cron/logs.html.twig | 16 + .../templates/Crop/crop01.html.twig | 36 + .../templates/Crop/crop02.html.twig | 121 + .../templates/Form/fields.html.twig | 162 + .../templates/Group/edit.html.twig | 64 + .../templates/Group/list.html.twig | 61 + .../templates/Home/admin.html.twig | 4 + .../templates/Home/casdebug.html.twig | 32 + .../templates/Home/home.html.twig | 33 + .../templates/Home/login.html.twig | 39 + .../templates/Home/mail.html.twig | 9 + .../templates/Include/javascript.js.twig | 59 + .../templates/Include/sidebar.html.twig | 79 + .../templates/Include/style.css.twig | 186 + .../templates/Matter/edit.html.twig | 64 + .../templates/Matter/list.html.twig | 51 + .../templates/Responsible/edit.html.twig | 67 + .../templates/Responsible/list.html.twig | 58 + .../templates/Sonde/sonde.html.twig | 3 + .../templates/Student/edit.html.twig | 78 + .../templates/Student/list.html.twig | 60 + .../templates/Teacher/edit.html.twig | 64 + .../templates/Teacher/list.html.twig | 52 + .../templates/Theme/list.html.twig | 29 + .../templates/User/edit.html.twig | 109 + .../templates/User/list.html.twig | 81 + .../templates/Userteacher/classroom.html.twig | 49 + .../Userteacher/classrooms.html.twig | 46 + .../templates/Websocket/sample.html.twig | 61 + .../templates/Year/edit.html.twig | 65 + .../templates/Year/list.html.twig | 62 + src/ninenote-1.0/templates/base.html.twig | 178 + src/ninenote-1.0/tests/bootstrap.php | 11 + src/ninenote-1.0/translations/.gitignore | 0 src/ninenote-1.0/webpack.config.js | 74 + src/ninenote-1.0/yarn.lock | 6515 ++ sso/filtres/ninenote.ini | 11 + sso/filtres/ninenote_apps.ini | 6 + tmpl/ninenote-apache.conf | 10 + tmpl/ninenote-db.yml | 39 + tmpl/ninenote-env.local | 131 + tmpl/ninenote.cron | 2 + tmpl/ninenote.service | 11 + 3198 files changed, 204560 insertions(+) create mode 100644 Makefile create mode 100644 README.md create mode 100644 apps.mk create mode 100644 db/gen/ninenote-create-0.sql create mode 100644 dicos/90_ninenote.xml create mode 100644 eole.mk create mode 100644 logrotate/ninenote create mode 100755 postservice/90-ninenote create mode 100755 pretemplate/25-ninenote create mode 100644 src/ninenote-1.0/.env create mode 100644 src/ninenote-1.0/.env.test create mode 100644 src/ninenote-1.0/.gitignore create mode 100644 src/ninenote-1.0/assets/js/app.js create mode 100644 src/ninenote-1.0/assets/js/datatables.init.js create mode 100644 src/ninenote-1.0/assets/js/dropzone.js create mode 100644 src/ninenote-1.0/assets/js/fullcalendar.js create mode 100755 src/ninenote-1.0/bin/console create mode 100755 src/ninenote-1.0/bin/phpunit create mode 100644 src/ninenote-1.0/composer.json create mode 100644 src/ninenote-1.0/composer.lock create mode 100644 src/ninenote-1.0/config/bootstrap.php create mode 100644 src/ninenote-1.0/config/bundles.php create mode 100644 src/ninenote-1.0/config/packages/assets.yaml create mode 100644 src/ninenote-1.0/config/packages/cache.yaml create mode 100644 src/ninenote-1.0/config/packages/dev/debug.yaml create mode 100644 src/ninenote-1.0/config/packages/dev/easy_log_handler.yaml create mode 100644 src/ninenote-1.0/config/packages/dev/monolog.yaml create mode 100644 src/ninenote-1.0/config/packages/dev/swiftmailer.yaml create mode 100644 src/ninenote-1.0/config/packages/dev/web_profiler.yaml create mode 100644 src/ninenote-1.0/config/packages/doctrine.yaml create mode 100644 src/ninenote-1.0/config/packages/doctrine_migrations.yaml create mode 100644 src/ninenote-1.0/config/packages/fos_ckeditor.yaml create mode 100644 src/ninenote-1.0/config/packages/fos_rest.yaml create mode 100644 src/ninenote-1.0/config/packages/framework.yaml create mode 100644 src/ninenote-1.0/config/packages/knp_snappy.yaml create mode 100644 src/ninenote-1.0/config/packages/mailer.yaml create mode 100644 src/ninenote-1.0/config/packages/nelmio_api_doc.yaml create mode 100644 src/ninenote-1.0/config/packages/one_upload.yaml create mode 100644 src/ninenote-1.0/config/packages/oneup_uploader.yaml create mode 100644 src/ninenote-1.0/config/packages/prod/doctrine.yaml create mode 100644 src/ninenote-1.0/config/packages/prod/monolog.yaml create mode 100644 src/ninenote-1.0/config/packages/prod/routing.yaml create mode 100644 src/ninenote-1.0/config/packages/prod/webpack_encore.yaml create mode 100644 src/ninenote-1.0/config/packages/routing.yaml create mode 100644 src/ninenote-1.0/config/packages/security.yaml create mode 100644 src/ninenote-1.0/config/packages/sensio_framework_extra.yaml create mode 100644 src/ninenote-1.0/config/packages/swiftmailer.yaml create mode 100644 src/ninenote-1.0/config/packages/test/framework.yaml create mode 100644 src/ninenote-1.0/config/packages/test/monolog.yaml create mode 100644 src/ninenote-1.0/config/packages/test/swiftmailer.yaml create mode 100644 src/ninenote-1.0/config/packages/test/twig.yaml create mode 100644 src/ninenote-1.0/config/packages/test/validator.yaml create mode 100644 src/ninenote-1.0/config/packages/test/web_profiler.yaml create mode 100644 src/ninenote-1.0/config/packages/test/webpack_encore.yaml create mode 100644 src/ninenote-1.0/config/packages/translation.yaml create mode 100644 src/ninenote-1.0/config/packages/twig.yaml create mode 100644 src/ninenote-1.0/config/packages/validator.yaml create mode 100644 src/ninenote-1.0/config/packages/webpack_encore.yaml create mode 100644 src/ninenote-1.0/config/routes.yaml create mode 100644 src/ninenote-1.0/config/routes/annotations.yaml create mode 100644 src/ninenote-1.0/config/routes/dev/framework.yaml create mode 100644 src/ninenote-1.0/config/routes/dev/web_profiler.yaml create mode 100644 src/ninenote-1.0/config/routes/nelmio_api_doc.yaml create mode 100644 src/ninenote-1.0/config/routes/oneup_uploader.yaml create mode 100644 src/ninenote-1.0/config/services.yaml create mode 100644 src/ninenote-1.0/package.json create mode 100644 src/ninenote-1.0/phpunit.xml.dist create mode 100644 src/ninenote-1.0/public/.htaccess create mode 100644 src/ninenote-1.0/public/build/app.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/adapters/jquery.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/ckeditor.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/config.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/contents.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/_translationstatus.txt create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/about/dialogs/about.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/about/dialogs/logo_ckeditor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/adobeair/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/ajax/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autocomplete/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autocomplete/skins/default.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autoembed/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autogrow/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/autolink/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloonpanel/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloonpanel/skins/kama/balloonpanel.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono-lisa/balloonpanel.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono-lisa/images/close.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono-lisa/images/hidpi/close.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono/balloonpanel.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono/images/close.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono/images/hidpi/close.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloontoolbar/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloontoolbar/skins/default.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloontoolbar/skins/kama/balloontoolbar.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloontoolbar/skins/moono-lisa/balloontoolbar.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/balloontoolbar/skins/moono/balloontoolbar.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bbcode/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/icons/bidiltr.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/icons/bidirtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/bidi/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/clipboard/dialogs/paste.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/cloudservices/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/dialogs/codesnippet.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/icons/codesnippet.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/LICENSE.bin create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/codesnippetgeshi/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/icons/bgcolor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/icons/textcolor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/dialogs/colordialog.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/dialogs/colordialog.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor.svg create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/icons/copyformatting.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/icons/hidpi/copyformatting.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/styles/copyformatting.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/_translationstatus.txt create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/devtools/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/dialog/dialogDefinition.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/dialogadvtab/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/dialogs/div.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/icons/creatediv.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/icons/hidpi/creatediv.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/div/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/divarea/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/dialogs/docprops.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/icons/docprops-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/icons/docprops.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/icons/hidpi/docprops.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/docprops/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/dialogs/easyimagealt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealigncenter.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealignleft.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealignright.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealt.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagefull.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimageside.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimageupload.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealigncenter.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealignleft.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealignright.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealt.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagefull.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimageside.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimageupload.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/styles/easyimage.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embed/icons/embed.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embed/icons/hidpi/embed.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embed/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/dialogs/embedbase.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedsemantic/icons/embedsemantic.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/embedsemantic/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/emoji/assets/iconsall.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/emoji/assets/iconsall.svg create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/emoji/emoji.json create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/emoji/icons/emojipanel.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/emoji/icons/hidpi/emojipanel.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/emoji/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/emoji/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/emoji/skins/default.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/dialogs/find.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/icons/find-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/icons/find.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/icons/hidpi/find-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/icons/hidpi/find.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/icons/hidpi/replace.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/icons/replace.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/find/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/dialogs/flash.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/icons/flash.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/icons/hidpi/flash.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/images/placeholder.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/flash/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/font/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/dialogs/button.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/dialogs/checkbox.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/dialogs/form.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/dialogs/hiddenfield.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/dialogs/radio.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/dialogs/select.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/dialogs/textarea.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/dialogs/textfield.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/button.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/checkbox.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/form.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hiddenfield.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/button.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/checkbox.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/form.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/hiddenfield.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/imagebutton.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/radio.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/select-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/select.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/textarea.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/textfield.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/imagebutton.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/radio.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/select-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/select.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/textarea-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/textarea.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/textfield-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/icons/textfield.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/images/hiddenfield.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/forms/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/dialogs/html5video.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/icons/html5video.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/uz.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/html5video/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/icons.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/icons_hidpi.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/dialogs/iframe.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/icons/hidpi/iframe.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/icons/iframe.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/images/placeholder.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframe/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/iframedialog/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image/dialogs/image.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image/images/noimage.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/dialogs/image2.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/icons/hidpi/image.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/icons/image.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/image2/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/imagebase/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/imagebase/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/imagebase/styles/imagebase.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/indentblock/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/justify/icons/hidpi/justifyblock.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/justify/icons/hidpi/justifycenter.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/justify/icons/hidpi/justifyleft.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/justify/icons/hidpi/justifyright.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/justify/icons/justifyblock.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/justify/icons/justifycenter.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/justify/icons/justifyleft.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/justify/icons/justifyright.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/justify/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/icons/hidpi/language.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/icons/language.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/language/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/link/dialogs/anchor.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/link/dialogs/link.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/link/images/anchor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/link/images/hidpi/anchor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/dialogs/liststyle.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/liststyle/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/magicline/images/hidpi/icon.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/magicline/images/icon-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/magicline/images/icon.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/dialogs/mathjax.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/icons/mathjax.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/images/loader.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mathjax/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/mentions/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/icons/hidpi/newpage.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/icons/newpage-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/icons/newpage.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/newpage/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/icons/pagebreak.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/images/pagebreak.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pagebreak/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/panelbutton/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/pastefromword/filter/default.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/dialogs/placeholder.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/icons/placeholder.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/placeholder/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/icons/hidpi/preview-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/icons/hidpi/preview.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/icons/preview-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/icons/preview.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/preview/preview.html create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/icons/hidpi/print.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/icons/print.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/print/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/icons/hidpi/save.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/icons/save.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/save/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/scayt/CHANGELOG.md create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/scayt/LICENSE.md create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/scayt/dialogs/dialog.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/scayt/dialogs/options.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/scayt/dialogs/toolbar.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/icons/hidpi/selectall.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/icons/selectall.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/selectall/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sharedspace/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/icons/showblocks-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/icons/showblocks.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/images/block_address.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/images/block_blockquote.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/images/block_div.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/images/block_h1.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/images/block_h2.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/images/block_h3.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/images/block_h4.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/images/block_h5.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/images/block_h6.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/images/block_p.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/images/block_pre.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/showblocks/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/dialogs/smiley.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/icons/hidpi/smiley.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/icons/smiley.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/angel_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/angel_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/angry_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/angry_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/broken_heart.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/broken_heart.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/confused_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/confused_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/cry_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/cry_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/devil_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/devil_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/embaressed_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/embarrassed_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/embarrassed_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/envelope.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/envelope.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/heart.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/heart.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/kiss.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/kiss.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/lightbulb.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/lightbulb.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/omg_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/omg_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/regular_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/regular_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/sad_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/sad_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/shades_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/shades_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/teeth_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/teeth_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/thumbs_down.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/thumbs_down.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/thumbs_up.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/thumbs_up.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/tongue_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/tongue_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/tounge_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/wink_smile.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/images/wink_smile.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/smiley/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/icons/sourcedialog.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/sourcedialog/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/specialchar/dialogs/specialchar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/stylesheetparser/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/table/dialogs/table.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/tableresize/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/tableselection/styles/tableselection.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/tabletools/dialogs/tableCell.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/dialogs/templates.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/dialogs/templates.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/icons/hidpi/templates.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/icons/templates-rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/icons/templates.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/bn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/bs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/en-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/fo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/gu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/hi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/is.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/ka.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/lt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/mn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/ms.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/th.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/templates/default.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/templates/images/template1.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/templates/images/template2.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/templates/templates/images/template3.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/textmatch/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/textwatcher/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/dialogs/uicolor.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/dialogs/uicolor.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/icons/uicolor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/_translationstatus.txt create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/af.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/az.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/cy.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/da.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/de-ch.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/en-au.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/en-gb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/eo.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/es-mx.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/fa.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/fr-ca.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/gl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/hr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/id.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/km.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/ku.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/lv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/mk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/no.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/oc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/ro.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/si.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/sl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/sq.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/sr-latn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/sr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/sv.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/tt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/ug.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/zh-cn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uicolor/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/uploadfile/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/widget/images/handle.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/wsc/LICENSE.md create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/wsc/dialogs/ciframe.html create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/wsc/dialogs/tmpFrameset.html create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/wsc/dialogs/wsc.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/wsc/dialogs/wsc.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/wsc/dialogs/wsc_ie.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/xml/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/images/icon-hdpi.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/images/icon.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/ar.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/bg.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/cs.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/de.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/el.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/en.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/es.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/et.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/eu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/fi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/fr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/he.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/hu.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/it.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/ja.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/ko.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/nb.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/nl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/nn.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/pl.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/pt-br.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/pt.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/ru.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/sk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/tr.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/uk.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/vi.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/lang/zh.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/plugins/youtube/plugin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/dialog.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/dialog_ie.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/dialog_ie7.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/dialog_ie8.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/dialog_iequirks.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/editor.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/editor_ie.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/editor_ie7.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/editor_ie8.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/editor_iequirks.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/icons.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/icons_hidpi.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/images/dialog_sides.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/images/dialog_sides.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/images/dialog_sides_rtl.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/images/mini.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/images/spinner.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/images/sprites.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/images/sprites_ie6.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/images/toolbar_start.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/readme.md create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/kama/skin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/dialog.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/dialog_ie.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/dialog_ie8.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/dialog_iequirks.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/editor.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/editor_gecko.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/editor_ie.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/editor_ie8.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/editor_iequirks.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/icons.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/icons_hidpi.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/images/arrow.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/images/close.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/images/hidpi/close.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/images/hidpi/lock.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/images/hidpi/refresh.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/images/lock-open.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/images/lock.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/images/refresh.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/images/spinner.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono-lisa/readme.md create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/dialog.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/dialog_ie.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/dialog_ie7.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/dialog_ie8.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/dialog_iequirks.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/editor.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/editor_gecko.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/editor_ie.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/editor_ie7.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/editor_ie8.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/editor_iequirks.css create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/icons.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/icons_hidpi.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/anchor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/arrow.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/close.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/hidpi/anchor.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/hidpi/close.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/hidpi/lock-open.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/hidpi/lock.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/hidpi/refresh.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/lock-open.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/lock.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/refresh.png create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/images/spinner.gif create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/readme.md create mode 100644 src/ninenote-1.0/public/build/ckeditor/skins/moono/skin.js create mode 100644 src/ninenote-1.0/public/build/ckeditor/styles.js create mode 100644 src/ninenote-1.0/public/build/dropzone.js create mode 100644 src/ninenote-1.0/public/build/entrypoints.json create mode 100644 src/ninenote-1.0/public/build/fonts/fa-brands-400.4a5d4d85.eot create mode 100644 src/ninenote-1.0/public/build/fonts/fa-brands-400.4c1da237.ttf create mode 100644 src/ninenote-1.0/public/build/fonts/fa-brands-400.5734d789.woff create mode 100644 src/ninenote-1.0/public/build/fonts/fa-brands-400.91a23e8b.woff2 create mode 100644 src/ninenote-1.0/public/build/fonts/fa-regular-400.260be4f2.ttf create mode 100644 src/ninenote-1.0/public/build/fonts/fa-regular-400.5c674c92.woff2 create mode 100644 src/ninenote-1.0/public/build/fonts/fa-regular-400.6b20949b.eot create mode 100644 src/ninenote-1.0/public/build/fonts/fa-regular-400.d44ad00c.woff create mode 100644 src/ninenote-1.0/public/build/fonts/fa-solid-900.412a43d6.woff2 create mode 100644 src/ninenote-1.0/public/build/fonts/fa-solid-900.9a1672a8.eot create mode 100644 src/ninenote-1.0/public/build/fonts/fa-solid-900.c65d1548.ttf create mode 100644 src/ninenote-1.0/public/build/fonts/fa-solid-900.f3a7d3b5.woff create mode 100644 src/ninenote-1.0/public/build/fullcalendar.js create mode 100644 src/ninenote-1.0/public/build/images/fa-brands-400.778b1f25.svg create mode 100644 src/ninenote-1.0/public/build/images/fa-regular-400.66578cdb.svg create mode 100644 src/ninenote-1.0/public/build/images/fa-solid-900.48685310.svg create mode 100644 src/ninenote-1.0/public/build/images/selection.3870c12e.gif create mode 100644 src/ninenote-1.0/public/build/manifest.json create mode 100644 src/ninenote-1.0/public/build/runtime.js create mode 100644 src/ninenote-1.0/public/build/vendors~_tmp_copy.js create mode 100644 src/ninenote-1.0/public/build/vendors~app.css create mode 100644 src/ninenote-1.0/public/build/vendors~app.js create mode 100644 src/ninenote-1.0/public/build/vendors~dropzone.css create mode 100644 src/ninenote-1.0/public/build/vendors~dropzone.js create mode 100644 src/ninenote-1.0/public/build/vendors~fullcalendar.css create mode 100644 src/ninenote-1.0/public/build/vendors~fullcalendar.js create mode 100644 src/ninenote-1.0/public/images/files/3gp.png create mode 100644 src/ninenote-1.0/public/images/files/7z.png create mode 100644 src/ninenote-1.0/public/images/files/_blank.png create mode 100644 src/ninenote-1.0/public/images/files/_page.png create mode 100644 src/ninenote-1.0/public/images/files/aac.png create mode 100644 src/ninenote-1.0/public/images/files/ace.png create mode 100644 src/ninenote-1.0/public/images/files/ai.png create mode 100644 src/ninenote-1.0/public/images/files/aicf.png create mode 100644 src/ninenote-1.0/public/images/files/aif.png create mode 100644 src/ninenote-1.0/public/images/files/aiff.png create mode 100644 src/ninenote-1.0/public/images/files/amr.png create mode 100644 src/ninenote-1.0/public/images/files/asf.png create mode 100644 src/ninenote-1.0/public/images/files/asp.png create mode 100644 src/ninenote-1.0/public/images/files/asx.png create mode 100644 src/ninenote-1.0/public/images/files/aut.png create mode 100644 src/ninenote-1.0/public/images/files/avi.png create mode 100644 src/ninenote-1.0/public/images/files/bat.png create mode 100644 src/ninenote-1.0/public/images/files/bin.png create mode 100644 src/ninenote-1.0/public/images/files/blend.png create mode 100644 src/ninenote-1.0/public/images/files/bmp.png create mode 100644 src/ninenote-1.0/public/images/files/bup.png create mode 100644 src/ninenote-1.0/public/images/files/c.png create mode 100644 src/ninenote-1.0/public/images/files/cab.png create mode 100644 src/ninenote-1.0/public/images/files/cad.png create mode 100644 src/ninenote-1.0/public/images/files/cbr.png create mode 100644 src/ninenote-1.0/public/images/files/cda.png create mode 100644 src/ninenote-1.0/public/images/files/cdl.png create mode 100644 src/ninenote-1.0/public/images/files/cdr.png create mode 100644 src/ninenote-1.0/public/images/files/chm.png create mode 100644 src/ninenote-1.0/public/images/files/com.png create mode 100644 src/ninenote-1.0/public/images/files/cpp.png create mode 100644 src/ninenote-1.0/public/images/files/cs.png create mode 100644 src/ninenote-1.0/public/images/files/css.png create mode 100644 src/ninenote-1.0/public/images/files/csv.png create mode 100644 src/ninenote-1.0/public/images/files/dat.png create mode 100644 src/ninenote-1.0/public/images/files/db.png create mode 100644 src/ninenote-1.0/public/images/files/divx.png create mode 100644 src/ninenote-1.0/public/images/files/dll.png create mode 100644 src/ninenote-1.0/public/images/files/dmg.png create mode 100644 src/ninenote-1.0/public/images/files/doc.png create mode 100644 src/ninenote-1.0/public/images/files/docx.png create mode 100644 src/ninenote-1.0/public/images/files/dotx.png create mode 100644 src/ninenote-1.0/public/images/files/dss.png create mode 100644 src/ninenote-1.0/public/images/files/dvf.png create mode 100644 src/ninenote-1.0/public/images/files/dwf.png create mode 100644 src/ninenote-1.0/public/images/files/dwg.png create mode 100644 src/ninenote-1.0/public/images/files/dxf.png create mode 100644 src/ninenote-1.0/public/images/files/eml.png create mode 100644 src/ninenote-1.0/public/images/files/eps.png create mode 100644 src/ninenote-1.0/public/images/files/epub.png create mode 100644 src/ninenote-1.0/public/images/files/exe.png create mode 100644 src/ninenote-1.0/public/images/files/fla.png create mode 100644 src/ninenote-1.0/public/images/files/flac.png create mode 100644 src/ninenote-1.0/public/images/files/flv.png create mode 100644 src/ninenote-1.0/public/images/files/gif.png create mode 100644 src/ninenote-1.0/public/images/files/gz.png create mode 100644 src/ninenote-1.0/public/images/files/h.png create mode 100644 src/ninenote-1.0/public/images/files/hlp.png create mode 100644 src/ninenote-1.0/public/images/files/hpp.png create mode 100644 src/ninenote-1.0/public/images/files/hqx.png create mode 100644 src/ninenote-1.0/public/images/files/htm.png create mode 100644 src/ninenote-1.0/public/images/files/html.png create mode 100644 src/ninenote-1.0/public/images/files/ico.png create mode 100644 src/ninenote-1.0/public/images/files/ics.png create mode 100644 src/ninenote-1.0/public/images/files/ifo.png create mode 100644 src/ninenote-1.0/public/images/files/indd.png create mode 100644 src/ninenote-1.0/public/images/files/ini.png create mode 100644 src/ninenote-1.0/public/images/files/ink.png create mode 100644 src/ninenote-1.0/public/images/files/iso.png create mode 100644 src/ninenote-1.0/public/images/files/jar.png create mode 100644 src/ninenote-1.0/public/images/files/java.png create mode 100644 src/ninenote-1.0/public/images/files/jpeg.png create mode 100644 src/ninenote-1.0/public/images/files/jpg.png create mode 100644 src/ninenote-1.0/public/images/files/js.png create mode 100644 src/ninenote-1.0/public/images/files/key.png create mode 100644 src/ninenote-1.0/public/images/files/less.png create mode 100644 src/ninenote-1.0/public/images/files/lnk.png create mode 100644 src/ninenote-1.0/public/images/files/log.png create mode 100644 src/ninenote-1.0/public/images/files/m4b.png create mode 100644 src/ninenote-1.0/public/images/files/m4p.png create mode 100644 src/ninenote-1.0/public/images/files/m4v.png create mode 100644 src/ninenote-1.0/public/images/files/mcd.png create mode 100644 src/ninenote-1.0/public/images/files/mdb.png create mode 100644 src/ninenote-1.0/public/images/files/mid.png create mode 100644 src/ninenote-1.0/public/images/files/mkv.png create mode 100644 src/ninenote-1.0/public/images/files/mov.png create mode 100644 src/ninenote-1.0/public/images/files/mp2.png create mode 100644 src/ninenote-1.0/public/images/files/mp3.png create mode 100644 src/ninenote-1.0/public/images/files/mp4.png create mode 100644 src/ninenote-1.0/public/images/files/mpeg.png create mode 100644 src/ninenote-1.0/public/images/files/mpg.png create mode 100644 src/ninenote-1.0/public/images/files/msi.png create mode 100644 src/ninenote-1.0/public/images/files/net.png create mode 100644 src/ninenote-1.0/public/images/files/odb.png create mode 100644 src/ninenote-1.0/public/images/files/odc.png create mode 100644 src/ninenote-1.0/public/images/files/odf.png create mode 100644 src/ninenote-1.0/public/images/files/odg.png create mode 100644 src/ninenote-1.0/public/images/files/odi.png create mode 100644 src/ninenote-1.0/public/images/files/odm.png create mode 100644 src/ninenote-1.0/public/images/files/odp.png create mode 100644 src/ninenote-1.0/public/images/files/ods.png create mode 100644 src/ninenote-1.0/public/images/files/odt.png create mode 100644 src/ninenote-1.0/public/images/files/ogg.png create mode 100644 src/ninenote-1.0/public/images/files/opt.png create mode 100644 src/ninenote-1.0/public/images/files/otc.png create mode 100644 src/ninenote-1.0/public/images/files/otf.png create mode 100644 src/ninenote-1.0/public/images/files/otg.png create mode 100644 src/ninenote-1.0/public/images/files/oth.png create mode 100644 src/ninenote-1.0/public/images/files/oti.png create mode 100644 src/ninenote-1.0/public/images/files/otp.png create mode 100644 src/ninenote-1.0/public/images/files/ots.png create mode 100644 src/ninenote-1.0/public/images/files/ott.png create mode 100644 src/ninenote-1.0/public/images/files/pcx.png create mode 100644 src/ninenote-1.0/public/images/files/pdb.png create mode 100644 src/ninenote-1.0/public/images/files/pdd.png create mode 100644 src/ninenote-1.0/public/images/files/pdf.png create mode 100644 src/ninenote-1.0/public/images/files/php.png create mode 100644 src/ninenote-1.0/public/images/files/pmg.png create mode 100644 src/ninenote-1.0/public/images/files/png.png create mode 100644 src/ninenote-1.0/public/images/files/pps.png create mode 100644 src/ninenote-1.0/public/images/files/ppt.png create mode 100644 src/ninenote-1.0/public/images/files/pptx.png create mode 100644 src/ninenote-1.0/public/images/files/ps.png create mode 100644 src/ninenote-1.0/public/images/files/psd.png create mode 100644 src/ninenote-1.0/public/images/files/ptb.png create mode 100644 src/ninenote-1.0/public/images/files/ptt.png create mode 100644 src/ninenote-1.0/public/images/files/pub.png create mode 100644 src/ninenote-1.0/public/images/files/py.png create mode 100644 src/ninenote-1.0/public/images/files/qbb.png create mode 100644 src/ninenote-1.0/public/images/files/qbw.png create mode 100644 src/ninenote-1.0/public/images/files/qt.png create mode 100644 src/ninenote-1.0/public/images/files/qxd.png create mode 100644 src/ninenote-1.0/public/images/files/qxp.png create mode 100644 src/ninenote-1.0/public/images/files/ram.png create mode 100644 src/ninenote-1.0/public/images/files/rar.png create mode 100644 src/ninenote-1.0/public/images/files/rax.png create mode 100644 src/ninenote-1.0/public/images/files/rb.png create mode 100644 src/ninenote-1.0/public/images/files/resx.png create mode 100644 src/ninenote-1.0/public/images/files/rm.png create mode 100644 src/ninenote-1.0/public/images/files/rmvb.png create mode 100644 src/ninenote-1.0/public/images/files/rss.png create mode 100644 src/ninenote-1.0/public/images/files/rtf.png create mode 100644 src/ninenote-1.0/public/images/files/rw.png create mode 100644 src/ninenote-1.0/public/images/files/sass.png create mode 100644 src/ninenote-1.0/public/images/files/scss.png create mode 100644 src/ninenote-1.0/public/images/files/sea.png create mode 100644 src/ninenote-1.0/public/images/files/ses.png create mode 100644 src/ninenote-1.0/public/images/files/sit.png create mode 100644 src/ninenote-1.0/public/images/files/sitx.png create mode 100644 src/ninenote-1.0/public/images/files/sln.png create mode 100644 src/ninenote-1.0/public/images/files/sql.png create mode 100644 src/ninenote-1.0/public/images/files/ss.png create mode 100644 src/ninenote-1.0/public/images/files/svg.png create mode 100644 src/ninenote-1.0/public/images/files/swf.png create mode 100644 src/ninenote-1.0/public/images/files/sys.png create mode 100644 src/ninenote-1.0/public/images/files/tga.png create mode 100644 src/ninenote-1.0/public/images/files/tgz.png create mode 100644 src/ninenote-1.0/public/images/files/tif.png create mode 100644 src/ninenote-1.0/public/images/files/tiff.png create mode 100644 src/ninenote-1.0/public/images/files/trt.png create mode 100644 src/ninenote-1.0/public/images/files/ttf.png create mode 100644 src/ninenote-1.0/public/images/files/txt.png create mode 100644 src/ninenote-1.0/public/images/files/vcd.png create mode 100644 src/ninenote-1.0/public/images/files/vob.png create mode 100644 src/ninenote-1.0/public/images/files/wav.png create mode 100644 src/ninenote-1.0/public/images/files/webm.png create mode 100644 src/ninenote-1.0/public/images/files/webp.png create mode 100644 src/ninenote-1.0/public/images/files/wma.png create mode 100644 src/ninenote-1.0/public/images/files/wmv.png create mode 100644 src/ninenote-1.0/public/images/files/wpd.png create mode 100644 src/ninenote-1.0/public/images/files/wps.png create mode 100644 src/ninenote-1.0/public/images/files/xaml.png create mode 100644 src/ninenote-1.0/public/images/files/xar.png create mode 100644 src/ninenote-1.0/public/images/files/xcf.png create mode 100644 src/ninenote-1.0/public/images/files/xhtml.png create mode 100644 src/ninenote-1.0/public/images/files/xls.png create mode 100644 src/ninenote-1.0/public/images/files/xlsx.png create mode 100644 src/ninenote-1.0/public/images/files/xml.png create mode 100644 src/ninenote-1.0/public/images/files/xtm.png create mode 100644 src/ninenote-1.0/public/images/files/yml.png create mode 100644 src/ninenote-1.0/public/images/files/zip.png create mode 100644 src/ninenote-1.0/public/index.php create mode 100644 src/ninenote-1.0/public/styles/css/font.css create mode 100644 src/ninenote-1.0/public/styles/css/style.css create mode 100644 src/ninenote-1.0/public/styles/fonts/ABeeZee-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Acme-Regular-webfont.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/AlfaSlabOne-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Anton-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Baloo-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Bebas-webfont.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/CarterOne-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Chewy-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Courgette-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/FredokaOne-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Grandstander-Black.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Justanotherhand-Regular-webfont.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Lato-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/LexendDeca-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/LuckiestGuy-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Overpass-Black.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/PassionOne-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Peacesans-webfont.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Redressed-webfont.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Righteous-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Roboto-Regular-webfont.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/RubikMonoOne-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/SigmarOne-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Signika-Regular.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Snickles-webfont.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Teko-Bold.ttf create mode 100644 src/ninenote-1.0/public/styles/fonts/Viga-Regular.ttf create mode 100644 src/ninenote-1.0/public/themes/look.png create mode 100644 src/ninenote-1.0/public/themes/look.xcf create mode 100644 src/ninenote-1.0/public/themes/nineblue/info.yml create mode 100644 src/ninenote-1.0/public/themes/nineblue/local.js create mode 100644 src/ninenote-1.0/public/themes/nineblue/look.png create mode 100644 src/ninenote-1.0/public/themes/nineblue/style.css create mode 100644 src/ninenote-1.0/public/themes/ninedark/info.yml create mode 100644 src/ninenote-1.0/public/themes/ninedark/local.js create mode 100644 src/ninenote-1.0/public/themes/ninedark/look.png create mode 100644 src/ninenote-1.0/public/themes/ninedark/style.css create mode 100644 src/ninenote-1.0/public/themes/ninegray/info.yml create mode 100644 src/ninenote-1.0/public/themes/ninegray/local.js create mode 100644 src/ninenote-1.0/public/themes/ninegray/look.png create mode 100644 src/ninenote-1.0/public/themes/ninegray/style.css create mode 100644 src/ninenote-1.0/public/themes/ninegreen/info.yml create mode 100644 src/ninenote-1.0/public/themes/ninegreen/local.js create mode 100644 src/ninenote-1.0/public/themes/ninegreen/look.png create mode 100644 src/ninenote-1.0/public/themes/ninegreen/style.css create mode 100644 src/ninenote-1.0/public/themes/nineorange/info.yml create mode 100644 src/ninenote-1.0/public/themes/nineorange/local.js create mode 100644 src/ninenote-1.0/public/themes/nineorange/look.png create mode 100644 src/ninenote-1.0/public/themes/nineorange/style.css create mode 100644 src/ninenote-1.0/public/themes/ninered/info.yml create mode 100644 src/ninenote-1.0/public/themes/ninered/local.js create mode 100644 src/ninenote-1.0/public/themes/ninered/look.png create mode 100644 src/ninenote-1.0/public/themes/ninered/style.css create mode 100644 src/ninenote-1.0/public/themes/nineyellow/info.yml create mode 100644 src/ninenote-1.0/public/themes/nineyellow/local.js create mode 100644 src/ninenote-1.0/public/themes/nineyellow/look.png create mode 100644 src/ninenote-1.0/public/themes/nineyellow/style.css create mode 100644 src/ninenote-1.0/public/uploads/avatar/admin.jpg create mode 100644 src/ninenote-1.0/public/uploads/avatar/system.jpg create mode 100644 src/ninenote-1.0/public/uploads/logo/logo.png create mode 100644 src/ninenote-1.0/scripts/.env.model create mode 100644 src/ninenote-1.0/scripts/.gitkeep create mode 100755 src/ninenote-1.0/scripts/cron.sh create mode 100755 src/ninenote-1.0/scripts/genkey.sh create mode 100755 src/ninenote-1.0/scripts/mail.sh create mode 100755 src/ninenote-1.0/scripts/perm.sh create mode 100755 src/ninenote-1.0/scripts/reconfigure.sh create mode 100755 src/ninenote-1.0/scripts/websocket.sh create mode 100755 src/ninenote-1.0/scripts/wkhtmltopdf/wkhtmltoimage create mode 100755 src/ninenote-1.0/scripts/wkhtmltopdf/wkhtmltopdf create mode 100644 src/ninenote-1.0/src/Command/AppInitCommand.php create mode 100644 src/ninenote-1.0/src/Command/CronCommand.php create mode 100644 src/ninenote-1.0/src/Command/CronInitCommand.php create mode 100644 src/ninenote-1.0/src/Command/DumpBddCommand.php create mode 100644 src/ninenote-1.0/src/Command/PurgeFileCommand.php create mode 100644 src/ninenote-1.0/src/Command/ScriptCommand.php create mode 100644 src/ninenote-1.0/src/Command/SendMailCommand.php create mode 100644 src/ninenote-1.0/src/Command/SetPasswordCommand.php create mode 100644 src/ninenote-1.0/src/Command/SetRolesCommand.php create mode 100644 src/ninenote-1.0/src/Command/SynchroUsersCommand.php create mode 100644 src/ninenote-1.0/src/Command/WebsocketServerCommand.php create mode 100644 src/ninenote-1.0/src/Controller/.gitignore create mode 100755 src/ninenote-1.0/src/Controller/AssignmentmatterController.php create mode 100755 src/ninenote-1.0/src/Controller/AssignmentteacherController.php create mode 100755 src/ninenote-1.0/src/Controller/ClassroomController.php create mode 100755 src/ninenote-1.0/src/Controller/ConfigController.php create mode 100644 src/ninenote-1.0/src/Controller/CronController.php create mode 100644 src/ninenote-1.0/src/Controller/CropController.php create mode 100755 src/ninenote-1.0/src/Controller/GroupController.php create mode 100755 src/ninenote-1.0/src/Controller/HomeController.php create mode 100755 src/ninenote-1.0/src/Controller/MatterController.php create mode 100755 src/ninenote-1.0/src/Controller/ResponsibleController.php create mode 100755 src/ninenote-1.0/src/Controller/SecurityController.php create mode 100644 src/ninenote-1.0/src/Controller/SondeController.php create mode 100755 src/ninenote-1.0/src/Controller/StudentController.php create mode 100755 src/ninenote-1.0/src/Controller/TeacherController.php create mode 100644 src/ninenote-1.0/src/Controller/ThemeController.php create mode 100755 src/ninenote-1.0/src/Controller/UserController.php create mode 100755 src/ninenote-1.0/src/Controller/UserteacherController.php create mode 100644 src/ninenote-1.0/src/Controller/WebsocketController.php create mode 100755 src/ninenote-1.0/src/Controller/YearController.php create mode 100644 src/ninenote-1.0/src/Entity/.gitignore create mode 100644 src/ninenote-1.0/src/Entity/Assignment.php create mode 100644 src/ninenote-1.0/src/Entity/Assignmentmatter.php create mode 100644 src/ninenote-1.0/src/Entity/Assignmentteacher.php create mode 100644 src/ninenote-1.0/src/Entity/Classroom.php create mode 100644 src/ninenote-1.0/src/Entity/Config.php create mode 100644 src/ninenote-1.0/src/Entity/Control.php create mode 100644 src/ninenote-1.0/src/Entity/Cron.php create mode 100644 src/ninenote-1.0/src/Entity/Group.php create mode 100644 src/ninenote-1.0/src/Entity/Matter.php create mode 100644 src/ninenote-1.0/src/Entity/Period.php create mode 100644 src/ninenote-1.0/src/Entity/Report.php create mode 100644 src/ninenote-1.0/src/Entity/Reportdetail.php create mode 100644 src/ninenote-1.0/src/Entity/Responsible.php create mode 100644 src/ninenote-1.0/src/Entity/Score.php create mode 100644 src/ninenote-1.0/src/Entity/Script.php create mode 100644 src/ninenote-1.0/src/Entity/Student.php create mode 100644 src/ninenote-1.0/src/Entity/Teacher.php create mode 100644 src/ninenote-1.0/src/Entity/User.php create mode 100644 src/ninenote-1.0/src/Entity/Year.php create mode 100644 src/ninenote-1.0/src/Form/AssignmentmatterType.php create mode 100644 src/ninenote-1.0/src/Form/AssignmentteacherType.php create mode 100644 src/ninenote-1.0/src/Form/ClassroomType.php create mode 100644 src/ninenote-1.0/src/Form/ConfigType.php create mode 100644 src/ninenote-1.0/src/Form/CronType.php create mode 100644 src/ninenote-1.0/src/Form/GroupType.php create mode 100644 src/ninenote-1.0/src/Form/MatterType.php create mode 100644 src/ninenote-1.0/src/Form/ResponsibleType.php create mode 100644 src/ninenote-1.0/src/Form/StudentType.php create mode 100644 src/ninenote-1.0/src/Form/TeacherType.php create mode 100644 src/ninenote-1.0/src/Form/UserType.php create mode 100644 src/ninenote-1.0/src/Form/YearType.php create mode 100644 src/ninenote-1.0/src/Kernel.php create mode 100644 src/ninenote-1.0/src/Migrations/.gitignore create mode 100644 src/ninenote-1.0/src/Repository/AssignmentRepository.php create mode 100644 src/ninenote-1.0/src/Repository/AssignmentmatterRepository.php create mode 100644 src/ninenote-1.0/src/Repository/AssignmentteacherRepository.php create mode 100644 src/ninenote-1.0/src/Repository/ClassroomRepository.php create mode 100644 src/ninenote-1.0/src/Repository/ConfigRepository.php create mode 100644 src/ninenote-1.0/src/Repository/ControlRepository.php create mode 100644 src/ninenote-1.0/src/Repository/CronRepository.php create mode 100644 src/ninenote-1.0/src/Repository/GroupRepository.php create mode 100644 src/ninenote-1.0/src/Repository/MatterRepository.php create mode 100644 src/ninenote-1.0/src/Repository/PeriodRepository.php create mode 100644 src/ninenote-1.0/src/Repository/ReportRepository.php create mode 100644 src/ninenote-1.0/src/Repository/ReportdetailRepository.php create mode 100644 src/ninenote-1.0/src/Repository/ResponsibleRepository.php create mode 100644 src/ninenote-1.0/src/Repository/ScoreRepository.php create mode 100644 src/ninenote-1.0/src/Repository/ScriptRepository.php create mode 100644 src/ninenote-1.0/src/Repository/StudentRepository.php create mode 100644 src/ninenote-1.0/src/Repository/TeacherRepository.php create mode 100644 src/ninenote-1.0/src/Repository/UserRepository.php create mode 100644 src/ninenote-1.0/src/Repository/YearRepository.php create mode 100644 src/ninenote-1.0/src/Service/ldapService.php create mode 100644 src/ninenote-1.0/src/Service/mailService.php create mode 100644 src/ninenote-1.0/src/Service/passwordEncoder.php create mode 100644 src/ninenote-1.0/src/Service/sessionInit.php create mode 100644 src/ninenote-1.0/src/Service/uploadListener.php create mode 100644 src/ninenote-1.0/src/Service/uploadSamename.php create mode 100644 src/ninenote-1.0/src/Twig/AppExtension.php create mode 100644 src/ninenote-1.0/src/Websocket/MessageHandler.php create mode 100644 src/ninenote-1.0/symfony.lock create mode 100755 src/ninenote-1.0/templates/Assignmentmatter/edit.html.twig create mode 100644 src/ninenote-1.0/templates/Assignmentmatter/list.html.twig create mode 100755 src/ninenote-1.0/templates/Assignmentteacher/edit.html.twig create mode 100644 src/ninenote-1.0/templates/Assignmentteacher/list.html.twig create mode 100755 src/ninenote-1.0/templates/Classroom/edit.html.twig create mode 100644 src/ninenote-1.0/templates/Classroom/list.html.twig create mode 100644 src/ninenote-1.0/templates/Classroom/student.html.twig create mode 100755 src/ninenote-1.0/templates/Config/edit.html.twig create mode 100644 src/ninenote-1.0/templates/Config/list.html.twig create mode 100644 src/ninenote-1.0/templates/Config/logo.html.twig create mode 100644 src/ninenote-1.0/templates/Config/render.html.twig create mode 100644 src/ninenote-1.0/templates/Cron/edit.html.twig create mode 100644 src/ninenote-1.0/templates/Cron/list.html.twig create mode 100644 src/ninenote-1.0/templates/Cron/logs.html.twig create mode 100644 src/ninenote-1.0/templates/Crop/crop01.html.twig create mode 100644 src/ninenote-1.0/templates/Crop/crop02.html.twig create mode 100644 src/ninenote-1.0/templates/Form/fields.html.twig create mode 100755 src/ninenote-1.0/templates/Group/edit.html.twig create mode 100644 src/ninenote-1.0/templates/Group/list.html.twig create mode 100644 src/ninenote-1.0/templates/Home/admin.html.twig create mode 100644 src/ninenote-1.0/templates/Home/casdebug.html.twig create mode 100644 src/ninenote-1.0/templates/Home/home.html.twig create mode 100755 src/ninenote-1.0/templates/Home/login.html.twig create mode 100644 src/ninenote-1.0/templates/Home/mail.html.twig create mode 100644 src/ninenote-1.0/templates/Include/javascript.js.twig create mode 100644 src/ninenote-1.0/templates/Include/sidebar.html.twig create mode 100644 src/ninenote-1.0/templates/Include/style.css.twig create mode 100755 src/ninenote-1.0/templates/Matter/edit.html.twig create mode 100644 src/ninenote-1.0/templates/Matter/list.html.twig create mode 100755 src/ninenote-1.0/templates/Responsible/edit.html.twig create mode 100644 src/ninenote-1.0/templates/Responsible/list.html.twig create mode 100644 src/ninenote-1.0/templates/Sonde/sonde.html.twig create mode 100755 src/ninenote-1.0/templates/Student/edit.html.twig create mode 100644 src/ninenote-1.0/templates/Student/list.html.twig create mode 100755 src/ninenote-1.0/templates/Teacher/edit.html.twig create mode 100644 src/ninenote-1.0/templates/Teacher/list.html.twig create mode 100644 src/ninenote-1.0/templates/Theme/list.html.twig create mode 100755 src/ninenote-1.0/templates/User/edit.html.twig create mode 100644 src/ninenote-1.0/templates/User/list.html.twig create mode 100644 src/ninenote-1.0/templates/Userteacher/classroom.html.twig create mode 100644 src/ninenote-1.0/templates/Userteacher/classrooms.html.twig create mode 100644 src/ninenote-1.0/templates/Websocket/sample.html.twig create mode 100755 src/ninenote-1.0/templates/Year/edit.html.twig create mode 100644 src/ninenote-1.0/templates/Year/list.html.twig create mode 100644 src/ninenote-1.0/templates/base.html.twig create mode 100644 src/ninenote-1.0/tests/bootstrap.php create mode 100644 src/ninenote-1.0/translations/.gitignore create mode 100644 src/ninenote-1.0/webpack.config.js create mode 100644 src/ninenote-1.0/yarn.lock create mode 100644 sso/filtres/ninenote.ini create mode 100644 sso/filtres/ninenote_apps.ini create mode 100644 tmpl/ninenote-apache.conf create mode 100644 tmpl/ninenote-db.yml create mode 100755 tmpl/ninenote-env.local create mode 100644 tmpl/ninenote.cron create mode 100644 tmpl/ninenote.service diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..eb8d2ff --- /dev/null +++ b/Makefile @@ -0,0 +1,26 @@ +################################ +# Makefile +################################ + +SOURCE=ninenote +VERSION=1.0 +EOLE_VERSION=2.7 +EOLE_RELEASE=2.7.1 +PKGAPPS=web + +################################ +# Début de zone à ne pas éditer +################################ + +include eole.mk +include apps.mk + +################################ +# Fin de zone à ne pas éditer +################################ + +# Makefile rules dedicated to application +# if exists +ifneq (, $(strip $(wildcard $(SOURCE).mk))) +include $(SOURCE).mk +endif diff --git a/README.md b/README.md new file mode 100644 index 0000000..f3a476e --- /dev/null +++ b/README.md @@ -0,0 +1,231 @@ +# Renommer le squelette +## Dupliquer nineskeletor et renommer en nineXXXX +Puis effectuer les changement suivants +- Renommer db/nineskeletor-create-0.sql en db/nineXXXX-create-0.sql +- Modifier db/nineXXXX-create-0.sql et changer le nom de la base de données en nineXXXX +- Renommer dicos/90_nineskeletor.xml en dicos/90_nineXXXX.xml +- Modifier dicos/nineXXXX-nineXXXX.xml et remplacer tout les nineskeletor en nineXXXX +- Renommer logrotate/nineskeletor en logrotate/nineXXXX +- Modifier logrotate/nineXXXX et remplacer tout les nineskeletor en nineXXXX +- Renommer postservice/90-nineskeletor en postservice/90-nineXXXX +- Modifier postservice/90-nineXXXX et remplacer tout les nineskeletor en nineXXXX +- Renommer pretemplate/25-nineskeletor en pretemplate/25-nineXXXX +- Modifier pretemplate/25-nineXXXX et remplacer tout les nineskeletor en nineXXXX +- Renommer src/nineskeletor-1.0 en src/nineXXXX-1.0 +- Modifier src/nineXXXX-1.0/webpack.config.js et remplacer tout les nineskeletor en nineXXXX +- Renommer sso/filtres/nineskeletor.ini en sso/filtres/nineXXXX.ini +- Renommer sso/filtres/nineskeletor_apps.ini en sso/filtres/nineXXXX_apps.ini +- Modifier sso/filtres/nineXXXX_apps.ini et remplacer tout les nineskeletor en nineXXXX +- Renommer tmpl/nineskeletor.cron en tmpl/nineXXXX.cron +- Modifier tmpl/nineXXXX.cron et remplacer tout les nineskeletor en nineXXXX +- Renommer tmpl/nineskeletor-apache.conf en tmpl/nineXXXX-apache.conf +- Modifier tmpl/nineXXXX-apache.conf et remplacer tout les nineskeletor en nineXXXX +- Renommer tmpl/nineskeletor-db.yml en tmpl/nineXXXX-db.yml +- Modifier tmpl/nineXXXX-db.yml et remplacer tout les nineskeletor en nineXXXX +- Renommer tmpl/nineskeletor-env.local en tmpl/nineXXXX-env.local +- Modifier tmpl/nineXXXX-env.local et remplacer tout les nineskeletor en nineXXXX +- Renommer tmpl/nineskeletor-proxy.sh en tmpl/nineXXXX-proxy.sh +- Modifier Makefile et remplacer tout les nineskeletor en nineXXXX +- Remplacer logo public/uploads/logo/logo.png + +## Compilier les asset +- apt-get install npm +- si proxy +- npm config set proxy "http://monproxyurl:monproxyport" +- npm config set https-proxy "http://monproxyurl:monproxyport" +- npm install -g yarn +- yarn install +- yarn encore dev +- yarn encore prod + +# Description du squelette + +## Bundle +- DebugBundle +- DoctrineBundle +- DoctrineMigrationsBundle +- FOSCKEditorBundle +- FOSRestBundle +- FrameworkBundle +- KnpSnappyBundle +- MakerBundle +- MonologBundle +- NelmioApiDocBundle +- OneupUploaderBundle +- SecurityBundle +- SensioFrameworkExtraBundle +- SwiftmailerBundle +- TetranzSelect2EntityBundle +- TwigBundle +- TwigExtraBundle +- WebProfilerBundle +- WebpackEncoreBundle +- ramsey/uuid +- cboden/ratchet + + + +## Asset + +### Tag app +- jQuery = https://www.npmjs.com/package/jquery +- jqueryui = https://www.npmjs.com/package/jqueryui +- bootstrap = https://www.npmjs.com/package/bootstrap +- timepicki = https://www.npmjs.com/package/timepicki +- datatables.net-bs4 = https://www.npmjs.com/package/datatables.net-bs4 +- fontawsome-free = https://www.npmjs.com/package/@fortawesome/fontawesome-free +- bs-stepper = https://www.npmjs.com/package/bs-stepper +- masonry-layout = https://www.npmjs.com/package/masonry-layout +- react-slick = https://www.npmjs.com/package/react-slick +- image-loaded = https://www.npmjs.com/package/image-loaded +- moment = https://www.npmjs.com/package/moment +- select2 = https://www.npmjs.com/package/select2 +- crop-select-js = https://www.npmjs.com/package/crop-select-js +- spectrum-colorpicker2 = https://www.npmjs.com/package/spectrum-colorpicker2 + + + +### Tag fullcalendar +- @fullcalendar/core = https://www.npmjs.com/package/@fullcalendar/core +- @fullcalendar/interaction = https://www.npmjs.com/package/@fullcalendar/interaction +- @fullcalendar/daygrid = https://www.npmjs.com/package/@fullcalendar/daygrid + +### Tag dropzone +- dropzone = https://www.npmjs.com/package/dropzone + + + +## Parameters + +Provient du template env.local +- appEnv = PROD +- appSecret = valeur du fichier .key autogénéré au premier reconfigure +- appWeburl = Valeur du dicos web_url +- appAuth = Valeur du dicos = CAS / SQL +- appAlias = En dur l'alias web +- appName = Nom de l'application +- appCron = En dur à true pour activer le système de cron +- appMasteridentity = Valeur du dicos = Ninegate / LDAP / SQL +- appMasterurl = Si appMasteridentity la valeur du dicos correspondant à l'url du Ninegate maître +- appMasterkey = Si appMasteridentity la valeur du dicos correspondant à la clé d'API du Ninegate maître +- databaseName = En dur le nom de la base +- databaseUser = En dur le user de la base +- databasePassword = Autogénéré par le reconfigure +- databaseHost = Valeur du dicos pour le host de la base +- appMailmethod = Valeur du dicos soit sendmail soit smtp. sendmail par défaut si exim est activé sur le serveur +- appMailurl = Si smtp url calculé combinant smtphost smtpport smtpencryption smtpauthmode smtpuser smtppwd +- appMailnoreply = Valeur du dicos du noreplay +- ldapModel = si masteridentity à LDAP soit open soit scribe +- ldapHost = Valeur dicos Host LDAP +- ldapPort = Valeur dicos Port LDAP +- ldapUser = Valeur dicos User LDAP +- ldapPassword = Valeur dicos Password LDAP +- ldapBasedn = Valeur dicos Basedn LDAP +- ldapUsername = si Scribe en dur sinon valeur du dicos champs annuaire utilisé comme username +- ldapFirstname = si Scribe en dur sinon valeur du dicos champs annuaire utilisé comme firstname +- ldapLastname = si Scribe en dur sinon valeur du dicos champs annuaire utilisé comme lastname +- ldapEmail = si Scribe en dur sinon valeur du dicos champs annuaire utilisé comme email +- ldapFiltergroup = si Scribe en dur sinon valeur du dicos filtre ldap de recherche des groupes +- ldapFilteruser = si Scribe en dur sinon valeur du dicos filtre ldap des groupes +- ldapAdmins = Liste des admins obligatoire = Admin + valeur dicos +- casHost = Valeur dicos du host SSO +- casPort = Valeur dicos du Porst SSO +- casPath = Valeur dicos du Path SSO +- casUsername = Valeur en dur correspondant au filtre sso du username +- casEmail = Valeur en dur correspondant au filtre sso du email +- casLastname = Valeur en dur correspondant au filtre sso du lastname +- casFirstname = Valeur en dur correspondant au filtre sso du fistname +- proxyUse = Valeur dicos utiliser oui/non un proxy +- proxyHost = Si oui valeurs du dicos du host proxy +- proxyPort = Si oui valeurs du dicos du post proxy +- sondeUse = Valeur dicos utiliser oui/non une sonde statistique +- sondeUrl = Si oui url de la sonde statistique + +## Sécurité + +4 rôles possibles +- ROLE_ADMIN +- ROLE_MODO +- ROLE_MASTER +- ROLE_USER + +4 routes protégés +- /user = accèssible à ROLE_USER / ROLE_MASTER / ROLE_MODO / ROLE_ADMIN +- /master = accèssible à ROLE_MASTER / ROLE_MODO / ROLE_ADMIN +- /modo = = accèssible à ROLE_MODO / ROLE_ADMIN +- /admin = = accèssible à ROLE_ADMIN + +## Job + +Nineskeletor intègre un système de job. +Ce système va exécuter des commandes symfony à interval régulier. +De base les jobs suivants sont livrés : +- app:sendMail = toutes les minutes = Execution du spool de mail en attente +- app:dumpBdd = toutes les nuits à 2h00 = Dump de la base +- app:purgeFile = toutes les nuits à 3h00 = Suppresion des fichiers obsolètes +- app:synchroUsers = toutes les nuites à 3h00 = Synchronisation des comptes utilisateurs soit via LDAP soit via Ninegate + +Pour ajouter un job à la listes, modifier la commande app:initCron qui sera exécutée à chaque reconfigure + +## Service + +- app.password.encoder = encodage password sur la methode que l'annuaire +- app.upload.listener = action à réaliser sur upload via oneupload +- app.upload.samename = permet d'uploader un fichier et préserver le nom de fichier via oneupload +- app.ldap.service = fonction ldap +- app.sendmail.transport = executuion du spool de mail via sendmail +- app.mail.service = fonction envoit de mail +- app.twig.extension = extention twig + + +## Twig + +### Twig Constantes + +Variables globales twig reprises des parametres symfony +- appAlias +- appAuth +- appName +- appCron +- appMasteridentity +- sondeUse +- sondeUrl + +### Twig Extention + +App\Twig\AppExtension +- filtre = urlAvatar à placer avec user.avatar afin de définir l'url complète de l'avatar du user + +### Twig Template de base + +#### templates/base.html.twig + +Deux paramétres non obligatoire +- useheader = permet d'afficher ou non la bannière dans la page = false par défaut +- usesidebar = permet d'afficher oun non la sidebar dans la page = false par défaut +- usemonocolor = afin de placer uniquement la couleur dark sur la page +Block +- block encorelinktags = pour déclarer des encore_link_tags spécifique à la page (encorelinktags app est intégré de base) +- block localstyle = pour déclarer des propriétés css spécifique à page (Include/style.css.twig est intégré de base) +- block body = le corps de la page +- block encorescripttags pour déclarer des encore_script_tags spécifique à la page (encorescripttags app est intégré de base) +- block localjavascript = pour déclarer du js spécifique à la page (Include/javascript.js.twig est intégré de base) + +#### templates/Include/style.css.twig + +Style de l'applicaiton en surcouche de bootstrap + +#### templates/Include/sidebar.html.twig + +La sidebar de l'application quand elle est affichée + +#### templates/Include/javascript.js.twig + +Librairie js de l'application + +- object a et button s'ils ont un attribut data-method et data_confirm proposeront une confirmation à l'utilisateur avant de poursuivre l'action +- ModalLoad(idmodal,titre,url) = permet d'afficher en modal l'url indiqué en parametre. Par défaut on dispose de la modal #mymodal + +#### templates/Form/fields.htms.twig + +Mise en forme de champs de formulaire \ No newline at end of file diff --git a/apps.mk b/apps.mk new file mode 100644 index 0000000..1efe7df --- /dev/null +++ b/apps.mk @@ -0,0 +1,64 @@ +# +# NE PAS EDITER CE FICHIER +# +# Voir Makefile + + +########################## +# Application web envole # +########################## +ifneq (, $(filter oui web, $(PKGAPPS))) +# +# Sanity check +# +ifeq (, $(filter-out X.X, $(strip $(VERSION)))) +$(error $$(VERSION) variable has incorrect value '$(VERSION)') +endif + +# Where to store web application files +WEB_PATH := $(DESTDIR)/var/www/html + +# Envole +sharenvole_PROG_DIR := $(DESTDIR)/usr/share/envole/$(SOURCE) + +src_$(SOURCE)-$(VERSION)_REC_DIR := $(WEB_PATH)/$(SOURCE) +src_plugins-$(VERSION)_REC_DIR := $(WEB_PATH)/$(SOURCE)/plugin +src_lang-$(VERSION)_REC_DIR := $(WEB_PATH)/$(SOURCE)/lang + +endif + +########################## +# Application EOLE flask # +########################## +ifneq (, $(filter flask, $(PKGAPPS))) +# +# Sanity check +# +ifeq (, $(filter-out XXX, $(strip $(FLASK_MODULE)))) +$(error $$(FLASK_MODULE) variable has incorrect value '$(FLASK_MODULE)') +endif + +ifeq (, $(strip $(wildcard src/$(FLASK_MODULE).conf))) +$(error missing eoleflask configuration file 'src/$(FLASK_MODULE).conf') +endif + +# Everything is related to mount point +APPS_MOUNT_POINT := $(shell sed -ne 's|^"MOUNT_POINT"[[:space:]]*:[[:space:]]*"/\([^"]*\)",|\1|p' \ + src/$(FLASK_MODULE).conf) + +ifeq (, $(strip $(APPS_MOUNT_POINT))) +$(error no "MOUNT_POINT" in eoleflask configuration file 'src/$(FLASK_MODULE).conf') +endif + +# eole-flask configuration +src_DATA_DIR := $(DESTDIR)/etc/eole/flask/available + +# Where to store flask application files +FLASK_PATH := $(eole_DIR)/flask/$(APPS_MOUNT_POINT) + +# static files +src_$(FLASK_MODULE)_static_REC_DIR := $(FLASK_PATH)/static +src_$(FLASK_MODULE)_templates_REC_DIR := $(FLASK_PATH)/templates +src_$(FLASK_MODULE)_instance_REC_DIR := $(FLASK_PATH)/resources + +endif diff --git a/db/gen/ninenote-create-0.sql b/db/gen/ninenote-create-0.sql new file mode 100644 index 0000000..8f606a4 --- /dev/null +++ b/db/gen/ninenote-create-0.sql @@ -0,0 +1,5 @@ + + +SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; +CREATE DATABASE ninenote DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; + diff --git a/dicos/90_ninenote.xml b/dicos/90_ninenote.xml new file mode 100644 index 0000000..04ac272 --- /dev/null +++ b/dicos/90_ninenote.xml @@ -0,0 +1,222 @@ + + + + + + + + + + + + ninenote + wssninenote + + + + + + + + + + + + + + + + oui + + + CAS + Ninegate + /ninegate + APIKeyNinegate + + + + scribe + (&(ObjectClass=posixGroup)(cn=*)) + (&(ObjectClass=person)(uid=*)) + uid + givenname + sn + mail + + + + + oui + + + + + + + + + + + + + + + + + + + + Paramètres associés à l'Annuaire + Paramètres associés aux Mails + Paramètres associés à la Base de Données + + + + + + + non + ninenote + ninenote + + + + + non + + ninenote_masteridentity + ninenote_urlidentity + ninenote_apikeyidentity + + ninenote_mode_auth + ninenote_ldaptemplate + + ninenote_noreply + ninenote_activer_localmail + ninenote_smtphost + ninenote_smtpport + ninenote_smtpuser + ninenote_smtppwd + ninenote_smtpencryption + ninenote_smtpauthmode + + ninenote_db_mode + ninenote_dbserver + ninenote_dbport + ninenote_allow_hosts + ninenote_dbuser + ninenote_dbpass + + ninenote + ninenote + + + + + + oui + + ninegate_test_ninegate + Ninegate + LDAP + LDAP + + + + + + LDAP + + ninenote_urlidentity + ninenote_apikeyidentity + + + + Ninegate + + ninenote_ldaptemplate + + + + + + scribe + + ninenote_ldapfiltergroup + ninenote_ldapfilteruser + ninenote_ldapuid + ninenote_ldapfirstname + ninenote_ldaplastname + ninenote_ldapmail + + + + + + noreply@ + domaine_messagerie_etab + + + + oui + + ninenote_smtphost + ninenote_smtpport + ninenote_smtpuser + ninenote_smtppwd + ninenote_smtpencryption + ninenote_smtpauthmode + + + + + + local + ninenote_dbserver + ninenote_dbuser + ninenote_dbport + ninenote_dbpass + + + default + ninenote_dbserver + ninenote_dbuser + ninenote_dbport + ninenote_dbpass + ninenote_allow_hosts + + + + + + ['LDAP','Ninegate'] + + + + ['CAS', 'LDAP', 'SQL'] + + + + ['scribe','open'] + + + + ['tls', 'ssl', 'null'] + + + ['plain', 'login', 'cram-md5', 'null'] + + + + ['default', 'externe', 'local'] + + + + + + Skelete application Nine + + diff --git a/eole.mk b/eole.mk new file mode 100644 index 0000000..9730365 --- /dev/null +++ b/eole.mk @@ -0,0 +1,231 @@ +# +# NE PAS EDITER CE FICHIER +# +# Utiliser .mk à inclure à la fin de Makefile + +################# +# Sanity checks # +################# + +ifeq (, $(DESTDIR)) +$(warning $$(DESTDIR) is empty, installation will be done in /) +endif + +ifeq (, $(filter-out XXX-XXX, $(strip $(SOURCE)))) +$(error $$(SOURCE) variable has incorrect value '$(SOURCE)') +endif + +ifeq (, $(filter-out 2.X, $(strip $(EOLE_VERSION)))) +$(error $$(EOLE_VERSION) variable has incorrect value '$(EOLE_VERSION)') +endif + +ifeq (, $(filter-out 2.X.Y, $(strip $(EOLE_RELEASE)))) +$(error $$(EOLE_RELEASE) variable has incorrect value '$(EOLE_RELEASE)') +endif + +######################### +# Variables definitions # +######################### + +INSTALL := install +INSTALL_DATA := install -m 644 +INSTALL_PROGRAM := install -m 755 +INSTALL_DIRECTORY := install -m 755 -d +INSTALL_RECURSIVE := cp -dr --no-preserve=ownership + +# Standard path +bin_PROG_DIR := $(DESTDIR)/usr/bin +sbin_PROG_DIR := $(DESTDIR)/usr/sbin +man8_DATA_DIR := $(DESTDIR)/usr/share/man/fr.UTF-8/man8 + +# Base +eole_DIR := $(DESTDIR)/usr/share/eole + +ifeq ($(strip $(EOLE_VERSION)), 2.3) +diagnose_PROG_DIR := $(eole_DIR)/diagnose/module +else +diagnose_PROG_DIR := $(eole_DIR)/diagnose/ +endif + +# Creole +creole_DIR := $(eole_DIR)/creole +dicos_DATA_DIR := $(creole_DIR)/dicos +tmpl_DATA_DIR := $(creole_DIR)/distrib +preservice_PROG_DIR := $(eole_DIR)/preservice +pretemplate_PROG_DIR := $(eole_DIR)/pretemplate +posttemplate_PROG_DIR := $(eole_DIR)/posttemplate +postservice_PROG_DIR := $(eole_DIR)/postservice +ifeq ($(strip $(EOLE_VERSION)), 2.3) +firewall_DATA_DIR := $(eole_DIR)/firewall +endif +bacula_restore_DATA_DIR := $(eole_DIR)/bacula/restore +bareos_restore_DATA_DIR := $(eole_DIR)/bareos/restore +bacula_fichier_DATA_DIR := $(DESTDIR)/etc/bacula/baculafichiers.d +bareos_fichier_DATA_DIR := $(DESTDIR)/etc/bareos/bareosfichiers.d +ifeq ($(strip $(EOLE_VERSION)), 2.3) +schedule_pre_PROG_DIR := $(eole_DIR)/schedule/pre +schedule_post_PROG_DIR := $(eole_DIR)/schedule/post +else +schedule_scripts_PROG_DIR := $(eole_DIR)/schedule/scripts +endif +extra_REC_DIR := $(creole_DIR)/extra + +# Zéphir +zephir_DATA_DIR := $(DESTDIR)/usr/share/zephir +zephir_configs_DATA_DIR := $(zephir_DATA_DIR)/monitor/configs +zephir_srv_DATA_DIR := $(zephir_configs_DATA_DIR)/services +zephir_scripts_PROG_DIR := $(zephir_DATA_DIR)/scripts + +# SSO +sso_DATA_DIR := $(DESTDIR)/usr/share/sso +sso_filtres_DATA_DIR := $(sso_DATA_DIR)/app_filters +sso_user-info_DATA_DIR := $(sso_DATA_DIR)/user_infos + +# EAD +ead_DATA_DIR := $(DESTDIR)/usr/share/ead2/backend/config +ead_actions_DATA_DIR := $(ead_DATA_DIR)/actions +ead_perms_DATA_DIR := $(ead_DATA_DIR)/perms +ead_roles_DATA_DIR := $(ead_DATA_DIR)/roles + +# Program libraries goes under /usr/lib// +lib_$(SOURCE)_DATA_DIR := $(DESTDIR)/usr/lib/$(SOURCE) + +# Scripts Eole +scripts_PROG_DIR := $(eole_DIR)/sbin +lib_eole_DATA_DIR := $(DESTDIR)/usr/lib/eole + +# LDAP +ldap_passwords_DATA_DIR := $(eole_DIR)/annuaire/password_files + +# LXC +lxc_DATA_DIR := $(eole_DIR)/lxc +lxc_fstab_DATA_DIR := $(lxc_DATA_DIR)/fstab +lxc_hosts_DATA_DIR := $(lxc_DATA_DIR)/hosts + +# SQL +sql_DATA_DIR := $(eole_DIR)/mysql/$(SOURCE) +sql_gen_DATA_DIR := $(sql_DATA_DIR)/gen +sql_updates_DATA_DIR := $(sql_DATA_DIR)/updates + +sql_conf_gen_DATA_DIR := $(eole_DIR)/applications/gen +sql_conf_passwords_DATA_DIR := $(eole_DIR)/applications/passwords +sql_conf_updates_DATA_DIR := $(eole_DIR)/applications/updates/$(SOURCE) + +# EoleDB sql directory +db_DIR := $(eole_DIR)/db +db_gen_DATA_DIR := $(eole_DIR)/db/$(SOURCE)/gen +db_updates_DATA_DIR := $(eole_DIR)/db/$(SOURCE)/updates + +# Certifs +certs_DATA_DIR := $(eole_DIR)/certs + +# Logrotate +logrotate_DATA_DIR := $(DESTDIR)/etc/logrotate.d + +# Cron +cron_PROG_DIR := $(DESTDIR)/etc/cron.daily + +# Python modules +ifneq ($(DESTDIR),) +PYTHON_OPTS := --root $(DESTDIR) +endif + +# Translation +TRANSLATION_SRC := translation +TRANSLATION_DEST := $(DESTDIR)/usr/share/locale +PO_FILES = $(wildcard $(TRANSLATION_SRC)/*/*.po) +MO_FOLDERS = $(addprefix $(TRANSLATION_DEST), $(addsuffix LC_MESSAGES,$(subst $(TRANSLATION_SRC),,$(dir $(PO_FILES))))) + +############################################# +# Common directories and files installation # +############################################# + +all: + +$(MO_FOLDERS): + $(INSTALL_DIRECTORY) $@ + +$(PO_FILES): $(MO_FOLDERS) + msgfmt -o $(TRANSLATION_DEST)$(subst $(TRANSLATION_SRC),,$(addsuffix LC_MESSAGES,$(dir $@)))/$(notdir $(@:.po=.mo)) $@ + +install-lang: $(PO_FILES) + +install:: install-dirs install-files install-lang + +# $1 = command to run +# $2 = source directory +# $3 = destination directory +define fc_install_file + if [ -d $2 ]; then \ + for file in `ls -1 $2/`; do \ + $1 $2/$$file $3 || true; \ + done; \ + fi +endef + +## +## Directory creation +## + +# use % to catch local name in $* +# data, program and recursive directory require a corresponding +# directory in local sources +%_DATA_DIR %_PROG_DIR %REC_DIR: + test ! -d $(subst _,/,$*) || $(INSTALL_DIRECTORY) $($@) + +# Create the directory referenced by the variable without a local one. +%_DIR: + @: # do nothing + +## +## Install files present directly under data, program and recursive directories +## + +# $* : name of variable +# $($*): value of variable +%-instdata: + $(call fc_install_file, $(INSTALL_DATA), $(subst _,/,$(subst _DATA_DIR,,$*)), $($*)) + +%-instprog: + $(call fc_install_file, $(INSTALL_PROGRAM), $(subst _,/,$(subst _PROG_DIR,,$*)), $($*)) + +%-instrec: + $(call fc_install_file, $(INSTALL_RECURSIVE), $(subst _,/,$(subst _REC_DIR,,$*)), $($*)) + + +# Use second expansion as variables may be created in included +# Makefiles +.SECONDEXPANSION: + +# List of all directories +installdirs_LIST = $(foreach V, $(filter %_DIR, $(.VARIABLES)), \ + $(if $(filter file, $(origin $(V))), \ + $(V))) +# List of data directories +installdata_LIST = $(filter %_DATA_DIR, $(installdirs_LIST)) +# List of program directories +installprog_LIST = $(filter %_PROG_DIR, $(installdirs_LIST)) +# List of recursive directories +installrec_LIST = $(filter %_REC_DIR, $(installdirs_LIST)) + +# Expand directories to create as dependency +# Use double-colon to permit user to define additionnal install-dirs +install-dirs:: $$(installdirs_LIST) + +# Expand files to install as dependency +# Use double-colon to permit user to define additionnal install-files +install-files:: install-data-files install-prog-files install-rec-dirs + +install-data-files: $$(patsubst %,%-instdata,$$(installdata_LIST)) + +install-prog-files: $$(patsubst %,%-instprog,$$(installprog_LIST)) + +install-rec-dirs: $$(patsubst %,%-instrec,$$(installrec_LIST)) + +# Installation of python modules +ifeq ($(shell test -f setup.py && echo 0), 0) +install-files:: + python setup.py install --no-compile --install-layout=deb $(PYTHON_OPTS) +endif + +.PHONY: install install-dirs install-files install-data-files install-prog-files install-rec-dirs diff --git a/logrotate/ninenote b/logrotate/ninenote new file mode 100644 index 0000000..dfefdbb --- /dev/null +++ b/logrotate/ninenote @@ -0,0 +1,13 @@ +/var/www/html/ninenote/var/log/*.log { + su root www-data + daily + rotate 7 + size 900 + maxage 7 + compress + dateext + dateformat -%Y%m%d + missingok + create 644 www-data www-data +} + diff --git a/postservice/90-ninenote b/postservice/90-ninenote new file mode 100755 index 0000000..000113b --- /dev/null +++ b/postservice/90-ninenote @@ -0,0 +1,2 @@ +#!/bin/bash +CreoleRun "/var/www/html/ninenote/scripts/reconfigure.sh" web \ No newline at end of file diff --git a/pretemplate/25-ninenote b/pretemplate/25-ninenote new file mode 100755 index 0000000..43e65a4 --- /dev/null +++ b/pretemplate/25-ninenote @@ -0,0 +1,3 @@ +#!/bin/bash +CreoleRun "/var/www/html/ninenote/scripts/genkey.sh" web +exit 0 \ No newline at end of file diff --git a/src/ninenote-1.0/.env b/src/ninenote-1.0/.env new file mode 100644 index 0000000..fbeb75c --- /dev/null +++ b/src/ninenote-1.0/.env @@ -0,0 +1,69 @@ +# Symfony +APP_ENV=PROD +APP_SECRET=changemeinenvlocal +#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 +#TRUSTED_HOSTS='^(localhost|example\.com)$' + + +# Basic +APP_WEBURL= +APP_MASTERIDENTITY=SQL +APP_AUTH=SQL +APP_ALIAS= +APP_NAME= +APP_CRON=1 +APP_MASTERURL= +APP_MASTERKEY= + +# BDD +DATABASE_NAME= +DATABASE_USER= +DATABASE_PASSWORD= +DATABASE_HOST= + + +# MAIL sendmail / smtp +MAILER_METHOD=sendmail +MAILER_URL= +MAILER_NOREPLY=noreply@noreply.fr + + +# LDAP +LDAP_MODEL=open +LDAP_HOST= +LDAP_PORT= +LDAP_USER= +LDAP_PASSWORD= +LDAP_BASEDN= +LDAP_USERNAME=uid +LDAP_FIRSTNAME=givenname +LDAP_LASTNAME=sn +LDAP_EMAIL=mail +LDAP_ADMINS='["admin"]' + + +# If APP_AUTH = CAS +CAS_HOST= +CAS_PORT= +CAS_PATH= +CAS_USERNAME=username +CAS_EMAIL=email +CAS_LASTNAME=lastname +CAS_FIRSTNAME=firstname + + +# WEBSOCKET +WSS_USE=0 +WSS_PORT=5546 + + +# Proxy +PROXY_USE=0 +PROXY_HOST= +PROXY_PORT= + + +# Sonde statistic +SONDE_USE=0 +SONDE_URL= + diff --git a/src/ninenote-1.0/.env.test b/src/ninenote-1.0/.env.test new file mode 100644 index 0000000..d048686 --- /dev/null +++ b/src/ninenote-1.0/.env.test @@ -0,0 +1,5 @@ +# define your env variables for the test env here +KERNEL_CLASS='App\Kernel' +APP_SECRET='$ecretf0rt3st' +SYMFONY_DEPRECATIONS_HELPER=999999 +PANTHER_APP_ENV=panther diff --git a/src/ninenote-1.0/.gitignore b/src/ninenote-1.0/.gitignore new file mode 100644 index 0000000..66f9e93 --- /dev/null +++ b/src/ninenote-1.0/.gitignore @@ -0,0 +1,35 @@ + +###> symfony/framework-bundle ### +/.env.local +/.env.local.php +/.env.*.local +/config/secrets/prod/prod.decrypt.private.php +/public/bundles/ +/var/ +/vendor/ +###< symfony/framework-bundle ### + +###> symfony/phpunit-bridge ### +.phpunit +.phpunit.result.cache +/phpunit.xml +###< symfony/phpunit-bridge ### + +###> symfony/webpack-encore-bundle ### +/node_modules/ +npm-debug.log +yarn-error.log +###< symfony/webpack-encore-bundle ### + +.key +/scripts/proxy.sh +/uploads +!/public/uploads/avatar +/public/uploads/avatar/* +!/public/uploads/avatar/admin.jpg +!/public/uploads/avatar/noavatar.jpg +!/public/uploads/avatar/system.jpg +!/public/uploads/avatar +/public/uploads/logo/* +!/public/uploads/logo/logo.png +/public/uploads/ckeditor diff --git a/src/ninenote-1.0/assets/js/app.js b/src/ninenote-1.0/assets/js/app.js new file mode 100644 index 0000000..667daa3 --- /dev/null +++ b/src/ninenote-1.0/assets/js/app.js @@ -0,0 +1,67 @@ +// JQuery +window.$ = window.jQuery = require('jquery'); + +// JQueryui +require('jqueryui'); + +// Bootstrap +require('bootstrap'); +require('bootstrap/dist/css/bootstrap.min.css'); + +// timepicki +const timepicki = require('timepicki/js/timepicki.js'); + +// Datatables +require('datatables.net-bs4'); +require('./datatables.init.js'); +require('datatables.net-bs4/css/dataTables.bootstrap4.min.css'); + +// Fontawesome +require('@fortawesome/fontawesome-free/css/all.css'); + +// bs-stepper +require('bs-stepper/dist/css/bs-stepper.min.css'); +const Stepper = require('bs-stepper/dist/js/bs-stepper.min.js'); +global.Stepper = Stepper; + +// Masonery +const masonry = require('masonry-layout/dist/masonry.pkgd.min.js'); +global.masonry = masonry; + +// Slick +require('slick-carousel/slick/slick.css'); +const slick = require('slick-carousel/slick/slick.min.js'); +global.slick = slick; + +// Imageloaded +const imagesLoaded = require('imagesloaded/imagesloaded.js'); +global.imagesLoaded = imagesLoaded; + +// Moment +const moment = require('moment'); +global.moment = moment; +require('moment/locale/fr.js'); + +// Select2 +require('select2'); +require('select2/dist/js/i18n/fr.js'); +require('select2/dist/css/select2.css'); +require('@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.css'); +$(() => { + $('.select2entity').select2( + { + theme: 'bootstrap4', + language: "fr" + } + ); +}); + +// CropSelectJs +require('crop-select-js/crop-select-js.min.css'); +window.CropSelectJs = require('crop-select-js/crop-select-js.min.js'); + +// spectrum-colorpicker2 +require('spectrum-colorpicker2/dist/spectrum.min.js'); +require('spectrum-colorpicker2/dist/spectrum.min.css'); + + diff --git a/src/ninenote-1.0/assets/js/datatables.init.js b/src/ninenote-1.0/assets/js/datatables.init.js new file mode 100644 index 0000000..18becb3 --- /dev/null +++ b/src/ninenote-1.0/assets/js/datatables.init.js @@ -0,0 +1,30 @@ +$(document).ready(function() { + $.extend( $.fn.dataTable.defaults, { + responsive: true, + "iDisplayLength": 1000, + "oLanguage": { + "sThousands": " ", + "sProcessing": "Traitement en cours...", + "sSearch": "Rechercher :", + "sLengthMenu": "Afficher _MENU_ éléments", + "sInfo": "Affichage de l'élement _START_ à _END_ sur _TOTAL_ éléments", + "sInfoEmpty": "Affichage de l'élement 0 à 0 sur 0 éléments", + "sInfoFiltered": "(filtré de _MAX_ éléments au total)", + "sInfoPostFix": "", + "sLoadingRecords": "Chargement en cours...", + "sZeroRecords": "Aucun élément à afficher", + "sEmptyTable": "Aucune donnée disponible dans le tableau", + "oPaginate": { + "sFirst": "Premier", + "sPrevious": "Précédent", + "sNext": "Suivant", + "sLast": "Dernier" + }, + "oAria": { + "sSortAscending": ": activer pour trier la colonne par ordre croissant", + "sSortDescending": ": activer pour trier la colonne par ordre décroissant" + } + }, + //"stateSave": true + }); +}); diff --git a/src/ninenote-1.0/assets/js/dropzone.js b/src/ninenote-1.0/assets/js/dropzone.js new file mode 100644 index 0000000..23748ac --- /dev/null +++ b/src/ninenote-1.0/assets/js/dropzone.js @@ -0,0 +1,11 @@ +require('dropzone/dist/min/dropzone.min.css'); +window.Dropzone = require('dropzone/dist/min/dropzone.min.js'); +//Dropzone.autoDiscover = false; + +/* +document.addEventListener('DOMContentLoaded', function() { + var elt = document.getElementById('mydropzone'); + var mydropzone = new Dropzone(elt, { url: "upload"}); + global.mydropzone=mydropzone; +}); +*/ \ No newline at end of file diff --git a/src/ninenote-1.0/assets/js/fullcalendar.js b/src/ninenote-1.0/assets/js/fullcalendar.js new file mode 100644 index 0000000..dcdf8a1 --- /dev/null +++ b/src/ninenote-1.0/assets/js/fullcalendar.js @@ -0,0 +1,36 @@ +// Fullcalendar +require('@fullcalendar/core/main.css'); +require('@fullcalendar/daygrid/main.css'); +require('@fullcalendar/daygrid/main.css'); + +import { Calendar } from '@fullcalendar/core'; +import frLocale from '@fullcalendar/core/locales/fr.js'; +import interactionPlugin from '@fullcalendar/interaction'; +import dayGridPlugin from '@fullcalendar/daygrid'; + +var calendar; +document.addEventListener('DOMContentLoaded', function() { + var calendarEl = document.getElementById('fullcalendar'); + calendar = new Calendar(calendarEl, { + plugins: [ interactionPlugin, dayGridPlugin ], + locale: frLocale, + weekNumbers: true, + selectable: true, + events: 'event/load', + eventLimit:4, + eventDrop: function(info) { + info.revert(); + }, + eventRender: function (info) { + eventRender(info); + }, + select: function(selectionInfo) { + eventSelect(selectionInfo); + }, + eventClick: function(info) { + eventClick(info); + } + }); + global.calendar = calendar; + calendar.render(); +}); diff --git a/src/ninenote-1.0/bin/console b/src/ninenote-1.0/bin/console new file mode 100755 index 0000000..5de0e1c --- /dev/null +++ b/src/ninenote-1.0/bin/console @@ -0,0 +1,42 @@ +#!/usr/bin/env php +getParameterOption(['--env', '-e'], null, true)) { + putenv('APP_ENV='.$_SERVER['APP_ENV'] = $_ENV['APP_ENV'] = $env); +} + +if ($input->hasParameterOption('--no-debug', true)) { + putenv('APP_DEBUG='.$_SERVER['APP_DEBUG'] = $_ENV['APP_DEBUG'] = '0'); +} + +require dirname(__DIR__).'/config/bootstrap.php'; + +if ($_SERVER['APP_DEBUG']) { + umask(0000); + + if (class_exists(Debug::class)) { + Debug::enable(); + } +} + +$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']); +$application = new Application($kernel); +$application->run($input); diff --git a/src/ninenote-1.0/bin/phpunit b/src/ninenote-1.0/bin/phpunit new file mode 100755 index 0000000..4d1ed05 --- /dev/null +++ b/src/ninenote-1.0/bin/phpunit @@ -0,0 +1,13 @@ +#!/usr/bin/env php +=5.4.2", + "ratchet/rfc6455": "^0.3", + "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5", + "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0", + "symfony/routing": "^2.6|^3.0|^4.0|^5.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "Ratchet\\": "src/Ratchet" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "role": "Developer" + }, + { + "name": "Matt Bonneau", + "role": "Developer" + } + ], + "description": "PHP WebSocket library", + "homepage": "http://socketo.me", + "keywords": [ + "Ratchet", + "WebSockets", + "server", + "sockets", + "websocket" + ], + "time": "2020-07-07T15:50:14+00:00" + }, + { + "name": "doctrine/annotations", + "version": "1.10.3", + "source": { + "type": "git", + "url": "https://github.com/doctrine/annotations.git", + "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d", + "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d", + "shasum": "" + }, + "require": { + "doctrine/lexer": "1.*", + "ext-tokenizer": "*", + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/cache": "1.*", + "phpunit/phpunit": "^7.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Docblock Annotations Parser", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "docblock", + "parser" + ], + "time": "2020-05-25T17:24:27+00:00" + }, + { + "name": "doctrine/cache", + "version": "1.10.2", + "source": { + "type": "git", + "url": "https://github.com/doctrine/cache.git", + "reference": "13e3381b25847283a91948d04640543941309727" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", + "reference": "13e3381b25847283a91948d04640543941309727", + "shasum": "" + }, + "require": { + "php": "~7.1 || ^8.0" + }, + "conflict": { + "doctrine/common": ">2.2,<2.4" + }, + "require-dev": { + "alcaeus/mongo-php-adapter": "^1.1", + "doctrine/coding-standard": "^6.0", + "mongodb/mongodb": "^1.1", + "phpunit/phpunit": "^7.0", + "predis/predis": "~1.0" + }, + "suggest": { + "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", + "homepage": "https://www.doctrine-project.org/projects/cache.html", + "keywords": [ + "abstraction", + "apcu", + "cache", + "caching", + "couchdb", + "memcached", + "php", + "redis", + "xcache" + ], + "time": "2020-07-07T18:54:01+00:00" + }, + { + "name": "doctrine/collections", + "version": "1.6.6", + "source": { + "type": "git", + "url": "https://github.com/doctrine/collections.git", + "reference": "5f0470363ff042d0057006ae7acabc5d7b5252d5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/collections/zipball/5f0470363ff042d0057006ae7acabc5d7b5252d5", + "reference": "5f0470363ff042d0057006ae7acabc5d7b5252d5", + "shasum": "" + }, + "require": { + "php": "^7.1.3 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan-shim": "^0.9.2", + "phpunit/phpunit": "^7.0", + "vimeo/psalm": "^3.8.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", + "homepage": "https://www.doctrine-project.org/projects/collections.html", + "keywords": [ + "array", + "collections", + "iterators", + "php" + ], + "time": "2020-06-22T19:14:02+00:00" + }, + { + "name": "doctrine/common", + "version": "2.13.3", + "source": { + "type": "git", + "url": "https://github.com/doctrine/common.git", + "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f", + "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.0", + "doctrine/cache": "^1.0", + "doctrine/collections": "^1.0", + "doctrine/event-manager": "^1.0", + "doctrine/inflector": "^1.0", + "doctrine/lexer": "^1.0", + "doctrine/persistence": "^1.3.3", + "doctrine/reflection": "^1.0", + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^1.0", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpunit/phpunit": "^7.0", + "squizlabs/php_codesniffer": "^3.0", + "symfony/phpunit-bridge": "^4.0.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.11.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.", + "homepage": "https://www.doctrine-project.org/projects/common.html", + "keywords": [ + "common", + "doctrine", + "php" + ], + "time": "2020-06-05T16:46:05+00:00" + }, + { + "name": "doctrine/dbal", + "version": "2.10.2", + "source": { + "type": "git", + "url": "https://github.com/doctrine/dbal.git", + "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8", + "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8", + "shasum": "" + }, + "require": { + "doctrine/cache": "^1.0", + "doctrine/event-manager": "^1.0", + "ext-pdo": "*", + "php": "^7.2" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "jetbrains/phpstorm-stubs": "^2019.1", + "nikic/php-parser": "^4.4", + "phpstan/phpstan": "^0.12", + "phpunit/phpunit": "^8.4.1", + "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", + "vimeo/psalm": "^3.11" + }, + "suggest": { + "symfony/console": "For helpful console commands such as SQL execution and import of files." + }, + "bin": [ + "bin/doctrine-dbal" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.10.x-dev", + "dev-develop": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + } + ], + "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", + "homepage": "https://www.doctrine-project.org/projects/dbal.html", + "keywords": [ + "abstraction", + "database", + "db2", + "dbal", + "mariadb", + "mssql", + "mysql", + "oci8", + "oracle", + "pdo", + "pgsql", + "postgresql", + "queryobject", + "sasql", + "sql", + "sqlanywhere", + "sqlite", + "sqlserver", + "sqlsrv" + ], + "time": "2020-04-20T17:19:26+00:00" + }, + { + "name": "doctrine/doctrine-bundle", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/DoctrineBundle.git", + "reference": "0fb513842c78b43770597ef3c487cdf79d944db3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0fb513842c78b43770597ef3c487cdf79d944db3", + "reference": "0fb513842c78b43770597ef3c487cdf79d944db3", + "shasum": "" + }, + "require": { + "doctrine/dbal": "^2.9.0", + "doctrine/persistence": "^1.3.3", + "doctrine/sql-formatter": "^1.0.1", + "php": "^7.1 || ^8.0", + "symfony/cache": "^4.3.3|^5.0", + "symfony/config": "^4.3.3|^5.0", + "symfony/console": "^3.4.30|^4.3.3|^5.0", + "symfony/dependency-injection": "^4.3.3|^5.0", + "symfony/doctrine-bridge": "^4.3.7|^5.0", + "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0", + "symfony/service-contracts": "^1.1.1|^2.0" + }, + "conflict": { + "doctrine/orm": "<2.6", + "twig/twig": "<1.34|>=2.0,<2.4" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "doctrine/orm": "^2.6", + "ocramius/proxy-manager": "^2.1", + "phpunit/phpunit": "^7.5", + "symfony/phpunit-bridge": "^4.2", + "symfony/property-info": "^4.3.3|^5.0", + "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0", + "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0", + "symfony/validator": "^3.4.30|^4.3.3|^5.0", + "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0", + "symfony/yaml": "^3.4.30|^4.3.3|^5.0", + "twig/twig": "^1.34|^2.12" + }, + "suggest": { + "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", + "symfony/web-profiler-bundle": "To use the data collector." + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "2.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Bundle\\DoctrineBundle\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + }, + { + "name": "Doctrine Project", + "homepage": "http://www.doctrine-project.org/" + } + ], + "description": "Symfony DoctrineBundle", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "database", + "dbal", + "orm", + "persistence" + ], + "time": "2020-05-25T19:56:00+00:00" + }, + { + "name": "doctrine/doctrine-migrations-bundle", + "version": "3.0.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", + "reference": "96e730b0ffa0bb39c0f913c1966213f1674bf249" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/96e730b0ffa0bb39c0f913c1966213f1674bf249", + "reference": "96e730b0ffa0bb39c0f913c1966213f1674bf249", + "shasum": "" + }, + "require": { + "doctrine/doctrine-bundle": "~1.0|~2.0", + "doctrine/migrations": "~3.0", + "php": "^7.2", + "symfony/framework-bundle": "~3.4|~4.0|~5.0" + }, + "require-dev": { + "doctrine/coding-standard": "^5.0", + "doctrine/orm": "^2.6", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-deprecation-rules": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-strict-rules": "^0.11", + "phpunit/phpunit": "^6.4|^7.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Bundle\\MigrationsBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Doctrine Project", + "homepage": "http://www.doctrine-project.org" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony DoctrineMigrationsBundle", + "homepage": "https://www.doctrine-project.org", + "keywords": [ + "dbal", + "migrations", + "schema" + ], + "time": "2020-06-15T06:04:38+00:00" + }, + { + "name": "doctrine/event-manager", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/event-manager.git", + "reference": "629572819973f13486371cb611386eb17851e85c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c", + "reference": "629572819973f13486371cb611386eb17851e85c", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "conflict": { + "doctrine/common": "<2.9@dev" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", + "homepage": "https://www.doctrine-project.org/projects/event-manager.html", + "keywords": [ + "event", + "event dispatcher", + "event manager", + "event system", + "events" + ], + "time": "2019-11-10T09:48:07+00:00" + }, + { + "name": "doctrine/inflector", + "version": "1.4.3", + "source": { + "type": "git", + "url": "https://github.com/doctrine/inflector.git", + "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c", + "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^7.0", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-strict-rules": "^0.11", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "homepage": "https://www.doctrine-project.org/projects/inflector.html", + "keywords": [ + "inflection", + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" + ], + "time": "2020-05-29T07:19:59+00:00" + }, + { + "name": "doctrine/instantiator", + "version": "1.3.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", + "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11", + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.com/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "time": "2020-05-29T17:27:14+00:00" + }, + { + "name": "doctrine/lexer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan": "^0.11.8", + "phpunit/phpunit": "^8.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", + "keywords": [ + "annotations", + "docblock", + "lexer", + "parser", + "php" + ], + "time": "2020-05-25T17:44:05+00:00" + }, + { + "name": "doctrine/migrations", + "version": "3.0.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/migrations.git", + "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882", + "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882", + "shasum": "" + }, + "require": { + "doctrine/dbal": "^2.10", + "doctrine/event-manager": "^1.0", + "ocramius/package-versions": "^1.3", + "ocramius/proxy-manager": "^2.0.2", + "php": "^7.2", + "psr/log": "^1.1.3", + "symfony/console": "^3.4||^4.0||^5.0", + "symfony/stopwatch": "^3.4||^4.0||^5.0" + }, + "require-dev": { + "doctrine/coding-standard": "^7.0", + "doctrine/orm": "^2.6", + "doctrine/persistence": "^1.3||^2.0", + "doctrine/sql-formatter": "^1.0", + "ext-pdo_sqlite": "*", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-deprecation-rules": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan-strict-rules": "^0.12", + "phpstan/phpstan-symfony": "^0.12", + "phpunit/phpunit": "^8.4", + "symfony/process": "^3.4||^4.0||^5.0", + "symfony/yaml": "^3.4||^4.0||^5.0" + }, + "suggest": { + "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.", + "symfony/yaml": "Allows the use of yaml for migration configuration files." + }, + "bin": [ + "bin/doctrine-migrations" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Migrations\\": "lib/Doctrine/Migrations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Michael Simonson", + "email": "contact@mikesimonson.com" + } + ], + "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.", + "homepage": "https://www.doctrine-project.org/projects/migrations.html", + "keywords": [ + "database", + "dbal", + "migrations", + "php" + ], + "time": "2020-06-21T08:55:42+00:00" + }, + { + "name": "doctrine/orm", + "version": "v2.7.3", + "source": { + "type": "git", + "url": "https://github.com/doctrine/orm.git", + "reference": "d95e03ba660d50d785a9925f41927fef0ee553cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/orm/zipball/d95e03ba660d50d785a9925f41927fef0ee553cf", + "reference": "d95e03ba660d50d785a9925f41927fef0ee553cf", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.8", + "doctrine/cache": "^1.9.1", + "doctrine/collections": "^1.5", + "doctrine/common": "^2.11 || ^3.0", + "doctrine/dbal": "^2.9.3", + "doctrine/event-manager": "^1.1", + "doctrine/inflector": "^1.0", + "doctrine/instantiator": "^1.3", + "doctrine/lexer": "^1.0", + "doctrine/persistence": "^1.3.3 || ^2.0", + "ext-pdo": "*", + "ocramius/package-versions": "^1.2", + "php": "^7.1", + "symfony/console": "^3.0|^4.0|^5.0" + }, + "require-dev": { + "doctrine/coding-standard": "^5.0", + "phpstan/phpstan": "^0.12.18", + "phpunit/phpunit": "^7.5", + "symfony/yaml": "^3.4|^4.0|^5.0", + "vimeo/psalm": "^3.11" + }, + "suggest": { + "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" + }, + "bin": [ + "bin/doctrine" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\ORM\\": "lib/Doctrine/ORM" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "description": "Object-Relational-Mapper for PHP", + "homepage": "https://www.doctrine-project.org/projects/orm.html", + "keywords": [ + "database", + "orm" + ], + "time": "2020-05-26T16:03:49+00:00" + }, + { + "name": "doctrine/persistence", + "version": "1.3.7", + "source": { + "type": "git", + "url": "https://github.com/doctrine/persistence.git", + "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", + "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.0", + "doctrine/cache": "^1.0", + "doctrine/collections": "^1.0", + "doctrine/event-manager": "^1.0", + "doctrine/reflection": "^1.2", + "php": "^7.1" + }, + "conflict": { + "doctrine/common": "<2.10@dev" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan": "^0.11", + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common", + "Doctrine\\Persistence\\": "lib/Doctrine/Persistence" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", + "homepage": "https://doctrine-project.org/projects/persistence.html", + "keywords": [ + "mapper", + "object", + "odm", + "orm", + "persistence" + ], + "time": "2020-03-21T15:13:52+00:00" + }, + { + "name": "doctrine/reflection", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/reflection.git", + "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79", + "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.0", + "ext-tokenizer": "*", + "php": "^7.1" + }, + "conflict": { + "doctrine/common": "<2.9" + }, + "require-dev": { + "doctrine/coding-standard": "^5.0", + "doctrine/common": "^2.10", + "phpstan/phpstan": "^0.11.0", + "phpstan/phpstan-phpunit": "^0.11.0", + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "lib/Doctrine/Common" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", + "homepage": "https://www.doctrine-project.org/projects/reflection.html", + "keywords": [ + "reflection", + "static" + ], + "abandoned": "roave/better-reflection", + "time": "2020-03-27T11:06:43+00:00" + }, + { + "name": "doctrine/sql-formatter", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/sql-formatter.git", + "reference": "5458bdcf176f6a53292e3f0cc73f292d6302fb0f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/5458bdcf176f6a53292e3f0cc73f292d6302fb0f", + "reference": "5458bdcf176f6a53292e3f0cc73f292d6302fb0f", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4" + }, + "bin": [ + "bin/sql-formatter" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\SqlFormatter\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jeremy Dorn", + "email": "jeremy@jeremydorn.com", + "homepage": "http://jeremydorn.com/" + } + ], + "description": "a PHP SQL highlighting library", + "homepage": "https://github.com/doctrine/sql-formatter/", + "keywords": [ + "highlight", + "sql" + ], + "time": "2020-05-29T18:32:49+00:00" + }, + { + "name": "egulias/email-validator", + "version": "2.1.18", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441", + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441", + "shasum": "" + }, + "require": { + "doctrine/lexer": "^1.0.1", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.10" + }, + "require-dev": { + "dominicsayers/isemail": "^3.0.7", + "phpunit/phpunit": "^4.8.36|^7.5.15", + "satooshi/php-coveralls": "^1.0.1" + }, + "suggest": { + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Egulias\\EmailValidator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eduardo Gulias Davis" + } + ], + "description": "A library for validating emails against several RFCs", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ], + "time": "2020-06-16T20:11:17+00:00" + }, + { + "name": "evenement/evenement", + "version": "v3.0.1", + "source": { + "type": "git", + "url": "https://github.com/igorw/evenement.git", + "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7", + "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7", + "shasum": "" + }, + "require": { + "php": ">=7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "Evenement": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + } + ], + "description": "Événement is a very simple event dispatching library for PHP", + "keywords": [ + "event-dispatcher", + "event-emitter" + ], + "time": "2017-07-23T21:35:13+00:00" + }, + { + "name": "exsyst/swagger", + "version": "v0.4.1", + "source": { + "type": "git", + "url": "https://github.com/GuilhemN/swagger.git", + "reference": "a02984db5edacdce2b4e09dae5ba8fe17a0e449e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/GuilhemN/swagger/zipball/a02984db5edacdce2b4e09dae5ba8fe17a0e449e", + "reference": "a02984db5edacdce2b4e09dae5ba8fe17a0e449e", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "EXSyst\\Component\\Swagger\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ener-Getick", + "email": "egetick@gmail.com" + } + ], + "description": "A php library to manipulate Swagger specifications", + "time": "2018-07-27T06:40:00+00:00" + }, + { + "name": "friendsofsymfony/ckeditor-bundle", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle.git", + "reference": "7e1cfe2a83faba0be02661d44289d35e940bb5ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSCKEditorBundle/zipball/7e1cfe2a83faba0be02661d44289d35e940bb5ea", + "reference": "7e1cfe2a83faba0be02661d44289d35e940bb5ea", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-zip": "*", + "php": "^7.1", + "symfony/asset": "^3.4 || ^4.0 || ^5.0", + "symfony/config": "^3.4 || ^4.0 || ^5.0", + "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0", + "symfony/expression-language": "^3.4 || ^4.0 || ^5.0", + "symfony/form": "^3.4 || ^4.0 || ^5.0", + "symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0", + "symfony/http-foundation": "^3.4 || ^4.0 || ^5.0", + "symfony/http-kernel": "^3.4 || ^4.0 || ^5.0", + "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0", + "symfony/property-access": "^3.4 || ^4.0 || ^5.0", + "symfony/routing": "^3.4 || ^4.0 || ^5.0", + "symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0", + "twig/twig": "^2.4 || ^3.0" + }, + "conflict": { + "sebastian/environment": "<1.3.4", + "sebastian/exporter": "<2.0.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.0", + "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0", + "phpunit/phpunit": "^6.0", + "symfony/console": "^3.4 || ^4.0 || ^5.0", + "symfony/phpunit-bridge": "^4.1 || ^5.0", + "symfony/yaml": "^3.4 || ^4.0 || ^5.0" + }, + "suggest": { + "egeloen/form-extra-bundle": "Allows to load CKEditor asynchronously" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "FOS\\CKEditorBundle\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eric GELOEN", + "email": "geloen.eric@gmail.com" + }, + { + "name": "FriendsOfSymfony Community", + "homepage": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle/graphs/contributors" + } + ], + "description": "Provides a CKEditor integration for your Symfony project.", + "keywords": [ + "CKEditor" + ], + "time": "2019-12-23T15:31:36+00:00" + }, + { + "name": "friendsofsymfony/rest-bundle", + "version": "3.0.1", + "source": { + "type": "git", + "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", + "reference": "90583fb3da8f9817fe213c77045f9807d10e987a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/90583fb3da8f9817fe213c77045f9807d10e987a", + "reference": "90583fb3da8f9817fe213c77045f9807d10e987a", + "shasum": "" + }, + "require": { + "php": "^7.2", + "psr/log": "^1.0", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/framework-bundle": "^4.4.1|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0", + "symfony/security-core": "^3.4|^4.3|^5.0", + "willdurand/jsonp-callback-validator": "^1.0", + "willdurand/negotiation": "^2.0" + }, + "conflict": { + "doctrine/inflector": "1.4.0", + "jms/serializer": "<1.13.0", + "jms/serializer-bundle": "<2.4.3|3.0.0", + "sensio/framework-extra-bundle": "<5.2.3", + "symfony/error-handler": "<4.4.1" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.0", + "jms/serializer": "^1.13|^2.0|^3.0", + "jms/serializer-bundle": "^2.4.3|^3.0.1", + "phpoption/phpoption": "^1.1", + "psr/http-message": "^1.0", + "sensio/framework-extra-bundle": "^5.2.3", + "symfony/asset": "^4.4|^5.0", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/css-selector": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/form": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/phpunit-bridge": "^4.1.8|^5.0", + "symfony/security-bundle": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/web-profiler-bundle": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0", + "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0", + "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0", + "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "FOS\\RestBundle\\": "" + }, + "exclude-from-classmap": [ + "Resources/", + "Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Lukas Kahwe Smith", + "email": "smith@pooteeweet.org" + }, + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com" + }, + { + "name": "FriendsOfSymfony Community", + "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors" + } + ], + "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony", + "homepage": "http://friendsofsymfony.github.com", + "keywords": [ + "rest" + ], + "time": "2020-06-29T11:19:01+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", + "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.7-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Schultze", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "time": "2020-09-30T07:37:11+00:00" + }, + { + "name": "jasig/phpcas", + "version": "1.3.8", + "source": { + "type": "git", + "url": "https://github.com/apereo/phpCAS.git", + "reference": "40c0769ce05a30c8172b36ceab11124375c8366e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/apereo/phpCAS/zipball/40c0769ce05a30c8172b36ceab11124375c8366e", + "reference": "40c0769ce05a30c8172b36ceab11124375c8366e", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "~3.7.10" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "classmap": [ + "source/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Joachim Fritschi", + "homepage": "https://wiki.jasig.org/display/~fritschi" + }, + { + "name": "Adam Franco", + "homepage": "https://wiki.jasig.org/display/~adamfranco" + } + ], + "description": "Provides a simple API for authenticating users against a CAS server", + "homepage": "https://wiki.jasig.org/display/CASC/phpCAS", + "keywords": [ + "apereo", + "cas", + "jasig" + ], + "time": "2019-08-18T20:01:55+00:00" + }, + { + "name": "knplabs/knp-snappy", + "version": "v1.2.1", + "source": { + "type": "git", + "url": "https://github.com/KnpLabs/snappy.git", + "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/7bac60fb729147b7ccd8532c07df3f52a4afa8a4", + "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "psr/log": "^1.0", + "symfony/process": "~3.4||~4.3||~5.0" + }, + "require-dev": { + "phpunit/phpunit": "~7.4" + }, + "suggest": { + "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency", + "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency", + "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency", + "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency", + "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Knp\\Snappy\\": "src/Knp/Snappy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "KnpLabs Team", + "homepage": "http://knplabs.com" + }, + { + "name": "Symfony Community", + "homepage": "http://github.com/KnpLabs/snappy/contributors" + } + ], + "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.", + "homepage": "http://github.com/KnpLabs/snappy", + "keywords": [ + "knp", + "knplabs", + "pdf", + "snapshot", + "thumbnail", + "wkhtmltopdf" + ], + "time": "2020-01-20T08:30:30+00:00" + }, + { + "name": "knplabs/knp-snappy-bundle", + "version": "v1.7.0", + "source": { + "type": "git", + "url": "https://github.com/KnpLabs/KnpSnappyBundle.git", + "reference": "717185618888b03daf85a54897a8a11e655a3eeb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/717185618888b03daf85a54897a8a11e655a3eeb", + "reference": "717185618888b03daf85a54897a8a11e655a3eeb", + "shasum": "" + }, + "require": { + "knplabs/knp-snappy": "~1.0,>=1.0.1", + "php": ">=7.1", + "symfony/framework-bundle": "^3.4|^4.3|^5.0" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "symfony/asset": "^3.4|^4.3|^5.0", + "symfony/finder": "^3.4|^4.3|^5.0", + "symfony/phpunit-bridge": "^4.3|^5.0", + "symfony/security-csrf": "^3.4|^4.3|^5.0", + "symfony/templating": "^3.4|^4.3|^5.0", + "symfony/validator": "^3.4|^4.3|^5.0", + "symfony/yaml": "^3.4|^4.3|^5.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Knp\\Bundle\\SnappyBundle\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "KnpLabs Team", + "homepage": "http://knplabs.com" + }, + { + "name": "Symfony Community", + "homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors" + } + ], + "description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.", + "homepage": "http://github.com/KnpLabs/KnpSnappyBundle", + "keywords": [ + "bundle", + "knp", + "knplabs", + "pdf", + "snappy" + ], + "time": "2019-12-30T16:19:53+00:00" + }, + { + "name": "mashape/unirest-php", + "version": "v3.0.4", + "source": { + "type": "git", + "url": "https://github.com/Mashape/unirest-php.git", + "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Mashape/unirest-php/zipball/842c0f242dfaaf85f16b72e217bf7f7c19ab12cb", + "reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "codeclimate/php-test-reporter": "0.1.*", + "phpunit/phpunit": "~4.4" + }, + "suggest": { + "ext-json": "Allows using JSON Bodies for sending and parsing requests" + }, + "type": "library", + "autoload": { + "psr-0": { + "Unirest\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Unirest PHP", + "homepage": "https://github.com/Mashape/unirest-php", + "keywords": [ + "client", + "curl", + "http", + "https", + "rest" + ], + "time": "2016-08-11T17:49:21+00:00" + }, + { + "name": "monolog/monolog", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1", + "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1", + "shasum": "" + }, + "require": { + "php": ">=7.2", + "psr/log": "^1.0.1" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "elasticsearch/elasticsearch": "^6.0", + "graylog2/gelf-php": "^1.4.2", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "php-parallel-lint/php-parallel-lint": "^1.0", + "phpspec/prophecy": "^1.6.1", + "phpunit/phpunit": "^8.5", + "predis/predis": "^1.1", + "rollbar/rollbar": "^1.3", + "ruflin/elastica": ">=0.90 <3.0", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mbstring": "Allow to work properly with unicode symbols", + "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "time": "2020-05-22T08:12:19+00:00" + }, + { + "name": "nategood/httpful", + "version": "0.3.2", + "source": { + "type": "git", + "url": "https://github.com/nategood/httpful.git", + "reference": "0cded3ea97ba905600de9ceb9ef13f3ab681587c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nategood/httpful/zipball/0cded3ea97ba905600de9ceb9ef13f3ab681587c", + "reference": "0cded3ea97ba905600de9ceb9ef13f3ab681587c", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": ">=7.2" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "type": "library", + "autoload": { + "psr-0": { + "Httpful": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nate Good", + "email": "me@nategood.com", + "homepage": "http://nategood.com" + } + ], + "description": "A Readable, Chainable, REST friendly, PHP HTTP Client", + "homepage": "http://github.com/nategood/httpful", + "keywords": [ + "api", + "curl", + "http", + "requests", + "rest", + "restful" + ], + "time": "2020-01-25T01:13:13+00:00" + }, + { + "name": "nelmio/api-doc-bundle", + "version": "v3.6.1", + "source": { + "type": "git", + "url": "https://github.com/nelmio/NelmioApiDocBundle.git", + "reference": "ab014fe032beb1a7875939ff4162e8d05ad778ab" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/ab014fe032beb1a7875939ff4162e8d05ad778ab", + "reference": "ab014fe032beb1a7875939ff4162e8d05ad778ab", + "shasum": "" + }, + "require": { + "exsyst/swagger": "^0.4.1", + "php": "^7.1", + "phpdocumentor/reflection-docblock": "^3.1|^4.0|^5.0", + "symfony/framework-bundle": "^3.4|^4.0|^5.0", + "symfony/options-resolver": "^3.4.4|^4.0|^5.0", + "symfony/property-info": "^3.4|^4.0|^5.0", + "zircote/swagger-php": "^2.0.9" + }, + "conflict": { + "symfony/framework-bundle": "4.2.7" + }, + "require-dev": { + "api-platform/core": "^2.1.2", + "doctrine/annotations": "^1.2", + "doctrine/common": "^2.4", + "friendsofsymfony/rest-bundle": "^2.0", + "jms/serializer": "^1.14|^3.0", + "jms/serializer-bundle": "^2.3|^3.0", + "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^3.4|^4.0|^5.0", + "symfony/cache": "^3.4|^4.0|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/form": "^3.4|^4.0|^5.0", + "symfony/phpunit-bridge": "^3.4.24|^4.0|^5.0", + "symfony/property-access": "^3.4|^4.0|^5.0", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/twig-bundle": "^3.4|^4.0|^5.0", + "symfony/validator": "^3.4|^4.0|^5.0", + "willdurand/hateoas-bundle": "^1.0|^2.0" + }, + "suggest": { + "api-platform/core": "For using an API oriented framework.", + "friendsofsymfony/rest-bundle": "For using the parameters annotations." + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.6.x-dev" + } + }, + "autoload": { + "psr-4": { + "Nelmio\\ApiDocBundle\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nelmio", + "homepage": "http://nelm.io" + }, + { + "name": "Symfony Community", + "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors" + } + ], + "description": "Generates documentation for your REST API from annotations", + "keywords": [ + "api", + "doc", + "documentation", + "rest" + ], + "time": "2020-03-31T10:05:08+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.6.0", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "c346bbfafe2ff60680258b631afb730d186ed864" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c346bbfafe2ff60680258b631afb730d186ed864", + "reference": "c346bbfafe2ff60680258b631afb730d186ed864", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "0.0.5", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "time": "2020-07-02T17:12:47+00:00" + }, + { + "name": "ocramius/package-versions", + "version": "1.4.2", + "source": { + "type": "git", + "url": "https://github.com/Ocramius/PackageVersions.git", + "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d", + "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0.0", + "php": "^7.1.0" + }, + "require-dev": { + "composer/composer": "^1.6.3", + "doctrine/coding-standard": "^5.0.1", + "ext-zip": "*", + "infection/infection": "^0.7.1", + "phpunit/phpunit": "^7.5.17" + }, + "type": "composer-plugin", + "extra": { + "class": "PackageVersions\\Installer", + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "PackageVersions\\": "src/PackageVersions" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", + "time": "2019-11-15T16:17:10+00:00" + }, + { + "name": "ocramius/proxy-manager", + "version": "2.2.3", + "source": { + "type": "git", + "url": "https://github.com/Ocramius/ProxyManager.git", + "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f", + "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f", + "shasum": "" + }, + "require": { + "ocramius/package-versions": "^1.1.3", + "php": "^7.2.0", + "zendframework/zend-code": "^3.3.0" + }, + "require-dev": { + "couscous/couscous": "^1.6.1", + "ext-phar": "*", + "humbug/humbug": "1.0.0-RC.0@RC", + "nikic/php-parser": "^3.1.1", + "padraic/phpunit-accelerator": "dev-master@DEV", + "phpbench/phpbench": "^0.12.2", + "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999", + "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761", + "phpunit/phpunit": "^6.4.3", + "squizlabs/php_codesniffer": "^2.9.1" + }, + "suggest": { + "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", + "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", + "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", + "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "ProxyManager\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.io/" + } + ], + "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", + "homepage": "https://github.com/Ocramius/ProxyManager", + "keywords": [ + "aop", + "lazy loading", + "proxy", + "proxy pattern", + "service proxies" + ], + "time": "2019-08-10T08:37:15+00:00" + }, + { + "name": "oneup/uploader-bundle", + "version": "3.0.1", + "source": { + "type": "git", + "url": "https://github.com/1up-lab/OneupUploaderBundle.git", + "reference": "f9d820ab679f7c4942f90ea0e13847a23ef0a0d4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/1up-lab/OneupUploaderBundle/zipball/f9d820ab679f7c4942f90ea0e13847a23ef0a0d4", + "reference": "f9d820ab679f7c4942f90ea0e13847a23ef0a0d4", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/asset": "^4.4|^5.0", + "symfony/event-dispatcher-contracts": "^1.0|^2.0", + "symfony/finder": "^4.4|^5.0", + "symfony/framework-bundle": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/templating": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/translation-contracts": "^1.0|^2.0", + "symfony/yaml": "^4.4|^5.0", + "twig/twig": "^2.4|^3.0" + }, + "require-dev": { + "amazonwebservices/aws-sdk-for-php": "1.5.*", + "doctrine/common": "^2.12", + "friendsofphp/php-cs-fixer": "^2.16", + "knplabs/gaufrette": "^0.9", + "oneup/flysystem-bundle": "^1.2|^2.0|^3.0", + "phpstan/phpstan": "^0.12.10", + "phpunit/phpunit": "^8.5", + "sensio/framework-extra-bundle": "^5.0", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/phpunit-bridge": "^5.0", + "symfony/security-bundle": "^4.4|^5.0", + "symfony/var-dumper": "^4.4|^5.0", + "twistor/flysystem-stream-wrapper": "^1.0" + }, + "suggest": { + "knplabs/knp-gaufrette-bundle": "0.1.*", + "oneup/flysystem-bundle": "^3.0", + "twistor/flysystem-stream-wrapper": "^1.0 (Required when using Flysystem)" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Oneup\\UploaderBundle\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jim Schmid", + "email": "js@1up.io", + "homepage": "https://1up.io", + "role": "Developer" + }, + { + "name": "David Greminger", + "email": "dg@1up.io", + "homepage": "https://1up.io", + "role": "Developer" + } + ], + "description": "This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.", + "homepage": "https://1up.io", + "keywords": [ + "FancyUpload", + "FineUploader", + "MooUpload", + "Uploadify", + "YUI3 Uploader", + "blueimp", + "dropzone", + "fileupload", + "jQuery File Uploader", + "plupload", + "upload" + ], + "time": "2020-07-06T14:54:07+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "time": "2020-06-27T09:03:43+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "5.1.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", + "shasum": "" + }, + "require": { + "ext-filter": "^7.1", + "php": "^7.2", + "phpdocumentor/reflection-common": "^2.0", + "phpdocumentor/type-resolver": "^1.0", + "webmozart/assert": "^1" + }, + "require-dev": { + "doctrine/instantiator": "^1", + "mockery/mockery": "^1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "time": "2020-02-22T12:28:44+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "e878a14a65245fbe78f8080eba03b47c3b705651" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651", + "reference": "e878a14a65245fbe78f8080eba03b47c3b705651", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" + }, + "require-dev": { + "ext-tokenizer": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "time": "2020-06-27T10:12:23+00:00" + }, + { + "name": "psr/cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "time": "2016-08-06T20:24:11+00:00" + }, + { + "name": "psr/container", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "time": "2017-02-14T16:28:37+00:00" + }, + { + "name": "psr/event-dispatcher", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\EventDispatcher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Standard interfaces for event handling.", + "keywords": [ + "events", + "psr", + "psr-14" + ], + "time": "2019-01-08T18:20:26+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "psr/link", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/link.git", + "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", + "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Link\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for HTTP links", + "keywords": [ + "http", + "http-link", + "link", + "psr", + "psr-13", + "rest" + ], + "time": "2016-10-28T16:06:13+00:00" + }, + { + "name": "psr/log", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "time": "2020-03-23T09:12:05+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "ramsey/collection", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/ramsey/collection.git", + "reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ramsey/collection/zipball/24d93aefb2cd786b7edd9f45b554aea20b28b9b1", + "reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8" + }, + "require-dev": { + "captainhook/captainhook": "^5.3", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "ergebnis/composer-normalize": "^2.6", + "fzaninotto/faker": "^1.5", + "hamcrest/hamcrest-php": "^2", + "jangregor/phpstan-prophecy": "^0.6", + "mockery/mockery": "^1.3", + "phpstan/extension-installer": "^1", + "phpstan/phpstan": "^0.12.32", + "phpstan/phpstan-mockery": "^0.12.5", + "phpstan/phpstan-phpunit": "^0.12.11", + "phpunit/phpunit": "^8.5", + "psy/psysh": "^0.10.4", + "slevomat/coding-standard": "^6.3", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^3.12.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Ramsey\\Collection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ben Ramsey", + "email": "ben@benramsey.com", + "homepage": "https://benramsey.com" + } + ], + "description": "A PHP 7.2+ library for representing and manipulating collections.", + "keywords": [ + "array", + "collection", + "hash", + "map", + "queue", + "set" + ], + "time": "2020-09-10T20:58:17+00:00" + }, + { + "name": "ramsey/uuid", + "version": "4.1.1", + "source": { + "type": "git", + "url": "https://github.com/ramsey/uuid.git", + "reference": "cd4032040a750077205918c86049aa0f43d22947" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947", + "reference": "cd4032040a750077205918c86049aa0f43d22947", + "shasum": "" + }, + "require": { + "brick/math": "^0.8 || ^0.9", + "ext-json": "*", + "php": "^7.2 || ^8", + "ramsey/collection": "^1.0", + "symfony/polyfill-ctype": "^1.8" + }, + "replace": { + "rhumsaa/uuid": "self.version" + }, + "require-dev": { + "codeception/aspect-mock": "^3", + "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0", + "doctrine/annotations": "^1.8", + "goaop/framework": "^2", + "mockery/mockery": "^1.3", + "moontoast/math": "^1.1", + "paragonie/random-lib": "^2", + "php-mock/php-mock-mockery": "^1.3", + "php-mock/php-mock-phpunit": "^2.5", + "php-parallel-lint/php-parallel-lint": "^1.1", + "phpbench/phpbench": "^0.17.1", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-mockery": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^8.5", + "psy/psysh": "^0.10.0", + "slevomat/coding-standard": "^6.0", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "3.9.4" + }, + "suggest": { + "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", + "ext-ctype": "Enables faster processing of character classification using ctype functions.", + "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", + "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", + "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", + "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, + "autoload": { + "psr-4": { + "Ramsey\\Uuid\\": "src/" + }, + "files": [ + "src/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", + "homepage": "https://github.com/ramsey/uuid", + "keywords": [ + "guid", + "identifier", + "uuid" + ], + "time": "2020-08-18T17:17:46+00:00" + }, + { + "name": "ratchet/rfc6455", + "version": "v0.3", + "source": { + "type": "git", + "url": "https://github.com/ratchetphp/RFC6455.git", + "reference": "c8651c7938651c2d55f5d8c2422ac5e57a183341" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/c8651c7938651c2d55f5d8c2422ac5e57a183341", + "reference": "c8651c7938651c2d55f5d8c2422ac5e57a183341", + "shasum": "" + }, + "require": { + "guzzlehttp/psr7": "^1.0", + "php": ">=5.4.2" + }, + "require-dev": { + "phpunit/phpunit": "5.7.*", + "react/socket": "^1.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Ratchet\\RFC6455\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "role": "Developer" + }, + { + "name": "Matt Bonneau", + "role": "Developer" + } + ], + "description": "RFC6455 WebSocket protocol handler", + "homepage": "http://socketo.me", + "keywords": [ + "WebSockets", + "rfc6455", + "websocket" + ], + "time": "2020-05-15T18:31:24+00:00" + }, + { + "name": "react/cache", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp/cache.git", + "reference": "44a568925556b0bd8cacc7b49fb0f1cf0d706a0c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/cache/zipball/44a568925556b0bd8cacc7b49fb0f1cf0d706a0c", + "reference": "44a568925556b0bd8cacc7b49fb0f1cf0d706a0c", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "react/promise": "^3.0 || ^2.0 || ^1.1" + }, + "require-dev": { + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" + } + ], + "description": "Async, Promise-based cache interface for ReactPHP", + "keywords": [ + "cache", + "caching", + "promise", + "reactphp" + ], + "time": "2020-09-18T12:12:35+00:00" + }, + { + "name": "react/dns", + "version": "v1.4.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp/dns.git", + "reference": "665260757171e2ab17485b44e7ffffa7acb6ca1f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/dns/zipball/665260757171e2ab17485b44e7ffffa7acb6ca1f", + "reference": "665260757171e2ab17485b44e7ffffa7acb6ca1f", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "react/cache": "^1.0 || ^0.6 || ^0.5", + "react/event-loop": "^1.0 || ^0.5", + "react/promise": "^3.0 || ^2.7 || ^1.2.1", + "react/promise-timer": "^1.2" + }, + "require-dev": { + "clue/block-react": "^1.2", + "phpunit/phpunit": "^9.3 || ^4.8.35" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Dns\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" + } + ], + "description": "Async DNS resolver for ReactPHP", + "keywords": [ + "async", + "dns", + "dns-resolver", + "reactphp" + ], + "time": "2020-09-18T12:12:55+00:00" + }, + { + "name": "react/event-loop", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/reactphp/event-loop.git", + "reference": "6d24de090cd59cfc830263cfba965be77b563c13" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13", + "reference": "6d24de090cd59cfc830263cfba965be77b563c13", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35" + }, + "suggest": { + "ext-event": "~1.0 for ExtEventLoop", + "ext-pcntl": "For signal handling support when using the StreamSelectLoop", + "ext-uv": "* for ExtUvLoop" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\EventLoop\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", + "keywords": [ + "asynchronous", + "event-loop" + ], + "time": "2020-01-01T18:39:52+00:00" + }, + { + "name": "react/promise", + "version": "v2.8.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp/promise.git", + "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4", + "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Promise\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com" + } + ], + "description": "A lightweight implementation of CommonJS Promises/A for PHP", + "keywords": [ + "promise", + "promises" + ], + "time": "2020-05-12T15:16:56+00:00" + }, + { + "name": "react/promise-timer", + "version": "v1.6.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp/promise-timer.git", + "reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/daee9baf6ef30c43ea4c86399f828bb5f558f6e6", + "reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6", + "shasum": "" + }, + "require": { + "php": ">=5.3", + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", + "react/promise": "^3.0 || ^2.7.0 || ^1.2.1" + }, + "require-dev": { + "phpunit/phpunit": "^9.0 || ^5.7 || ^4.8.35" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Promise\\Timer\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Lück", + "email": "christian@lueck.tv" + } + ], + "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.", + "homepage": "https://github.com/reactphp/promise-timer", + "keywords": [ + "async", + "event-loop", + "promise", + "reactphp", + "timeout", + "timer" + ], + "time": "2020-07-10T12:18:06+00:00" + }, + { + "name": "react/socket", + "version": "v1.6.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp/socket.git", + "reference": "e2b96b23a13ca9b41ab343268dbce3f8ef4d524a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/socket/zipball/e2b96b23a13ca9b41ab343268dbce3f8ef4d524a", + "reference": "e2b96b23a13ca9b41ab343268dbce3f8ef4d524a", + "shasum": "" + }, + "require": { + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "php": ">=5.3.0", + "react/dns": "^1.1", + "react/event-loop": "^1.0 || ^0.5", + "react/promise": "^2.6.0 || ^1.2.1", + "react/promise-timer": "^1.4.0", + "react/stream": "^1.1" + }, + "require-dev": { + "clue/block-react": "^1.2", + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35", + "react/promise-stream": "^1.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Socket\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" + } + ], + "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP", + "keywords": [ + "Connection", + "Socket", + "async", + "reactphp", + "stream" + ], + "time": "2020-08-28T12:49:05+00:00" + }, + { + "name": "react/stream", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/reactphp/stream.git", + "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/stream/zipball/7c02b510ee3f582c810aeccd3a197b9c2f52ff1a", + "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a", + "shasum": "" + }, + "require": { + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "php": ">=5.3.8", + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5" + }, + "require-dev": { + "clue/stream-filter": "~1.2", + "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Stream\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", + "keywords": [ + "event-driven", + "io", + "non-blocking", + "pipe", + "reactphp", + "readable", + "stream", + "writable" + ], + "time": "2020-05-04T10:17:57+00:00" + }, + { + "name": "sensio/framework-extra-bundle", + "version": "v5.5.6", + "source": { + "type": "git", + "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", + "reference": "b49f079d8a87a6e6dd434062085ff5a132af466b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/b49f079d8a87a6e6dd434062085ff5a132af466b", + "reference": "b49f079d8a87a6e6dd434062085ff5a132af466b", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.0", + "php": ">=7.1.3", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/framework-bundle": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0" + }, + "conflict": { + "doctrine/doctrine-cache-bundle": "<1.3.1" + }, + "require-dev": { + "doctrine/doctrine-bundle": "^1.11|^2.0", + "doctrine/orm": "^2.5", + "nyholm/psr7": "^1.1", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/dom-crawler": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/monolog-bridge": "^4.0|^5.0", + "symfony/monolog-bundle": "^3.2", + "symfony/phpunit-bridge": "^4.3.5|^5.0", + "symfony/psr-http-message-bridge": "^1.1", + "symfony/security-bundle": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0", + "twig/twig": "^1.34|^2.4|^3.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "5.5.x-dev" + } + }, + "autoload": { + "psr-4": { + "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/" + }, + "exclude-from-classmap": [ + "/tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "This bundle provides a way to configure your controllers with annotations", + "keywords": [ + "annotations", + "controllers" + ], + "time": "2020-06-15T20:28:02+00:00" + }, + { + "name": "swiftmailer/swiftmailer", + "version": "v6.2.3", + "source": { + "type": "git", + "url": "https://github.com/swiftmailer/swiftmailer.git", + "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9", + "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9", + "shasum": "" + }, + "require": { + "egulias/email-validator": "~2.0", + "php": ">=7.0.0", + "symfony/polyfill-iconv": "^1.0", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0" + }, + "require-dev": { + "mockery/mockery": "~0.9.1", + "symfony/phpunit-bridge": "^3.4.19|^4.1.8" + }, + "suggest": { + "ext-intl": "Needed to support internationalized email addresses", + "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.2-dev" + } + }, + "autoload": { + "files": [ + "lib/swift_required.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Chris Corbyn" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Swiftmailer, free feature-rich PHP mailer", + "homepage": "https://swiftmailer.symfony.com", + "keywords": [ + "email", + "mail", + "mailer" + ], + "time": "2019-11-12T09:31:26+00:00" + }, + { + "name": "symfony/apache-pack", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/apache-pack.git", + "reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c", + "reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c", + "shasum": "" + }, + "type": "symfony-pack", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A pack for Apache support in Symfony", + "time": "2017-12-12T01:46:35+00:00" + }, + { + "name": "symfony/asset", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/asset.git", + "reference": "2f07b5993f1607c1c489bac3e15a000c33668b4b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/asset/zipball/2f07b5993f1607c1c489bac3e15a000c33668b4b", + "reference": "2f07b5993f1607c1c489bac3e15a000c33668b4b", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "require-dev": { + "symfony/http-client": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0" + }, + "suggest": { + "symfony/http-foundation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Asset\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Asset Component", + "homepage": "https://symfony.com", + "time": "2020-05-30T20:35:19+00:00" + }, + { + "name": "symfony/cache", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache.git", + "reference": "787eb05e137ad74fa5e51857b9884719760c7b2f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache/zipball/787eb05e137ad74fa5e51857b9884719760c7b2f", + "reference": "787eb05e137ad74fa5e51857b9884719760c7b2f", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/cache": "~1.0", + "psr/log": "~1.0", + "symfony/cache-contracts": "^1.1.7|^2", + "symfony/polyfill-php80": "^1.15", + "symfony/service-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.4|^5.0" + }, + "conflict": { + "doctrine/dbal": "<2.5", + "symfony/dependency-injection": "<4.4", + "symfony/http-kernel": "<4.4", + "symfony/var-dumper": "<4.4" + }, + "provide": { + "psr/cache-implementation": "1.0", + "psr/simple-cache-implementation": "1.0", + "symfony/cache-implementation": "1.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/cache": "^1.6", + "doctrine/dbal": "^2.5|^3.0", + "predis/predis": "^1.1", + "psr/simple-cache": "^1.0", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/var-dumper": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Cache\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Cache component with PSR-6, PSR-16, and tags", + "homepage": "https://symfony.com", + "keywords": [ + "caching", + "psr6" + ], + "time": "2020-06-09T14:15:34+00:00" + }, + { + "name": "symfony/cache-contracts", + "version": "v2.1.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009", + "reference": "9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/cache": "^1.0" + }, + "suggest": { + "symfony/cache-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2020-07-06T13:23:11+00:00" + }, + { + "name": "symfony/config", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "b8623ef3d99fe62a34baf7a111b576216965f880" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/b8623ef3d99fe62a34baf7a111b576216965f880", + "reference": "b8623ef3d99fe62a34baf7a111b576216965f880", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/filesystem": "^4.4|^5.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/finder": "<4.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Config Component", + "homepage": "https://symfony.com", + "time": "2020-05-23T13:08:13+00:00" + }, + { + "name": "symfony/console", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "34ac555a3627e324b660e318daa07572e1140123" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/34ac555a3627e324b660e318daa07572e1140123", + "reference": "34ac555a3627e324b660e318daa07572e1140123", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "^1.8", + "symfony/polyfill-php80": "^1.15", + "symfony/service-contracts": "^1.1|^2", + "symfony/string": "^5.1" + }, + "conflict": { + "symfony/dependency-injection": "<4.4", + "symfony/dotenv": "<5.1", + "symfony/event-dispatcher": "<4.4", + "symfony/lock": "<4.4", + "symfony/process": "<4.4" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/lock": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0", + "symfony/var-dumper": "^4.4|^5.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Console Component", + "homepage": "https://symfony.com", + "time": "2020-06-15T12:59:21+00:00" + }, + { + "name": "symfony/dependency-injection", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "6508423eded583fc07e88a0172803e1a62f0310c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6508423eded583fc07e88a0172803e1a62f0310c", + "reference": "6508423eded583fc07e88a0172803e1a62f0310c", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.0", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php80": "^1.15", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<5.1", + "symfony/finder": "<4.4", + "symfony/proxy-manager-bridge": "<4.4", + "symfony/yaml": "<4.4" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0" + }, + "require-dev": { + "symfony/config": "^5.1", + "symfony/expression-language": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com", + "time": "2020-06-12T08:11:32+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v2.1.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14", + "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "time": "2020-06-06T08:49:21+00:00" + }, + { + "name": "symfony/doctrine-bridge", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/doctrine-bridge.git", + "reference": "997377af37ae96565bf2aea127fb2b6285cd0d51" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/997377af37ae96565bf2aea127fb2b6285cd0d51", + "reference": "997377af37ae96565bf2aea127fb2b6285cd0d51", + "shasum": "" + }, + "require": { + "doctrine/event-manager": "~1.0", + "doctrine/persistence": "^1.3", + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "phpunit/phpunit": "<5.4.3", + "symfony/dependency-injection": "<4.4", + "symfony/form": "<5.1", + "symfony/http-kernel": "<5", + "symfony/messenger": "<4.4", + "symfony/property-info": "<5", + "symfony/security-bundle": "<5", + "symfony/security-core": "<5", + "symfony/validator": "<5.0.2" + }, + "require-dev": { + "doctrine/annotations": "~1.7", + "doctrine/cache": "~1.6", + "doctrine/collections": "~1.0", + "doctrine/data-fixtures": "1.0.*", + "doctrine/dbal": "~2.4", + "doctrine/orm": "^2.6.3", + "doctrine/reflection": "~1.0", + "symfony/cache": "^5.1", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/doctrine-messenger": "^5.1", + "symfony/expression-language": "^4.4|^5.0", + "symfony/form": "^5.1", + "symfony/http-kernel": "^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/property-access": "^4.4|^5.0", + "symfony/property-info": "^5.0", + "symfony/proxy-manager-bridge": "^4.4|^5.0", + "symfony/security-core": "^5.0", + "symfony/stopwatch": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/validator": "^5.0.2", + "symfony/var-dumper": "^4.4|^5.0" + }, + "suggest": { + "doctrine/data-fixtures": "", + "doctrine/dbal": "", + "doctrine/orm": "", + "symfony/form": "", + "symfony/property-info": "", + "symfony/validator": "" + }, + "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bridge\\Doctrine\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Doctrine Bridge", + "homepage": "https://symfony.com", + "time": "2020-06-09T14:15:34+00:00" + }, + { + "name": "symfony/dotenv", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/dotenv.git", + "reference": "42d2a18597f4c7cafc0e25b1ad6a1cbb4f2caf05" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/42d2a18597f4c7cafc0e25b1ad6a1cbb4f2caf05", + "reference": "42d2a18597f4c7cafc0e25b1ad6a1cbb4f2caf05", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1" + }, + "require-dev": { + "symfony/process": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Dotenv\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Registers environment variables from a .env file", + "homepage": "https://symfony.com", + "keywords": [ + "dotenv", + "env", + "environment" + ], + "time": "2020-05-28T08:20:44+00:00" + }, + { + "name": "symfony/error-handler", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/error-handler.git", + "reference": "7d0b927b9d3dc41d7d46cda38cbfcd20cdcbb896" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/7d0b927b9d3dc41d7d46cda38cbfcd20cdcbb896", + "reference": "7d0b927b9d3dc41d7d46cda38cbfcd20cdcbb896", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/log": "^1.0", + "symfony/polyfill-php80": "^1.15", + "symfony/var-dumper": "^4.4|^5.0" + }, + "require-dev": { + "symfony/deprecation-contracts": "^2.1", + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony ErrorHandler Component", + "homepage": "https://symfony.com", + "time": "2020-05-30T20:35:19+00:00" + }, + { + "name": "symfony/event-dispatcher", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cc0d059e2e997e79ca34125a52f3e33de4424ac7", + "reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/event-dispatcher-contracts": "^2", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/dependency-injection": "<4.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "2.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^4.4|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com", + "time": "2020-05-20T17:43:50+00:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v2.1.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f6f613d74cfc5a623fc36294d3451eb7fa5a042b", + "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/event-dispatcher": "^1" + }, + "suggest": { + "symfony/event-dispatcher-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2020-07-06T13:23:11+00:00" + }, + { + "name": "symfony/expression-language", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/expression-language.git", + "reference": "6675d937852379a251017db6e5144dd57506fbbd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/6675d937852379a251017db6e5144dd57506fbbd", + "reference": "6675d937852379a251017db6e5144dd57506fbbd", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/cache": "^4.4|^5.0", + "symfony/polyfill-php80": "^1.15", + "symfony/service-contracts": "^1.1|^2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\ExpressionLanguage\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony ExpressionLanguage Component", + "homepage": "https://symfony.com", + "time": "2020-05-31T07:33:39+00:00" + }, + { + "name": "symfony/filesystem", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "6e4320f06d5f2cce0d96530162491f4465179157" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/6e4320f06d5f2cce0d96530162491f4465179157", + "reference": "6e4320f06d5f2cce0d96530162491f4465179157", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Filesystem Component", + "homepage": "https://symfony.com", + "time": "2020-05-30T20:35:19+00:00" + }, + { + "name": "symfony/finder", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187", + "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Finder Component", + "homepage": "https://symfony.com", + "time": "2020-05-20T17:43:50+00:00" + }, + { + "name": "symfony/flex", + "version": "v1.8.4", + "source": { + "type": "git", + "url": "https://github.com/symfony/flex.git", + "reference": "7df5a72c7664baab629ec33de7890e9e3996b51b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/flex/zipball/7df5a72c7664baab629ec33de7890e9e3996b51b", + "reference": "7df5a72c7664baab629ec33de7890e9e3996b51b", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0|^2.0", + "php": ">=7.1" + }, + "require-dev": { + "composer/composer": "^1.0.2|^2.0", + "symfony/dotenv": "^4.4|^5.0", + "symfony/phpunit-bridge": "^4.4|^5.0", + "symfony/process": "^3.4|^4.4|^5.0" + }, + "type": "composer-plugin", + "extra": { + "branch-alias": { + "dev-master": "1.8-dev" + }, + "class": "Symfony\\Flex\\Flex" + }, + "autoload": { + "psr-4": { + "Symfony\\Flex\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien.potencier@gmail.com" + } + ], + "description": "Composer plugin for Symfony", + "time": "2020-06-16T23:10:41+00:00" + }, + { + "name": "symfony/form", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/form.git", + "reference": "7f0fae286e498aa19ce0c4f737c5bd16cb1ebfba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/form/zipball/7f0fae286e498aa19ce0c4f737c5bd16cb1ebfba", + "reference": "7f0fae286e498aa19ce0c4f737c5bd16cb1ebfba", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/intl": "^4.4|^5.0", + "symfony/options-resolver": "^5.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15", + "symfony/property-access": "^5.0", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<4.4", + "symfony/dependency-injection": "<4.4", + "symfony/doctrine-bridge": "<4.4", + "symfony/error-handler": "<4.4.5", + "symfony/framework-bundle": "<4.4", + "symfony/http-kernel": "<4.4", + "symfony/intl": "<4.4", + "symfony/translation": "<4.4", + "symfony/translation-contracts": "<1.1.7", + "symfony/twig-bridge": "<4.4" + }, + "require-dev": { + "doctrine/collections": "~1.0", + "symfony/config": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0", + "symfony/security-csrf": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/var-dumper": "^4.4|^5.0" + }, + "suggest": { + "symfony/security-csrf": "For protecting forms against CSRF attacks.", + "symfony/twig-bridge": "For templating with Twig.", + "symfony/validator": "For form validation." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Form\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Form Component", + "homepage": "https://symfony.com", + "time": "2020-06-14T15:52:41+00:00" + }, + { + "name": "symfony/framework-bundle", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/framework-bundle.git", + "reference": "d9a85deaa9c7a10df087d86f6a689eb5d4db0abc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/d9a85deaa9c7a10df087d86f6a689eb5d4db0abc", + "reference": "d9a85deaa9c7a10df087d86f6a689eb5d4db0abc", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.2.5", + "symfony/cache": "^4.4|^5.0", + "symfony/config": "^5.0", + "symfony/dependency-injection": "^5.1", + "symfony/error-handler": "^4.4.1|^5.0.1", + "symfony/event-dispatcher": "^5.1", + "symfony/filesystem": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^5.0", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15", + "symfony/routing": "^5.1" + }, + "conflict": { + "doctrine/persistence": "<1.3", + "phpdocumentor/reflection-docblock": "<3.0", + "phpdocumentor/type-resolver": "<0.2.1", + "phpunit/phpunit": "<5.4.3", + "symfony/asset": "<5.1", + "symfony/browser-kit": "<4.4", + "symfony/console": "<4.4", + "symfony/dom-crawler": "<4.4", + "symfony/dotenv": "<5.1", + "symfony/form": "<4.4", + "symfony/http-client": "<4.4", + "symfony/lock": "<4.4", + "symfony/mailer": "<4.4", + "symfony/messenger": "<4.4", + "symfony/mime": "<4.4", + "symfony/property-info": "<4.4", + "symfony/serializer": "<4.4", + "symfony/stopwatch": "<4.4", + "symfony/translation": "<5.0", + "symfony/twig-bridge": "<4.4", + "symfony/twig-bundle": "<4.4", + "symfony/validator": "<4.4", + "symfony/web-profiler-bundle": "<4.4", + "symfony/workflow": "<4.4" + }, + "require-dev": { + "doctrine/annotations": "~1.7", + "doctrine/cache": "~1.0", + "paragonie/sodium_compat": "^1.8", + "phpdocumentor/reflection-docblock": "^3.0|^4.0", + "symfony/asset": "^5.1", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/css-selector": "^4.4|^5.0", + "symfony/dom-crawler": "^4.4|^5.0", + "symfony/dotenv": "^5.1", + "symfony/expression-language": "^4.4|^5.0", + "symfony/form": "^4.4|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/lock": "^4.4|^5.0", + "symfony/mailer": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/process": "^4.4|^5.0", + "symfony/property-info": "^4.4|^5.0", + "symfony/security-bundle": "^5.1", + "symfony/security-csrf": "^4.4|^5.0", + "symfony/security-http": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/stopwatch": "^4.4|^5.0", + "symfony/string": "^5.0", + "symfony/translation": "^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/web-link": "^4.4|^5.0", + "symfony/workflow": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0", + "twig/twig": "^2.10|^3.0" + }, + "suggest": { + "ext-apcu": "For best performance of the system caches", + "symfony/console": "For using the console commands", + "symfony/form": "For using forms", + "symfony/property-info": "For using the property_info service", + "symfony/serializer": "For using the serializer service", + "symfony/validator": "For using validation", + "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", + "symfony/yaml": "For using the debug:config and lint:yaml commands" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\FrameworkBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony FrameworkBundle", + "homepage": "https://symfony.com", + "time": "2020-06-12T08:11:32+00:00" + }, + { + "name": "symfony/http-client", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client.git", + "reference": "aae28b613d7a88e529df46e617f046be0236ab54" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client/zipball/aae28b613d7a88e529df46e617f046be0236ab54", + "reference": "aae28b613d7a88e529df46e617f046be0236ab54", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/log": "^1.0", + "symfony/http-client-contracts": "^2.1.1", + "symfony/polyfill-php73": "^1.11", + "symfony/polyfill-php80": "^1.15", + "symfony/service-contracts": "^1.0|^2" + }, + "provide": { + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "1.0", + "symfony/http-client-implementation": "1.1" + }, + "require-dev": { + "amphp/http-client": "^4.2.1", + "amphp/http-tunnel": "^1.0", + "amphp/socket": "^1.1", + "guzzlehttp/promises": "^1.3.1", + "nyholm/psr7": "^1.0", + "php-http/httplug": "^1.0|^2.0", + "psr/http-client": "^1.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpClient\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpClient component", + "homepage": "https://symfony.com", + "time": "2020-06-11T21:20:02+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "v2.1.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "cd88921e9add61f2064c9c6b30de4f589db42962" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/cd88921e9add61f2064c9c6b30de4f589db42962", + "reference": "cd88921e9add61f2064c9c6b30de4f589db42962", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2020-07-06T13:23:11+00:00" + }, + { + "name": "symfony/http-foundation", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "f93055171b847915225bd5b0a5792888419d8d75" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f93055171b847915225bd5b0a5792888419d8d75", + "reference": "f93055171b847915225bd5b0a5792888419d8d75", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.15" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/cache": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0" + }, + "suggest": { + "symfony/mime": "To use the file extension guesser" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpFoundation Component", + "homepage": "https://symfony.com", + "time": "2020-06-15T06:52:54+00:00" + }, + { + "name": "symfony/http-kernel", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "a18c27ace1ef344ffcb129a5b089bad7643b387a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a18c27ace1ef344ffcb129a5b089bad7643b387a", + "reference": "a18c27ace1ef344ffcb129a5b089bad7643b387a", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/log": "~1.0", + "symfony/deprecation-contracts": "^2.1", + "symfony/error-handler": "^4.4|^5.0", + "symfony/event-dispatcher": "^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/browser-kit": "<4.4", + "symfony/cache": "<5.0", + "symfony/config": "<5.0", + "symfony/console": "<4.4", + "symfony/dependency-injection": "<4.4", + "symfony/doctrine-bridge": "<5.0", + "symfony/form": "<5.0", + "symfony/http-client": "<5.0", + "symfony/mailer": "<5.0", + "symfony/messenger": "<5.0", + "symfony/translation": "<5.0", + "symfony/twig-bridge": "<5.0", + "symfony/validator": "<5.0", + "twig/twig": "<2.4" + }, + "provide": { + "psr/log-implementation": "1.0" + }, + "require-dev": { + "psr/cache": "~1.0", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/config": "^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/css-selector": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/dom-crawler": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0", + "symfony/routing": "^4.4|^5.0", + "symfony/stopwatch": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^2.4|^3.0" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpKernel Component", + "homepage": "https://symfony.com", + "time": "2020-06-15T13:51:38+00:00" + }, + { + "name": "symfony/inflector", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/inflector.git", + "reference": "fddb4262dd136b34db993a2a3488713df91e4856" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/inflector/zipball/fddb4262dd136b34db993a2a3488713df91e4856", + "reference": "fddb4262dd136b34db993a2a3488713df91e4856", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/string": "^5.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Inflector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Inflector Component", + "homepage": "https://symfony.com", + "keywords": [ + "inflection", + "pluralize", + "singularize", + "string", + "symfony", + "words" + ], + "time": "2020-05-20T17:43:50+00:00" + }, + { + "name": "symfony/intl", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/intl.git", + "reference": "b21d69ebb33adfcb7e6d8b0a0a8799db7090705b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/intl/zipball/b21d69ebb33adfcb7e6d8b0a0a8799db7090705b", + "reference": "b21d69ebb33adfcb7e6d8b0a0a8799db7090705b", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/polyfill-php80": "^1.15" + }, + "require-dev": { + "symfony/filesystem": "^4.4|^5.0" + }, + "suggest": { + "ext-intl": "to use the component with locales other than \"en\"" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Intl\\": "" + }, + "classmap": [ + "Resources/stubs" + ], + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Eriksen Costa", + "email": "eriksen.costa@infranology.com.br" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", + "homepage": "https://symfony.com", + "keywords": [ + "i18n", + "icu", + "internationalization", + "intl", + "l10n", + "localization" + ], + "time": "2020-05-30T20:35:19+00:00" + }, + { + "name": "symfony/lock", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/lock.git", + "reference": "5c40fa872c019a4ad5987a0648f22f85a5821507" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/lock/zipball/5c40fa872c019a4ad5987a0648f22f85a5821507", + "reference": "5c40fa872c019a4ad5987a0648f22f85a5821507", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/log": "~1.0", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "doctrine/dbal": "<2.5" + }, + "require-dev": { + "doctrine/dbal": "^2.5|^3.0", + "mongodb/mongodb": "~1.1", + "predis/predis": "~1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Lock\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jérémy Derussé", + "email": "jeremy@derusse.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Lock Component", + "homepage": "https://symfony.com", + "keywords": [ + "cas", + "flock", + "locking", + "mutex", + "redlock", + "semaphore" + ], + "time": "2020-06-10T14:19:12+00:00" + }, + { + "name": "symfony/mailer", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/mailer.git", + "reference": "203f236f1c2f4d8980f3c4120c8032c8cfe1e893" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mailer/zipball/203f236f1c2f4d8980f3c4120c8032c8cfe1e893", + "reference": "203f236f1c2f4d8980f3c4120c8032c8cfe1e893", + "shasum": "" + }, + "require": { + "egulias/email-validator": "^2.1.10", + "php": ">=7.2.5", + "psr/log": "~1.0", + "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-php80": "^1.15", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "symfony/http-kernel": "<4.4" + }, + "require-dev": { + "symfony/amazon-mailer": "^4.4|^5.0", + "symfony/google-mailer": "^4.4|^5.0", + "symfony/http-client-contracts": "^1.1|^2", + "symfony/mailchimp-mailer": "^4.4|^5.0", + "symfony/mailgun-mailer": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/postmark-mailer": "^4.4|^5.0", + "symfony/sendgrid-mailer": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Mailer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Mailer Component", + "homepage": "https://symfony.com", + "time": "2020-06-11T21:20:02+00:00" + }, + { + "name": "symfony/maker-bundle", + "version": "v1.19.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/maker-bundle.git", + "reference": "bea8c3c959e48a2c952cc7c4f4f32964be8b8874" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/bea8c3c959e48a2c952cc7c4f4f32964be8b8874", + "reference": "bea8c3c959e48a2c952cc7c4f4f32964be8b8874", + "shasum": "" + }, + "require": { + "doctrine/inflector": "^1.2", + "nikic/php-parser": "^4.0", + "php": "^7.1.3", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/framework-bundle": "^3.4|^4.0|^5.0", + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "require-dev": { + "doctrine/doctrine-bundle": "^1.8|^2.0", + "doctrine/orm": "^2.3", + "friendsofphp/php-cs-fixer": "^2.8", + "friendsoftwig/twigcs": "^3.1.2", + "symfony/http-client": "^4.3|^5.0", + "symfony/phpunit-bridge": "^4.3|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/security-core": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\MakerBundle\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.", + "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html", + "keywords": [ + "code generator", + "generator", + "scaffold", + "scaffolding" + ], + "time": "2020-05-29T14:47:30+00:00" + }, + { + "name": "symfony/mime", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "c0c418f05e727606e85b482a8591519c4712cf45" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/c0c418f05e727606e85b482a8591519c4712cf45", + "reference": "c0c418f05e727606e85b482a8591519c4712cf45", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10", + "symfony/dependency-injection": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A library to manipulate MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "time": "2020-06-09T15:07:35+00:00" + }, + { + "name": "symfony/monolog-bridge", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bridge.git", + "reference": "b275d752c7e999a77e1bddca117e575030a23058" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/b275d752c7e999a77e1bddca117e575030a23058", + "reference": "b275d752c7e999a77e1bddca117e575030a23058", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.25.1|^2", + "php": ">=7.2.5", + "symfony/http-kernel": "^4.4|^5.0", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "symfony/console": "<4.4", + "symfony/http-foundation": "<4.4" + }, + "require-dev": { + "symfony/console": "^4.4|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/mailer": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/security-core": "^4.4|^5.0", + "symfony/var-dumper": "^4.4|^5.0" + }, + "suggest": { + "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", + "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", + "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." + }, + "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bridge\\Monolog\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Monolog Bridge", + "homepage": "https://symfony.com", + "time": "2020-05-30T20:35:19+00:00" + }, + { + "name": "symfony/monolog-bundle", + "version": "v3.5.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bundle.git", + "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd", + "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd", + "shasum": "" + }, + "require": { + "monolog/monolog": "~1.22 || ~2.0", + "php": ">=5.6", + "symfony/config": "~3.4 || ~4.0 || ^5.0", + "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0", + "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0", + "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0" + }, + "require-dev": { + "symfony/console": "~3.4 || ~4.0 || ^5.0", + "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0", + "symfony/yaml": "~3.4 || ~4.0 || ^5.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\MonologBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony MonologBundle", + "homepage": "http://symfony.com", + "keywords": [ + "log", + "logging" + ], + "time": "2019-11-13T13:11:14+00:00" + }, + { + "name": "symfony/options-resolver", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/options-resolver.git", + "reference": "663f5dd5e14057d1954fe721f9709d35837f2447" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/663f5dd5e14057d1954fe721f9709d35837f2447", + "reference": "663f5dd5e14057d1954fe721f9709d35837f2447", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php80": "^1.15" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\OptionsResolver\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony OptionsResolver Component", + "homepage": "https://symfony.com", + "keywords": [ + "config", + "configuration", + "options" + ], + "time": "2020-05-23T13:08:13+00:00" + }, + { + "name": "symfony/orm-pack", + "version": "v1.0.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/orm-pack.git", + "reference": "c9bcc08102061f406dc908192c0f33524a675666" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/orm-pack/zipball/c9bcc08102061f406dc908192c0f33524a675666", + "reference": "c9bcc08102061f406dc908192c0f33524a675666", + "shasum": "" + }, + "require": { + "doctrine/doctrine-bundle": "*", + "doctrine/doctrine-migrations-bundle": "*", + "doctrine/orm": "*" + }, + "type": "symfony-pack", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A pack for the Doctrine ORM", + "time": "2020-02-10T18:03:48+00:00" + }, + { + "name": "symfony/polyfill-intl-grapheme", + "version": "v1.17.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-grapheme.git", + "reference": "6e4dbcf5e81eba86e36731f94fe56b1726835846" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/6e4dbcf5e81eba86e36731f94fe56b1726835846", + "reference": "6e4dbcf5e81eba86e36731f94fe56b1726835846", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Grapheme\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's grapheme_* functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "grapheme", + "intl", + "polyfill", + "portable", + "shim" + ], + "time": "2020-06-06T08:46:27+00:00" + }, + { + "name": "symfony/polyfill-intl-icu", + "version": "v1.17.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-icu.git", + "reference": "7b5e03aeb88cc8b4b2b136e34b0fc0830e86cd4d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/7b5e03aeb88cc8b4b2b136e34b0fc0830e86cd4d", + "reference": "7b5e03aeb88cc8b4b2b136e34b0fc0830e86cd4d", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/intl": "~2.3|~3.0|~4.0|~5.0" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's ICU-related data and classes", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "icu", + "intl", + "polyfill", + "portable", + "shim" + ], + "time": "2020-06-06T08:46:27+00:00" + }, + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.17.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "a57f8161502549a742a63c09f0a604997bf47027" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027", + "reference": "a57f8161502549a742a63c09f0a604997bf47027", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "time": "2020-06-06T08:46:27+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.17.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "40309d1700e8f72447bb9e7b54af756eeea35620" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/40309d1700e8f72447bb9e7b54af756eeea35620", + "reference": "40309d1700e8f72447bb9e7b54af756eeea35620", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "time": "2020-06-14T14:40:37+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.17.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "7110338d81ce1cbc3e273136e4574663627037a7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7", + "reference": "7110338d81ce1cbc3e273136e4574663627037a7", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "time": "2020-06-06T08:46:27+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.17.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "f048e612a3905f34931127360bdd2def19a5e582" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582", + "reference": "f048e612a3905f34931127360bdd2def19a5e582", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2020-05-12T16:47:27+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.17.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a", + "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2020-06-06T08:46:27+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.17.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2", + "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2", + "shasum": "" + }, + "require": { + "php": ">=7.0.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2020-06-06T08:46:27+00:00" + }, + { + "name": "symfony/process", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1", + "reference": "7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "https://symfony.com", + "time": "2020-05-30T20:35:19+00:00" + }, + { + "name": "symfony/profiler-pack", + "version": "v1.0.4", + "source": { + "type": "git", + "url": "https://github.com/symfony/profiler-pack.git", + "reference": "99c4370632c2a59bb0444852f92140074ef02209" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/99c4370632c2a59bb0444852f92140074ef02209", + "reference": "99c4370632c2a59bb0444852f92140074ef02209", + "shasum": "" + }, + "require": { + "php": "^7.0", + "symfony/stopwatch": "*", + "symfony/twig-bundle": "*", + "symfony/web-profiler-bundle": "*" + }, + "type": "symfony-pack", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A pack for the Symfony web profiler", + "time": "2018-12-10T12:11:44+00:00" + }, + { + "name": "symfony/property-access", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/property-access.git", + "reference": "638b96246da68810484a5a46ff397e9326f42afc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/property-access/zipball/638b96246da68810484a5a46ff397e9326f42afc", + "reference": "638b96246da68810484a5a46ff397e9326f42afc", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/inflector": "^4.4|^5.0", + "symfony/polyfill-php80": "^1.15", + "symfony/property-info": "^5.1.1" + }, + "require-dev": { + "symfony/cache": "^4.4|^5.0" + }, + "suggest": { + "psr/cache-implementation": "To cache access methods." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\PropertyAccess\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony PropertyAccess Component", + "homepage": "https://symfony.com", + "keywords": [ + "access", + "array", + "extraction", + "index", + "injection", + "object", + "property", + "property path", + "reflection" + ], + "time": "2020-06-04T09:56:18+00:00" + }, + { + "name": "symfony/property-info", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/property-info.git", + "reference": "75d79faca45092829b55eb83f73068e34c6567c5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/property-info/zipball/75d79faca45092829b55eb83f73068e34c6567c5", + "reference": "75d79faca45092829b55eb83f73068e34c6567c5", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15", + "symfony/string": "^5.1" + }, + "conflict": { + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0", + "symfony/dependency-injection": "<4.4" + }, + "require-dev": { + "doctrine/annotations": "~1.7", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/cache": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" + }, + "suggest": { + "phpdocumentor/reflection-docblock": "To use the PHPDoc", + "psr/cache-implementation": "To cache results", + "symfony/doctrine-bridge": "To use Doctrine metadata", + "symfony/serializer": "To use Serializer metadata" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\PropertyInfo\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kévin Dunglas", + "email": "dunglas@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Property Info Component", + "homepage": "https://symfony.com", + "keywords": [ + "doctrine", + "phpdoc", + "property", + "symfony", + "type", + "validator" + ], + "time": "2020-06-15T11:50:15+00:00" + }, + { + "name": "symfony/routing", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "bbd0ba121d623f66d165a55a108008968911f3eb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/bbd0ba121d623f66d165a55a108008968911f3eb", + "reference": "bbd0ba121d623f66d165a55a108008968911f3eb", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/config": "<5.0", + "symfony/dependency-injection": "<4.4", + "symfony/yaml": "<4.4" + }, + "require-dev": { + "doctrine/annotations": "~1.2", + "psr/log": "~1.0", + "symfony/config": "^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Routing Component", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ], + "time": "2020-06-10T11:49:58+00:00" + }, + { + "name": "symfony/security-bundle", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-bundle.git", + "reference": "d2013a73a0163f4fad6d24fbb81affb6e943ec2e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d2013a73a0163f4fad6d24fbb81affb6e943ec2e", + "reference": "d2013a73a0163f4fad6d24fbb81affb6e943ec2e", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.2.5", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^5.1", + "symfony/event-dispatcher": "^5.1", + "symfony/http-kernel": "^5.0", + "symfony/polyfill-php80": "^1.15", + "symfony/security-core": "^5.1", + "symfony/security-csrf": "^4.4|^5.0", + "symfony/security-guard": "^5.1", + "symfony/security-http": "^5.1,>=5.1.2" + }, + "conflict": { + "symfony/browser-kit": "<4.4", + "symfony/console": "<4.4", + "symfony/framework-bundle": "<4.4", + "symfony/ldap": "<4.4", + "symfony/twig-bundle": "<4.4" + }, + "require-dev": { + "doctrine/doctrine-bundle": "^2.0", + "symfony/asset": "^4.4|^5.0", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/css-selector": "^4.4|^5.0", + "symfony/dom-crawler": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/form": "^4.4|^5.0", + "symfony/framework-bundle": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/twig-bridge": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0", + "twig/twig": "^2.10|^3.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\SecurityBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony SecurityBundle", + "homepage": "https://symfony.com", + "time": "2020-06-15T08:29:02+00:00" + }, + { + "name": "symfony/security-core", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-core.git", + "reference": "7414e45f720dd81879bd9a74f152ec92e91d36b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-core/zipball/7414e45f720dd81879bd9a74f152ec92e91d36b6", + "reference": "7414e45f720dd81879bd9a74f152ec92e91d36b6", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/event-dispatcher-contracts": "^1.1|^2", + "symfony/polyfill-php80": "^1.15", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/event-dispatcher": "<4.4", + "symfony/ldap": "<4.4", + "symfony/security-guard": "<4.4" + }, + "require-dev": { + "psr/container": "^1.0", + "psr/log": "~1.0", + "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/ldap": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0" + }, + "suggest": { + "psr/container-implementation": "To instantiate the Security class", + "symfony/event-dispatcher": "", + "symfony/expression-language": "For using the expression voter", + "symfony/http-foundation": "", + "symfony/ldap": "For using LDAP integration", + "symfony/validator": "For using the user password constraint" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Core\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Core Library", + "homepage": "https://symfony.com", + "time": "2020-05-30T21:52:37+00:00" + }, + { + "name": "symfony/security-csrf", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-csrf.git", + "reference": "962323e4db4458d731d5006f14019a22a2f84b06" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/962323e4db4458d731d5006f14019a22a2f84b06", + "reference": "962323e4db4458d731d5006f14019a22a2f84b06", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/security-core": "^4.4|^5.0" + }, + "conflict": { + "symfony/http-foundation": "<4.4" + }, + "require-dev": { + "symfony/http-foundation": "^4.4|^5.0" + }, + "suggest": { + "symfony/http-foundation": "For using the class SessionTokenStorage." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Csrf\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - CSRF Library", + "homepage": "https://symfony.com", + "time": "2020-05-20T17:43:50+00:00" + }, + { + "name": "symfony/security-guard", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-guard.git", + "reference": "85c368be963e9f0df9e93d830f966fc0af531703" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/85c368be963e9f0df9e93d830f966fc0af531703", + "reference": "85c368be963e9f0df9e93d830f966fc0af531703", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15", + "symfony/security-core": "^5.0", + "symfony/security-http": "^4.4.1|^5.0.1" + }, + "require-dev": { + "psr/log": "~1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Guard\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Guard", + "homepage": "https://symfony.com", + "time": "2020-05-20T17:43:50+00:00" + }, + { + "name": "symfony/security-http", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-http.git", + "reference": "671aeab2db9162288e27c8ef525c63d51c810cb3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-http/zipball/671aeab2db9162288e27c8ef525c63d51c810cb3", + "reference": "671aeab2db9162288e27c8ef525c63d51c810cb3", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/http-foundation": "^4.4.7|^5.0.7", + "symfony/http-kernel": "^4.4|^5.0", + "symfony/polyfill-php80": "^1.15", + "symfony/property-access": "^4.4|^5.0", + "symfony/security-core": "^5.1" + }, + "conflict": { + "symfony/event-dispatcher": "<4.3", + "symfony/security-csrf": "<4.4" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/routing": "^4.4|^5.0", + "symfony/security-csrf": "^4.4|^5.0" + }, + "suggest": { + "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", + "symfony/security-csrf": "For using tokens to protect authentication/logout attempts" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Http\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - HTTP Integration", + "homepage": "https://symfony.com", + "time": "2020-06-13T15:06:42+00:00" + }, + { + "name": "symfony/serializer", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/serializer.git", + "reference": "d1151fc0fd64b613f2a7012afc22d36b1341a5fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/serializer/zipball/d1151fc0fd64b613f2a7012afc22d36b1341a5fd", + "reference": "d1151fc0fd64b613f2a7012afc22d36b1341a5fd", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "phpdocumentor/type-resolver": "<0.2.1", + "symfony/dependency-injection": "<4.4", + "symfony/property-access": "<4.4", + "symfony/property-info": "<4.4", + "symfony/yaml": "<4.4" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "phpdocumentor/reflection-docblock": "^3.2|^4.0", + "symfony/cache": "^4.4|^5.0", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/error-handler": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/property-access": "^4.4|^5.0", + "symfony/property-info": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "For using the XML mapping loader.", + "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.", + "symfony/property-access": "For using the ObjectNormalizer.", + "symfony/property-info": "To deserialize relations.", + "symfony/yaml": "For using the default YAML mapping loader." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Serializer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Serializer Component", + "homepage": "https://symfony.com", + "time": "2020-06-07T15:42:22+00:00" + }, + { + "name": "symfony/serializer-pack", + "version": "v1.0.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/serializer-pack.git", + "reference": "9bbce72dcad0cca797b678d3bfb764cf923ab28a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/9bbce72dcad0cca797b678d3bfb764cf923ab28a", + "reference": "9bbce72dcad0cca797b678d3bfb764cf923ab28a", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.0", + "php": "^7.0", + "phpdocumentor/reflection-docblock": "*", + "symfony/property-access": "*", + "symfony/property-info": "*", + "symfony/serializer": "*" + }, + "type": "symfony-pack", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A pack for the Symfony serializer", + "time": "2020-03-28T16:26:24+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "v2.1.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442", + "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.0" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2020-07-06T13:23:11+00:00" + }, + { + "name": "symfony/stopwatch", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/stopwatch.git", + "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0f7c58cf81dbb5dd67d423a89d577524a2ec0323", + "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/service-contracts": "^1.0|^2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Stopwatch\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Stopwatch Component", + "homepage": "https://symfony.com", + "time": "2020-05-20T17:43:50+00:00" + }, + { + "name": "symfony/string", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/string.git", + "reference": "ac70459db781108db7c6d8981dd31ce0e29e3298" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/string/zipball/ac70459db781108db7c6d8981dd31ce0e29e3298", + "reference": "ac70459db781108db7c6d8981dd31ce0e29e3298", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-grapheme": "~1.0", + "symfony/polyfill-intl-normalizer": "~1.0", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "~1.15" + }, + "require-dev": { + "symfony/error-handler": "^4.4|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\String\\": "" + }, + "files": [ + "Resources/functions.php" + ], + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony String component", + "homepage": "https://symfony.com", + "keywords": [ + "grapheme", + "i18n", + "string", + "unicode", + "utf-8", + "utf8" + ], + "time": "2020-06-11T12:16:36+00:00" + }, + { + "name": "symfony/swiftmailer-bundle", + "version": "v3.4.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/swiftmailer-bundle.git", + "reference": "553d2474288349faed873da8ab7c1551a00d26ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/553d2474288349faed873da8ab7c1551a00d26ae", + "reference": "553d2474288349faed873da8ab7c1551a00d26ae", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "swiftmailer/swiftmailer": "^6.1.3", + "symfony/config": "^4.3.8|^5.0", + "symfony/dependency-injection": "^4.3.8|^5.0", + "symfony/http-kernel": "^4.3.8|^5.0" + }, + "conflict": { + "twig/twig": "<1.41|<2.10" + }, + "require-dev": { + "symfony/console": "^4.3.8|^5.0", + "symfony/framework-bundle": "^4.3.8|^5.0", + "symfony/phpunit-bridge": "^4.3.8|^5.0", + "symfony/yaml": "^4.3.8|^5.0" + }, + "suggest": { + "psr/log": "Allows logging" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\SwiftmailerBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony SwiftmailerBundle", + "homepage": "http://symfony.com", + "time": "2019-11-14T16:18:31+00:00" + }, + { + "name": "symfony/templating", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/templating.git", + "reference": "d3f0347e70029067ab690bfa9ff121c1c929ee4e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/templating/zipball/d3f0347e70029067ab690bfa9ff121c1c929ee4e", + "reference": "d3f0347e70029067ab690bfa9ff121c1c929ee4e", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8" + }, + "require-dev": { + "psr/log": "~1.0" + }, + "suggest": { + "psr/log-implementation": "For using debug logging in loaders" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Templating\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Templating Component", + "homepage": "https://symfony.com", + "time": "2020-05-28T08:20:44+00:00" + }, + { + "name": "symfony/translation", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation.git", + "reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation/zipball/d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2", + "reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15", + "symfony/translation-contracts": "^2" + }, + "conflict": { + "symfony/config": "<4.4", + "symfony/dependency-injection": "<5.0", + "symfony/http-kernel": "<5.0", + "symfony/twig-bundle": "<5.0", + "symfony/yaml": "<4.4" + }, + "provide": { + "symfony/translation-implementation": "2.0" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/dependency-injection": "^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/http-kernel": "^5.0", + "symfony/intl": "^4.4|^5.0", + "symfony/service-contracts": "^1.1.2|^2", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Translation Component", + "homepage": "https://symfony.com", + "time": "2020-05-30T20:35:19+00:00" + }, + { + "name": "symfony/translation-contracts", + "version": "v2.1.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/616a9773c853097607cf9dd6577d5b143ffdcd63", + "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/translation-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Translation\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to translation", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2020-07-06T13:23:11+00:00" + }, + { + "name": "symfony/twig-bridge", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/twig-bridge.git", + "reference": "04f57638e591b23d06f72dca2f123605dbbe3a75" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/04f57638e591b23d06f72dca2f123605dbbe3a75", + "reference": "04f57638e591b23d06f72dca2f123605dbbe3a75", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^2.10|^3.0" + }, + "conflict": { + "symfony/console": "<4.4", + "symfony/form": "<5.1", + "symfony/http-foundation": "<4.4", + "symfony/http-kernel": "<4.4", + "symfony/translation": "<5.0", + "symfony/workflow": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10", + "symfony/asset": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/form": "^5.1", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/routing": "^4.4|^5.0", + "symfony/security-acl": "^2.8|^3.0", + "symfony/security-core": "^4.4|^5.0", + "symfony/security-csrf": "^4.4|^5.0", + "symfony/security-http": "^4.4|^5.0", + "symfony/stopwatch": "^4.4|^5.0", + "symfony/translation": "^5.0", + "symfony/web-link": "^4.4|^5.0", + "symfony/workflow": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0", + "twig/cssinliner-extra": "^2.12", + "twig/inky-extra": "^2.12", + "twig/markdown-extra": "^2.12" + }, + "suggest": { + "symfony/asset": "For using the AssetExtension", + "symfony/expression-language": "For using the ExpressionExtension", + "symfony/finder": "", + "symfony/form": "For using the FormExtension", + "symfony/http-kernel": "For using the HttpKernelExtension", + "symfony/routing": "For using the RoutingExtension", + "symfony/security-core": "For using the SecurityExtension", + "symfony/security-csrf": "For using the CsrfExtension", + "symfony/security-http": "For using the LogoutUrlExtension", + "symfony/stopwatch": "For using the StopwatchExtension", + "symfony/translation": "For using the TranslationExtension", + "symfony/var-dumper": "For using the DumpExtension", + "symfony/web-link": "For using the WebLinkExtension", + "symfony/yaml": "For using the YamlExtension" + }, + "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bridge\\Twig\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Twig Bridge", + "homepage": "https://symfony.com", + "time": "2020-05-30T20:35:19+00:00" + }, + { + "name": "symfony/twig-bundle", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/twig-bundle.git", + "reference": "8898ef8aea8fa48638e15ce00c7c6318ce570ce1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/8898ef8aea8fa48638e15ce00c7c6318ce570ce1", + "reference": "8898ef8aea8fa48638e15ce00c7c6318ce570ce1", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/config": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^5.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/twig-bridge": "^5.0", + "twig/twig": "^2.10|^3.0" + }, + "conflict": { + "symfony/dependency-injection": "<4.4", + "symfony/framework-bundle": "<5.0", + "symfony/translation": "<5.0" + }, + "require-dev": { + "doctrine/annotations": "~1.7", + "doctrine/cache": "~1.0", + "symfony/asset": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/form": "^4.4|^5.0", + "symfony/framework-bundle": "^5.0", + "symfony/routing": "^4.4|^5.0", + "symfony/stopwatch": "^4.4|^5.0", + "symfony/translation": "^5.0", + "symfony/web-link": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\TwigBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony TwigBundle", + "homepage": "https://symfony.com", + "time": "2020-05-20T17:43:50+00:00" + }, + { + "name": "symfony/twig-pack", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/twig-pack.git", + "reference": "8b278ea4b61fba7c051f172aacae6d87ef4be0e0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/twig-pack/zipball/8b278ea4b61fba7c051f172aacae6d87ef4be0e0", + "reference": "8b278ea4b61fba7c051f172aacae6d87ef4be0e0", + "shasum": "" + }, + "require": { + "php": "^7.0", + "symfony/twig-bundle": "*", + "twig/extra-bundle": "^2.12|^3.0", + "twig/twig": "^2.12|^3.0" + }, + "type": "symfony-pack", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A Twig pack for Symfony projects", + "time": "2019-10-17T05:44:22+00:00" + }, + { + "name": "symfony/validator", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/validator.git", + "reference": "5e80f314a2faff6fb97942526e27c528b10acdb8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/validator/zipball/5e80f314a2faff6fb97942526e27c528b10acdb8", + "reference": "5e80f314a2faff6fb97942526e27c528b10acdb8", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15", + "symfony/translation-contracts": "^1.1|^2" + }, + "conflict": { + "doctrine/lexer": "<1.0.2", + "phpunit/phpunit": "<5.4.3", + "symfony/dependency-injection": "<4.4", + "symfony/expression-language": "<5.1", + "symfony/http-kernel": "<4.4", + "symfony/intl": "<4.4", + "symfony/translation": "<4.4", + "symfony/yaml": "<4.4" + }, + "require-dev": { + "doctrine/annotations": "~1.7", + "doctrine/cache": "~1.0", + "egulias/email-validator": "^2.1.10", + "symfony/cache": "^4.4|^5.0", + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/expression-language": "^5.1", + "symfony/http-client": "^4.4|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0", + "symfony/intl": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/property-access": "^4.4|^5.0", + "symfony/property-info": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "psr/cache-implementation": "For using the mapping cache.", + "symfony/config": "", + "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/property-access": "For accessing properties within comparison constraints", + "symfony/property-info": "To automatically add NotNull and Type constraints", + "symfony/translation": "For translating validation errors.", + "symfony/yaml": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Validator\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Validator Component", + "homepage": "https://symfony.com", + "time": "2020-06-02T08:42:14+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "46a942903059b0b05e601f00eb64179e05578c0f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/46a942903059b0b05e601f00eb64179e05578c0f", + "reference": "46a942903059b0b05e601f00eb64179e05578c0f", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<4.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0", + "twig/twig": "^2.4|^3.0" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony mechanism for exploring and dumping PHP variables", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], + "time": "2020-05-30T20:35:19+00:00" + }, + { + "name": "symfony/var-exporter", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-exporter.git", + "reference": "eabaabfe1485ca955c5b53307eade15ccda57a15" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/eabaabfe1485ca955c5b53307eade15ccda57a15", + "reference": "eabaabfe1485ca955c5b53307eade15ccda57a15", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15" + }, + "require-dev": { + "symfony/var-dumper": "^4.4.9|^5.0.9" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" + ], + "time": "2020-06-07T15:42:22+00:00" + }, + { + "name": "symfony/web-link", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/web-link.git", + "reference": "ba2554887e34e693e3888f23f83c72d5ce04bfb2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/web-link/zipball/ba2554887e34e693e3888f23f83c72d5ce04bfb2", + "reference": "ba2554887e34e693e3888f23f83c72d5ce04bfb2", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/link": "^1.0" + }, + "conflict": { + "symfony/http-kernel": "<4.4" + }, + "provide": { + "psr/link-implementation": "1.0" + }, + "require-dev": { + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0" + }, + "suggest": { + "symfony/http-kernel": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\WebLink\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kévin Dunglas", + "email": "dunglas@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony WebLink Component", + "homepage": "https://symfony.com", + "keywords": [ + "dns-prefetch", + "http", + "http2", + "link", + "performance", + "prefetch", + "preload", + "prerender", + "psr13", + "push" + ], + "time": "2020-05-28T08:20:44+00:00" + }, + { + "name": "symfony/web-profiler-bundle", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/web-profiler-bundle.git", + "reference": "25d892ab4927e7df32b0e8dce23cc7a1d4a3bd1c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/25d892ab4927e7df32b0e8dce23cc7a1d4a3bd1c", + "reference": "25d892ab4927e7df32b0e8dce23cc7a1d4a3bd1c", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/config": "^4.4|^5.0", + "symfony/framework-bundle": "^5.1", + "symfony/http-kernel": "^4.4|^5.0", + "symfony/routing": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "twig/twig": "^2.10|^3.0" + }, + "conflict": { + "symfony/form": "<4.4", + "symfony/messenger": "<4.4" + }, + "require-dev": { + "symfony/browser-kit": "^4.4|^5.0", + "symfony/console": "^4.4|^5.0", + "symfony/css-selector": "^4.4|^5.0", + "symfony/stopwatch": "^4.4|^5.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\WebProfilerBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony WebProfilerBundle", + "homepage": "https://symfony.com", + "time": "2020-06-09T11:33:28+00:00" + }, + { + "name": "symfony/webpack-encore-bundle", + "version": "v1.7.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/webpack-encore-bundle.git", + "reference": "5c0f659eceae87271cce54bbdfb05ed8ec9007bd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/5c0f659eceae87271cce54bbdfb05ed8ec9007bd", + "reference": "5c0f659eceae87271cce54bbdfb05ed8ec9007bd", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "symfony/asset": "^3.4 || ^4.0 || ^5.0", + "symfony/config": "^3.4 || ^4.0 || ^5.0", + "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0", + "symfony/http-kernel": "^3.4 || ^4.0 || ^5.0", + "symfony/service-contracts": "^1.0 || ^2.0" + }, + "require-dev": { + "symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0", + "symfony/phpunit-bridge": "^4.3.5 || ^5.0", + "symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0", + "symfony/web-link": "^3.4 || ^4.0 || ^5.0" + }, + "type": "symfony-bundle", + "extra": { + "thanks": { + "name": "symfony/webpack-encore", + "url": "https://github.com/symfony/webpack-encore" + } + }, + "autoload": { + "psr-4": { + "Symfony\\WebpackEncoreBundle\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Integration with your Symfony app & Webpack Encore!", + "time": "2020-01-31T15:31:59+00:00" + }, + { + "name": "symfony/yaml", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "ea342353a3ef4f453809acc4ebc55382231d4d23" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/ea342353a3ef4f453809acc4ebc55382231d4d23", + "reference": "ea342353a3ef4f453809acc4ebc55382231d4d23", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<4.4" + }, + "require-dev": { + "symfony/console": "^4.4|^5.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "bin": [ + "Resources/bin/yaml-lint" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com", + "time": "2020-05-20T17:43:50+00:00" + }, + { + "name": "tetranz/select2entity-bundle", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://github.com/tetranz/select2entity-bundle.git", + "reference": "46326457084f6c01f204a02af4a3a3aba19e02c4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tetranz/select2entity-bundle/zipball/46326457084f6c01f204a02af4a3a3aba19e02c4", + "reference": "46326457084f6c01f204a02af4a3a3aba19e02c4", + "shasum": "" + }, + "require": { + "doctrine/orm": ">=2.4", + "php": ">=7.1.3", + "symfony/config": ">=4.0", + "symfony/dependency-injection": ">=4.0", + "symfony/form": ">=4.0", + "symfony/http-kernel": ">=4.0", + "symfony/property-access": ">=4.0", + "symfony/routing": ">=4.0", + "twig/twig": ">=2.9" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": [] + }, + "autoload": { + "psr-4": { + "Tetranz\\Select2EntityBundle\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ross Keatinge", + "email": "tetranz@gmail.com" + } + ], + "description": "A Symfony bundle that integrates Select2 as a drop-in replacement for a standard entity field on a Symfony form.", + "keywords": [ + "autocomplete", + "select2", + "symfony", + "typeahead" + ], + "time": "2019-09-23T00:42:17+00:00" + }, + { + "name": "twig/extra-bundle", + "version": "v3.0.4", + "source": { + "type": "git", + "url": "https://github.com/twigphp/twig-extra-bundle.git", + "reference": "a7c5799cf742ab0827f5d32df37528ee8bf5a233" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/a7c5799cf742ab0827f5d32df37528ee8bf5a233", + "reference": "a7c5799cf742ab0827f5d32df37528ee8bf5a233", + "shasum": "" + }, + "require": { + "php": "^7.1.3|^8.0", + "symfony/framework-bundle": "^4.3|^5.0", + "symfony/twig-bundle": "^4.3|^5.0", + "twig/twig": "^2.4|^3.0" + }, + "require-dev": { + "twig/cssinliner-extra": "^2.12|^3.0", + "twig/html-extra": "^2.12|^3.0", + "twig/inky-extra": "^2.12|^3.0", + "twig/intl-extra": "^2.12|^3.0", + "twig/markdown-extra": "^2.12|^3.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Twig\\Extra\\TwigExtraBundle\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + } + ], + "description": "A Symfony bundle for extra Twig extensions", + "homepage": "https://twig.symfony.com", + "keywords": [ + "bundle", + "extra", + "twig" + ], + "time": "2020-05-21T09:56:39+00:00" + }, + { + "name": "twig/twig", + "version": "v3.0.4", + "source": { + "type": "git", + "url": "https://github.com/twigphp/Twig.git", + "reference": "582bdbdc173027ebfba3c93dc750a40b8f9ebc02" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/582bdbdc173027ebfba3c93dc750a40b8f9ebc02", + "reference": "582bdbdc173027ebfba3c93dc750a40b8f9ebc02", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-mbstring": "^1.3" + }, + "require-dev": { + "psr/container": "^1.0", + "symfony/phpunit-bridge": "^4.4.9|^5.0.9" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Twig\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + } + ], + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", + "keywords": [ + "templating" + ], + "time": "2020-07-05T13:18:14+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://github.com/webmozart/assert.git", + "reference": "9dc4f203e36f2b486149058bade43c851dd97451" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451", + "reference": "9dc4f203e36f2b486149058bade43c851dd97451", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<3.9.1" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36 || ^7.5.13" + }, + "type": "library", + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "time": "2020-06-16T10:16:42+00:00" + }, + { + "name": "willdurand/jsonp-callback-validator", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/willdurand/JsonpCallbackValidator.git", + "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909", + "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~3.7" + }, + "type": "library", + "autoload": { + "psr-0": { + "JsonpCallbackValidator": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "William Durand", + "email": "william.durand1@gmail.com", + "homepage": "http://www.willdurand.fr" + } + ], + "description": "JSONP callback validator.", + "time": "2014-01-20T22:35:06+00:00" + }, + { + "name": "willdurand/negotiation", + "version": "v2.3.1", + "source": { + "type": "git", + "url": "https://github.com/willdurand/Negotiation.git", + "reference": "03436ededa67c6e83b9b12defac15384cb399dc9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9", + "reference": "03436ededa67c6e83b9b12defac15384cb399dc9", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.3-dev" + } + }, + "autoload": { + "psr-4": { + "Negotiation\\": "src/Negotiation" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "William Durand", + "email": "will+git@drnd.me" + } + ], + "description": "Content Negotiation tools for PHP provided as a standalone library.", + "homepage": "http://williamdurand.fr/Negotiation/", + "keywords": [ + "accept", + "content", + "format", + "header", + "negotiation" + ], + "time": "2017-05-14T17:21:12+00:00" + }, + { + "name": "zendframework/zend-code", + "version": "3.4.1", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-code.git", + "reference": "268040548f92c2bfcba164421c1add2ba43abaaa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa", + "reference": "268040548f92c2bfcba164421c1add2ba43abaaa", + "shasum": "" + }, + "require": { + "php": "^7.1", + "zendframework/zend-eventmanager": "^2.6 || ^3.0" + }, + "conflict": { + "phpspec/prophecy": "<1.9.0" + }, + "require-dev": { + "doctrine/annotations": "^1.7", + "ext-phar": "*", + "phpunit/phpunit": "^7.5.16 || ^8.4", + "zendframework/zend-coding-standard": "^1.0", + "zendframework/zend-stdlib": "^2.7 || ^3.0" + }, + "suggest": { + "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", + "zendframework/zend-stdlib": "Zend\\Stdlib component" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4.x-dev", + "dev-develop": "3.5.x-dev", + "dev-dev-4.0": "4.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Zend\\Code\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Extensions to the PHP Reflection API, static code scanning, and code generation", + "keywords": [ + "ZendFramework", + "code", + "zf" + ], + "abandoned": "laminas/laminas-code", + "time": "2019-12-10T19:21:15+00:00" + }, + { + "name": "zendframework/zend-eventmanager", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-eventmanager.git", + "reference": "a5e2583a211f73604691586b8406ff7296a946dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd", + "reference": "a5e2583a211f73604691586b8406ff7296a946dd", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "athletic/athletic": "^0.1", + "container-interop/container-interop": "^1.1.0", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", + "zendframework/zend-coding-standard": "~1.0.0", + "zendframework/zend-stdlib": "^2.7.3 || ^3.0" + }, + "suggest": { + "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", + "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev", + "dev-develop": "3.3-dev" + } + }, + "autoload": { + "psr-4": { + "Zend\\EventManager\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Trigger and listen to events within a PHP application", + "homepage": "https://github.com/zendframework/zend-eventmanager", + "keywords": [ + "event", + "eventmanager", + "events", + "zf2" + ], + "abandoned": "laminas/laminas-eventmanager", + "time": "2018-04-25T15:33:34+00:00" + }, + { + "name": "zircote/swagger-php", + "version": "2.0.16", + "source": { + "type": "git", + "url": "https://github.com/zircote/swagger-php.git", + "reference": "a25c1bfe508e5f27d5f618648449593a79cbe406" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zircote/swagger-php/zipball/a25c1bfe508e5f27d5f618648449593a79cbe406", + "reference": "a25c1bfe508e5f27d5f618648449593a79cbe406", + "shasum": "" + }, + "require": { + "doctrine/annotations": "*", + "php": ">=5.6", + "symfony/finder": ">=2.2" + }, + "require-dev": { + "phpunit/phpunit": ">=4.8.35 <=5.6", + "squizlabs/php_codesniffer": ">=2.7", + "zendframework/zend-form": "<2.8" + }, + "bin": [ + "bin/swagger" + ], + "type": "library", + "autoload": { + "psr-4": { + "Swagger\\": "src" + }, + "files": [ + "src/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Robert Allen", + "email": "zircote@gmail.com", + "homepage": "http://www.zircote.com" + }, + { + "name": "Bob Fanger", + "email": "bfanger@gmail.com", + "homepage": "http://bfanger.nl" + } + ], + "description": "Swagger-PHP - Generate interactive documentation for your RESTful API using phpdoc annotations", + "homepage": "https://github.com/zircote/swagger-php/", + "keywords": [ + "api", + "json", + "rest", + "service discovery" + ], + "time": "2020-05-10T13:42:24+00:00" + } + ], + "packages-dev": [ + { + "name": "symfony/browser-kit", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/browser-kit.git", + "reference": "b9adef763c4f98660d1f8b924f6d61718f8ae0bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b9adef763c4f98660d1f8b924f6d61718f8ae0bc", + "reference": "b9adef763c4f98660d1f8b924f6d61718f8ae0bc", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/dom-crawler": "^4.4|^5.0" + }, + "require-dev": { + "symfony/css-selector": "^4.4|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0" + }, + "suggest": { + "symfony/process": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony BrowserKit Component", + "homepage": "https://symfony.com", + "time": "2020-05-23T13:13:03+00:00" + }, + { + "name": "symfony/css-selector", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9", + "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony CssSelector Component", + "homepage": "https://symfony.com", + "time": "2020-05-20T17:43:50+00:00" + }, + { + "name": "symfony/debug-bundle", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug-bundle.git", + "reference": "3f4bcea52678eedf19260973217f5ae7b835edf5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/3f4bcea52678eedf19260973217f5ae7b835edf5", + "reference": "3f4bcea52678eedf19260973217f5ae7b835edf5", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.2.5", + "symfony/http-kernel": "^4.4|^5.0", + "symfony/twig-bridge": "^4.4|^5.0", + "symfony/var-dumper": "^4.4|^5.0" + }, + "conflict": { + "symfony/config": "<4.4", + "symfony/dependency-injection": "<4.4" + }, + "require-dev": { + "symfony/config": "^4.4|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/web-profiler-bundle": "^4.4|^5.0" + }, + "suggest": { + "symfony/config": "For service container configuration", + "symfony/dependency-injection": "For using as a service from the container" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\DebugBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DebugBundle", + "homepage": "https://symfony.com", + "time": "2020-05-20T17:43:50+00:00" + }, + { + "name": "symfony/debug-pack", + "version": "v1.0.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug-pack.git", + "reference": "7310a66f9f81c9f292ff9089f0b0062386cb83fb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug-pack/zipball/7310a66f9f81c9f292ff9089f0b0062386cb83fb", + "reference": "7310a66f9f81c9f292ff9089f0b0062386cb83fb", + "shasum": "" + }, + "require": { + "php": "^7.0", + "symfony/debug-bundle": "*", + "symfony/monolog-bundle": "^3.0", + "symfony/profiler-pack": "*", + "symfony/var-dumper": "*" + }, + "type": "symfony-pack", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A debug pack for Symfony projects", + "time": "2020-04-07T10:08:51+00:00" + }, + { + "name": "symfony/dom-crawler", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "907187782c465a564f9030a0c6ace59e8821106f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/907187782c465a564f9030a0c6ace59e8821106f", + "reference": "907187782c465a564f9030a0c6ace59e8821106f", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "masterminds/html5": "<2.6" + }, + "require-dev": { + "masterminds/html5": "^2.6", + "symfony/css-selector": "^4.4|^5.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony DomCrawler Component", + "homepage": "https://symfony.com", + "time": "2020-05-23T13:08:13+00:00" + }, + { + "name": "symfony/phpunit-bridge", + "version": "v5.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/phpunit-bridge.git", + "reference": "de5f0fec631a0cbfe98630b053be1fad7b75aece" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/de5f0fec631a0cbfe98630b053be1fad7b75aece", + "reference": "de5f0fec631a0cbfe98630b053be1fad7b75aece", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" + }, + "suggest": { + "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "bin": [ + "bin/simple-phpunit" + ], + "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + }, + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Bridge\\PhpUnit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony PHPUnit Bridge", + "homepage": "https://symfony.com", + "time": "2020-06-09T09:56:30+00:00" + }, + { + "name": "symfony/test-pack", + "version": "v1.0.6", + "source": { + "type": "git", + "url": "https://github.com/symfony/test-pack.git", + "reference": "ff87e800a67d06c423389f77b8209bc9dc469def" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/test-pack/zipball/ff87e800a67d06c423389f77b8209bc9dc469def", + "reference": "ff87e800a67d06c423389f77b8209bc9dc469def", + "shasum": "" + }, + "require": { + "php": "^7.0", + "symfony/browser-kit": "*", + "symfony/css-selector": "*", + "symfony/phpunit-bridge": "*" + }, + "type": "symfony-pack", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A pack for functional and end-to-end testing within a Symfony app", + "time": "2019-06-21T06:27:32+00:00" + } + ], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": "^7.1.3", + "ext-ctype": "*", + "ext-iconv": "*" + }, + "platform-dev": [] +} diff --git a/src/ninenote-1.0/config/bootstrap.php b/src/ninenote-1.0/config/bootstrap.php new file mode 100644 index 0000000..3164fd1 --- /dev/null +++ b/src/ninenote-1.0/config/bootstrap.php @@ -0,0 +1,23 @@ +=1.2) +if (is_array($env = @include dirname(__DIR__).'/.env.local.php') && (!isset($env['APP_ENV']) || ($_SERVER['APP_ENV'] ?? $_ENV['APP_ENV'] ?? $env['APP_ENV']) === $env['APP_ENV'])) { + foreach ($env as $k => $v) { + $_ENV[$k] = $_ENV[$k] ?? (isset($_SERVER[$k]) && 0 !== strpos($k, 'HTTP_') ? $_SERVER[$k] : $v); + } +} elseif (!class_exists(Dotenv::class)) { + throw new RuntimeException('Please run "composer require symfony/dotenv" to load the ".env" files configuring the application.'); +} else { + // load all the .env files + (new Dotenv(false))->loadEnv(dirname(__DIR__).'/.env'); +} + +$_SERVER += $_ENV; +$_SERVER['APP_ENV'] = $_ENV['APP_ENV'] = ($_SERVER['APP_ENV'] ?? $_ENV['APP_ENV'] ?? null) ?: 'dev'; +$_SERVER['APP_DEBUG'] = $_SERVER['APP_DEBUG'] ?? $_ENV['APP_DEBUG'] ?? 'prod' !== $_SERVER['APP_ENV']; +$_SERVER['APP_DEBUG'] = $_ENV['APP_DEBUG'] = (int) $_SERVER['APP_DEBUG'] || filter_var($_SERVER['APP_DEBUG'], FILTER_VALIDATE_BOOLEAN) ? '1' : '0'; diff --git a/src/ninenote-1.0/config/bundles.php b/src/ninenote-1.0/config/bundles.php new file mode 100644 index 0000000..40aec7b --- /dev/null +++ b/src/ninenote-1.0/config/bundles.php @@ -0,0 +1,23 @@ + ['all' => true], + Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], + Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], + Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], + Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], + Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], + Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], + Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], + Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], + Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true], + Symfony\Bundle\MakerBundle\MakerBundle::class => ['all' => true], + Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], + FOS\RestBundle\FOSRestBundle::class => ['all' => true], + Nelmio\ApiDocBundle\NelmioApiDocBundle::class => ['all' => true], + FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true], + Tetranz\Select2EntityBundle\TetranzSelect2EntityBundle::class => ['all' => true], + Oneup\UploaderBundle\OneupUploaderBundle::class => ['all' => true], + Knp\Bundle\SnappyBundle\KnpSnappyBundle::class => ['all' => true], + Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true], +]; diff --git a/src/ninenote-1.0/config/packages/assets.yaml b/src/ninenote-1.0/config/packages/assets.yaml new file mode 100644 index 0000000..051d36d --- /dev/null +++ b/src/ninenote-1.0/config/packages/assets.yaml @@ -0,0 +1,3 @@ +framework: + assets: + json_manifest_path: '%kernel.project_dir%/public/build/manifest.json' diff --git a/src/ninenote-1.0/config/packages/cache.yaml b/src/ninenote-1.0/config/packages/cache.yaml new file mode 100644 index 0000000..6899b72 --- /dev/null +++ b/src/ninenote-1.0/config/packages/cache.yaml @@ -0,0 +1,19 @@ +framework: + cache: + # Unique name of your app: used to compute stable namespaces for cache keys. + #prefix_seed: your_vendor_name/app_name + + # The "app" cache stores to the filesystem by default. + # The data in this cache should persist between deploys. + # Other options include: + + # Redis + #app: cache.adapter.redis + #default_redis_provider: redis://localhost + + # APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues) + #app: cache.adapter.apcu + + # Namespaced pools use the above "app" backend by default + #pools: + #my.dedicated.cache: null diff --git a/src/ninenote-1.0/config/packages/dev/debug.yaml b/src/ninenote-1.0/config/packages/dev/debug.yaml new file mode 100644 index 0000000..26d4e53 --- /dev/null +++ b/src/ninenote-1.0/config/packages/dev/debug.yaml @@ -0,0 +1,4 @@ +debug: + # Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser. + # See the "server:dump" command to start a new server. + dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%" diff --git a/src/ninenote-1.0/config/packages/dev/easy_log_handler.yaml b/src/ninenote-1.0/config/packages/dev/easy_log_handler.yaml new file mode 100644 index 0000000..27bfc60 --- /dev/null +++ b/src/ninenote-1.0/config/packages/dev/easy_log_handler.yaml @@ -0,0 +1,16 @@ +services: + EasyCorp\EasyLog\EasyLogHandler: + public: false + arguments: ['%kernel.logs_dir%/%kernel.environment%.log'] + +#// FIXME: How to add this configuration automatically without messing up with the monolog configuration? +#monolog: +# handlers: +# buffered: +# type: buffer +# handler: easylog +# channels: ['!event'] +# level: debug +# easylog: +# type: service +# id: EasyCorp\EasyLog\EasyLogHandler diff --git a/src/ninenote-1.0/config/packages/dev/monolog.yaml b/src/ninenote-1.0/config/packages/dev/monolog.yaml new file mode 100644 index 0000000..b1998da --- /dev/null +++ b/src/ninenote-1.0/config/packages/dev/monolog.yaml @@ -0,0 +1,19 @@ +monolog: + handlers: + main: + type: stream + path: "%kernel.logs_dir%/%kernel.environment%.log" + level: debug + channels: ["!event"] + # uncomment to get logging in your browser + # you may have to allow bigger header sizes in your Web server configuration + #firephp: + # type: firephp + # level: info + #chromephp: + # type: chromephp + # level: info + console: + type: console + process_psr_3_messages: false + channels: ["!event", "!doctrine", "!console"] diff --git a/src/ninenote-1.0/config/packages/dev/swiftmailer.yaml b/src/ninenote-1.0/config/packages/dev/swiftmailer.yaml new file mode 100644 index 0000000..b98158e --- /dev/null +++ b/src/ninenote-1.0/config/packages/dev/swiftmailer.yaml @@ -0,0 +1,4 @@ +# See https://symfony.com/doc/current/email/dev_environment.html +swiftmailer: + # send all emails to a specific address + #delivery_addresses: ['me@example.com'] diff --git a/src/ninenote-1.0/config/packages/dev/web_profiler.yaml b/src/ninenote-1.0/config/packages/dev/web_profiler.yaml new file mode 100644 index 0000000..e92166a --- /dev/null +++ b/src/ninenote-1.0/config/packages/dev/web_profiler.yaml @@ -0,0 +1,6 @@ +web_profiler: + toolbar: true + intercept_redirects: false + +framework: + profiler: { only_exceptions: false } diff --git a/src/ninenote-1.0/config/packages/doctrine.yaml b/src/ninenote-1.0/config/packages/doctrine.yaml new file mode 100644 index 0000000..e699596 --- /dev/null +++ b/src/ninenote-1.0/config/packages/doctrine.yaml @@ -0,0 +1,21 @@ +doctrine: + dbal: + dbname: '%env(resolve:DATABASE_NAME)%' + user: '%env(resolve:DATABASE_USER)%' + password: '%env(resolve:DATABASE_PASSWORD)%' + host: '%env(resolve:DATABASE_HOST)%' + + # IMPORTANT: You MUST configure your server version, + # either here or in the DATABASE_URL env var (see .env file) + #server_version: '5.7' + orm: + auto_generate_proxy_classes: true + naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware + auto_mapping: true + mappings: + App: + is_bundle: false + type: annotation + dir: '%kernel.project_dir%/src/Entity' + prefix: 'App\Entity' + alias: App diff --git a/src/ninenote-1.0/config/packages/doctrine_migrations.yaml b/src/ninenote-1.0/config/packages/doctrine_migrations.yaml new file mode 100644 index 0000000..49c3517 --- /dev/null +++ b/src/ninenote-1.0/config/packages/doctrine_migrations.yaml @@ -0,0 +1,3 @@ +doctrine_migrations: + migrations_paths: + 'DoctrineMigrations': '%kernel.project_dir%/src/Migrations' \ No newline at end of file diff --git a/src/ninenote-1.0/config/packages/fos_ckeditor.yaml b/src/ninenote-1.0/config/packages/fos_ckeditor.yaml new file mode 100644 index 0000000..3d85cb2 --- /dev/null +++ b/src/ninenote-1.0/config/packages/fos_ckeditor.yaml @@ -0,0 +1,47 @@ +# Read the documentation: https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html + +twig: + form_themes: + - '@FOSCKEditor/Form/ckeditor_widget.html.twig' + +fos_ck_editor: + base_path: "build/ckeditor" + js_path: "build/ckeditor/ckeditor.js" + configs: + full_config: + language: fr + toolbar: "my_full_toolbar" + extraPlugins: ["html5video","youtube"] + small_config: + language: fr + toolbar: "my_small_toolbar" + removePlugins: 'elementspath' + plugins: + youtube: + path: "build/ckeditor/plugins/youtube/" + filename: "plugin.js" + html5video: + path: "build/ckeditor/plugins/html5video/" + filename: "plugin.js" + pastebase64: + path: "build/ckeditor/plugins/pastebase64/" + filename: "plugin.js" + toolbars: + configs: + my_full_toolbar: [ "@document1", "-", "@clipboard1", "-", "@basicstyles1", "-", "@paragraph1", "/", "@links1", "-", "@insert1", "-", "@styles1", "-" , "@colors1", "-" , "@tools1" ] + my_small_toolbar: [ "@basicstyles1", "-", "@paragraph3", "-", "@insert3"] + + items: + document1: [ 'Source','-','NewPage','DocProps','Preview','Print','-','Templates' ] + clipboard1: [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] + basicstyles1: [ 'Bold','Italic','Underline','RemoveFormat' ] + paragraph1: [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock' ] + paragraph2: [ 'JustifyLeft','JustifyCenter','JustifyRight','NumberedList','BulletedList' ] + paragraph3: [ 'NumberedList','BulletedList' ] + links1: [ 'Link','Unlink','Anchor' ] + insert1: [ 'Image','Html5video','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe' ] + insert2: [ 'Image','Table','Smiley','Link','Unlink' ] + insert3: [ 'Smiley','Link','Unlink' ] + styles1: [ 'Styles','Format','Font','FontSize' ] + colors1: [ 'TextColor','BGColor' ] + tools1: [ 'Maximize', 'ShowBlocks','-','About' ] \ No newline at end of file diff --git a/src/ninenote-1.0/config/packages/fos_rest.yaml b/src/ninenote-1.0/config/packages/fos_rest.yaml new file mode 100644 index 0000000..d96294e --- /dev/null +++ b/src/ninenote-1.0/config/packages/fos_rest.yaml @@ -0,0 +1,15 @@ +# Read the documentation: https://symfony.com/doc/master/bundles/FOSRestBundle/index.html +fos_rest: null +# param_fetcher_listener: true +# allowed_methods_listener: true +# routing_loader: true +# view: +# view_response_listener: true +# exception: +# codes: +# App\Exception\MyException: 403 +# messages: +# App\Exception\MyException: Forbidden area. +# format_listener: +# rules: +# - { path: ^/api, prefer_extension: true, fallback_format: json, priorities: [ json, html ] } diff --git a/src/ninenote-1.0/config/packages/framework.yaml b/src/ninenote-1.0/config/packages/framework.yaml new file mode 100644 index 0000000..41c8912 --- /dev/null +++ b/src/ninenote-1.0/config/packages/framework.yaml @@ -0,0 +1,20 @@ +framework: + secret: '%env(APP_SECRET)%' + #csrf_protection: true + #http_method_override: true + + # Enables session support. Note that the session will ONLY be started if you read or write from it. + # Remove or comment this section to explicitly disable session support. + session: + name: '%env(APP_ALIAS)%' + handler_id: null + cookie_secure: auto + cookie_samesite: lax + + esi: true + #fragments: true + php_errors: + log: true + + + validation: { enable_annotations: true } \ No newline at end of file diff --git a/src/ninenote-1.0/config/packages/knp_snappy.yaml b/src/ninenote-1.0/config/packages/knp_snappy.yaml new file mode 100644 index 0000000..fda5d59 --- /dev/null +++ b/src/ninenote-1.0/config/packages/knp_snappy.yaml @@ -0,0 +1,10 @@ +knp_snappy: + temporary_folder: "%kernel.cache_dir%/snappy" + pdf: + enabled: true + binary: '/var/www/html/schedule/scripts/wkhtmltopdf/wkhtmltopdf' + options: [] + image: + enabled: true + binary: '/var/www/html/schedule/scripts/wkhtmltopdf/wkhtmltoimage' + options: [] diff --git a/src/ninenote-1.0/config/packages/mailer.yaml b/src/ninenote-1.0/config/packages/mailer.yaml new file mode 100644 index 0000000..56a650d --- /dev/null +++ b/src/ninenote-1.0/config/packages/mailer.yaml @@ -0,0 +1,3 @@ +framework: + mailer: + dsn: '%env(MAILER_DSN)%' diff --git a/src/ninenote-1.0/config/packages/nelmio_api_doc.yaml b/src/ninenote-1.0/config/packages/nelmio_api_doc.yaml new file mode 100644 index 0000000..4e68479 --- /dev/null +++ b/src/ninenote-1.0/config/packages/nelmio_api_doc.yaml @@ -0,0 +1,9 @@ +nelmio_api_doc: + documentation: + info: + title: My App + description: This is an awesome app! + version: 1.0.0 + areas: # to filter documented areas + path_patterns: + - ^/api(?!/doc$) # Accepts routes under /api except /api/doc diff --git a/src/ninenote-1.0/config/packages/one_upload.yaml b/src/ninenote-1.0/config/packages/one_upload.yaml new file mode 100644 index 0000000..ef0d245 --- /dev/null +++ b/src/ninenote-1.0/config/packages/one_upload.yaml @@ -0,0 +1,11 @@ +oneup_uploader: + mappings: + avatar: + frontend: dropzone + logo: + frontend: dropzone + document: + frontend: dropzone + namer: app.upload.samename + storage: + directory: "%kernel.project_dir%/uploads/document" diff --git a/src/ninenote-1.0/config/packages/oneup_uploader.yaml b/src/ninenote-1.0/config/packages/oneup_uploader.yaml new file mode 100644 index 0000000..908a23c --- /dev/null +++ b/src/ninenote-1.0/config/packages/oneup_uploader.yaml @@ -0,0 +1,6 @@ +# Read the documentation: https://github.com/1up-lab/OneupUploaderBundle/blob/master/Resources/doc/index.md +oneup_uploader: + mappings: + # This is a mapping example, remove it and create your own mappings. + gallery: + frontend: dropzone # or any uploader you use in the frontend diff --git a/src/ninenote-1.0/config/packages/prod/doctrine.yaml b/src/ninenote-1.0/config/packages/prod/doctrine.yaml new file mode 100644 index 0000000..084f59a --- /dev/null +++ b/src/ninenote-1.0/config/packages/prod/doctrine.yaml @@ -0,0 +1,20 @@ +doctrine: + orm: + auto_generate_proxy_classes: false + metadata_cache_driver: + type: pool + pool: doctrine.system_cache_pool + query_cache_driver: + type: pool + pool: doctrine.system_cache_pool + result_cache_driver: + type: pool + pool: doctrine.result_cache_pool + +framework: + cache: + pools: + doctrine.result_cache_pool: + adapter: cache.app + doctrine.system_cache_pool: + adapter: cache.system diff --git a/src/ninenote-1.0/config/packages/prod/monolog.yaml b/src/ninenote-1.0/config/packages/prod/monolog.yaml new file mode 100644 index 0000000..14b42bb --- /dev/null +++ b/src/ninenote-1.0/config/packages/prod/monolog.yaml @@ -0,0 +1,24 @@ +monolog: + handlers: + main: + type: fingers_crossed + action_level: error + handler: nested + excluded_http_codes: [404, 405] + buffer_size: 50 # How many messages should be saved? Prevent memory leaks + nested: + type: stream + path: "%kernel.logs_dir%/%kernel.environment%.log" + level: debug + console: + type: console + process_psr_3_messages: false + channels: ["!event", "!doctrine"] + deprecation: + type: stream + path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log" + deprecation_filter: + type: filter + handler: deprecation + max_level: info + channels: ["php"] diff --git a/src/ninenote-1.0/config/packages/prod/routing.yaml b/src/ninenote-1.0/config/packages/prod/routing.yaml new file mode 100644 index 0000000..b3e6a0a --- /dev/null +++ b/src/ninenote-1.0/config/packages/prod/routing.yaml @@ -0,0 +1,3 @@ +framework: + router: + strict_requirements: null diff --git a/src/ninenote-1.0/config/packages/prod/webpack_encore.yaml b/src/ninenote-1.0/config/packages/prod/webpack_encore.yaml new file mode 100644 index 0000000..d0b3ba8 --- /dev/null +++ b/src/ninenote-1.0/config/packages/prod/webpack_encore.yaml @@ -0,0 +1,4 @@ +#webpack_encore: + # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes) + # Available in version 1.2 + #cache: true diff --git a/src/ninenote-1.0/config/packages/routing.yaml b/src/ninenote-1.0/config/packages/routing.yaml new file mode 100644 index 0000000..7e97762 --- /dev/null +++ b/src/ninenote-1.0/config/packages/routing.yaml @@ -0,0 +1,3 @@ +framework: + router: + utf8: true diff --git a/src/ninenote-1.0/config/packages/security.yaml b/src/ninenote-1.0/config/packages/security.yaml new file mode 100644 index 0000000..2f39fbb --- /dev/null +++ b/src/ninenote-1.0/config/packages/security.yaml @@ -0,0 +1,50 @@ +security: + encoders: + App\Entity\User: + id: app.password.encoder + + role_hierarchy: + ROLE_USER_ACCUEIL: + ROLE_USER_GUICHET: + ROLE_GESTION: + ROLE_ADMIN: + ROLE_SUPER_ADMIN: + - ROLE_ADMIN + + firewalls: + dev: + pattern: ^/(_(profiler|wdt)|css|images|js)/ + security: false + + main: + pattern: ^/ + anonymous: true + provider: main + form_login: + login_path: app_login + check_path: app_login + default_target_path: app_home + use_referer: true + csrf_parameter: _csrf_security_token + csrf_token_id: a_private_string + + logout: + invalidate_session: true + path: app_logout + target: app_home + + + providers: + main: + entity: + class: App\Entity\User + property: username + + + + access_control: + - { path: ^/user, roles: [ROLE_ADMIN, ROLE_MODO, ROLE_MASTER, ROLE_USER] } + - { path: ^/teacher, roles: [ROLE_ADMIN, ROLE_MODO, ROLE_MASTER, ROLE_USER] } + - { path: ^/master, roles: [ROLE_ADMIN, ROLE_MODO, ROLE_MASTER] } + - { path: ^/modo, roles: [ROLE_ADMIN, ROLE_MODO] } + - { path: ^/admin, roles: [ROLE_ADMIN] } diff --git a/src/ninenote-1.0/config/packages/sensio_framework_extra.yaml b/src/ninenote-1.0/config/packages/sensio_framework_extra.yaml new file mode 100644 index 0000000..1821ccc --- /dev/null +++ b/src/ninenote-1.0/config/packages/sensio_framework_extra.yaml @@ -0,0 +1,3 @@ +sensio_framework_extra: + router: + annotations: false diff --git a/src/ninenote-1.0/config/packages/swiftmailer.yaml b/src/ninenote-1.0/config/packages/swiftmailer.yaml new file mode 100644 index 0000000..db8d136 --- /dev/null +++ b/src/ninenote-1.0/config/packages/swiftmailer.yaml @@ -0,0 +1,5 @@ +swiftmailer: + url: '%env(MAILER_URL)%' + spool: + type: file + path: '%kernel.project_dir%/var/spoolmail' \ No newline at end of file diff --git a/src/ninenote-1.0/config/packages/test/framework.yaml b/src/ninenote-1.0/config/packages/test/framework.yaml new file mode 100644 index 0000000..d051c84 --- /dev/null +++ b/src/ninenote-1.0/config/packages/test/framework.yaml @@ -0,0 +1,4 @@ +framework: + test: true + session: + storage_id: session.storage.mock_file diff --git a/src/ninenote-1.0/config/packages/test/monolog.yaml b/src/ninenote-1.0/config/packages/test/monolog.yaml new file mode 100644 index 0000000..fc40641 --- /dev/null +++ b/src/ninenote-1.0/config/packages/test/monolog.yaml @@ -0,0 +1,12 @@ +monolog: + handlers: + main: + type: fingers_crossed + action_level: error + handler: nested + excluded_http_codes: [404, 405] + channels: ["!event"] + nested: + type: stream + path: "%kernel.logs_dir%/%kernel.environment%.log" + level: debug diff --git a/src/ninenote-1.0/config/packages/test/swiftmailer.yaml b/src/ninenote-1.0/config/packages/test/swiftmailer.yaml new file mode 100644 index 0000000..f438078 --- /dev/null +++ b/src/ninenote-1.0/config/packages/test/swiftmailer.yaml @@ -0,0 +1,2 @@ +swiftmailer: + disable_delivery: true diff --git a/src/ninenote-1.0/config/packages/test/twig.yaml b/src/ninenote-1.0/config/packages/test/twig.yaml new file mode 100644 index 0000000..8c6e0b4 --- /dev/null +++ b/src/ninenote-1.0/config/packages/test/twig.yaml @@ -0,0 +1,2 @@ +twig: + strict_variables: true diff --git a/src/ninenote-1.0/config/packages/test/validator.yaml b/src/ninenote-1.0/config/packages/test/validator.yaml new file mode 100644 index 0000000..1e5ab78 --- /dev/null +++ b/src/ninenote-1.0/config/packages/test/validator.yaml @@ -0,0 +1,3 @@ +framework: + validation: + not_compromised_password: false diff --git a/src/ninenote-1.0/config/packages/test/web_profiler.yaml b/src/ninenote-1.0/config/packages/test/web_profiler.yaml new file mode 100644 index 0000000..03752de --- /dev/null +++ b/src/ninenote-1.0/config/packages/test/web_profiler.yaml @@ -0,0 +1,6 @@ +web_profiler: + toolbar: false + intercept_redirects: false + +framework: + profiler: { collect: false } diff --git a/src/ninenote-1.0/config/packages/test/webpack_encore.yaml b/src/ninenote-1.0/config/packages/test/webpack_encore.yaml new file mode 100644 index 0000000..02a7651 --- /dev/null +++ b/src/ninenote-1.0/config/packages/test/webpack_encore.yaml @@ -0,0 +1,2 @@ +#webpack_encore: +# strict_mode: false diff --git a/src/ninenote-1.0/config/packages/translation.yaml b/src/ninenote-1.0/config/packages/translation.yaml new file mode 100644 index 0000000..05a2b3d --- /dev/null +++ b/src/ninenote-1.0/config/packages/translation.yaml @@ -0,0 +1,6 @@ +framework: + default_locale: en + translator: + default_path: '%kernel.project_dir%/translations' + fallbacks: + - en diff --git a/src/ninenote-1.0/config/packages/twig.yaml b/src/ninenote-1.0/config/packages/twig.yaml new file mode 100644 index 0000000..2093e59 --- /dev/null +++ b/src/ninenote-1.0/config/packages/twig.yaml @@ -0,0 +1,22 @@ +twig: + default_path: '%kernel.project_dir%/templates' + debug: '%kernel.debug%' + strict_variables: '%kernel.debug%' + exception_controller: null + form_themes: + - 'Form/fields.html.twig' + - '@TetranzSelect2Entity/Form/fields.html.twig' + globals: + appAlias: '%appAlias%' + appAuth: '%appAuth%' + appName: '%appName%' + appCron: '%appCron%' + appMasteridentity: '%appMasteridentity%' + wssuse: '%wssuse%' + wssurl: '%wssurl%' + sondeUse: '%sondeUse%' + sondeUrl: '%sondeUrl%' + + + + diff --git a/src/ninenote-1.0/config/packages/validator.yaml b/src/ninenote-1.0/config/packages/validator.yaml new file mode 100644 index 0000000..350786a --- /dev/null +++ b/src/ninenote-1.0/config/packages/validator.yaml @@ -0,0 +1,8 @@ +framework: + validation: + email_validation_mode: html5 + + # Enables validator auto-mapping support. + # For instance, basic validation constraints will be inferred from Doctrine's metadata. + #auto_mapping: + # App\Entity\: [] diff --git a/src/ninenote-1.0/config/packages/webpack_encore.yaml b/src/ninenote-1.0/config/packages/webpack_encore.yaml new file mode 100644 index 0000000..9191f4f --- /dev/null +++ b/src/ninenote-1.0/config/packages/webpack_encore.yaml @@ -0,0 +1,25 @@ +webpack_encore: + # The path where Encore is building the assets - i.e. Encore.setOutputPath() + output_path: '%kernel.project_dir%/public/build' + # If multiple builds are defined (as shown below), you can disable the default build: + # output_path: false + + # if using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials') + # crossorigin: 'anonymous' + + # preload all rendered script and link tags automatically via the http2 Link header + # preload: true + + # Throw an exception if the entrypoints.json file is missing or an entry is missing from the data + # strict_mode: false + + # if you have multiple builds: + # builds: + # pass "frontend" as the 3rg arg to the Twig functions + # {{ encore_entry_script_tags('entry1', null, 'frontend') }} + + # frontend: '%kernel.project_dir%/public/frontend/build' + + # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes) + # Put in config/packages/prod/webpack_encore.yaml + # cache: true diff --git a/src/ninenote-1.0/config/routes.yaml b/src/ninenote-1.0/config/routes.yaml new file mode 100644 index 0000000..8c4793b --- /dev/null +++ b/src/ninenote-1.0/config/routes.yaml @@ -0,0 +1,374 @@ +#== Home ======================================================================================================== +app_home: + path: / + defaults: { _controller: App\Controller\HomeController:home } + +app_user_home: + path: /user + defaults: { _controller: App\Controller\HomeController:homeuser } + +app_admin: + path: /admin/home + defaults: { _controller: App\Controller\HomeController:admin } + +app_ckeditor_upload: + path: /user/activity/upload + defaults: { _controller: App\Controller\HomeController:upload } + +#== Security ==================================================================================================== +app_login: + path: /login + defaults: { _controller: App\Controller\SecurityController:login } + +app_logout: + path: /logout + defaults: { _controller: App\Controller\SecurityController:logout } + +app_logincas: + path: /logincas + defaults: { _controller: App\Controller\SecurityController:login } + +app_logoutcas: + path: /logoutcas + defaults: { _controller: App\Controller\SecurityController:logout } + +app_casdebug: + path: /user/casdebug + defaults: { _controller: App\Controller\SecurityController:casdebug } + +#== Config ============================================================================================================== +app_config: + path: /admin/config + defaults: { _controller: App\Controller\ConfigController:list } + +app_config_render: + path: /admin/config/render/{category} + defaults: { _controller: App\Controller\ConfigController:listrender } + +app_config_submit: + path: /admin/config/submit + defaults: { _controller: App\Controller\ConfigController:submit } + +app_config_update: + path: /admin/config/update/{id} + defaults: { _controller: App\Controller\ConfigController:update } + +app_config_delete: + path: /admin/config/delete/{id} + defaults: { _controller: App\Controller\ConfigController:delete } + +app_config_logo: + path: /admin/config/logo + defaults: { _controller: App\Controller\ConfigController:logo } + +#== Theme ================================================================================================================ +app_theme: + path: /admin/theme + defaults: { _controller: App\Controller\ThemeController:list } + +app_theme_select: + path: /admin/theme/select/{name} + defaults: { _controller: App\Controller\ThemeController:select, name: "" } + +#== Sonde ================================================================================================================ +app_sonde: + path: /sonde + defaults: { _controller: App\Controller\SondeController:sonde } + +#== Wss ================================================================================================================== +app_wss_sample: + path: /user/wss/sampble + defaults: { _controller: App\Controller\WebsocketController:sample } + +#== Crop ================================================================================================================= +app_crop01: + path: /user/crop01/{type}/{reportinput} + defaults: { _controller: App\Controller\CropController:crop01 } + +app_crop02: + path: /user/crop02/{type}/{reportinput} + defaults: { _controller: App\Controller\CropController:crop02 } + +app_ckupload: + path: /user/ckupload + defaults: { _controller: App\Controller\CropController:ckupload } + +oneup_uploader: + resource: . + type: uploader + +#== Cron ================================================================================================================= +app_cron: + path: /admin/cron + defaults: { _controller: App\Controller\CronController:list } + +app_cron_ajax_list: + path: /admin/cron/ajax/list + defaults: { _controller: App\Controller\CronController:ajaxlist } + +app_cron_update: + path: /admin/cron/update/{id} + defaults: { _controller: App\Controller\CronController:update } + +app_cron_exec: + path: /admin/cron/exec/{id} + defaults: { _controller: App\Controller\CronController:exec } + +app_cron_log: + path: /admin/cron/log + defaults: { _controller: App\Controller\CronController:log } + +app_cron_getlog: + path: /admin/cron/getlog/{id} + defaults: { _controller: App\Controller\CronController:getlog } + +#== User ======================================================================================================== +app_user: + path: /admin/user + defaults: { _controller: App\Controller\UserController:list } + +app_user_submit: + path: /admin/user/submit + defaults: { _controller: App\Controller\UserController:submit } + +app_user_update: + path: /admin/user/update/{id} + defaults: { _controller: App\Controller\UserController:update } + +app_user_delete: + path: /admin/user/delete/{id} + defaults: { _controller: App\Controller\UserController:delete } + +app_user_select: + path: /user/user/select + defaults: { _controller: App\Controller\UserController:select } + +app_user_info: + path: /user/info + defaults: { _controller: App\Controller\UserController:info } + +app_user_profil: + path: /user/profil + defaults: { _controller: App\Controller\UserController:profil } + +app_user_yearview: + path: /user/yearview + defaults: { _controller: App\Controller\UserController:yearview } + +#== Group ======================================================================================================== +app_group: + path: /admin/group + defaults: { _controller: App\Controller\GroupController:list } + +app_group_submit: + path: /admin/group/submit + defaults: { _controller: App\Controller\GroupController:submit } + +app_group_update: + path: /admin/group/update/{id} + defaults: { _controller: App\Controller\GroupController:update } + +app_group_delete: + path: /admin/group/delete/{id} + defaults: { _controller: App\Controller\GroupController:delete } + +app_group_select: + path: /user/group/select + defaults: { _controller: App\Controller\GroupController:select } + + +#== Year ================================================================================================== +app_year: + path: /admin/year + defaults: { _controller: App\Controller\YearController:list } + +app_year_submit: + path: /admin/year/submit + defaults: { _controller: App\Controller\YearController:submit } + +app_year_update: + path: /admin/year/update/{id} + defaults: { _controller: App\Controller\YearController:update } + +app_year_delete: + path: /admin/year/delete/{id} + defaults: { _controller: App\Controller\YearController:delete } + +#== Period ================================================================================================== +app_period: + path: /admin/period/{id} + defaults: { _controller: App\Controller\PeriodController:list } + +app_period_submit: + path: /admin/period/submit/{id} + defaults: { _controller: App\Controller\PeriodController:submit } + +app_period_update: + path: /admin/period/update/{id} + defaults: { _controller: App\Controller\PeriodController:update } + +app_period_delete: + path: /admin/period/delete/{id} + defaults: { _controller: App\Controller\PeriodController:delete } + +#== Matter ================================================================================================== +app_matter: + path: /admin/matter + defaults: { _controller: App\Controller\MatterController:list } + +app_matter_submit: + path: /admin/matter/submit + defaults: { _controller: App\Controller\MatterController:submit } + +app_matter_update: + path: /admin/matter/update/{id} + defaults: { _controller: App\Controller\MatterController:update } + +app_matter_delete: + path: /admin/matter/delete/{id} + defaults: { _controller: App\Controller\MatterController:delete } + +app_matter_select: + path: /user/matter/select + defaults: { _controller: App\Controller\MatterController:select } + +app_matter_classroom_select: + path: /user/matter/classroom/select/{id} + defaults: { _controller: App\Controller\MatterController:selectclassroom } + +#== Teacher ================================================================================================== +app_teacher: + path: /admin/teacher + defaults: { _controller: App\Controller\TeacherController:list } + +app_teacher_submit: + path: /admin/teacher/submit + defaults: { _controller: App\Controller\TeacherController:submit } + +app_teacher_update: + path: /admin/teacher/update/{id} + defaults: { _controller: App\Controller\TeacherController:update } + +app_teacher_delete: + path: /admin/teacher/delete/{id} + defaults: { _controller: App\Controller\TeacherController:delete } + +app_teacher_select: + path: /user/teacher/select + defaults: { _controller: App\Controller\TeacherController:select } + +app_teacher_classroom_select: + path: /user/teacher/classroom/select/{id} + defaults: { _controller: App\Controller\TeacherController:selectclassroom } + + +#== Classroom ================================================================================================== +app_classroom: + path: /admin/classroom + defaults: { _controller: App\Controller\ClassroomController:list } + +app_classroom_submit: + path: /admin/classroom/submit + defaults: { _controller: App\Controller\ClassroomController:submit } + +app_classroom_update: + path: /admin/classroom/update/{id} + defaults: { _controller: App\Controller\ClassroomController:update } + +app_classroom_delete: + path: /admin/classroom/delete/{id} + defaults: { _controller: App\Controller\ClassroomController:delete } + +app_classroom_student: + path: /admin/classroom/student/{id} + defaults: { _controller: App\Controller\ClassroomController:student } + +app_classroom_select: + path: /user/classroom/select + defaults: { _controller: App\Controller\ClassroomController:select } + +#== Student ================================================================================================== +app_student: + path: /admin/student + defaults: { _controller: App\Controller\StudentController:list } + +app_student_submit: + path: /admin/student/submit/{id}/{by} + defaults: { _controller: App\Controller\StudentController:submit } + +app_student_update: + path: /admin/student/update/{id}/{by} + defaults: { _controller: App\Controller\StudentController:update } + +app_student_delete: + path: /admin/student/delete/{id}/{by} + defaults: { _controller: App\Controller\StudentController:delete } + +app_student_select: + path: /user/student/select + defaults: { _controller: App\Controller\StudentController:select } + +app_student_classroom_select: + path: /user/student/classroom/select/{id} + defaults: { _controller: App\Controller\StudentController:selectclassroom } + +#== Responsible ================================================================================================== +app_responsible: + path: /admin/responsible + defaults: { _controller: App\Controller\ResponsibleController:list } + +app_responsible_submit: + path: /admin/responsible/submit + defaults: { _controller: App\Controller\ResponsibleController:submit } + +app_responsible_update: + path: /admin/responsible/update/{id} + defaults: { _controller: App\Controller\ResponsibleController:update } + +app_responsible_delete: + path: /admin/responsible/delete/{id} + defaults: { _controller: App\Controller\ResponsibleController:delete } + +#== Assignmentteacher ================================================================================================== +app_assignmentteacher: + path: /admin/assignmentteacher/{id} + defaults: { _controller: App\Controller\AssignmentteacherController:list } + +app_assignmentteacher_submit: + path: /admin/assignmentteacher/submit/{id} + defaults: { _controller: App\Controller\AssignmentteacherController:submit } + +app_assignmentteacher_update: + path: /admin/assignmentteacher/update/{id} + defaults: { _controller: App\Controller\AssignmentteacherController:update } + +app_assignmentteacher_delete: + path: /admin/assignmentteacher/delete/{id} + defaults: { _controller: App\Controller\AssignmentteacherController:delete } + +#== Assignmentmatter ================================================================================================== +app_assignmentmatter: + path: /admin/assignmentmatter/{id} + defaults: { _controller: App\Controller\AssignmentmatterController:list } + +app_assignmentmatter_submit: + path: /admin/assignmentmatter/submit/{id} + defaults: { _controller: App\Controller\AssignmentmatterController:submit } + +app_assignmentmatter_update: + path: /admin/assignmentmatter/update/{id} + defaults: { _controller: App\Controller\AssignmentmatterController:update } + +app_assignmentmatter_delete: + path: /admin/assignmentmatter/delete/{id} + defaults: { _controller: App\Controller\AssignmentmatterController:delete } + + +#== Userteacher ======================================================================================================= +app_userteacher: + path: /teacher + defaults: { _controller: App\Controller\UserteacherController:home } + +app_userteacher_classroom: + path: /teacher/classroom/{id} + defaults: { _controller: App\Controller\UserteacherController:classroom } \ No newline at end of file diff --git a/src/ninenote-1.0/config/routes/annotations.yaml b/src/ninenote-1.0/config/routes/annotations.yaml new file mode 100644 index 0000000..e92efc5 --- /dev/null +++ b/src/ninenote-1.0/config/routes/annotations.yaml @@ -0,0 +1,7 @@ +controllers: + resource: ../../src/Controller/ + type: annotation + +kernel: + resource: ../../src/Kernel.php + type: annotation diff --git a/src/ninenote-1.0/config/routes/dev/framework.yaml b/src/ninenote-1.0/config/routes/dev/framework.yaml new file mode 100644 index 0000000..bcbbf13 --- /dev/null +++ b/src/ninenote-1.0/config/routes/dev/framework.yaml @@ -0,0 +1,3 @@ +_errors: + resource: '@FrameworkBundle/Resources/config/routing/errors.xml' + prefix: /_error diff --git a/src/ninenote-1.0/config/routes/dev/web_profiler.yaml b/src/ninenote-1.0/config/routes/dev/web_profiler.yaml new file mode 100644 index 0000000..c82beff --- /dev/null +++ b/src/ninenote-1.0/config/routes/dev/web_profiler.yaml @@ -0,0 +1,7 @@ +web_profiler_wdt: + resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml' + prefix: /_wdt + +web_profiler_profiler: + resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml' + prefix: /_profiler diff --git a/src/ninenote-1.0/config/routes/nelmio_api_doc.yaml b/src/ninenote-1.0/config/routes/nelmio_api_doc.yaml new file mode 100644 index 0000000..364b4af --- /dev/null +++ b/src/ninenote-1.0/config/routes/nelmio_api_doc.yaml @@ -0,0 +1,12 @@ +# Expose your documentation as JSON swagger compliant +app.swagger: + path: /api/doc.json + methods: GET + defaults: { _controller: nelmio_api_doc.controller.swagger } + +## Requires the Asset component and the Twig bundle +## $ composer require twig asset +#app.swagger_ui: +# path: /api/doc +# methods: GET +# defaults: { _controller: nelmio_api_doc.controller.swagger_ui } diff --git a/src/ninenote-1.0/config/routes/oneup_uploader.yaml b/src/ninenote-1.0/config/routes/oneup_uploader.yaml new file mode 100644 index 0000000..ad9f64f --- /dev/null +++ b/src/ninenote-1.0/config/routes/oneup_uploader.yaml @@ -0,0 +1,3 @@ +oneup_uploader: + resource: . + type: uploader diff --git a/src/ninenote-1.0/config/services.yaml b/src/ninenote-1.0/config/services.yaml new file mode 100644 index 0000000..52f1977 --- /dev/null +++ b/src/ninenote-1.0/config/services.yaml @@ -0,0 +1,132 @@ +# This file is the entry point to configure your own services. +# Files in the packages/ subdirectory configure your dependencies. + +# Put parameters here that don't need to change on each machine where the app is deployed +# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration +parameters: + appEnv: '%env(resolve:APP_ENV)%' + appSecret: '%env(resolve:APP_SECRET)%' + + appWeburl: '%env(resolve:APP_WEBURL)%' + appAuth: '%env(resolve:APP_AUTH)%' + appAlias: '%env(resolve:APP_ALIAS)%' + appName: '%env(resolve:APP_NAME)%' + appCron: '%env(resolve:APP_CRON)%' + appMasteridentity: '%env(resolve:APP_MASTERIDENTITY)%' + appMasterurl: '%env(resolve:APP_MASTERURL)%' + appMasterkey: '%env(resolve:APP_MASTERKEY)%' + + databaseName: '%env(resolve:DATABASE_NAME)%' + databaseUser: '%env(resolve:DATABASE_USER)%' + databasePassword: '%env(resolve:DATABASE_PASSWORD)%' + databaseHost: '%env(resolve:DATABASE_HOST)%' + + appMailmethod: '%env(resolve:MAILER_METHOD)%' + appMailurl: '%env(resolve:MAILER_URL)%' + appMailnoreply: '%env(resolve:MAILER_NOREPLY)%' + + ldapModel: '%env(resolve:LDAP_MODEL)%' + ldapHost: '%env(resolve:LDAP_HOST)%' + ldapPort: '%env(resolve:LDAP_PORT)%' + ldapTls: '%env(resolve:LDAP_TLS)%' + ldapUser: '%env(resolve:LDAP_USER)%' + ldapPassword: '%env(resolve:LDAP_PASSWORD)%' + ldapBasedn: '%env(resolve:LDAP_BASEDN)%' + ldapUsername: '%env(resolve:LDAP_USERNAME)%' + ldapFirstname: '%env(resolve:LDAP_FIRSTNAME)%' + ldapLastname: '%env(resolve:LDAP_LASTNAME)%' + ldapEmail: '%env(resolve:LDAP_EMAIL)%' + ldapFiltergroup: '%env(resolve:LDAP_FILTERGROUP)%' + ldapFilteruser: '%env(resolve:LDAP_FILTERUSER)%' + ldapAdmins: '%env(json:LDAP_ADMINS)%' + + casHost: '%env(resolve:CAS_HOST)%' + casPort: '%env(resolve:CAS_PORT)%' + casPath: '%env(resolve:CAS_PATH)%' + casUsername: '%env(resolve:CAS_USERNAME)%' + casEmail: '%env(resolve:CAS_EMAIL)%' + casLastname: '%env(resolve:CAS_LASTNAME)%' + casFirstname: '%env(resolve:CAS_FIRSTNAME)%' + + wssuse: '%env(resolve:WSS_USE)%' + wssport: '%env(resolve:WSS_PORT)%' + wssurl: 'wss://%env(resolve:APP_WEBURL)%/wss%env(resolve:APP_ALIAS)%' + + proxyUse: '%env(resolve:PROXY_USE)%' + proxyHost: '%env(resolve:PROXY_HOST)%' + proxyPort: '%env(resolve:PROXY_PORT)%' + + sondeUse: '%env(resolve:SONDE_USE)%' + sondeUrl: '%env(resolve:SONDE_URL)%' + +services: + # default configuration for services in *this* file + _defaults: + autowire: true # Automatically injects dependencies in your services. + autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. + bind: + $ldapHost: '%ldapHost%' + $ldapPort: '%ldapPort%' + $ldapTls: '%ldapTls%' + $ldapUser: '%ldapUser%' + $ldapPassword: '%ldapPassword%' + $ldapBasedn: '%ldapBasedn%' + + # makes classes in src/ available to be used as services + # this creates a service per class whose id is the fully-qualified class name + App\: + resource: '../src/*' + exclude: '../src/{DependencyInjection,Twig,Entity,Migrations,Tests,Kernel.php}' + + # controllers are imported separately to make sure services can be injected + # as action arguments even if you don't extend any base controller class + App\Controller\: + resource: '../src/Controller' + tags: ['controller.service_arguments'] + + # add more service definitions when explicit configuration is needed + # please note that last definitions always *replace* previous ones + app.session.init: + public: true + class: App\Service\sessionInit + arguments: ["@service_container","@doctrine.orm.entity_manager","@session",] + tags: + - { name: kernel.event_listener, event: kernel.request, method: onDomainParse } + + app.password.encoder: + public: true + class: App\Service\passwordEncoder + + app.upload.listener: + public: true + class: App\Service\uploadListener + arguments: ["@doctrine.orm.entity_manager","@security.token_storage","@session","@service_container"] + tags: + - { name: kernel.event_listener, event: oneup_uploader.post_persist, method: onUpload } + + app.ldap.service: + public: true + class: App\Service\ldapService + arguments: ["%ldapHost%","%ldapPort%","%ldapTls%","%ldapUser%","%ldapPassword%","%ldapBasedn%"] + + app.upload.samename: + public: true + class: App\Service\uploadSamename + + app.sendmail.transport: + class: Swift_SendmailTransport + public: true + arguments: ['/usr/sbin/sendmail -t'] + + app.mail.service: + public: true + class: App\Service\mailService + arguments: ["@mailer", "@twig"] + + app.twig.extension: + class: App\Twig\AppExtension + calls: + - [setContainer, ["@service_container"]] + tags: + - { name: twig.extension } + \ No newline at end of file diff --git a/src/ninenote-1.0/package.json b/src/ninenote-1.0/package.json new file mode 100644 index 0000000..ace418b --- /dev/null +++ b/src/ninenote-1.0/package.json @@ -0,0 +1,43 @@ +{ + "devDependencies": { + "@symfony/webpack-encore": "^0.28.2", + "core-js": "^3.0.0", + "regenerator-runtime": "^0.13.2", + "webpack-notifier": "^1.6.0" + }, + "license": "UNLICENSED", + "private": true, + "scripts": { + "dev-server": "encore dev-server", + "dev": "encore dev", + "watch": "encore dev --watch", + "build": "encore production --progress" + }, + "dependencies": { + "@fortawesome/fontawesome-free": "^5.12.1", + "@fullcalendar/core": "^4.4.0", + "@fullcalendar/daygrid": "^4.4.0", + "@fullcalendar/interaction": "^4.4.0", + "@ttskch/select2-bootstrap4-theme": "^1.3.2", + "bootstrap": "^4.4.1", + "bs-stepper": "^1.7.0", + "ckeditor": "^4.12.1", + "crop-select-js": "^1.0.1", + "datatables.net-bs4": "^1.10.20", + "dropzone": "^5.7.0", + "encore": "^0.0.30-beta", + "imagesloaded": "^4.1.4", + "jquery": "^3.4.1", + "jqueryui": "^1.11.1", + "masonry-layout": "^4.2.2", + "moment": "^2.24.0", + "morris.js": "^0.5.0", + "popper.js": "^1.16.1", + "raphael": "^2.3.0", + "select2": "^4.0.13", + "slick-carousel": "^1.8.1", + "spectrum-colorpicker2": "^2.0.0", + "tempusdominus-core": "^5.0.3", + "timepicki": "^2.0.1" + } +} diff --git a/src/ninenote-1.0/phpunit.xml.dist b/src/ninenote-1.0/phpunit.xml.dist new file mode 100644 index 0000000..d81f0c3 --- /dev/null +++ b/src/ninenote-1.0/phpunit.xml.dist @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + tests + + + + + + src + + + + + + + diff --git a/src/ninenote-1.0/public/.htaccess b/src/ninenote-1.0/public/.htaccess new file mode 100644 index 0000000..0379bfc --- /dev/null +++ b/src/ninenote-1.0/public/.htaccess @@ -0,0 +1,66 @@ +# Use the front controller as index file. It serves as a fallback solution when +# every other rewrite/redirect fails (e.g. in an aliased environment without +# mod_rewrite). Additionally, this reduces the matching process for the +# start page (path "/") because otherwise Apache will apply the rewriting rules +# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl). +DirectoryIndex index.php + +# By default, Apache does not evaluate symbolic links if you did not enable this +# feature in your server configuration. Uncomment the following line if you +# install assets as symlinks or if you experience problems related to symlinks +# when compiling LESS/Sass/CoffeScript assets. +# Options FollowSymlinks + +# Disabling MultiViews prevents unwanted negotiation, e.g. "/index" should not resolve +# to the front controller "/index.php" but be rewritten to "/index.php/index". + + Options -MultiViews + + + + RewriteEngine On + + # Determine the RewriteBase automatically and set it as environment variable. + # If you are using Apache aliases to do mass virtual hosting or installed the + # project in a subdirectory, the base path will be prepended to allow proper + # resolution of the index.php file and to redirect to the correct URI. It will + # work in environments without path prefix as well, providing a safe, one-size + # fits all solution. But as you do not need it in this case, you can comment + # the following 2 lines to eliminate the overhead. + RewriteCond %{REQUEST_URI}::$0 ^(/.+)/(.*)::\2$ + RewriteRule .* - [E=BASE:%1] + + # Sets the HTTP_AUTHORIZATION header removed by Apache + RewriteCond %{HTTP:Authorization} .+ + RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0] + + # Redirect to URI without front controller to prevent duplicate content + # (with and without `/index.php`). Only do this redirect on the initial + # rewrite by Apache and not on subsequent cycles. Otherwise we would get an + # endless redirect loop (request -> rewrite to front controller -> + # redirect -> request -> ...). + # So in case you get a "too many redirects" error or you always get redirected + # to the start page because your Apache does not expose the REDIRECT_STATUS + # environment variable, you have 2 choices: + # - disable this feature by commenting the following 2 lines or + # - use Apache >= 2.3.9 and replace all L flags by END flags and remove the + # following RewriteCond (best solution) + RewriteCond %{ENV:REDIRECT_STATUS} ="" + RewriteRule ^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L] + + # If the requested filename exists, simply serve it. + # We only want to let Apache serve files and not directories. + # Rewrite all other queries to the front controller. + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^ %{ENV:BASE}/index.php [L] + + + + + # When mod_rewrite is not available, we instruct a temporary redirect of + # the start page to the front controller explicitly so that the website + # and the generated links can still be used. + RedirectMatch 307 ^/$ /index.php/ + # RedirectTemp cannot be used instead + + diff --git a/src/ninenote-1.0/public/build/app.js b/src/ninenote-1.0/public/build/app.js new file mode 100644 index 0000000..d3e8bb3 --- /dev/null +++ b/src/ninenote-1.0/public/build/app.js @@ -0,0 +1,432 @@ +(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["app"],{ + +/***/ "./assets/js/app.js": +/*!**************************!*\ + !*** ./assets/js/app.js ***! + \**************************/ +/*! no exports provided */ +/***/ (function(module, __webpack_exports__, __webpack_require__) { + +"use strict"; +__webpack_require__.r(__webpack_exports__); +/* WEBPACK VAR INJECTION */(function(global) {/* harmony import */ var _svgdotjs_svg_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @svgdotjs/svg.js */ "./node_modules/@svgdotjs/svg.js/dist/svg.esm.js"); +// JQuery +window.$ = window.jQuery = __webpack_require__(/*! jquery */ "./node_modules/jquery/dist/jquery.js"); // JQueryui + +__webpack_require__(/*! jqueryui */ "./node_modules/jqueryui/jquery-ui.js"); // Bootstrap + + +__webpack_require__(/*! bootstrap */ "./node_modules/bootstrap/dist/js/bootstrap.js"); + +__webpack_require__(/*! bootstrap/dist/css/bootstrap.min.css */ "./node_modules/bootstrap/dist/css/bootstrap.min.css"); // timepicki + + +var timepicki = __webpack_require__(/*! timepicki/js/timepicki.js */ "./node_modules/timepicki/js/timepicki.js"); // Datatables + + +__webpack_require__(/*! datatables.net-bs4 */ "./node_modules/datatables.net-bs4/js/dataTables.bootstrap4.js"); + +__webpack_require__(/*! ./datatables.init.js */ "./assets/js/datatables.init.js"); + +__webpack_require__(/*! datatables.net-bs4/css/dataTables.bootstrap4.min.css */ "./node_modules/datatables.net-bs4/css/dataTables.bootstrap4.min.css"); // Fontawesome + + +__webpack_require__(/*! @fortawesome/fontawesome-free/css/all.css */ "./node_modules/@fortawesome/fontawesome-free/css/all.css"); // bs-stepper + + +__webpack_require__(/*! bs-stepper/dist/css/bs-stepper.min.css */ "./node_modules/bs-stepper/dist/css/bs-stepper.min.css"); + +var Stepper = __webpack_require__(/*! bs-stepper/dist/js/bs-stepper.min.js */ "./node_modules/bs-stepper/dist/js/bs-stepper.min.js"); + +global.Stepper = Stepper; // Masonery + +var masonry = __webpack_require__(/*! masonry-layout/dist/masonry.pkgd.min.js */ "./node_modules/masonry-layout/dist/masonry.pkgd.min.js"); + +global.masonry = masonry; // Slick + +__webpack_require__(/*! slick-carousel/slick/slick.css */ "./node_modules/slick-carousel/slick/slick.css"); + +var slick = __webpack_require__(/*! slick-carousel/slick/slick.min.js */ "./node_modules/slick-carousel/slick/slick.min.js"); + +global.slick = slick; // Imageloaded + +var imagesLoaded = __webpack_require__(/*! imagesloaded/imagesloaded.js */ "./node_modules/imagesloaded/imagesloaded.js"); + +global.imagesLoaded = imagesLoaded; // Moment + +var moment = __webpack_require__(/*! moment */ "./node_modules/moment/moment.js"); + +global.moment = moment; + +__webpack_require__(/*! moment/locale/fr.js */ "./node_modules/moment/locale/fr.js"); // Select2 + + +__webpack_require__(/*! select2 */ "./node_modules/select2/dist/js/select2.js"); + +__webpack_require__(/*! select2/dist/js/i18n/fr.js */ "./node_modules/select2/dist/js/i18n/fr.js"); + +__webpack_require__(/*! select2/dist/css/select2.css */ "./node_modules/select2/dist/css/select2.css"); + +__webpack_require__(/*! @ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.css */ "./node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.css"); + +$(function () { + $('.select2entity').select2({ + theme: 'bootstrap4', + language: "fr" + }); +}); // CropSelectJs + +__webpack_require__(/*! crop-select-js/crop-select-js.min.css */ "./node_modules/crop-select-js/crop-select-js.min.css"); + +window.CropSelectJs = __webpack_require__(/*! crop-select-js/crop-select-js.min.js */ "./node_modules/crop-select-js/crop-select-js.min.js"); // spectrum-colorpicker2 + +__webpack_require__(/*! spectrum-colorpicker2/dist/spectrum.min.js */ "./node_modules/spectrum-colorpicker2/dist/spectrum.min.js"); + +__webpack_require__(/*! spectrum-colorpicker2/dist/spectrum.min.css */ "./node_modules/spectrum-colorpicker2/dist/spectrum.min.css"); // svg.js + + + +/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../node_modules/webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) + +/***/ }), + +/***/ "./assets/js/datatables.init.js": +/*!**************************************!*\ + !*** ./assets/js/datatables.init.js ***! + \**************************************/ +/*! no static exports found */ +/***/ (function(module, exports) { + +$(document).ready(function () { + $.extend($.fn.dataTable.defaults, { + responsive: true, + "iDisplayLength": 1000, + "oLanguage": { + "sThousands": " ", + "sProcessing": "Traitement en cours...", + "sSearch": "Rechercher :", + "sLengthMenu": "Afficher _MENU_ éléments", + "sInfo": "Affichage de l'élement _START_ à _END_ sur _TOTAL_ éléments", + "sInfoEmpty": "Affichage de l'élement 0 à 0 sur 0 éléments", + "sInfoFiltered": "(filtré de _MAX_ éléments au total)", + "sInfoPostFix": "", + "sLoadingRecords": "Chargement en cours...", + "sZeroRecords": "Aucun élément à afficher", + "sEmptyTable": "Aucune donnée disponible dans le tableau", + "oPaginate": { + "sFirst": "Premier", + "sPrevious": "Précédent", + "sNext": "Suivant", + "sLast": "Dernier" + }, + "oAria": { + "sSortAscending": ": activer pour trier la colonne par ordre croissant", + "sSortDescending": ": activer pour trier la colonne par ordre décroissant" + } + } //"stateSave": true + + }); +}); + +/***/ }), + +/***/ "./node_modules/moment/locale sync recursive ^\\.\\/.*$": +/*!**************************************************!*\ + !*** ./node_modules/moment/locale sync ^\.\/.*$ ***! + \**************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +var map = { + "./af": "./node_modules/moment/locale/af.js", + "./af.js": "./node_modules/moment/locale/af.js", + "./ar": "./node_modules/moment/locale/ar.js", + "./ar-dz": "./node_modules/moment/locale/ar-dz.js", + "./ar-dz.js": "./node_modules/moment/locale/ar-dz.js", + "./ar-kw": "./node_modules/moment/locale/ar-kw.js", + "./ar-kw.js": "./node_modules/moment/locale/ar-kw.js", + "./ar-ly": "./node_modules/moment/locale/ar-ly.js", + "./ar-ly.js": "./node_modules/moment/locale/ar-ly.js", + "./ar-ma": "./node_modules/moment/locale/ar-ma.js", + "./ar-ma.js": "./node_modules/moment/locale/ar-ma.js", + "./ar-sa": "./node_modules/moment/locale/ar-sa.js", + "./ar-sa.js": "./node_modules/moment/locale/ar-sa.js", + "./ar-tn": "./node_modules/moment/locale/ar-tn.js", + "./ar-tn.js": "./node_modules/moment/locale/ar-tn.js", + "./ar.js": "./node_modules/moment/locale/ar.js", + "./az": "./node_modules/moment/locale/az.js", + "./az.js": "./node_modules/moment/locale/az.js", + "./be": "./node_modules/moment/locale/be.js", + "./be.js": "./node_modules/moment/locale/be.js", + "./bg": "./node_modules/moment/locale/bg.js", + "./bg.js": "./node_modules/moment/locale/bg.js", + "./bm": "./node_modules/moment/locale/bm.js", + "./bm.js": "./node_modules/moment/locale/bm.js", + "./bn": "./node_modules/moment/locale/bn.js", + "./bn.js": "./node_modules/moment/locale/bn.js", + "./bo": "./node_modules/moment/locale/bo.js", + "./bo.js": "./node_modules/moment/locale/bo.js", + "./br": "./node_modules/moment/locale/br.js", + "./br.js": "./node_modules/moment/locale/br.js", + "./bs": "./node_modules/moment/locale/bs.js", + "./bs.js": "./node_modules/moment/locale/bs.js", + "./ca": "./node_modules/moment/locale/ca.js", + "./ca.js": "./node_modules/moment/locale/ca.js", + "./cs": "./node_modules/moment/locale/cs.js", + "./cs.js": "./node_modules/moment/locale/cs.js", + "./cv": "./node_modules/moment/locale/cv.js", + "./cv.js": "./node_modules/moment/locale/cv.js", + "./cy": "./node_modules/moment/locale/cy.js", + "./cy.js": "./node_modules/moment/locale/cy.js", + "./da": "./node_modules/moment/locale/da.js", + "./da.js": "./node_modules/moment/locale/da.js", + "./de": "./node_modules/moment/locale/de.js", + "./de-at": "./node_modules/moment/locale/de-at.js", + "./de-at.js": "./node_modules/moment/locale/de-at.js", + "./de-ch": "./node_modules/moment/locale/de-ch.js", + "./de-ch.js": "./node_modules/moment/locale/de-ch.js", + "./de.js": "./node_modules/moment/locale/de.js", + "./dv": "./node_modules/moment/locale/dv.js", + "./dv.js": "./node_modules/moment/locale/dv.js", + "./el": "./node_modules/moment/locale/el.js", + "./el.js": "./node_modules/moment/locale/el.js", + "./en-au": "./node_modules/moment/locale/en-au.js", + "./en-au.js": "./node_modules/moment/locale/en-au.js", + "./en-ca": "./node_modules/moment/locale/en-ca.js", + "./en-ca.js": "./node_modules/moment/locale/en-ca.js", + "./en-gb": "./node_modules/moment/locale/en-gb.js", + "./en-gb.js": "./node_modules/moment/locale/en-gb.js", + "./en-ie": "./node_modules/moment/locale/en-ie.js", + "./en-ie.js": "./node_modules/moment/locale/en-ie.js", + "./en-il": "./node_modules/moment/locale/en-il.js", + "./en-il.js": "./node_modules/moment/locale/en-il.js", + "./en-in": "./node_modules/moment/locale/en-in.js", + "./en-in.js": "./node_modules/moment/locale/en-in.js", + "./en-nz": "./node_modules/moment/locale/en-nz.js", + "./en-nz.js": "./node_modules/moment/locale/en-nz.js", + "./en-sg": "./node_modules/moment/locale/en-sg.js", + "./en-sg.js": "./node_modules/moment/locale/en-sg.js", + "./eo": "./node_modules/moment/locale/eo.js", + "./eo.js": "./node_modules/moment/locale/eo.js", + "./es": "./node_modules/moment/locale/es.js", + "./es-do": "./node_modules/moment/locale/es-do.js", + "./es-do.js": "./node_modules/moment/locale/es-do.js", + "./es-us": "./node_modules/moment/locale/es-us.js", + "./es-us.js": "./node_modules/moment/locale/es-us.js", + "./es.js": "./node_modules/moment/locale/es.js", + "./et": "./node_modules/moment/locale/et.js", + "./et.js": "./node_modules/moment/locale/et.js", + "./eu": "./node_modules/moment/locale/eu.js", + "./eu.js": "./node_modules/moment/locale/eu.js", + "./fa": "./node_modules/moment/locale/fa.js", + "./fa.js": "./node_modules/moment/locale/fa.js", + "./fi": "./node_modules/moment/locale/fi.js", + "./fi.js": "./node_modules/moment/locale/fi.js", + "./fil": "./node_modules/moment/locale/fil.js", + "./fil.js": "./node_modules/moment/locale/fil.js", + "./fo": "./node_modules/moment/locale/fo.js", + "./fo.js": "./node_modules/moment/locale/fo.js", + "./fr": "./node_modules/moment/locale/fr.js", + "./fr-ca": "./node_modules/moment/locale/fr-ca.js", + "./fr-ca.js": "./node_modules/moment/locale/fr-ca.js", + "./fr-ch": "./node_modules/moment/locale/fr-ch.js", + "./fr-ch.js": "./node_modules/moment/locale/fr-ch.js", + "./fr.js": "./node_modules/moment/locale/fr.js", + "./fy": "./node_modules/moment/locale/fy.js", + "./fy.js": "./node_modules/moment/locale/fy.js", + "./ga": "./node_modules/moment/locale/ga.js", + "./ga.js": "./node_modules/moment/locale/ga.js", + "./gd": "./node_modules/moment/locale/gd.js", + "./gd.js": "./node_modules/moment/locale/gd.js", + "./gl": "./node_modules/moment/locale/gl.js", + "./gl.js": "./node_modules/moment/locale/gl.js", + "./gom-deva": "./node_modules/moment/locale/gom-deva.js", + "./gom-deva.js": "./node_modules/moment/locale/gom-deva.js", + "./gom-latn": "./node_modules/moment/locale/gom-latn.js", + "./gom-latn.js": "./node_modules/moment/locale/gom-latn.js", + "./gu": "./node_modules/moment/locale/gu.js", + "./gu.js": "./node_modules/moment/locale/gu.js", + "./he": "./node_modules/moment/locale/he.js", + "./he.js": "./node_modules/moment/locale/he.js", + "./hi": "./node_modules/moment/locale/hi.js", + "./hi.js": "./node_modules/moment/locale/hi.js", + "./hr": "./node_modules/moment/locale/hr.js", + "./hr.js": "./node_modules/moment/locale/hr.js", + "./hu": "./node_modules/moment/locale/hu.js", + "./hu.js": "./node_modules/moment/locale/hu.js", + "./hy-am": "./node_modules/moment/locale/hy-am.js", + "./hy-am.js": "./node_modules/moment/locale/hy-am.js", + "./id": "./node_modules/moment/locale/id.js", + "./id.js": "./node_modules/moment/locale/id.js", + "./is": "./node_modules/moment/locale/is.js", + "./is.js": "./node_modules/moment/locale/is.js", + "./it": "./node_modules/moment/locale/it.js", + "./it-ch": "./node_modules/moment/locale/it-ch.js", + "./it-ch.js": "./node_modules/moment/locale/it-ch.js", + "./it.js": "./node_modules/moment/locale/it.js", + "./ja": "./node_modules/moment/locale/ja.js", + "./ja.js": "./node_modules/moment/locale/ja.js", + "./jv": "./node_modules/moment/locale/jv.js", + "./jv.js": "./node_modules/moment/locale/jv.js", + "./ka": "./node_modules/moment/locale/ka.js", + "./ka.js": "./node_modules/moment/locale/ka.js", + "./kk": "./node_modules/moment/locale/kk.js", + "./kk.js": "./node_modules/moment/locale/kk.js", + "./km": "./node_modules/moment/locale/km.js", + "./km.js": "./node_modules/moment/locale/km.js", + "./kn": "./node_modules/moment/locale/kn.js", + "./kn.js": "./node_modules/moment/locale/kn.js", + "./ko": "./node_modules/moment/locale/ko.js", + "./ko.js": "./node_modules/moment/locale/ko.js", + "./ku": "./node_modules/moment/locale/ku.js", + "./ku.js": "./node_modules/moment/locale/ku.js", + "./ky": "./node_modules/moment/locale/ky.js", + "./ky.js": "./node_modules/moment/locale/ky.js", + "./lb": "./node_modules/moment/locale/lb.js", + "./lb.js": "./node_modules/moment/locale/lb.js", + "./lo": "./node_modules/moment/locale/lo.js", + "./lo.js": "./node_modules/moment/locale/lo.js", + "./lt": "./node_modules/moment/locale/lt.js", + "./lt.js": "./node_modules/moment/locale/lt.js", + "./lv": "./node_modules/moment/locale/lv.js", + "./lv.js": "./node_modules/moment/locale/lv.js", + "./me": "./node_modules/moment/locale/me.js", + "./me.js": "./node_modules/moment/locale/me.js", + "./mi": "./node_modules/moment/locale/mi.js", + "./mi.js": "./node_modules/moment/locale/mi.js", + "./mk": "./node_modules/moment/locale/mk.js", + "./mk.js": "./node_modules/moment/locale/mk.js", + "./ml": "./node_modules/moment/locale/ml.js", + "./ml.js": "./node_modules/moment/locale/ml.js", + "./mn": "./node_modules/moment/locale/mn.js", + "./mn.js": "./node_modules/moment/locale/mn.js", + "./mr": "./node_modules/moment/locale/mr.js", + "./mr.js": "./node_modules/moment/locale/mr.js", + "./ms": "./node_modules/moment/locale/ms.js", + "./ms-my": "./node_modules/moment/locale/ms-my.js", + "./ms-my.js": "./node_modules/moment/locale/ms-my.js", + "./ms.js": "./node_modules/moment/locale/ms.js", + "./mt": "./node_modules/moment/locale/mt.js", + "./mt.js": "./node_modules/moment/locale/mt.js", + "./my": "./node_modules/moment/locale/my.js", + "./my.js": "./node_modules/moment/locale/my.js", + "./nb": "./node_modules/moment/locale/nb.js", + "./nb.js": "./node_modules/moment/locale/nb.js", + "./ne": "./node_modules/moment/locale/ne.js", + "./ne.js": "./node_modules/moment/locale/ne.js", + "./nl": "./node_modules/moment/locale/nl.js", + "./nl-be": "./node_modules/moment/locale/nl-be.js", + "./nl-be.js": "./node_modules/moment/locale/nl-be.js", + "./nl.js": "./node_modules/moment/locale/nl.js", + "./nn": "./node_modules/moment/locale/nn.js", + "./nn.js": "./node_modules/moment/locale/nn.js", + "./oc-lnc": "./node_modules/moment/locale/oc-lnc.js", + "./oc-lnc.js": "./node_modules/moment/locale/oc-lnc.js", + "./pa-in": "./node_modules/moment/locale/pa-in.js", + "./pa-in.js": "./node_modules/moment/locale/pa-in.js", + "./pl": "./node_modules/moment/locale/pl.js", + "./pl.js": "./node_modules/moment/locale/pl.js", + "./pt": "./node_modules/moment/locale/pt.js", + "./pt-br": "./node_modules/moment/locale/pt-br.js", + "./pt-br.js": "./node_modules/moment/locale/pt-br.js", + "./pt.js": "./node_modules/moment/locale/pt.js", + "./ro": "./node_modules/moment/locale/ro.js", + "./ro.js": "./node_modules/moment/locale/ro.js", + "./ru": "./node_modules/moment/locale/ru.js", + "./ru.js": "./node_modules/moment/locale/ru.js", + "./sd": "./node_modules/moment/locale/sd.js", + "./sd.js": "./node_modules/moment/locale/sd.js", + "./se": "./node_modules/moment/locale/se.js", + "./se.js": "./node_modules/moment/locale/se.js", + "./si": "./node_modules/moment/locale/si.js", + "./si.js": "./node_modules/moment/locale/si.js", + "./sk": "./node_modules/moment/locale/sk.js", + "./sk.js": "./node_modules/moment/locale/sk.js", + "./sl": "./node_modules/moment/locale/sl.js", + "./sl.js": "./node_modules/moment/locale/sl.js", + "./sq": "./node_modules/moment/locale/sq.js", + "./sq.js": "./node_modules/moment/locale/sq.js", + "./sr": "./node_modules/moment/locale/sr.js", + "./sr-cyrl": "./node_modules/moment/locale/sr-cyrl.js", + "./sr-cyrl.js": "./node_modules/moment/locale/sr-cyrl.js", + "./sr.js": "./node_modules/moment/locale/sr.js", + "./ss": "./node_modules/moment/locale/ss.js", + "./ss.js": "./node_modules/moment/locale/ss.js", + "./sv": "./node_modules/moment/locale/sv.js", + "./sv.js": "./node_modules/moment/locale/sv.js", + "./sw": "./node_modules/moment/locale/sw.js", + "./sw.js": "./node_modules/moment/locale/sw.js", + "./ta": "./node_modules/moment/locale/ta.js", + "./ta.js": "./node_modules/moment/locale/ta.js", + "./te": "./node_modules/moment/locale/te.js", + "./te.js": "./node_modules/moment/locale/te.js", + "./tet": "./node_modules/moment/locale/tet.js", + "./tet.js": "./node_modules/moment/locale/tet.js", + "./tg": "./node_modules/moment/locale/tg.js", + "./tg.js": "./node_modules/moment/locale/tg.js", + "./th": "./node_modules/moment/locale/th.js", + "./th.js": "./node_modules/moment/locale/th.js", + "./tk": "./node_modules/moment/locale/tk.js", + "./tk.js": "./node_modules/moment/locale/tk.js", + "./tl-ph": "./node_modules/moment/locale/tl-ph.js", + "./tl-ph.js": "./node_modules/moment/locale/tl-ph.js", + "./tlh": "./node_modules/moment/locale/tlh.js", + "./tlh.js": "./node_modules/moment/locale/tlh.js", + "./tr": "./node_modules/moment/locale/tr.js", + "./tr.js": "./node_modules/moment/locale/tr.js", + "./tzl": "./node_modules/moment/locale/tzl.js", + "./tzl.js": "./node_modules/moment/locale/tzl.js", + "./tzm": "./node_modules/moment/locale/tzm.js", + "./tzm-latn": "./node_modules/moment/locale/tzm-latn.js", + "./tzm-latn.js": "./node_modules/moment/locale/tzm-latn.js", + "./tzm.js": "./node_modules/moment/locale/tzm.js", + "./ug-cn": "./node_modules/moment/locale/ug-cn.js", + "./ug-cn.js": "./node_modules/moment/locale/ug-cn.js", + "./uk": "./node_modules/moment/locale/uk.js", + "./uk.js": "./node_modules/moment/locale/uk.js", + "./ur": "./node_modules/moment/locale/ur.js", + "./ur.js": "./node_modules/moment/locale/ur.js", + "./uz": "./node_modules/moment/locale/uz.js", + "./uz-latn": "./node_modules/moment/locale/uz-latn.js", + "./uz-latn.js": "./node_modules/moment/locale/uz-latn.js", + "./uz.js": "./node_modules/moment/locale/uz.js", + "./vi": "./node_modules/moment/locale/vi.js", + "./vi.js": "./node_modules/moment/locale/vi.js", + "./x-pseudo": "./node_modules/moment/locale/x-pseudo.js", + "./x-pseudo.js": "./node_modules/moment/locale/x-pseudo.js", + "./yo": "./node_modules/moment/locale/yo.js", + "./yo.js": "./node_modules/moment/locale/yo.js", + "./zh-cn": "./node_modules/moment/locale/zh-cn.js", + "./zh-cn.js": "./node_modules/moment/locale/zh-cn.js", + "./zh-hk": "./node_modules/moment/locale/zh-hk.js", + "./zh-hk.js": "./node_modules/moment/locale/zh-hk.js", + "./zh-mo": "./node_modules/moment/locale/zh-mo.js", + "./zh-mo.js": "./node_modules/moment/locale/zh-mo.js", + "./zh-tw": "./node_modules/moment/locale/zh-tw.js", + "./zh-tw.js": "./node_modules/moment/locale/zh-tw.js" +}; + + +function webpackContext(req) { + var id = webpackContextResolve(req); + return __webpack_require__(id); +} +function webpackContextResolve(req) { + if(!__webpack_require__.o(map, req)) { + var e = new Error("Cannot find module '" + req + "'"); + e.code = 'MODULE_NOT_FOUND'; + throw e; + } + return map[req]; +} +webpackContext.keys = function webpackContextKeys() { + return Object.keys(map); +}; +webpackContext.resolve = webpackContextResolve; +module.exports = webpackContext; +webpackContext.id = "./node_modules/moment/locale sync recursive ^\\.\\/.*$"; + +/***/ }) + +},[["./assets/js/app.js","runtime","vendors~app"]]]); +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vLi9hc3NldHMvanMvYXBwLmpzIiwid2VicGFjazovLy8uL2Fzc2V0cy9qcy9kYXRhdGFibGVzLmluaXQuanMiLCJ3ZWJwYWNrOi8vLy4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUgc3luYyBeXFwuXFwvLiokIl0sIm5hbWVzIjpbIndpbmRvdyIsIiQiLCJqUXVlcnkiLCJyZXF1aXJlIiwidGltZXBpY2tpIiwiU3RlcHBlciIsImdsb2JhbCIsIm1hc29ucnkiLCJzbGljayIsImltYWdlc0xvYWRlZCIsIm1vbWVudCIsInNlbGVjdDIiLCJ0aGVtZSIsImxhbmd1YWdlIiwiQ3JvcFNlbGVjdEpzIiwiZG9jdW1lbnQiLCJyZWFkeSIsImV4dGVuZCIsImZuIiwiZGF0YVRhYmxlIiwiZGVmYXVsdHMiLCJyZXNwb25zaXZlIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQUE7QUFBQTtBQUFBO0FBQ0FBLE1BQU0sQ0FBQ0MsQ0FBUCxHQUFXRCxNQUFNLENBQUNFLE1BQVAsR0FBZ0JDLG1CQUFPLENBQUMsb0RBQUQsQ0FBbEMsQyxDQUVBOztBQUNBQSxtQkFBTyxDQUFDLHNEQUFELENBQVAsQyxDQUVBOzs7QUFDQUEsbUJBQU8sQ0FBQyxnRUFBRCxDQUFQOztBQUNBQSxtQkFBTyxDQUFDLGlHQUFELENBQVAsQyxDQUVBOzs7QUFDQSxJQUFNQyxTQUFTLEdBQUdELG1CQUFPLENBQUMsMkVBQUQsQ0FBekIsQyxDQUVBOzs7QUFDQUEsbUJBQU8sQ0FBQyx5RkFBRCxDQUFQOztBQUNBQSxtQkFBTyxDQUFDLDREQUFELENBQVA7O0FBQ0FBLG1CQUFPLENBQUMsaUlBQUQsQ0FBUCxDLENBRUE7OztBQUNBQSxtQkFBTyxDQUFDLDJHQUFELENBQVAsQyxDQUVBOzs7QUFDQUEsbUJBQU8sQ0FBQyxxR0FBRCxDQUFQOztBQUNBLElBQU1FLE9BQU8sR0FBR0YsbUJBQU8sQ0FBQyxpR0FBRCxDQUF2Qjs7QUFDQUcsTUFBTSxDQUFDRCxPQUFQLEdBQWlCQSxPQUFqQixDLENBRUE7O0FBQ0EsSUFBTUUsT0FBTyxHQUFHSixtQkFBTyxDQUFDLHVHQUFELENBQXZCOztBQUNBRyxNQUFNLENBQUNDLE9BQVAsR0FBaUJBLE9BQWpCLEMsQ0FFQTs7QUFDQUosbUJBQU8sQ0FBQyxxRkFBRCxDQUFQOztBQUNBLElBQU1LLEtBQUssR0FBR0wsbUJBQU8sQ0FBQywyRkFBRCxDQUFyQjs7QUFDQUcsTUFBTSxDQUFDRSxLQUFQLEdBQWVBLEtBQWYsQyxDQUVBOztBQUNBLElBQU1DLFlBQVksR0FBR04sbUJBQU8sQ0FBQyxpRkFBRCxDQUE1Qjs7QUFDQUcsTUFBTSxDQUFDRyxZQUFQLEdBQXNCQSxZQUF0QixDLENBRUE7O0FBQ0EsSUFBTUMsTUFBTSxHQUFHUCxtQkFBTyxDQUFDLCtDQUFELENBQXRCOztBQUNBRyxNQUFNLENBQUNJLE1BQVAsR0FBZ0JBLE1BQWhCOztBQUNBUCxtQkFBTyxDQUFDLCtEQUFELENBQVAsQyxDQUVBOzs7QUFDQUEsbUJBQU8sQ0FBQywwREFBRCxDQUFQOztBQUNBQSxtQkFBTyxDQUFDLDZFQUFELENBQVA7O0FBQ0FBLG1CQUFPLENBQUMsaUZBQUQsQ0FBUDs7QUFDQUEsbUJBQU8sQ0FBQyxpSkFBRCxDQUFQOztBQUNBRixDQUFDLENBQUMsWUFBTTtBQUNKQSxHQUFDLENBQUMsZ0JBQUQsQ0FBRCxDQUFvQlUsT0FBcEIsQ0FDSTtBQUNJQyxTQUFLLEVBQUUsWUFEWDtBQUVJQyxZQUFRLEVBQUU7QUFGZCxHQURKO0FBTUgsQ0FQQSxDQUFELEMsQ0FTQTs7QUFDQVYsbUJBQU8sQ0FBQyxtR0FBRCxDQUFQOztBQUNBSCxNQUFNLENBQUNjLFlBQVAsR0FBc0JYLG1CQUFPLENBQUMsaUdBQUQsQ0FBN0IsQyxDQUVBOztBQUNBQSxtQkFBTyxDQUFDLDZHQUFELENBQVA7O0FBQ0FBLG1CQUFPLENBQUMsK0dBQUQsQ0FBUCxDLENBRUE7Ozs7Ozs7Ozs7Ozs7OztBQ2xFQUYsQ0FBQyxDQUFDYyxRQUFELENBQUQsQ0FBWUMsS0FBWixDQUFrQixZQUFXO0FBQ3pCZixHQUFDLENBQUNnQixNQUFGLENBQVVoQixDQUFDLENBQUNpQixFQUFGLENBQUtDLFNBQUwsQ0FBZUMsUUFBekIsRUFBbUM7QUFDL0JDLGNBQVUsRUFBRSxJQURtQjtBQUUvQixzQkFBa0IsSUFGYTtBQUdyQyxpQkFBYTtBQUNILG9CQUFjLEdBRFg7QUFFSCxxQkFBbUIsd0JBRmhCO0FBR0gsaUJBQW1CLG1CQUhoQjtBQUlILHFCQUFtQix3Q0FKaEI7QUFLSCxlQUFtQix5RkFMaEI7QUFNSCxvQkFBbUIseUVBTmhCO0FBT0gsdUJBQW1CLDBEQVBoQjtBQVFILHNCQUFtQixFQVJoQjtBQVNILHlCQUFtQix3QkFUaEI7QUFVSCxzQkFBbUIsK0NBVmhCO0FBV0gscUJBQW1CLDBDQVhoQjtBQVlILG1CQUFhO0FBQ1Qsa0JBQWUsU0FETjtBQUVULHFCQUFlLHlCQUZOO0FBR1QsaUJBQWUsU0FITjtBQUlULGlCQUFlO0FBSk4sT0FaVjtBQWtCSCxlQUFTO0FBQ0wsMEJBQW1CLHFEQURkO0FBRUwsMkJBQW1CO0FBRmQ7QUFsQk4sS0FId0IsQ0EwQnJDOztBQTFCcUMsR0FBbkM7QUE0QkgsQ0E3QkQsRTs7Ozs7Ozs7Ozs7QUNBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7O0FBR0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLDZFIiwiZmlsZSI6ImFwcC5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEpRdWVyeVxud2luZG93LiQgPSB3aW5kb3cualF1ZXJ5ID0gcmVxdWlyZSgnanF1ZXJ5Jyk7XG5cbi8vIEpRdWVyeXVpXG5yZXF1aXJlKCdqcXVlcnl1aScpO1xuXG4vLyBCb290c3RyYXBcbnJlcXVpcmUoJ2Jvb3RzdHJhcCcpO1xucmVxdWlyZSgnYm9vdHN0cmFwL2Rpc3QvY3NzL2Jvb3RzdHJhcC5taW4uY3NzJyk7XG5cbi8vIHRpbWVwaWNraVxuY29uc3QgdGltZXBpY2tpID0gcmVxdWlyZSgndGltZXBpY2tpL2pzL3RpbWVwaWNraS5qcycpO1xuXG4vLyBEYXRhdGFibGVzXG5yZXF1aXJlKCdkYXRhdGFibGVzLm5ldC1iczQnKTtcbnJlcXVpcmUoJy4vZGF0YXRhYmxlcy5pbml0LmpzJyk7XG5yZXF1aXJlKCdkYXRhdGFibGVzLm5ldC1iczQvY3NzL2RhdGFUYWJsZXMuYm9vdHN0cmFwNC5taW4uY3NzJyk7XG5cbi8vIEZvbnRhd2Vzb21lXG5yZXF1aXJlKCdAZm9ydGF3ZXNvbWUvZm9udGF3ZXNvbWUtZnJlZS9jc3MvYWxsLmNzcycpO1xuXG4vLyBicy1zdGVwcGVyXG5yZXF1aXJlKCdicy1zdGVwcGVyL2Rpc3QvY3NzL2JzLXN0ZXBwZXIubWluLmNzcycpO1xuY29uc3QgU3RlcHBlciA9IHJlcXVpcmUoJ2JzLXN0ZXBwZXIvZGlzdC9qcy9icy1zdGVwcGVyLm1pbi5qcycpO1xuZ2xvYmFsLlN0ZXBwZXIgPSBTdGVwcGVyO1xuXG4vLyBNYXNvbmVyeVxuY29uc3QgbWFzb25yeSA9IHJlcXVpcmUoJ21hc29ucnktbGF5b3V0L2Rpc3QvbWFzb25yeS5wa2dkLm1pbi5qcycpO1xuZ2xvYmFsLm1hc29ucnkgPSBtYXNvbnJ5O1xuXG4vLyBTbGlja1xucmVxdWlyZSgnc2xpY2stY2Fyb3VzZWwvc2xpY2svc2xpY2suY3NzJyk7XG5jb25zdCBzbGljayA9IHJlcXVpcmUoJ3NsaWNrLWNhcm91c2VsL3NsaWNrL3NsaWNrLm1pbi5qcycpO1xuZ2xvYmFsLnNsaWNrID0gc2xpY2s7XG5cbi8vIEltYWdlbG9hZGVkXG5jb25zdCBpbWFnZXNMb2FkZWQgPSByZXF1aXJlKCdpbWFnZXNsb2FkZWQvaW1hZ2VzbG9hZGVkLmpzJyk7XG5nbG9iYWwuaW1hZ2VzTG9hZGVkID0gaW1hZ2VzTG9hZGVkO1xuXG4vLyBNb21lbnRcbmNvbnN0IG1vbWVudCA9IHJlcXVpcmUoJ21vbWVudCcpO1xuZ2xvYmFsLm1vbWVudCA9IG1vbWVudDtcbnJlcXVpcmUoJ21vbWVudC9sb2NhbGUvZnIuanMnKTtcblxuLy8gU2VsZWN0MlxucmVxdWlyZSgnc2VsZWN0MicpO1xucmVxdWlyZSgnc2VsZWN0Mi9kaXN0L2pzL2kxOG4vZnIuanMnKTtcbnJlcXVpcmUoJ3NlbGVjdDIvZGlzdC9jc3Mvc2VsZWN0Mi5jc3MnKTtcbnJlcXVpcmUoJ0B0dHNrY2gvc2VsZWN0Mi1ib290c3RyYXA0LXRoZW1lL2Rpc3Qvc2VsZWN0Mi1ib290c3RyYXA0LmNzcycpO1xuJCgoKSA9PiB7XG4gICAgJCgnLnNlbGVjdDJlbnRpdHknKS5zZWxlY3QyKFxuICAgICAgICB7XG4gICAgICAgICAgICB0aGVtZTogJ2Jvb3RzdHJhcDQnLFxuICAgICAgICAgICAgbGFuZ3VhZ2U6IFwiZnJcIlxuICAgICAgICB9XG4gICAgKTtcbn0pO1xuXG4vLyBDcm9wU2VsZWN0SnNcbnJlcXVpcmUoJ2Nyb3Atc2VsZWN0LWpzL2Nyb3Atc2VsZWN0LWpzLm1pbi5jc3MnKTtcbndpbmRvdy5Dcm9wU2VsZWN0SnMgPSByZXF1aXJlKCdjcm9wLXNlbGVjdC1qcy9jcm9wLXNlbGVjdC1qcy5taW4uanMnKTtcblxuLy8gc3BlY3RydW0tY29sb3JwaWNrZXIyXG5yZXF1aXJlKCdzcGVjdHJ1bS1jb2xvcnBpY2tlcjIvZGlzdC9zcGVjdHJ1bS5taW4uanMnKTtcbnJlcXVpcmUoJ3NwZWN0cnVtLWNvbG9ycGlja2VyMi9kaXN0L3NwZWN0cnVtLm1pbi5jc3MnKTtcblxuLy8gc3ZnLmpzXG5pbXBvcnQgeyBTVkcsIGV4dGVuZCBhcyBTVkdleHRlbmQsIEVsZW1lbnQgYXMgU1ZHRWxlbWVudCB9IGZyb20gJ0Bzdmdkb3Rqcy9zdmcuanMnXG5cbiIsIiQoZG9jdW1lbnQpLnJlYWR5KGZ1bmN0aW9uKCkge1xuICAgICQuZXh0ZW5kKCAkLmZuLmRhdGFUYWJsZS5kZWZhdWx0cywge1xuICAgICAgICByZXNwb25zaXZlOiB0cnVlLFxuICAgICAgICBcImlEaXNwbGF5TGVuZ3RoXCI6IDEwMDAsXG5cdFx0XCJvTGFuZ3VhZ2VcIjogeyBcbiAgICAgICAgICAgIFwic1Rob3VzYW5kc1wiOiBcIiBcIixcbiAgICAgICAgICAgIFwic1Byb2Nlc3NpbmdcIjogICAgIFwiVHJhaXRlbWVudCBlbiBjb3Vycy4uLlwiLFxuICAgICAgICAgICAgXCJzU2VhcmNoXCI6ICAgICAgICAgXCJSZWNoZXJjaGVyJm5ic3A7OlwiLFxuICAgICAgICAgICAgXCJzTGVuZ3RoTWVudVwiOiAgICAgXCJBZmZpY2hlciBfTUVOVV8gJmVhY3V0ZTtsJmVhY3V0ZTttZW50c1wiLFxuICAgICAgICAgICAgXCJzSW5mb1wiOiAgICAgICAgICAgXCJBZmZpY2hhZ2UgZGUgbCcmZWFjdXRlO2xlbWVudCBfU1RBUlRfICZhZ3JhdmU7IF9FTkRfIHN1ciBfVE9UQUxfICZlYWN1dGU7bCZlYWN1dGU7bWVudHNcIixcbiAgICAgICAgICAgIFwic0luZm9FbXB0eVwiOiAgICAgIFwiQWZmaWNoYWdlIGRlIGwnJmVhY3V0ZTtsZW1lbnQgMCAmYWdyYXZlOyAwIHN1ciAwICZlYWN1dGU7bCZlYWN1dGU7bWVudHNcIixcbiAgICAgICAgICAgIFwic0luZm9GaWx0ZXJlZFwiOiAgIFwiKGZpbHRyJmVhY3V0ZTsgZGUgX01BWF8gJmVhY3V0ZTtsJmVhY3V0ZTttZW50cyBhdSB0b3RhbClcIixcbiAgICAgICAgICAgIFwic0luZm9Qb3N0Rml4XCI6ICAgIFwiXCIsXG4gICAgICAgICAgICBcInNMb2FkaW5nUmVjb3Jkc1wiOiBcIkNoYXJnZW1lbnQgZW4gY291cnMuLi5cIixcbiAgICAgICAgICAgIFwic1plcm9SZWNvcmRzXCI6ICAgIFwiQXVjdW4gJmVhY3V0ZTtsJmVhY3V0ZTttZW50ICZhZ3JhdmU7IGFmZmljaGVyXCIsXG4gICAgICAgICAgICBcInNFbXB0eVRhYmxlXCI6ICAgICBcIkF1Y3VuZSBkb25uw6llIGRpc3BvbmlibGUgZGFucyBsZSB0YWJsZWF1XCIsXG4gICAgICAgICAgICBcIm9QYWdpbmF0ZVwiOiB7XG4gICAgICAgICAgICAgICAgXCJzRmlyc3RcIjogICAgICBcIlByZW1pZXJcIixcbiAgICAgICAgICAgICAgICBcInNQcmV2aW91c1wiOiAgIFwiUHImZWFjdXRlO2MmZWFjdXRlO2RlbnRcIixcbiAgICAgICAgICAgICAgICBcInNOZXh0XCI6ICAgICAgIFwiU3VpdmFudFwiLFxuICAgICAgICAgICAgICAgIFwic0xhc3RcIjogICAgICAgXCJEZXJuaWVyXCJcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBcIm9BcmlhXCI6IHtcbiAgICAgICAgICAgICAgICBcInNTb3J0QXNjZW5kaW5nXCI6ICBcIjogYWN0aXZlciBwb3VyIHRyaWVyIGxhIGNvbG9ubmUgcGFyIG9yZHJlIGNyb2lzc2FudFwiLFxuICAgICAgICAgICAgICAgIFwic1NvcnREZXNjZW5kaW5nXCI6IFwiOiBhY3RpdmVyIHBvdXIgdHJpZXIgbGEgY29sb25uZSBwYXIgb3JkcmUgZMOpY3JvaXNzYW50XCJcbiAgICAgICAgICAgIH1cdFx0XG5cdFx0IH0sXG5cdFx0Ly9cInN0YXRlU2F2ZVwiOiB0cnVlXG4gICAgfSk7XG59KTtcbiIsInZhciBtYXAgPSB7XG5cdFwiLi9hZlwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvYWYuanNcIixcblx0XCIuL2FmLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9hZi5qc1wiLFxuXHRcIi4vYXJcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2FyLmpzXCIsXG5cdFwiLi9hci1kelwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvYXItZHouanNcIixcblx0XCIuL2FyLWR6LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9hci1kei5qc1wiLFxuXHRcIi4vYXIta3dcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2FyLWt3LmpzXCIsXG5cdFwiLi9hci1rdy5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvYXIta3cuanNcIixcblx0XCIuL2FyLWx5XCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9hci1seS5qc1wiLFxuXHRcIi4vYXItbHkuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2FyLWx5LmpzXCIsXG5cdFwiLi9hci1tYVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvYXItbWEuanNcIixcblx0XCIuL2FyLW1hLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9hci1tYS5qc1wiLFxuXHRcIi4vYXItc2FcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2FyLXNhLmpzXCIsXG5cdFwiLi9hci1zYS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvYXItc2EuanNcIixcblx0XCIuL2FyLXRuXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9hci10bi5qc1wiLFxuXHRcIi4vYXItdG4uanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2FyLXRuLmpzXCIsXG5cdFwiLi9hci5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvYXIuanNcIixcblx0XCIuL2F6XCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9hei5qc1wiLFxuXHRcIi4vYXouanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2F6LmpzXCIsXG5cdFwiLi9iZVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvYmUuanNcIixcblx0XCIuL2JlLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9iZS5qc1wiLFxuXHRcIi4vYmdcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2JnLmpzXCIsXG5cdFwiLi9iZy5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvYmcuanNcIixcblx0XCIuL2JtXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ibS5qc1wiLFxuXHRcIi4vYm0uanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2JtLmpzXCIsXG5cdFwiLi9iblwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvYm4uanNcIixcblx0XCIuL2JuLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ibi5qc1wiLFxuXHRcIi4vYm9cIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2JvLmpzXCIsXG5cdFwiLi9iby5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvYm8uanNcIixcblx0XCIuL2JyXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ici5qc1wiLFxuXHRcIi4vYnIuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2JyLmpzXCIsXG5cdFwiLi9ic1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvYnMuanNcIixcblx0XCIuL2JzLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9icy5qc1wiLFxuXHRcIi4vY2FcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2NhLmpzXCIsXG5cdFwiLi9jYS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvY2EuanNcIixcblx0XCIuL2NzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9jcy5qc1wiLFxuXHRcIi4vY3MuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2NzLmpzXCIsXG5cdFwiLi9jdlwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvY3YuanNcIixcblx0XCIuL2N2LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9jdi5qc1wiLFxuXHRcIi4vY3lcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2N5LmpzXCIsXG5cdFwiLi9jeS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvY3kuanNcIixcblx0XCIuL2RhXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9kYS5qc1wiLFxuXHRcIi4vZGEuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2RhLmpzXCIsXG5cdFwiLi9kZVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZGUuanNcIixcblx0XCIuL2RlLWF0XCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9kZS1hdC5qc1wiLFxuXHRcIi4vZGUtYXQuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2RlLWF0LmpzXCIsXG5cdFwiLi9kZS1jaFwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZGUtY2guanNcIixcblx0XCIuL2RlLWNoLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9kZS1jaC5qc1wiLFxuXHRcIi4vZGUuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2RlLmpzXCIsXG5cdFwiLi9kdlwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZHYuanNcIixcblx0XCIuL2R2LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9kdi5qc1wiLFxuXHRcIi4vZWxcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2VsLmpzXCIsXG5cdFwiLi9lbC5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZWwuanNcIixcblx0XCIuL2VuLWF1XCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9lbi1hdS5qc1wiLFxuXHRcIi4vZW4tYXUuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2VuLWF1LmpzXCIsXG5cdFwiLi9lbi1jYVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZW4tY2EuanNcIixcblx0XCIuL2VuLWNhLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9lbi1jYS5qc1wiLFxuXHRcIi4vZW4tZ2JcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2VuLWdiLmpzXCIsXG5cdFwiLi9lbi1nYi5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZW4tZ2IuanNcIixcblx0XCIuL2VuLWllXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9lbi1pZS5qc1wiLFxuXHRcIi4vZW4taWUuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2VuLWllLmpzXCIsXG5cdFwiLi9lbi1pbFwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZW4taWwuanNcIixcblx0XCIuL2VuLWlsLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9lbi1pbC5qc1wiLFxuXHRcIi4vZW4taW5cIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2VuLWluLmpzXCIsXG5cdFwiLi9lbi1pbi5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZW4taW4uanNcIixcblx0XCIuL2VuLW56XCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9lbi1uei5qc1wiLFxuXHRcIi4vZW4tbnouanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2VuLW56LmpzXCIsXG5cdFwiLi9lbi1zZ1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZW4tc2cuanNcIixcblx0XCIuL2VuLXNnLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9lbi1zZy5qc1wiLFxuXHRcIi4vZW9cIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2VvLmpzXCIsXG5cdFwiLi9lby5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZW8uanNcIixcblx0XCIuL2VzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9lcy5qc1wiLFxuXHRcIi4vZXMtZG9cIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2VzLWRvLmpzXCIsXG5cdFwiLi9lcy1kby5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZXMtZG8uanNcIixcblx0XCIuL2VzLXVzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9lcy11cy5qc1wiLFxuXHRcIi4vZXMtdXMuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2VzLXVzLmpzXCIsXG5cdFwiLi9lcy5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZXMuanNcIixcblx0XCIuL2V0XCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ldC5qc1wiLFxuXHRcIi4vZXQuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2V0LmpzXCIsXG5cdFwiLi9ldVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZXUuanNcIixcblx0XCIuL2V1LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ldS5qc1wiLFxuXHRcIi4vZmFcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2ZhLmpzXCIsXG5cdFwiLi9mYS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZmEuanNcIixcblx0XCIuL2ZpXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9maS5qc1wiLFxuXHRcIi4vZmkuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2ZpLmpzXCIsXG5cdFwiLi9maWxcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2ZpbC5qc1wiLFxuXHRcIi4vZmlsLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9maWwuanNcIixcblx0XCIuL2ZvXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9mby5qc1wiLFxuXHRcIi4vZm8uanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2ZvLmpzXCIsXG5cdFwiLi9mclwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZnIuanNcIixcblx0XCIuL2ZyLWNhXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9mci1jYS5qc1wiLFxuXHRcIi4vZnItY2EuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2ZyLWNhLmpzXCIsXG5cdFwiLi9mci1jaFwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZnItY2guanNcIixcblx0XCIuL2ZyLWNoLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9mci1jaC5qc1wiLFxuXHRcIi4vZnIuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2ZyLmpzXCIsXG5cdFwiLi9meVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZnkuanNcIixcblx0XCIuL2Z5LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9meS5qc1wiLFxuXHRcIi4vZ2FcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2dhLmpzXCIsXG5cdFwiLi9nYS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZ2EuanNcIixcblx0XCIuL2dkXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9nZC5qc1wiLFxuXHRcIi4vZ2QuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2dkLmpzXCIsXG5cdFwiLi9nbFwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZ2wuanNcIixcblx0XCIuL2dsLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9nbC5qc1wiLFxuXHRcIi4vZ29tLWRldmFcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2dvbS1kZXZhLmpzXCIsXG5cdFwiLi9nb20tZGV2YS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZ29tLWRldmEuanNcIixcblx0XCIuL2dvbS1sYXRuXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9nb20tbGF0bi5qc1wiLFxuXHRcIi4vZ29tLWxhdG4uanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2dvbS1sYXRuLmpzXCIsXG5cdFwiLi9ndVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvZ3UuanNcIixcblx0XCIuL2d1LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ndS5qc1wiLFxuXHRcIi4vaGVcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2hlLmpzXCIsXG5cdFwiLi9oZS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvaGUuanNcIixcblx0XCIuL2hpXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9oaS5qc1wiLFxuXHRcIi4vaGkuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2hpLmpzXCIsXG5cdFwiLi9oclwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvaHIuanNcIixcblx0XCIuL2hyLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9oci5qc1wiLFxuXHRcIi4vaHVcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2h1LmpzXCIsXG5cdFwiLi9odS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvaHUuanNcIixcblx0XCIuL2h5LWFtXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9oeS1hbS5qc1wiLFxuXHRcIi4vaHktYW0uanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2h5LWFtLmpzXCIsXG5cdFwiLi9pZFwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvaWQuanNcIixcblx0XCIuL2lkLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9pZC5qc1wiLFxuXHRcIi4vaXNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2lzLmpzXCIsXG5cdFwiLi9pcy5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvaXMuanNcIixcblx0XCIuL2l0XCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9pdC5qc1wiLFxuXHRcIi4vaXQtY2hcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2l0LWNoLmpzXCIsXG5cdFwiLi9pdC1jaC5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvaXQtY2guanNcIixcblx0XCIuL2l0LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9pdC5qc1wiLFxuXHRcIi4vamFcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2phLmpzXCIsXG5cdFwiLi9qYS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvamEuanNcIixcblx0XCIuL2p2XCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9qdi5qc1wiLFxuXHRcIi4vanYuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2p2LmpzXCIsXG5cdFwiLi9rYVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUva2EuanNcIixcblx0XCIuL2thLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9rYS5qc1wiLFxuXHRcIi4va2tcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2trLmpzXCIsXG5cdFwiLi9ray5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUva2suanNcIixcblx0XCIuL2ttXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9rbS5qc1wiLFxuXHRcIi4va20uanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2ttLmpzXCIsXG5cdFwiLi9rblwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUva24uanNcIixcblx0XCIuL2tuLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9rbi5qc1wiLFxuXHRcIi4va29cIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2tvLmpzXCIsXG5cdFwiLi9rby5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUva28uanNcIixcblx0XCIuL2t1XCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9rdS5qc1wiLFxuXHRcIi4va3UuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2t1LmpzXCIsXG5cdFwiLi9reVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUva3kuanNcIixcblx0XCIuL2t5LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9reS5qc1wiLFxuXHRcIi4vbGJcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2xiLmpzXCIsXG5cdFwiLi9sYi5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbGIuanNcIixcblx0XCIuL2xvXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9sby5qc1wiLFxuXHRcIi4vbG8uanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2xvLmpzXCIsXG5cdFwiLi9sdFwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbHQuanNcIixcblx0XCIuL2x0LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9sdC5qc1wiLFxuXHRcIi4vbHZcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL2x2LmpzXCIsXG5cdFwiLi9sdi5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbHYuanNcIixcblx0XCIuL21lXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tZS5qc1wiLFxuXHRcIi4vbWUuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL21lLmpzXCIsXG5cdFwiLi9taVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbWkuanNcIixcblx0XCIuL21pLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9taS5qc1wiLFxuXHRcIi4vbWtcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL21rLmpzXCIsXG5cdFwiLi9tay5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbWsuanNcIixcblx0XCIuL21sXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tbC5qc1wiLFxuXHRcIi4vbWwuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL21sLmpzXCIsXG5cdFwiLi9tblwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbW4uanNcIixcblx0XCIuL21uLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tbi5qc1wiLFxuXHRcIi4vbXJcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL21yLmpzXCIsXG5cdFwiLi9tci5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbXIuanNcIixcblx0XCIuL21zXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tcy5qc1wiLFxuXHRcIi4vbXMtbXlcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL21zLW15LmpzXCIsXG5cdFwiLi9tcy1teS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbXMtbXkuanNcIixcblx0XCIuL21zLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9tcy5qc1wiLFxuXHRcIi4vbXRcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL210LmpzXCIsXG5cdFwiLi9tdC5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbXQuanNcIixcblx0XCIuL215XCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9teS5qc1wiLFxuXHRcIi4vbXkuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL215LmpzXCIsXG5cdFwiLi9uYlwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbmIuanNcIixcblx0XCIuL25iLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9uYi5qc1wiLFxuXHRcIi4vbmVcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL25lLmpzXCIsXG5cdFwiLi9uZS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbmUuanNcIixcblx0XCIuL25sXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ubC5qc1wiLFxuXHRcIi4vbmwtYmVcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL25sLWJlLmpzXCIsXG5cdFwiLi9ubC1iZS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbmwtYmUuanNcIixcblx0XCIuL25sLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ubC5qc1wiLFxuXHRcIi4vbm5cIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL25uLmpzXCIsXG5cdFwiLi9ubi5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvbm4uanNcIixcblx0XCIuL29jLWxuY1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvb2MtbG5jLmpzXCIsXG5cdFwiLi9vYy1sbmMuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL29jLWxuYy5qc1wiLFxuXHRcIi4vcGEtaW5cIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3BhLWluLmpzXCIsXG5cdFwiLi9wYS1pbi5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvcGEtaW4uanNcIixcblx0XCIuL3BsXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9wbC5qc1wiLFxuXHRcIi4vcGwuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3BsLmpzXCIsXG5cdFwiLi9wdFwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvcHQuanNcIixcblx0XCIuL3B0LWJyXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9wdC1ici5qc1wiLFxuXHRcIi4vcHQtYnIuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3B0LWJyLmpzXCIsXG5cdFwiLi9wdC5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvcHQuanNcIixcblx0XCIuL3JvXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9yby5qc1wiLFxuXHRcIi4vcm8uanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3JvLmpzXCIsXG5cdFwiLi9ydVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvcnUuanNcIixcblx0XCIuL3J1LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9ydS5qc1wiLFxuXHRcIi4vc2RcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3NkLmpzXCIsXG5cdFwiLi9zZC5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc2QuanNcIixcblx0XCIuL3NlXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zZS5qc1wiLFxuXHRcIi4vc2UuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3NlLmpzXCIsXG5cdFwiLi9zaVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc2kuanNcIixcblx0XCIuL3NpLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zaS5qc1wiLFxuXHRcIi4vc2tcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3NrLmpzXCIsXG5cdFwiLi9zay5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc2suanNcIixcblx0XCIuL3NsXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zbC5qc1wiLFxuXHRcIi4vc2wuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3NsLmpzXCIsXG5cdFwiLi9zcVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc3EuanNcIixcblx0XCIuL3NxLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zcS5qc1wiLFxuXHRcIi4vc3JcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3NyLmpzXCIsXG5cdFwiLi9zci1jeXJsXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zci1jeXJsLmpzXCIsXG5cdFwiLi9zci1jeXJsLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zci1jeXJsLmpzXCIsXG5cdFwiLi9zci5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc3IuanNcIixcblx0XCIuL3NzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zcy5qc1wiLFxuXHRcIi4vc3MuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3NzLmpzXCIsXG5cdFwiLi9zdlwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc3YuanNcIixcblx0XCIuL3N2LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS9zdi5qc1wiLFxuXHRcIi4vc3dcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3N3LmpzXCIsXG5cdFwiLi9zdy5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvc3cuanNcIixcblx0XCIuL3RhXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90YS5qc1wiLFxuXHRcIi4vdGEuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3RhLmpzXCIsXG5cdFwiLi90ZVwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdGUuanNcIixcblx0XCIuL3RlLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90ZS5qc1wiLFxuXHRcIi4vdGV0XCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90ZXQuanNcIixcblx0XCIuL3RldC5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdGV0LmpzXCIsXG5cdFwiLi90Z1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdGcuanNcIixcblx0XCIuL3RnLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90Zy5qc1wiLFxuXHRcIi4vdGhcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3RoLmpzXCIsXG5cdFwiLi90aC5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdGguanNcIixcblx0XCIuL3RrXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90ay5qc1wiLFxuXHRcIi4vdGsuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3RrLmpzXCIsXG5cdFwiLi90bC1waFwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdGwtcGguanNcIixcblx0XCIuL3RsLXBoLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90bC1waC5qc1wiLFxuXHRcIi4vdGxoXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90bGguanNcIixcblx0XCIuL3RsaC5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdGxoLmpzXCIsXG5cdFwiLi90clwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdHIuanNcIixcblx0XCIuL3RyLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90ci5qc1wiLFxuXHRcIi4vdHpsXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS90emwuanNcIixcblx0XCIuL3R6bC5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdHpsLmpzXCIsXG5cdFwiLi90em1cIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3R6bS5qc1wiLFxuXHRcIi4vdHptLWxhdG5cIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3R6bS1sYXRuLmpzXCIsXG5cdFwiLi90em0tbGF0bi5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdHptLWxhdG4uanNcIixcblx0XCIuL3R6bS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdHptLmpzXCIsXG5cdFwiLi91Zy1jblwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdWctY24uanNcIixcblx0XCIuL3VnLWNuLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS91Zy1jbi5qc1wiLFxuXHRcIi4vdWtcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3VrLmpzXCIsXG5cdFwiLi91ay5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdWsuanNcIixcblx0XCIuL3VyXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS91ci5qc1wiLFxuXHRcIi4vdXIuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3VyLmpzXCIsXG5cdFwiLi91elwiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdXouanNcIixcblx0XCIuL3V6LWxhdG5cIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3V6LWxhdG4uanNcIixcblx0XCIuL3V6LWxhdG4uanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3V6LWxhdG4uanNcIixcblx0XCIuL3V6LmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS91ei5qc1wiLFxuXHRcIi4vdmlcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3ZpLmpzXCIsXG5cdFwiLi92aS5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvdmkuanNcIixcblx0XCIuL3gtcHNldWRvXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS94LXBzZXVkby5qc1wiLFxuXHRcIi4veC1wc2V1ZG8uanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3gtcHNldWRvLmpzXCIsXG5cdFwiLi95b1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUveW8uanNcIixcblx0XCIuL3lvLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS95by5qc1wiLFxuXHRcIi4vemgtY25cIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3poLWNuLmpzXCIsXG5cdFwiLi96aC1jbi5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvemgtY24uanNcIixcblx0XCIuL3poLWhrXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS96aC1oay5qc1wiLFxuXHRcIi4vemgtaGsuanNcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3poLWhrLmpzXCIsXG5cdFwiLi96aC1tb1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvemgtbW8uanNcIixcblx0XCIuL3poLW1vLmpzXCI6IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZS96aC1tby5qc1wiLFxuXHRcIi4vemgtdHdcIjogXCIuL25vZGVfbW9kdWxlcy9tb21lbnQvbG9jYWxlL3poLXR3LmpzXCIsXG5cdFwiLi96aC10dy5qc1wiOiBcIi4vbm9kZV9tb2R1bGVzL21vbWVudC9sb2NhbGUvemgtdHcuanNcIlxufTtcblxuXG5mdW5jdGlvbiB3ZWJwYWNrQ29udGV4dChyZXEpIHtcblx0dmFyIGlkID0gd2VicGFja0NvbnRleHRSZXNvbHZlKHJlcSk7XG5cdHJldHVybiBfX3dlYnBhY2tfcmVxdWlyZV9fKGlkKTtcbn1cbmZ1bmN0aW9uIHdlYnBhY2tDb250ZXh0UmVzb2x2ZShyZXEpIHtcblx0aWYoIV9fd2VicGFja19yZXF1aXJlX18ubyhtYXAsIHJlcSkpIHtcblx0XHR2YXIgZSA9IG5ldyBFcnJvcihcIkNhbm5vdCBmaW5kIG1vZHVsZSAnXCIgKyByZXEgKyBcIidcIik7XG5cdFx0ZS5jb2RlID0gJ01PRFVMRV9OT1RfRk9VTkQnO1xuXHRcdHRocm93IGU7XG5cdH1cblx0cmV0dXJuIG1hcFtyZXFdO1xufVxud2VicGFja0NvbnRleHQua2V5cyA9IGZ1bmN0aW9uIHdlYnBhY2tDb250ZXh0S2V5cygpIHtcblx0cmV0dXJuIE9iamVjdC5rZXlzKG1hcCk7XG59O1xud2VicGFja0NvbnRleHQucmVzb2x2ZSA9IHdlYnBhY2tDb250ZXh0UmVzb2x2ZTtcbm1vZHVsZS5leHBvcnRzID0gd2VicGFja0NvbnRleHQ7XG53ZWJwYWNrQ29udGV4dC5pZCA9IFwiLi9ub2RlX21vZHVsZXMvbW9tZW50L2xvY2FsZSBzeW5jIHJlY3Vyc2l2ZSBeXFxcXC5cXFxcLy4qJFwiOyJdLCJzb3VyY2VSb290IjoiIn0= \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/adapters/jquery.js b/src/ninenote-1.0/public/build/ckeditor/adapters/jquery.js new file mode 100644 index 0000000..ba74510 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/adapters/jquery.js @@ -0,0 +1,10 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +(function(a){if("undefined"==typeof a)throw Error("jQuery should be loaded before CKEditor jQuery adapter.");if("undefined"==typeof CKEDITOR)throw Error("CKEditor should be loaded before CKEditor jQuery adapter.");CKEDITOR.config.jqueryOverrideVal="undefined"==typeof CKEDITOR.config.jqueryOverrideVal?!0:CKEDITOR.config.jqueryOverrideVal;a.extend(a.fn,{ckeditorGet:function(){var a=this.eq(0).data("ckeditorInstance");if(!a)throw"CKEditor is not initialized yet, use ckeditor() with a callback.";return a}, +ckeditor:function(g,e){if(!CKEDITOR.env.isCompatible)throw Error("The environment is incompatible.");if(!a.isFunction(g)){var m=e;e=g;g=m}var k=[];e=e||{};this.each(function(){var b=a(this),c=b.data("ckeditorInstance"),f=b.data("_ckeditorInstanceLock"),h=this,l=new a.Deferred;k.push(l.promise());if(c&&!f)g&&g.apply(c,[this]),l.resolve();else if(f)c.once("instanceReady",function(){setTimeout(function d(){c.element?(c.element.$==h&&g&&g.apply(c,[h]),l.resolve()):setTimeout(d,100)},0)},null,null,9999); +else{if(e.autoUpdateElement||"undefined"==typeof e.autoUpdateElement&&CKEDITOR.config.autoUpdateElement)e.autoUpdateElementJquery=!0;e.autoUpdateElement=!1;b.data("_ckeditorInstanceLock",!0);c=a(this).is("textarea")?CKEDITOR.replace(h,e):CKEDITOR.inline(h,e);b.data("ckeditorInstance",c);c.on("instanceReady",function(e){var d=e.editor;setTimeout(function n(){if(d.element){e.removeListener();d.on("dataReady",function(){b.trigger("dataReady.ckeditor",[d])});d.on("setData",function(a){b.trigger("setData.ckeditor", +[d,a.data])});d.on("getData",function(a){b.trigger("getData.ckeditor",[d,a.data])},999);d.on("destroy",function(){b.trigger("destroy.ckeditor",[d])});d.on("save",function(){a(h.form).submit();return!1},null,null,20);if(d.config.autoUpdateElementJquery&&b.is("textarea")&&a(h.form).length){var c=function(){b.ckeditor(function(){d.updateElement()})};a(h.form).submit(c);a(h.form).bind("form-pre-serialize",c);b.bind("destroy.ckeditor",function(){a(h.form).unbind("submit",c);a(h.form).unbind("form-pre-serialize", +c)})}d.on("destroy",function(){b.removeData("ckeditorInstance")});b.removeData("_ckeditorInstanceLock");b.trigger("instanceReady.ckeditor",[d]);g&&g.apply(d,[h]);l.resolve()}else setTimeout(n,100)},0)},null,null,9999)}});var f=new a.Deferred;this.promise=f.promise();a.when.apply(this,k).then(function(){f.resolve()});this.editor=this.eq(0).data("ckeditorInstance");return this}});CKEDITOR.config.jqueryOverrideVal&&(a.fn.val=CKEDITOR.tools.override(a.fn.val,function(g){return function(e){if(arguments.length){var m= +this,k=[],f=this.each(function(){var b=a(this),c=b.data("ckeditorInstance");if(b.is("textarea")&&c){var f=new a.Deferred;c.setData(e,function(){f.resolve()});k.push(f.promise());return!0}return g.call(b,e)});if(k.length){var b=new a.Deferred;a.when.apply(this,k).done(function(){b.resolveWith(m)});return b.promise()}return f}var f=a(this).eq(0),c=f.data("ckeditorInstance");return f.is("textarea")&&c?c.getData():g.call(f)}}))})(window.jQuery); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/ckeditor.js b/src/ninenote-1.0/public/build/ckeditor/ckeditor.js new file mode 100644 index 0000000..4c5f558 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/ckeditor.js @@ -0,0 +1,1236 @@ +/* +Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +(function(){window.CKEDITOR&&window.CKEDITOR.dom||(window.CKEDITOR||(window.CKEDITOR=function(){var a=/(^|.*[\\\/])ckeditor\.js(?:\?.*|;.*)?$/i,f={timestamp:"J5S9",version:"4.12.1 (Standard)",revision:"64749bb245",rnd:Math.floor(900*Math.random())+100,_:{pending:[],basePathSrcPattern:a},status:"unloaded",basePath:function(){var b=window.CKEDITOR_BASEPATH||"";if(!b)for(var c=document.getElementsByTagName("script"),f=0;fe.getListenerIndex(d)){e=e.listeners;f||(f=this);isNaN(g)&&(g=10);var n=this;h.fn=d;h.priority=g;for(var q=e.length-1;0<=q;q--)if(e[q].priority<=g)return e.splice(q+1,0,h),{removeListener:m};e.unshift(h)}return{removeListener:m}},once:function(){var a=Array.prototype.slice.call(arguments),b=a[1];a[1]=function(a){a.removeListener();return b.apply(this, +arguments)};return this.on.apply(this,a)},capture:function(){CKEDITOR.event.useCapture=1;var a=this.on.apply(this,arguments);CKEDITOR.event.useCapture=0;return a},fire:function(){var a=0,b=function(){a=1},l=0,k=function(){l=1};return function(g,h,m){var e=f(this)[g];g=a;var n=l;a=l=0;if(e){var q=e.listeners;if(q.length)for(var q=q.slice(0),y,u=0;udocument.documentMode),mobile:-1c||b.quirks);b.gecko&&(f=a.match(/rv:([\d\.]+)/))&&(f=f[1].split("."),c=1E4*f[0]+100*(f[1]||0)+1*(f[2]||0));b.air&&(c=parseFloat(a.match(/ adobeair\/(\d+)/)[1]));b.webkit&&(c=parseFloat(a.match(/ applewebkit\/(\d+)/)[1]));b.version=c;b.isCompatible=!(b.ie&&7>c)&&!(b.gecko&&4E4>c)&&!(b.webkit&& +534>c);b.hidpi=2<=window.devicePixelRatio;b.needsBrFiller=b.gecko||b.webkit||b.ie&&10c;b.cssClass="cke_browser_"+(b.ie?"ie":b.gecko?"gecko":b.webkit?"webkit":"unknown");b.quirks&&(b.cssClass+=" cke_browser_quirks");b.ie&&(b.cssClass+=" cke_browser_ie"+(b.quirks?"6 cke_browser_iequirks":b.version));b.air&&(b.cssClass+=" cke_browser_air");b.iOS&&(b.cssClass+=" cke_browser_ios");b.hidpi&&(b.cssClass+=" cke_hidpi");return b}()),"unloaded"==CKEDITOR.status&&function(){CKEDITOR.event.implementOn(CKEDITOR); +CKEDITOR.loadFullCore=function(){if("basic_ready"!=CKEDITOR.status)CKEDITOR.loadFullCore._load=1;else{delete CKEDITOR.loadFullCore;var a=document.createElement("script");a.type="text/javascript";a.src=CKEDITOR.basePath+"ckeditor.js";document.getElementsByTagName("head")[0].appendChild(a)}};CKEDITOR.loadFullCoreTimeout=0;CKEDITOR.add=function(a){(this._.pending||(this._.pending=[])).push(a)};(function(){CKEDITOR.domReady(function(){var a=CKEDITOR.loadFullCore,f=CKEDITOR.loadFullCoreTimeout;a&&(CKEDITOR.status= +"basic_ready",a&&a._load?a():f&&setTimeout(function(){CKEDITOR.loadFullCore&&CKEDITOR.loadFullCore()},1E3*f))})})();CKEDITOR.status="basic_loaded"}(),"use strict",CKEDITOR.VERBOSITY_WARN=1,CKEDITOR.VERBOSITY_ERROR=2,CKEDITOR.verbosity=CKEDITOR.VERBOSITY_WARN|CKEDITOR.VERBOSITY_ERROR,CKEDITOR.warn=function(a,f){CKEDITOR.verbosity&CKEDITOR.VERBOSITY_WARN&&CKEDITOR.fire("log",{type:"warn",errorCode:a,additionalData:f})},CKEDITOR.error=function(a,f){CKEDITOR.verbosity&CKEDITOR.VERBOSITY_ERROR&&CKEDITOR.fire("log", +{type:"error",errorCode:a,additionalData:f})},CKEDITOR.on("log",function(a){if(window.console&&window.console.log){var f=console[a.data.type]?a.data.type:"log",b=a.data.errorCode;if(a=a.data.additionalData)console[f]("[CKEDITOR] Error code: "+b+".",a);else console[f]("[CKEDITOR] Error code: "+b+".");console[f]("[CKEDITOR] For more information about this error go to https://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#"+b)}},null,null,999),CKEDITOR.dom={},function(){function a(a,e,b){this._minInterval= +a;this._context=b;this._lastOutput=this._scheduledTimer=0;this._output=CKEDITOR.tools.bind(e,b||{});var g=this;this.input=function(){function a(){g._lastOutput=(new Date).getTime();g._scheduledTimer=0;g._call()}if(!g._scheduledTimer||!1!==g._reschedule()){var e=(new Date).getTime()-g._lastOutput;e/g,k=/|\s) /g,function(a,e){return e+"\x26nbsp;"}).replace(/ (?=<)/g,"\x26nbsp;")},getNextNumber:function(){var a=0;return function(){return++a}}(),getNextId:function(){return"cke_"+this.getNextNumber()},getUniqueId:function(){for(var a="e",e=0;8>e;e++)a+=Math.floor(65536*(1+Math.random())).toString(16).substring(1);return a},override:function(a,e){var g=e(a);g.prototype=a.prototype;return g},setTimeout:function(a,e,g,b,h){h||(h=window);g||(g= +h);return h.setTimeout(function(){b?a.apply(g,[].concat(b)):a.apply(g)},e||0)},throttle:function(a,e,g){return new this.buffers.throttle(a,e,g)},trim:function(){var a=/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g;return function(e){return e.replace(a,"")}}(),ltrim:function(){var a=/^[ \t\n\r]+/g;return function(e){return e.replace(a,"")}}(),rtrim:function(){var a=/[ \t\n\r]+$/g;return function(e){return e.replace(a,"")}}(),indexOf:function(a,e){if("function"==typeof e)for(var g=0,b=a.length;gparseFloat(e);g&&(e=e.replace("-",""));a.setStyle("width",e);e=a.$.clientWidth;return g?-e:e}return e}}(),repeat:function(a, +e){return Array(e+1).join(a)},tryThese:function(){for(var a,e=0,g=arguments.length;ee;e++)a[e]=("0"+parseInt(a[e],10).toString(16)).slice(-2);return"#"+a.join("")})},normalizeHex:function(a){return a.replace(/#(([0-9a-f]{3}){1,2})($|;|\s+)/gi,function(a,e,g,b){a=e.toLowerCase();3==a.length&&(a=a.split(""),a=[a[0],a[0],a[1],a[1],a[2],a[2]].join(""));return"#"+a+b})},parseCssText:function(a,e,g){var b={};g&&(a=(new CKEDITOR.dom.element("span")).setAttribute("style",a).getAttribute("style")||"");a&&(a=CKEDITOR.tools.normalizeHex(CKEDITOR.tools.convertRgbToHex(a))); +if(!a||";"==a)return b;a.replace(/"/g,'"').replace(/\s*([^:;\s]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(a,g,h){e&&(g=g.toLowerCase(),"font-family"==g&&(h=h.replace(/\s*,\s*/g,",")),h=CKEDITOR.tools.trim(h));b[g]=h});return b},writeCssText:function(a,e){var g,b=[];for(g in a)b.push(g+":"+a[g]);e&&b.sort();return b.join("; ")},objectCompare:function(a,e,g){var b;if(!a&&!e)return!0;if(!a||!e)return!1;for(b in a)if(a[b]!=e[b])return!1;if(!g)for(b in e)if(a[b]!=e[b])return!1;return!0},objectKeys:function(a){return CKEDITOR.tools.object.keys(a)}, +convertArrayToObject:function(a,e){var g={};1==arguments.length&&(e=!0);for(var b=0,h=a.length;bg;g++)a.push(Math.floor(256*Math.random())); +for(g=0;gCKEDITOR.env.version||CKEDITOR.env.ie6Compat)?4===a.button?CKEDITOR.MOUSE_BUTTON_MIDDLE:1===a.button? +CKEDITOR.MOUSE_BUTTON_LEFT:CKEDITOR.MOUSE_BUTTON_RIGHT:a.button:!1},convertHexStringToBytes:function(a){var e=[],g=a.length/2,b;for(b=0;bc)for(m=c;3>m;m++)h[m]=0;d[0]=(h[0]&252)>>2;d[1]=(h[0]&3)<<4|h[1]>>4;d[2]=(h[1]&15)<<2|(h[2]&192)>>6;d[3]=h[2]&63;for(m=0;4>m;m++)e=m<=c?e+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(d[m]): +e+"\x3d"}return e},style:{parse:{_colors:{aliceblue:"#F0F8FF",antiquewhite:"#FAEBD7",aqua:"#00FFFF",aquamarine:"#7FFFD4",azure:"#F0FFFF",beige:"#F5F5DC",bisque:"#FFE4C4",black:"#000000",blanchedalmond:"#FFEBCD",blue:"#0000FF",blueviolet:"#8A2BE2",brown:"#A52A2A",burlywood:"#DEB887",cadetblue:"#5F9EA0",chartreuse:"#7FFF00",chocolate:"#D2691E",coral:"#FF7F50",cornflowerblue:"#6495ED",cornsilk:"#FFF8DC",crimson:"#DC143C",cyan:"#00FFFF",darkblue:"#00008B",darkcyan:"#008B8B",darkgoldenrod:"#B8860B",darkgray:"#A9A9A9", +darkgreen:"#006400",darkgrey:"#A9A9A9",darkkhaki:"#BDB76B",darkmagenta:"#8B008B",darkolivegreen:"#556B2F",darkorange:"#FF8C00",darkorchid:"#9932CC",darkred:"#8B0000",darksalmon:"#E9967A",darkseagreen:"#8FBC8F",darkslateblue:"#483D8B",darkslategray:"#2F4F4F",darkslategrey:"#2F4F4F",darkturquoise:"#00CED1",darkviolet:"#9400D3",deeppink:"#FF1493",deepskyblue:"#00BFFF",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1E90FF",firebrick:"#B22222",floralwhite:"#FFFAF0",forestgreen:"#228B22",fuchsia:"#FF00FF", +gainsboro:"#DCDCDC",ghostwhite:"#F8F8FF",gold:"#FFD700",goldenrod:"#DAA520",gray:"#808080",green:"#008000",greenyellow:"#ADFF2F",grey:"#808080",honeydew:"#F0FFF0",hotpink:"#FF69B4",indianred:"#CD5C5C",indigo:"#4B0082",ivory:"#FFFFF0",khaki:"#F0E68C",lavender:"#E6E6FA",lavenderblush:"#FFF0F5",lawngreen:"#7CFC00",lemonchiffon:"#FFFACD",lightblue:"#ADD8E6",lightcoral:"#F08080",lightcyan:"#E0FFFF",lightgoldenrodyellow:"#FAFAD2",lightgray:"#D3D3D3",lightgreen:"#90EE90",lightgrey:"#D3D3D3",lightpink:"#FFB6C1", +lightsalmon:"#FFA07A",lightseagreen:"#20B2AA",lightskyblue:"#87CEFA",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#B0C4DE",lightyellow:"#FFFFE0",lime:"#00FF00",limegreen:"#32CD32",linen:"#FAF0E6",magenta:"#FF00FF",maroon:"#800000",mediumaquamarine:"#66CDAA",mediumblue:"#0000CD",mediumorchid:"#BA55D3",mediumpurple:"#9370DB",mediumseagreen:"#3CB371",mediumslateblue:"#7B68EE",mediumspringgreen:"#00FA9A",mediumturquoise:"#48D1CC",mediumvioletred:"#C71585",midnightblue:"#191970",mintcream:"#F5FFFA", +mistyrose:"#FFE4E1",moccasin:"#FFE4B5",navajowhite:"#FFDEAD",navy:"#000080",oldlace:"#FDF5E6",olive:"#808000",olivedrab:"#6B8E23",orange:"#FFA500",orangered:"#FF4500",orchid:"#DA70D6",palegoldenrod:"#EEE8AA",palegreen:"#98FB98",paleturquoise:"#AFEEEE",palevioletred:"#DB7093",papayawhip:"#FFEFD5",peachpuff:"#FFDAB9",peru:"#CD853F",pink:"#FFC0CB",plum:"#DDA0DD",powderblue:"#B0E0E6",purple:"#800080",rebeccapurple:"#663399",red:"#FF0000",rosybrown:"#BC8F8F",royalblue:"#4169E1",saddlebrown:"#8B4513",salmon:"#FA8072", +sandybrown:"#F4A460",seagreen:"#2E8B57",seashell:"#FFF5EE",sienna:"#A0522D",silver:"#C0C0C0",skyblue:"#87CEEB",slateblue:"#6A5ACD",slategray:"#708090",slategrey:"#708090",snow:"#FFFAFA",springgreen:"#00FF7F",steelblue:"#4682B4",tan:"#D2B48C",teal:"#008080",thistle:"#D8BFD8",tomato:"#FF6347",turquoise:"#40E0D0",violet:"#EE82EE",windowtext:"windowtext",wheat:"#F5DEB3",white:"#FFFFFF",whitesmoke:"#F5F5F5",yellow:"#FFFF00",yellowgreen:"#9ACD32"},_borderStyle:"none hidden dotted dashed solid double groove ridge inset outset".split(" "), +_widthRegExp:/^(thin|medium|thick|[\+-]?\d+(\.\d+)?[a-z%]+|[\+-]?0+(\.0+)?|\.\d+[a-z%]+)$/,_rgbaRegExp:/rgba?\(\s*\d+%?\s*,\s*\d+%?\s*,\s*\d+%?\s*(?:,\s*[0-9.]+\s*)?\)/gi,_hslaRegExp:/hsla?\(\s*[0-9.]+\s*,\s*\d+%\s*,\s*\d+%\s*(?:,\s*[0-9.]+\s*)?\)/gi,background:function(a){var e={},g=this._findColor(a);g.length&&(e.color=g[0],CKEDITOR.tools.array.forEach(g,function(e){a=a.replace(e,"")}));if(a=CKEDITOR.tools.trim(a))e.unprocessed=a;return e},margin:function(a){return CKEDITOR.tools.style.parse.sideShorthand(a, +function(a){return a.match(/(?:\-?[\.\d]+(?:%|\w*)|auto|inherit|initial|unset|revert)/g)||["0px"]})},sideShorthand:function(a,e){function g(a){b.top=h[a[0]];b.right=h[a[1]];b.bottom=h[a[2]];b.left=h[a[3]]}var b={},h=e?e(a):a.split(/\s+/);switch(h.length){case 1:g([0,0,0,0]);break;case 2:g([0,1,0,1]);break;case 3:g([0,1,2,1]);break;case 4:g([0,1,2,3])}return b},border:function(a){return CKEDITOR.tools.style.border.fromCssRule(a)},_findColor:function(a){var e=[],g=CKEDITOR.tools.array,e=e.concat(a.match(this._rgbaRegExp)|| +[]),e=e.concat(a.match(this._hslaRegExp)||[]);return e=e.concat(g.filter(a.split(/\s+/),function(a){return a.match(/^\#[a-f0-9]{3}(?:[a-f0-9]{3})?$/gi)?!0:a.toLowerCase()in CKEDITOR.tools.style.parse._colors}))}}},array:{filter:function(a,e,g){var b=[];this.forEach(a,function(h,c){e.call(g,h,c,a)&&b.push(h)});return b},find:function(a,e,g){for(var b=a.length,h=0;hCKEDITOR.env.version)for(h=0;hCKEDITOR.env.version&&(this.type==CKEDITOR.NODE_ELEMENT||this.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT)&&c(d);return d},hasPrevious:function(){return!!this.$.previousSibling},hasNext:function(){return!!this.$.nextSibling},insertAfter:function(a){a.$.parentNode.insertBefore(this.$,a.$.nextSibling);return a},insertBefore:function(a){a.$.parentNode.insertBefore(this.$, +a.$);return a},insertBeforeMe:function(a){this.$.parentNode.insertBefore(a.$,this.$);return a},getAddress:function(a){for(var f=[],b=this.getDocument().$.documentElement,c=this.$;c&&c!=b;){var d=c.parentNode;d&&f.unshift(this.getIndex.call({$:c},a));c=d}return f},getDocument:function(){return new CKEDITOR.dom.document(this.$.ownerDocument||this.$.parentNode.ownerDocument)},getIndex:function(a){function f(a,g){var h=g?a.nextSibling:a.previousSibling;return h&&h.nodeType==CKEDITOR.NODE_TEXT?b(h)?f(h, +g):h:null}function b(a){return!a.nodeValue||a.nodeValue==CKEDITOR.dom.selection.FILLING_CHAR_SEQUENCE}var c=this.$,d=-1,l;if(!this.$.parentNode||a&&c.nodeType==CKEDITOR.NODE_TEXT&&b(c)&&!f(c)&&!f(c,!0))return-1;do a&&c!=this.$&&c.nodeType==CKEDITOR.NODE_TEXT&&(l||b(c))||(d++,l=c.nodeType==CKEDITOR.NODE_TEXT);while(c=c.previousSibling);return d},getNextSourceNode:function(a,f,b){if(b&&!b.call){var c=b;b=function(a){return!a.equals(c)}}a=!a&&this.getFirst&&this.getFirst();var d;if(!a){if(this.type== +CKEDITOR.NODE_ELEMENT&&b&&!1===b(this,!0))return null;a=this.getNext()}for(;!a&&(d=(d||this).getParent());){if(b&&!1===b(d,!0))return null;a=d.getNext()}return!a||b&&!1===b(a)?null:f&&f!=a.type?a.getNextSourceNode(!1,f,b):a},getPreviousSourceNode:function(a,f,b){if(b&&!b.call){var c=b;b=function(a){return!a.equals(c)}}a=!a&&this.getLast&&this.getLast();var d;if(!a){if(this.type==CKEDITOR.NODE_ELEMENT&&b&&!1===b(this,!0))return null;a=this.getPrevious()}for(;!a&&(d=(d||this).getParent());){if(b&&!1=== +b(d,!0))return null;a=d.getPrevious()}return!a||b&&!1===b(a)?null:f&&a.type!=f?a.getPreviousSourceNode(!1,f,b):a},getPrevious:function(a){var f=this.$,b;do b=(f=f.previousSibling)&&10!=f.nodeType&&new CKEDITOR.dom.node(f);while(b&&a&&!a(b));return b},getNext:function(a){var f=this.$,b;do b=(f=f.nextSibling)&&new CKEDITOR.dom.node(f);while(b&&a&&!a(b));return b},getParent:function(a){var f=this.$.parentNode;return f&&(f.nodeType==CKEDITOR.NODE_ELEMENT||a&&f.nodeType==CKEDITOR.NODE_DOCUMENT_FRAGMENT)? +new CKEDITOR.dom.node(f):null},getParents:function(a){var f=this,b=[];do b[a?"push":"unshift"](f);while(f=f.getParent());return b},getCommonAncestor:function(a){if(a.equals(this))return this;if(a.contains&&a.contains(this))return a;var f=this.contains?this:this.getParent();do if(f.contains(a))return f;while(f=f.getParent());return null},getPosition:function(a){var f=this.$,b=a.$;if(f.compareDocumentPosition)return f.compareDocumentPosition(b);if(f==b)return CKEDITOR.POSITION_IDENTICAL;if(this.type== +CKEDITOR.NODE_ELEMENT&&a.type==CKEDITOR.NODE_ELEMENT){if(f.contains){if(f.contains(b))return CKEDITOR.POSITION_CONTAINS+CKEDITOR.POSITION_PRECEDING;if(b.contains(f))return CKEDITOR.POSITION_IS_CONTAINED+CKEDITOR.POSITION_FOLLOWING}if("sourceIndex"in f)return 0>f.sourceIndex||0>b.sourceIndex?CKEDITOR.POSITION_DISCONNECTED:f.sourceIndex=document.documentMode||!f||(a=f+":"+a);return new CKEDITOR.dom.nodeList(this.$.getElementsByTagName(a))},getHead:function(){var a=this.$.getElementsByTagName("head")[0];return a=a?new CKEDITOR.dom.element(a):this.getDocumentElement().append(new CKEDITOR.dom.element("head"),!0)},getBody:function(){return new CKEDITOR.dom.element(this.$.body)}, +getDocumentElement:function(){return new CKEDITOR.dom.element(this.$.documentElement)},getWindow:function(){return new CKEDITOR.dom.window(this.$.parentWindow||this.$.defaultView)},write:function(a){this.$.open("text/html","replace");CKEDITOR.env.ie&&(a=a.replace(/(?:^\s*]*?>)|^/i,'$\x26\n\x3cscript data-cke-temp\x3d"1"\x3e('+CKEDITOR.tools.fixDomain+")();\x3c/script\x3e"));this.$.write(a);this.$.close()},find:function(a){return new CKEDITOR.dom.nodeList(this.$.querySelectorAll(a))},findOne:function(a){return(a= +this.$.querySelector(a))?new CKEDITOR.dom.element(a):null},_getHtml5ShivFrag:function(){var a=this.getCustomData("html5ShivFrag");a||(a=this.$.createDocumentFragment(),CKEDITOR.tools.enableHtml5Elements(a,!0),this.setCustomData("html5ShivFrag",a));return a}}),CKEDITOR.dom.nodeList=function(a){this.$=a},CKEDITOR.dom.nodeList.prototype={count:function(){return this.$.length},getItem:function(a){return 0>a||a>=this.$.length?null:(a=this.$[a])?new CKEDITOR.dom.node(a):null},toArray:function(){return CKEDITOR.tools.array.map(this.$, +function(a){return new CKEDITOR.dom.node(a)})}},CKEDITOR.dom.element=function(a,f){"string"==typeof a&&(a=(f?f.$:document).createElement(a));CKEDITOR.dom.domObject.call(this,a)},CKEDITOR.dom.element.get=function(a){return(a="string"==typeof a?document.getElementById(a)||document.getElementsByName(a)[0]:a)&&(a.$?a:new CKEDITOR.dom.element(a))},CKEDITOR.dom.element.prototype=new CKEDITOR.dom.node,CKEDITOR.dom.element.createFromHtml=function(a,f){var b=new CKEDITOR.dom.element("div",f);b.setHtml(a); +return b.getFirst().remove()},CKEDITOR.dom.element.setMarker=function(a,f,b,c){var d=f.getCustomData("list_marker_id")||f.setCustomData("list_marker_id",CKEDITOR.tools.getNextNumber()).getCustomData("list_marker_id"),l=f.getCustomData("list_marker_names")||f.setCustomData("list_marker_names",{}).getCustomData("list_marker_names");a[d]=f;l[b]=1;return f.setCustomData(b,c)},CKEDITOR.dom.element.clearAllMarkers=function(a){for(var f in a)CKEDITOR.dom.element.clearMarkers(a,a[f],1)},CKEDITOR.dom.element.clearMarkers= +function(a,f,b){var c=f.getCustomData("list_marker_names"),d=f.getCustomData("list_marker_id"),l;for(l in c)f.removeCustomData(l);f.removeCustomData("list_marker_names");b&&(f.removeCustomData("list_marker_id"),delete a[d])},function(){function a(a,b){return-1<(" "+a+" ").replace(l," ").indexOf(" "+b+" ")}function f(a){var b=!0;a.$.id||(a.$.id="cke_tmp_"+CKEDITOR.tools.getNextNumber(),b=!1);return function(){b||a.removeAttribute("id")}}function b(a,b){var c=CKEDITOR.tools.escapeCss(a.$.id);return"#"+ +c+" "+b.split(/,\s*/).join(", #"+c+" ")}function c(a){for(var b=0,c=0,e=k[a].length;cCKEDITOR.env.version?this.$.text+=a:this.append(new CKEDITOR.dom.text(a))},appendBogus:function(a){if(a||CKEDITOR.env.needsBrFiller){for(a=this.getLast();a&&a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.rtrim(a.getText());)a=a.getPrevious();a&& +a.is&&a.is("br")||(a=this.getDocument().createElement("br"),CKEDITOR.env.gecko&&a.setAttribute("type","_moz"),this.append(a))}},breakParent:function(a,b){var c=new CKEDITOR.dom.range(this.getDocument());c.setStartAfter(this);c.setEndAfter(a);var e=c.extractContents(!1,b||!1),d;c.insertNode(this.remove());if(CKEDITOR.env.ie&&!CKEDITOR.env.edge){for(c=new CKEDITOR.dom.element("div");d=e.getFirst();)d.$.style.backgroundColor&&(d.$.style.backgroundColor=d.$.style.backgroundColor),c.append(d);c.insertAfter(this); +c.remove(!0)}else e.insertAfterNode(this)},contains:document.compareDocumentPosition?function(a){return!!(this.$.compareDocumentPosition(a.$)&16)}:function(a){var b=this.$;return a.type!=CKEDITOR.NODE_ELEMENT?b.contains(a.getParent().$):b!=a.$&&b.contains(a.$)},focus:function(){function a(){try{this.$.focus()}catch(b){}}return function(b){b?CKEDITOR.tools.setTimeout(a,100,this):a.call(this)}}(),getHtml:function(){var a=this.$.innerHTML;return CKEDITOR.env.ie?a.replace(/<\?[^>]*>/g,""):a},getOuterHtml:function(){if(this.$.outerHTML)return this.$.outerHTML.replace(/<\?[^>]*>/, +"");var a=this.$.ownerDocument.createElement("div");a.appendChild(this.$.cloneNode(!0));return a.innerHTML},getClientRect:function(a){var b=CKEDITOR.tools.extend({},this.$.getBoundingClientRect());!b.width&&(b.width=b.right-b.left);!b.height&&(b.height=b.bottom-b.top);return a?CKEDITOR.tools.getAbsoluteRectPosition(this.getWindow(),b):b},setHtml:CKEDITOR.env.ie&&9>CKEDITOR.env.version?function(a){try{var b=this.$;if(this.getParent())return b.innerHTML=a;var c=this.getDocument()._getHtml5ShivFrag(); +c.appendChild(b);b.innerHTML=a;c.removeChild(b);return a}catch(e){this.$.innerHTML="";b=new CKEDITOR.dom.element("body",this.getDocument());b.$.innerHTML=a;for(b=b.getChildren();b.count();)this.append(b.getItem(0));return a}}:function(a){return this.$.innerHTML=a},setText:function(){var a=document.createElement("p");a.innerHTML="x";a=a.textContent;return function(b){this.$[a?"textContent":"innerText"]=b}}(),getAttribute:function(){var a=function(a){return this.$.getAttribute(a,2)};return CKEDITOR.env.ie&& +(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?function(a){switch(a){case "class":a="className";break;case "http-equiv":a="httpEquiv";break;case "name":return this.$.name;case "tabindex":return a=this.$.getAttribute(a,2),0!==a&&0===this.$.tabIndex&&(a=null),a;case "checked":return a=this.$.attributes.getNamedItem(a),(a.specified?a.nodeValue:this.$.checked)?"checked":null;case "hspace":case "value":return this.$[a];case "style":return this.$.style.cssText;case "contenteditable":case "contentEditable":return this.$.attributes.getNamedItem("contentEditable").specified? +this.$.getAttribute("contentEditable"):null}return this.$.getAttribute(a,2)}:a}(),getAttributes:function(a){var b={},c=this.$.attributes,e;a=CKEDITOR.tools.isArray(a)?a:[];for(e=0;e=document.documentMode){var b=this.$.scopeName;"HTML"!=b&&(a=b.toLowerCase()+":"+a)}this.getName=function(){return a};return this.getName()},getValue:function(){return this.$.value},getFirst:function(a){var b=this.$.firstChild;(b=b&&new CKEDITOR.dom.node(b))&&a&&!a(b)&&(b=b.getNext(a));return b},getLast:function(a){var b=this.$.lastChild; +(b=b&&new CKEDITOR.dom.node(b))&&a&&!a(b)&&(b=b.getPrevious(a));return b},getStyle:function(a){return this.$.style[CKEDITOR.tools.cssStyleToDomStyle(a)]},is:function(){var a=this.getName();if("object"==typeof arguments[0])return!!arguments[0][a];for(var b=0;bCKEDITOR.env.version&&this.is("a")){var c=this.getParent();c.type==CKEDITOR.NODE_ELEMENT&&(c=c.clone(),c.setHtml(b),b=c.getHtml(),c.setHtml(a),a=c.getHtml())}return b==a},isVisible:function(){var a=(this.$.offsetHeight||this.$.offsetWidth)&&"hidden"!=this.getComputedStyle("visibility"),b,c;a&&CKEDITOR.env.webkit&&(b=this.getWindow(),!b.equals(CKEDITOR.document.getWindow())&& +(c=b.$.frameElement)&&(a=(new CKEDITOR.dom.element(c)).isVisible()));return!!a},isEmptyInlineRemoveable:function(){if(!CKEDITOR.dtd.$removeEmpty[this.getName()])return!1;for(var a=this.getChildren(),b=0,c=a.count();bCKEDITOR.env.version?function(b){return"name"==b?!!this.$.name:a.call(this,b)}:a:function(a){return!!this.$.attributes.getNamedItem(a)}}(),hide:function(){this.setStyle("display","none")},moveChildren:function(a,b){var c=this.$;a=a.$;if(c!=a){var e;if(b)for(;e=c.lastChild;)a.insertBefore(c.removeChild(e), +a.firstChild);else for(;e=c.firstChild;)a.appendChild(c.removeChild(e))}},mergeSiblings:function(){function a(b,g,e){if(g&&g.type==CKEDITOR.NODE_ELEMENT){for(var c=[];g.data("cke-bookmark")||g.isEmptyInlineRemoveable();)if(c.push(g),g=e?g.getNext():g.getPrevious(),!g||g.type!=CKEDITOR.NODE_ELEMENT)return;if(b.isIdentical(g)){for(var d=e?b.getLast():b.getFirst();c.length;)c.shift().move(b,!e);g.moveChildren(b,!e);g.remove();d&&d.type==CKEDITOR.NODE_ELEMENT&&d.mergeSiblings()}}}return function(b){if(!1=== +b||CKEDITOR.dtd.$removeEmpty[this.getName()]||this.is("a"))a(this,this.getNext(),!0),a(this,this.getPrevious())}}(),show:function(){this.setStyles({display:"",visibility:""})},setAttribute:function(){var a=function(a,b){this.$.setAttribute(a,b);return this};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?function(b,c){"class"==b?this.$.className=c:"style"==b?this.$.style.cssText=c:"tabindex"==b?this.$.tabIndex=c:"checked"==b?this.$.checked=c:"contenteditable"==b?a.call(this, +"contentEditable",c):a.apply(this,arguments);return this}:CKEDITOR.env.ie8Compat&&CKEDITOR.env.secure?function(b,c){if("src"==b&&c.match(/^http:\/\//))try{a.apply(this,arguments)}catch(e){}else a.apply(this,arguments);return this}:a}(),setAttributes:function(a){for(var b in a)this.setAttribute(b,a[b]);return this},setValue:function(a){this.$.value=a;return this},removeAttribute:function(){var a=function(a){this.$.removeAttribute(a)};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)? +function(a){"class"==a?a="className":"tabindex"==a?a="tabIndex":"contenteditable"==a&&(a="contentEditable");this.$.removeAttribute(a)}:a}(),removeAttributes:function(a){if(CKEDITOR.tools.isArray(a))for(var b=0;bCKEDITOR.env.version?(a=Math.round(100*a),this.setStyle("filter",100<=a?"":"progid:DXImageTransform.Microsoft.Alpha(opacity\x3d"+a+")")):this.setStyle("opacity",a)},unselectable:function(){this.setStyles(CKEDITOR.tools.cssVendorPrefix("user-select","none"));if(CKEDITOR.env.ie){this.setAttribute("unselectable","on");for(var a,b=this.getElementsByTag("*"),c=0,e=b.count();cl||0l?l:d);c&&(0>f||0f?f:e,0)},setState:function(a,b,c){b=b||"cke";switch(a){case CKEDITOR.TRISTATE_ON:this.addClass(b+"_on");this.removeClass(b+"_off");this.removeClass(b+"_disabled");c&&this.setAttribute("aria-pressed",!0);c&&this.removeAttribute("aria-disabled");break;case CKEDITOR.TRISTATE_DISABLED:this.addClass(b+"_disabled");this.removeClass(b+"_off");this.removeClass(b+"_on");c&&this.setAttribute("aria-disabled", +!0);c&&this.removeAttribute("aria-pressed");break;default:this.addClass(b+"_off"),this.removeClass(b+"_on"),this.removeClass(b+"_disabled"),c&&this.removeAttribute("aria-pressed"),c&&this.removeAttribute("aria-disabled")}},getFrameDocument:function(){var a=this.$;try{a.contentWindow.document}catch(b){a.src=a.src}return a&&new CKEDITOR.dom.document(a.contentWindow.document)},copyAttributes:function(a,b){var c=this.$.attributes;b=b||{};for(var e=0;e=A.getChildCount()?(A=A.getChild(C-1),F=!0):A=A.getChild(C):J=F=!0;x.type==CKEDITOR.NODE_TEXT?t?E=!0:x.split(B):0ha)for(;Z;)Z=h(Z,K,!0);K=W}t||m()}}function b(){var a=!1,b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(!0),d=CKEDITOR.dom.walker.bogus();return function(g){return c(g)||b(g)?!0:d(g)&&!a?a=!0:g.type==CKEDITOR.NODE_TEXT&&(g.hasAscendant("pre")||CKEDITOR.tools.trim(g.getText()).length)||g.type==CKEDITOR.NODE_ELEMENT&&!g.is(l)?!1:!0}}function c(a){var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(1); +return function(d){return c(d)||b(d)?!0:!a&&k(d)||d.type==CKEDITOR.NODE_ELEMENT&&d.is(CKEDITOR.dtd.$removeEmpty)}}function d(a){return function(){var b;return this[a?"getPreviousNode":"getNextNode"](function(a){!b&&m(a)&&(b=a);return h(a)&&!(k(a)&&a.equals(b))})}}var l={abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1,samp:1,small:1,span:1,strike:1,strong:1,sub:1,sup:1,tt:1,u:1,"var":1},k=CKEDITOR.dom.walker.bogus(),g=/^[\t\r\n ]*(?: |\xa0)$/, +h=CKEDITOR.dom.walker.editable(),m=CKEDITOR.dom.walker.ignored(!0);CKEDITOR.dom.range.prototype={clone:function(){var a=new CKEDITOR.dom.range(this.root);a._setStartContainer(this.startContainer);a.startOffset=this.startOffset;a._setEndContainer(this.endContainer);a.endOffset=this.endOffset;a.collapsed=this.collapsed;return a},collapse:function(a){a?(this._setEndContainer(this.startContainer),this.endOffset=this.startOffset):(this._setStartContainer(this.endContainer),this.startOffset=this.endOffset); +this.collapsed=!0},cloneContents:function(a){var b=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||f(this,2,b,!1,"undefined"==typeof a?!0:a);return b},deleteContents:function(a){this.collapsed||f(this,0,null,a)},extractContents:function(a,b){var c=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||f(this,1,c,a,"undefined"==typeof b?!0:b);return c},createBookmark:function(a){var b,c,d,g,h=this.collapsed;b=this.document.createElement("span");b.data("cke-bookmark",1);b.setStyle("display", +"none");b.setHtml("\x26nbsp;");a&&(d="cke_bm_"+CKEDITOR.tools.getNextNumber(),b.setAttribute("id",d+(h?"C":"S")));h||(c=b.clone(),c.setHtml("\x26nbsp;"),a&&c.setAttribute("id",d+"E"),g=this.clone(),g.collapse(),g.insertNode(c));g=this.clone();g.collapse(!0);g.insertNode(b);c?(this.setStartAfter(b),this.setEndBefore(c)):this.moveToPosition(b,CKEDITOR.POSITION_AFTER_END);return{startNode:a?d+(h?"C":"S"):b,endNode:a?d+"E":c,serializable:a,collapsed:h}},createBookmark2:function(){function a(b){var e= +b.container,d=b.offset,g;g=e;var h=d;g=g.type!=CKEDITOR.NODE_ELEMENT||0===h||h==g.getChildCount()?0:g.getChild(h-1).type==CKEDITOR.NODE_TEXT&&g.getChild(h).type==CKEDITOR.NODE_TEXT;g&&(e=e.getChild(d-1),d=e.getLength());if(e.type==CKEDITOR.NODE_ELEMENT&&0=a.offset&&(a.offset=d.getIndex(),a.container=d.getParent()))}}var c=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_TEXT,!0);return function(c){var d=this.collapsed,g={container:this.startContainer, +offset:this.startOffset},h={container:this.endContainer,offset:this.endOffset};c&&(a(g),b(g,this.root),d||(a(h),b(h,this.root)));return{start:g.container.getAddress(c),end:d?null:h.container.getAddress(c),startOffset:g.offset,endOffset:h.offset,normalized:c,collapsed:d,is2:!0}}}(),moveToBookmark:function(a){if(a.is2){var b=this.document.getByAddress(a.start,a.normalized),c=a.startOffset,d=a.end&&this.document.getByAddress(a.end,a.normalized);a=a.endOffset;this.setStart(b,c);d?this.setEnd(d,a):this.collapse(!0)}else b= +(c=a.serializable)?this.document.getById(a.startNode):a.startNode,a=c?this.document.getById(a.endNode):a.endNode,this.setStartBefore(b),b.remove(),a?(this.setEndBefore(a),a.remove()):this.collapse(!0)},getBoundaryNodes:function(){var a=this.startContainer,b=this.endContainer,c=this.startOffset,d=this.endOffset,g;if(a.type==CKEDITOR.NODE_ELEMENT)if(g=a.getChildCount(),g>c)a=a.getChild(c);else if(1>g)a=a.getPreviousSourceNode();else{for(a=a.$;a.lastChild;)a=a.lastChild;a=new CKEDITOR.dom.node(a);a= +a.getNextSourceNode()||a}if(b.type==CKEDITOR.NODE_ELEMENT)if(g=b.getChildCount(),g>d)b=b.getChild(d).getPreviousSourceNode(!0);else if(1>g)b=b.getPreviousSourceNode();else{for(b=b.$;b.lastChild;)b=b.lastChild;b=new CKEDITOR.dom.node(b)}a.getPosition(b)&CKEDITOR.POSITION_FOLLOWING&&(a=b);return{startNode:a,endNode:b}},getCommonAncestor:function(a,b){var c=this.startContainer,d=this.endContainer,c=c.equals(d)?a&&c.type==CKEDITOR.NODE_ELEMENT&&this.startOffset==this.endOffset-1?c.getChild(this.startOffset): +c:c.getCommonAncestor(d);return b&&!c.is?c.getParent():c},optimize:function(){var a=this.startContainer,b=this.startOffset;a.type!=CKEDITOR.NODE_ELEMENT&&(b?b>=a.getLength()&&this.setStartAfter(a):this.setStartBefore(a));a=this.endContainer;b=this.endOffset;a.type!=CKEDITOR.NODE_ELEMENT&&(b?b>=a.getLength()&&this.setEndAfter(a):this.setEndBefore(a))},optimizeBookmark:function(){var a=this.startContainer,b=this.endContainer;a.is&&a.is("span")&&a.data("cke-bookmark")&&this.setStartAt(a,CKEDITOR.POSITION_BEFORE_START); +b&&b.is&&b.is("span")&&b.data("cke-bookmark")&&this.setEndAt(b,CKEDITOR.POSITION_AFTER_END)},trim:function(a,b){var c=this.startContainer,d=this.startOffset,g=this.collapsed;if((!a||g)&&c&&c.type==CKEDITOR.NODE_TEXT){if(d)if(d>=c.getLength())d=c.getIndex()+1,c=c.getParent();else{var h=c.split(d),d=c.getIndex()+1,c=c.getParent();this.startContainer.equals(this.endContainer)?this.setEnd(h,this.endOffset-this.startOffset):c.equals(this.endContainer)&&(this.endOffset+=1)}else d=c.getIndex(),c=c.getParent(); +this.setStart(c,d);if(g){this.collapse(!0);return}}c=this.endContainer;d=this.endOffset;b||g||!c||c.type!=CKEDITOR.NODE_TEXT||(d?(d>=c.getLength()||c.split(d),d=c.getIndex()+1):d=c.getIndex(),c=c.getParent(),this.setEnd(c,d))},enlarge:function(a,b){function c(a){return a&&a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("contenteditable")?null:a}var d=new RegExp(/[^\s\ufeff]/);switch(a){case CKEDITOR.ENLARGE_INLINE:var g=1;case CKEDITOR.ENLARGE_ELEMENT:var h=function(a,b){var e=new CKEDITOR.dom.range(m); +e.setStart(a,b);e.setEndAt(m,CKEDITOR.POSITION_BEFORE_END);var e=new CKEDITOR.dom.walker(e),c;for(e.guard=function(a){return!(a.type==CKEDITOR.NODE_ELEMENT&&a.isBlockBoundary())};c=e.next();){if(c.type!=CKEDITOR.NODE_TEXT)return!1;H=c!=a?c.getText():c.substring(b);if(d.test(H))return!1}return!0};if(this.collapsed)break;var f=this.getCommonAncestor(),m=this.root,l,k,t,x,A,B=!1,C,H;C=this.startContainer;var F=this.startOffset;C.type==CKEDITOR.NODE_TEXT?(F&&(C=!CKEDITOR.tools.trim(C.substring(0,F)).length&& +C,B=!!C),C&&((x=C.getPrevious())||(t=C.getParent()))):(F&&(x=C.getChild(F-1)||C.getLast()),x||(t=C));for(t=c(t);t||x;){if(t&&!x){!A&&t.equals(f)&&(A=!0);if(g?t.isBlockBoundary():!m.contains(t))break;B&&"inline"==t.getComputedStyle("display")||(B=!1,A?l=t:this.setStartBefore(t));x=t.getPrevious()}for(;x;)if(C=!1,x.type==CKEDITOR.NODE_COMMENT)x=x.getPrevious();else{if(x.type==CKEDITOR.NODE_TEXT)H=x.getText(),d.test(H)&&(x=null),C=/[\s\ufeff]$/.test(H);else if((x.$.offsetWidth>(CKEDITOR.env.webkit?1: +0)||b&&x.is("br"))&&!x.data("cke-bookmark"))if(B&&CKEDITOR.dtd.$removeEmpty[x.getName()]){H=x.getText();if(d.test(H))x=null;else for(var F=x.$.getElementsByTagName("*"),I=0,J;J=F[I++];)if(!CKEDITOR.dtd.$removeEmpty[J.nodeName.toLowerCase()]){x=null;break}x&&(C=!!H.length)}else x=null;C&&(B?A?l=t:t&&this.setStartBefore(t):B=!0);if(x){C=x.getPrevious();if(!t&&!C){t=x;x=null;break}x=C}else t=null}t&&(t=c(t.getParent()))}C=this.endContainer;F=this.endOffset;t=x=null;A=B=!1;C.type==CKEDITOR.NODE_TEXT? +CKEDITOR.tools.trim(C.substring(F)).length?B=!0:(B=!C.getLength(),F==C.getLength()?(x=C.getNext())||(t=C.getParent()):h(C,F)&&(t=C.getParent())):(x=C.getChild(F))||(t=C);for(;t||x;){if(t&&!x){!A&&t.equals(f)&&(A=!0);if(g?t.isBlockBoundary():!m.contains(t))break;B&&"inline"==t.getComputedStyle("display")||(B=!1,A?k=t:t&&this.setEndAfter(t));x=t.getNext()}for(;x;){C=!1;if(x.type==CKEDITOR.NODE_TEXT)H=x.getText(),h(x,0)||(x=null),C=/^[\s\ufeff]/.test(H);else if(x.type==CKEDITOR.NODE_ELEMENT){if((0=f.getLength()?h.setStartAfter(f):(h.setStartBefore(f),c=0):h.setStartBefore(f));m&&m.type==CKEDITOR.NODE_TEXT&&(k?k>=m.getLength()?h.setEndAfter(m):(h.setEndAfter(m),t=0):h.setEndBefore(m));var h=new CKEDITOR.dom.walker(h),x=CKEDITOR.dom.walker.bookmark(),A=CKEDITOR.dom.walker.bogus();h.evaluator=function(b){return b.type==(a==CKEDITOR.SHRINK_ELEMENT?CKEDITOR.NODE_ELEMENT:CKEDITOR.NODE_TEXT)}; +var B;h.guard=function(b,c){if(g&&A(b)||x(b))return!0;if(a==CKEDITOR.SHRINK_ELEMENT&&b.type==CKEDITOR.NODE_TEXT||c&&b.equals(B)||!1===d&&b.type==CKEDITOR.NODE_ELEMENT&&b.isBlockBoundary()||b.type==CKEDITOR.NODE_ELEMENT&&b.hasAttribute("contenteditable"))return!1;c||b.type!=CKEDITOR.NODE_ELEMENT||(B=b);return!0};c&&(f=h[a==CKEDITOR.SHRINK_ELEMENT?"lastForward":"next"]())&&this.setStartAt(f,b?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_START);t&&(h.reset(),(h=h[a==CKEDITOR.SHRINK_ELEMENT? +"lastBackward":"previous"]())&&this.setEndAt(h,b?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_END));return!(!c&&!t)}},insertNode:function(a){this.optimizeBookmark();this.trim(!1,!0);var b=this.startContainer,c=b.getChild(this.startOffset);c?a.insertBefore(c):b.append(a);a.getParent()&&a.getParent().equals(this.endContainer)&&this.endOffset++;this.setStartBefore(a)},moveToPosition:function(a,b){this.setStartAt(a,b);this.collapse(!0)},moveToRange:function(a){this.setStart(a.startContainer,a.startOffset); +this.setEnd(a.endContainer,a.endOffset)},selectNodeContents:function(a){this.setStart(a,0);this.setEnd(a,a.type==CKEDITOR.NODE_TEXT?a.getLength():a.getChildCount())},setStart:function(b,c){b.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[b.getName()]&&(c=b.getIndex(),b=b.getParent());this._setStartContainer(b);this.startOffset=c;this.endContainer||(this._setEndContainer(b),this.endOffset=c);a(this)},setEnd:function(b,c){b.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[b.getName()]&&(c=b.getIndex()+ +1,b=b.getParent());this._setEndContainer(b);this.endOffset=c;this.startContainer||(this._setStartContainer(b),this.startOffset=c);a(this)},setStartAfter:function(a){this.setStart(a.getParent(),a.getIndex()+1)},setStartBefore:function(a){this.setStart(a.getParent(),a.getIndex())},setEndAfter:function(a){this.setEnd(a.getParent(),a.getIndex()+1)},setEndBefore:function(a){this.setEnd(a.getParent(),a.getIndex())},setStartAt:function(b,c){switch(c){case CKEDITOR.POSITION_AFTER_START:this.setStart(b,0); +break;case CKEDITOR.POSITION_BEFORE_END:b.type==CKEDITOR.NODE_TEXT?this.setStart(b,b.getLength()):this.setStart(b,b.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setStartBefore(b);break;case CKEDITOR.POSITION_AFTER_END:this.setStartAfter(b)}a(this)},setEndAt:function(b,c){switch(c){case CKEDITOR.POSITION_AFTER_START:this.setEnd(b,0);break;case CKEDITOR.POSITION_BEFORE_END:b.type==CKEDITOR.NODE_TEXT?this.setEnd(b,b.getLength()):this.setEnd(b,b.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setEndBefore(b); +break;case CKEDITOR.POSITION_AFTER_END:this.setEndAfter(b)}a(this)},fixBlock:function(a,b){var c=this.createBookmark(),d=this.document.createElement(b);this.collapse(a);this.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS);this.extractContents().appendTo(d);d.trim();this.insertNode(d);var g=d.getBogus();g&&g.remove();d.appendBogus();this.moveToBookmark(c);return d},splitBlock:function(a,b){var c=new CKEDITOR.dom.elementPath(this.startContainer,this.root),d=new CKEDITOR.dom.elementPath(this.endContainer,this.root), +g=c.block,h=d.block,f=null;if(!c.blockLimit.equals(d.blockLimit))return null;"br"!=a&&(g||(g=this.fixBlock(!0,a),h=(new CKEDITOR.dom.elementPath(this.endContainer,this.root)).block),h||(h=this.fixBlock(!1,a)));c=g&&this.checkStartOfBlock();d=h&&this.checkEndOfBlock();this.deleteContents();g&&g.equals(h)&&(d?(f=new CKEDITOR.dom.elementPath(this.startContainer,this.root),this.moveToPosition(h,CKEDITOR.POSITION_AFTER_END),h=null):c?(f=new CKEDITOR.dom.elementPath(this.startContainer,this.root),this.moveToPosition(g, +CKEDITOR.POSITION_BEFORE_START),g=null):(h=this.splitElement(g,b||!1),g.is("ul","ol")||g.appendBogus()));return{previousBlock:g,nextBlock:h,wasStartOfBlock:c,wasEndOfBlock:d,elementPath:f}},splitElement:function(a,b){if(!this.collapsed)return null;this.setEndAt(a,CKEDITOR.POSITION_BEFORE_END);var c=this.extractContents(!1,b||!1),d=a.clone(!1,b||!1);c.appendTo(d);d.insertAfter(a);this.moveToPosition(a,CKEDITOR.POSITION_AFTER_END);return d},removeEmptyBlocksAtEnd:function(){function a(e){return function(a){return b(a)|| +c(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.isEmptyInlineRemoveable()||e.is("table")&&a.is("caption")?!1:!0}}var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(!1);return function(b){for(var c=this.createBookmark(),d=this[b?"endPath":"startPath"](),g=d.block||d.blockLimit,h;g&&!g.equals(d.root)&&!g.getFirst(a(g));)h=g.getParent(),this[b?"setEndAt":"setStartAt"](g,CKEDITOR.POSITION_AFTER_END),g.remove(1),g=h;this.moveToBookmark(c)}}(),startPath:function(){return new CKEDITOR.dom.elementPath(this.startContainer, +this.root)},endPath:function(){return new CKEDITOR.dom.elementPath(this.endContainer,this.root)},checkBoundaryOfElement:function(a,b){var d=b==CKEDITOR.START,g=this.clone();g.collapse(d);g[d?"setStartAt":"setEndAt"](a,d?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END);g=new CKEDITOR.dom.walker(g);g.evaluator=c(d);return g[d?"checkBackward":"checkForward"]()},checkStartOfBlock:function(){var a=this.startContainer,c=this.startOffset;CKEDITOR.env.ie&&c&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.ltrim(a.substring(0, +c)),g.test(a)&&this.trim(0,1));this.trim();a=new CKEDITOR.dom.elementPath(this.startContainer,this.root);c=this.clone();c.collapse(!0);c.setStartAt(a.block||a.blockLimit,CKEDITOR.POSITION_AFTER_START);a=new CKEDITOR.dom.walker(c);a.evaluator=b();return a.checkBackward()},checkEndOfBlock:function(){var a=this.endContainer,c=this.endOffset;CKEDITOR.env.ie&&a.type==CKEDITOR.NODE_TEXT&&(a=CKEDITOR.tools.rtrim(a.substring(c)),g.test(a)&&this.trim(1,0));this.trim();a=new CKEDITOR.dom.elementPath(this.endContainer, +this.root);c=this.clone();c.collapse(!1);c.setEndAt(a.block||a.blockLimit,CKEDITOR.POSITION_BEFORE_END);a=new CKEDITOR.dom.walker(c);a.evaluator=b();return a.checkForward()},getPreviousNode:function(a,b,c){var d=this.clone();d.collapse(1);d.setStartAt(c||this.root,CKEDITOR.POSITION_AFTER_START);c=new CKEDITOR.dom.walker(d);c.evaluator=a;c.guard=b;return c.previous()},getNextNode:function(a,b,c){var d=this.clone();d.collapse();d.setEndAt(c||this.root,CKEDITOR.POSITION_BEFORE_END);c=new CKEDITOR.dom.walker(d); +c.evaluator=a;c.guard=b;return c.next()},checkReadOnly:function(){function a(b,c){for(;b;){if(b.type==CKEDITOR.NODE_ELEMENT){if("false"==b.getAttribute("contentEditable")&&!b.data("cke-editable"))return 0;if(b.is("html")||"true"==b.getAttribute("contentEditable")&&(b.contains(c)||b.equals(c)))break}b=b.getParent()}return 1}return function(){var b=this.startContainer,c=this.endContainer;return!(a(b,c)&&a(c,b))}}(),moveToElementEditablePosition:function(a,b){if(a.type==CKEDITOR.NODE_ELEMENT&&!a.isEditable(!1))return this.moveToPosition(a, +b?CKEDITOR.POSITION_AFTER_END:CKEDITOR.POSITION_BEFORE_START),!0;for(var c=0;a;){if(a.type==CKEDITOR.NODE_TEXT){b&&this.endContainer&&this.checkEndOfBlock()&&g.test(a.getText())?this.moveToPosition(a,CKEDITOR.POSITION_BEFORE_START):this.moveToPosition(a,b?CKEDITOR.POSITION_AFTER_END:CKEDITOR.POSITION_BEFORE_START);c=1;break}if(a.type==CKEDITOR.NODE_ELEMENT)if(a.isEditable())this.moveToPosition(a,b?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_START),c=1;else if(b&&a.is("br")&&this.endContainer&& +this.checkEndOfBlock())this.moveToPosition(a,CKEDITOR.POSITION_BEFORE_START);else if("false"==a.getAttribute("contenteditable")&&a.is(CKEDITOR.dtd.$block))return this.setStartBefore(a),this.setEndAfter(a),!0;var d=a,h=c,f=void 0;d.type==CKEDITOR.NODE_ELEMENT&&d.isEditable(!1)&&(f=d[b?"getLast":"getFirst"](m));h||f||(f=d[b?"getPrevious":"getNext"](m));a=f}return!!c},moveToClosestEditablePosition:function(a,b){var c,d=0,g,h,f=[CKEDITOR.POSITION_AFTER_END,CKEDITOR.POSITION_BEFORE_START];a?(c=new CKEDITOR.dom.range(this.root), +c.moveToPosition(a,f[b?0:1])):c=this.clone();if(a&&!a.is(CKEDITOR.dtd.$block))d=1;else if(g=c[b?"getNextEditableNode":"getPreviousEditableNode"]())d=1,(h=g.type==CKEDITOR.NODE_ELEMENT)&&g.is(CKEDITOR.dtd.$block)&&"false"==g.getAttribute("contenteditable")?(c.setStartAt(g,CKEDITOR.POSITION_BEFORE_START),c.setEndAt(g,CKEDITOR.POSITION_AFTER_END)):!CKEDITOR.env.needsBrFiller&&h&&g.is(CKEDITOR.dom.walker.validEmptyBlockContainers)?(c.setEnd(g,0),c.collapse()):c.moveToPosition(g,f[b?1:0]);d&&this.moveToRange(c); +return!!d},moveToElementEditStart:function(a){return this.moveToElementEditablePosition(a)},moveToElementEditEnd:function(a){return this.moveToElementEditablePosition(a,!0)},getEnclosedNode:function(){var a=this.clone();a.optimize();if(a.startContainer.type!=CKEDITOR.NODE_ELEMENT||a.endContainer.type!=CKEDITOR.NODE_ELEMENT)return null;var a=new CKEDITOR.dom.walker(a),b=CKEDITOR.dom.walker.bookmark(!1,!0),c=CKEDITOR.dom.walker.whitespaces(!0);a.evaluator=function(a){return c(a)&&b(a)};var d=a.next(); +a.reset();return d&&d.equals(a.previous())?d:null},getTouchedStartNode:function(){var a=this.startContainer;return this.collapsed||a.type!=CKEDITOR.NODE_ELEMENT?a:a.getChild(this.startOffset)||a},getTouchedEndNode:function(){var a=this.endContainer;return this.collapsed||a.type!=CKEDITOR.NODE_ELEMENT?a:a.getChild(this.endOffset-1)||a},getNextEditableNode:d(),getPreviousEditableNode:d(1),_getTableElement:function(a){a=a||{td:1,th:1,tr:1,tbody:1,thead:1,tfoot:1,table:1};var b=this.startContainer,c= +this.endContainer,d=b.getAscendant("table",!0),g=c.getAscendant("table",!0);return d&&!this.root.contains(d)?null:CKEDITOR.env.safari&&d&&c.equals(this.root)?b.getAscendant(a,!0):this.getEnclosedNode()?this.getEnclosedNode().getAscendant(a,!0):d&&g&&(d.equals(g)||d.contains(g)||g.contains(d))?b.getAscendant(a,!0):null},scrollIntoView:function(){var a=new CKEDITOR.dom.element.createFromHtml("\x3cspan\x3e\x26nbsp;\x3c/span\x3e",this.document),b,c,d,g=this.clone();g.optimize();(d=g.startContainer.type== +CKEDITOR.NODE_TEXT)?(c=g.startContainer.getText(),b=g.startContainer.split(g.startOffset),a.insertAfter(g.startContainer)):g.insertNode(a);a.scrollIntoView();d&&(g.startContainer.setText(c),b.remove());a.remove()},getClientRects:function(){function a(b,c){var e=CKEDITOR.tools.array.map(b,function(a){return a}),d=new CKEDITOR.dom.range(c.root),g,h,f;c.startContainer instanceof CKEDITOR.dom.element&&(h=0===c.startOffset&&c.startContainer.hasAttribute("data-widget"));c.endContainer instanceof CKEDITOR.dom.element&& +(f=(f=c.endOffset===(c.endContainer.getChildCount?c.endContainer.getChildCount():c.endContainer.length))&&c.endContainer.hasAttribute("data-widget"));h&&d.setStart(c.startContainer.getParent(),c.startContainer.getIndex());f&&d.setEnd(c.endContainer.getParent(),c.endContainer.getIndex()+1);if(h||f)c=d;d=c.cloneContents().find("[data-cke-widget-id]").toArray();if(d=CKEDITOR.tools.array.map(d,function(a){var b=c.root.editor;a=a.getAttribute("data-cke-widget-id");return b.widgets.instances[a].element}))return d= +CKEDITOR.tools.array.map(d,function(a){var b;b=a.getParent().hasClass("cke_widget_wrapper")?a.getParent():a;g=this.root.getDocument().$.createRange();g.setStart(b.getParent().$,b.getIndex());g.setEnd(b.getParent().$,b.getIndex()+1);b=g.getClientRects();b.widgetRect=a.getClientRect();return b},c),CKEDITOR.tools.array.forEach(d,function(a){function b(d){CKEDITOR.tools.array.forEach(e,function(b,g){var h=CKEDITOR.tools.objectCompare(a[d],b);h||(h=CKEDITOR.tools.objectCompare(a.widgetRect,b));h&&(Array.prototype.splice.call(e, +g,a.length-d,a.widgetRect),c=!0)});c||(darguments.length||(this.range=a,this.forceBrBreak=0,this.enlargeBr=1,this.enforceRealBlocks=0,this._||(this._={}))}function f(a){var b=[];a.forEach(function(a){if("true"==a.getAttribute("contenteditable"))return b.push(a),!1},CKEDITOR.NODE_ELEMENT,!0);return b}function b(a,c,d,g){a:{null==g&&(g=f(d));for(var h;h=g.shift();)if(h.getDtd().p){g={element:h,remaining:g};break a}g=null}if(!g)return 0;if((h=CKEDITOR.filter.instances[g.element.data("cke-filter")])&& +!h.check(c))return b(a,c,d,g.remaining);c=new CKEDITOR.dom.range(g.element);c.selectNodeContents(g.element);c=c.createIterator();c.enlargeBr=a.enlargeBr;c.enforceRealBlocks=a.enforceRealBlocks;c.activeFilter=c.filter=h;a._.nestedEditable={element:g.element,container:d,remaining:g.remaining,iterator:c};return 1}function c(a,b,c){if(!b)return!1;a=a.clone();a.collapse(!c);return a.checkBoundaryOfElement(b,c?CKEDITOR.START:CKEDITOR.END)}var d=/^[\r\n\t ]+$/,l=CKEDITOR.dom.walker.bookmark(!1,!0),k=CKEDITOR.dom.walker.whitespaces(!0), +g=function(a){return l(a)&&k(a)},h={dd:1,dt:1,li:1};a.prototype={getNextParagraph:function(a){var e,f,k,y,u;a=a||"p";if(this._.nestedEditable){if(e=this._.nestedEditable.iterator.getNextParagraph(a))return this.activeFilter=this._.nestedEditable.iterator.activeFilter,e;this.activeFilter=this.filter;if(b(this,a,this._.nestedEditable.container,this._.nestedEditable.remaining))return this.activeFilter=this._.nestedEditable.iterator.activeFilter,this._.nestedEditable.iterator.getNextParagraph(a);this._.nestedEditable= +null}if(!this.range.root.getDtd()[a])return null;if(!this._.started){var p=this.range.clone();f=p.startPath();var v=p.endPath(),w=!p.collapsed&&c(p,f.block),r=!p.collapsed&&c(p,v.block,1);p.shrink(CKEDITOR.SHRINK_ELEMENT,!0);w&&p.setStartAt(f.block,CKEDITOR.POSITION_BEFORE_END);r&&p.setEndAt(v.block,CKEDITOR.POSITION_AFTER_START);f=p.endContainer.hasAscendant("pre",!0)||p.startContainer.hasAscendant("pre",!0);p.enlarge(this.forceBrBreak&&!f||!this.enlargeBr?CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:CKEDITOR.ENLARGE_BLOCK_CONTENTS); +p.collapsed||(f=new CKEDITOR.dom.walker(p.clone()),v=CKEDITOR.dom.walker.bookmark(!0,!0),f.evaluator=v,this._.nextNode=f.next(),f=new CKEDITOR.dom.walker(p.clone()),f.evaluator=v,f=f.previous(),this._.lastNode=f.getNextSourceNode(!0,null,p.root),this._.lastNode&&this._.lastNode.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(this._.lastNode.getText())&&this._.lastNode.getParent().isBlockBoundary()&&(v=this.range.clone(),v.moveToPosition(this._.lastNode,CKEDITOR.POSITION_AFTER_END),v.checkEndOfBlock()&& +(v=new CKEDITOR.dom.elementPath(v.endContainer,v.root),this._.lastNode=(v.block||v.blockLimit).getNextSourceNode(!0))),this._.lastNode&&p.root.contains(this._.lastNode)||(this._.lastNode=this._.docEndMarker=p.document.createText(""),this._.lastNode.insertAfter(f)),p=null);this._.started=1;f=p}v=this._.nextNode;p=this._.lastNode;for(this._.nextNode=null;v;){var w=0,r=v.hasAscendant("pre"),z=v.type!=CKEDITOR.NODE_ELEMENT,t=0;if(z)v.type==CKEDITOR.NODE_TEXT&&d.test(v.getText())&&(z=0);else{var x=v.getName(); +if(CKEDITOR.dtd.$block[x]&&"false"==v.getAttribute("contenteditable")){e=v;b(this,a,e);break}else if(v.isBlockBoundary(this.forceBrBreak&&!r&&{br:1})){if("br"==x)z=1;else if(!f&&!v.getChildCount()&&"hr"!=x){e=v;k=v.equals(p);break}f&&(f.setEndAt(v,CKEDITOR.POSITION_BEFORE_START),"br"!=x&&(this._.nextNode=v));w=1}else{if(v.getFirst()){f||(f=this.range.clone(),f.setStartAt(v,CKEDITOR.POSITION_BEFORE_START));v=v.getFirst();continue}z=1}}z&&!f&&(f=this.range.clone(),f.setStartAt(v,CKEDITOR.POSITION_BEFORE_START)); +k=(!w||z)&&v.equals(p);if(f&&!w)for(;!v.getNext(g)&&!k;){x=v.getParent();if(x.isBlockBoundary(this.forceBrBreak&&!r&&{br:1})){w=1;z=0;k||x.equals(p);f.setEndAt(x,CKEDITOR.POSITION_BEFORE_END);break}v=x;z=1;k=v.equals(p);t=1}z&&f.setEndAt(v,CKEDITOR.POSITION_AFTER_END);v=this._getNextSourceNode(v,t,p);if((k=!v)||w&&f)break}if(!e){if(!f)return this._.docEndMarker&&this._.docEndMarker.remove(),this._.nextNode=null;e=new CKEDITOR.dom.elementPath(f.startContainer,f.root);v=e.blockLimit;w={div:1,th:1,td:1}; +e=e.block;!e&&v&&!this.enforceRealBlocks&&w[v.getName()]&&f.checkStartOfBlock()&&f.checkEndOfBlock()&&!v.equals(f.root)?e=v:!e||this.enforceRealBlocks&&e.is(h)?(e=this.range.document.createElement(a),f.extractContents().appendTo(e),e.trim(),f.insertNode(e),y=u=!0):"li"!=e.getName()?f.checkStartOfBlock()&&f.checkEndOfBlock()||(e=e.clone(!1),f.extractContents().appendTo(e),e.trim(),u=f.splitBlock(),y=!u.wasStartOfBlock,u=!u.wasEndOfBlock,f.insertNode(e)):k||(this._.nextNode=e.equals(p)?null:this._getNextSourceNode(f.getBoundaryNodes().endNode, +1,p))}y&&(y=e.getPrevious())&&y.type==CKEDITOR.NODE_ELEMENT&&("br"==y.getName()?y.remove():y.getLast()&&"br"==y.getLast().$.nodeName.toLowerCase()&&y.getLast().remove());u&&(y=e.getLast())&&y.type==CKEDITOR.NODE_ELEMENT&&"br"==y.getName()&&(!CKEDITOR.env.needsBrFiller||y.getPrevious(l)||y.getNext(l))&&y.remove();this._.nextNode||(this._.nextNode=k||e.equals(p)||!p?null:this._getNextSourceNode(e,1,p));return e},_getNextSourceNode:function(a,b,c){function d(a){return!(a.equals(c)||a.equals(g))}var g= +this.range.root;for(a=a.getNextSourceNode(b,null,d);!l(a);)a=a.getNextSourceNode(b,null,d);return a}};CKEDITOR.dom.range.prototype.createIterator=function(){return new a(this)}}(),CKEDITOR.command=function(a,f){this.uiItems=[];this.exec=function(b){if(this.state==CKEDITOR.TRISTATE_DISABLED||!this.checkAllowed())return!1;this.editorFocus&&a.focus();return!1===this.fire("exec")?!0:!1!==f.exec.call(this,a,b)};this.refresh=function(a,b){if(!this.readOnly&&a.readOnly)return!0;if(this.context&&!b.isContextFor(this.context)|| +!this.checkAllowed(!0))return this.disable(),!0;this.startDisabled||this.enable();this.modes&&!this.modes[a.mode]&&this.disable();return!1===this.fire("refresh",{editor:a,path:b})?!0:f.refresh&&!1!==f.refresh.apply(this,arguments)};var b;this.checkAllowed=function(c){return c||"boolean"!=typeof b?b=a.activeFilter.checkFeature(this):b};CKEDITOR.tools.extend(this,f,{modes:{wysiwyg:1},editorFocus:1,contextSensitive:!!f.context,state:CKEDITOR.TRISTATE_DISABLED});CKEDITOR.event.call(this)},CKEDITOR.command.prototype= +{enable:function(){this.state==CKEDITOR.TRISTATE_DISABLED&&this.checkAllowed()&&this.setState(this.preserveState&&"undefined"!=typeof this.previousState?this.previousState:CKEDITOR.TRISTATE_OFF)},disable:function(){this.setState(CKEDITOR.TRISTATE_DISABLED)},setState:function(a){if(this.state==a||a!=CKEDITOR.TRISTATE_DISABLED&&!this.checkAllowed())return!1;this.previousState=this.state;this.state=a;this.fire("state");return!0},toggleState:function(){this.state==CKEDITOR.TRISTATE_OFF?this.setState(CKEDITOR.TRISTATE_ON): +this.state==CKEDITOR.TRISTATE_ON&&this.setState(CKEDITOR.TRISTATE_OFF)}},CKEDITOR.event.implementOn(CKEDITOR.command.prototype),CKEDITOR.ENTER_P=1,CKEDITOR.ENTER_BR=2,CKEDITOR.ENTER_DIV=3,CKEDITOR.config={customConfig:"config.js",autoUpdateElement:!0,language:"",defaultLanguage:"en",contentsLangDirection:"",enterMode:CKEDITOR.ENTER_P,forceEnterMode:!1,shiftEnterMode:CKEDITOR.ENTER_BR,docType:"\x3c!DOCTYPE html\x3e",bodyId:"",bodyClass:"",fullPage:!1,height:200,contentsCss:CKEDITOR.getUrl("contents.css"), +extraPlugins:"",removePlugins:"",protectedSource:[],tabIndex:0,width:"",baseFloatZIndex:1E4,blockedKeystrokes:[CKEDITOR.CTRL+66,CKEDITOR.CTRL+73,CKEDITOR.CTRL+85]},function(){function a(a,b,c,e,d){var g,h;a=[];for(g in b){h=b[g];h="boolean"==typeof h?{}:"function"==typeof h?{match:h}:I(h);"$"!=g.charAt(0)&&(h.elements=g);c&&(h.featureName=c.toLowerCase());var f=h;f.elements=k(f.elements,/\s+/)||null;f.propertiesOnly=f.propertiesOnly||!0===f.elements;var m=/\s*,\s*/,l=void 0;for(l in L){f[l]=k(f[l], +m)||null;var n=f,v=G[l],D=k(f[G[l]],m),x=f[l],A=[],B=!0,r=void 0;D?B=!1:D={};for(r in x)"!"==r.charAt(0)&&(r=r.slice(1),A.push(r),D[r]=!0,B=!1);for(;r=A.pop();)x[r]=x["!"+r],delete x["!"+r];n[v]=(B?!1:D)||null}f.match=f.match||null;e.push(h);a.push(h)}b=d.elements;d=d.generic;var F;c=0;for(e=a.length;c=--g&&(l&&CKEDITOR.document.getDocumentElement().removeStyle("cursor"),e(b))},q=function(b,c){a[b]=1;var e=f[b];delete f[b];for(var d=0;d=CKEDITOR.env.version||CKEDITOR.env.ie9Compat)?d.$.onreadystatechange=function(){if("loaded"==d.$.readyState||"complete"==d.$.readyState)d.$.onreadystatechange=null,q(b,!0)}:(d.$.onload=function(){setTimeout(function(){d.$.onload=null;d.$.onerror=null;q(b,!0)},0)},d.$.onerror=function(){d.$.onload=null;d.$.onerror=null;q(b,!1)}));d.appendTo(CKEDITOR.document.getHead())}}};l&&CKEDITOR.document.getDocumentElement().setStyle("cursor","wait");for(var u=0;u]+)>)|(?:!--([\S|\s]*?)--\x3e)|(?:([^\/\s>]+)((?:\s+[\w\-:.]+(?:\s*=\s*?(?:(?:"[^"]*")|(?:'[^']*')|[^\s"'\/>]+))?)*)[\S\s]*?(\/?)>))/g}},function(){var a=/([\w\-:.]+)(?:(?:\s*=\s*(?:(?:"([^"]*)")|(?:'([^']*)')|([^\s>]+)))|(?=\s|$))/g, +f={checked:1,compact:1,declare:1,defer:1,disabled:1,ismap:1,multiple:1,nohref:1,noresize:1,noshade:1,nowrap:1,readonly:1,selected:1};CKEDITOR.htmlParser.prototype={onTagOpen:function(){},onTagClose:function(){},onText:function(){},onCDATA:function(){},onComment:function(){},parse:function(b){for(var c,d,l=0,k;c=this._.htmlPartsRegex.exec(b);){d=c.index;if(d>l)if(l=b.substring(l,d),k)k.push(l);else this.onText(l);l=this._.htmlPartsRegex.lastIndex;if(d=c[1])if(d=d.toLowerCase(),k&&CKEDITOR.dtd.$cdata[d]&& +(this.onCDATA(k.join("")),k=null),!k){this.onTagClose(d);continue}if(k)k.push(c[0]);else if(d=c[3]){if(d=d.toLowerCase(),!/="/.test(d)){var g={},h,m=c[4];c=!!c[5];if(m)for(;h=a.exec(m);){var e=h[1].toLowerCase();h=h[2]||h[3]||h[4]||"";g[e]=!h&&f[e]?e:CKEDITOR.tools.htmlDecodeAttr(h)}this.onTagOpen(d,g,c);!k&&CKEDITOR.dtd.$cdata[d]&&(k=[])}}else if(d=c[2])this.onComment(d)}if(b.length>l)this.onText(b.substring(l,b.length))}}}(),CKEDITOR.htmlParser.basicWriter=CKEDITOR.tools.createClass({$:function(){this._= +{output:[]}},proto:{openTag:function(a){this._.output.push("\x3c",a)},openTagClose:function(a,f){f?this._.output.push(" /\x3e"):this._.output.push("\x3e")},attribute:function(a,f){"string"==typeof f&&(f=CKEDITOR.tools.htmlEncodeAttr(f));this._.output.push(" ",a,'\x3d"',f,'"')},closeTag:function(a){this._.output.push("\x3c/",a,"\x3e")},text:function(a){this._.output.push(a)},comment:function(a){this._.output.push("\x3c!--",a,"--\x3e")},write:function(a){this._.output.push(a)},reset:function(){this._.output= +[];this._.indent=!1},getHtml:function(a){var f=this._.output.join("");a&&this.reset();return f}}}),"use strict",function(){CKEDITOR.htmlParser.node=function(){};CKEDITOR.htmlParser.node.prototype={remove:function(){var a=this.parent.children,f=CKEDITOR.tools.indexOf(a,this),b=this.previous,c=this.next;b&&(b.next=c);c&&(c.previous=b);a.splice(f,1);this.parent=null},replaceWith:function(a){var f=this.parent.children,b=CKEDITOR.tools.indexOf(f,this),c=a.previous=this.previous,d=a.next=this.next;c&&(c.next= +a);d&&(d.previous=a);f[b]=a;a.parent=this.parent;this.parent=null},insertAfter:function(a){var f=a.parent.children,b=CKEDITOR.tools.indexOf(f,a),c=a.next;f.splice(b+1,0,this);this.next=a.next;this.previous=a;a.next=this;c&&(c.previous=this);this.parent=a.parent},insertBefore:function(a){var f=a.parent.children,b=CKEDITOR.tools.indexOf(f,a);f.splice(b,0,this);this.next=a;(this.previous=a.previous)&&(a.previous.next=this);a.previous=this;this.parent=a.parent},getAscendant:function(a){var f="function"== +typeof a?a:"string"==typeof a?function(b){return b.name==a}:function(b){return b.name in a},b=this.parent;for(;b&&b.type==CKEDITOR.NODE_ELEMENT;){if(f(b))return b;b=b.parent}return null},wrapWith:function(a){this.replaceWith(a);a.add(this);return a},getIndex:function(){return CKEDITOR.tools.indexOf(this.parent.children,this)},getFilterContext:function(a){return a||{}}}}(),"use strict",CKEDITOR.htmlParser.comment=function(a){this.value=a;this._={isBlockLike:!1}},CKEDITOR.htmlParser.comment.prototype= +CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_COMMENT,filter:function(a,f){var b=this.value;if(!(b=a.onComment(f,b,this)))return this.remove(),!1;if("string"!=typeof b)return this.replaceWith(b),!1;this.value=b;return!0},writeHtml:function(a,f){f&&this.filter(f);a.comment(this.value)}}),"use strict",function(){CKEDITOR.htmlParser.text=function(a){this.value=a;this._={isBlockLike:!1}};CKEDITOR.htmlParser.text.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_TEXT, +filter:function(a,f){if(!(this.value=a.onText(f,this.value,this)))return this.remove(),!1},writeHtml:function(a,f){f&&this.filter(f);a.text(this.value)}})}(),"use strict",function(){CKEDITOR.htmlParser.cdata=function(a){this.value=a};CKEDITOR.htmlParser.cdata.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_TEXT,filter:function(){},writeHtml:function(a){a.write(this.value)}})}(),"use strict",CKEDITOR.htmlParser.fragment=function(){this.children=[];this.parent=null; +this._={isBlockLike:!0,hasInlineStarted:!1}},function(){function a(a){return a.attributes["data-cke-survive"]?!1:"a"==a.name&&a.attributes.href||CKEDITOR.dtd.$removeEmpty[a.name]}var f=CKEDITOR.tools.extend({table:1,ul:1,ol:1,dl:1},CKEDITOR.dtd.table,CKEDITOR.dtd.ul,CKEDITOR.dtd.ol,CKEDITOR.dtd.dl),b={ol:1,ul:1},c=CKEDITOR.tools.extend({},{html:1},CKEDITOR.dtd.html,CKEDITOR.dtd.body,CKEDITOR.dtd.head,{style:1,script:1}),d={ul:"li",ol:"li",dl:"dd",table:"tbody",tbody:"tr",thead:"tr",tfoot:"tr",tr:"td"}; +CKEDITOR.htmlParser.fragment.fromHtml=function(l,k,g){function h(a){var b;if(0k;k++)if(f=d[k]){f= +f.exec(a,c,this);if(!1===f)return null;if(f&&f!=c)return this.onNode(a,f);if(c.parent&&!c.name)break}return c},onNode:function(a,c){var d=c.type;return d==CKEDITOR.NODE_ELEMENT?this.onElement(a,c):d==CKEDITOR.NODE_TEXT?new CKEDITOR.htmlParser.text(this.onText(a,c.value)):d==CKEDITOR.NODE_COMMENT?new CKEDITOR.htmlParser.comment(this.onComment(a,c.value)):null},onAttribute:function(a,c,d,f){return(d=this.attributesRules[d])?d.exec(a,f,c,this):f}}});CKEDITOR.htmlParser.filterRulesGroup=a;a.prototype= +{add:function(a,c,d){this.rules.splice(this.findIndex(c),0,{value:a,priority:c,options:d})},addMany:function(a,c,d){for(var f=[this.findIndex(c),0],k=0,g=a.length;k/g,"\x26gt;")+"\x3c/textarea\x3e");return"\x3ccke:encoded\x3e"+encodeURIComponent(a)+"\x3c/cke:encoded\x3e"})}function n(a){return a.replace(D,function(a,b){return decodeURIComponent(b)})}function q(a){return a.replace(/\x3c!--(?!{cke_protected})[\s\S]+?--\x3e/g, +function(a){return"\x3c!--"+z+"{C}"+encodeURIComponent(a).replace(/--/g,"%2D%2D")+"--\x3e"})}function y(a){return CKEDITOR.tools.array.reduce(a.split(""),function(a,b){var c=b.toLowerCase(),e=b.toUpperCase(),d=u(c);c!==e&&(d+="|"+u(e));return a+("("+d+")")},"")}function u(a){var b;b=a.charCodeAt(0);var c=b.toString(16);b={htmlCode:"\x26#"+b+";?",hex:"\x26#x0*"+c+";?",entity:{"\x3c":"\x26lt;","\x3e":"\x26gt;",":":"\x26colon;"}[a]};for(var e in b)b[e]&&(a+="|"+b[e]);return a}function p(a){return a.replace(/\x3c!--\{cke_protected\}\{C\}([\s\S]+?)--\x3e/g, +function(a,b){return decodeURIComponent(b)})}function v(a,b){var c=b._.dataStore;return a.replace(/\x3c!--\{cke_protected\}([\s\S]+?)--\x3e/g,function(a,b){return decodeURIComponent(b)}).replace(/\{cke_protected_(\d+)\}/g,function(a,b){return c&&c[b]||""})}function w(a,b){var c=[],e=b.config.protectedSource,d=b._.dataStore||(b._.dataStore={id:1}),g=/<\!--\{cke_temp(comment)?\}(\d*?)--\x3e/g,e=[/|$)/gi,//gi,//gi].concat(e);a=a.replace(/\x3c!--[\s\S]*?--\x3e/g, +function(a){return"\x3c!--{cke_tempcomment}"+(c.push(a)-1)+"--\x3e"});for(var h=0;h]+\s*=\s*(?:[^'"\s>]+|'[^']*'|"[^"]*"))|[^\s=\/>]+))+\s*\/?>/g,function(a){return a.replace(/\x3c!--\{cke_protected\}([^>]*)--\x3e/g, +function(a,b){d[d.id]=decodeURIComponent(b);return"{cke_protected_"+d.id++ +"}"})});return a=a.replace(/<(title|iframe|textarea)([^>]*)>([\s\S]*?)<\/\1>/g,function(a,c,e,d){return"\x3c"+c+e+"\x3e"+v(p(d),b)+"\x3c/"+c+"\x3e"})}CKEDITOR.htmlDataProcessor=function(b){var c,d,g=this;this.editor=b;this.dataFilter=c=new CKEDITOR.htmlParser.filter;this.htmlFilter=d=new CKEDITOR.htmlParser.filter;this.writer=new CKEDITOR.htmlParser.basicWriter;c.addRules(B);c.addRules(C,{applyToAll:!0});c.addRules(a(b,"data"), +{applyToAll:!0});d.addRules(H);d.addRules(F,{applyToAll:!0});d.addRules(a(b,"html"),{applyToAll:!0});b.on("toHtml",function(a){a=a.data;var c=a.dataValue,d,c=c.replace(N,""),c=w(c,b),c=e(c,G),c=m(c),c=e(c,L),c=c.replace(Q,"$1cke:$2"),c=c.replace(K,"\x3ccke:$1$2\x3e\x3c/cke:$1\x3e"),c=c.replace(/(]*>)(\r\n|\n)/g,"$1$2$2"),c=c.replace(/([^a-z0-9<\-])(on\w{3,})(?!>)/gi,"$1data-cke-"+CKEDITOR.rnd+"-$2");d=a.context||b.editable().getName();var g;CKEDITOR.env.ie&&9>CKEDITOR.env.version&&"pre"== +d&&(d="div",c="\x3cpre\x3e"+c+"\x3c/pre\x3e",g=1);d=b.document.createElement(d);d.setHtml("a"+c);c=d.getHtml().substr(1);c=c.replace(new RegExp("data-cke-"+CKEDITOR.rnd+"-","ig"),"");g&&(c=c.replace(/^
|<\/pre>$/gi,""));c=c.replace(O,"$1$2");c=n(c);c=p(c);d=!1===a.fixForBody?!1:f(a.enterMode,b.config.autoParagraph);c=CKEDITOR.htmlParser.fragment.fromHtml(c,a.context,d);d&&(g=c,!g.children.length&&CKEDITOR.dtd[g.name][d]&&(d=new CKEDITOR.htmlParser.element(d),g.add(d)));a.dataValue=c},null,null,
+5);b.on("toHtml",function(a){a.data.filter.applyTo(a.data.dataValue,!0,a.data.dontFilter,a.data.enterMode)&&b.fire("dataFiltered")},null,null,6);b.on("toHtml",function(a){a.data.dataValue.filterChildren(g.dataFilter,!0)},null,null,10);b.on("toHtml",function(a){a=a.data;var b=a.dataValue,c=new CKEDITOR.htmlParser.basicWriter;b.writeChildrenHtml(c);b=c.getHtml(!0);a.dataValue=q(b)},null,null,15);b.on("toDataFormat",function(a){var c=a.data.dataValue;a.data.enterMode!=CKEDITOR.ENTER_BR&&(c=c.replace(/^
/i, +""));a.data.dataValue=CKEDITOR.htmlParser.fragment.fromHtml(c,a.data.context,f(a.data.enterMode,b.config.autoParagraph))},null,null,5);b.on("toDataFormat",function(a){a.data.dataValue.filterChildren(g.htmlFilter,!0)},null,null,10);b.on("toDataFormat",function(a){a.data.filter.applyTo(a.data.dataValue,!1,!0)},null,null,11);b.on("toDataFormat",function(a){var c=a.data.dataValue,e=g.writer;e.reset();c.writeChildrenHtml(e);c=e.getHtml(!0);c=p(c);c=v(c,b);a.data.dataValue=c},null,null,15)};CKEDITOR.htmlDataProcessor.prototype= +{toHtml:function(a,b,c,e){var d=this.editor,g,h,f,m;b&&"object"==typeof b?(g=b.context,c=b.fixForBody,e=b.dontFilter,h=b.filter,f=b.enterMode,m=b.protectedWhitespaces):g=b;g||null===g||(g=d.editable().getName());return d.fire("toHtml",{dataValue:a,context:g,fixForBody:c,dontFilter:e,filter:h||d.filter,enterMode:f||d.enterMode,protectedWhitespaces:m}).dataValue},toDataFormat:function(a,b){var c,e,d;b&&(c=b.context,e=b.filter,d=b.enterMode);c||null===c||(c=this.editor.editable().getName());return this.editor.fire("toDataFormat", +{dataValue:a,filter:e||this.editor.filter,context:c,enterMode:d||this.editor.enterMode}).dataValue}};var r=/(?: |\xa0)$/,z="{cke_protected}",t=CKEDITOR.dtd,x="caption colgroup col thead tfoot tbody".split(" "),A=CKEDITOR.tools.extend({},t.$blockLimit,t.$block),B={elements:{input:g,textarea:g}},C={attributeNames:[[/^on/,"data-cke-pa-on"],[/^srcdoc/,"data-cke-pa-srcdoc"],[/^data-cke-expando$/,""]],elements:{iframe:function(a){if(a.attributes&&a.attributes.src){var b=a.attributes.src.toLowerCase().replace(/[^a-z]/gi, +"");if(0===b.indexOf("javascript")||0===b.indexOf("data"))a.attributes["data-cke-pa-src"]=a.attributes.src,delete a.attributes.src}}}},H={elements:{embed:function(a){var b=a.parent;if(b&&"object"==b.name){var c=b.attributes.width,b=b.attributes.height;c&&(a.attributes.width=c);b&&(a.attributes.height=b)}},a:function(a){var b=a.attributes;if(!(a.children.length||b.name||b.id||a.attributes["data-cke-saved-name"]))return!1}}},F={elementNames:[[/^cke:/,""],[/^\?xml:namespace$/,""]],attributeNames:[[/^data-cke-(saved|pa)-/, +""],[/^data-cke-.*/,""],["hidefocus",""]],elements:{$:function(a){var b=a.attributes;if(b){if(b["data-cke-temp"])return!1;for(var c=["name","href","src"],e,d=0;de? +1:-1})},param:function(a){a.children=[];a.isEmpty=!0;return a},span:function(a){"Apple-style-span"==a.attributes["class"]&&delete a.name},html:function(a){delete a.attributes.contenteditable;delete a.attributes["class"]},body:function(a){delete a.attributes.spellcheck;delete a.attributes.contenteditable},style:function(a){var b=a.children[0];b&&b.value&&(b.value=CKEDITOR.tools.trim(b.value));a.attributes.type||(a.attributes.type="text/css")},title:function(a){var b=a.children[0];!b&&k(a,b=new CKEDITOR.htmlParser.text); +b.value=a.attributes["data-cke-title"]||""},input:h,textarea:h},attributes:{"class":function(a){return CKEDITOR.tools.ltrim(a.replace(/(?:^|\s+)cke_[^\s]*/g,""))||!1}}};CKEDITOR.env.ie&&(F.attributes.style=function(a){return a.replace(/(^|;)([^\:]+)/g,function(a){return a.toLowerCase()})});var I=/<(a|area|img|input|source)\b([^>]*)>/gi,J=/([\w-:]+)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'>]+))/gi,E=/^(href|src|name)$/i,L=/(?:])[^>]*>[\s\S]*?<\/style>)|(?:<(:?link|meta|base)[^>]*>)/gi, +G=/(])[^>]*>)([\s\S]*?)(?:<\/textarea>)/gi,D=/([^<]*)<\/cke:encoded>/gi,N=new RegExp("("+y("\x3ccke:encoded\x3e")+"(.*?)"+y("\x3c/cke:encoded\x3e")+")|("+y("\x3c")+y("/")+"?"+y("cke:encoded\x3e")+")","gi"),Q=/(<\/?)((?:object|embed|param|html|body|head|title)([\s][^>]*)?>)/gi,O=/(<\/?)cke:((?:html|body|head|title)[^>]*>)/gi,K=/]*?)\/?>(?!\s*<\/cke:\1)/gi}(),"use strict",CKEDITOR.htmlParser.element=function(a,f){this.name=a;this.attributes=f||{};this.children= +[];var b=a||"",c=b.match(/^cke:(.*)/);c&&(b=c[1]);b=!!(CKEDITOR.dtd.$nonBodyContent[b]||CKEDITOR.dtd.$block[b]||CKEDITOR.dtd.$listItem[b]||CKEDITOR.dtd.$tableContent[b]||CKEDITOR.dtd.$nonEditable[b]||"br"==b);this.isEmpty=!!CKEDITOR.dtd.$empty[a];this.isUnknown=!CKEDITOR.dtd[a];this._={isBlockLike:b,hasInlineStarted:this.isEmpty||!b}},CKEDITOR.htmlParser.cssStyle=function(a){var f={};((a instanceof CKEDITOR.htmlParser.element?a.attributes.style:a)||"").replace(/"/g,'"').replace(/\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g, +function(a,c,d){"font-family"==c&&(d=d.replace(/["']/g,""));f[c.toLowerCase()]=d});return{rules:f,populate:function(a){var c=this.toString();c&&(a instanceof CKEDITOR.dom.element?a.setAttribute("style",c):a instanceof CKEDITOR.htmlParser.element?a.attributes.style=c:a.style=c)},toString:function(){var a=[],c;for(c in f)f[c]&&a.push(c,":",f[c],";");return a.join("")}}},function(){function a(a){return function(b){return b.type==CKEDITOR.NODE_ELEMENT&&("string"==typeof a?b.name==a:b.name in a)}}var f= +function(a,b){a=a[0];b=b[0];return ab?1:0},b=CKEDITOR.htmlParser.fragment.prototype;CKEDITOR.htmlParser.element.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_ELEMENT,add:b.add,clone:function(){return new CKEDITOR.htmlParser.element(this.name,this.attributes)},filter:function(a,b){var f=this,k,g;b=f.getFilterContext(b);if(!f.parent)a.onRoot(b,f);for(;;){k=f.name;if(!(g=a.onElementName(b,k)))return this.remove(),!1;f.name=g;if(!(f=a.onElement(b,f)))return this.remove(), +!1;if(f!==this)return this.replaceWith(f),!1;if(f.name==k)break;if(f.type!=CKEDITOR.NODE_ELEMENT)return this.replaceWith(f),!1;if(!f.name)return this.replaceWithChildren(),!1}k=f.attributes;var h,m;for(h in k){for(g=k[h];;)if(m=a.onAttributeName(b,h))if(m!=h)delete k[h],h=m;else break;else{delete k[h];break}m&&(!1===(g=a.onAttribute(b,f,m,g))?delete k[m]:k[m]=g)}f.isEmpty||this.filterChildren(a,!1,b);return!0},filterChildren:b.filterChildren,writeHtml:function(a,b){b&&this.filter(b);var l=this.name, +k=[],g=this.attributes,h,m;a.openTag(l,g);for(h in g)k.push([h,g[h]]);a.sortAttributes&&k.sort(f);h=0;for(m=k.length;hCKEDITOR.env.version||CKEDITOR.env.quirks))this.hasFocus&&(this.focus(),b());else if(this.hasFocus)this.focus(), +a();else this.once("focus",function(){a()},null,null,-999)},getHtmlFromRange:function(a){if(a.collapsed)return new CKEDITOR.dom.documentFragment(a.document);a={doc:this.getDocument(),range:a.clone()};z.eol.detect(a,this);z.bogus.exclude(a);z.cell.shrink(a);a.fragment=a.range.cloneContents();z.tree.rebuild(a,this);z.eol.fix(a,this);return new CKEDITOR.dom.documentFragment(a.fragment.$)},extractHtmlFromRange:function(a,b){var c=t,e={range:a,doc:a.document},d=this.getHtmlFromRange(a);if(a.collapsed)return a.optimize(), +d;a.enlarge(CKEDITOR.ENLARGE_INLINE,1);c.table.detectPurge(e);e.bookmark=a.createBookmark();delete e.range;var g=this.editor.createRange();g.moveToPosition(e.bookmark.startNode,CKEDITOR.POSITION_BEFORE_START);e.targetBookmark=g.createBookmark();c.list.detectMerge(e,this);c.table.detectRanges(e,this);c.block.detectMerge(e,this);e.tableContentsRanges?(c.table.deleteRanges(e),a.moveToBookmark(e.bookmark),e.range=a):(a.moveToBookmark(e.bookmark),e.range=a,a.extractContents(c.detectExtractMerge(e)));a.moveToBookmark(e.targetBookmark); +a.optimize();c.fixUneditableRangePosition(a);c.list.merge(e,this);c.table.purge(e,this);c.block.merge(e,this);if(b){c=a.startPath();if(e=a.checkStartOfBlock()&&a.checkEndOfBlock()&&c.block&&!a.root.equals(c.block)){a:{var e=c.block.getElementsByTag("span"),g=0,f;if(e)for(;f=e.getItem(g++);)if(!q(f)){e=!0;break a}e=!1}e=!e}e&&(a.moveToPosition(c.block,CKEDITOR.POSITION_BEFORE_START),c.block.remove())}else c.autoParagraph(this.editor,a),y(a.startContainer)&&a.startContainer.appendBogus();a.startContainer.mergeSiblings(); +return d},setup:function(){var a=this.editor;this.attachListener(a,"beforeGetData",function(){var b=this.getData();this.is("textarea")||!1!==a.config.ignoreEmptyParagraph&&(b=b.replace(p,function(a,b){return b}));a.setData(b,null,1)},this);this.attachListener(a,"getSnapshot",function(a){a.data=this.getData(1)},this);this.attachListener(a,"afterSetData",function(){this.setData(a.getData(1))},this);this.attachListener(a,"loadSnapshot",function(a){this.setData(a.data,1)},this);this.attachListener(a, +"beforeFocus",function(){var b=a.getSelection();(b=b&&b.getNative())&&"Control"==b.type||this.focus()},this);this.attachListener(a,"insertHtml",function(a){this.insertHtml(a.data.dataValue,a.data.mode,a.data.range)},this);this.attachListener(a,"insertElement",function(a){this.insertElement(a.data)},this);this.attachListener(a,"insertText",function(a){this.insertText(a.data)},this);this.setReadOnly(a.readOnly);this.attachClass("cke_editable");a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?this.attachClass("cke_editable_inline"): +a.elementMode!=CKEDITOR.ELEMENT_MODE_REPLACE&&a.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO||this.attachClass("cke_editable_themed");this.attachClass("cke_contents_"+a.config.contentsLangDirection);a.keystrokeHandler.blockedKeystrokes[8]=+a.readOnly;a.keystrokeHandler.attach(this);this.on("blur",function(){this.hasFocus=!1},null,null,-1);this.on("focus",function(){this.hasFocus=!0},null,null,-1);if(CKEDITOR.env.webkit)this.on("scroll",function(){a._.previousScrollTop=a.editable().$.scrollTop},null, +null,-1);if(CKEDITOR.env.edge&&14CKEDITOR.env.version?m.$.styleSheet.cssText=h:m.setText(h)):(h=g.appendStyleText(h),h=new CKEDITOR.dom.element(h.ownerNode||h.owningElement),f.setCustomData("stylesheet", +h),h.data("cke-temp",1))}f=g.getCustomData("stylesheet_ref")||0;g.setCustomData("stylesheet_ref",f+1);this.setCustomData("cke_includeReadonly",!a.config.disableReadonlyStyling);this.attachListener(this,"click",function(a){a=a.data;var b=(new CKEDITOR.dom.elementPath(a.getTarget(),this)).contains("a");b&&2!=a.$.button&&b.isReadOnly()&&a.preventDefault()});var k={8:1,46:1};this.attachListener(a,"key",function(b){if(a.readOnly)return!0;var c=b.data.domEvent.getKey(),e;b=a.getSelection();if(0!==b.getRanges().length){if(c in +k){var d,g=b.getRanges()[0],f=g.startPath(),h,m,q,c=8==c;CKEDITOR.env.ie&&11>CKEDITOR.env.version&&(d=b.getSelectedElement())||(d=l(b))?(a.fire("saveSnapshot"),g.moveToPosition(d,CKEDITOR.POSITION_BEFORE_START),d.remove(),g.select(),a.fire("saveSnapshot"),e=1):g.collapsed&&((h=f.block)&&(q=h[c?"getPrevious":"getNext"](n))&&q.type==CKEDITOR.NODE_ELEMENT&&q.is("table")&&g[c?"checkStartOfBlock":"checkEndOfBlock"]()?(a.fire("saveSnapshot"),g[c?"checkEndOfBlock":"checkStartOfBlock"]()&&h.remove(),g["moveToElementEdit"+ +(c?"End":"Start")](q),g.select(),a.fire("saveSnapshot"),e=1):f.blockLimit&&f.blockLimit.is("td")&&(m=f.blockLimit.getAscendant("table"))&&g.checkBoundaryOfElement(m,c?CKEDITOR.START:CKEDITOR.END)&&(q=m[c?"getPrevious":"getNext"](n))?(a.fire("saveSnapshot"),g["moveToElementEdit"+(c?"End":"Start")](q),g.checkStartOfBlock()&&g.checkEndOfBlock()?q.remove():g.select(),a.fire("saveSnapshot"),e=1):(m=f.contains(["td","th","caption"]))&&g.checkBoundaryOfElement(m,c?CKEDITOR.START:CKEDITOR.END)&&(e=1))}return!e}}); +a.blockless&&CKEDITOR.env.ie&&CKEDITOR.env.needsBrFiller&&this.attachListener(this,"keyup",function(b){b.data.getKeystroke()in k&&!this.getFirst(c)&&(this.appendBogus(),b=a.createRange(),b.moveToPosition(this,CKEDITOR.POSITION_AFTER_START),b.select())});this.attachListener(this,"dblclick",function(b){if(a.readOnly)return!1;b={element:b.data.getTarget()};a.fire("doubleclick",b)});CKEDITOR.env.ie&&this.attachListener(this,"click",b);CKEDITOR.env.ie&&!CKEDITOR.env.edge||this.attachListener(this,"mousedown", +function(b){var c=b.data.getTarget();c.is("img","hr","input","textarea","select")&&!c.isReadOnly()&&(a.getSelection().selectElement(c),c.is("input","textarea","select")&&b.data.preventDefault())});CKEDITOR.env.edge&&this.attachListener(this,"mouseup",function(b){(b=b.data.getTarget())&&b.is("img")&&!b.isReadOnly()&&a.getSelection().selectElement(b)});CKEDITOR.env.gecko&&this.attachListener(this,"mouseup",function(b){if(2==b.data.$.button&&(b=b.data.getTarget(),!b.getAscendant("table")&&!b.getOuterHtml().replace(p, +""))){var c=a.createRange();c.moveToElementEditStart(b);c.select(!0)}});CKEDITOR.env.webkit&&(this.attachListener(this,"click",function(a){a.data.getTarget().is("input","select")&&a.data.preventDefault()}),this.attachListener(this,"mouseup",function(a){a.data.getTarget().is("input","textarea")&&a.data.preventDefault()}));CKEDITOR.env.webkit&&this.attachListener(a,"key",function(b){if(a.readOnly)return!0;var c=b.data.domEvent.getKey();if(c in k&&(b=a.getSelection(),0!==b.getRanges().length)){var c= +8==c,d=b.getRanges()[0];b=d.startPath();if(d.collapsed)a:{var g=b.block;if(g&&d[c?"checkStartOfBlock":"checkEndOfBlock"]()&&d.moveToClosestEditablePosition(g,!c)&&d.collapsed){if(d.startContainer.type==CKEDITOR.NODE_ELEMENT){var f=d.startContainer.getChild(d.startOffset-(c?1:0));if(f&&f.type==CKEDITOR.NODE_ELEMENT&&f.is("hr")){a.fire("saveSnapshot");f.remove();b=!0;break a}}d=d.startPath().block;if(!d||d&&d.contains(g))b=void 0;else{a.fire("saveSnapshot");var h;(h=(c?d:g).getBogus())&&h.remove(); +h=a.getSelection();f=h.createBookmarks();(c?g:d).moveChildren(c?d:g,!1);b.lastElement.mergeSiblings();e(g,d,!c);h.selectBookmarks(f);b=!0}}else b=!1}else c=d,h=b.block,d=c.endPath().block,h&&d&&!h.equals(d)?(a.fire("saveSnapshot"),(g=h.getBogus())&&g.remove(),c.enlarge(CKEDITOR.ENLARGE_INLINE),c.deleteContents(),d.getParent()&&(d.moveChildren(h,!1),b.lastElement.mergeSiblings(),e(h,d,!0)),c=a.getSelection().getRanges()[0],c.collapse(1),c.optimize(),""===c.startContainer.getHtml()&&c.startContainer.appendBogus(), +c.select(),b=!0):b=!1;if(!b)return;a.getSelection().scrollIntoView();a.fire("saveSnapshot");return!1}},this,null,100)}}},_:{detach:function(){this.editor.setData(this.editor.getData(),0,1);this.clearListeners();this.restoreAttrs();var a;if(a=this.removeCustomData("classes"))for(;a.length;)this.removeClass(a.pop());if(!this.is("textarea")){a=this.getDocument();var b=a.getHead();if(b.getCustomData("stylesheet")){var c=a.getCustomData("stylesheet_ref");--c?a.setCustomData("stylesheet_ref",c):(a.removeCustomData("stylesheet_ref"), +b.removeCustomData("stylesheet").remove())}}this.editor.fire("contentDomUnload");delete this.editor}}});CKEDITOR.editor.prototype.editable=function(a){var b=this._.editable;if(b&&a)return 0;arguments.length&&(b=this._.editable=a?a instanceof CKEDITOR.editable?a:new CKEDITOR.editable(this,a):(b&&b.detach(),null));return b};CKEDITOR.on("instanceLoaded",function(b){var c=b.editor;c.on("insertElement",function(a){a=a.data;a.type==CKEDITOR.NODE_ELEMENT&&(a.is("input")||a.is("textarea"))&&("false"!=a.getAttribute("contentEditable")&& +a.data("cke-editable",a.hasAttribute("contenteditable")?"true":"1"),a.setAttribute("contentEditable",!1))});c.on("selectionChange",function(b){if(!c.readOnly){var e=c.getSelection();e&&!e.isLocked&&(e=c.checkDirty(),c.fire("lockSnapshot"),a(b),c.fire("unlockSnapshot"),!e&&c.resetDirty())}})});CKEDITOR.on("instanceCreated",function(a){var b=a.editor;b.on("mode",function(){var a=b.editable();if(a&&a.isInline()){var c=b.title;a.changeAttr("role","textbox");a.changeAttr("aria-multiline","true");a.changeAttr("aria-label", +c);c&&a.changeAttr("title",c);var e=b.fire("ariaEditorHelpLabel",{}).label;if(e&&(c=this.ui.space(this.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?"top":"contents"))){var d=CKEDITOR.tools.getNextId(),e=CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+d+'" class\x3d"cke_voice_label"\x3e'+e+"\x3c/span\x3e");c.append(e);a.changeAttr("aria-describedby",d)}}})});CKEDITOR.addCss(".cke_editable{cursor:text}.cke_editable img,.cke_editable input,.cke_editable textarea{cursor:default}");n=CKEDITOR.dom.walker.whitespaces(!0); +q=CKEDITOR.dom.walker.bookmark(!1,!0);y=CKEDITOR.dom.walker.empty();u=CKEDITOR.dom.walker.bogus();p=/(^|]*>)\s*<(p|div|address|h\d|center|pre)[^>]*>\s*(?:]*>| |\u00A0| )?\s*(:?<\/\2>)?\s*(?=$|<\/body>)/gi;v=function(){function a(b){return b.type==CKEDITOR.NODE_ELEMENT}function b(c,e){var d,g,f,h,m=[],k=e.range.startContainer;d=e.range.startPath();for(var k=n[k.getName()],l=0,q=c.getChildren(),G=q.count(),v=-1,r=-1,F=0,t=d.contains(n.$list);lCKEDITOR.env.version&&e.getChildCount()&&e.getFirst().remove())}return function(e){var d=e.startContainer,g=d.getAscendant("table",1),f=!1;c(g.getElementsByTag("td"));c(g.getElementsByTag("th"));g=e.clone();g.setStart(d,0);g= +a(g).lastBackward();g||(g=e.clone(),g.setEndAt(d,CKEDITOR.POSITION_BEFORE_END),g=a(g).lastForward(),f=!0);g||(g=d);g.is("table")?(e.setStartAt(g,CKEDITOR.POSITION_BEFORE_START),e.collapse(!0),g.remove()):(g.is({tbody:1,thead:1,tfoot:1})&&(g=b(g,"tr",f)),g.is("tr")&&(g=b(g,g.getParent().is("thead")?"th":"td",f)),(d=g.getBogus())&&d.remove(),e.moveToPosition(g,f?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END))}}();r=function(){function a(b){b=new CKEDITOR.dom.walker(b);b.guard=function(a, +b){if(b)return!1;if(a.type==CKEDITOR.NODE_ELEMENT)return a.is(CKEDITOR.dtd.$list)||a.is(CKEDITOR.dtd.$listItem)};b.evaluator=function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.is(CKEDITOR.dtd.$listItem)};return b}return function(b){var c=b.startContainer,e=!1,d;d=b.clone();d.setStart(c,0);d=a(d).lastBackward();d||(d=b.clone(),d.setEndAt(c,CKEDITOR.POSITION_BEFORE_END),d=a(d).lastForward(),e=!0);d||(d=c);d.is(CKEDITOR.dtd.$list)?(b.setStartAt(d,CKEDITOR.POSITION_BEFORE_START),b.collapse(!0),d.remove()): +((c=d.getBogus())&&c.remove(),b.moveToPosition(d,e?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END),b.select())}}();z={eol:{detect:function(a,b){var c=a.range,e=c.clone(),d=c.clone(),g=new CKEDITOR.dom.elementPath(c.startContainer,b),f=new CKEDITOR.dom.elementPath(c.endContainer,b);e.collapse(1);d.collapse();g.block&&e.checkBoundaryOfElement(g.block,CKEDITOR.END)&&(c.setStartAfter(g.block),a.prependEolBr=1);f.block&&d.checkBoundaryOfElement(f.block,CKEDITOR.START)&&(c.setEndBefore(f.block), +a.appendEolBr=1)},fix:function(a,b){var c=b.getDocument(),e;a.appendEolBr&&(e=this.createEolBr(c),a.fragment.append(e));!a.prependEolBr||e&&!e.getPrevious()||a.fragment.append(this.createEolBr(c),1)},createEolBr:function(a){return a.createElement("br",{attributes:{"data-cke-eol":1}})}},bogus:{exclude:function(a){var b=a.range.getBoundaryNodes(),c=b.startNode,b=b.endNode;!b||!u(b)||c&&c.equals(b)||a.range.setEndBefore(b)}},tree:{rebuild:function(a,b){var c=a.range,e=c.getCommonAncestor(),d=new CKEDITOR.dom.elementPath(e, +b),g=new CKEDITOR.dom.elementPath(c.startContainer,b),c=new CKEDITOR.dom.elementPath(c.endContainer,b),f;e.type==CKEDITOR.NODE_TEXT&&(e=e.getParent());if(d.blockLimit.is({tr:1,table:1})){var h=d.contains("table").getParent();f=function(a){return!a.equals(h)}}else if(d.block&&d.block.is(CKEDITOR.dtd.$listItem)&&(g=g.contains(CKEDITOR.dtd.$list),c=c.contains(CKEDITOR.dtd.$list),!g.equals(c))){var m=d.contains(CKEDITOR.dtd.$list).getParent();f=function(a){return!a.equals(m)}}f||(f=function(a){return!a.equals(d.block)&& +!a.equals(d.blockLimit)});this.rebuildFragment(a,b,e,f)},rebuildFragment:function(a,b,c,e){for(var d;c&&!c.equals(b)&&e(c);)d=c.clone(0,1),a.fragment.appendTo(d),a.fragment=d,c=c.getParent()}},cell:{shrink:function(a){a=a.range;var b=a.startContainer,c=a.endContainer,e=a.startOffset,d=a.endOffset;b.type==CKEDITOR.NODE_ELEMENT&&b.equals(c)&&b.is("tr")&&++e==d&&a.shrink(CKEDITOR.SHRINK_TEXT)}}};t=function(){function a(b,c){var e=b.getParent();if(e.is(CKEDITOR.dtd.$inline))b[c?"insertBefore":"insertAfter"](e)} +function b(c,e,d){a(e);a(d,1);for(var g;g=d.getNext();)g.insertAfter(e),e=g;y(c)&&c.remove()}function c(a,b){var e=new CKEDITOR.dom.range(a);e.setStartAfter(b.startNode);e.setEndBefore(b.endNode);return e}return{list:{detectMerge:function(a,b){var e=c(b,a.bookmark),d=e.startPath(),g=e.endPath(),f=d.contains(CKEDITOR.dtd.$list),h=g.contains(CKEDITOR.dtd.$list);a.mergeList=f&&h&&f.getParent().equals(h.getParent())&&!f.equals(h);a.mergeListItems=d.block&&g.block&&d.block.is(CKEDITOR.dtd.$listItem)&& +g.block.is(CKEDITOR.dtd.$listItem);if(a.mergeList||a.mergeListItems)e=e.clone(),e.setStartBefore(a.bookmark.startNode),e.setEndAfter(a.bookmark.endNode),a.mergeListBookmark=e.createBookmark()},merge:function(a,c){if(a.mergeListBookmark){var e=a.mergeListBookmark.startNode,d=a.mergeListBookmark.endNode,g=new CKEDITOR.dom.elementPath(e,c),f=new CKEDITOR.dom.elementPath(d,c);if(a.mergeList){var h=g.contains(CKEDITOR.dtd.$list),m=f.contains(CKEDITOR.dtd.$list);h.equals(m)||(m.moveChildren(h),m.remove())}a.mergeListItems&& +(g=g.contains(CKEDITOR.dtd.$listItem),f=f.contains(CKEDITOR.dtd.$listItem),g.equals(f)||b(f,e,d));e.remove();d.remove()}}},block:{detectMerge:function(a,b){if(!a.tableContentsRanges&&!a.mergeListBookmark){var c=new CKEDITOR.dom.range(b);c.setStartBefore(a.bookmark.startNode);c.setEndAfter(a.bookmark.endNode);a.mergeBlockBookmark=c.createBookmark()}},merge:function(a,c){if(a.mergeBlockBookmark&&!a.purgeTableBookmark){var e=a.mergeBlockBookmark.startNode,d=a.mergeBlockBookmark.endNode,g=new CKEDITOR.dom.elementPath(e, +c),f=new CKEDITOR.dom.elementPath(d,c),g=g.block,f=f.block;g&&f&&!g.equals(f)&&b(f,e,d);e.remove();d.remove()}}},table:function(){function a(c){var d=[],g,f=new CKEDITOR.dom.walker(c),h=c.startPath().contains(e),m=c.endPath().contains(e),k={};f.guard=function(a,f){if(a.type==CKEDITOR.NODE_ELEMENT){var l="visited_"+(f?"out":"in");if(a.getCustomData(l))return;CKEDITOR.dom.element.setMarker(k,a,l,1)}if(f&&h&&a.equals(h))g=c.clone(),g.setEndAt(h,CKEDITOR.POSITION_BEFORE_END),d.push(g);else if(!f&&m&& +a.equals(m))g=c.clone(),g.setStartAt(m,CKEDITOR.POSITION_AFTER_START),d.push(g);else{if(l=!f)l=a.type==CKEDITOR.NODE_ELEMENT&&a.is(e)&&(!h||b(a,h))&&(!m||b(a,m));if(!l&&(l=f))if(a.is(e))var l=h&&h.getAscendant("table",!0),n=m&&m.getAscendant("table",!0),q=a.getAscendant("table",!0),l=l&&l.contains(q)||n&&n.contains(q);else l=void 0;l&&(g=c.clone(),g.selectNodeContents(a),d.push(g))}};f.lastForward();CKEDITOR.dom.element.clearAllMarkers(k);return d}function b(a,c){var e=CKEDITOR.POSITION_CONTAINS+ +CKEDITOR.POSITION_IS_CONTAINED,d=a.getPosition(c);return d===CKEDITOR.POSITION_IDENTICAL?!1:0===(d&e)}var e={td:1,th:1,caption:1};return{detectPurge:function(a){var b=a.range,c=b.clone();c.enlarge(CKEDITOR.ENLARGE_ELEMENT);var c=new CKEDITOR.dom.walker(c),d=0;c.evaluator=function(a){a.type==CKEDITOR.NODE_ELEMENT&&a.is(e)&&++d};c.checkForward();if(1g&&d&&d.intersectsNode(c.$)){var f=[{node:e.anchorNode,offset:e.anchorOffset},{node:e.focusNode,offset:e.focusOffset}];e.anchorNode==c.$&&e.anchorOffset>g&&(f[0].offset-=g);e.focusNode==c.$&&e.focusOffset>g&&(f[1].offset-=g)}}c.setText(q(c.getText(),1));f&&(c=a.getDocument().$, +e=c.getSelection(),c=c.createRange(),c.setStart(f[0].node,f[0].offset),c.collapse(!0),e.removeAllRanges(),e.addRange(c),e.extend(f[1].node,f[1].offset))}}function q(a,b){return b?a.replace(z,function(a,b){return b?" ":""}):a.replace(r,"")}function y(a,b){var c=b&&CKEDITOR.tools.htmlEncode(b)||"\x26nbsp;",c=CKEDITOR.dom.element.createFromHtml('\x3cdiv data-cke-hidden-sel\x3d"1" data-cke-temp\x3d"1" style\x3d"'+(CKEDITOR.env.ie&&14>CKEDITOR.env.version?"display:none":"position:fixed;top:0;left:-1000px;width:0;height:0;overflow:hidden;")+ +'"\x3e'+c+"\x3c/div\x3e",a.document);a.fire("lockSnapshot");a.editable().append(c);var e=a.getSelection(1),d=a.createRange(),g=e.root.on("selectionchange",function(a){a.cancel()},null,null,0);d.setStartAt(c,CKEDITOR.POSITION_AFTER_START);d.setEndAt(c,CKEDITOR.POSITION_BEFORE_END);e.selectRanges([d]);g.removeListener();a.fire("unlockSnapshot");a._.hiddenSelectionContainer=c}function u(a){var b={37:1,39:1,8:1,46:1};return function(c){var e=c.data.getKeystroke();if(b[e]){var d=a.getSelection().getRanges(), +g=d[0];1==d.length&&g.collapsed&&(e=g[38>e?"getPreviousEditableNode":"getNextEditableNode"]())&&e.type==CKEDITOR.NODE_ELEMENT&&"false"==e.getAttribute("contenteditable")&&(a.getSelection().fake(e),c.data.preventDefault(),c.cancel())}}}function p(a){for(var b=0;b=e.getLength()?h.setStartAfter(e):h.setStartBefore(e));d&&d.type==CKEDITOR.NODE_TEXT&&(f?h.setEndAfter(d):h.setEndBefore(d));e=new CKEDITOR.dom.walker(h);e.evaluator=function(e){if(e.type==CKEDITOR.NODE_ELEMENT&&e.isReadOnly()){var d=c.clone();c.setEndBefore(e);c.collapsed&&a.splice(b--,1);e.getPosition(h.endContainer)& +CKEDITOR.POSITION_CONTAINS||(d.setStartAfter(e),d.collapsed||a.splice(b+1,0,d));return!0}return!1};e.next()}}return a}var v="function"!=typeof window.getSelection,w=1,r=CKEDITOR.tools.repeat("​",7),z=new RegExp(r+"( )?","g"),t,x,A,B=CKEDITOR.dom.walker.invisible(1),C=function(){function a(b){return function(a){var c=a.editor.createRange();c.moveToClosestEditablePosition(a.selected,b)&&a.editor.getSelection().selectRanges([c]);return!1}}function b(a){return function(b){var c=b.editor,e=c.createRange(), +d;if(!c.readOnly)return(d=e.moveToClosestEditablePosition(b.selected,a))||(d=e.moveToClosestEditablePosition(b.selected,!a)),d&&c.getSelection().selectRanges([e]),c.fire("saveSnapshot"),b.selected.remove(),d||(e.moveToElementEditablePosition(c.editable()),c.getSelection().selectRanges([e])),c.fire("saveSnapshot"),!1}}var c=a(),e=a(1);return{37:c,38:c,39:e,40:e,8:b(),46:b(1)}}();CKEDITOR.on("instanceCreated",function(a){function b(){var a=c.getSelection();a&&a.removeAllRanges()}var c=a.editor;c.on("contentDom", +function(){function a(){t=new CKEDITOR.dom.selection(c.getSelection());t.lock()}function b(){g.removeListener("mouseup",b);m.removeListener("mouseup",b);var a=CKEDITOR.document.$.selection,c=a.createRange();"None"!=a.type&&c.parentElement()&&c.parentElement().ownerDocument==d.$&&c.select()}function e(a){a=a.getRanges()[0];return a?(a=a.startContainer.getAscendant(function(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasAttribute("contenteditable")},!0))&&"false"===a.getAttribute("contenteditable")? +a:null:null}var d=c.document,g=CKEDITOR.document,f=c.editable(),h=d.getBody(),m=d.getDocumentElement(),q=f.isInline(),r,t;CKEDITOR.env.gecko&&f.attachListener(f,"focus",function(a){a.removeListener();0!==r&&(a=c.getSelection().getNative())&&a.isCollapsed&&a.anchorNode==f.$&&(a=c.createRange(),a.moveToElementEditStart(f),a.select())},null,null,-2);f.attachListener(f,CKEDITOR.env.webkit||CKEDITOR.env.gecko?"focusin":"focus",function(){if(r&&(CKEDITOR.env.webkit||CKEDITOR.env.gecko)){r=c._.previousActive&& +c._.previousActive.equals(d.getActive());var a=null!=c._.previousScrollTop&&c._.previousScrollTop!=f.$.scrollTop;CKEDITOR.env.webkit&&r&&a&&(f.$.scrollTop=c._.previousScrollTop)}c.unlockSelection(r);r=0},null,null,-1);f.attachListener(f,"mousedown",function(){r=0});if(CKEDITOR.env.ie||q)v?f.attachListener(f,"beforedeactivate",a,null,null,-1):f.attachListener(c,"selectionCheck",a,null,null,-1),f.attachListener(f,CKEDITOR.env.webkit||CKEDITOR.env.gecko?"focusout":"blur",function(){c.lockSelection(t); +r=1},null,null,-1),f.attachListener(f,"mousedown",function(){r=0});if(CKEDITOR.env.ie&&!q){var w;f.attachListener(f,"mousedown",function(a){2==a.data.$.button&&((a=c.document.getSelection())&&a.getType()!=CKEDITOR.SELECTION_NONE||(w=c.window.getScrollPosition()))});f.attachListener(f,"mouseup",function(a){2==a.data.$.button&&w&&(c.document.$.documentElement.scrollLeft=w.x,c.document.$.documentElement.scrollTop=w.y);w=null});if("BackCompat"!=d.$.compatMode){if(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat){var z, +y;m.on("mousedown",function(a){function b(a){a=a.data.$;if(z){var c=h.$.createTextRange();try{c.moveToPoint(a.clientX,a.clientY)}catch(e){}z.setEndPoint(0>y.compareEndPoints("StartToStart",c)?"EndToEnd":"StartToStart",c);z.select()}}function c(){m.removeListener("mousemove",b);g.removeListener("mouseup",c);m.removeListener("mouseup",c);z.select()}a=a.data;if(a.getTarget().is("html")&&a.$.yCKEDITOR.env.version)m.on("mousedown",function(a){a.data.getTarget().is("html")&&(g.on("mouseup",b),m.on("mouseup",b))})}}f.attachListener(f,"selectionchange",l,c);f.attachListener(f,"keyup",k,c);f.attachListener(f,"touchstart",k,c);f.attachListener(f,"touchend",k,c);CKEDITOR.env.ie&&f.attachListener(f,"keydown",function(a){var b=this.getSelection(1),c=e(b);c&&!c.equals(f)&&(b.selectElement(c),a.data.preventDefault())}, +c);f.attachListener(f,CKEDITOR.env.webkit||CKEDITOR.env.gecko?"focusin":"focus",function(){c.forceNextSelectionCheck();c.selectionChange(1)});if(q&&(CKEDITOR.env.webkit||CKEDITOR.env.gecko)){var p;f.attachListener(f,"mousedown",function(){p=1});f.attachListener(d.getDocumentElement(),"mouseup",function(){p&&k.call(c);p=0})}else f.attachListener(CKEDITOR.env.ie?f:d.getDocumentElement(),"mouseup",k,c);CKEDITOR.env.webkit&&f.attachListener(d,"keydown",function(a){switch(a.data.getKey()){case 13:case 33:case 34:case 35:case 36:case 37:case 39:case 8:case 45:case 46:f.hasFocus&& +n(f)}},null,null,-1);f.attachListener(f,"keydown",u(c),null,null,-1)});c.on("setData",function(){c.unlockSelection();CKEDITOR.env.webkit&&b()});c.on("contentDomUnload",function(){c.unlockSelection()});if(CKEDITOR.env.ie9Compat)c.on("beforeDestroy",b,null,null,9);c.on("dataReady",function(){delete c._.fakeSelection;delete c._.hiddenSelectionContainer;c.selectionChange(1)});c.on("loadSnapshot",function(){var a=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_ELEMENT),b=c.editable().getLast(a);b&&b.hasAttribute("data-cke-hidden-sel")&& +(b.remove(),CKEDITOR.env.gecko&&(a=c.editable().getFirst(a))&&a.is("br")&&a.getAttribute("_moz_editor_bogus_node")&&a.remove())},null,null,100);c.on("key",function(a){if("wysiwyg"==c.mode){var b=c.getSelection();if(b.isFake){var e=C[a.data.keyCode];if(e)return e({editor:c,selected:b.getSelectedElement(),selection:b,keyEvent:a})}}})});if(CKEDITOR.env.webkit)CKEDITOR.on("instanceReady",function(a){var b=a.editor;b.on("selectionChange",function(){var a=b.editable(),c=a.getCustomData("cke-fillingChar"); +c&&(c.getCustomData("ready")?(n(a),a.editor.fire("selectionCheck")):c.setCustomData("ready",1))},null,null,-1);b.on("beforeSetMode",function(){n(b.editable())},null,null,-1);b.on("getSnapshot",function(a){a.data&&(a.data=q(a.data))},b,null,20);b.on("toDataFormat",function(a){a.data.dataValue=q(a.data.dataValue)},null,null,0)});CKEDITOR.editor.prototype.selectionChange=function(a){(a?l:k).call(this)};CKEDITOR.editor.prototype.getSelection=function(a){return!this._.savedSelection&&!this._.fakeSelection|| +a?(a=this.editable())&&"wysiwyg"==this.mode?new CKEDITOR.dom.selection(a):null:this._.savedSelection||this._.fakeSelection};CKEDITOR.editor.prototype.lockSelection=function(a){a=a||this.getSelection(1);return a.getType()!=CKEDITOR.SELECTION_NONE?(!a.isLocked&&a.lock(),this._.savedSelection=a,!0):!1};CKEDITOR.editor.prototype.unlockSelection=function(a){var b=this._.savedSelection;return b?(b.unlock(a),delete this._.savedSelection,!0):!1};CKEDITOR.editor.prototype.forceNextSelectionCheck=function(){delete this._.selectionPreviousPath}; +CKEDITOR.dom.document.prototype.getSelection=function(){return new CKEDITOR.dom.selection(this)};CKEDITOR.dom.range.prototype.select=function(){var a=this.root instanceof CKEDITOR.editable?this.root.editor.getSelection():new CKEDITOR.dom.selection(this.root);a.selectRanges([this]);return a};CKEDITOR.SELECTION_NONE=1;CKEDITOR.SELECTION_TEXT=2;CKEDITOR.SELECTION_ELEMENT=3;CKEDITOR.dom.selection=function(a){if(a instanceof CKEDITOR.dom.selection){var b=a;a=a.root}var c=a instanceof CKEDITOR.dom.element; +this.rev=b?b.rev:w++;this.document=a instanceof CKEDITOR.dom.document?a:a.getDocument();this.root=c?a:this.document.getBody();this.isLocked=0;this._={cache:{}};if(b)return CKEDITOR.tools.extend(this._.cache,b._.cache),this.isFake=b.isFake,this.isLocked=b.isLocked,this;a=this.getNative();var e,d;if(a)if(a.getRangeAt)e=(d=a.rangeCount&&a.getRangeAt(0))&&new CKEDITOR.dom.node(d.commonAncestorContainer);else{try{d=a.createRange()}catch(g){}e=d&&CKEDITOR.dom.element.get(d.item&&d.item(0)||d.parentElement())}if(!e|| +e.type!=CKEDITOR.NODE_ELEMENT&&e.type!=CKEDITOR.NODE_TEXT||!this.root.equals(e)&&!this.root.contains(e))this._.cache.type=CKEDITOR.SELECTION_NONE,this._.cache.startElement=null,this._.cache.selectedElement=null,this._.cache.selectedText="",this._.cache.ranges=new CKEDITOR.dom.rangeList;return this};var H={img:1,hr:1,li:1,table:1,tr:1,td:1,th:1,embed:1,object:1,ol:1,ul:1,a:1,input:1,form:1,select:1,textarea:1,button:1,fieldset:1,thead:1,tfoot:1};CKEDITOR.tools.extend(CKEDITOR.dom.selection,{_removeFillingCharSequenceString:q, +_createFillingCharSequenceNode:e,FILLING_CHAR_SEQUENCE:r});CKEDITOR.dom.selection.prototype={getNative:function(){return void 0!==this._.cache.nativeSel?this._.cache.nativeSel:this._.cache.nativeSel=v?this.document.$.selection:this.document.getWindow().$.getSelection()},getType:v?function(){var a=this._.cache;if(a.type)return a.type;var b=CKEDITOR.SELECTION_NONE;try{var c=this.getNative(),e=c.type;"Text"==e&&(b=CKEDITOR.SELECTION_TEXT);"Control"==e&&(b=CKEDITOR.SELECTION_ELEMENT);c.createRange().parentElement()&& +(b=CKEDITOR.SELECTION_TEXT)}catch(d){}return a.type=b}:function(){var a=this._.cache;if(a.type)return a.type;var b=CKEDITOR.SELECTION_TEXT,c=this.getNative();if(!c||!c.rangeCount)b=CKEDITOR.SELECTION_NONE;else if(1==c.rangeCount){var c=c.getRangeAt(0),e=c.startContainer;e==c.endContainer&&1==e.nodeType&&1==c.endOffset-c.startOffset&&H[e.childNodes[c.startOffset].nodeName.toLowerCase()]&&(b=CKEDITOR.SELECTION_ELEMENT)}return a.type=b},getRanges:function(){var a=v?function(){function a(b){return(new CKEDITOR.dom.node(b)).getIndex()} +var b=function(b,c){b=b.duplicate();b.collapse(c);var e=b.parentElement();if(!e.hasChildNodes())return{container:e,offset:0};for(var d=e.children,g,f,h=b.duplicate(),m=0,k=d.length-1,l=-1,n,q;m<=k;)if(l=Math.floor((m+k)/2),g=d[l],h.moveToElementText(g),n=h.compareEndPoints("StartToStart",b),0n)m=l+1;else return{container:e,offset:a(g)};if(-1==l||l==d.length-1&&0>n){h.moveToElementText(e);h.setEndPoint("StartToStart",b);h=h.text.replace(/(\r\n|\r)/g,"\n").length;d=e.childNodes;if(!h)return g= +d[d.length-1],g.nodeType!=CKEDITOR.NODE_TEXT?{container:e,offset:d.length}:{container:g,offset:g.nodeValue.length};for(e=d.length;0]*>)[ \t\r\n]*/gi,"$1");f=f.replace(/([ \t\n\r]+| )/g, +" ");f=f.replace(/]*>/gi,"\n");if(CKEDITOR.env.ie){var h=a.getDocument().createElement("div");h.append(g);g.$.outerHTML="\x3cpre\x3e"+f+"\x3c/pre\x3e";g.copyAttributes(h.getFirst());g=h.getFirst().remove()}else g.setHtml(f);b=g}else f?b=q(c?[a.getHtml()]:e(a),b):a.moveChildren(b);b.replace(a);if(d){var c=b,m;(m=c.getPrevious(E))&&m.type==CKEDITOR.NODE_ELEMENT&&m.is("pre")&&(d=n(m.getHtml(),/\n$/,"")+"\n\n"+n(c.getHtml(),/^\n/,""),CKEDITOR.env.ie?c.$.outerHTML="\x3cpre\x3e"+d+"\x3c/pre\x3e": +c.setHtml(d),m.remove())}else c&&v(b)}function e(a){var b=[];n(a.getOuterHtml(),/(\S\s*)\n(?:\s|(]+data-cke-bookmark.*?\/span>))*\n(?!$)/gi,function(a,b,c){return b+"\x3c/pre\x3e"+c+"\x3cpre\x3e"}).replace(/([\s\S]*?)<\/pre>/gi,function(a,c){b.push(c)});return b}function n(a,b,c){var e="",d="";a=a.replace(/(^]+data-cke-bookmark.*?\/span>)|(]+data-cke-bookmark.*?\/span>$)/gi,function(a,b,c){b&&(e=b);c&&(d=c);return""});return e+a.replace(b,c)+d}function q(a,b){var c; +1=c?(l=d.createText(""),l.insertAfter(this)):(a=d.createText(""),a.insertAfter(l),a.remove()));return l},substring:function(a,f){return"number"!=typeof f?this.$.nodeValue.substr(a):this.$.nodeValue.substring(a,f)}}),function(){function a(a,c,d){var f=a.serializable,k=c[d?"endContainer":"startContainer"],g=d?"endOffset":"startOffset",h=f?c.document.getById(a.startNode):a.startNode;a=f?c.document.getById(a.endNode):a.endNode;k.equals(h.getPrevious())? +(c.startOffset=c.startOffset-k.getLength()-a.getPrevious().getLength(),k=a.getNext()):k.equals(a.getPrevious())&&(c.startOffset-=k.getLength(),k=a.getNext());k.equals(h.getParent())&&c[g]++;k.equals(a.getParent())&&c[g]++;c[d?"endContainer":"startContainer"]=k;return c}CKEDITOR.dom.rangeList=function(a){if(a instanceof CKEDITOR.dom.rangeList)return a;a?a instanceof CKEDITOR.dom.range&&(a=[a]):a=[];return CKEDITOR.tools.extend(a,f)};var f={createIterator:function(){var a=this,c=CKEDITOR.dom.walker.bookmark(), +d=[],f;return{getNextRange:function(k){f=void 0===f?0:f+1;var g=a[f];if(g&&1b?-1:1}),g=0,f;gCKEDITOR.env.version?a[h].$.styleSheet.cssText+=f:a[h].$.innerHTML+=f}}var l={};CKEDITOR.skin={path:a,loadPart:function(c, +e){CKEDITOR.skin.name!=CKEDITOR.skinName.split(",")[0]?CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(a()+"skin.js"),function(){b(c,e)}):b(c,e)},getPath:function(a){return CKEDITOR.getUrl(f(a))},icons:{},addIcon:function(a,b,c,d){a=a.toLowerCase();this.icons[a]||(this.icons[a]={path:b,offset:c||0,bgsize:d||"16px"})},getIconStyle:function(a,b,c,d,g){var f;a&&(a=a.toLowerCase(),b&&(f=this.icons[a+"-rtl"]),f||(f=this.icons[a]));a=c||f&&f.path||"";d=d||f&&f.offset;g=g||f&&f.bgsize||"16px";a&&(a=a.replace(/'/g, +"\\'"));return a&&"background-image:url('"+CKEDITOR.getUrl(a)+"');background-position:0 "+d+"px;background-size:"+g+";"}};CKEDITOR.tools.extend(CKEDITOR.editor.prototype,{getUiColor:function(){return this.uiColor},setUiColor:function(a){var b=c(CKEDITOR.document);return(this.setUiColor=function(a){this.uiColor=a;var c=CKEDITOR.skin.chameleon,f="",m="";"function"==typeof c&&(f=c(this,"editor"),m=c(this,"panel"));a=[[h,a]];d([b],f,a);d(g,m,a)}).call(this,a)}});var k="cke_ui_color",g=[],h=/\$color/g; +CKEDITOR.on("instanceLoaded",function(a){if(!CKEDITOR.env.ie||!CKEDITOR.env.quirks){var b=a.editor;a=function(a){a=(a.data[0]||a.data).element.getElementsByTag("iframe").getItem(0).getFrameDocument();if(!a.getById("cke_ui_color")){var f=c(a);g.push(f);b.on("destroy",function(){g=CKEDITOR.tools.array.filter(g,function(a){return f!==a})});(a=b.getUiColor())&&d([f],CKEDITOR.skin.chameleon(b,"panel"),[[h,a]])}};b.on("panelShow",a);b.on("menuShow",a);b.config.uiColor&&b.setUiColor(b.config.uiColor)}})}(), +function(){if(CKEDITOR.env.webkit)CKEDITOR.env.hc=!1;else{var a=CKEDITOR.dom.element.createFromHtml('\x3cdiv style\x3d"width:0;height:0;position:absolute;left:-10000px;border:1px solid;border-color:red blue"\x3e\x3c/div\x3e',CKEDITOR.document);a.appendTo(CKEDITOR.document.getHead());try{var f=a.getComputedStyle("border-top-color"),b=a.getComputedStyle("border-right-color");CKEDITOR.env.hc=!(!f||f!=b)}catch(c){CKEDITOR.env.hc=!1}a.remove()}CKEDITOR.env.hc&&(CKEDITOR.env.cssClass+=" cke_hc");CKEDITOR.document.appendStyleText(".cke{visibility:hidden;}"); +CKEDITOR.status="loaded";CKEDITOR.fireOnce("loaded");if(a=CKEDITOR._.pending)for(delete CKEDITOR._.pending,f=0;ff;f++){var k=f,g;g=parseInt(d[f],16);g=("0"+(0>c?0|g*(1+c):0| +g+(255-g)*c).toString(16)).slice(-2);d[k]=g}return"#"+d.join("")}}(),f={editor:new CKEDITOR.template("{id}.cke_chrome [border-color:{defaultBorder};] {id} .cke_top [ background-color:{defaultBackground};border-bottom-color:{defaultBorder};] {id} .cke_bottom [background-color:{defaultBackground};border-top-color:{defaultBorder};] {id} .cke_resizer [border-right-color:{ckeResizer}] {id} .cke_dialog_title [background-color:{defaultBackground};border-bottom-color:{defaultBorder};] {id} .cke_dialog_footer [background-color:{defaultBackground};outline-color:{defaultBorder};] {id} .cke_dialog_tab [background-color:{dialogTab};border-color:{defaultBorder};] {id} .cke_dialog_tab:hover [background-color:{lightBackground};] {id} .cke_dialog_contents [border-top-color:{defaultBorder};] {id} .cke_dialog_tab_selected, {id} .cke_dialog_tab_selected:hover [background:{dialogTabSelected};border-bottom-color:{dialogTabSelectedBorder};] {id} .cke_dialog_body [background:{dialogBody};border-color:{defaultBorder};] {id} a.cke_button_off:hover,{id} a.cke_button_off:focus,{id} a.cke_button_off:active [background-color:{darkBackground};border-color:{toolbarElementsBorder};] {id} .cke_button_on [background-color:{ckeButtonOn};border-color:{toolbarElementsBorder};] {id} .cke_toolbar_separator,{id} .cke_toolgroup a.cke_button:last-child:after,{id} .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after [background-color: {toolbarElementsBorder};border-color: {toolbarElementsBorder};] {id} a.cke_combo_button:hover,{id} a.cke_combo_button:focus,{id} .cke_combo_on a.cke_combo_button [border-color:{toolbarElementsBorder};background-color:{darkBackground};] {id} .cke_combo:after [border-color:{toolbarElementsBorder};] {id} .cke_path_item [color:{elementsPathColor};] {id} a.cke_path_item:hover,{id} a.cke_path_item:focus,{id} a.cke_path_item:active [background-color:{darkBackground};] {id}.cke_panel [border-color:{defaultBorder};] "), +panel:new CKEDITOR.template(".cke_panel_grouptitle [background-color:{lightBackground};border-color:{defaultBorder};] .cke_menubutton_icon [background-color:{menubuttonIcon};] .cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active [background-color:{menubuttonHover};] .cke_menubutton:hover .cke_menubutton_icon, .cke_menubutton:focus .cke_menubutton_icon, .cke_menubutton:active .cke_menubutton_icon [background-color:{menubuttonIconHover};] .cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon [background-color:{menubuttonIcon};] .cke_menuseparator [background-color:{menubuttonIcon};] a:hover.cke_colorbox, a:active.cke_colorbox [border-color:{defaultBorder};] a:hover.cke_colorauto, a:hover.cke_colormore, a:active.cke_colorauto, a:active.cke_colormore [background-color:{ckeColorauto};border-color:{defaultBorder};] ")}; +return function(b,c){var d=a(b.uiColor,.4),d={id:"."+b.id,defaultBorder:a(d,-.2),toolbarElementsBorder:a(d,-.25),defaultBackground:d,lightBackground:a(d,.8),darkBackground:a(d,-.15),ckeButtonOn:a(d,.4),ckeResizer:a(d,-.4),ckeColorauto:a(d,.8),dialogBody:a(d,.7),dialogTab:a(d,.65),dialogTabSelected:"#FFF",dialogTabSelectedBorder:"#FFF",elementsPathColor:a(d,-.6),menubuttonHover:a(d,.1),menubuttonIcon:a(d,.5),menubuttonIconHover:a(d,.3)};return f[c].output(d).replace(/\[/g,"{").replace(/\]/g,"}")}}(), +CKEDITOR.plugins.add("dialogui",{onLoad:function(){var a=function(a){this._||(this._={});this._["default"]=this._.initValue=a["default"]||"";this._.required=a.required||!1;for(var b=[this._],c=1;carguments.length)){var g=a.call(this,c);g.labelId=CKEDITOR.tools.getNextId()+ +"_label";this._.children=[];var f={role:c.role||"presentation"};c.includeLabel&&(f["aria-labelledby"]=g.labelId);CKEDITOR.ui.dialog.uiElement.call(this,b,c,e,"div",null,f,function(){var a=[],e=c.required?" cke_required":"";"horizontal"!=c.labelLayout?a.push('\x3clabel class\x3d"cke_dialog_ui_labeled_label'+e+'" ',' id\x3d"'+g.labelId+'"',g.inputId?' for\x3d"'+g.inputId+'"':"",(c.labelStyle?' style\x3d"'+c.labelStyle+'"':"")+"\x3e",c.label,"\x3c/label\x3e",'\x3cdiv class\x3d"cke_dialog_ui_labeled_content"', +c.controlStyle?' style\x3d"'+c.controlStyle+'"':"",' role\x3d"presentation"\x3e',d.call(this,b,c),"\x3c/div\x3e"):(e={type:"hbox",widths:c.widths,padding:0,children:[{type:"html",html:'\x3clabel class\x3d"cke_dialog_ui_labeled_label'+e+'" id\x3d"'+g.labelId+'" for\x3d"'+g.inputId+'"'+(c.labelStyle?' style\x3d"'+c.labelStyle+'"':"")+"\x3e"+CKEDITOR.tools.htmlEncode(c.label)+"\x3c/label\x3e"},{type:"html",html:'\x3cspan class\x3d"cke_dialog_ui_labeled_content"'+(c.controlStyle?' style\x3d"'+c.controlStyle+ +'"':"")+"\x3e"+d.call(this,b,c)+"\x3c/span\x3e"}]},CKEDITOR.dialog._.uiElementBuilders.hbox.build(b,e,a));return a.join("")})}},textInput:function(b,c,e){if(!(3>arguments.length)){a.call(this,c);var d=this._.inputId=CKEDITOR.tools.getNextId()+"_textInput",f={"class":"cke_dialog_ui_input_"+c.type,id:d,type:c.type};c.validate&&(this.validate=c.validate);c.maxLength&&(f.maxlength=c.maxLength);c.size&&(f.size=c.size);c.inputStyle&&(f.style=c.inputStyle);var k=this,l=!1;b.on("load",function(){k.getInputElement().on("keydown", +function(a){13==a.data.getKeystroke()&&(l=!0)});k.getInputElement().on("keyup",function(a){13==a.data.getKeystroke()&&l&&(b.getButton("ok")&&setTimeout(function(){b.getButton("ok").click()},0),l=!1);k.bidi&&g.call(k,a)},null,null,1E3)});CKEDITOR.ui.dialog.labeledElement.call(this,b,c,e,function(){var a=['\x3cdiv class\x3d"cke_dialog_ui_input_',c.type,'" role\x3d"presentation"'];c.width&&a.push('style\x3d"width:'+c.width+'" ');a.push("\x3e\x3cinput ");f["aria-labelledby"]=this._.labelId;this._.required&& +(f["aria-required"]=this._.required);for(var b in f)a.push(b+'\x3d"'+f[b]+'" ');a.push(" /\x3e\x3c/div\x3e");return a.join("")})}},textarea:function(b,c,e){if(!(3>arguments.length)){a.call(this,c);var d=this,f=this._.inputId=CKEDITOR.tools.getNextId()+"_textarea",k={};c.validate&&(this.validate=c.validate);k.rows=c.rows||5;k.cols=c.cols||20;k["class"]="cke_dialog_ui_input_textarea "+(c["class"]||"");"undefined"!=typeof c.inputStyle&&(k.style=c.inputStyle);c.dir&&(k.dir=c.dir);if(d.bidi)b.on("load", +function(){d.getInputElement().on("keyup",g)},d);CKEDITOR.ui.dialog.labeledElement.call(this,b,c,e,function(){k["aria-labelledby"]=this._.labelId;this._.required&&(k["aria-required"]=this._.required);var a=['\x3cdiv class\x3d"cke_dialog_ui_input_textarea" role\x3d"presentation"\x3e\x3ctextarea id\x3d"',f,'" '],b;for(b in k)a.push(b+'\x3d"'+CKEDITOR.tools.htmlEncode(k[b])+'" ');a.push("\x3e",CKEDITOR.tools.htmlEncode(d._["default"]),"\x3c/textarea\x3e\x3c/div\x3e");return a.join("")})}},checkbox:function(b, +c,e){if(!(3>arguments.length)){var d=a.call(this,c,{"default":!!c["default"]});c.validate&&(this.validate=c.validate);CKEDITOR.ui.dialog.uiElement.call(this,b,c,e,"span",null,null,function(){var a=CKEDITOR.tools.extend({},c,{id:c.id?c.id+"_checkbox":CKEDITOR.tools.getNextId()+"_checkbox"},!0),e=[],g=CKEDITOR.tools.getNextId()+"_label",f={"class":"cke_dialog_ui_checkbox_input",type:"checkbox","aria-labelledby":g};k(a);c["default"]&&(f.checked="checked");"undefined"!=typeof a.inputStyle&&(a.style=a.inputStyle); +d.checkbox=new CKEDITOR.ui.dialog.uiElement(b,a,e,"input",null,f);e.push(' \x3clabel id\x3d"',g,'" for\x3d"',f.id,'"'+(c.labelStyle?' style\x3d"'+c.labelStyle+'"':"")+"\x3e",CKEDITOR.tools.htmlEncode(c.label),"\x3c/label\x3e");return e.join("")})}},radio:function(b,c,e){if(!(3>arguments.length)){a.call(this,c);this._["default"]||(this._["default"]=this._.initValue=c.items[0][1]);c.validate&&(this.validate=c.validate);var d=[],g=this;c.role="radiogroup";c.includeLabel=!0;CKEDITOR.ui.dialog.labeledElement.call(this, +b,c,e,function(){for(var a=[],e=[],f=(c.id?c.id:CKEDITOR.tools.getNextId())+"_radio",l=0;larguments.length)){var d=a.call(this,c);c.validate&&(this.validate=c.validate);d.inputId=CKEDITOR.tools.getNextId()+"_select";CKEDITOR.ui.dialog.labeledElement.call(this,b,c,e,function(){var a=CKEDITOR.tools.extend({},c,{id:c.id?c.id+"_select":CKEDITOR.tools.getNextId()+"_select"},!0),e=[],g=[],f={id:d.inputId,"class":"cke_dialog_ui_input_select","aria-labelledby":this._.labelId};e.push('\x3cdiv class\x3d"cke_dialog_ui_input_', +c.type,'" role\x3d"presentation"');c.width&&e.push('style\x3d"width:'+c.width+'" ');e.push("\x3e");void 0!==c.size&&(f.size=c.size);void 0!==c.multiple&&(f.multiple=c.multiple);k(a);for(var l=0,w;larguments.length)){void 0===c["default"]&&(c["default"]="");var d=CKEDITOR.tools.extend(a.call(this,c),{definition:c,buttons:[]});c.validate&&(this.validate=c.validate);b.on("load",function(){CKEDITOR.document.getById(d.frameId).getParent().addClass("cke_dialog_ui_input_file")});CKEDITOR.ui.dialog.labeledElement.call(this,b,c,e,function(){d.frameId=CKEDITOR.tools.getNextId()+"_fileInput";var a=['\x3ciframe frameborder\x3d"0" allowtransparency\x3d"0" class\x3d"cke_dialog_ui_input_file" role\x3d"presentation" id\x3d"', +d.frameId,'" title\x3d"',c.label,'" src\x3d"javascript:void('];a.push(CKEDITOR.env.ie?"(function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.close();")+"})()":"0");a.push(')"\x3e\x3c/iframe\x3e');return a.join("")})}},fileButton:function(b,c,e){var d=this;if(!(3>arguments.length)){a.call(this,c);c.validate&&(this.validate=c.validate);var g=CKEDITOR.tools.extend({},c),f=g.onClick;g.className=(g.className?g.className+" ":"")+"cke_dialog_ui_button";g.onClick=function(a){var e= +c["for"];a=f?f.call(this,a):!1;!1!==a&&("xhr"!==a&&b.getContentElement(e[0],e[1]).submit(),this.disable())};b.on("load",function(){b.getContentElement(c["for"][0],c["for"][1])._.buttons.push(d)});CKEDITOR.ui.dialog.button.call(this,b,g,e)}},html:function(){var a=/^\s*<[\w:]+\s+([^>]*)?>/,b=/^(\s*<[\w:]+(?:\s+[^>]*)?)((?:.|\r|\n)+)$/,c=/\/$/;return function(d,g,f){if(!(3>arguments.length)){var k=[],l=g.html;"\x3c"!=l.charAt(0)&&(l="\x3cspan\x3e"+l+"\x3c/span\x3e");var v=g.focus;if(v){var w=this.focus; +this.focus=function(){("function"==typeof v?v:w).call(this);this.fire("focus")};g.isFocusable&&(this.isFocusable=this.isFocusable);this.keyboardFocusable=!0}CKEDITOR.ui.dialog.uiElement.call(this,d,g,k,"span",null,null,"");k=k.join("").match(a);l=l.match(b)||["","",""];c.test(l[1])&&(l[1]=l[1].slice(0,-1),l[2]="/"+l[2]);f.push([l[1]," ",k[1]||"",l[2]].join(""))}}}(),fieldset:function(a,b,c,d,g){var f=g.label;this._={children:b};CKEDITOR.ui.dialog.uiElement.call(this,a,g,d,"fieldset",null,null,function(){var a= +[];f&&a.push("\x3clegend"+(g.labelStyle?' style\x3d"'+g.labelStyle+'"':"")+"\x3e"+f+"\x3c/legend\x3e");for(var b=0;bb.getChildCount()?(new CKEDITOR.dom.text(a,CKEDITOR.document)).appendTo(b):b.getChild(0).$.nodeValue= +a;return this},getLabel:function(){var a=CKEDITOR.document.getById(this._.labelId);return!a||1>a.getChildCount()?"":a.getChild(0).getText()},eventProcessors:d},!0);CKEDITOR.ui.dialog.button.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{click:function(){return this._.disabled?!1:this.fire("click",{dialog:this._.dialog})},enable:function(){this._.disabled=!1;var a=this.getElement();a&&a.removeClass("cke_disabled")},disable:function(){this._.disabled=!0;this.getElement().addClass("cke_disabled")}, +isVisible:function(){return this.getElement().getFirst().isVisible()},isEnabled:function(){return!this._.disabled},eventProcessors:CKEDITOR.tools.extend({},CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors,{onClick:function(a,b){this.on("click",function(){b.apply(this,arguments)})}},!0),accessKeyUp:function(){this.click()},accessKeyDown:function(){this.focus()},keyboardFocusable:!0},!0);CKEDITOR.ui.dialog.textInput.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement,{getInputElement:function(){return CKEDITOR.document.getById(this._.inputId)}, +focus:function(){var a=this.selectParentTab();setTimeout(function(){var b=a.getInputElement();b&&b.$.focus()},0)},select:function(){var a=this.selectParentTab();setTimeout(function(){var b=a.getInputElement();b&&(b.$.focus(),b.$.select())},0)},accessKeyUp:function(){this.select()},setValue:function(a){if(this.bidi){var b=a&&a.charAt(0);(b="‪"==b?"ltr":"‫"==b?"rtl":null)&&(a=a.slice(1));this.setDirectionMarker(b)}a||(a="");return CKEDITOR.ui.dialog.uiElement.prototype.setValue.apply(this,arguments)}, +getValue:function(){var a=CKEDITOR.ui.dialog.uiElement.prototype.getValue.call(this);if(this.bidi&&a){var b=this.getDirectionMarker();b&&(a=("ltr"==b?"‪":"‫")+a)}return a},setDirectionMarker:function(a){var b=this.getInputElement();a?b.setAttributes({dir:a,"data-cke-dir-marker":a}):this.getDirectionMarker()&&b.removeAttributes(["dir","data-cke-dir-marker"])},getDirectionMarker:function(){return this.getInputElement().data("cke-dir-marker")},keyboardFocusable:!0},c,!0);CKEDITOR.ui.dialog.textarea.prototype= +new CKEDITOR.ui.dialog.textInput;CKEDITOR.ui.dialog.select.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement,{getInputElement:function(){return this._.select.getElement()},add:function(a,b,c){var d=new CKEDITOR.dom.element("option",this.getDialog().getParentEditor().document),g=this.getInputElement().$;d.$.text=a;d.$.value=void 0===b||null===b?a:b;void 0===c||null===c?CKEDITOR.env.ie?g.add(d.$):g.add(d.$,null):g.add(d.$,c);return this},remove:function(a){this.getInputElement().$.remove(a); +return this},clear:function(){for(var a=this.getInputElement().$;0b-a;c--)if(this._.tabs[this._.tabIdList[c%a]][0].$.offsetHeight)return this._.tabIdList[c%a];return null}function f(){for(var a=this._.tabIdList.length,b=CKEDITOR.tools.indexOf(this._.tabIdList,this._.currentTabId),c=b+1;cl.width-k.width-f?l.width-k.width+("rtl"==g.lang.dir?0:h[1]):d.x,d.y+h[0]l.height-k.height-f?l.height-k.height+h[2]:d.y,1);c.data.preventDefault()} +function c(){CKEDITOR.document.removeListener("mousemove",b);CKEDITOR.document.removeListener("mouseup",c);if(CKEDITOR.env.ie6Compat){var a=B.getChild(0).getFrameDocument();a.removeListener("mousemove",b);a.removeListener("mouseup",c)}}var e=null,d=null,g=a.getParentEditor(),f=g.config.dialog_magnetDistance,h=CKEDITOR.skin.margins||[0,0,0,0];"undefined"==typeof f&&(f=20);a.parts.title.on("mousedown",function(g){e={x:g.data.$.screenX,y:g.data.$.screenY};CKEDITOR.document.on("mousemove",b);CKEDITOR.document.on("mouseup", +c);d=a.getPosition();if(CKEDITOR.env.ie6Compat){var f=B.getChild(0).getFrameDocument();f.on("mousemove",b);f.on("mouseup",c)}g.data.preventDefault()},a)}function e(a){function b(c){var n="rtl"==g.lang.dir,r=m.width,t=m.height,v=r+(c.data.$.screenX-l.x)*(n?-1:1)*(a._.moved?1:2),q=t+(c.data.$.screenY-l.y)*(a._.moved?1:2),w=a._.element.getFirst(),w=n&&w.getComputedStyle("right"),z=a.getPosition();z.y+q>k.height&&(q=k.height-z.y);(n?w:z.x)+v>k.width&&(v=k.width-(n?w:z.x));if(d==CKEDITOR.DIALOG_RESIZE_WIDTH|| +d==CKEDITOR.DIALOG_RESIZE_BOTH)r=Math.max(e.minWidth||0,v-f);if(d==CKEDITOR.DIALOG_RESIZE_HEIGHT||d==CKEDITOR.DIALOG_RESIZE_BOTH)t=Math.max(e.minHeight||0,q-h);a.resize(r,t);a._.moved||a.layout();c.data.preventDefault()}function c(){CKEDITOR.document.removeListener("mouseup",c);CKEDITOR.document.removeListener("mousemove",b);n&&(n.remove(),n=null);if(CKEDITOR.env.ie6Compat){var a=B.getChild(0).getFrameDocument();a.removeListener("mouseup",c);a.removeListener("mousemove",b)}}var e=a.definition,d=e.resizable; +if(d!=CKEDITOR.DIALOG_RESIZE_NONE){var g=a.getParentEditor(),f,h,k,l,m,n,r=CKEDITOR.tools.addFunction(function(e){m=a.getSize();var d=a.parts.contents;d.$.getElementsByTagName("iframe").length&&(n=CKEDITOR.dom.element.createFromHtml('\x3cdiv class\x3d"cke_dialog_resize_cover" style\x3d"height: 100%; position: absolute; width: 100%;"\x3e\x3c/div\x3e'),d.append(n));h=m.height-a.parts.contents.getSize("height",!(CKEDITOR.env.gecko||CKEDITOR.env.ie&&CKEDITOR.env.quirks));f=m.width-a.parts.contents.getSize("width", +1);l={x:e.screenX,y:e.screenY};k=CKEDITOR.document.getWindow().getViewPaneSize();CKEDITOR.document.on("mousemove",b);CKEDITOR.document.on("mouseup",c);CKEDITOR.env.ie6Compat&&(d=B.getChild(0).getFrameDocument(),d.on("mousemove",b),d.on("mouseup",c));e.preventDefault&&e.preventDefault()});a.on("load",function(){var b="";d==CKEDITOR.DIALOG_RESIZE_WIDTH?b=" cke_resizer_horizontal":d==CKEDITOR.DIALOG_RESIZE_HEIGHT&&(b=" cke_resizer_vertical");b=CKEDITOR.dom.element.createFromHtml('\x3cdiv class\x3d"cke_resizer'+ +b+" cke_resizer_"+g.lang.dir+'" title\x3d"'+CKEDITOR.tools.htmlEncode(g.lang.common.resize)+'" onmousedown\x3d"CKEDITOR.tools.callFunction('+r+', event )"\x3e'+("ltr"==g.lang.dir?"◢":"◣")+"\x3c/div\x3e");a.parts.footer.append(b,1)});g.on("destroy",function(){CKEDITOR.tools.removeFunction(r)})}}function n(a){a.data.preventDefault(1)}function q(a){var b=CKEDITOR.document.getWindow(),c=a.config,e=CKEDITOR.skinName||a.config.skin,d=c.dialog_backgroundCoverColor||("moono-lisa"==e?"black":"white"),e=c.dialog_backgroundCoverOpacity, +g=c.baseFloatZIndex,c=CKEDITOR.tools.genKey(d,e,g),f=A[c];f?f.show():(g=['\x3cdiv tabIndex\x3d"-1" style\x3d"position: ',CKEDITOR.env.ie6Compat?"absolute":"fixed","; z-index: ",g,"; top: 0px; left: 0px; ",CKEDITOR.env.ie6Compat?"":"background-color: "+d,'" class\x3d"cke_dialog_background_cover"\x3e'],CKEDITOR.env.ie6Compat&&(d="\x3chtml\x3e\x3cbody style\x3d\\'background-color:"+d+";\\'\x3e\x3c/body\x3e\x3c/html\x3e",g.push('\x3ciframe hidefocus\x3d"true" frameborder\x3d"0" id\x3d"cke_dialog_background_iframe" src\x3d"javascript:'), +g.push("void((function(){"+encodeURIComponent("document.open();("+CKEDITOR.tools.fixDomain+")();document.write( '"+d+"' );document.close();")+"})())"),g.push('" style\x3d"position:absolute;left:0;top:0;width:100%;height: 100%;filter: progid:DXImageTransform.Microsoft.Alpha(opacity\x3d0)"\x3e\x3c/iframe\x3e')),g.push("\x3c/div\x3e"),f=CKEDITOR.dom.element.createFromHtml(g.join("")),f.setOpacity(void 0!==e?e:.5),f.on("keydown",n),f.on("keypress",n),f.on("keyup",n),f.appendTo(CKEDITOR.document.getBody()), +A[c]=f);a.focusManager.add(f);B=f;a=function(){var a=b.getViewPaneSize();f.setStyles({width:a.width+"px",height:a.height+"px"})};var h=function(){var a=b.getScrollPosition(),c=CKEDITOR.dialog._.currentTop;f.setStyles({left:a.x+"px",top:a.y+"px"});if(c){do a=c.getPosition(),c.move(a.x,a.y);while(c=c._.parentDialog)}};x=a;b.on("resize",a);a();CKEDITOR.env.mac&&CKEDITOR.env.webkit||f.focus();if(CKEDITOR.env.ie6Compat){var k=function(){h();k.prevScrollHandler.apply(this,arguments)};b.$.setTimeout(function(){k.prevScrollHandler= +window.onscroll||function(){};window.onscroll=k},0);h()}}function y(a){B&&(a.focusManager.remove(B),a=CKEDITOR.document.getWindow(),B.hide(),B=null,a.removeListener("resize",x),CKEDITOR.env.ie6Compat&&a.$.setTimeout(function(){window.onscroll=window.onscroll&&window.onscroll.prevScrollHandler||null},0),x=null)}var u=CKEDITOR.tools.cssLength,p='\x3cdiv class\x3d"cke_reset_all {editorId} {editorDialogClass} {hidpi}" dir\x3d"{langDir}" lang\x3d"{langCode}" role\x3d"dialog" aria-labelledby\x3d"cke_dialog_title_{id}"\x3e\x3ctable class\x3d"cke_dialog '+ +CKEDITOR.env.cssClass+' cke_{langDir}" style\x3d"position:absolute" role\x3d"presentation"\x3e\x3ctr\x3e\x3ctd role\x3d"presentation"\x3e\x3cdiv class\x3d"cke_dialog_body" role\x3d"presentation"\x3e\x3cdiv id\x3d"cke_dialog_title_{id}" class\x3d"cke_dialog_title" role\x3d"presentation"\x3e\x3c/div\x3e\x3ca id\x3d"cke_dialog_close_button_{id}" class\x3d"cke_dialog_close_button" href\x3d"javascript:void(0)" title\x3d"{closeTitle}" role\x3d"button"\x3e\x3cspan class\x3d"cke_label"\x3eX\x3c/span\x3e\x3c/a\x3e\x3cdiv id\x3d"cke_dialog_tabs_{id}" class\x3d"cke_dialog_tabs" role\x3d"tablist"\x3e\x3c/div\x3e\x3ctable class\x3d"cke_dialog_contents" role\x3d"presentation"\x3e\x3ctr\x3e\x3ctd id\x3d"cke_dialog_contents_{id}" class\x3d"cke_dialog_contents_body" role\x3d"presentation"\x3e\x3c/td\x3e\x3c/tr\x3e\x3ctr\x3e\x3ctd id\x3d"cke_dialog_footer_{id}" class\x3d"cke_dialog_footer" role\x3d"presentation"\x3e\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3c/div\x3e\x3c/td\x3e\x3c/tr\x3e\x3c/table\x3e\x3c/div\x3e'; +CKEDITOR.dialog=function(b,g){function h(){var a=x._.focusList;a.sort(function(a,b){return a.tabIndex!=b.tabIndex?b.tabIndex-a.tabIndex:a.focusIndex-b.focusIndex});for(var b=a.length,c=0;cb.length)){var c=x._.currentFocusIndex;x._.tabBarMode&&0>a&&(c=0);try{b[c].getInputElement().$.blur()}catch(e){}var d=c,g=1c.height||b.width+(0c.width?a.setStyle("position","absolute"):a.setStyle("position","fixed"));this.move(this._.moved?this._.position.x:e,this._.moved?this._.position.y:d)},foreach:function(a){for(var b in this._.contents)for(var c in this._.contents[b])a.call(this,this._.contents[b][c]);return this},reset:function(){var a=function(a){a.reset&&a.reset(1)};return function(){this.foreach(a);return this}}(), +setupContent:function(){var a=arguments;this.foreach(function(b){b.setup&&b.setup.apply(b,a)})},commitContent:function(){var a=arguments;this.foreach(function(b){CKEDITOR.env.ie&&this._.currentFocusIndex==b.focusIndex&&b.getInputElement().$.blur();b.commit&&b.commit.apply(b,a)})},hide:function(){if(this.parts.dialog.isVisible()){this.fire("hide",{});this._.editor.fire("dialogHide",this);this.selectPage(this._.tabIdList[0]);var a=this._.element;a.setStyle("display","none");this.parts.dialog.setStyle("visibility", +"hidden");for(J(this);CKEDITOR.dialog._.currentTop!=this;)CKEDITOR.dialog._.currentTop.hide();if(this._.parentDialog){var b=this._.parentDialog.getElement().getFirst();b.setStyle("z-index",parseInt(b.$.style.zIndex,10)+Math.floor(this._.editor.config.baseFloatZIndex/2))}else y(this._.editor);if(CKEDITOR.dialog._.currentTop=this._.parentDialog)CKEDITOR.dialog._.currentZIndex-=10;else{CKEDITOR.dialog._.currentZIndex=null;a.removeListener("keydown",H);a.removeListener("keyup",F);var c=this._.editor; +c.focus();setTimeout(function(){c.focusManager.unlock();CKEDITOR.env.iOS&&c.window.focus()},0)}delete this._.parentDialog;this.foreach(function(a){a.resetInitValue&&a.resetInitValue()});this.setState(CKEDITOR.DIALOG_STATE_IDLE)}},addPage:function(a){if(!a.requiredContent||this._.editor.filter.check(a.requiredContent)){for(var b=[],c=a.label?' title\x3d"'+CKEDITOR.tools.htmlEncode(a.label)+'"':"",e=CKEDITOR.dialog._.uiElementBuilders.vbox.build(this,{type:"vbox",className:"cke_dialog_page_contents", +children:a.elements,expand:!!a.expand,padding:a.padding,style:a.style||"width: 100%;"},b),d=this._.contents[a.id]={},g=e.getChild(),f=0;e=g.shift();)e.notAllowed||"hbox"==e.type||"vbox"==e.type||f++,d[e.id]=e,"function"==typeof e.getChild&&g.push.apply(g,e.getChild());f||(a.hidden=!0);b=CKEDITOR.dom.element.createFromHtml(b.join(""));b.setAttribute("role","tabpanel");e=CKEDITOR.env;d="cke_"+a.id+"_"+CKEDITOR.tools.getNextNumber();c=CKEDITOR.dom.element.createFromHtml(['\x3ca class\x3d"cke_dialog_tab"', +0arguments.length)){var h=(e.call?e(b):e)||"div",k=["\x3c",h," "],l=(d&&d.call?d(b):d)||{},m=(g&&g.call?g(b):g)||{},n=(f&&f.call?f.call(this,a,b):f)||"",r=this.domId=m.id||CKEDITOR.tools.getNextId()+"_uiElement";b.requiredContent&&!a.getParentEditor().filter.check(b.requiredContent)&&(l.display="none",this.notAllowed=!0);m.id=r;var q={};b.type&&(q["cke_dialog_ui_"+ +b.type]=1);b.className&&(q[b.className]=1);b.disabled&&(q.cke_disabled=1);for(var t=m["class"]&&m["class"].split?m["class"].split(" "):[],r=0;rCKEDITOR.env.version?"cke_dialog_ui_focused":"";b.on("focus",function(){a._.tabBarMode=!1;a._.hasFocus=!0;v.fire("focus"); +c&&this.addClass(c)});b.on("blur",function(){v.fire("blur");c&&this.removeClass(c)})}});CKEDITOR.tools.extend(this,b);this.keyboardFocusable&&(this.tabIndex=b.tabIndex||0,this.focusIndex=a._.focusList.push(this)-1,this.on("focus",function(){a._.currentFocusIndex=v.focusIndex}))}},hbox:function(a,b,c,e,d){if(!(4>arguments.length)){this._||(this._={});var g=this._.children=b,f=d&&d.widths||null,h=d&&d.height||null,k,l={role:"presentation"};d&&d.align&&(l.align=d.align);CKEDITOR.ui.dialog.uiElement.call(this, +a,d||{type:"hbox"},e,"table",{},l,function(){var a=['\x3ctbody\x3e\x3ctr class\x3d"cke_dialog_ui_hbox"\x3e'];for(k=0;karguments.length)){this._||(this._={});var g=this._.children=b,f=d&&d.width||null,h=d&&d.heights||null;CKEDITOR.ui.dialog.uiElement.call(this,a,d||{type:"vbox"},e,"div",null,{role:"presentation"},function(){var b=['\x3ctable role\x3d"presentation" cellspacing\x3d"0" border\x3d"0" ']; +b.push('style\x3d"');d&&d.expand&&b.push("height:100%;");b.push("width:"+u(f||"100%"),";");CKEDITOR.env.webkit&&b.push("float:none;");b.push('"');b.push('align\x3d"',CKEDITOR.tools.htmlEncode(d&&d.align||("ltr"==a.getParentEditor().lang.dir?"left":"right")),'" ');b.push("\x3e\x3ctbody\x3e");for(var e=0;earguments.length)return this._.children.concat();a.splice||(a=[a]);return 2>a.length?this._.children[a[0]]:this._.children[a[0]]&&this._.children[a[0]].getChild?this._.children[a[0]].getChild(a.slice(1,a.length)):null}},!0);CKEDITOR.ui.dialog.vbox.prototype=new CKEDITOR.ui.dialog.hbox;(function(){var a={build:function(a,b,c){for(var e=b.children,d,g=[],f=[],h=0;hk.length&&(b=a.document.createElement(a.config.enterMode==CKEDITOR.ENTER_P?"p":"div"),g=l.shift(),d.insertNode(b),b.append(new CKEDITOR.dom.text("",a.document)),d.moveToBookmark(g),d.selectNodeContents(b),d.collapse(!0),g=d.createBookmark(),k.push(b),l.unshift(g)); +h=k[0].getParent();d=[];for(g=0;gc||(this.notifications.splice(c,1),a.element.remove(), +this.element.getChildCount()||(this._removeListeners(),this.element.remove()))},_createElement:function(){var a=this.editor,c=a.config,d=new CKEDITOR.dom.element("div");d.addClass("cke_notifications_area");d.setAttribute("id","cke_notifications_area_"+a.name);d.setStyle("z-index",c.baseFloatZIndex-2);return d},_attachListeners:function(){var a=CKEDITOR.document.getWindow(),c=this.editor;a.on("scroll",this._uiBuffer.input);a.on("resize",this._uiBuffer.input);c.on("change",this._changeBuffer.input); +c.on("floatingSpaceLayout",this._layout,this,null,20);c.on("blur",this._layout,this,null,20)},_removeListeners:function(){var a=CKEDITOR.document.getWindow(),c=this.editor;a.removeListener("scroll",this._uiBuffer.input);a.removeListener("resize",this._uiBuffer.input);c.removeListener("change",this._changeBuffer.input);c.removeListener("floatingSpaceLayout",this._layout);c.removeListener("blur",this._layout)},_layout:function(){function a(){c.setStyle("left",w(r+f.width-n-q))}var c=this.element,d= +this.editor,f=d.ui.contentsElement.getClientRect(),k=d.ui.contentsElement.getDocumentPosition(),g,h,m=c.getClientRect(),e,n=this._notificationWidth,q=this._notificationMargin;e=CKEDITOR.document.getWindow();var y=e.getScrollPosition(),u=e.getViewPaneSize(),p=CKEDITOR.document.getBody(),v=p.getDocumentPosition(),w=CKEDITOR.tools.cssLength;n&&q||(e=this.element.getChild(0),n=this._notificationWidth=e.getClientRect().width,q=this._notificationMargin=parseInt(e.getComputedStyle("margin-left"),10)+parseInt(e.getComputedStyle("margin-right"), +10));d.toolbar&&(g=d.ui.space("top"),h=g.getClientRect());g&&g.isVisible()&&h.bottom>f.top&&h.bottomy.y?c.setStyles({position:"fixed",top:0}):c.setStyles({position:"absolute",top:w(k.y+f.height-m.height)});var r="fixed"==c.getStyle("position")?f.left:"static"!=p.getComputedStyle("position")?k.x-v.x:k.x;f.widthy.x+u.width?a():c.setStyle("left", +w(r)):k.x+n+q>y.x+u.width?c.setStyle("left",w(r)):k.x+f.width/2+n/2+q>y.x+u.width?c.setStyle("left",w(r-k.x+y.x+u.width-n-q)):0>f.left+f.width-n-q?a():0>f.left+f.width/2-n/2?c.setStyle("left",w(r-k.x+y.x)):c.setStyle("left",w(r+f.width/2-n/2-q/2))}};CKEDITOR.plugins.notification=a}(),function(){var a='\x3ca id\x3d"{id}" class\x3d"cke_button cke_button__{name} cke_button_{state} {cls}"'+(CKEDITOR.env.gecko&&!CKEDITOR.env.hc?"":" href\x3d\"javascript:void('{titleJs}')\"")+' title\x3d"{title}" tabindex\x3d"-1" hidefocus\x3d"true" role\x3d"button" aria-labelledby\x3d"{id}_label" aria-describedby\x3d"{id}_description" aria-haspopup\x3d"{hasArrow}" aria-disabled\x3d"{ariaDisabled}"'; +CKEDITOR.env.gecko&&CKEDITOR.env.mac&&(a+=' onkeypress\x3d"return false;"');CKEDITOR.env.gecko&&(a+=' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');var f="";CKEDITOR.env.ie&&(f='return false;" onmouseup\x3d"CKEDITOR.tools.getMouseButton(event)\x3d\x3dCKEDITOR.MOUSE_BUTTON_LEFT\x26\x26');var a=a+(' onkeydown\x3d"return CKEDITOR.tools.callFunction({keydownFn},event);" onfocus\x3d"return CKEDITOR.tools.callFunction({focusFn},event);" onclick\x3d"'+f+'CKEDITOR.tools.callFunction({clickFn},this);return false;"\x3e\x3cspan class\x3d"cke_button_icon cke_button__{iconName}_icon" style\x3d"{style}"')+ +'\x3e\x26nbsp;\x3c/span\x3e\x3cspan id\x3d"{id}_label" class\x3d"cke_button_label cke_button__{name}_label" aria-hidden\x3d"false"\x3e{label}\x3c/span\x3e\x3cspan id\x3d"{id}_description" class\x3d"cke_button_label" aria-hidden\x3d"false"\x3e{ariaShortcut}\x3c/span\x3e{arrowHtml}\x3c/a\x3e',b=CKEDITOR.addTemplate("buttonArrow",'\x3cspan class\x3d"cke_button_arrow"\x3e'+(CKEDITOR.env.hc?"\x26#9660;":"")+"\x3c/span\x3e"),c=CKEDITOR.addTemplate("button",a);CKEDITOR.plugins.add("button",{beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_BUTTON, +CKEDITOR.ui.button.handler)}});CKEDITOR.UI_BUTTON="button";CKEDITOR.ui.button=function(a){CKEDITOR.tools.extend(this,a,{title:a.label,click:a.click||function(b){b.execCommand(a.command)}});this._={}};CKEDITOR.ui.button.handler={create:function(a){return new CKEDITOR.ui.button(a)}};CKEDITOR.ui.button.prototype={render:function(a,f){function k(){var b=a.mode;b&&(b=this.modes[b]?void 0!==g[b]?g[b]:CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,b=a.readOnly&&!this.readOnly?CKEDITOR.TRISTATE_DISABLED: +b,this.setState(b),this.refresh&&this.refresh())}var g=null,h=CKEDITOR.env,m=this._.id=CKEDITOR.tools.getNextId(),e="",n=this.command,q,y,u;this._.editor=a;var p={id:m,button:this,editor:a,focus:function(){CKEDITOR.document.getById(m).focus()},execute:function(){this.button.click(a)},attach:function(a){this.button.attach(a)}},v=CKEDITOR.tools.addFunction(function(a){if(p.onkey)return a=new CKEDITOR.dom.event(a),!1!==p.onkey(p,a.getKeystroke())}),w=CKEDITOR.tools.addFunction(function(a){var b;p.onfocus&& +(b=!1!==p.onfocus(p,new CKEDITOR.dom.event(a)));return b}),r=0;p.clickFn=q=CKEDITOR.tools.addFunction(function(){r&&(a.unlockSelection(1),r=0);p.execute();h.iOS&&a.focus()});this.modes?(g={},a.on("beforeModeUnload",function(){a.mode&&this._.state!=CKEDITOR.TRISTATE_DISABLED&&(g[a.mode]=this._.state)},this),a.on("activeFilterChange",k,this),a.on("mode",k,this),!this.readOnly&&a.on("readOnly",k,this)):n&&(n=a.getCommand(n))&&(n.on("state",function(){this.setState(n.state)},this),e+=n.state==CKEDITOR.TRISTATE_ON? +"on":n.state==CKEDITOR.TRISTATE_DISABLED?"disabled":"off");var z;if(this.directional)a.on("contentDirChanged",function(b){var c=CKEDITOR.document.getById(this._.id),e=c.getFirst();b=b.data;b!=a.lang.dir?c.addClass("cke_"+b):c.removeClass("cke_ltr").removeClass("cke_rtl");e.setAttribute("style",CKEDITOR.skin.getIconStyle(z,"rtl"==b,this.icon,this.iconOffset))},this);n?(y=a.getCommandKeystroke(n))&&(u=CKEDITOR.tools.keystrokeToString(a.lang.common.keyboard,y)):e+="off";y=this.name||this.command;var t= +null,x=this.icon;z=y;this.icon&&!/\./.test(this.icon)?(z=this.icon,x=null):(this.icon&&(t=this.icon),CKEDITOR.env.hidpi&&this.iconHiDpi&&(t=this.iconHiDpi));t?(CKEDITOR.skin.addIcon(t,t),x=null):t=z;e={id:m,name:y,iconName:z,label:this.label,cls:(this.hasArrow?"cke_button_expandable ":"")+(this.className||""),state:e,ariaDisabled:"disabled"==e?"true":"false",title:this.title+(u?" ("+u.display+")":""),ariaShortcut:u?a.lang.common.keyboardShortcut+" "+u.aria:"",titleJs:h.gecko&&!h.hc?"":(this.title|| +"").replace("'",""),hasArrow:"string"===typeof this.hasArrow&&this.hasArrow||(this.hasArrow?"true":"false"),keydownFn:v,focusFn:w,clickFn:q,style:CKEDITOR.skin.getIconStyle(t,"rtl"==a.lang.dir,x,this.iconOffset),arrowHtml:this.hasArrow?b.output():""};c.output(e,f);if(this.onRender)this.onRender();return p},setState:function(a){if(this._.state==a)return!1;this._.state=a;var b=CKEDITOR.document.getById(this._.id);return b?(b.setState(a,"cke_button"),b.setAttribute("aria-disabled",a==CKEDITOR.TRISTATE_DISABLED), +this.hasArrow?b.setAttribute("aria-expanded",a==CKEDITOR.TRISTATE_ON):a===CKEDITOR.TRISTATE_ON?b.setAttribute("aria-pressed",!0):b.removeAttribute("aria-pressed"),!0):!1},getState:function(){return this._.state},toFeature:function(a){if(this._.feature)return this._.feature;var b=this;this.allowedContent||this.requiredContent||!this.command||(b=a.getCommand(this.command)||b);return this._.feature=b}};CKEDITOR.ui.prototype.addButton=function(a,b){this.add(a,CKEDITOR.UI_BUTTON,b)}}(),function(){function a(a){function b(){for(var e= +c(),h=CKEDITOR.tools.clone(a.config.toolbarGroups)||f(a),m=0;mb.order?-1:0>a.order? +1:a.order]+data-cke-bookmark[^<]*?<\/span>/ig,"");g&&a(b,d)})}function A(){if("wysiwyg"==b.mode){var a=B("paste");b.getCommand("cut").setState(B("cut"));b.getCommand("copy").setState(B("copy"));b.getCommand("paste").setState(a);b.fire("pasteState",a)}}function B(a){var c= +b.getSelection(),c=c&&c.getRanges()[0];if((b.readOnly||c&&c.checkReadOnly())&&a in{paste:1,cut:1})return CKEDITOR.TRISTATE_DISABLED;if("paste"==a)return CKEDITOR.TRISTATE_OFF;a=b.getSelection();c=a.getRanges();return a.getType()==CKEDITOR.SELECTION_NONE||1==c.length&&c[0].collapsed?CKEDITOR.TRISTATE_DISABLED:CKEDITOR.TRISTATE_OFF}var C=CKEDITOR.plugins.clipboard,H=0,F=0;(function(){b.on("key",t);b.on("contentDom",c);b.on("selectionChange",A);if(b.contextMenu){b.contextMenu.addListener(function(){return{cut:B("cut"), +copy:B("copy"),paste:B("paste")}});var a=null;b.on("menuShow",function(){a&&(a.removeListener(),a=null);var c=b.contextMenu.findItemByCommandName("paste");c&&c.element&&(a=c.element.on("touchend",function(){b._.forcePasteDialog=!0}))})}if(b.ui.addButton)b.once("instanceReady",function(){b._.pasteButtons&&CKEDITOR.tools.array.forEach(b._.pasteButtons,function(a){if(a=b.ui.get(a))if(a=CKEDITOR.document.getById(a._.id))a.on("touchend",function(){b._.forcePasteDialog=!0})})})})();(function(){function a(c, +d,g,f,h){var k=b.lang.clipboard[d];b.addCommand(d,g);b.ui.addButton&&b.ui.addButton(c,{label:k,command:d,toolbar:"clipboard,"+f});b.addMenuItems&&b.addMenuItem(d,{label:k,command:d,group:"clipboard",order:h})}a("Cut","cut",d("cut"),10,1);a("Copy","copy",d("copy"),20,4);a("Paste","paste",g(),30,8);b._.pasteButtons||(b._.pasteButtons=[]);b._.pasteButtons.push("Paste")})();b.getClipboardData=function(a,c){function d(a){a.removeListener();a.cancel();c(a.data)}function g(a){a.removeListener();a.cancel(); +c({type:h,dataValue:a.data.dataValue,dataTransfer:a.data.dataTransfer,method:"paste"})}var f=!1,h="auto";c||(c=a,a=null);b.on("beforePaste",function(a){a.removeListener();f=!0;h=a.data.type},null,null,1E3);b.on("paste",d,null,null,0);!1===z()&&(b.removeListener("paste",d),b._.forcePasteDialog&&f&&b.fire("pasteDialog")?(b.on("pasteDialogCommit",g),b.on("dialogHide",function(a){a.removeListener();a.data.removeListener("pasteDialogCommit",g);a.data._.committed||c(null)})):c(null))}}function b(a){if(CKEDITOR.env.webkit){if(!a.match(/^[^<]*$/g)&& +!a.match(/^(
<\/div>|
[^<]*<\/div>)*$/gi))return"html"}else if(CKEDITOR.env.ie){if(!a.match(/^([^<]|)*$/gi)&&!a.match(/^(

([^<]|)*<\/p>|(\r\n))*$/gi))return"html"}else if(CKEDITOR.env.gecko){if(!a.match(/^([^<]|)*$/gi))return"html"}else return"html";return"htmlifiedtext"}function c(a,b){function c(a){return CKEDITOR.tools.repeat("\x3c/p\x3e\x3cp\x3e",~~(a/2))+(1==a%2?"\x3cbr\x3e":"")}b=b.replace(/(?!\u3000)\s+/g," ").replace(/> +/gi, +"\x3cbr\x3e");b=b.replace(/<\/?[A-Z]+>/g,function(a){return a.toLowerCase()});if(b.match(/^[^<]$/))return b;CKEDITOR.env.webkit&&-1(
|)<\/div>)(?!$|(

(
|)<\/div>))/g,"\x3cbr\x3e").replace(/^(
(
|)<\/div>){2}(?!$)/g,"\x3cdiv\x3e\x3c/div\x3e"),b.match(/
(
|)<\/div>/)&&(b="\x3cp\x3e"+b.replace(/(
(
|)<\/div>)+/g,function(a){return c(a.split("\x3c/div\x3e\x3cdiv\x3e").length+1)})+"\x3c/p\x3e"),b=b.replace(/<\/div>
/g,"\x3cbr\x3e"), +b=b.replace(/<\/?div>/g,""));CKEDITOR.env.gecko&&a.enterMode!=CKEDITOR.ENTER_BR&&(CKEDITOR.env.gecko&&(b=b.replace(/^

$/,"\x3cbr\x3e")),-1){2,}/g,function(a){return c(a.length/4)})+"\x3c/p\x3e"));return k(a,b)}function d(a){function b(){var a={},c;for(c in CKEDITOR.dtd)"$"!=c.charAt(0)&&"div"!=c&&"span"!=c&&(a[c]=1);return a}var c={};return{get:function(d){return"plain-text"==d?c.plainText||(c.plainText=new CKEDITOR.filter(a, +"br")):"semantic-content"==d?((d=c.semanticContent)||(d=new CKEDITOR.filter(a,{}),d.allow({$1:{elements:b(),attributes:!0,styles:!1,classes:!1}}),d=c.semanticContent=d),d):d?new CKEDITOR.filter(a,d):null}}}function l(a,b,c){b=CKEDITOR.htmlParser.fragment.fromHtml(b);var d=new CKEDITOR.htmlParser.basicWriter;c.applyTo(b,!0,!1,a.activeEnterMode);b.writeHtml(d);return d.getHtml()}function k(a,b){a.enterMode==CKEDITOR.ENTER_BR?b=b.replace(/(<\/p>

)+/g,function(a){return CKEDITOR.tools.repeat("\x3cbr\x3e", +a.length/7*2)}).replace(/<\/?p>/g,""):a.enterMode==CKEDITOR.ENTER_DIV&&(b=b.replace(/<(\/)?p>/g,"\x3c$1div\x3e"));return b}function g(a){a.data.preventDefault();a.data.$.dataTransfer.dropEffect="none"}function h(b){var c=CKEDITOR.plugins.clipboard;b.on("contentDom",function(){function d(c,g,f){g.select();a(b,{dataTransfer:f,method:"drop"},1);f.sourceEditor.fire("saveSnapshot");f.sourceEditor.editable().extractHtmlFromRange(c);f.sourceEditor.getSelection().selectRanges([c]);f.sourceEditor.fire("saveSnapshot")} +function g(d,f){d.select();a(b,{dataTransfer:f,method:"drop"},1);c.resetDragDataTransfer()}function f(a,c,d){var g={$:a.data.$,target:a.data.getTarget()};c&&(g.dragRange=c);d&&(g.dropRange=d);!1===b.fire(a.name,g)&&a.data.preventDefault()}function h(a){a.type!=CKEDITOR.NODE_ELEMENT&&(a=a.getParent());return a.getChildCount()}var k=b.editable(),l=CKEDITOR.plugins.clipboard.getDropTarget(b),m=b.ui.space("top"),z=b.ui.space("bottom");c.preventDefaultDropOnElement(m);c.preventDefaultDropOnElement(z); +k.attachListener(l,"dragstart",f);k.attachListener(b,"dragstart",c.resetDragDataTransfer,c,null,1);k.attachListener(b,"dragstart",function(a){c.initDragDataTransfer(a,b)},null,null,2);k.attachListener(b,"dragstart",function(){var a=c.dragRange=b.getSelection().getRanges()[0];CKEDITOR.env.ie&&10>CKEDITOR.env.version&&(c.dragStartContainerChildCount=a?h(a.startContainer):null,c.dragEndContainerChildCount=a?h(a.endContainer):null)},null,null,100);k.attachListener(l,"dragend",f);k.attachListener(b,"dragend", +c.initDragDataTransfer,c,null,1);k.attachListener(b,"dragend",c.resetDragDataTransfer,c,null,100);k.attachListener(l,"dragover",function(a){if(CKEDITOR.env.edge)a.data.preventDefault();else{var b=a.data.getTarget();b&&b.is&&b.is("html")?a.data.preventDefault():CKEDITOR.env.ie&&CKEDITOR.plugins.clipboard.isFileApiSupported&&a.data.$.dataTransfer.types.contains("Files")&&a.data.preventDefault()}});k.attachListener(l,"drop",function(a){if(!a.data.$.defaultPrevented){a.data.preventDefault();var d=a.data.getTarget(); +if(!d.isReadOnly()||d.type==CKEDITOR.NODE_ELEMENT&&d.is("html")){var d=c.getRangeAtDropPosition(a,b),g=c.dragRange;d&&f(a,g,d)}}},null,null,9999);k.attachListener(b,"drop",c.initDragDataTransfer,c,null,1);k.attachListener(b,"drop",function(a){if(a=a.data){var f=a.dropRange,h=a.dragRange,k=a.dataTransfer;k.getTransferType(b)==CKEDITOR.DATA_TRANSFER_INTERNAL?setTimeout(function(){c.internalDrop(h,f,k,b)},0):k.getTransferType(b)==CKEDITOR.DATA_TRANSFER_CROSS_EDITORS?d(h,f,k):g(f,k)}},null,null,9999)})} +var m;CKEDITOR.plugins.add("clipboard",{requires:"dialog,notification,toolbar",init:function(a){var g,k=d(a);a.config.forcePasteAsPlainText?g="plain-text":a.config.pasteFilter?g=a.config.pasteFilter:!CKEDITOR.env.webkit||"pasteFilter"in a.config||(g="semantic-content");a.pasteFilter=k.get(g);f(a);h(a);CKEDITOR.dialog.add("paste",CKEDITOR.getUrl(this.path+"dialogs/paste.js"));if(CKEDITOR.env.gecko){var m=["image/png","image/jpeg","image/gif"],u;a.on("paste",function(b){var c=b.data,d=c.dataTransfer; +if(!c.dataValue&&"paste"==c.method&&d&&1==d.getFilesCount()&&u!=d.id&&(d=d.getFile(0),-1!=CKEDITOR.tools.indexOf(m,d.type))){var g=new FileReader;g.addEventListener("load",function(){b.data.dataValue='\x3cimg src\x3d"'+g.result+'" /\x3e';a.fire("paste",b.data)},!1);g.addEventListener("abort",function(){a.fire("paste",b.data)},!1);g.addEventListener("error",function(){a.fire("paste",b.data)},!1);g.readAsDataURL(d);u=c.dataTransfer.id;b.stop()}},null,null,1)}a.on("paste",function(b){b.data.dataTransfer|| +(b.data.dataTransfer=new CKEDITOR.plugins.clipboard.dataTransfer);if(!b.data.dataValue){var c=b.data.dataTransfer,d=c.getData("text/html");if(d)b.data.dataValue=d,b.data.type="html";else if(d=c.getData("text/plain"))b.data.dataValue=a.editable().transformPlainTextToHtml(d),b.data.type="text"}},null,null,1);a.on("paste",function(a){var b=a.data.dataValue,c=CKEDITOR.dtd.$block;-1 <\/span>/gi," "),"html"!=a.data.type&&(b=b.replace(/]*>([^<]*)<\/span>/gi, +function(a,b){return b.replace(/\t/g,"\x26nbsp;\x26nbsp; \x26nbsp;")})),-1/,"")),b=b.replace(/(<[^>]+) class="Apple-[^"]*"/gi,"$1"));if(b.match(/^<[^<]+cke_(editable|contents)/i)){var d,e,g=new CKEDITOR.dom.element("div");for(g.setHtml(b);1==g.getChildCount()&&(d=g.getFirst())&&d.type==CKEDITOR.NODE_ELEMENT&&(d.hasClass("cke_editable")|| +d.hasClass("cke_contents"));)g=e=d;e&&(b=e.getHtml().replace(/
$/i,""))}CKEDITOR.env.ie?b=b.replace(/^ (?: |\r\n)?<(\w+)/g,function(b,d){return d.toLowerCase()in c?(a.data.preSniffing="html","\x3c"+d):b}):CKEDITOR.env.webkit?b=b.replace(/<\/(\w+)>


<\/div>$/,function(b,d){return d in c?(a.data.endsWithEOL=1,"\x3c/"+d+"\x3e"):b}):CKEDITOR.env.gecko&&(b=b.replace(/(\s)
$/,"$1"));a.data.dataValue=b},null,null,3);a.on("paste",function(d){d=d.data;var g=a._.nextPasteType||d.type,f=d.dataValue, +h,m=a.config.clipboard_defaultContentType||"html",n=d.dataTransfer.getTransferType(a)==CKEDITOR.DATA_TRANSFER_EXTERNAL,u=!0===a.config.forcePasteAsPlainText;h="html"==g||"html"==d.preSniffing?"html":b(f);delete a._.nextPasteType;"htmlifiedtext"==h&&(f=c(a.config,f));if("text"==g&&"html"==h)f=l(a,f,k.get("plain-text"));else if(n&&a.pasteFilter&&!d.dontFilter||u)f=l(a,f,a.pasteFilter);d.startsWithEOL&&(f='\x3cbr data-cke-eol\x3d"1"\x3e'+f);d.endsWithEOL&&(f+='\x3cbr data-cke-eol\x3d"1"\x3e');"auto"== +g&&(g="html"==h||"html"==m?"html":"text");d.type=g;d.dataValue=f;delete d.preSniffing;delete d.startsWithEOL;delete d.endsWithEOL},null,null,6);a.on("paste",function(b){b=b.data;b.dataValue&&(a.insertHtml(b.dataValue,b.type,b.range),setTimeout(function(){a.fire("afterPaste")},0))},null,null,1E3);a.on("pasteDialog",function(b){setTimeout(function(){a.openDialog("paste",b.data)},0)})}});CKEDITOR.plugins.clipboard={isCustomCopyCutSupported:(!CKEDITOR.env.ie||16<=CKEDITOR.env.version)&&!CKEDITOR.env.iOS, +isCustomDataTypesSupported:!CKEDITOR.env.ie||16<=CKEDITOR.env.version,isFileApiSupported:!CKEDITOR.env.ie||9CKEDITOR.env.version||b.isInline()?b:a.document},fixSplitNodesAfterDrop:function(a,b,c,d){function g(a,c,d){var e=a;e.type==CKEDITOR.NODE_TEXT&&(e=a.getParent());if(e.equals(c)&&d!=c.getChildCount())return a=b.startContainer.getChild(b.startOffset-1),c=b.startContainer.getChild(b.startOffset), +a&&a.type==CKEDITOR.NODE_TEXT&&c&&c.type==CKEDITOR.NODE_TEXT&&(d=a.getLength(),a.setText(a.getText()+c.getText()),c.remove(),b.setStart(a,d),b.collapse(!0)),!0}var f=b.startContainer;"number"==typeof d&&"number"==typeof c&&f.type==CKEDITOR.NODE_ELEMENT&&(g(a.startContainer,f,c)||g(a.endContainer,f,d))},isDropRangeAffectedByDragRange:function(a,b){var c=b.startContainer,d=b.endOffset;return a.endContainer.equals(c)&&a.endOffset<=d||a.startContainer.getParent().equals(c)&&a.startContainer.getIndex()< +d||a.endContainer.getParent().equals(c)&&a.endContainer.getIndex()CKEDITOR.env.version&&this.fixSplitNodesAfterDrop(b,c,f.dragStartContainerChildCount,f.dragEndContainerChildCount);(l=this.isDropRangeAffectedByDragRange(b,c))||(k=b.createBookmark(!1));f=c.clone().createBookmark(!1);l&&(k=b.createBookmark(!1));b=k.startNode;c= +k.endNode;l=f.startNode;c&&b.getPosition(l)&CKEDITOR.POSITION_PRECEDING&&c.getPosition(l)&CKEDITOR.POSITION_FOLLOWING&&l.insertBefore(b);b=g.createRange();b.moveToBookmark(k);h.extractHtmlFromRange(b,1);c=g.createRange();f.startNode.getCommonAncestor(h)||(f=g.getSelection().createBookmarks()[0]);c.moveToBookmark(f);a(g,{dataTransfer:d,method:"drop",range:c},1);g.fire("unlockSnapshot")},getRangeAtDropPosition:function(a,b){var c=a.data.$,d=c.clientX,g=c.clientY,f=b.getSelection(!0).getRanges()[0], +h=b.createRange();if(a.data.testRange)return a.data.testRange;if(document.caretRangeFromPoint&&b.document.$.caretRangeFromPoint(d,g))c=b.document.$.caretRangeFromPoint(d,g),h.setStart(CKEDITOR.dom.node(c.startContainer),c.startOffset),h.collapse(!0);else if(c.rangeParent)h.setStart(CKEDITOR.dom.node(c.rangeParent),c.rangeOffset),h.collapse(!0);else{if(CKEDITOR.env.ie&&8l&&!k;l++){if(!k)try{c.moveToPoint(d,g-l),k=!0}catch(m){}if(!k)try{c.moveToPoint(d,g+l),k=!0}catch(t){}}if(k){var x="cke-temp-"+(new Date).getTime();c.pasteHTML('\x3cspan id\x3d"'+x+'"\x3e​\x3c/span\x3e');var A=b.document.getById(x);h.moveToPosition(A,CKEDITOR.POSITION_BEFORE_START);A.remove()}else{var B=b.document.$.elementFromPoint(d,g),C=new CKEDITOR.dom.element(B),H;if(C.equals(b.editable())||"html"==C.getName())return f&&f.startContainer&&!f.startContainer.equals(b.editable())? +f:null;H=C.getClientRect();d/i,bodyRegExp:/([\s\S]*)<\/body>/i,fragmentRegExp:/\x3c!--(?:Start|End)Fragment--\x3e/g,data:{},files:[],nativeHtmlCache:"",normalizeType:function(a){a=a.toLowerCase();return"text"==a||"text/plain"==a?"Text":"url"==a?"URL":a}};this._.fallbackDataTransfer=new CKEDITOR.plugins.clipboard.fallbackDataTransfer(this);this.id=this.getData(m);this.id||(this.id="Text"==m?"":"cke-"+ +CKEDITOR.tools.getUniqueId());b&&(this.sourceEditor=b,this.setData("text/html",b.getSelectedHtml(1)),"Text"==m||this.getData("text/plain")||this.setData("text/plain",b.getSelection().getSelectedText()))};CKEDITOR.DATA_TRANSFER_INTERNAL=1;CKEDITOR.DATA_TRANSFER_CROSS_EDITORS=2;CKEDITOR.DATA_TRANSFER_EXTERNAL=3;CKEDITOR.plugins.clipboard.dataTransfer.prototype={getData:function(a,b){a=this._.normalizeType(a);var c="text/html"==a&&b?this._.nativeHtmlCache:this._.data[a];if(void 0===c||null===c||""=== +c){if(this._.fallbackDataTransfer.isRequired())c=this._.fallbackDataTransfer.getData(a,b);else try{c=this.$.getData(a)||""}catch(d){c=""}"text/html"!=a||b||(c=this._stripHtml(c))}"Text"==a&&CKEDITOR.env.gecko&&this.getFilesCount()&&"file://"==c.substring(0,7)&&(c="");if("string"===typeof c)var g=c.indexOf("\x3c/html\x3e"),c=-1!==g?c.substring(0,g+7):c;return c},setData:function(a,b){a=this._.normalizeType(a);"text/html"==a?(this._.data[a]=this._stripHtml(b),this._.nativeHtmlCache=b):this._.data[a]= +b;if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported||"URL"==a||"Text"==a)if("Text"==m&&"Text"==a&&(this.id=b),this._.fallbackDataTransfer.isRequired())this._.fallbackDataTransfer.setData(a,b);else try{this.$.setData(a,b)}catch(c){}},storeId:function(){"Text"!==m&&this.setData(m,this.id)},getTransferType:function(a){return this.sourceEditor?this.sourceEditor==a?CKEDITOR.DATA_TRANSFER_INTERNAL:CKEDITOR.DATA_TRANSFER_CROSS_EDITORS:CKEDITOR.DATA_TRANSFER_EXTERNAL},cacheData:function(){function a(c){c= +b._.normalizeType(c);var d=b.getData(c);"text/html"==c&&(b._.nativeHtmlCache=b.getData(c,!0),d=b._stripHtml(d));d&&(b._.data[c]=d)}if(this.$){var b=this,c,d;if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported){if(this.$.types)for(c=0;cc?v+c:b.width>c?v-a.left:v-a.right+b.width):ec?v-c:b.width>c?v-a.right+b.width:v-a.left);c=a.top;b.height-a.topd?w-d:b.height>d?w-a.bottom+b.height:w-a.top);CKEDITOR.env.ie&&!CKEDITOR.env.edge&&(b=a=new CKEDITOR.dom.element(n.$.offsetParent),"html"==b.getName()&&(b=b.getDocument().getBody()),"rtl"==b.getComputedStyle("direction")&&(v=CKEDITOR.env.ie8Compat?v-2*n.getDocument().getDocumentElement().$.scrollLeft:v-(a.$.scrollWidth- +a.$.clientWidth)));var a=n.getFirst(),k;(k=a.getCustomData("activePanel"))&&k.onHide&&k.onHide.call(this,1);a.setCustomData("activePanel",this);n.setStyles({top:w+"px",left:v+"px"});n.setOpacity(1);g&&g()},this);h.isLoaded?a():h.onLoad=a;CKEDITOR.tools.setTimeout(function(){var a=CKEDITOR.env.webkit&&CKEDITOR.document.getWindow().getScrollPosition().y;this.focus();m.element.focus();CKEDITOR.env.webkit&&(CKEDITOR.document.getBody().$.scrollTop=a);this.allowBlur(!0);this._.markFirst&&(CKEDITOR.env.ie? +CKEDITOR.tools.setTimeout(function(){m.markFirstDisplayed?m.markFirstDisplayed():m._.markFirstDisplayed()},0):m.markFirstDisplayed?m.markFirstDisplayed():m._.markFirstDisplayed());this._.editor.fire("panelShow",this)},0,this)},CKEDITOR.env.air?200:0,this);this.visible=1;this.onShow&&this.onShow.call(this)},reposition:function(){var a=this._.showBlockParams;this.visible&&this._.showBlockParams&&(this.hide(),this.showBlock.apply(this,a))},focus:function(){if(CKEDITOR.env.webkit){var a=CKEDITOR.document.getActive(); +a&&!a.equals(this._.iframe)&&a.$.blur()}(this._.lastFocused||this._.iframe.getFrameDocument().getWindow()).focus()},blur:function(){var a=this._.iframe.getFrameDocument().getActive();a&&a.is("a")&&(this._.lastFocused=a)},hide:function(a){if(this.visible&&(!this.onHide||!0!==this.onHide.call(this))){this.hideChild();CKEDITOR.env.gecko&&this._.iframe.getFrameDocument().$.activeElement.blur();this.element.setStyle("display","none");this.visible=0;this.element.getFirst().removeCustomData("activePanel"); +if(a=a&&this._.returnFocus)CKEDITOR.env.webkit&&a.type&&a.getWindow().$.focus(),a.focus();delete this._.lastFocused;this._.showBlockParams=null;this._.editor.fire("panelHide",this)}},allowBlur:function(a){var c=this._.panel;void 0!==a&&(c.allowBlur=a);return c.allowBlur},showAsChild:function(a,c,d,f,k,g){if(this._.activeChild!=a||a._.panel._.offsetParentId!=d.getId())this.hideChild(),a.onHide=CKEDITOR.tools.bind(function(){CKEDITOR.tools.setTimeout(function(){this._.focused||this.hide()},0,this)}, +this),this._.activeChild=a,this._.focused=!1,a.showBlock(c,d,f,k,g),this.blur(),(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)&&setTimeout(function(){a.element.getChild(0).$.style.cssText+=""},100)},hideChild:function(a){var c=this._.activeChild;c&&(delete c.onHide,delete this._.activeChild,c.hide(),a&&this.focus())}}});CKEDITOR.on("instanceDestroyed",function(){var a=CKEDITOR.tools.isEmpty(CKEDITOR.instances),c;for(c in f){var d=f[c];a?d.destroy():d.element.hide()}a&&(f={})})}(),CKEDITOR.plugins.add("menu", +{requires:"floatpanel",beforeInit:function(a){for(var f=a.config.menu_groups.split(","),b=a._.menuGroups={},c=a._.menuItems={},d=0;db.group?1:a.orderb.order?1:0})}var f='\x3cspan class\x3d"cke_menuitem"\x3e\x3ca id\x3d"{id}" class\x3d"cke_menubutton cke_menubutton__{name} cke_menubutton_{state} {cls}" href\x3d"{href}" title\x3d"{title}" tabindex\x3d"-1" _cke_focus\x3d1 hidefocus\x3d"true" role\x3d"{role}" aria-label\x3d"{label}" aria-describedby\x3d"{id}_description" aria-haspopup\x3d"{hasPopup}" aria-disabled\x3d"{disabled}" {ariaChecked} draggable\x3d"false"';CKEDITOR.env.gecko&&CKEDITOR.env.mac&& +(f+=' onkeypress\x3d"return false;"');CKEDITOR.env.gecko&&(f+=' onblur\x3d"this.style.cssText \x3d this.style.cssText;" ondragstart\x3d"return false;"');var f=f+(' onmouseover\x3d"CKEDITOR.tools.callFunction({hoverFn},{index});" onmouseout\x3d"CKEDITOR.tools.callFunction({moveOutFn},{index});" '+(CKEDITOR.env.ie?'onclick\x3d"return false;" onmouseup':"onclick")+'\x3d"CKEDITOR.tools.callFunction({clickFn},{index}); return false;"\x3e'),b=CKEDITOR.addTemplate("menuItem",f+'\x3cspan class\x3d"cke_menubutton_inner"\x3e\x3cspan class\x3d"cke_menubutton_icon"\x3e\x3cspan class\x3d"cke_button_icon cke_button__{iconName}_icon" style\x3d"{iconStyle}"\x3e\x3c/span\x3e\x3c/span\x3e\x3cspan class\x3d"cke_menubutton_label"\x3e{label}\x3c/span\x3e{shortcutHtml}{arrowHtml}\x3c/span\x3e\x3c/a\x3e\x3cspan id\x3d"{id}_description" class\x3d"cke_voice_label" aria-hidden\x3d"false"\x3e{ariaShortcut}\x3c/span\x3e\x3c/span\x3e'), +c=CKEDITOR.addTemplate("menuArrow",'\x3cspan class\x3d"cke_menuarrow"\x3e\x3cspan\x3e{label}\x3c/span\x3e\x3c/span\x3e'),d=CKEDITOR.addTemplate("menuShortcut",'\x3cspan class\x3d"cke_menubutton_label cke_menubutton_shortcut"\x3e{shortcut}\x3c/span\x3e');CKEDITOR.menu=CKEDITOR.tools.createClass({$:function(a,b){b=this._.definition=b||{};this.id=CKEDITOR.tools.getNextId();this.editor=a;this.items=[];this._.listeners=[];this._.level=b.level||1;var c=CKEDITOR.tools.extend({},b.panel,{css:[CKEDITOR.skin.getPath("editor")], +level:this._.level-1,block:{}}),d=c.block.attributes=c.attributes||{};!d.role&&(d.role="menu");this._.panelDefinition=c},_:{onShow:function(){var a=this.editor.getSelection(),b=a&&a.getStartElement(),c=this.editor.elementPath(),d=this._.listeners;this.removeAll();for(var f=0;fz.length)return!1;h=f.getParents(!0);for(r=0;rx;r++)t[r].indent+=h;h=CKEDITOR.plugins.list.arrayToList(t,e,null,a.config.enterMode,f.getDirection());if(!d.isIndent){var C;if((C=f.getParent())&&C.is("li"))for(var z=h.listNode.getChildren(),u=[],p,r=z.count()-1;0<=r;r--)(p=z.getItem(r))&&p.is&&p.is("li")&&u.push(p)}h&&h.listNode.replace(f);if(u&&u.length)for(r=0;rg.length)){d=g[g.length-1].getNext();f=e.createElement(this.type);for(c.push(f);g.length;)c=g.shift(),a=e.createElement("li"),l=c,l.is("pre")||u.test(l.getName())||"false"==l.getAttribute("contenteditable")?c.appendTo(a):(c.copyAttributes(a),h&&c.getDirection()&&(a.removeStyle("direction"),a.removeAttribute("dir")),c.moveChildren(a),c.remove()),a.appendTo(f);h&&k&&f.setAttribute("dir",h);d?f.insertBefore(d):f.appendTo(b)}}function b(a,b,c){function d(c){if(!(!(l= +k[c?"getFirst":"getLast"]())||l.is&&l.isBlockBoundary()||!(m=b.root[c?"getPrevious":"getNext"](CKEDITOR.dom.walker.invisible(!0)))||m.is&&m.isBlockBoundary({br:1})))a.document.createElement("br")[c?"insertBefore":"insertAfter"](l)}for(var e=CKEDITOR.plugins.list.listToArray(b.root,c),g=[],f=0;fe[f-1].indent+1){g=e[f-1].indent+1-e[f].indent;for(h=e[f].indent;e[f]&&e[f].indent>=h;)e[f].indent+=g,f++;f--}var k=CKEDITOR.plugins.list.arrayToList(e,c,null,a.config.enterMode,b.root.getAttribute("dir")).listNode,l,m;d(!0);d();k.replace(b.root);a.fire("contentDomInvalidated")}function c(a,b){this.name=a;this.context=this.type=b;this.allowedContent=b+" li";this.requiredContent=b}function d(a,b,c,d){for(var e, +g;e=a[d?"getLast":"getFirst"](p);)(g=e.getDirection(1))!==b.getDirection(1)&&e.setAttribute("dir",g),e.remove(),c?e[d?"insertBefore":"insertAfter"](c):b.append(e,d),c=e}function l(a){function b(c){var e=a[c?"getPrevious":"getNext"](q);e&&e.type==CKEDITOR.NODE_ELEMENT&&e.is(a.getName())&&(d(a,e,null,!c),a.remove(),a=e)}b();b(1)}function k(a){return a.type==CKEDITOR.NODE_ELEMENT&&(a.getName()in CKEDITOR.dtd.$block||a.getName()in CKEDITOR.dtd.$listItem)&&CKEDITOR.dtd[a.getName()]["#"]}function g(a,b, +c){a.fire("saveSnapshot");c.enlarge(CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS);var e=c.extractContents();b.trim(!1,!0);var g=b.createBookmark(),f=new CKEDITOR.dom.elementPath(b.startContainer),k=f.block,f=f.lastElement.getAscendant("li",1)||k,m=new CKEDITOR.dom.elementPath(c.startContainer),n=m.contains(CKEDITOR.dtd.$listItem),m=m.contains(CKEDITOR.dtd.$list);k?(k=k.getBogus())&&k.remove():m&&(k=m.getPrevious(q))&&y(k)&&k.remove();(k=e.getLast())&&k.type==CKEDITOR.NODE_ELEMENT&&k.is("br")&&k.remove();(k= +b.startContainer.getChild(b.startOffset))?e.insertBefore(k):b.startContainer.append(e);n&&(e=h(n))&&(f.contains(n)?(d(e,n.getParent(),n),e.remove()):f.append(e));for(;c.checkStartOfBlock()&&c.checkEndOfBlock();){m=c.startPath();e=m.block;if(!e)break;e.is("li")&&(f=e.getParent(),e.equals(f.getLast(q))&&e.equals(f.getFirst(q))&&(e=f));c.moveToPosition(e,CKEDITOR.POSITION_BEFORE_START);e.remove()}c=c.clone();e=a.editable();c.setEndAt(e,CKEDITOR.POSITION_BEFORE_END);c=new CKEDITOR.dom.walker(c);c.evaluator= +function(a){return q(a)&&!y(a)};(c=c.next())&&c.type==CKEDITOR.NODE_ELEMENT&&c.getName()in CKEDITOR.dtd.$list&&l(c);b.moveToBookmark(g);b.select();a.fire("saveSnapshot")}function h(a){return(a=a.getLast(q))&&a.type==CKEDITOR.NODE_ELEMENT&&a.getName()in m?a:null}var m={ol:1,ul:1},e=CKEDITOR.dom.walker.whitespaces(),n=CKEDITOR.dom.walker.bookmark(),q=function(a){return!(e(a)||n(a))},y=CKEDITOR.dom.walker.bogus();CKEDITOR.plugins.list={listToArray:function(a,b,c,d,e){if(!m[a.getName()])return[];d||(d= +0);c||(c=[]);for(var g=0,f=a.getChildCount();g=f.$.documentMode&&p.append(f.createText(" ")),p.append(l.listNode),l=l.nextIndex;else if(-1== +G.indent&&!c&&g){m[g.getName()]?(p=G.element.clone(!1,!0),y!=g.getDirection(1)&&p.setAttribute("dir",y)):p=new CKEDITOR.dom.documentFragment(f);var k=g.getDirection(1)!=y,D=G.element,N=D.getAttribute("class"),Q=D.getAttribute("style"),O=p.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT&&(d!=CKEDITOR.ENTER_BR||k||Q||N),K,W=G.contents.length,R;for(g=0;gCKEDITOR.env.version? +k.createText("\r"):k.createElement("br"),c.deleteContents(),c.insertNode(a),CKEDITOR.env.needsBrFiller?(k.createText("").insertAfter(a),l&&(v||p.blockLimit).appendBogus(),a.getNext().$.nodeValue="",c.setStartAt(a.getNext(),CKEDITOR.POSITION_AFTER_START)):c.setStartAt(a,CKEDITOR.POSITION_AFTER_END)),c.collapse(!0),c.select(),c.scrollIntoView()):g(a,b,c,d)}}};l=CKEDITOR.plugins.enterkey;k=l.enterBr;g=l.enterBlock;h=/^h[1-6]$/}(),function(){function a(a,b){var c={},d=[],l={nbsp:" ",shy:"­",gt:"\x3e", +lt:"\x3c",amp:"\x26",apos:"'",quot:'"'};a=a.replace(/\b(nbsp|shy|gt|lt|amp|apos|quot)(?:,|$)/g,function(a,e){var g=b?"\x26"+e+";":l[e];c[g]=b?l[e]:"\x26"+e+";";d.push(g);return""});a=a.replace(/,$/,"");if(!b&&a){a=a.split(",");var k=document.createElement("div"),g;k.innerHTML="\x26"+a.join(";\x26")+";";g=k.innerHTML;k=null;for(k=0;kf&&(f=640);420>b&&(b=420);var d=parseInt((window.screen.height-b)/2,10),l=parseInt((window.screen.width- +f)/2,10);c=(c||"location\x3dno,menubar\x3dno,toolbar\x3dno,dependent\x3dyes,minimizable\x3dno,modal\x3dyes,alwaysRaised\x3dyes,resizable\x3dyes,scrollbars\x3dyes")+",width\x3d"+f+",height\x3d"+b+",top\x3d"+d+",left\x3d"+l;var k=window.open("",null,c,!0);if(!k)return!1;try{-1==navigator.userAgent.toLowerCase().indexOf(" chrome/")&&(k.moveTo(l,d),k.resizeTo(f,b)),k.focus(),k.location.href=a}catch(g){window.open(a,null,c,!0)}return!0}}),"use strict",function(){function a(a){this.editor=a;this.loaders= +[]}function f(a,c,f){var g=a.config.fileTools_defaultFileName;this.editor=a;this.lang=a.lang;"string"===typeof c?(this.data=c,this.file=b(this.data),this.loaded=this.total=this.file.size):(this.data=null,this.file=c,this.total=this.file.size,this.loaded=0);f?this.fileName=f:this.file.name?this.fileName=this.file.name:(a=this.file.type.split("/"),g&&(a[0]=g),this.fileName=a.join("."));this.uploaded=0;this.responseData=this.uploadTotal=null;this.status="created";this.abort=function(){this.changeStatus("abort")}} +function b(a){var b=a.match(c)[1];a=a.replace(c,"");a=atob(a);var f=[],g,h,m,e;for(g=0;gg.status||299w.height-v.bottom?g("pin"):g("bottom"),e=w.width/2,e=d.floatSpacePreferRight?"right":0p.width?"rtl"==d.contentsLangDirection?"right":"left":e-v.left>v.right-e?"left":"right",p.width>w.width?(e="left",n=0):(n="left"==e?0w.width&&(e="left"==e?"right":"left",n=0)),h.setStyle(e,b(("pin"==l?A:t)+n+("pin"==l?0:"left"==e?z:-z)))):(l="pin",g("pin"),k(e))}}}();if(l){var g=new CKEDITOR.template('\x3cdiv id\x3d"cke_{name}" class\x3d"cke {id} cke_reset_all cke_chrome cke_editor_{name} cke_float cke_{langDir} '+ +CKEDITOR.env.cssClass+'" dir\x3d"{langDir}" title\x3d"'+(CKEDITOR.env.gecko?" ":"")+'" lang\x3d"{langCode}" role\x3d"application" style\x3d"{style}"'+(a.title?' aria-labelledby\x3d"cke_{name}_arialbl"':" ")+"\x3e"+(a.title?'\x3cspan id\x3d"cke_{name}_arialbl" class\x3d"cke_voice_label"\x3e{voiceLabel}\x3c/span\x3e':" ")+'\x3cdiv class\x3d"cke_inner"\x3e\x3cdiv id\x3d"{topId}" class\x3d"cke_top" role\x3d"presentation"\x3e{content}\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e'),h=CKEDITOR.document.getBody().append(CKEDITOR.dom.element.createFromHtml(g.output({content:l, +id:a.id,langDir:a.lang.dir,langCode:a.langCode,name:a.name,style:"display:none;z-index:"+(d.baseFloatZIndex-1),topId:a.ui.spaceId("top"),voiceLabel:a.title}))),m=CKEDITOR.tools.eventsBuffer(500,k),e=CKEDITOR.tools.eventsBuffer(100,k);h.unselectable();h.on("mousedown",function(a){a=a.data;a.getTarget().hasAscendant("a",1)||a.preventDefault()});a.on("focus",function(b){k(b);a.on("change",m.input);f.on("scroll",e.input);f.on("resize",e.input)});a.on("blur",function(){h.hide();a.removeListener("change", +m.input);f.removeListener("scroll",e.input);f.removeListener("resize",e.input)});a.on("destroy",function(){f.removeListener("scroll",e.input);f.removeListener("resize",e.input);h.clearCustomData();h.remove()});a.focusManager.hasFocus&&h.show();a.focusManager.add(h,1)}}var f=CKEDITOR.document.getWindow(),b=CKEDITOR.tools.cssLength;CKEDITOR.plugins.add("floatingspace",{init:function(b){b.on("loaded",function(){a(this)},null,null,20)}})}(),CKEDITOR.plugins.add("listblock",{requires:"panel",onLoad:function(){var a= +CKEDITOR.addTemplate("panel-list",'\x3cul role\x3d"presentation" class\x3d"cke_panel_list"\x3e{items}\x3c/ul\x3e'),f=CKEDITOR.addTemplate("panel-list-item",'\x3cli id\x3d"{id}" class\x3d"cke_panel_listItem" role\x3dpresentation\x3e\x3ca id\x3d"{id}_option" _cke_focus\x3d1 hidefocus\x3dtrue title\x3d"{title}" draggable\x3d"false" ondragstart\x3d"return false;" href\x3d"javascript:void(\'{val}\')" {onclick}\x3d"CKEDITOR.tools.callFunction({clickFn},\'{val}\'); return false;" role\x3d"option"\x3e{text}\x3c/a\x3e\x3c/li\x3e'), +b=CKEDITOR.addTemplate("panel-list-group",'\x3ch1 id\x3d"{id}" draggable\x3d"false" ondragstart\x3d"return false;" class\x3d"cke_panel_grouptitle" role\x3d"presentation" \x3e{label}\x3c/h1\x3e'),c=/\'/g;CKEDITOR.ui.panel.prototype.addListBlock=function(a,b){return this.addBlock(a,new CKEDITOR.ui.listBlock(this.getHolderElement(),b))};CKEDITOR.ui.listBlock=CKEDITOR.tools.createClass({base:CKEDITOR.ui.panel.block,$:function(a,b){b=b||{};var c=b.attributes||(b.attributes={});(this.multiSelect=!!b.multiSelect)&& +(c["aria-multiselectable"]=!0);!c.role&&(c.role="listbox");this.base.apply(this,arguments);this.element.setAttribute("role",c.role);c=this.keys;c[40]="next";c[9]="next";c[38]="prev";c[CKEDITOR.SHIFT+9]="prev";c[32]=CKEDITOR.env.ie?"mouseup":"click";CKEDITOR.env.ie&&(c[13]="mouseup");this._.pendingHtml=[];this._.pendingList=[];this._.items={};this._.groups={}},_:{close:function(){if(this._.started){var b=a.output({items:this._.pendingList.join("")});this._.pendingList=[];this._.pendingHtml.push(b); +delete this._.started}},getClick:function(){this._.click||(this._.click=CKEDITOR.tools.addFunction(function(a){var b=this.toggle(a);if(this.onClick)this.onClick(a,b)},this));return this._.click}},proto:{add:function(a,b,k){var g=CKEDITOR.tools.getNextId();this._.started||(this._.started=1,this._.size=this._.size||0);this._.items[a]=g;var h;h=CKEDITOR.tools.htmlEncodeAttr(a).replace(c,"\\'");a={id:g,val:h,onclick:CKEDITOR.env.ie?'onclick\x3d"return false;" onmouseup':"onclick",clickFn:this._.getClick(), +title:CKEDITOR.tools.htmlEncodeAttr(k||a),text:b||a};this._.pendingList.push(f.output(a))},startGroup:function(a){this._.close();var c=CKEDITOR.tools.getNextId();this._.groups[a]=c;this._.pendingHtml.push(b.output({id:c,label:a}))},commit:function(){this._.close();this.element.appendHtml(this._.pendingHtml.join(""));delete this._.size;this._.pendingHtml=[]},toggle:function(a){var b=this.isMarked(a);b?this.unmark(a):this.mark(a);return!b},hideGroup:function(a){var b=(a=this.element.getDocument().getById(this._.groups[a]))&& +a.getNext();a&&(a.setStyle("display","none"),b&&"ul"==b.getName()&&b.setStyle("display","none"))},hideItem:function(a){this.element.getDocument().getById(this._.items[a]).setStyle("display","none")},showAll:function(){var a=this._.items,b=this._.groups,c=this.element.getDocument(),g;for(g in a)c.getById(a[g]).setStyle("display","");for(var f in b)a=c.getById(b[f]),g=a.getNext(),a.setStyle("display",""),g&&"ul"==g.getName()&&g.setStyle("display","")},mark:function(a){this.multiSelect||this.unmarkAll(); +a=this._.items[a];var b=this.element.getDocument().getById(a);b.addClass("cke_selected");this.element.getDocument().getById(a+"_option").setAttribute("aria-selected",!0);this.onMark&&this.onMark(b)},markFirstDisplayed:function(){var a=this;this._.markFirstDisplayed(function(){a.multiSelect||a.unmarkAll()})},unmark:function(a){var b=this.element.getDocument();a=this._.items[a];var c=b.getById(a);c.removeClass("cke_selected");b.getById(a+"_option").removeAttribute("aria-selected");this.onUnmark&&this.onUnmark(c)}, +unmarkAll:function(){var a=this._.items,b=this.element.getDocument(),c;for(c in a){var g=a[c];b.getById(g).removeClass("cke_selected");b.getById(g+"_option").removeAttribute("aria-selected")}this.onUnmark&&this.onUnmark()},isMarked:function(a){return this.element.getDocument().getById(this._.items[a]).hasClass("cke_selected")},focus:function(a){this._.focusIndex=-1;var b=this.element.getElementsByTag("a"),c,g=-1;if(a)for(c=this.element.getDocument().getById(this._.items[a]).getFirst();a=b.getItem(++g);){if(a.equals(c)){this._.focusIndex= +g;break}}else this.element.focus();c&&setTimeout(function(){c.focus()},0)}}})}}),CKEDITOR.plugins.add("richcombo",{requires:"floatpanel,listblock,button",beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_RICHCOMBO,CKEDITOR.ui.richCombo.handler)}}),function(){var a='\x3cspan id\x3d"{id}" class\x3d"cke_combo cke_combo__{name} {cls}" role\x3d"presentation"\x3e\x3cspan id\x3d"{id}_label" class\x3d"cke_combo_label"\x3e{label}\x3c/span\x3e\x3ca class\x3d"cke_combo_button" title\x3d"{title}" tabindex\x3d"-1"'+ +(CKEDITOR.env.gecko&&!CKEDITOR.env.hc?"":" href\x3d\"javascript:void('{titleJs}')\"")+' hidefocus\x3d"true" role\x3d"button" aria-labelledby\x3d"{id}_label" aria-haspopup\x3d"listbox"';CKEDITOR.env.gecko&&CKEDITOR.env.mac&&(a+=' onkeypress\x3d"return false;"');CKEDITOR.env.gecko&&(a+=' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');var a=a+(' onkeydown\x3d"return CKEDITOR.tools.callFunction({keydownFn},event,this);" onfocus\x3d"return CKEDITOR.tools.callFunction({focusFn},event);" '+(CKEDITOR.env.ie? +'onclick\x3d"return false;" onmouseup':"onclick")+'\x3d"CKEDITOR.tools.callFunction({clickFn},this);return false;"\x3e\x3cspan id\x3d"{id}_text" class\x3d"cke_combo_text cke_combo_inlinelabel"\x3e{label}\x3c/span\x3e\x3cspan class\x3d"cke_combo_open"\x3e\x3cspan class\x3d"cke_combo_arrow"\x3e'+(CKEDITOR.env.hc?"\x26#9660;":CKEDITOR.env.air?"\x26nbsp;":"")+"\x3c/span\x3e\x3c/span\x3e\x3c/a\x3e\x3c/span\x3e"),f=CKEDITOR.addTemplate("combo",a);CKEDITOR.UI_RICHCOMBO="richcombo";CKEDITOR.ui.richCombo= +CKEDITOR.tools.createClass({$:function(a){CKEDITOR.tools.extend(this,a,{canGroup:!1,title:a.label,modes:{wysiwyg:1},editorFocus:1});a=this.panel||{};delete this.panel;this.id=CKEDITOR.tools.getNextNumber();this.document=a.parent&&a.parent.getDocument()||CKEDITOR.document;a.className="cke_combopanel";a.block={multiSelect:a.multiSelect,attributes:a.attributes};a.toolbarRelated=!0;this._={panelDefinition:a,items:{},listeners:[]}},proto:{renderHtml:function(a){var c=[];this.render(a,c);return c.join("")}, +render:function(a,c){function d(){if(this.getState()!=CKEDITOR.TRISTATE_ON){var c=this.modes[a.mode]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED;a.readOnly&&!this.readOnly&&(c=CKEDITOR.TRISTATE_DISABLED);this.setState(c);this.setValue("");c!=CKEDITOR.TRISTATE_DISABLED&&this.refresh&&this.refresh()}}var l=CKEDITOR.env,k="cke_"+this.id,g=CKEDITOR.tools.addFunction(function(c){q&&(a.unlockSelection(1),q=0);m.execute(c)},this),h=this,m={id:k,combo:this,focus:function(){CKEDITOR.document.getById(k).getChild(1).focus()}, +execute:function(c){var d=h._;if(d.state!=CKEDITOR.TRISTATE_DISABLED)if(h.createPanel(a),d.on)d.panel.hide();else{h.commit();var e=h.getValue();e?d.list.mark(e):d.list.unmarkAll();d.panel.showBlock(h.id,new CKEDITOR.dom.element(c),4)}},clickFn:g};this._.listeners.push(a.on("activeFilterChange",d,this));this._.listeners.push(a.on("mode",d,this));this._.listeners.push(a.on("selectionChange",d,this));!this.readOnly&&this._.listeners.push(a.on("readOnly",d,this));var e=CKEDITOR.tools.addFunction(function(a, +b){a=new CKEDITOR.dom.event(a);var c=a.getKeystroke();switch(c){case 13:case 32:case 40:CKEDITOR.tools.callFunction(g,b);break;default:m.onkey(m,c)}a.preventDefault()}),n=CKEDITOR.tools.addFunction(function(){m.onfocus&&m.onfocus()}),q=0;m.keyDownFn=e;l={id:k,name:this.name||this.command,label:this.label,title:this.title,cls:this.className||"",titleJs:l.gecko&&!l.hc?"":(this.title||"").replace("'",""),keydownFn:e,focusFn:n,clickFn:g};f.output(l,c);if(this.onRender)this.onRender();return m},createPanel:function(a){if(!this._.panel){var c= +this._.panelDefinition,d=this._.panelDefinition.block,f=c.parent||CKEDITOR.document.getBody(),k="cke_combopanel__"+this.name,g=new CKEDITOR.ui.floatPanel(a,f,c),c=g.addListBlock(this.id,d),h=this;g.onShow=function(){this.element.addClass(k);h.setState(CKEDITOR.TRISTATE_ON);h._.on=1;h.editorFocus&&!a.focusManager.hasFocus&&a.focus();if(h.onOpen)h.onOpen()};g.onHide=function(c){this.element.removeClass(k);h.setState(h.modes&&h.modes[a.mode]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED);h._.on=0; +if(!c&&h.onClose)h.onClose()};g.onEscape=function(){g.hide(1)};c.onClick=function(a,b){h.onClick&&h.onClick.call(h,a,b);g.hide()};this._.panel=g;this._.list=c;g.getBlock(this.id).onHide=function(){h._.on=0;h.setState(CKEDITOR.TRISTATE_OFF)};this.init&&this.init()}},setValue:function(a,c){this._.value=a;var d=this.document.getById("cke_"+this.id+"_text");d&&(a||c?d.removeClass("cke_combo_inlinelabel"):(c=this.label,d.addClass("cke_combo_inlinelabel")),d.setText("undefined"!=typeof c?c:a))},getValue:function(){return this._.value|| +""},unmarkAll:function(){this._.list.unmarkAll()},mark:function(a){this._.list.mark(a)},hideItem:function(a){this._.list.hideItem(a)},hideGroup:function(a){this._.list.hideGroup(a)},showAll:function(){this._.list.showAll()},add:function(a,c,d){this._.items[a]=d||a;this._.list.add(a,c,d)},startGroup:function(a){this._.list.startGroup(a)},commit:function(){this._.committed||(this._.list.commit(),this._.committed=1,CKEDITOR.ui.fire("ready",this));this._.committed=1},setState:function(a){if(this._.state!= +a){var c=this.document.getById("cke_"+this.id);c.setState(a,"cke_combo");a==CKEDITOR.TRISTATE_DISABLED?c.setAttribute("aria-disabled",!0):c.removeAttribute("aria-disabled");this._.state=a}},getState:function(){return this._.state},enable:function(){this._.state==CKEDITOR.TRISTATE_DISABLED&&this.setState(this._.lastState)},disable:function(){this._.state!=CKEDITOR.TRISTATE_DISABLED&&(this._.lastState=this._.state,this.setState(CKEDITOR.TRISTATE_DISABLED))},destroy:function(){CKEDITOR.tools.array.forEach(this._.listeners, +function(a){a.removeListener()});this._.listeners=[]}},statics:{handler:{create:function(a){return new CKEDITOR.ui.richCombo(a)}}}});CKEDITOR.ui.prototype.addRichCombo=function(a,c){this.add(a,CKEDITOR.UI_RICHCOMBO,c)}}(),CKEDITOR.plugins.add("format",{requires:"richcombo",init:function(a){if(!a.blockless){for(var f=a.config,b=a.lang.format,c=f.format_tags.split(";"),d={},l=0,k=[],g=0;gb&&aI.version?" ":R,g=a.hotNode&&a.hotNode.getText()==d&&a.element.equals(a.hotNode)&&a.lastCmdDirection===!!c;h(a,function(d){g&&a.hotNode&&a.hotNode.remove();d[c?"insertAfter":"insertBefore"](b);d.setAttributes({"data-cke-magicline-hot":1, +"data-cke-magicline-dir":!!c});a.lastCmdDirection=!!c});I.ie||a.enterMode==CKEDITOR.ENTER_BR||a.hotNode.scrollIntoView();a.line.detach()}return function(g){g=g.getSelection().getStartElement();var f;g=g.getAscendant(U,1);if(!p(a,g)&&g&&!g.equals(a.editable)&&!g.contains(a.editable)){(f=k(g))&&"false"==f.getAttribute("contenteditable")&&(g=f);a.element=g;f=d(a,g,!c);var h;n(f)&&f.is(a.triggers)&&f.is(X)&&(!d(a,f,!c)||(h=d(a,f,!c))&&n(h)&&h.is(a.triggers))?e(f):(h=b(a,g),n(h)&&(d(a,h,!c)?(g=d(a,h,!c))&& +n(g)&&g.is(a.triggers)&&e(h):e(h)))}}}()}}function e(a,b){if(!b||b.type!=CKEDITOR.NODE_ELEMENT||!b.$)return!1;var c=a.line;return c.wrap.equals(b)||c.wrap.contains(b)}function n(a){return a&&a.type==CKEDITOR.NODE_ELEMENT&&a.$}function q(a){if(!n(a))return!1;var b;(b=y(a))||(n(a)?(b={left:1,right:1,center:1},b=!(!b[a.getComputedStyle("float")]&&!b[a.getAttribute("align")])):b=!1);return b}function y(a){return!!{absolute:1,fixed:1}[a.getComputedStyle("position")]}function u(a,b){return n(b)?b.is(a.triggers): +null}function p(a,b){if(!b)return!1;for(var c=b.getParents(1),d=c.length;d--;)for(var e=a.tabuList.length;e--;)if(c[d].hasAttribute(a.tabuList[e]))return!0;return!1}function v(a,b,c){b=b[c?"getLast":"getFirst"](function(b){return a.isRelevant(b)&&!b.is(ha)});if(!b)return!1;t(a,b);return c?b.size.top>a.mouse.y:b.size.bottom(a.inInlineMode?d.editable.top+d.editable.height/2:Math.min(d.editable.height,d.pane.height)/ +2),b=b[h?"getLast":"getFirst"](function(a){return!(P(a)||S(a))});if(!b)return null;e(a,b)&&(b=a.line.wrap[h?"getPrevious":"getNext"](function(a){return!(P(a)||S(a))}));if(!n(b)||q(b)||!u(a,b))return null;t(a,b);return!h&&0<=b.size.top&&l(c.y,0,b.size.top+g)?(a=a.inInlineMode||0===d.scroll.y?O:W,new f([null,b,G,Q,a])):h&&b.size.bottom<=d.pane.height&&l(c.y,b.size.bottom-g,d.pane.height)?(a=a.inInlineMode||l(b.size.bottom,d.pane.height-g,d.pane.height)?K:W,new f([b,null,D,Q,a])):null}function r(a){var c= +a.mouse,e=a.view,g=a.triggerOffset,h=b(a);if(!h)return null;t(a,h);var g=Math.min(g,0|h.size.outerHeight/2),k=[],m,r;if(l(c.y,h.size.top-1,h.size.top+g))r=!1;else if(l(c.y,h.size.bottom-g,h.size.bottom+1))r=!0;else return null;if(q(h)||v(a,h,r)||h.getParent().is(Z))return null;var M=d(a,h,!r);if(M){if(M&&M.type==CKEDITOR.NODE_TEXT)return null;if(n(M)){if(q(M)||!u(a,M)||M.getParent().is(Z))return null;k=[M,h][r?"reverse":"concat"]().concat([N,Q])}}else h.equals(a.editable[r?"getLast":"getFirst"](a.isRelevant))? +(x(a),r&&l(c.y,h.size.bottom-g,e.pane.height)&&l(h.size.bottom,e.pane.height-g,e.pane.height)?m=K:l(c.y,0,h.size.top+g)&&(m=O)):m=W,k=[null,h][r?"reverse":"concat"]().concat([r?D:G,Q,m,h.equals(a.editable[r?"getLast":"getFirst"](a.isRelevant))?r?K:O:W]);return 0 in k?new f(k):null}function z(a,b,c,d){for(var e=b.getDocumentPosition(),g={},f={},h={},k={},l=Y.length;l--;)g[Y[l]]=parseInt(b.getComputedStyle.call(b,"border-"+Y[l]+"-width"),10)||0,h[Y[l]]=parseInt(b.getComputedStyle.call(b,"padding-"+ +Y[l]),10)||0,f[Y[l]]=parseInt(b.getComputedStyle.call(b,"margin-"+Y[l]),10)||0;c&&!d||A(a,d);k.top=e.y-(c?0:a.view.scroll.y);k.left=e.x-(c?0:a.view.scroll.x);k.outerWidth=b.$.offsetWidth;k.outerHeight=b.$.offsetHeight;k.height=k.outerHeight-(h.top+h.bottom+g.top+g.bottom);k.width=k.outerWidth-(h.left+h.right+g.left+g.right);k.bottom=k.top+k.outerHeight;k.right=k.left+k.outerWidth;a.inInlineMode&&(k.scroll={top:b.$.scrollTop,left:b.$.scrollLeft});return C({border:g,padding:h,margin:f,ignoreScroll:c}, +k,!0)}function t(a,b,c){if(!n(b))return b.size=null;if(!b.size)b.size={};else if(b.size.ignoreScroll==c&&b.size.date>new Date-ba)return null;return C(b.size,z(a,b,c),{date:+new Date},!0)}function x(a,b){a.view.editable=z(a,a.editable,b,!0)}function A(a,b){a.view||(a.view={});var c=a.view;if(!(!b&&c&&c.date>new Date-ba)){var d=a.win,c=d.getScrollPosition(),d=d.getViewPaneSize();C(a.view,{scroll:{x:c.x,y:c.y,width:a.doc.$.documentElement.scrollWidth-d.width,height:a.doc.$.documentElement.scrollHeight- +d.height},pane:{width:d.width,height:d.height,bottom:d.height+c.y},date:+new Date},!0)}}function B(a,b,c,d){for(var e=d,g=d,h=0,k=!1,l=!1,m=a.view.pane.height,n=a.mouse;n.y+hd.left-e.x&&cd.top-e.y&&bCKEDITOR.env.version,E=CKEDITOR.dtd,L={},G=128,D=64,N=32,Q=16, +O=4,K=2,W=1,R=" ",Z=E.$listItem,ha=E.$tableContent,X=C({},E.$nonEditable,E.$empty),U=E.$block,ba=100,ca="width:0px;height:0px;padding:0px;margin:0px;display:block;z-index:9999;color:#fff;position:absolute;font-size: 0px;line-height:0px;",V=ca+"border-color:transparent;display:block;border-style:solid;",M="\x3cspan\x3e"+R+"\x3c/span\x3e";L[CKEDITOR.ENTER_BR]="br";L[CKEDITOR.ENTER_P]="p";L[CKEDITOR.ENTER_DIV]="div";f.prototype={set:function(a,b,c){this.properties=a+b+(c||W);return this},is:function(a){return(this.properties& +a)==a}};var aa=function(){function a(b,c){var d=b.$.elementFromPoint(c.x,c.y);return d&&d.nodeType?new CKEDITOR.dom.element(d):null}return function(b,c,d){if(!b.mouse)return null;var g=b.doc,f=b.line.wrap;d=d||b.mouse;var h=a(g,d);c&&e(b,h)&&(f.hide(),h=a(g,d),f.show());return!h||h.type!=CKEDITOR.NODE_ELEMENT||!h.$||I.ie&&9>I.version&&!b.boundary.equals(h)&&!b.boundary.contains(h)?null:h}}(),P=CKEDITOR.dom.walker.whitespaces(),S=CKEDITOR.dom.walker.nodeType(CKEDITOR.NODE_COMMENT),T=function(){function b(e){var g= +e.element,f,h,k;if(!n(g)||g.contains(e.editable)||g.isReadOnly())return null;k=B(e,function(a,b){return!b.equals(a)},function(a,b){return aa(a,!0,b)},g);f=k.upper;h=k.lower;if(a(e,f,h))return k.set(N,8);if(f&&g.contains(f))for(;!f.getParent().equals(g);)f=f.getParent();else f=g.getFirst(function(a){return d(e,a)});if(h&&g.contains(h))for(;!h.getParent().equals(g);)h=h.getParent();else h=g.getLast(function(a){return d(e,a)});if(!f||!h)return null;t(e,f);t(e,h);if(!l(e.mouse.y,f.size.top,h.size.bottom))return null; +for(var g=Number.MAX_VALUE,m,r,M,q;h&&!h.equals(f)&&(r=f.getNext(e.isRelevant));)m=Math.abs(c(e,f,r)-e.mouse.y),m|<\/font>)/,l=/h.width&&(c.resize_minWidth=h.width);c.resize_minHeight> +h.height&&(c.resize_minHeight=h.height);CKEDITOR.document.on("mousemove",f);CKEDITOR.document.on("mouseup",b);a.document&&(a.document.on("mousemove",f),a.document.on("mouseup",b));d.preventDefault&&d.preventDefault()});a.on("destroy",function(){CKEDITOR.tools.removeFunction(n)});a.on("uiSpace",function(b){if("bottom"==b.data.space){var c="";m&&!e&&(c=" cke_resizer_horizontal");!m&&e&&(c=" cke_resizer_vertical");var g='\x3cspan id\x3d"'+d+'" class\x3d"cke_resizer'+c+" cke_resizer_"+l+'" title\x3d"'+ +CKEDITOR.tools.htmlEncode(a.lang.common.resize)+'" onmousedown\x3d"CKEDITOR.tools.callFunction('+n+', event)"\x3e'+("ltr"==l?"◢":"◣")+"\x3c/span\x3e";"ltr"==l&&"ltr"==c?b.data.html+=g:b.data.html=g+b.data.html}},a,null,100);a.on("maximize",function(b){a.ui.space("resizer")[b.data==CKEDITOR.TRISTATE_ON?"hide":"show"]()})}}}),CKEDITOR.plugins.add("menubutton",{requires:"button,menu",onLoad:function(){var a=function(a){var b=this._,c=b.menu;b.state!==CKEDITOR.TRISTATE_DISABLED&&(b.on&&c?c.hide():(b.previousState= +b.state,c||(c=b.menu=new CKEDITOR.menu(a,{panel:{className:"cke_menu_panel",attributes:{"aria-label":a.lang.common.options}}}),c.onHide=CKEDITOR.tools.bind(function(){var c=this.command?a.getCommand(this.command).modes:this.modes;this.setState(!c||c[a.mode]?b.previousState:CKEDITOR.TRISTATE_DISABLED);b.on=0},this),this.onMenu&&c.addListener(this.onMenu)),this.setState(CKEDITOR.TRISTATE_ON),b.on=1,setTimeout(function(){c.show(CKEDITOR.document.getById(b.id),4)},0)))};CKEDITOR.ui.menuButton=CKEDITOR.tools.createClass({base:CKEDITOR.ui.button, +$:function(f){delete f.panel;this.base(f);this.hasArrow="menu";this.click=a},statics:{handler:{create:function(a){return new CKEDITOR.ui.menuButton(a)}}}})},beforeInit:function(a){a.ui.addHandler(CKEDITOR.UI_MENUBUTTON,CKEDITOR.ui.menuButton.handler)}}),CKEDITOR.UI_MENUBUTTON="menubutton","use strict",CKEDITOR.plugins.add("scayt",{requires:"menubutton,dialog",tabToOpen:null,dialogName:"scaytDialog",onLoad:function(a){"moono-lisa"==(CKEDITOR.skinName||a.config.skin)&&CKEDITOR.document.appendStyleSheet(CKEDITOR.getUrl(this.path+ +"skins/"+CKEDITOR.skin.name+"/scayt.css"));CKEDITOR.document.appendStyleSheet(CKEDITOR.getUrl(this.path+"dialogs/dialog.css"))},init:function(a){var f=this,b=CKEDITOR.plugins.scayt;this.bindEvents(a);this.parseConfig(a);this.addRule(a);CKEDITOR.dialog.add(this.dialogName,CKEDITOR.getUrl(this.path+"dialogs/options.js"));this.addMenuItems(a);var c=a.lang.scayt,d=CKEDITOR.env;a.ui.add("Scayt",CKEDITOR.UI_MENUBUTTON,{label:c.text_title,title:a.plugins.wsc?a.lang.wsc.title:c.text_title,modes:{wysiwyg:!(d.ie&& +(8>d.version||d.quirks))},toolbar:"spellchecker,20",refresh:function(){var c=a.ui.instances.Scayt.getState();a.scayt&&(c=b.state.scayt[a.name]?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF);a.fire("scaytButtonState",c)},onRender:function(){var b=this;a.on("scaytButtonState",function(a){void 0!==typeof a.data&&b.setState(a.data)})},onMenu:function(){var c=a.scayt;a.getMenuItem("scaytToggle").label=a.lang.scayt[c&&b.state.scayt[a.name]?"btn_disable":"btn_enable"];var d={scaytToggle:CKEDITOR.TRISTATE_OFF, +scaytOptions:c?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,scaytLangs:c?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,scaytDict:c?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,scaytAbout:c?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,WSC:a.plugins.wsc?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED};a.config.scayt_uiTabs[0]||delete d.scaytOptions;a.config.scayt_uiTabs[1]||delete d.scaytLangs;a.config.scayt_uiTabs[2]||delete d.scaytDict;c&&!CKEDITOR.plugins.scayt.isNewUdSupported(c)&& +(delete d.scaytDict,a.config.scayt_uiTabs[2]=0,CKEDITOR.plugins.scayt.alarmCompatibilityMessage());return d}});a.contextMenu&&a.addMenuItems&&(a.contextMenu.addListener(function(b,c){var d=a.scayt,h,m;d&&(m=d.getSelectionNode())&&(h=f.menuGenerator(a,m),d.showBanner("."+a.contextMenu._.definition.panel.className.split(" ").join(" .")));return h}),a.contextMenu._.onHide=CKEDITOR.tools.override(a.contextMenu._.onHide,function(b){return function(){var c=a.scayt;c&&c.hideBanner();return b.apply(this)}}))}, +addMenuItems:function(a){var f=this,b=CKEDITOR.plugins.scayt;a.addMenuGroup("scaytButton");for(var c=a.config.scayt_contextMenuItemsOrder.split("|"),d=0;da.config.scayt_maxSuggestions)a.config.scayt_maxSuggestions=3;if(void 0===a.config.scayt_minWordLength||"number"!=typeof a.config.scayt_minWordLength||1>a.config.scayt_minWordLength)a.config.scayt_minWordLength=3;if(void 0===a.config.scayt_customDictionaryIds||"string"!==typeof a.config.scayt_customDictionaryIds)a.config.scayt_customDictionaryIds="";if(void 0=== +a.config.scayt_userDictionaryName||"string"!==typeof a.config.scayt_userDictionaryName)a.config.scayt_userDictionaryName=null;if("string"===typeof a.config.scayt_uiTabs&&3===a.config.scayt_uiTabs.split(",").length){var b=[],c=[];a.config.scayt_uiTabs=a.config.scayt_uiTabs.split(",");CKEDITOR.tools.search(a.config.scayt_uiTabs,function(a){1===Number(a)||0===Number(a)?(c.push(!0),b.push(Number(a))):c.push(!1)});null===CKEDITOR.tools.search(c,!1)?a.config.scayt_uiTabs=b:a.config.scayt_uiTabs=[1,1,1]}else a.config.scayt_uiTabs= +[1,1,1];"string"!=typeof a.config.scayt_serviceProtocol&&(a.config.scayt_serviceProtocol=null);"string"!=typeof a.config.scayt_serviceHost&&(a.config.scayt_serviceHost=null);"string"!=typeof a.config.scayt_servicePort&&(a.config.scayt_servicePort=null);"string"!=typeof a.config.scayt_servicePath&&(a.config.scayt_servicePath=null);a.config.scayt_moreSuggestions||(a.config.scayt_moreSuggestions="on");"string"!==typeof a.config.scayt_customerId&&(a.config.scayt_customerId="1:WvF0D4-UtPqN1-43nkD4-NKvUm2-daQqk3-LmNiI-z7Ysb4-mwry24-T8YrS3-Q2tpq2"); +"string"!==typeof a.config.scayt_customPunctuation&&(a.config.scayt_customPunctuation="-");"string"!==typeof a.config.scayt_srcUrl&&(f=document.location.protocol,f=-1!=f.search(/https?:/)?f:"http:",a.config.scayt_srcUrl=f+"//svc.webspellchecker.net/spellcheck31/wscbundle/wscbundle.js");"boolean"!==typeof CKEDITOR.config.scayt_handleCheckDirty&&(CKEDITOR.config.scayt_handleCheckDirty=!0);"boolean"!==typeof CKEDITOR.config.scayt_handleUndoRedo&&(CKEDITOR.config.scayt_handleUndoRedo=!0);CKEDITOR.config.scayt_handleUndoRedo= +CKEDITOR.plugins.undo?CKEDITOR.config.scayt_handleUndoRedo:!1;"boolean"!==typeof a.config.scayt_multiLanguageMode&&(a.config.scayt_multiLanguageMode=!1);"object"!==typeof a.config.scayt_multiLanguageStyles&&(a.config.scayt_multiLanguageStyles={});a.config.scayt_ignoreAllCapsWords&&"boolean"!==typeof a.config.scayt_ignoreAllCapsWords&&(a.config.scayt_ignoreAllCapsWords=!1);a.config.scayt_ignoreDomainNames&&"boolean"!==typeof a.config.scayt_ignoreDomainNames&&(a.config.scayt_ignoreDomainNames=!1);a.config.scayt_ignoreWordsWithMixedCases&& +"boolean"!==typeof a.config.scayt_ignoreWordsWithMixedCases&&(a.config.scayt_ignoreWordsWithMixedCases=!1);a.config.scayt_ignoreWordsWithNumbers&&"boolean"!==typeof a.config.scayt_ignoreWordsWithNumbers&&(a.config.scayt_ignoreWordsWithNumbers=!1);if(a.config.scayt_disableOptionsStorage){var f=CKEDITOR.tools.isArray(a.config.scayt_disableOptionsStorage)?a.config.scayt_disableOptionsStorage:"string"===typeof a.config.scayt_disableOptionsStorage?[a.config.scayt_disableOptionsStorage]:void 0,d="all options lang ignore-all-caps-words ignore-domain-names ignore-words-with-mixed-cases ignore-words-with-numbers".split(" "), +l=["lang","ignore-all-caps-words","ignore-domain-names","ignore-words-with-mixed-cases","ignore-words-with-numbers"],k=CKEDITOR.tools.search,g=CKEDITOR.tools.indexOf;a.config.scayt_disableOptionsStorage=function(a){for(var b=[],c=0;ca.config.scayt_cacheSize)a.config.scayt_cacheSize=4E3},addRule:function(a){var f=CKEDITOR.plugins.scayt,b=a.dataProcessor,c=b&&b.htmlFilter,d=a._.elementsPath&&a._.elementsPath.filters,b=b&&b.dataFilter,l=a.addRemoveFormatFilter,k=function(b){if(a.scayt&&(b.hasAttribute(f.options.data_attribute_name)||b.hasAttribute(f.options.problem_grammar_data_attribute)))return!1},g=function(b){var c= +!0;a.scayt&&(b.hasAttribute(f.options.data_attribute_name)||b.hasAttribute(f.options.problem_grammar_data_attribute))&&(c=!1);return c};d&&d.push(k);b&&b.addRules({elements:{span:function(a){var b=a.hasClass(f.options.misspelled_word_class)&&a.attributes[f.options.data_attribute_name],c=a.hasClass(f.options.problem_grammar_class)&&a.attributes[f.options.problem_grammar_data_attribute];f&&(b||c)&&delete a.name;return a}}});c&&c.addRules({elements:{span:function(a){var b=a.hasClass(f.options.misspelled_word_class)&& +a.attributes[f.options.data_attribute_name],c=a.hasClass(f.options.problem_grammar_class)&&a.attributes[f.options.problem_grammar_data_attribute];f&&(b||c)&&delete a.name;return a}}});l&&l.call(a,g)},scaytMenuDefinition:function(a){var f=this,b=CKEDITOR.plugins.scayt;a=a.scayt;return{scayt:{scayt_ignore:{label:a.getLocal("btn_ignore"),group:"scayt_control",order:1,exec:function(a){a.scayt.ignoreWord()}},scayt_ignoreall:{label:a.getLocal("btn_ignoreAll"),group:"scayt_control",order:2,exec:function(a){a.scayt.ignoreAllWords()}}, +scayt_add:{label:a.getLocal("btn_addWord"),group:"scayt_control",order:3,exec:function(a){var b=a.scayt;setTimeout(function(){b.addWordToUserDictionary()},10)}},scayt_option:{label:a.getLocal("btn_options"),group:"scayt_control",order:4,exec:function(a){a.scayt.tabToOpen="options";b.openDialog(f.dialogName,a)},verification:function(a){return 1==a.config.scayt_uiTabs[0]?!0:!1}},scayt_language:{label:a.getLocal("btn_langs"),group:"scayt_control",order:5,exec:function(a){a.scayt.tabToOpen="langs";b.openDialog(f.dialogName, +a)},verification:function(a){return 1==a.config.scayt_uiTabs[1]?!0:!1}},scayt_dictionary:{label:a.getLocal("btn_dictionaries"),group:"scayt_control",order:6,exec:function(a){a.scayt.tabToOpen="dictionaries";b.openDialog(f.dialogName,a)},verification:function(a){return 1==a.config.scayt_uiTabs[2]?!0:!1}},scayt_about:{label:a.getLocal("btn_about"),group:"scayt_control",order:7,exec:function(a){a.scayt.tabToOpen="about";b.openDialog(f.dialogName,a)}}},grayt:{grayt_problemdescription:{label:"Grammar problem description", +group:"grayt_description",order:1,state:CKEDITOR.TRISTATE_DISABLED,exec:function(a){}},grayt_ignore:{label:a.getLocal("btn_ignore"),group:"grayt_control",order:2,exec:function(a){a.scayt.ignorePhrase()}},grayt_ignoreall:{label:a.getLocal("btn_ignoreAll"),group:"grayt_control",order:3,exec:function(a){a.scayt.ignoreAllPhrases()}}}}},buildSuggestionMenuItems:function(a,f,b){var c={},d={},l=b?"word":"phrase",k=b?"startGrammarCheck":"startSpellCheck",g=a.scayt;if(0=parseInt(f)*Math.pow(10,b)}return f?Array(7).join(String.fromCharCode(8203)):String.fromCharCode(8203)}()}],state:{scayt:{},grayt:{}},warningCounter:0,suggestions:[],options:{disablingCommandExec:{source:!0,newpage:!0,templates:!0},data_attribute_name:"data-scayt-word",misspelled_word_class:"scayt-misspell-word",problem_grammar_data_attribute:"data-grayt-phrase",problem_grammar_class:"gramm-problem"},backCompatibilityMap:{scayt_service_protocol:"scayt_serviceProtocol",scayt_service_host:"scayt_serviceHost", +scayt_service_port:"scayt_servicePort",scayt_service_path:"scayt_servicePath",scayt_customerid:"scayt_customerId"},openDialog:function(a,f){var b=f.scayt;b.isAllModulesReady&&!1===b.isAllModulesReady()||(f.lockSelection(),f.openDialog(a))},alarmCompatibilityMessage:function(){5>this.warningCounter&&(console.warn("You are using the latest version of SCAYT plugin for CKEditor with the old application version. In order to have access to the newest features, it is recommended to upgrade the application version to latest one as well. Contact us for more details at support@webspellchecker.net."), +this.warningCounter+=1)},isNewUdSupported:function(a){return a.getUserDictionary?!0:!1},reloadMarkup:function(a){var f;a&&(f=a.getScaytLangList(),a.reloadMarkup?a.reloadMarkup():(this.alarmCompatibilityMessage(),f&&f.ltr&&f.rtl&&a.fire("startSpellCheck, startGrammarCheck")))},replaceOldOptionsNames:function(a){for(var f in a)f in this.backCompatibilityMap&&(a[this.backCompatibilityMap[f]]=a[f],delete a[f])},createScayt:function(a){var f=this,b=CKEDITOR.plugins.scayt;this.loadScaytLibrary(a,function(a){function d(a){return new SCAYT.CKSCAYT(a, +function(){},function(){})}var l;a.window&&(l="BODY"==a.editable().$.nodeName?a.window.getFrame():a.editable());if(l){l={lang:a.config.scayt_sLang,container:l.$,customDictionary:a.config.scayt_customDictionaryIds,userDictionaryName:a.config.scayt_userDictionaryName,localization:a.langCode,customer_id:a.config.scayt_customerId,customPunctuation:a.config.scayt_customPunctuation,debug:a.config.scayt_debug,data_attribute_name:f.options.data_attribute_name,misspelled_word_class:f.options.misspelled_word_class, +problem_grammar_data_attribute:f.options.problem_grammar_data_attribute,problem_grammar_class:f.options.problem_grammar_class,"options-to-restore":a.config.scayt_disableOptionsStorage,focused:a.editable().hasFocus,ignoreElementsRegex:a.config.scayt_elementsToIgnore,ignoreGraytElementsRegex:a.config.grayt_elementsToIgnore,minWordLength:a.config.scayt_minWordLength,multiLanguageMode:a.config.scayt_multiLanguageMode,multiLanguageStyles:a.config.scayt_multiLanguageStyles,graytAutoStartup:a.config.grayt_autoStartup, +disableCache:a.config.scayt_disableCache,cacheSize:a.config.scayt_cacheSize,charsToObserve:b.charsToObserve};a.config.scayt_serviceProtocol&&(l.service_protocol=a.config.scayt_serviceProtocol);a.config.scayt_serviceHost&&(l.service_host=a.config.scayt_serviceHost);a.config.scayt_servicePort&&(l.service_port=a.config.scayt_servicePort);a.config.scayt_servicePath&&(l.service_path=a.config.scayt_servicePath);"boolean"===typeof a.config.scayt_ignoreAllCapsWords&&(l["ignore-all-caps-words"]=a.config.scayt_ignoreAllCapsWords); +"boolean"===typeof a.config.scayt_ignoreDomainNames&&(l["ignore-domain-names"]=a.config.scayt_ignoreDomainNames);"boolean"===typeof a.config.scayt_ignoreWordsWithMixedCases&&(l["ignore-words-with-mixed-cases"]=a.config.scayt_ignoreWordsWithMixedCases);"boolean"===typeof a.config.scayt_ignoreWordsWithNumbers&&(l["ignore-words-with-numbers"]=a.config.scayt_ignoreWordsWithNumbers);var k;try{k=d(l)}catch(g){f.alarmCompatibilityMessage(),delete l.charsToObserve,k=d(l)}k.subscribe("suggestionListSend", +function(a){for(var b={},c=[],d=0;d=parseInt(a.getAttribute("border"),10))&&a.addClass("cke_show_border")})},afterInit:function(a){var b=a.dataProcessor;a=b&&b.dataFilter;b=b&&b.htmlFilter;a&&a.addRules({elements:{table:function(a){a=a.attributes;var b=a["class"],f=parseInt(a.border,10);f&&!(0>=f)||b&&-1!=b.indexOf("cke_show_border")||(a["class"]=(b||"")+" cke_show_border")}}});b&&b.addRules({elements:{table:function(a){a=a.attributes;var b=a["class"];b&&(a["class"]=b.replace("cke_show_border","").replace(/\s{2}/," ").replace(/^\s+|\s+$/, +""))}}})}});CKEDITOR.on("dialogDefinition",function(a){var b=a.data.name;if("table"==b||"tableProperties"==b)if(a=a.data.definition,b=a.getContents("info").get("txtBorder"),b.commit=CKEDITOR.tools.override(b.commit,function(a){return function(b,f){a.apply(this,arguments);var k=parseInt(this.getValue(),10);f[!k||0>=k?"addClass":"removeClass"]("cke_show_border")}}),a=(a=a.getContents("advanced"))&&a.get("advCSSClasses"))a.setup=CKEDITOR.tools.override(a.setup,function(a){return function(){a.apply(this, +arguments);this.setValue(this.getValue().replace(/cke_show_border/,""))}}),a.commit=CKEDITOR.tools.override(a.commit,function(a){return function(b,f){a.apply(this,arguments);parseInt(f.getAttribute("border"),10)||f.addClass("cke_show_border")}})})}(),function(){CKEDITOR.plugins.add("sourcearea",{init:function(f){function b(){var a=d&&this.equals(CKEDITOR.document.getActive());this.hide();this.setStyle("height",this.getParent().$.clientHeight+"px");this.setStyle("width",this.getParent().$.clientWidth+ +"px");this.show();a&&this.focus()}if(f.elementMode!=CKEDITOR.ELEMENT_MODE_INLINE){var c=CKEDITOR.plugins.sourcearea;f.addMode("source",function(c){var d=f.ui.space("contents").getDocument().createElement("textarea");d.setStyles(CKEDITOR.tools.extend({width:CKEDITOR.env.ie7Compat?"99%":"100%",height:"100%",resize:"none",outline:"none","text-align":"left"},CKEDITOR.tools.cssVendorPrefix("tab-size",f.config.sourceAreaTabSize||4)));d.setAttribute("dir","ltr");d.addClass("cke_source").addClass("cke_reset").addClass("cke_enable_context_menu"); +f.ui.space("contents").append(d);d=f.editable(new a(f,d));d.setData(f.getData(1));CKEDITOR.env.ie&&(d.attachListener(f,"resize",b,d),d.attachListener(CKEDITOR.document.getWindow(),"resize",b,d),CKEDITOR.tools.setTimeout(b,0,d));f.fire("ariaWidget",this);c()});f.addCommand("source",c.commands.source);f.ui.addButton&&f.ui.addButton("Source",{label:f.lang.sourcearea.toolbar,command:"source",toolbar:"mode,10"});f.on("mode",function(){f.getCommand("source").setState("source"==f.mode?CKEDITOR.TRISTATE_ON: +CKEDITOR.TRISTATE_OFF)});var d=CKEDITOR.env.ie&&9==CKEDITOR.env.version}}});var a=CKEDITOR.tools.createClass({base:CKEDITOR.editable,proto:{setData:function(a){this.setValue(a);this.status="ready";this.editor.fire("dataReady")},getData:function(){return this.getValue()},insertHtml:function(){},insertElement:function(){},insertText:function(){},setReadOnly:function(a){this[(a?"set":"remove")+"Attribute"]("readOnly","readonly")},detach:function(){a.baseProto.detach.call(this);this.clearCustomData(); +this.remove()}}})}(),CKEDITOR.plugins.sourcearea={commands:{source:{modes:{wysiwyg:1,source:1},editorFocus:!1,readOnly:1,exec:function(a){"wysiwyg"==a.mode&&a.fire("saveSnapshot");a.getCommand("source").setState(CKEDITOR.TRISTATE_DISABLED);a.setMode("source"==a.mode?"wysiwyg":"source")},canUndo:!1}}},CKEDITOR.plugins.add("specialchar",{availableLangs:{af:1,ar:1,az:1,bg:1,ca:1,cs:1,cy:1,da:1,de:1,"de-ch":1,el:1,en:1,"en-au":1,"en-ca":1,"en-gb":1,eo:1,es:1,"es-mx":1,et:1,eu:1,fa:1,fi:1,fr:1,"fr-ca":1, +gl:1,he:1,hr:1,hu:1,id:1,it:1,ja:1,km:1,ko:1,ku:1,lt:1,lv:1,nb:1,nl:1,no:1,oc:1,pl:1,pt:1,"pt-br":1,ro:1,ru:1,si:1,sk:1,sl:1,sq:1,sr:1,"sr-latn":1,sv:1,th:1,tr:1,tt:1,ug:1,uk:1,vi:1,zh:1,"zh-cn":1},requires:"dialog",init:function(a){var f=this;CKEDITOR.dialog.add("specialchar",this.path+"dialogs/specialchar.js");a.addCommand("specialchar",{exec:function(){var b=a.langCode,b=f.availableLangs[b]?b:f.availableLangs[b.replace(/-.*/,"")]?b.replace(/-.*/,""):"en";CKEDITOR.scriptLoader.load(CKEDITOR.getUrl(f.path+ +"dialogs/lang/"+b+".js"),function(){CKEDITOR.tools.extend(a.lang.specialchar,f.langEntries[b]);a.openDialog("specialchar")})},modes:{wysiwyg:1},canUndo:!1});a.ui.addButton&&a.ui.addButton("SpecialChar",{label:a.lang.specialchar.toolbar,command:"specialchar",toolbar:"insert,50"})}}),CKEDITOR.config.specialChars="! \x26quot; # $ % \x26amp; ' ( ) * + - . / 0 1 2 3 4 5 6 7 8 9 : ; \x26lt; \x3d \x26gt; ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x26euro; \x26lsquo; \x26rsquo; \x26ldquo; \x26rdquo; \x26ndash; \x26mdash; \x26iexcl; \x26cent; \x26pound; \x26curren; \x26yen; \x26brvbar; \x26sect; \x26uml; \x26copy; \x26ordf; \x26laquo; \x26not; \x26reg; \x26macr; \x26deg; \x26sup2; \x26sup3; \x26acute; \x26micro; \x26para; \x26middot; \x26cedil; \x26sup1; \x26ordm; \x26raquo; \x26frac14; \x26frac12; \x26frac34; \x26iquest; \x26Agrave; \x26Aacute; \x26Acirc; \x26Atilde; \x26Auml; \x26Aring; \x26AElig; \x26Ccedil; \x26Egrave; \x26Eacute; \x26Ecirc; \x26Euml; \x26Igrave; \x26Iacute; \x26Icirc; \x26Iuml; \x26ETH; \x26Ntilde; \x26Ograve; \x26Oacute; \x26Ocirc; \x26Otilde; \x26Ouml; \x26times; \x26Oslash; \x26Ugrave; \x26Uacute; \x26Ucirc; \x26Uuml; \x26Yacute; \x26THORN; \x26szlig; \x26agrave; \x26aacute; \x26acirc; \x26atilde; \x26auml; \x26aring; \x26aelig; \x26ccedil; \x26egrave; \x26eacute; \x26ecirc; \x26euml; \x26igrave; \x26iacute; \x26icirc; \x26iuml; \x26eth; \x26ntilde; \x26ograve; \x26oacute; \x26ocirc; \x26otilde; \x26ouml; \x26divide; \x26oslash; \x26ugrave; \x26uacute; \x26ucirc; \x26uuml; \x26yacute; \x26thorn; \x26yuml; \x26OElig; \x26oelig; \x26#372; \x26#374 \x26#373 \x26#375; \x26sbquo; \x26#8219; \x26bdquo; \x26hellip; \x26trade; \x26#9658; \x26bull; \x26rarr; \x26rArr; \x26hArr; \x26diams; \x26asymp;".split(" "), +function(){CKEDITOR.plugins.add("stylescombo",{requires:"richcombo",init:function(a){var f=a.config,b=a.lang.stylescombo,c={},d=[],l=[];a.on("stylesSet",function(b){if(b=b.data.styles){for(var g,h,m,e=0,n=b.length;e=b)for(g=this.getNextSourceNode(a,CKEDITOR.NODE_ELEMENT);g;){if(g.isVisible()&&0===g.getTabIndex()){l=g;break}g=g.getNextSourceNode(!1,CKEDITOR.NODE_ELEMENT)}else for(g=this.getDocument().getBody().getFirst();g=g.getNextSourceNode(!1,CKEDITOR.NODE_ELEMENT);){if(!c)if(!d&&g.equals(this)){if(d=!0,a){if(!(g=g.getNextSourceNode(!0,CKEDITOR.NODE_ELEMENT)))break;c=1}}else d&&!this.contains(g)&&(c=1);if(g.isVisible()&&!(0>(h=g.getTabIndex()))){if(c&&h==b){l= +g;break}h>b&&(!l||!k||h(g=h.getTabIndex())))if(0>=b){if(c&&0===g){l=h;break}g>k&& +(l=h,k=g)}else{if(c&&g==b){l=h;break}gk)&&(l=h,k=g)}}l&&l.focus()},CKEDITOR.plugins.add("table",{requires:"dialog",init:function(a){function f(a){return CKEDITOR.tools.extend(a||{},{contextSensitive:1,refresh:function(a,b){this.setState(b.contains("table",1)?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)}})}if(!a.blockless){var b=a.lang.table;a.addCommand("table",new CKEDITOR.dialogCommand("table",{context:"table",allowedContent:"table{width,height,border-collapse}[align,border,cellpadding,cellspacing,summary];caption tbody thead tfoot;th td tr[scope];td{border*,background-color,vertical-align,width,height}[colspan,rowspan];"+ +(a.plugins.dialogadvtab?"table"+a.plugins.dialogadvtab.allowedContent():""),requiredContent:"table",contentTransformations:[["table{width}: sizeToStyle","table[width]: sizeToAttribute"],["td: splitBorderShorthand"],[{element:"table",right:function(a){if(a.styles){var b;if(a.styles.border)b=CKEDITOR.tools.style.parse.border(a.styles.border);else if(CKEDITOR.env.ie&&8===CKEDITOR.env.version){var f=a.styles;f["border-left"]&&f["border-left"]===f["border-right"]&&f["border-right"]===f["border-top"]&& +f["border-top"]===f["border-bottom"]&&(b=CKEDITOR.tools.style.parse.border(f["border-top"]))}b&&b.style&&"solid"===b.style&&b.width&&0!==parseFloat(b.width)&&(a.attributes.border=1);"collapse"==a.styles["border-collapse"]&&(a.attributes.cellspacing=0)}}}]]}));a.addCommand("tableProperties",new CKEDITOR.dialogCommand("tableProperties",f()));a.addCommand("tableDelete",f({exec:function(a){var b=a.elementPath().contains("table",1);if(b){var f=b.getParent(),k=a.editable();1!=f.getChildCount()||f.is("td", +"th")||f.equals(k)||(b=f);a=a.createRange();a.moveToPosition(b,CKEDITOR.POSITION_BEFORE_START);b.remove();a.select()}}}));a.ui.addButton&&a.ui.addButton("Table",{label:b.toolbar,command:"table",toolbar:"insert,30"});CKEDITOR.dialog.add("table",this.path+"dialogs/table.js");CKEDITOR.dialog.add("tableProperties",this.path+"dialogs/table.js");a.addMenuItems&&a.addMenuItems({table:{label:b.menu,command:"tableProperties",group:"table",order:5},tabledelete:{label:b.deleteTable,command:"tableDelete",group:"table", +order:1}});a.on("doubleclick",function(a){a.data.element.is("table")&&(a.data.dialog="tableProperties")});a.contextMenu&&a.contextMenu.addListener(function(){return{tabledelete:CKEDITOR.TRISTATE_OFF,table:CKEDITOR.TRISTATE_OFF}})}}}),function(){function a(a,b){function c(a){return b?b.contains(a)&&a.getAscendant("table",!0).equals(b):!0}function d(a){0d)d=g}return d}function l(b,c){for(var e=p(b)?b:a(b),g=e[0].getAscendant("table"),f=d(e,1),e=d(e),h=c?f:e,k=CKEDITOR.tools.buildTableMap(g),g=[],f=[],e=[],l=k.length,m=0;ml?new CKEDITOR.dom.element(h[0][l+1]):k&&-1!==h[0][k-1].cellIndex?new CKEDITOR.dom.element(h[0][k-1]):new CKEDITOR.dom.element(e.$.parentNode);m.length==b&&(d[0].moveToPosition(e,CKEDITOR.POSITION_AFTER_END),d[0].select(),e.remove());return k}function g(a,b){var c=a.getStartElement().getAscendant({td:1,th:1},!0);if(c){var d=c.clone();d.appendBogus();b?d.insertBefore(c):d.insertAfter(c)}}function h(b){if(b instanceof CKEDITOR.dom.selection){var c= +b.getRanges(),d=a(b),e=d[0]&&d[0].getAscendant("table"),g;a:{var f=0;g=d.length-1;for(var k={},l,n;l=d[f++];)CKEDITOR.dom.element.setMarker(k,l,"delete_cell",!0);for(f=0;l=d[f++];)if((n=l.getPrevious())&&!n.getCustomData("delete_cell")||(n=l.getNext())&&!n.getCustomData("delete_cell")){CKEDITOR.dom.element.clearAllMarkers(k);g=n;break a}CKEDITOR.dom.element.clearAllMarkers(k);f=d[0].getParent();(f=f.getPrevious())?g=f.getLast():(f=d[g].getParent(),g=(f=f.getNext())?f.getChild(0):null)}b.reset();for(b= +d.length-1;0<=b;b--)h(d[b]);g?m(g,!0):e&&(c[0].moveToPosition(e,CKEDITOR.POSITION_BEFORE_START),c[0].select(),e.remove())}else b instanceof CKEDITOR.dom.element&&(c=b.getParent(),1==c.getChildCount()?c.remove():b.remove())}function m(a,b){var c=a.getDocument(),d=CKEDITOR.document;CKEDITOR.env.ie&&10==CKEDITOR.env.version&&(d.focus(),c.focus());c=new CKEDITOR.dom.range(c);c["moveToElementEdit"+(b?"End":"Start")](a)||(c.selectNodeContents(a),c.collapse(b?!1:!0));c.select(!0)}function e(a,b,c){a=a[b]; +if("undefined"==typeof c)return a;for(b=0;a&&bg.length)||(f=b.getCommonAncestor())&&f.type==CKEDITOR.NODE_ELEMENT&&f.is("table"))return!1;var h;b=g[0];f=b.getAscendant("table");var k=CKEDITOR.tools.buildTableMap(f),l=k.length,m=k[0].length,n=b.getParent().$.rowIndex,q=e(k,n,b);if(c){var p;try{var u=parseInt(b.getAttribute("rowspan"),10)||1; +h=parseInt(b.getAttribute("colspan"),10)||1;p=k["up"==c?n-u:"down"==c?n+u:n]["left"==c?q-h:"right"==c?q+h:q]}catch(y){return!1}if(!p||b.$==p)return!1;g["up"==c||"left"==c?"unshift":"push"](new CKEDITOR.dom.element(p))}c=b.getDocument();var L=n,u=p=0,G=!d&&new CKEDITOR.dom.documentFragment(c),D=0;for(c=0;c=m?b.removeAttribute("rowSpan"):b.$.rowSpan=p;p>=l?b.removeAttribute("colSpan"):b.$.colSpan=u;d=new CKEDITOR.dom.nodeList(f.$.rows);g=d.count();for(c=g-1;0<=c;c--)f=d.getItem(c),f.$.cells.length||(f.remove(),g++);return b} +function q(b,c){var d=a(b);if(1l){g.insertBefore(new CKEDITOR.dom.element(q));break}else q=null;q||f.append(g)}else for(m=n=1,f=g.clone(),f.insertAfter(g),f.append(g=d.clone()), +q=e(h,k),l=0;lc);n++){k[l+n]||(k[l+n]=[]);for(var q=0;q=d)break}}return k},function(){function a(a){return CKEDITOR.plugins.widget&&CKEDITOR.plugins.widget.isDomWidget(a)}function f(a, +b){var c=a.getAscendant("table"),d=b.getAscendant("table"),e=CKEDITOR.tools.buildTableMap(c),g=m(a),f=m(b),h=[],k={},l,n;c.contains(d)&&(b=b.getAscendant({td:1,th:1}),f=m(b));g>f&&(c=g,g=f,f=c,c=a,a=b,b=c);for(c=0;cn&&(c=l,l=n,n=c);for(c=g;c<=f;c++)for(g=l;g<=n;g++)d=new CKEDITOR.dom.element(e[c][g]),d.$&&!d.getCustomData("selected_cell")&&(h.push(d),CKEDITOR.dom.element.setMarker(k,d,"selected_cell", +!0));CKEDITOR.dom.element.clearAllMarkers(k);return h}function b(a){if(a)return a=a.clone(),a.enlarge(CKEDITOR.ENLARGE_ELEMENT),(a=a.getEnclosedNode())&&a.is&&a.is(CKEDITOR.dtd.$tableContent)}function c(a){return(a=a.editable().findOne(".cke_table-faked-selection"))&&a.getAscendant("table")}function d(a,b){var c=a.editable().find(".cke_table-faked-selection"),d=a.editable().findOne("[data-cke-table-faked-selection-table]"),e;a.fire("lockSnapshot");a.editable().removeClass("cke_table-faked-selection-editor"); +for(e=0;eb.count()||(b=f(b.getItem(0),b.getItem(b.count()-1)), +l(a,b))}function g(b,c,e){var g=r(b.getSelection(!0));c=c.is("table")?null:c;var h;(h=v.active&&!v.first)&&!(h=c)&&(h=b.getSelection().getRanges(),h=1CKEDITOR.env.version,l=a.blockless||CKEDITOR.env.ie?"span":"div",m,n,p,q;g.getById("cke_table_copybin")||(m=g.createElement(l),n=g.createElement(l),n.setAttributes({id:"cke_table_copybin","data-cke-temp":"1"}),m.setStyles({position:"absolute",width:"1px", +height:"1px",overflow:"hidden"}),m.setStyle("ltr"==a.config.contentsLangDirection?"left":"right","-5000px"),m.setHtml(a.getSelectedHtml(!0)),a.fire("lockSnapshot"),n.append(m),a.editable().append(n),q=a.on("selectionChange",c,null,null,0),k&&(p=h.scrollTop),f.selectNodeContents(m),f.select(),k&&(h.scrollTop=p),setTimeout(function(){n.remove();d.selectBookmarks(e);q.removeListener();a.fire("unlockSnapshot");b&&(a.extractSelectedHtml(),a.fire("saveSnapshot"))},100))}function y(a){var b=a.editor||a.sender.editor, +c=b.getSelection();c.isInTable()&&(c.getRanges()[0]._getTableElement({table:1}).hasAttribute("data-cke-tableselection-ignored")||q(b,"cut"===a.name))}function u(a){this._reset();a&&this.setSelectedCells(a)}function p(a,b,c){a.on("beforeCommandExec",function(c){-1!==CKEDITOR.tools.array.indexOf(b,c.data.name)&&(c.data.selectedCells=r(a.getSelection()))});a.on("afterCommandExec",function(d){-1!==CKEDITOR.tools.array.indexOf(b,d.data.name)&&c(a,d.data)})}var v={active:!1},w,r,z,t,x;u.prototype={};u.prototype._reset= +function(){this.cells={first:null,last:null,all:[]};this.rows={first:null,last:null}};u.prototype.setSelectedCells=function(a){this._reset();a=a.slice(0);this._arraySortByDOMOrder(a);this.cells.all=a;this.cells.first=a[0];this.cells.last=a[a.length-1];this.rows.first=a[0].getAscendant("tr");this.rows.last=this.cells.last.getAscendant("tr")};u.prototype.getTableMap=function(){var a=z(this.cells.first),b;a:{b=this.cells.last;var c=b.getAscendant("table"),d=m(b),c=CKEDITOR.tools.buildTableMap(c),e;for(e= +0;e=a)return;for(var d=this.cells.first.$.cellIndex,e=this.cells.last.$.cellIndex,g=c?[]:this.cells.all,f,h=0;h=d&&a.$.cellIndex<=e}),g=b?f.concat(g):g.concat(f);this.setSelectedCells(g)};u.prototype.insertColumn=function(a){function b(a){a=m(a);return a>=e&&a<=g}if("undefined"===typeof a)a=1;else if(0>=a)return;for(var c=this.cells,d=c.all,e=m(c.first),g=m(c.last),c=0;cg)l[0].moveToElementEditablePosition(k?m:n,!k),h.selectRanges([l[0]]); +else if(13!==g||13===f||f===CKEDITOR.SHIFT+13){for(e=0;eCKEDITOR.env.version)},onLoad:function(){w=CKEDITOR.plugins.tabletools;r=w.getSelectedCells;z=w.getCellColIndex;t=w.insertRow;x=w.insertColumn; +CKEDITOR.document.appendStyleSheet(this.path+"styles/tableselection.css")},init:function(a){this.isSupportedEnvironment()&&(a.addContentsCss&&a.addContentsCss(this.path+"styles/tableselection.css"),a.on("contentDom",function(){var b=a.editable(),c=b.isInline()?b:a.document,d={editor:a};b.attachListener(c,"mousedown",e,null,d);b.attachListener(c,"mousemove",e,null,d);b.attachListener(c,"mouseup",e,null,d);b.attachListener(b,"dragstart",n);b.attachListener(a,"selectionCheck",h);CKEDITOR.plugins.tableselection.keyboardIntegration(a); +CKEDITOR.plugins.clipboard&&!CKEDITOR.plugins.clipboard.isCustomCopyCutSupported&&(b.attachListener(b,"cut",y),b.attachListener(b,"copy",y))}),a.on("paste",A.onPaste,A),p(a,"rowInsertBefore rowInsertAfter columnInsertBefore columnInsertAfter cellInsertBefore cellInsertAfter".split(" "),function(a,b){l(a,b.selectedCells)}),p(a,["cellMerge","cellMergeRight","cellMergeDown"],function(a,b){l(a,[b.commandData.cell])}),p(a,["cellDelete"],function(a){d(a,!0)}))}})}(),"use strict",function(){var a=[CKEDITOR.CTRL+ +90,CKEDITOR.CTRL+89,CKEDITOR.CTRL+CKEDITOR.SHIFT+90],f={8:1,46:1};CKEDITOR.plugins.add("undo",{init:function(c){function d(a){e.enabled&&!1!==a.data.command.canUndo&&e.save()}function f(){e.enabled=c.readOnly?!1:"wysiwyg"==c.mode;e.onChange()}var e=c.undoManager=new b(c),k=e.editingHandler=new l(e),q=c.addCommand("undo",{exec:function(){e.undo()&&(c.selectionChange(),this.fire("afterUndo"))},startDisabled:!0,canUndo:!1}),y=c.addCommand("redo",{exec:function(){e.redo()&&(c.selectionChange(),this.fire("afterRedo"))}, +startDisabled:!0,canUndo:!1});c.setKeystroke([[a[0],"undo"],[a[1],"redo"],[a[2],"redo"]]);e.onChange=function(){q.setState(e.undoable()?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED);y.setState(e.redoable()?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)};c.on("beforeCommandExec",d);c.on("afterCommandExec",d);c.on("saveSnapshot",function(a){e.save(a.data&&a.data.contentOnly)});c.on("contentDom",k.attachListeners,k);c.on("instanceReady",function(){c.fire("saveSnapshot")});c.on("beforeModeUnload", +function(){"wysiwyg"==c.mode&&e.save(!0)});c.on("mode",f);c.on("readOnly",f);c.ui.addButton&&(c.ui.addButton("Undo",{label:c.lang.undo.undo,command:"undo",toolbar:"undo,10"}),c.ui.addButton("Redo",{label:c.lang.undo.redo,command:"redo",toolbar:"undo,20"}));c.resetUndo=function(){e.reset();c.fire("saveSnapshot")};c.on("updateSnapshot",function(){e.currentImage&&e.update()});c.on("lockSnapshot",function(a){a=a.data;e.lock(a&&a.dontUpdate,a&&a.forceUpdate)});c.on("unlockSnapshot",e.unlock,e)}});CKEDITOR.plugins.undo= +{};var b=CKEDITOR.plugins.undo.UndoManager=function(a){this.strokesRecorded=[0,0];this.locked=null;this.previousKeyGroup=-1;this.limit=a.config.undoStackSize||20;this.strokesLimit=25;this.editor=a;this.reset()};b.prototype={type:function(a,c){var d=b.getKeyGroup(a),e=this.strokesRecorded[d]+1;c=c||e>=this.strokesLimit;this.typing||(this.hasUndo=this.typing=!0,this.hasRedo=!1,this.onChange());c?(e=0,this.editor.fire("saveSnapshot")):this.editor.fire("change");this.strokesRecorded[d]=e;this.previousKeyGroup= +d},keyGroupChanged:function(a){return b.getKeyGroup(a)!=this.previousKeyGroup},reset:function(){this.snapshots=[];this.index=-1;this.currentImage=null;this.hasRedo=this.hasUndo=!1;this.locked=null;this.resetType()},resetType:function(){this.strokesRecorded=[0,0];this.typing=!1;this.previousKeyGroup=-1},refreshState:function(){this.hasUndo=!!this.getNextImage(!0);this.hasRedo=!!this.getNextImage(!1);this.resetType();this.onChange()},save:function(a,b,d){var e=this.editor;if(this.locked||"ready"!=e.status|| +"wysiwyg"!=e.mode)return!1;var f=e.editable();if(!f||"ready"!=f.status)return!1;f=this.snapshots;b||(b=new c(e));if(!1===b.contents)return!1;if(this.currentImage)if(b.equalsContent(this.currentImage)){if(a||b.equalsSelection(this.currentImage))return!1}else!1!==d&&e.fire("change");f.splice(this.index+1,f.length-this.index-1);f.length==this.limit&&f.shift();this.index=f.push(b)-1;this.currentImage=b;!1!==d&&this.refreshState();return!0},restoreImage:function(a){var b=this.editor,c;a.bookmarks&&(b.focus(), +c=b.getSelection());this.locked={level:999};this.editor.loadSnapshot(a.contents);a.bookmarks?c.selectBookmarks(a.bookmarks):CKEDITOR.env.ie&&(c=this.editor.document.getBody().$.createTextRange(),c.collapse(!0),c.select());this.locked=null;this.index=a.index;this.currentImage=this.snapshots[this.index];this.update();this.refreshState();b.fire("change")},getNextImage:function(a){var b=this.snapshots,c=this.currentImage,d;if(c)if(a)for(d=this.index-1;0<=d;d--){if(a=b[d],!c.equalsContent(a))return a.index= +d,a}else for(d=this.index+1;d=this.undoManager.strokesLimit&&(this.undoManager.type(a.keyCode,!0),this.keyEventsStack.resetInputs())}},onKeyup:function(a){var d=this.undoManager; +a=a.data.getKey();var f=this.keyEventsStack.getTotalInputs();this.keyEventsStack.remove(a);if(!(b.ieFunctionalKeysBug(a)&&this.lastKeydownImage&&this.lastKeydownImage.equalsContent(new c(d.editor,!0))))if(0=this.rect.right||a<=this.rect.top||a>=this.rect.bottom)&&this.hideVisible();(0>=b||b>=this.winTopPane.width||0>=a||a>=this.winTopPane.height)&&this.hideVisible()},this);c.attachListener(a,"resize",f);c.attachListener(a,"mode",k);a.on("destroy",k);this.lineTpl=(new CKEDITOR.template('\x3cdiv data-cke-lineutils-line\x3d"1" class\x3d"cke_reset_all" style\x3d"{lineStyle}"\x3e\x3cspan style\x3d"{tipLeftStyle}"\x3e\x26nbsp;\x3c/span\x3e\x3cspan style\x3d"{tipRightStyle}"\x3e\x26nbsp;\x3c/span\x3e\x3c/div\x3e')).output({lineStyle:CKEDITOR.tools.writeCssText(CKEDITOR.tools.extend({}, +l,this.lineStyle,!0)),tipLeftStyle:CKEDITOR.tools.writeCssText(CKEDITOR.tools.extend({},d,{left:"0px","border-left-color":"red","border-width":"6px 0 6px 6px"},this.tipCss,this.tipLeftStyle,!0)),tipRightStyle:CKEDITOR.tools.writeCssText(CKEDITOR.tools.extend({},d,{right:"0px","border-right-color":"red","border-width":"6px 6px 6px 0"},this.tipCss,this.tipRightStyle,!0))})}function c(a){var b;if(b=a&&a.type==CKEDITOR.NODE_ELEMENT)b=!(k[a.getComputedStyle("float")]||k[a.getAttribute("align")]);return b&& +!g[a.getComputedStyle("position")]}CKEDITOR.plugins.add("lineutils");CKEDITOR.LINEUTILS_BEFORE=1;CKEDITOR.LINEUTILS_AFTER=2;CKEDITOR.LINEUTILS_INSIDE=4;a.prototype={start:function(a){var b=this,c=this.editor,d=this.doc,f,g,k,l,v=CKEDITOR.tools.eventsBuffer(50,function(){c.readOnly||"wysiwyg"!=c.mode||(b.relations={},(g=d.$.elementFromPoint(k,l))&&g.nodeType&&(f=new CKEDITOR.dom.element(g),b.traverseSearch(f),isNaN(k+l)||b.pixelSearch(f,k,l),a&&a(b.relations,k,l)))});this.listener=this.editable.attachListener(this.target, +"mousemove",function(a){k=a.data.$.clientX;l=a.data.$.clientY;v.input()});this.editable.attachListener(this.inline?this.editable:this.frame,"mouseout",function(){v.reset()})},stop:function(){this.listener&&this.listener.removeListener()},getRange:function(){var a={};a[CKEDITOR.LINEUTILS_BEFORE]=CKEDITOR.POSITION_BEFORE_START;a[CKEDITOR.LINEUTILS_AFTER]=CKEDITOR.POSITION_AFTER_END;a[CKEDITOR.LINEUTILS_INSIDE]=CKEDITOR.POSITION_AFTER_START;return function(b){var c=this.editor.createRange();c.moveToPosition(this.relations[b.uid].element, +a[b.type]);return c}}(),store:function(){function a(b,c,d){var f=b.getUniqueId();f in d?d[f].type|=c:d[f]={element:b,type:c}}return function(b,d){var f;d&CKEDITOR.LINEUTILS_AFTER&&c(f=b.getNext())&&f.isVisible()&&(a(f,CKEDITOR.LINEUTILS_BEFORE,this.relations),d^=CKEDITOR.LINEUTILS_AFTER);d&CKEDITOR.LINEUTILS_INSIDE&&c(f=b.getFirst())&&f.isVisible()&&(a(f,CKEDITOR.LINEUTILS_BEFORE,this.relations),d^=CKEDITOR.LINEUTILS_INSIDE);a(b,d,this.relations)}}(),traverseSearch:function(a){var b,d,f;do if(f=a.$["data-cke-expando"], +!(f&&f in this.relations)){if(a.equals(this.editable))break;if(c(a))for(b in this.lookups)(d=this.lookups[b](a))&&this.store(a,d)}while((!a||a.type!=CKEDITOR.NODE_ELEMENT||"true"!=a.getAttribute("contenteditable"))&&(a=a.getParent()))},pixelSearch:function(){function a(d,f,g,h,k){for(var l=0,v;k(g);){g+=h;if(25==++l)break;if(v=this.doc.$.elementFromPoint(f,g))if(v==d)l=0;else if(b(d,v)&&(l=0,c(v=new CKEDITOR.dom.element(v))))return v}}var b=CKEDITOR.env.ie||CKEDITOR.env.webkit?function(a,b){return a.contains(b)}: +function(a,b){return!!(a.compareDocumentPosition(b)&16)};return function(b,d,f){var g=this.win.getViewPaneSize().height,k=a.call(this,b.$,d,f,-1,function(a){return 0this.rect.bottom)return!1;this.inline? +f.left=c.elementRect.left-this.rect.relativeX:(0[^<]*e});0>f&&(f=a._.upcasts.length);a._.upcasts.splice(f,0,[CKEDITOR.tools.bind(b,c),c.name,e])}var e=b.upcast,f=b.upcastPriority||10;e&&("string"==typeof e?d(c, +b,f):d(e,b,f))}function l(a,b){a.focused=null;if(b.isInited()){var c=b.editor.checkDirty();a.fire("widgetBlurred",{widget:b});b.setFocused(!1);!c&&b.editor.resetDirty()}}function k(a){a=a.data;if("wysiwyg"==this.editor.mode){var b=this.editor.editable(),c=this.instances,d,e,g,h;if(b){for(d in c)c[d].isReady()&&!b.contains(c[d].wrapper)&&this.destroy(c[d],!0);if(a&&a.initOnlyNew)c=this.initOnAll();else{var k=b.find(".cke_widget_wrapper"),c=[];d=0;for(e=k.count();dCKEDITOR.tools.indexOf(b,a)&&c.push(a);a=CKEDITOR.tools.indexOf(d,a);0<=a&&d.splice(a,1);return this},focus:function(a){e=a;return this}, +commit:function(){var f=a.focused!==e,g,h;a.editor.fire("lockSnapshot");for(f&&(g=a.focused)&&l(a,g);g=d.pop();)b.splice(CKEDITOR.tools.indexOf(b,g),1),g.isInited()&&(h=g.editor.checkDirty(),g.setSelected(!1),!h&&g.editor.resetDirty());f&&e&&(h=a.editor.checkDirty(),a.focused=e,a.fire("widgetFocused",{widget:e}),e.setFocused(!0),!h&&a.editor.resetDirty());for(;g=c.pop();)b.push(g),g.setSelected(!0);a.editor.fire("unlockSnapshot")}}}function I(a,b,c){var d=0;b=L(b);var e=a.data.classes||{},f;if(b){for(e= +CKEDITOR.tools.clone(e);f=b.pop();)c?e[f]||(d=e[f]=1):e[f]&&(delete e[f],d=1);d&&a.setData("classes",e)}}function J(a){a.cancel()}function E(a,b){var c=a.editor,d=c.document,e=CKEDITOR.env.edge&&16<=CKEDITOR.env.version;if(!d.getById("cke_copybin")){var f=!c.blockless&&!CKEDITOR.env.ie||e?"div":"span",e=d.createElement(f),g=d.createElement(f),f=CKEDITOR.env.ie&&9>CKEDITOR.env.version;g.setAttributes({id:"cke_copybin","data-cke-temp":"1"});e.setStyles({position:"absolute",width:"1px",height:"1px", +overflow:"hidden"});e.setStyle("ltr"==c.config.contentsLangDirection?"left":"right","-5000px");var h=c.createRange();h.setStartBefore(a.wrapper);h.setEndAfter(a.wrapper);e.setHtml('\x3cspan data-cke-copybin-start\x3d"1"\x3e​\x3c/span\x3e'+c.editable().getHtmlFromRange(h).getHtml()+'\x3cspan data-cke-copybin-end\x3d"1"\x3e​\x3c/span\x3e');c.fire("saveSnapshot");c.fire("lockSnapshot");g.append(e);c.editable().append(g);var k=c.on("selectionChange",J,null,null,0),l=a.repository.on("checkSelection",J, +null,null,0);if(f)var m=d.getDocumentElement().$,n=m.scrollTop;h=c.createRange();h.selectNodeContents(e);h.select();f&&(m.scrollTop=n);setTimeout(function(){b||a.focus();g.remove();k.removeListener();l.removeListener();c.fire("unlockSnapshot");b&&!c.readOnly&&(a.repository.del(a),c.fire("saveSnapshot"))},100)}}function L(a){return(a=(a=a.getDefinition().attributes)&&a["class"])?a.split(/\s+/):null}function G(){var a=CKEDITOR.document.getActive(),b=this.editor,c=b.editable();(c.isInline()?c:b.document.getWindow().getFrame()).equals(a)&& +b.focusManager.focus(c)}function D(){CKEDITOR.env.gecko&&this.editor.unlockSelection();CKEDITOR.env.webkit||(this.editor.forceNextSelectionCheck(),this.editor.selectionChange(1))}function N(a){var b=null;a.on("data",function(){var a=this.data.classes,c;if(b!=a){for(c in b)a&&a[c]||this.removeClass(c);for(c in a)this.addClass(c);b=a}})}function Q(a){a.on("data",function(){if(a.wrapper){var b=this.getLabel?this.getLabel():this.editor.lang.widget.label.replace(/%1/,this.pathName||this.element.getName()); +a.wrapper.setAttribute("role","region");a.wrapper.setAttribute("aria-label",b)}},null,null,9999)}function O(a){if(a.draggable){var b=a.editor,c=a.wrapper.getLast(f.isDomDragHandlerContainer),d;c?d=c.findOne("img"):(c=new CKEDITOR.dom.element("span",b.document),c.setAttributes({"class":"cke_reset cke_widget_drag_handler_container",style:"background:rgba(220,220,220,0.5);background-image:url("+b.plugins.widget.path+"images/handle.png)"}),d=new CKEDITOR.dom.element("img",b.document),d.setAttributes({"class":"cke_reset cke_widget_drag_handler", +"data-cke-widget-drag-handler":"1",src:CKEDITOR.tools.transparentImageData,width:15,title:b.lang.widget.move,height:15,role:"presentation"}),a.inline&&d.setAttribute("draggable","true"),c.append(d),a.wrapper.append(c));a.wrapper.on("dragover",function(a){a.data.preventDefault()});a.wrapper.on("mouseenter",a.updateDragHandlerPosition,a);setTimeout(function(){a.on("data",a.updateDragHandlerPosition,a)},50);if(!a.inline&&(d.on("mousedown",K,a),CKEDITOR.env.ie&&9>CKEDITOR.env.version))d.on("dragstart", +function(a){a.data.preventDefault(!0)});a.dragHandlerContainer=c}}function K(a){function b(){var c;for(p.reset();c=h.pop();)c.removeListener();var d=k;c=a.sender;var e=this.repository.finder,f=this.repository.liner,g=this.editor,l=this.editor.editable();CKEDITOR.tools.isEmpty(f.visible)||(d=e.getRange(d[0]),this.focus(),g.fire("drop",{dropRange:d,target:d.startContainer}));l.removeClass("cke_widget_dragging");f.hideVisible();g.fire("dragend",{target:c})}if(CKEDITOR.tools.getMouseButton(a)===CKEDITOR.MOUSE_BUTTON_LEFT){var c= +this.repository.finder,d=this.repository.locator,e=this.repository.liner,f=this.editor,g=f.editable(),h=[],k=[],l,m;this.repository._.draggedWidget=this;var n=c.greedySearch(),p=CKEDITOR.tools.eventsBuffer(50,function(){l=d.locate(n);k=d.sort(m,1);k.length&&(e.prepare(n,l),e.placeLine(k[0]),e.cleanup())});g.addClass("cke_widget_dragging");h.push(g.on("mousemove",function(a){m=a.data.$.clientY;p.input()}));f.fire("dragstart",{target:a.sender});h.push(f.document.once("mouseup",b,this));g.isInline()|| +h.push(CKEDITOR.document.once("mouseup",b,this))}}function W(a){var b,c,d=a.editables;a.editables={};if(a.editables)for(b in d)c=d[b],a.initEditable(b,"string"==typeof c?{selector:c}:c)}function R(a){if(a.mask){var b=a.wrapper.findOne(".cke_widget_mask");b||(b=new CKEDITOR.dom.element("img",a.editor.document),b.setAttributes({src:CKEDITOR.tools.transparentImageData,"class":"cke_reset cke_widget_mask"}),a.wrapper.append(b));a.mask=b}}function Z(a){if(a.parts){var b={},c,d;for(d in a.parts)c=a.wrapper.findOne(a.parts[d]), +b[d]=c;a.parts=b}}function ha(a,b){X(a);Z(a);W(a);R(a);O(a);N(a);Q(a);if(CKEDITOR.env.ie&&9>CKEDITOR.env.version)a.wrapper.on("dragstart",function(b){var c=b.data.getTarget();f.getNestedEditable(a,c)||a.inline&&f.isDomDragHandler(c)||b.data.preventDefault()});a.wrapper.removeClass("cke_widget_new");a.element.addClass("cke_widget_element");a.on("key",function(b){b=b.data.keyCode;if(13==b)a.edit();else{if(b==CKEDITOR.CTRL+67||b==CKEDITOR.CTRL+88){E(a,b==CKEDITOR.CTRL+88);return}if(b in V||CKEDITOR.CTRL& +b||CKEDITOR.ALT&b)return}return!1},null,null,999);a.on("doubleclick",function(b){a.edit()&&b.cancel()});if(b.data)a.on("data",b.data);if(b.edit)a.on("edit",b.edit)}function X(a){(a.wrapper=a.element.getParent()).setAttribute("data-cke-widget-id",a.id)}function U(a){a.element.data("cke-widget-data",encodeURIComponent(JSON.stringify(a.data)))}function ba(){function a(){}function b(a,c,d){return d&&this.checkElement(a)?(a=d.widgets.getByElement(a,!0))&&a.checkStyleActive(this):!1}function c(a){function b(a, +c,d){for(var e=a.length,f=0;f)?(?:<(?:div|span)(?: style="[^"]+")?>)?]*data-cke-copybin-start="1"[^>]*>.?<\/span>([\s\S]+)]*data-cke-copybin-end="1"[^>]*>.?<\/span>(?:<\/(?:div|span)>)?(?:<\/(?:div|span)>)?$/i,V={37:1,38:1,39:1,40:1,8:1,46:1};V[CKEDITOR.SHIFT+121]=1;CKEDITOR.plugins.widget=f;f.repository=a;f.nestedEditable=b}(),function(){function a(a,c,d){this.editor= +a;this.notification=null;this._message=new CKEDITOR.template(c);this._singularMessage=d?new CKEDITOR.template(d):null;this._tasks=[];this._doneTasks=this._doneWeights=this._totalWeights=0}function f(a){this._weight=a||1;this._doneWeight=0;this._isCanceled=!1}CKEDITOR.plugins.add("notificationaggregator",{requires:"notification"});a.prototype={createTask:function(a){a=a||{};var c=!this.notification,d;c&&(this.notification=this._createNotification());d=this._addTask(a);d.on("updated",this._onTaskUpdate, +this);d.on("done",this._onTaskDone,this);d.on("canceled",function(){this._removeTask(d)},this);this.update();c&&this.notification.show();return d},update:function(){this._updateNotification();this.isFinished()&&this.fire("finished")},getPercentage:function(){return 0===this.getTaskCount()?1:this._doneWeights/this._totalWeights},isFinished:function(){return this.getDoneTaskCount()===this.getTaskCount()},getTaskCount:function(){return this._tasks.length},getDoneTaskCount:function(){return this._doneTasks}, +_updateNotification:function(){this.notification.update({message:this._getNotificationMessage(),progress:this.getPercentage()})},_getNotificationMessage:function(){var a=this.getTaskCount(),c={current:this.getDoneTaskCount(),max:a,percentage:Math.round(100*this.getPercentage())};return(1==a&&this._singularMessage?this._singularMessage:this._message).output(c)},_createNotification:function(){return new CKEDITOR.plugins.notification(this.editor,{type:"progress"})},_addTask:function(a){a=new f(a.weight); +this._tasks.push(a);this._totalWeights+=a._weight;return a},_removeTask:function(a){var c=CKEDITOR.tools.indexOf(this._tasks,a);-1!==c&&(a._doneWeight&&(this._doneWeights-=a._doneWeight),this._totalWeights-=a._weight,this._tasks.splice(c,1),this.update())},_onTaskUpdate:function(a){this._doneWeights+=a.data;this.update()},_onTaskDone:function(){this._doneTasks+=1;this.update()}};CKEDITOR.event.implementOn(a.prototype);f.prototype={done:function(){this.update(this._weight)},update:function(a){if(!this.isDone()&& +!this.isCanceled()){a=Math.min(this._weight,a);var c=a-this._doneWeight;this._doneWeight=a;this.fire("updated",c);this.isDone()&&this.fire("done")}},cancel:function(){this.isDone()||this.isCanceled()||(this._isCanceled=!0,this.fire("canceled"))},isDone:function(){return this._weight===this._doneWeight},isCanceled:function(){return this._isCanceled}};CKEDITOR.event.implementOn(f.prototype);CKEDITOR.plugins.notificationAggregator=a;CKEDITOR.plugins.notificationAggregator.task=f}(),"use strict",function(){CKEDITOR.plugins.add("uploadwidget", +{requires:"widget,clipboard,filetools,notificationaggregator",init:function(a){a.filter.allow("*[!data-widget,!data-cke-upload-id]")},isSupportedEnvironment:function(){return CKEDITOR.plugins.clipboard.isFileApiSupported}});CKEDITOR.fileTools||(CKEDITOR.fileTools={});CKEDITOR.tools.extend(CKEDITOR.fileTools,{addUploadWidget:function(a,f,b){var c=CKEDITOR.fileTools,d=a.uploadRepository,l=b.supportedTypes?10:20;if(b.fileToElement)a.on("paste",function(b){b=b.data;var g=a.widgets.registered[f],h=b.dataTransfer, +l=h.getFilesCount(),e=g.loadMethod||"loadAndUpload",n,q;if(!b.dataValue&&l)for(q=0;q=a&&(a="0"+a);return String(a)}function f(c){var d=new Date,d=[d.getFullYear(),d.getMonth()+1,d.getDate(),d.getHours(),d.getMinutes(),d.getSeconds()];b+=1;return"image-"+CKEDITOR.tools.array.map(d,a).join("")+"-"+b+"."+c}var b=0;CKEDITOR.plugins.add("uploadimage", +{requires:"uploadwidget",onLoad:function(){CKEDITOR.addCss(".cke_upload_uploading img{opacity: 0.3}")},isSupportedEnvironment:function(){return CKEDITOR.plugins.clipboard.isFileApiSupported},init:function(a){if(this.isSupportedEnvironment()){var b=CKEDITOR.fileTools,l=b.getUploadUrl(a.config,"image");l&&(b.addUploadWidget(a,"uploadimage",{supportedTypes:/image\/(jpeg|png|gif|bmp)/,uploadUrl:l,fileToElement:function(){var a=new CKEDITOR.dom.element("img");a.setAttribute("src","data:image/gif;base64,R0lGODlhDgAOAIAAAAAAAP///yH5BAAAAAAALAAAAAAOAA4AAAIMhI+py+0Po5y02qsKADs\x3d"); +return a},parts:{img:"img"},onUploading:function(a){this.parts.img.setAttribute("src",a.data)},onUploaded:function(a){var b=this.parts.img.$;this.replaceWith('\x3cimg src\x3d"'+a.url+'" width\x3d"'+(a.responseData.width||b.naturalWidth)+'" height\x3d"'+(a.responseData.height||b.naturalHeight)+'"\x3e')}}),a.on("paste",function(k){if(k.data.dataValue.match(/f.version||f.quirks))};"undefined"==typeof a.plugins.scayt&&a.ui.addButton&&a.ui.addButton("SpellChecker",{label:a.lang.wsc.toolbar,click:function(a){var c=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?a.container.getText(): +a.document.getBody().getText();(c=c.replace(/\s/g,""))?a.execCommand("checkspell"):alert("Nothing to check!")},toolbar:"spellchecker,10"});CKEDITOR.dialog.add("checkspell",this.path+(CKEDITOR.env.ie&&7>=CKEDITOR.env.version?"dialogs/wsc_ie.js":window.postMessage?"dialogs/wsc.js":"dialogs/wsc_ie.js"))}}),function(){function a(a){function b(a){var c=!1;e.attachListener(e,"keydown",function(){var b=g.getBody().getElementsByTag(a);if(!c){for(var d=0;dCKEDITOR.env.version&&c.enterMode!=CKEDITOR.ENTER_DIV&&b("div");if(CKEDITOR.env.webkit||CKEDITOR.env.ie&&10this.$.offsetHeight){var d=c.createRange();d[33==b?"moveToElementEditStart": +"moveToElementEditEnd"](this);d.select();a.data.preventDefault()}});CKEDITOR.env.ie&&this.attachListener(g,"blur",function(){try{g.$.selection.empty()}catch(a){}});CKEDITOR.env.iOS&&this.attachListener(g,"touchend",function(){a.focus()});h=c.document.getElementsByTag("title").getItem(0);h.data("cke-title",h.getText());CKEDITOR.env.ie&&(c.document.$.title=this._.docTitle);CKEDITOR.tools.setTimeout(function(){"unloaded"==this.status&&(this.status="ready");c.fire("contentDom");this._.isPendingFocus&& +(c.focus(),this._.isPendingFocus=!1);setTimeout(function(){c.fire("dataReady")},0)},0,this)}function f(a){function b(){var f;a.editable().attachListener(a,"selectionChange",function(){var b=a.getSelection().getSelectedElement();b&&(f&&(f.detachEvent("onresizestart",c),f=null),b.$.attachEvent("onresizestart",c),f=b.$)})}function c(a){a.returnValue=!1}if(CKEDITOR.env.gecko)try{var f=a.document.$;f.execCommand("enableObjectResizing",!1,!a.config.disableObjectResizing);f.execCommand("enableInlineTableEditing", +!1,!a.config.disableNativeTableHandles)}catch(h){}else CKEDITOR.env.ie&&11>CKEDITOR.env.version&&a.config.disableObjectResizing&&b(a)}function b(){var a=[];if(8<=CKEDITOR.document.$.documentMode){a.push("html.CSS1Compat [contenteditable\x3dfalse]{min-height:0 !important}");var b=[],c;for(c in CKEDITOR.dtd.$removeEmpty)b.push("html.CSS1Compat "+c+"[contenteditable\x3dfalse]");a.push(b.join(",")+"{display:inline-block}")}else CKEDITOR.env.gecko&&(a.push("html{height:100% !important}"),a.push("img:-moz-broken{-moz-force-broken-image-icon:1;min-width:24px;min-height:24px}")); +a.push("html{cursor:text;*cursor:auto}");a.push("img,input,textarea{cursor:default}");return a.join("\n")}var c;CKEDITOR.plugins.add("wysiwygarea",{init:function(a){a.config.fullPage&&a.addFeature({allowedContent:"html head title; style [media,type]; body (*)[id]; meta link [*]",requiredContent:"body"});a.addMode("wysiwyg",function(b){function f(e){e&&e.removeListener();a.editable(new c(a,h.$.contentWindow.document.body));a.setData(a.getData(1),b)}var g="document.open();"+(CKEDITOR.env.ie?"("+CKEDITOR.tools.fixDomain+ +")();":"")+"document.close();",g=CKEDITOR.env.air?"javascript:void(0)":CKEDITOR.env.ie&&!CKEDITOR.env.edge?"javascript:void(function(){"+encodeURIComponent(g)+"}())":"",h=CKEDITOR.dom.element.createFromHtml('\x3ciframe src\x3d"'+g+'" frameBorder\x3d"0"\x3e\x3c/iframe\x3e');h.setStyles({width:"100%",height:"100%"});h.addClass("cke_wysiwyg_frame").addClass("cke_reset");g=a.ui.space("contents");g.append(h);var m=CKEDITOR.env.ie&&!CKEDITOR.env.edge||CKEDITOR.env.gecko;if(m)h.on("load",f);var e=a.title, +n=a.fire("ariaEditorHelpLabel",{}).label;e&&(CKEDITOR.env.ie&&n&&(e+=", "+n),h.setAttribute("title",e));if(n){var e=CKEDITOR.tools.getNextId(),q=CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+e+'" class\x3d"cke_voice_label"\x3e'+n+"\x3c/span\x3e");g.append(q,1);h.setAttribute("aria-describedby",e)}a.on("beforeModeUnload",function(a){a.removeListener();q&&q.remove()});h.setAttributes({tabIndex:a.tabIndex,allowTransparency:"true"});!m&&f();a.fire("ariaWidget",h)})}});CKEDITOR.editor.prototype.addContentsCss= +function(a){var b=this.config,c=b.contentsCss;CKEDITOR.tools.isArray(c)||(b.contentsCss=c?[c]:[]);b.contentsCss.push(a)};c=CKEDITOR.tools.createClass({$:function(){this.base.apply(this,arguments);this._.frameLoadedHandler=CKEDITOR.tools.addFunction(function(b){CKEDITOR.tools.setTimeout(a,0,this,b)},this);this._.docTitle=this.getWindow().getFrame().getAttribute("title")},base:CKEDITOR.editable,proto:{setData:function(a,c){var f=this.editor;if(c)this.setHtml(a),this.fixInitialSelection(),f.fire("dataReady"); +else{this._.isLoadingData=!0;f._.dataStore={id:1};var g=f.config,h=g.fullPage,m=g.docType,e=CKEDITOR.tools.buildStyleHtml(b()).replace(/",rE:true,sL:"css"}},{cN:"tag",b:"|$)",e:">",k:{title:"script"},c:[b],starts:{e:"<\/script>",rE:true,sL:"javascript"}},{b:"<%",e:"%>",sL:"vbscript"},d,{cN:"pi",b:/<\?\w+/,e:/\?>/,r:10},{cN:"tag",b:"",c:[{cN:"title",b:"[^ /><]+",r:0},b]}]}});hljs.registerLanguage("markdown",function(a){return{c:[{cN:"header",v:[{b:"^#{1,6}",e:"$"},{b:"^.+?\\n[=-]{2,}$"}]},{b:"<",e:">",sL:"xml",r:0},{cN:"bullet",b:"^([*+-]|(\\d+\\.))\\s+"},{cN:"strong",b:"[*_]{2}.+?[*_]{2}"},{cN:"emphasis",v:[{b:"\\*.+?\\*"},{b:"_.+?_",r:0}]},{cN:"blockquote",b:"^>\\s+",e:"$"},{cN:"code",v:[{b:"`.+?`"},{b:"^( {4}|\t)",e:"$",r:0}]},{cN:"horizontal_rule",b:"^[-\\*]{3,}",e:"$"},{b:"\\[.+?\\][\\(\\[].+?[\\)\\]]",rB:true,c:[{cN:"link_label",b:"\\[",e:"\\]",eB:true,rE:true,r:0},{cN:"link_url",b:"\\]\\(",e:"\\)",eB:true,eE:true},{cN:"link_reference",b:"\\]\\[",e:"\\]",eB:true,eE:true,}],r:10},{b:"^\\[.+\\]:",e:"$",rB:true,c:[{cN:"link_reference",b:"\\[",e:"\\]",eB:true,eE:true},{cN:"link_url",b:"\\s",e:"$"}]}]}});hljs.registerLanguage("css",function(a){var b="[a-zA-Z-][a-zA-Z0-9_-]*";var c={cN:"function",b:b+"\\(",e:"\\)",c:["self",a.NM,a.ASM,a.QSM]};return{cI:true,i:"[=/|']",c:[a.CBLCLM,{cN:"id",b:"\\#[A-Za-z0-9_-]+"},{cN:"class",b:"\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\[",e:"\\]",i:"$"},{cN:"pseudo",b:":(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\\\"\\']+"},{cN:"at_rule",b:"@(font-face|page)",l:"[a-z-]+",k:"font-face page"},{cN:"at_rule",b:"@",e:"[{;]",c:[{cN:"keyword",b:/\S+/},{b:/\s/,eW:true,eE:true,r:0,c:[c,a.ASM,a.QSM,a.NM]}]},{cN:"tag",b:b,r:0},{cN:"rules",b:"{",e:"}",i:"[^\\s]",r:0,c:[a.CBLCLM,{cN:"rule",b:"[^\\s]",rB:true,e:";",eW:true,c:[{cN:"attribute",b:"[A-Z\\_\\.\\-]+",e:":",eE:true,i:"[^\\s]",starts:{cN:"value",eW:true,eE:true,c:[c,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"hexcolor",b:"#[0-9A-Fa-f]+"},{cN:"important",b:"!important"}]}}]}]}]}});hljs.registerLanguage("http",function(a){return{i:"\\S",c:[{cN:"status",b:"^HTTP/[0-9\\.]+",e:"$",c:[{cN:"number",b:"\\b\\d{3}\\b"}]},{cN:"request",b:"^[A-Z]+ (.*?) HTTP/[0-9\\.]+$",rB:true,e:"$",c:[{cN:"string",b:" ",e:" ",eB:true,eE:true}]},{cN:"attribute",b:"^\\w",e:": ",eE:true,i:"\\n|\\s|=",starts:{cN:"string",e:"$"}},{b:"\\n\\n",starts:{sL:"",eW:true}}]}});hljs.registerLanguage("java",function(b){var a="false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws";return{k:a,i:/<\//,c:[{cN:"javadoc",b:"/\\*\\*",e:"\\*/",c:[{cN:"javadoctag",b:"(^|\\s)@[A-Za-z]+"}],r:10},b.CLCM,b.CBLCLM,b.ASM,b.QSM,{bK:"protected public private",e:/[{;=]/,k:a,c:[{cN:"class",bK:"class interface",eW:true,i:/[:"<>]/,c:[{bK:"extends implements",r:10},b.UTM]},{b:b.UIR+"\\s*\\(",rB:true,c:[b.UTM]}]},b.CNM,{cN:"annotation",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("php",function(b){var e={cN:"variable",b:"\\$+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*"};var a={cN:"preprocessor",b:/<\?(php)?|\?>/};var c={cN:"string",c:[b.BE,a],v:[{b:'b"',e:'"'},{b:"b'",e:"'"},b.inherit(b.ASM,{i:null}),b.inherit(b.QSM,{i:null})]};var d={v:[b.BNM,b.CNM]};return{cI:true,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",c:[b.CLCM,b.HCM,{cN:"comment",b:"/\\*",e:"\\*/",c:[{cN:"phpdoc",b:"\\s@[A-Za-z]+"},a]},{cN:"comment",b:"__halt_compiler.+?;",eW:true,k:"__halt_compiler",l:b.UIR},{cN:"string",b:"<<<['\"]?\\w+['\"]?$",e:"^\\w+;",c:[b.BE]},a,e,{cN:"function",bK:"function",e:/[;{]/,i:"\\$|\\[|%",c:[b.UTM,{cN:"params",b:"\\(",e:"\\)",c:["self",e,b.CBLCLM,c,d]}]},{cN:"class",bK:"class interface",e:"{",i:/[:\(\$"]/,c:[{bK:"extends implements",r:10},b.UTM]},{bK:"namespace",e:";",i:/[\.']/,c:[b.UTM]},{bK:"use",e:";",c:[b.UTM]},{b:"=>"},c,d]}});hljs.registerLanguage("python",function(a){var f={cN:"prompt",b:/^(>>>|\.\.\.) /};var b={cN:"string",c:[a.BE],v:[{b:/(u|b)?r?'''/,e:/'''/,c:[f],r:10},{b:/(u|b)?r?"""/,e:/"""/,c:[f],r:10},{b:/(u|r|ur)'/,e:/'/,r:10},{b:/(u|r|ur)"/,e:/"/,r:10},{b:/(b|br)'/,e:/'/,},{b:/(b|br)"/,e:/"/,},a.ASM,a.QSM]};var d={cN:"number",r:0,v:[{b:a.BNR+"[lLjJ]?"},{b:"\\b(0o[0-7]+)[lLjJ]?"},{b:a.CNR+"[lLjJ]?"}]};var e={cN:"params",b:/\(/,e:/\)/,c:["self",f,d,b]};var c={e:/:/,i:/[${=;\n]/,c:[a.UTM,e]};return{k:{keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},i:/(<\/|->|\?)/,c:[f,d,b,a.HCM,a.inherit(c,{cN:"function",bK:"def",r:10}),a.inherit(c,{cN:"class",bK:"class"}),{cN:"decorator",b:/@/,e:/$/},{b:/\b(print|exec)\(/}]}});hljs.registerLanguage("sql",function(a){return{cI:true,i:/[<>]/,c:[{cN:"operator",b:"\\b(begin|end|start|commit|rollback|savepoint|lock|alter|create|drop|rename|call|delete|do|handler|insert|load|replace|select|truncate|update|set|show|pragma|grant|merge)\\b(?!:)",e:";",eW:true,k:{keyword:"all partial global month current_timestamp using go revoke smallint indicator end-exec disconnect zone with character assertion to add current_user usage input local alter match collate real then rollback get read timestamp session_user not integer bit unique day minute desc insert execute like ilike|2 level decimal drop continue isolation found where constraints domain right national some module transaction relative second connect escape close system_user for deferred section cast current sqlstate allocate intersect deallocate numeric public preserve full goto initially asc no key output collation group by union session both last language constraint column of space foreign deferrable prior connection unknown action commit view or first into float year primary cascaded except restrict set references names table outer open select size are rows from prepare distinct leading create only next inner authorization schema corresponding option declare precision immediate else timezone_minute external varying translation true case exception join hour default double scroll value cursor descriptor values dec fetch procedure delete and false int is describe char as at in varchar null trailing any absolute current_time end grant privileges when cross check write current_date pad begin temporary exec time update catalog user sql date on identity timezone_hour natural whenever interval work order cascade diagnostics nchar having left call do handler load replace truncate start lock show pragma exists number trigger if before after each row merge matched database",aggregate:"count sum min max avg"},c:[{cN:"string",b:"'",e:"'",c:[a.BE,{b:"''"}]},{cN:"string",b:'"',e:'"',c:[a.BE,{b:'""'}]},{cN:"string",b:"`",e:"`",c:[a.BE]},a.CNM]},a.CBLCLM,{cN:"comment",b:"--",e:"$"}]}});hljs.registerLanguage("ini",function(a){return{cI:true,i:/\S/,c:[{cN:"comment",b:";",e:"$"},{cN:"title",b:"^\\[",e:"\\]"},{cN:"setting",b:"^[a-z0-9\\[\\]_-]+[ \\t]*=[ \\t]*",e:"$",c:[{cN:"value",eW:true,k:"on off true false yes no",c:[a.QSM,a.NM],r:0}]}]}});hljs.registerLanguage("perl",function(c){var d="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when";var f={cN:"subst",b:"[$@]\\{",e:"\\}",k:d};var g={b:"->{",e:"}"};var a={cN:"variable",v:[{b:/\$\d/},{b:/[\$\%\@\*](\^\w\b|#\w+(\:\:\w+)*|{\w+}|\w+(\:\:\w*)*)/},{b:/[\$\%\@\*][^\s\w{]/,r:0}]};var e={cN:"comment",b:"^(__END__|__DATA__)",e:"\\n$",r:5};var h=[c.BE,f,a];var b=[a,c.HCM,e,{cN:"comment",b:"^\\=\\w",e:"\\=cut",eW:true},g,{cN:"string",c:h,v:[{b:"q[qwxr]?\\s*\\(",e:"\\)",r:5},{b:"q[qwxr]?\\s*\\[",e:"\\]",r:5},{b:"q[qwxr]?\\s*\\{",e:"\\}",r:5},{b:"q[qwxr]?\\s*\\|",e:"\\|",r:5},{b:"q[qwxr]?\\s*\\<",e:"\\>",r:5},{b:"qw\\s+q",e:"q",r:5},{b:"'",e:"'",c:[c.BE]},{b:'"',e:'"'},{b:"`",e:"`",c:[c.BE]},{b:"{\\w+}",c:[],r:0},{b:"-?\\w+\\s*\\=\\>",c:[],r:0}]},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{b:"(\\/\\/|"+c.RSR+"|\\b(split|return|print|reverse|grep)\\b)\\s*",k:"split return print reverse grep",r:0,c:[c.HCM,e,{cN:"regexp",b:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",r:10},{cN:"regexp",b:"(m|qr)?/",e:"/[a-z]*",c:[c.BE],r:0}]},{cN:"sub",bK:"sub",e:"(\\s*\\(.*?\\))?[;{]",r:5},{cN:"operator",b:"-\\w\\b",r:0}];f.c=b;g.c=b;return{k:d,c:b}});hljs.registerLanguage("objectivec",function(a){var d={keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign self synchronized id nonatomic super unichar IBOutlet IBAction strong weak @private @protected @public @try @property @end @throw @catch @finally @synthesize @dynamic @selector @optional @required",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"NSString NSDictionary CGRect CGPoint UIButton UILabel UITextView UIWebView MKMapView UISegmentedControl NSObject UITableViewDelegate UITableViewDataSource NSThread UIActivityIndicator UITabbar UIToolBar UIBarButtonItem UIImageView NSAutoreleasePool UITableView BOOL NSInteger CGFloat NSException NSLog NSMutableString NSMutableArray NSMutableDictionary NSURL NSIndexPath CGSize UITableViewCell UIView UIViewController UINavigationBar UINavigationController UITabBarController UIPopoverController UIPopoverControllerDelegate UIImage NSNumber UISearchBar NSFetchedResultsController NSFetchedResultsChangeType UIScrollView UIScrollViewDelegate UIEdgeInsets UIColor UIFont UIApplication NSNotFound NSNotificationCenter NSNotification UILocalNotification NSBundle NSFileManager NSTimeInterval NSDate NSCalendar NSUserDefaults UIWindow NSRange NSArray NSError NSURLRequest NSURLConnection UIInterfaceOrientation MPMoviePlayerController dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"};var c=/[a-zA-Z@][a-zA-Z0-9_]*/;var b="@interface @class @protocol @implementation";return{k:d,l:c,i:""}]},{cN:"preprocessor",b:"#",e:"$"},{cN:"class",b:"("+b.split(" ").join("|")+")\\b",e:"({|$)",k:b,l:c,c:[a.UTM]},{cN:"variable",b:"\\."+a.UIR,r:0}]}});hljs.registerLanguage("coffeescript",function(c){var b={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",reserved:"case default function var void with const let enum export import native __hasProp __extends __slice __bind __indexOf",built_in:"npm require console print module exports global window document"};var a="[A-Za-z$_][0-9A-Za-z$_]*";var f=c.inherit(c.TM,{b:a});var e={cN:"subst",b:/#\{/,e:/}/,k:b};var d=[c.BNM,c.inherit(c.CNM,{starts:{e:"(\\s*/)?",r:0}}),{cN:"string",v:[{b:/'''/,e:/'''/,c:[c.BE]},{b:/'/,e:/'/,c:[c.BE]},{b:/"""/,e:/"""/,c:[c.BE,e]},{b:/"/,e:/"/,c:[c.BE,e]}]},{cN:"regexp",v:[{b:"///",e:"///",c:[e,c.HCM]},{b:"//[gim]*",r:0},{b:"/\\S(\\\\.|[^\\n])*?/[gim]*(?=\\s|\\W|$)"}]},{cN:"property",b:"@"+a},{b:"`",e:"`",eB:true,eE:true,sL:"javascript"}];e.c=d;return{k:b,c:d.concat([{cN:"comment",b:"###",e:"###"},c.HCM,{cN:"function",b:"("+a+"\\s*=\\s*)?(\\(.*\\))?\\s*\\B[-=]>",e:"[-=]>",rB:true,c:[f,{cN:"params",b:"\\(",rB:true,c:[{b:/\(/,e:/\)/,k:b,c:["self"].concat(d)}]}]},{cN:"class",bK:"class",e:"$",i:/[:="\[\]]/,c:[{bK:"extends",eW:true,i:/[:="\[\]]/,c:[f]},f]},{cN:"attribute",b:a+":",e:":",rB:true,eE:true,r:0}])}});hljs.registerLanguage("nginx",function(c){var b={cN:"variable",v:[{b:/\$\d+/},{b:/\$\{/,e:/}/},{b:"[\\$\\@]"+c.UIR}]};var a={eW:true,l:"[a-z/_]+",k:{built_in:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},r:0,i:"=>",c:[c.HCM,{cN:"string",c:[c.BE,b],v:[{b:/"/,e:/"/},{b:/'/,e:/'/}]},{cN:"url",b:"([a-z]+):/",e:"\\s",eW:true,eE:true},{cN:"regexp",c:[c.BE,b],v:[{b:"\\s\\^",e:"\\s|{|;",rE:true},{b:"~\\*?\\s+",e:"\\s|{|;",rE:true},{b:"\\*(\\.[a-z\\-]+)+"},{b:"([a-z\\-]+\\.)+\\*"}]},{cN:"number",b:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{cN:"number",b:"\\b\\d+[kKmMgGdshdwy]*\\b",r:0},b]};return{c:[c.HCM,{b:c.UIR+"\\s",e:";|{",rB:true,c:[c.inherit(c.UTM,{starts:a})],r:0}],i:"[^\\s\\}]"}});hljs.registerLanguage("json",function(a){var e={literal:"true false null"};var d=[a.QSM,a.CNM];var c={cN:"value",e:",",eW:true,eE:true,c:d,k:e};var b={b:"{",e:"}",c:[{cN:"attribute",b:'\\s*"',e:'"\\s*:\\s*',eB:true,eE:true,c:[a.BE],i:"\\n",starts:c}],i:"\\S"};var f={b:"\\[",e:"\\]",c:[a.inherit(c,{cN:null})],i:"\\S"};d.splice(d.length,0,b,f);return{c:d,k:e,i:"\\S"}});hljs.registerLanguage("apache",function(a){var b={cN:"number",b:"[\\$%]\\d+"};return{cI:true,c:[a.HCM,{cN:"tag",b:""},{cN:"keyword",b:/\w+/,r:0,k:{common:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{e:/$/,r:0,k:{literal:"on off all"},c:[{cN:"sqbracket",b:"\\s\\[",e:"\\]$"},{cN:"cbracket",b:"[\\$%]\\{",e:"\\}",c:["self",b]},b,a.QSM]}}],i:/\S/}});hljs.registerLanguage("cpp",function(a){var b={keyword:"false int float while private char catch export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long throw volatile static protected bool template mutable if public friend do return goto auto void enum else break new extern using true class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue wchar_t inline delete alignof char16_t char32_t constexpr decltype noexcept nullptr static_assert thread_local restrict _Bool complex _Complex _Imaginary",built_in:"std string cin cout cerr clog stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf"};return{aliases:["c"],k:b,i:"",i:"\\n"},a.CLCM]},{cN:"stl_container",b:"\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",e:">",k:b,r:10,c:["self"]}]}});hljs.registerLanguage("makefile",function(a){var b={cN:"variable",b:/\$\(/,e:/\)/,c:[a.BE]};return{c:[a.HCM,{b:/^\w+\s*\W*=/,rB:true,r:0,starts:{cN:"constant",e:/\s*\W*=/,eE:true,starts:{e:/$/,r:0,c:[b],}}},{cN:"title",b:/^[\w]+:\s*$/},{cN:"phony",b:/^\.PHONY:/,e:/$/,k:".PHONY",l:/[\.\w]+/},{b:/^\t+/,e:/$/,c:[a.QSM,b]}]}}); diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css new file mode 100644 index 0000000..c2a55bb --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css @@ -0,0 +1,160 @@ +/* +Date: 17.V.2011 +Author: pumbur +*/ + +.hljs +{ + display: block; padding: 0.5em; + background: #222; +} + +.profile .hljs-header *, +.ini .hljs-title, +.nginx .hljs-title +{ + color: #fff; +} + +.hljs-comment, +.hljs-javadoc, +.hljs-preprocessor, +.hljs-preprocessor .hljs-title, +.hljs-pragma, +.hljs-shebang, +.profile .hljs-summary, +.diff, +.hljs-pi, +.hljs-doctype, +.hljs-tag, +.hljs-template_comment, +.css .hljs-rules, +.tex .hljs-special +{ + color: #444; +} + +.hljs-string, +.hljs-symbol, +.diff .hljs-change, +.hljs-regexp, +.xml .hljs-attribute, +.smalltalk .hljs-char, +.xml .hljs-value, +.ini .hljs-value, +.clojure .hljs-attribute, +.coffeescript .hljs-attribute +{ + color: #ffcc33; +} + +.hljs-number, +.hljs-addition +{ + color: #00cc66; +} + +.hljs-built_in, +.hljs-literal, +.vhdl .hljs-typename, +.go .hljs-constant, +.go .hljs-typename, +.ini .hljs-keyword, +.lua .hljs-title, +.perl .hljs-variable, +.php .hljs-variable, +.mel .hljs-variable, +.django .hljs-variable, +.css .funtion, +.smalltalk .method, +.hljs-hexcolor, +.hljs-important, +.hljs-flow, +.hljs-inheritance, +.parser3 .hljs-variable +{ + color: #32AAEE; +} + +.hljs-keyword, +.hljs-tag .hljs-title, +.css .hljs-tag, +.css .hljs-class, +.css .hljs-id, +.css .hljs-pseudo, +.css .hljs-attr_selector, +.lisp .hljs-title, +.clojure .hljs-built_in, +.hljs-winutils, +.tex .hljs-command, +.hljs-request, +.hljs-status +{ + color: #6644aa; +} + +.hljs-title, +.ruby .hljs-constant, +.vala .hljs-constant, +.hljs-parent, +.hljs-deletion, +.hljs-template_tag, +.css .hljs-keyword, +.objectivec .hljs-class .hljs-id, +.smalltalk .hljs-class, +.lisp .hljs-keyword, +.apache .hljs-tag, +.nginx .hljs-variable, +.hljs-envvar, +.bash .hljs-variable, +.go .hljs-built_in, +.vbscript .hljs-built_in, +.lua .hljs-built_in, +.rsl .hljs-built_in, +.tail, +.avrasm .hljs-label, +.tex .hljs-formula, +.tex .hljs-formula * +{ + color: #bb1166; +} + +.hljs-yardoctag, +.hljs-phpdoc, +.profile .hljs-header, +.ini .hljs-title, +.apache .hljs-tag, +.parser3 .hljs-title +{ + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata +{ + opacity: 0.6; +} + +.hljs, +.javascript, +.css, +.xml, +.hljs-subst, +.diff .hljs-chunk, +.css .hljs-value, +.css .hljs-attribute, +.lisp .hljs-string, +.lisp .hljs-number, +.tail .hljs-params, +.hljs-container, +.haskell *, +.erlang *, +.erlang_repl * +{ + color: #aaa; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css new file mode 100644 index 0000000..89c5fe2 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css @@ -0,0 +1,50 @@ +/* + +Original style from softwaremaniacs.org (c) Ivan Sagalaev + +*/ + +.hljs { + display: block; padding: 0.5em; + background: white; color: black; +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-filter .hljs-argument, +.hljs-addition, +.hljs-change, +.apache .hljs-tag, +.apache .hljs-cbracket, +.nginx .hljs-built_in, +.tex .hljs-formula { + color: #888; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-shebang, +.hljs-doctype, +.hljs-pi, +.hljs-javadoc, +.hljs-deletion, +.apache .hljs-sqbracket { + color: #CCC; +} + +.hljs-keyword, +.hljs-tag .hljs-title, +.ini .hljs-title, +.lisp .hljs-title, +.clojure .hljs-title, +.http .hljs-title, +.nginx .hljs-title, +.css .hljs-tag, +.hljs-winutils, +.hljs-flow, +.apache .hljs-tag, +.tex .hljs-command, +.hljs-request, +.hljs-status { + font-weight: bold; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css new file mode 100644 index 0000000..4cfc77c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Dune Dark - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Dune Dark Comment */ +.hljs-comment, +.hljs-title { + color: #999580; +} + +/* Atelier Dune Dark Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #d73737; +} + +/* Atelier Dune Dark Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #b65611; +} + +/* Atelier Dune Dark Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #cfb017; +} + +/* Atelier Dune Dark Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #60ac39; +} + +/* Atelier Dune Dark Aqua */ +.css .hljs-hexcolor { + color: #1fad83; +} + +/* Atelier Dune Dark Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #6684e1; +} + +/* Atelier Dune Dark Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #b854d4; +} + +.hljs { + display: block; + background: #292824; + color: #a6a28c; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css new file mode 100644 index 0000000..3501bf8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Dune Light - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Dune Light Comment */ +.hljs-comment, +.hljs-title { + color: #7d7a68; +} + +/* Atelier Dune Light Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #d73737; +} + +/* Atelier Dune Light Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #b65611; +} + +/* Atelier Dune Light Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #cfb017; +} + +/* Atelier Dune Light Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #60ac39; +} + +/* Atelier Dune Light Aqua */ +.css .hljs-hexcolor { + color: #1fad83; +} + +/* Atelier Dune Light Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #6684e1; +} + +/* Atelier Dune Light Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #b854d4; +} + +.hljs { + display: block; + background: #fefbec; + color: #6e6b5e; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css new file mode 100644 index 0000000..9c26b7b --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Forest Dark - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Forest Dark Comment */ +.hljs-comment, +.hljs-title { + color: #9c9491; +} + +/* Atelier Forest Dark Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #f22c40; +} + +/* Atelier Forest Dark Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #df5320; +} + +/* Atelier Forest Dark Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #d5911a; +} + +/* Atelier Forest Dark Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #5ab738; +} + +/* Atelier Forest Dark Aqua */ +.css .hljs-hexcolor { + color: #00ad9c; +} + +/* Atelier Forest Dark Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #407ee7; +} + +/* Atelier Forest Dark Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #6666ea; +} + +.hljs { + display: block; + background: #2c2421; + color: #a8a19f; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css new file mode 100644 index 0000000..3de3dad --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Forest Light - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Forest Light Comment */ +.hljs-comment, +.hljs-title { + color: #766e6b; +} + +/* Atelier Forest Light Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #f22c40; +} + +/* Atelier Forest Light Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #df5320; +} + +/* Atelier Forest Light Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #d5911a; +} + +/* Atelier Forest Light Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #5ab738; +} + +/* Atelier Forest Light Aqua */ +.css .hljs-hexcolor { + color: #00ad9c; +} + +/* Atelier Forest Light Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #407ee7; +} + +/* Atelier Forest Light Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #6666ea; +} + +.hljs { + display: block; + background: #f1efee; + color: #68615e; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css new file mode 100644 index 0000000..df1446c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Heath Dark - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Heath Dark Comment */ +.hljs-comment, +.hljs-title { + color: #9e8f9e; +} + +/* Atelier Heath Dark Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #ca402b; +} + +/* Atelier Heath Dark Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #a65926; +} + +/* Atelier Heath Dark Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #bb8a35; +} + +/* Atelier Heath Dark Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #379a37; +} + +/* Atelier Heath Dark Aqua */ +.css .hljs-hexcolor { + color: #159393; +} + +/* Atelier Heath Dark Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #516aec; +} + +/* Atelier Heath Dark Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #7b59c0; +} + +.hljs { + display: block; + background: #292329; + color: #ab9bab; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css new file mode 100644 index 0000000..a737a08 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Heath Light - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Heath Light Comment */ +.hljs-comment, +.hljs-title { + color: #776977; +} + +/* Atelier Heath Light Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #ca402b; +} + +/* Atelier Heath Light Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #a65926; +} + +/* Atelier Heath Light Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #bb8a35; +} + +/* Atelier Heath Light Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #379a37; +} + +/* Atelier Heath Light Aqua */ +.css .hljs-hexcolor { + color: #159393; +} + +/* Atelier Heath Light Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #516aec; +} + +/* Atelier Heath Light Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #7b59c0; +} + +.hljs { + display: block; + background: #f7f3f7; + color: #695d69; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css new file mode 100644 index 0000000..43c5b4e --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Lakeside Dark - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside/) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Lakeside Dark Comment */ +.hljs-comment, +.hljs-title { + color: #7195a8; +} + +/* Atelier Lakeside Dark Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #d22d72; +} + +/* Atelier Lakeside Dark Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #935c25; +} + +/* Atelier Lakeside Dark Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #8a8a0f; +} + +/* Atelier Lakeside Dark Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #568c3b; +} + +/* Atelier Lakeside Dark Aqua */ +.css .hljs-hexcolor { + color: #2d8f6f; +} + +/* Atelier Lakeside Dark Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #257fad; +} + +/* Atelier Lakeside Dark Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #5d5db1; +} + +.hljs { + display: block; + background: #1f292e; + color: #7ea2b4; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css new file mode 100644 index 0000000..5a78269 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Lakeside Light - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside/) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Lakeside Light Comment */ +.hljs-comment, +.hljs-title { + color: #5a7b8c; +} + +/* Atelier Lakeside Light Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #d22d72; +} + +/* Atelier Lakeside Light Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #935c25; +} + +/* Atelier Lakeside Light Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #8a8a0f; +} + +/* Atelier Lakeside Light Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #568c3b; +} + +/* Atelier Lakeside Light Aqua */ +.css .hljs-hexcolor { + color: #2d8f6f; +} + +/* Atelier Lakeside Light Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #257fad; +} + +/* Atelier Lakeside Light Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #5d5db1; +} + +.hljs { + display: block; + background: #ebf8ff; + color: #516d7b; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css new file mode 100644 index 0000000..3bea9b3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Seaside Dark - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside/) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Seaside Dark Comment */ +.hljs-comment, +.hljs-title { + color: #809980; +} + +/* Atelier Seaside Dark Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #e6193c; +} + +/* Atelier Seaside Dark Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #87711d; +} + +/* Atelier Seaside Dark Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #c3c322; +} + +/* Atelier Seaside Dark Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #29a329; +} + +/* Atelier Seaside Dark Aqua */ +.css .hljs-hexcolor { + color: #1999b3; +} + +/* Atelier Seaside Dark Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #3d62f5; +} + +/* Atelier Seaside Dark Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #ad2bee; +} + +.hljs { + display: block; + background: #242924; + color: #8ca68c; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css new file mode 100644 index 0000000..e86c44d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css @@ -0,0 +1,93 @@ +/* Base16 Atelier Seaside Light - Theme */ +/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside/) */ +/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ +/* https://github.com/jmblog/color-themes-for-highlightjs */ + +/* Atelier Seaside Light Comment */ +.hljs-comment, +.hljs-title { + color: #687d68; +} + +/* Atelier Seaside Light Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #e6193c; +} + +/* Atelier Seaside Light Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #87711d; +} + +/* Atelier Seaside Light Yellow */ +.hljs-ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #c3c322; +} + +/* Atelier Seaside Light Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #29a329; +} + +/* Atelier Seaside Light Aqua */ +.css .hljs-hexcolor { + color: #1999b3; +} + +/* Atelier Seaside Light Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #3d62f5; +} + +/* Atelier Seaside Light Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #ad2bee; +} + +.hljs { + display: block; + background: #f0fff0; + color: #5e6e5e; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css new file mode 100644 index 0000000..0838fb8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css @@ -0,0 +1,105 @@ +/* + +Brown Paper style from goldblog.com.ua (c) Zaripov Yura + +*/ + +.hljs { + display: block; padding: 0.5em; + background:#b7a68e url(./brown_papersq.png); +} + +.hljs-keyword, +.hljs-literal, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.tex .hljs-special, +.hljs-request, +.hljs-status { + color:#005599; + font-weight:bold; +} + +.hljs, +.hljs-subst, +.hljs-tag .hljs-keyword { + color: #363C69; +} + +.hljs-string, +.hljs-title, +.haskell .hljs-type, +.hljs-tag .hljs-value, +.css .hljs-rules .hljs-value, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-javadoc, +.ruby .hljs-string, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-number { + color: #2C009F; +} + +.hljs-comment, +.java .hljs-annotation, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket, +.nginx .hljs-built_in, +.tex .hljs-formula { + color: #802022; +} + +.hljs-keyword, +.hljs-literal, +.css .hljs-id, +.hljs-phpdoc, +.hljs-title, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.diff .hljs-header, +.hljs-chunk, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.tex .hljs-command { + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.8; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png new file mode 100644 index 0000000000000000000000000000000000000000..3813903dbf9fa7b1fb5bd11d9534c06667d9056f GIT binary patch literal 18198 zcmZsCRajhYlWil7yGw9LaCaw2kl^kP!M%at?m>cka0u>ctf6s&e8CzTLSrGMaSIUS zWM7q;>fa~s$OpT> zFLY-GO$7j;Wl{{7eE9cF?XPU&ukYpLA870A2vBhFvU6lq^RRVx)N{0T2=eQ4J41(5=2G+8;)w1ZEPMkbF2bGnazV|OLZz2Hb@=WyXBX0)f+0o;fWze0N{t<*y ztIiNnZC{LRA&k!$ZY8RSSkRr34SfzyO1FQ1#+`5DKBGKIaW*#IpS|)H)0b)RO)vVT zdmZs``V5~Rd=7^niGNRi-KohFdl7;cLNt=6H%jET$<@@a?HPC}DI+UeV-R$j(|Cgb zovyEp&h`&JS~h*u+dsTgScW2zDVr4f~DH;Zx@cQhlKiyzUik!{j?26_bcGl3n zz;xi(8ENgs!;6LMT9?9^)|SgIm+Xu<9pAn@Jwvr@j|kU$Ps<;yJK|Ptilz{)cF~50 z>3}X}-GE2L$gd5vToUcA;ufTe+vCmq6y;EHLIF1Y)!*mMIk7Ufz`-6@{%j+0t}5by-kjAimHgt*AfoWQ3<}2%HH1G)X=gxwsGTnqo!jS zPp^mHU)Wdo9i$J93f_cGL~o081HVh2MIfFb&r#24&zMhy4-B`@-M4wqKeV5e3rOCk zzfxnXb=ed%7QxZsGFZ!Bk=ojIqXM0lz`=t&N`(ieb`uT$vaWG--x!ps=kokELG7^v z+{LRR;H>H{+#Sy9)~}T-X{s*WDIF9ko?!YOUrBL6c1UTt%|c-C%-R`h{*D&-?xTv6%U;Fy)q@zD7n;Mm&VTYo!f>`4|^@IrUrWqi<2` zIK=%8Y>k7_cJFc62Fm1dsu5V%^D!kOF(oA;3duw z%pO09{DvbtIv+U1{6MQ8Wq|e~4(8RFaZSiu$ z|CJ~BTvRLdM64V`xYr`XpzSoka%-H{0)Ro-jT6+} zT18|CY&T<`K}73~WMQMkzj<-{e`EjOV2Ch(n321C+#16;>MjIhblly|M?Br0UERMA z8yIvk9sVuv0~h)1=S{wY{&V6fDi@0c8|@S!>h`gR_^u~(f!y=uu=3o8U2>$VV-mwV zeJKl8K*mz%0O$3!XmmqEd#rW!>oY?U<|?CBsX=UMCSrinA}B9GA5MTUzn%ILQD=}Q z^-qc}to5D!{UYEBFfSF{7{}5#I2`7!9Xcs|{e!rTVYvNetFc@43N$#e!DM_Y#5_4V z3P*)qJyw97IJGZYj53iEQKK~Zk6QE|wnDAQ6e%ci7WM9yX{3Voy>2v7-{dW*|+Zvy7%^(o^DMc&%_Tp}4@Jo%0Bs7ObY$K2QS=1v19slY*WwV!8B05I;*7gc| zC}iWT!ocL=zoXCa-*EVkQZPGoFVou4>|(ng{&T`5ns(d;`0IWRE4$3aCE zX={pif)xfKL2J&CwL-rbsVhFX~Ast|24AzGCb$6bP zzjP96&p17?0`zA}Cr(1{- zBWmAc^Tih%c@PSpJD39Rtvbpc27|&`W}18q&trP3z4xp%4^t5T!T})zWON*!hQ+0C zGnKXI-(t5+$xcN_*!vy^Ebcn(`}3GQ=EjrR)jEu#)a!Qo+uU^L6Sf!vtQo@-)YCH_ zIkq!}#RQ?#H9Na)c>fA?i%F=AwN>+%6IHG_6~07@;tNMw)pj-py?fm5OAkUXC)Brp z)eG?cTAV-ODy=aRrlcS^!0S!95GOO@_zy6Yr~oZODHiWB(rYDHVW+oP+iSHanvW_2 zD+33#kuvw;P&BQf8OM-`63t1%h)cdnm8}>fIrS=425~>gpk!*nOPF^FRJ!}0{NO(e z1ANE&sU_mPMS;Pw9^8F*v5!k1Dr?=^%?eWij0f~to7y`V{K(<#9fgxsh1qZ}irc;t zApc;fE}TBG^?-(ZYfC3hk)rzA9||a50&`5$fOMODInB^CQQz-%|FVW(Me6cd&RQ!Em*`8(cOiTV*}I0^ zkh9#bz+b`^Achh+t!T{E%m*7Spr8X*#NFvrNeQKR9N#NYImXo$orFW}S#|kp!g) zC|mslRtj z{<(wk5heSmNTLQPjVu+tu`Ax0<Jp<3;sv=x5%C^te-lbQRUIA>ktvMAj}|$FYU$Qp}=T~;pv%9btR=dxklUy zkR9E*9e)3CPHhghYGI4o&yB<6Ek^@&s6_$^hHm%y;$mG#6s2Gj@yUh|7NNvbZ*-CiW>(`$PB*?kxl)}lSZKB^Wx?u%oy%PiU;Ucb|V z|JbtHI`e>wDu43V9mbmTz-O*hsj=x3p@_52uHWdv$KHWXIJ?hAN_O+SE^)}7#rG|6 z_BKM`Ghwpm2fNaI-XM&&0MIfLw+nk~2$Q9!(m1H({sIm*PjV$tD(vHzF8J^I z$5d)V3#P=#{X0~lkvdz*hO?2|P39$67m%BB>cJ;P&i?e>f6oD0A_x(fXnlhN8_iy~ z=8_i6_?scR{Q@F{<_+s`6F0?)4q>Y!TZURG@z1Xg(XF|Uq<7M}+x3!5CKzKPU%EBw zWsc%dMB{e=rbNFynyQz;$Wk>xdNDkRB!r}hPlheoBDRi4NdE0U68C8T=FwmB)E|du zu(3Ry^ER}qt8o=s^t;)ka7?Rw9BkK-AbMm!5YyN{n8j%4(FS=#^NXNFzOKvDh-fh_ ztrMuN#+;}%O*fdC_O-zikI?cL4FkQFbMJ&%;LsLdp2pU1z81byeDrcnfVfSPjd&Tx z0uTNCRa&zYgwCK{AP>=r8Sx{G=0I#zQ4SAF*CLY5@Ge_3>$_ebR&z8QuoP^G_nMbA zR!J5=NfW+bA;6g4yh|56J$}zRiUEt*T!NqU4MM$Ik(YO5ElC z3I>TTR5(&RS-e$~mJ610i3Tb|O!%oihx2Dou=SDi zY8QGbi&iMst0x9N)(Qw|m<=v9=H$h=d9q7_RC$8&xiTCpO(nAT)09jNd*kDz)xA=d zA>mDJMEO}wm=z8%##p8Epux^Z?6*hT+bBf^Yw~9wh1mOBI2*B_&;n6YqN$_sLi+`r zN+}oUEH%!)UEZO0kGwoV{fV0125Liy{XQRjOG;ll15xL$5w(ynu*BE#Y!uUbJlqhC z*)p9Akd=!p3VXT;Mo_Zvej_{xJkq)x&0<&B)@Utjud|co5aPb~dM)3OKXKmRzZ}RD zt~hR#D>70m`e$6d9RY-q2@W6QANld%IvZ*VmwpbdVCzWDJ`&UO%hC*(c9AJ; z8qe|b;=knC|ZRghL9-j+JpIpBjS zLIz{G#rkZ%K&UOs1pgA;bi1JjfXryT;9AV*AdF1(P;A$V^MMS0X10gTzoNjJBTB;U z#kJ5|QkG?|zHY}$^ddtj_$wAkIcd;Wk|&B6^`fnOL3uIPj@Z+b!gftAC_YE@sh~EY z@awBver>U-j(pBMf%*W;OI?#3J3yRO&^PqFHW`#yr|%#0rDM+^ZV zw!IXpiDk0Qo5iL_mNZlA`+m>mgyn-Z9( z1VK4OJry2Iq?o90-NhDNVAP3Niev{MJh~PQ7M5U9?Ob1#H}q=Dgn%~Ng=3b;7jX>n zADv=?=pgaOIN2G2JCr_(7k0YF#OlE0c}by4_|pb-iJ-CYzLbWwHs2A)ZY;uuYwbQMUa1ed5)1G+DXr$;MC*sQ-N@4$xD327+bTrT^ z?kmr?X}=Lu2xf7X5|gkw#k>FEC139#QtL*Y>C)kvvqB=d;fVQ8{+;RhP-)is9rX&jj-Ik zT00%|O4wv`6`(M(&W*hs2A z?qIa9QPvO>*ssTM+$((GcA1>?(C1jm10t6@Dy(k%HtIN+5d!Bk;~J%32ZhcKu$-i2gOM1Ek)Av0js<&PBErK4 zp0BqauJ^Yy7bnHdyGOO!FbWP*qG)O@I>y%wAIOX9eD)7R>ow6xlYRy-h|ZmQaLshv zm7r7H)>I5~>_i>NDSv6k)mCwZu$9K6)JGn#ni#>O5}3aMrYt7e67}_&zNlt_@b&$n z)VO|sK6qnt57(FA0!{d&$}h!DdNgOgYMn=8${CJ>S2YIAe zYh9atd77_K6soYC+WALnJL7SxqnE#(+1G`m^0I56gta@e+L0z>IRG+?>DS@Oe-NlQ z-mQ)F{=7b($L)X@jB5Ot*D*>ceMR8793ItK-tTO`iAnNm-xzYn0#;&=gXJYz8KmnUBrL#cb@ELwnkp?O zZZ{8tSRklRk}8Ts29G>v-&z?qob#qYSe!ek zt^r`X2W(J?(qxhOf%h#^?8D`^&MPbuUE9s z$80u<1iU&&+mQB<4bZeyBaOB}$!d@`^f4+iXS3;h>rXP~*FRrr)Wki^(q)&EwAMt?71xOWwtXa8UsY(_;C*7d*d9Z z-#(@Mu>`+6lrEC|=E^q^u&A=e+P9|#`hdP0Rg9`gUbNqm@!-Gg-V6vL;!*U<4ZtIa zv@cWy_^m4cV=F@sv3lCwx|?r%lb?NGQobaW&#Mi<9dngpq({-uy?xwAR&#MBUtybddE z1Ka>|_TRpK@#mBE#M;ka;RDR*2pXmP#YHG|5qh#YgXDUPD*cs3)>>Co@wnbArjo;_^QGnuQGdUSqu6AMPxBHbW99c9gHFZ*u&-M5cS}n@d z@wWUbV?X7y#NTCaqV_t*)w+Vzpte?L^08$=xiju5lCZ4~#~@34qa{rJM!{y~Tqe5H z-`N}U;ZKj9jnYas%EXCD=*$|XC$h{m@?;&T(uT--QOR_H^PcjyAP~pc&dS&v#J%KN zK|)APC-pnC;EKdibKx8O+Pqef? zY3J^)uf~;VDge4m$gh`Aj{?OYnES!Tftm1kjZwLB-5soBf8q9RaPk~e{SqHq+Gh(R z<}KbtcWaoIC!do+k`h}5s~QzJ&#Ro?TzU_eO^xAgvNoX&oKS7|-8Lm;%2@BRKwb9H4rRICqXPIQLdOMGtG>0(Kh}5xDzW z<`R5ub7|^ov6hX(i^R_d6ZdLQ5t}vu@?2|ueBl^W!CoR=LZ1Urel(cC{`jK##xJ5Z zW6m&PFV^e{7~mrz4!xy@n!O%C(vIRG0g>FrE1t+=n3;z9D!vWHCUjqMi*QAc4!hId zk9MAo2%jf}g*lzYPM7_RYQxo3rJR%jUCd5FoBmmSn@QTM@?QERM*E-uEb}GD!7+W4 z;ucS;Fa1*ZgF9U&8>R&|tjy3FH;93-Kpof^^nCm9kp4U+SFqwi@6}>$jo4)7x?L*p z5eHsG=We;aDoq*x+H6v7x39;dP<1mgK0fQuG+#L+=2<$z#m5Z5 zCEto{j1wIIxQ(7>!yi2iRgQS~c_6N5JHqo=$`q=PD?Y@90#727stD}1n!C~qy z1q^LAqT}jq4r2TFIf&-|vYu|DXI}0>^}2ev5jUXZCM+ZOWL>l4t}d2Pur%y+XM$j(Cc126Ww7ST~4S;g=2q8j3!|OoWynEtKkuUjZ>k za%azP+sS^P^KJ=|`TAdnlNkRHqn@0nFWdFeMoI4-_sH22UA`hq_xA?B;_u;ixDrx%9ajWMqLgzfYCofw8KF`gO zWh92d@!_T((;rc7)Y0;~o3^0R^ALS8opgP}hX%hpsuO^eo@L^`#d1RJD{m2kN6wGw z5T;|y=;jNZl}W2j;Bc$yGn_%Ti(Jtk4%` zDK5cCl`%fdh(p%F! zN4;@Huf@ukLx1k|0(qt;@&Xiw=4#8cVPcfFDX~atn}9jl7(Tz#p-Q|4F%ywo(jlv# z%qISsaHlw>1|(CS*2KqRSCP8NF(6NfJ>HP|lV`v4llSyqeD!0%X_1> zg{vvN5D0m~n!O3#;}}s;n>z%iE0e^EX_%IQaWRp4yx4LOzqV3T+W(;k{udVh!#EJ} zgnXu%H1P~HO=bwcbt57%T)u4QT05g9BA!O6PoHP#DPg-80&W|M33F=n@!{4j6>-=9 zl9KJP6S3H+U>;T?}#WA z_O%upq*IdOTe9b~q#{Y}07vk515LC)Il|+Aa$f}Tcr-&vQOIH)UZ$6& z36g&<+>7?MFwXUe`uwpa`gVyIwLJn~p1QK-H&X5vGa};Wdy^Q_m|$Lgl*a(g9EO{h z##w%7(g(SjboyvXP~vP72(|N1)ZI{XNa-&bPjF54D`q-}^mUm=DGk7I_a#t~zNU)> zJD=vyGTVi2y}*&qMByXD3Tn-Wj|5S#f( z1uWJ`3RnO6rh+Yy?c=B~PUJ?nV_{w6l7FulT#(2M_~r)HsCX+L?$5L39mEvBSU`8$ zYq&EhHXoxg(J-om_c-fe@=~3q#OG#^kYLhMnV)y;ZF6Gqz_mr2P zugbL0xc8{kyxRcLC?m)K&Yj$%)>_B@og|1@e~QPf=dh!p2dBQAtX$a~q4}AI9ArA; za(4@-P0mv5dlML~u;DO#U*_mx8yZv31rn3O5F4pLW;#xXKA<~u3@cMIw&h)_VR
G3S-EN>9CM!{YB*|;6wg-K3V?)eR((z#1 zHyX+Us~H@9)~!8`K-#ZDU>v8HpiaQ|@=VU5MgT@ehzQ(1nZ!M0ZDk{Fb`>pCb0vQE z`gX@ZK}6S!(-($v3w8-+L6Xs~;@WTrR}q42gH9p2ncZYDab8*`#p8jbS&H9$DTx{1 z|8L)r+}X3oIp6b9dN^fZsl0TpRK4NW^TVGZOit8~r*qM+QL3pd7G0|~C`PHxw2PM3 z->n8iEh)LU)Je%r7nEt|D%&F&(={XI*19z_HKI38aE6Cfm-buU7W|=mo3gMA57~g` z7aBx4OS&(O5w@W;2pO@ZVyG;2^F+2cYshx%M2*M@%;(4quYc}>z1WX(9ccb&>8#{j zE=VlFg+&2-xsr%AY_}ciz4+<$^}2TO2e)byPmJl?+aOU7{UVx$=ZNQDTQLxsh}+(_ zak-NBw`v4=+Ydp_L=w^J1&NT$-AbEUuj%8LN7nJzt^APyl$(ght>;(o{)xCqf8IX6 zq`a-CyPq$UOPJN(oo>$gX?v65Y$GnIq7Fq?=??};kY4#Na69k#iG|Wd|{Tt z&uFLgaDQ4)`{9^3rX|Bg zNY8N2w1??HVsq#}Xk&RcmoQBacog;CZ%I-HU?7dT+nZRo?h7BQd5Yrv%sI0rPF^Sk^9@l-_4``bwK!A z5Ud{#8B%fMPHat04G9kj%j5>0maQK}jQTzGC!2<9FicZ-#V^ZaC)A?QK9EelA!nP) z+Z2DqYAqTsfZ9k1CW9+h;Uao59}OnJ9>r}xs&nHlM5^Y58T*TkM80zn8=UE2e8u{j zpH(Cv<_IWBdh<6_f1={d7#R|wGLcIoegMU>82VZLrcn;{FuCmF59Tpu7qQ5TEj5`AFXQxx{XS6|0N# z3g?J^0RDM8_l@3M4G0f^O03>$S#_it3cdG%7HWo_Xb-<{a&XHHzW`(2t54<~-m{AO)J~7AhPI zbkz9A9Eq!7aijhY%^=rG`j6?w^hb13^_LKf!X*}jaV$GaXvsies~+H0T#v%OcveHN zw6t*A@XdVfqJIPsPwPO4;>%M4C+{dTVU{cOk`3puW6b36K2&z%>btSk&&H>Z;<`p> z`FMTMiHw&wOXcQ$-Y{pG@3aN}s_>;# zeQ6GDsqIMA?iz{B1XzIIegeu-#qL_ZBH|eh`L{~J(A{bH*vND8W}io(WZ9s;;m3qZ zElXp!ru)Ht+yJJ|dfvRtcX?~Pn_nW{zZbM5z3mB?Hbf_|+7ZC-9yVjR&7mnNul4vE z%KEK*b1~tReV{kNh2E=&iwgU8w0kYs3c1o6m;*fZfrF-g?1!~+<-`f!Dj8+i7NJUI zcZj}vt?|8iHQ3TdM;gn(X(Vidn!cd{^x{>dX&Vt^`^_3pu?t)#>x|K0cW=egSMl9#+mqq-8|RdMP1Dw zx^5}L#|i6)ERW8LBjm}wD6@3$`!cXl0aV*W>(xz)J2m+v|RNGEXIA%XWv z$Hx$v!@W5LfaU7iEY}no2e;*F&dh{F;<$?``JyH&l3RVjA{xC=Rq{ z6}dLQKK(BW4N!Y)Mzd3h)PX8L3OR6JX82vsk%|<`y{3G<99ycR8(ZD;4@=k|d zx1nPOrARPmMi86c#Qn^1g5RVk00)%LY3fdvDm`_|D|ZP>a4hmnJmTiqc40*eItZ0G z(Cfxe`6oWB{4L&V2-lf)Dz{MkXQ(A{E}?e1cWU;s-J?xBbGBUgebeTI{+k+LT|P=A z;GHDn*981}=hBJAGXPX?iXEu)RoZN2kKn)}Yp)=+)%`(=Hk2z^Csu^a+hNSE9<}O4 zW9BhF843QW<{+N^4NZ(+Ohu0L$qp9AhpJ?UbX8~fibx(>f3CRh|ZH~FPW;%L4 z2Jfb`#^2zr=0rNvM5{6`q6x-M;QJ8B$W1lwJwBT6OTa+L|E?*68NnD-d zqirI@#!DTk6=nvBq1t|F2a57+*JomCoPO&bkNHd&fq@7CoA#=ogI@ER;^g6MTjnNJpU8$17lkcby!fn#Y^cf59qs4;WjW9@I`pu+^=!$XvlzSp zHl-BP6qCLifc*pwQ8vDfUY0lgjC>>zTLL$6VLQBKH2U4M(&?%A718nspPj%tmUBw+ z#X>LH_#p;`9!I5vv6@cVh1b)~bHTXz;!@s>4omWjec#A;((g=Fq_p{u1|<#I-D{h1 zr%{sZ%zv+3T?)s{c78c|r6Ez1kf5OuRJ<^!_`!;|HxG;mZiSf=CdVqy^)Fpf= zR6<3YrraF!c1|tIJ#;9sg<)`+=a+cw8*6)$-yV3w_=*W`MB#~zjz6^LYX4eVoTxdI zc3h_Bc-v+z^z5>e3vEp)brfA?bQ>r1^-8x`-ATBNL)99$& z;rXG-!IBn08OxyuZoj`hcQ)a@7O5;d=o7$6_hSTJ z;(^Dr%6p+QhE473G62?L^T{&S2^UB8^~fFHE0@wP^b_T#h%rn7^=(?yQf+N!)<~#c zB&mh#W%khdZrGJgs@ixb%h?ad2HG&$G8+QXR6zbUk;$(r4F#>F^1>Br!mAfDkRR@D z!K|#|oQjAh)DlY~3|CG`+4@opGIM z^i^Z4rXu>d*NVXngpKKI2U_*K}S3_}=T|7q^w`XB` z2D5mfvT(`vMwh8DGJql?=LI15;DsNI&n^nhYwgI&-{a#V-{;<=cJWiZ5HEkDY(4jD zc2?xCALMIz@)_iwDG(vRJQ8kP7xC8|N5n z-mb8AOpEdA->ZPnh_c<&o3Jg+X;AwynF(`1Ihpp9xt|hy zu7!?dLSahdVg=JpZk#xq{L7i0Y3(N`w+}g zn}vYJKK$VH`HhCBK)g%Cw8flu&$)8+Ef5m{+5}|bRYsP&t~Jk0TLEENO=yT3nrvyfYKk*n#uYjkyI9wC{A(mO8ae&B%;9#dTh)|_V0}&D>^xO(UZ2e z2{_|CZ)7#U(3yWf5i9##7`c79OX{6Y8(moRVE~tW6|XopYg$JLlxm|Q3X{o#=h{Lt zyCavxXR*2;2qGJ^XJ;nKfb^TpVwPUUM{br*(tWeRu{4Id4v!3gY2#K~T^)u_Zer}E zn_7xjY>yK@ouN|9;O0P^ZRT#CcRfGYf%F#Vs;VRb^a|0p^Z(QZ;v z_h#9VcRfJ+!d^?N=4N?P&mP&Il_OwCQMpD;0zHfk@ay$}8TVzgO~mUpV_LitM@Q8z z?9S+w#)-R7Wlo;vsZz9D@#pj>8Cxn}a*?q4(u0!Y^j5C?U$fc+Q?CL`w3ANg?&_1 z?FycB-DhP^mg2^y?@lqA_P>^f{|QRaU~igN=blSkS9CZwMjy&9MHhfv%{2!{eynf` z$pvnj!j!PJ^$UUrQOmKo@@YFMK}y`iI9Na(F-H2m)K^;G@|^OUI0RWuw$|>Zi>>4v zq8|c(foEJT-K`qR-DS&5P&JlKeXe6o?f)$qE9Lfsl2!ik}0GeaVk8W1YV42f9! zrDpRi_q@-CcyuXkqt%*k_=Sc09&?96Tu==56A9)J#}xMwb)PC2fO#x-Caabw>Rn0y z{HI2_IqLYwp=X|p=?Np~=954+Ml?kfMhR7O0xujiI*!b{uTA~|{_q>bBp z=-{T8<|tDq3CTI;lW2D@h@1>&cH*BDa_y{)8j?pQ@ST4-bycb_leaSjIqXOg!I-dI zwNUCuLgX|9CoCb|R&9g{#A6D$#nUq#?A;pr8AdUx?+Mg??0rWBc7w@CmP8$GxdE}e zzHzq~`$CYEEw*mQui5d*E?e~uhB&}WX3EcR8?CKn>HfFzpYY*7uYx^#J!@o8sI_T# z<9>7j4!UEiu=RQ98@44ed!uGToSby}kzEY$x!v2ihKXiyj2);!CRiFr>vI6V7wV&~ zpF$-W<*Q*jZKoda1CDyKwXd4AY%8NW?9?a@Yy}T{I z8l%pzl#*N&hVTtVAK9|*u$h3nx1=6hC?%PgdUH$1 zgU4B#9LvX`-GA_Cqken?Okqp8ZYE~ymacnbL{jExU#!eyp{f&~&7KrUZ(@I$| z*^;qz>W?cO%fU+}`r^A}yw+(=Jny@=CHlQvYr*sZn~Mq?a}U+deU_vMDx=p%_S zeq4>UTvg|Ns%zPo!tKDK1jo!MHXs5k!B@$&Iw30U0NMQkIcpzN?DYb2*ymZtS+0tL z|7ZN81f&h|3Gcxa1-K}FIu}UC&Q5;*yA>^uZA?ny{4)}sFcUL|IrhZMoeaaeLpX1W z;w-j*w2UV02#G(CdabMIPx^&kQ$y&xwe3xF%dn^Zx=-2>R>1)!wONiAju(G&X}wa&e3M9e@y*jUOnq=Da;aeY3U?)V#0wlC4b>zD zYg41RpwFSrtQS5)@i*U(!g@ZK3qpF#ekkwhzv36}MIRhhvDIX_{kvF-w-i!URUy&1 zZ(GVLd13Rxa`n}=54^&rT5t6b{-~*ny>~1i9TpVYZ!wNEQFHytZc3QlVJihZ*&r<0 z+pVZ@C%9pIE7QsXE_Wp;lEw)G|JA?Qr?Kw4JQlq%?zBMH%3 zQ6JVx`e*&{{{B6UR&7EDCoSR>Ia4d+4zz1c4JkkrJzYuTQJ&qreUvcDtG1l9xOB(^ zrc~7sn*MO0arcJ>5^dNJY0Dd`dhvNp0zvzsHa0TO=<$99GqoAfRNXiNXf(!*IEnmP zr8tbeCb^b*$m_VvC6g&*bjtGqCpo-Ox`{)A5lw;yGH&b+sGu3`p#9`TQsPue)fUR< z&`V+$NVA8gzWIS^yrU#20h!!^9m?LW?#vpgS2M(T!&ts|UtGu)ibm12hjYQH3>Qh9 z&4Gq1i{aI05C~XPmovUh_g2b!EvwQ{JyK_xNk>x&ulaux-hYGOKQD&wmOXCwH|wi# z>ZA;Hh-sqvZJyfmPTTsim;OTNb>l5w$r>9)Wr+8Y$ptx_kA@kv@KugIc@7s51}<>$GYQ56)Ki`;R>$*#5fm%=a3oHXA{2r ze(gE^q7@6M#NOKDk?lQ!5v+|OS})<3Q$-XinH=iC%oZ$K*8mR&EYajonfKIB3qJw` zEh)zGw95_xD1yBg7v#8+sMaF^CW02x=1c30XZN3`1|S3xsHPU&%AtideyTVxW^pmN zC+CEKwcWLdiPK%WA><$Zk_5~1-n5;YlQ3aqhz90Q0Xyfxt(2@|0?VzodBvU=`;yT2 z97iv%rVlOZAzEh~-1FWqO$aNkyaLq>*<|?mOs(GR3FT392W{moZ;HD&I)GzNjoj|$ z6#h>D!~{G0fG#7m_{NwN;WBo+FBYH&u^ak!z=N*W+uPe4om4A>NYVy$G_k2Ag|NAO z1wvW{1B!~LGZRF@(ZG@sG?88UFOlrO7R5%3$!Z0a^39~K+xO1U`7jU^5z(@hy;s>te8_ua9x0Q zn(l}+Nj+K~g&_``wy#um;Qzq?f&T;l2mTNIANW7;|84Ov|JCpRS8NUz9_W9coCNv_ z?xl52VVa7r#b5F5PRa<1$EH=S_IdUhr^0@&t!&FBRvJ)_Pg&>TFXt z;Him`;9z20Fs(B_&VW(!)c3M{jzBor(F1Dq}caD#skevw=^xy`W{jSaVH-|RF^ zSxJ<1s$c_lG4y9pCj12Kt805nHipE(fmI(remtK}i2v8umpU5=fE&6Kz!tKfD5{zY zco!fp1V_e}JZR%cv(4G}(kNtwr>75|O)au*I`|}b#FsjqhIe!NJ-zeaOcKF`RqzgX zM*JenjN>g8sc(CV9npdUo7l-3T~TbOt`ob-!+y>EHiCg>^;n^+rmplETdVk@A`cVT zA1`NM{`03FQ?x4Ad8O#s9fGCv7?9O}iuG`+X$PzYMAI#+5>jAk1=DDL4Zw~OY#s>1 zQelFQX}adIQepTSq~Q#Jb(w>Y{qR)gW)Aw04L6*=W|uYVCY8oiUWoVZpBMokVRv`n z|G@u&{{#OA{tx^g_&@OfZSgOE^Xp%o&t1c5t;L4bTyJavWpxv!`N2~II|QWnuI)Ob zYv3~hzdJ|?XBxHj0LyR7#yX)CPY)MQMfjp;JB;mJUhwT5L@?^+5I~?-#K5{H_o>s$tlw9%!2JAO% zwPewi-QXC{!xhKIj#2sjTTl)0}n}@N`7N{W=1DLw7kpe!!Zsa-=pa8*m(NH%XbHdb1Xf#@^W+ z0!Yl(Z&WF*q+t}rJ+X~J$AAkhsNVDQV?(l=i7Q)eikH_fxBDBC;`#gl3*YY74ymO- zu^WR8?-b)qS)xc+#&MP};#uWZXjqxtS8$~83O9k&BTMF?%87MjbR|K3ytK zDO-8yV;5vhR^p`+p+(ZmL}s%bYB1U6cA4RPB%6{$xxo07C&85m{tx^g_&@M};Qzq? jf&T;l-xmM>p8x{@D(Mktb)u`N00000NkvXXu0mjf(?NUb literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css new file mode 100644 index 0000000..b9426c3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css @@ -0,0 +1,105 @@ +/* + +Dark style from softwaremaniacs.org (c) Ivan Sagalaev + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #444; +} + +.hljs-keyword, +.hljs-literal, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.tex .hljs-special { + color: white; +} + +.hljs, +.hljs-subst { + color: #DDD; +} + +.hljs-string, +.hljs-title, +.haskell .hljs-type, +.ini .hljs-title, +.hljs-tag .hljs-value, +.css .hljs-rules .hljs-value, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-javadoc, +.ruby .hljs-string, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.hljs-prompt, +.coffeescript .hljs-attribute { + color: #D88; +} + +.hljs-comment, +.java .hljs-annotation, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket, +.tex .hljs-formula { + color: #777; +} + +.hljs-keyword, +.hljs-literal, +.hljs-title, +.css .hljs-id, +.hljs-phpdoc, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.diff .hljs-header, +.hljs-chunk, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.tex .hljs-special, +.hljs-request, +.hljs-status { + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css new file mode 100644 index 0000000..ae9af35 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css @@ -0,0 +1,153 @@ +/* + +Original style from softwaremaniacs.org (c) Ivan Sagalaev + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #F0F0F0; +} + +.hljs, +.hljs-subst, +.hljs-tag .hljs-title, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title { + color: black; +} + +.hljs-string, +.hljs-title, +.hljs-constant, +.hljs-parent, +.hljs-tag .hljs-value, +.hljs-rules .hljs-value, +.hljs-rules .hljs-value .hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.haml .hljs-symbol, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-aggregate, +.hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-addition, +.hljs-flow, +.hljs-stream, +.bash .hljs-variable, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.tex .hljs-special, +.erlang_repl .hljs-function_or_atom, +.asciidoc .hljs-header, +.markdown .hljs-header, +.coffeescript .hljs-attribute { + color: #800; +} + +.smartquote, +.hljs-comment, +.hljs-annotation, +.hljs-template_comment, +.diff .hljs-header, +.hljs-chunk, +.asciidoc .hljs-blockquote, +.markdown .hljs-blockquote { + color: #888; +} + +.hljs-number, +.hljs-date, +.hljs-regexp, +.hljs-literal, +.hljs-hexcolor, +.smalltalk .hljs-symbol, +.smalltalk .hljs-char, +.go .hljs-constant, +.hljs-change, +.lasso .hljs-variable, +.makefile .hljs-variable, +.asciidoc .hljs-bullet, +.markdown .hljs-bullet, +.asciidoc .hljs-link_url, +.markdown .hljs-link_url { + color: #080; +} + +.hljs-label, +.hljs-javadoc, +.ruby .hljs-string, +.hljs-decorator, +.hljs-filter .hljs-argument, +.hljs-localvars, +.hljs-array, +.hljs-attr_selector, +.hljs-important, +.hljs-pseudo, +.hljs-pi, +.haml .hljs-bullet, +.hljs-doctype, +.hljs-deletion, +.hljs-envvar, +.hljs-shebang, +.apache .hljs-sqbracket, +.nginx .hljs-built_in, +.tex .hljs-formula, +.erlang_repl .hljs-reserved, +.hljs-prompt, +.asciidoc .hljs-link_label, +.markdown .hljs-link_label, +.vhdl .hljs-attribute, +.clojure .hljs-attribute, +.asciidoc .hljs-attribute, +.lasso .hljs-attribute, +.coffeescript .hljs-property, +.hljs-phony { + color: #88F +} + +.hljs-keyword, +.hljs-id, +.hljs-title, +.hljs-built_in, +.hljs-aggregate, +.css .hljs-tag, +.hljs-javadoctag, +.hljs-phpdoc, +.hljs-yardoctag, +.smalltalk .hljs-class, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.go .hljs-typename, +.tex .hljs-command, +.asciidoc .hljs-strong, +.markdown .hljs-strong, +.hljs-request, +.hljs-status { + font-weight: bold; +} + +.asciidoc .hljs-emphasis, +.markdown .hljs-emphasis { + font-style: italic; +} + +.nginx .hljs-built_in { + font-weight: normal; +} + +.coffeescript .javascript, +.javascript .xml, +.lasso .markup, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css new file mode 100644 index 0000000..5026d6c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css @@ -0,0 +1,132 @@ +/* +Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars) +*/ + +.hljs { + display: block; padding: 0.5em; + color: #000; + background: #f8f8ff +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-javadoc { + color: #408080; + font-style: italic +} + +.hljs-keyword, +.assignment, +.hljs-literal, +.css .rule .hljs-keyword, +.hljs-winutils, +.javascript .hljs-title, +.lisp .hljs-title, +.hljs-subst { + color: #954121; +} + +.hljs-number, +.hljs-hexcolor { + color: #40a070 +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula { + color: #219161; +} + +.hljs-title, +.hljs-id { + color: #19469D; +} +.hljs-params { + color: #00F; +} + +.javascript .hljs-title, +.lisp .hljs-title, +.hljs-subst { + font-weight: normal +} + +.hljs-class .hljs-title, +.haskell .hljs-label, +.tex .hljs-command { + color: #458; + font-weight: bold +} + +.hljs-tag, +.hljs-tag .hljs-title, +.hljs-rules .hljs-property, +.django .hljs-tag .hljs-keyword { + color: #000080; + font-weight: normal +} + +.hljs-attribute, +.hljs-variable, +.instancevar, +.lisp .hljs-body { + color: #008080 +} + +.hljs-regexp { + color: #B68 +} + +.hljs-class { + color: #458; + font-weight: bold +} + +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-symbol .hljs-keyword, +.ruby .hljs-symbol .keymethods, +.lisp .hljs-keyword, +.tex .hljs-special, +.input_number { + color: #990073 +} + +.builtin, +.constructor, +.hljs-built_in, +.lisp .hljs-title { + color: #0086b3 +} + +.hljs-preprocessor, +.hljs-pragma, +.hljs-pi, +.hljs-doctype, +.hljs-shebang, +.hljs-cdata { + color: #999; + font-weight: bold +} + +.hljs-deletion { + background: #fdd +} + +.hljs-addition { + background: #dfd +} + +.diff .hljs-change { + background: #0086b3 +} + +.hljs-chunk { + color: #aaa +} + +.tex .hljs-formula { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css new file mode 100644 index 0000000..be50536 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css @@ -0,0 +1,113 @@ +/* + +FAR Style (c) MajestiC + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #000080; +} + +.hljs, +.hljs-subst { + color: #0FF; +} + +.hljs-string, +.ruby .hljs-string, +.haskell .hljs-type, +.hljs-tag .hljs-value, +.css .hljs-rules .hljs-value, +.css .hljs-rules .hljs-value .hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-addition, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.clojure .hljs-title, +.coffeescript .hljs-attribute { + color: #FF0; +} + +.hljs-keyword, +.css .hljs-id, +.hljs-title, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.xml .hljs-tag .hljs-title, +.hljs-winutils, +.hljs-flow, +.hljs-change, +.hljs-envvar, +.bash .hljs-variable, +.tex .hljs-special, +.clojure .hljs-built_in { + color: #FFF; +} + +.hljs-comment, +.hljs-phpdoc, +.hljs-javadoc, +.java .hljs-annotation, +.hljs-template_comment, +.hljs-deletion, +.apache .hljs-sqbracket, +.tex .hljs-formula { + color: #888; +} + +.hljs-number, +.hljs-date, +.hljs-regexp, +.hljs-literal, +.smalltalk .hljs-symbol, +.smalltalk .hljs-char, +.clojure .hljs-attribute { + color: #0F0; +} + +.python .hljs-decorator, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.xml .hljs-pi, +.diff .hljs-header, +.hljs-chunk, +.hljs-shebang, +.nginx .hljs-built_in, +.hljs-prompt { + color: #008080; +} + +.hljs-keyword, +.css .hljs-id, +.hljs-title, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.hljs-winutils, +.hljs-flow, +.apache .hljs-tag, +.nginx .hljs-built_in, +.tex .hljs-command, +.tex .hljs-special, +.hljs-request, +.hljs-status { + font-weight: bold; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css new file mode 100644 index 0000000..0710a10 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css @@ -0,0 +1,133 @@ +/* +Description: Foundation 4 docs style for highlight.js +Author: Dan Allen +Website: http://foundation.zurb.com/docs/ +Version: 1.0 +Date: 2013-04-02 +*/ + +.hljs { + display: block; padding: 0.5em; + background: #eee; +} + +.hljs-header, +.hljs-decorator, +.hljs-annotation { + color: #000077; +} + +.hljs-horizontal_rule, +.hljs-link_url, +.hljs-emphasis, +.hljs-attribute { + color: #070; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-link_label, +.hljs-strong, +.hljs-value, +.hljs-string, +.scss .hljs-value .hljs-string { + color: #d14; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-blockquote, +.hljs-comment { + color: #998; + font-style: italic; +} + +.asciidoc .hljs-title, +.hljs-function .hljs-title { + color: #900; +} + +.hljs-class { + color: #458; +} + +.hljs-id, +.hljs-pseudo, +.hljs-constant, +.hljs-hexcolor { + color: teal; +} + +.hljs-variable { + color: #336699; +} + +.hljs-bullet, +.hljs-javadoc { + color: #997700; +} + +.hljs-pi, +.hljs-doctype { + color: #3344bb; +} + +.hljs-code, +.hljs-number { + color: #099; +} + +.hljs-important { + color: #f00; +} + +.smartquote, +.hljs-label { + color: #970; +} + +.hljs-preprocessor, +.hljs-pragma { + color: #579; +} + +.hljs-reserved, +.hljs-keyword, +.scss .hljs-value { + color: #000; +} + +.hljs-regexp { + background-color: #fff0ff; + color: #880088; +} + +.hljs-symbol { + color: #990073; +} + +.hljs-symbol .hljs-string { + color: #a60; +} + +.hljs-tag { + color: #007700; +} + +.hljs-at_rule, +.hljs-at_rule .hljs-keyword { + color: #088; +} + +.hljs-at_rule .hljs-preprocessor { + color: #808; +} + +.scss .hljs-tag, +.scss .hljs-attribute { + color: #339; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css new file mode 100644 index 0000000..5517086 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css @@ -0,0 +1,125 @@ +/* + +github.com style (c) Vasily Polovnyov + +*/ + +.hljs { + display: block; padding: 0.5em; + color: #333; + background: #f8f8f8 +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-javadoc { + color: #998; + font-style: italic +} + +.hljs-keyword, +.css .rule .hljs-keyword, +.hljs-winutils, +.javascript .hljs-title, +.nginx .hljs-title, +.hljs-subst, +.hljs-request, +.hljs-status { + color: #333; + font-weight: bold +} + +.hljs-number, +.hljs-hexcolor, +.ruby .hljs-constant { + color: #099; +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula { + color: #d14 +} + +.hljs-title, +.hljs-id, +.coffeescript .hljs-params, +.scss .hljs-preprocessor { + color: #900; + font-weight: bold +} + +.javascript .hljs-title, +.lisp .hljs-title, +.clojure .hljs-title, +.hljs-subst { + font-weight: normal +} + +.hljs-class .hljs-title, +.haskell .hljs-type, +.vhdl .hljs-literal, +.tex .hljs-command { + color: #458; + font-weight: bold +} + +.hljs-tag, +.hljs-tag .hljs-title, +.hljs-rules .hljs-property, +.django .hljs-tag .hljs-keyword { + color: #000080; + font-weight: normal +} + +.hljs-attribute, +.hljs-variable, +.lisp .hljs-body { + color: #008080 +} + +.hljs-regexp { + color: #009926 +} + +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.lisp .hljs-keyword, +.tex .hljs-special, +.hljs-prompt { + color: #990073 +} + +.hljs-built_in, +.lisp .hljs-title, +.clojure .hljs-built_in { + color: #0086b3 +} + +.hljs-preprocessor, +.hljs-pragma, +.hljs-pi, +.hljs-doctype, +.hljs-shebang, +.hljs-cdata { + color: #999; + font-weight: bold +} + +.hljs-deletion { + background: #fdd +} + +.hljs-addition { + background: #dfd +} + +.diff .hljs-change { + background: #0086b3 +} + +.hljs-chunk { + color: #aaa +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css new file mode 100644 index 0000000..5cc49b6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css @@ -0,0 +1,147 @@ +/* + +Google Code style (c) Aahan Krish + +*/ + +.hljs { + display: block; padding: 0.5em; + background: white; color: black; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc, +.hljs-comment * { + color: #800; +} + +.hljs-keyword, +.method, +.hljs-list .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.hljs-tag .hljs-title, +.setting .hljs-value, +.hljs-winutils, +.tex .hljs-command, +.http .hljs-title, +.hljs-request, +.hljs-status { + color: #008; +} + +.hljs-envvar, +.tex .hljs-special { + color: #660; +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-cdata, +.hljs-filter .hljs-argument, +.hljs-attr_selector, +.apache .hljs-cbracket, +.hljs-date, +.hljs-regexp, +.coffeescript .hljs-attribute { + color: #080; +} + +.hljs-sub .hljs-identifier, +.hljs-pi, +.hljs-tag, +.hljs-tag .hljs-keyword, +.hljs-decorator, +.ini .hljs-title, +.hljs-shebang, +.hljs-prompt, +.hljs-hexcolor, +.hljs-rules .hljs-value, +.css .hljs-value .hljs-number, +.hljs-literal, +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-number, +.css .hljs-function, +.clojure .hljs-attribute { + color: #066; +} + +.hljs-class .hljs-title, +.haskell .hljs-type, +.smalltalk .hljs-class, +.hljs-javadoctag, +.hljs-yardoctag, +.hljs-phpdoc, +.hljs-typename, +.hljs-tag .hljs-attribute, +.hljs-doctype, +.hljs-class .hljs-id, +.hljs-built_in, +.setting, +.hljs-params, +.hljs-variable, +.clojure .hljs-title { + color: #606; +} + +.css .hljs-tag, +.hljs-rules .hljs-property, +.hljs-pseudo, +.hljs-subst { + color: #000; +} + +.css .hljs-class, +.css .hljs-id { + color: #9B703F; +} + +.hljs-value .hljs-important { + color: #ff7700; + font-weight: bold; +} + +.hljs-rules .hljs-keyword { + color: #C5AF75; +} + +.hljs-annotation, +.apache .hljs-sqbracket, +.nginx .hljs-built_in { + color: #9B859D; +} + +.hljs-preprocessor, +.hljs-preprocessor *, +.hljs-pragma { + color: #444; +} + +.tex .hljs-formula { + background-color: #EEE; + font-style: italic; +} + +.diff .hljs-header, +.hljs-chunk { + color: #808080; + font-weight: bold; +} + +.diff .hljs-change { + background-color: #BCCFF9; +} + +.hljs-addition { + background-color: #BAEEBA; +} + +.hljs-deletion { + background-color: #FFC8BD; +} + +.hljs-comment .hljs-yardoctag { + font-weight: bold; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css new file mode 100644 index 0000000..3e810c5 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css @@ -0,0 +1,122 @@ +/* + +Intellij Idea-like styling (c) Vasily Polovnyov + +*/ + +.hljs { + display: block; padding: 0.5em; + color: #000; + background: #fff; +} + +.hljs-subst, +.hljs-title { + font-weight: normal; + color: #000; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc, +.diff .hljs-header { + color: #808080; + font-style: italic; +} + +.hljs-annotation, +.hljs-decorator, +.hljs-preprocessor, +.hljs-pragma, +.hljs-doctype, +.hljs-pi, +.hljs-chunk, +.hljs-shebang, +.apache .hljs-cbracket, +.hljs-prompt, +.http .hljs-title { + color: #808000; +} + +.hljs-tag, +.hljs-pi { + background: #efefef; +} + +.hljs-tag .hljs-title, +.hljs-id, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-literal, +.hljs-keyword, +.hljs-hexcolor, +.css .hljs-function, +.ini .hljs-title, +.css .hljs-class, +.hljs-list .hljs-title, +.clojure .hljs-title, +.nginx .hljs-title, +.tex .hljs-command, +.hljs-request, +.hljs-status { + font-weight: bold; + color: #000080; +} + +.hljs-attribute, +.hljs-rules .hljs-keyword, +.hljs-number, +.hljs-date, +.hljs-regexp, +.tex .hljs-special { + font-weight: bold; + color: #0000ff; +} + +.hljs-number, +.hljs-regexp { + font-weight: normal; +} + +.hljs-string, +.hljs-value, +.hljs-filter .hljs-argument, +.css .hljs-function .hljs-params, +.apache .hljs-tag { + color: #008000; + font-weight: bold; +} + +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-char, +.tex .hljs-formula { + color: #000; + background: #d0eded; + font-style: italic; +} + +.hljs-phpdoc, +.hljs-yardoctag, +.hljs-javadoctag { + text-decoration: underline; +} + +.hljs-variable, +.hljs-envvar, +.apache .hljs-sqbracket, +.nginx .hljs-built_in { + color: #660e7a; +} + +.hljs-addition { + background: #baeeba; +} + +.hljs-deletion { + background: #ffc8bd; +} + +.diff .hljs-change { + background: #bccff9; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css new file mode 100644 index 0000000..66f7c19 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css @@ -0,0 +1,105 @@ +/* + IR_Black style (c) Vasily Mikhailitchenko +*/ + +.hljs { + display: block; padding: 0.5em; + background: #000; color: #f8f8f8; +} + +.hljs-shebang, +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc { + color: #7c7c7c; +} + +.hljs-keyword, +.hljs-tag, +.tex .hljs-command, +.hljs-request, +.hljs-status, +.clojure .hljs-attribute { + color: #96CBFE; +} + +.hljs-sub .hljs-keyword, +.method, +.hljs-list .hljs-title, +.nginx .hljs-title { + color: #FFFFB6; +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-cdata, +.hljs-filter .hljs-argument, +.hljs-attr_selector, +.apache .hljs-cbracket, +.hljs-date, +.coffeescript .hljs-attribute { + color: #A8FF60; +} + +.hljs-subst { + color: #DAEFA3; +} + +.hljs-regexp { + color: #E9C062; +} + +.hljs-title, +.hljs-sub .hljs-identifier, +.hljs-pi, +.hljs-decorator, +.tex .hljs-special, +.haskell .hljs-type, +.hljs-constant, +.smalltalk .hljs-class, +.hljs-javadoctag, +.hljs-yardoctag, +.hljs-phpdoc, +.nginx .hljs-built_in { + color: #FFFFB6; +} + +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-number, +.hljs-variable, +.vbscript, +.hljs-literal { + color: #C6C5FE; +} + +.css .hljs-tag { + color: #96CBFE; +} + +.css .hljs-rules .hljs-property, +.css .hljs-id { + color: #FFFFB6; +} + +.css .hljs-class { + color: #FFF; +} + +.hljs-hexcolor { + color: #C6C5FE; +} + +.hljs-number { + color:#FF73FD; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.7; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css new file mode 100644 index 0000000..bc69a37 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css @@ -0,0 +1,122 @@ +/* +Description: Magula style for highligh.js +Author: Ruslan Keba +Website: http://rukeba.com/ +Version: 1.0 +Date: 2009-01-03 +Music: Aphex Twin / Xtal +*/ + +.hljs { + display: block; padding: 0.5em; + background-color: #f4f4f4; +} + +.hljs, +.hljs-subst, +.lisp .hljs-title, +.clojure .hljs-built_in { + color: black; +} + +.hljs-string, +.hljs-title, +.hljs-parent, +.hljs-tag .hljs-value, +.hljs-rules .hljs-value, +.hljs-rules .hljs-value .hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-aggregate, +.hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-addition, +.hljs-flow, +.hljs-stream, +.bash .hljs-variable, +.apache .hljs-cbracket, +.coffeescript .hljs-attribute { + color: #050; +} + +.hljs-comment, +.hljs-annotation, +.hljs-template_comment, +.diff .hljs-header, +.hljs-chunk { + color: #777; +} + +.hljs-number, +.hljs-date, +.hljs-regexp, +.hljs-literal, +.smalltalk .hljs-symbol, +.smalltalk .hljs-char, +.hljs-change, +.tex .hljs-special { + color: #800; +} + +.hljs-label, +.hljs-javadoc, +.ruby .hljs-string, +.hljs-decorator, +.hljs-filter .hljs-argument, +.hljs-localvars, +.hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-envvar, +.hljs-shebang, +.apache .hljs-sqbracket, +.nginx .hljs-built_in, +.tex .hljs-formula, +.hljs-prompt, +.clojure .hljs-attribute { + color: #00e; +} + +.hljs-keyword, +.hljs-id, +.hljs-phpdoc, +.hljs-title, +.hljs-built_in, +.hljs-aggregate, +.smalltalk .hljs-class, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.xml .hljs-tag, +.tex .hljs-command, +.hljs-request, +.hljs-status { + font-weight: bold; + color: navy; +} + +.nginx .hljs-built_in { + font-weight: normal; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} + +/* --- */ +.apache .hljs-tag { + font-weight: bold; + color: blue; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css new file mode 100644 index 0000000..bfe2495 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css @@ -0,0 +1,62 @@ +/* + Five-color theme from a single blue hue. +*/ +.hljs { + display: block; padding: 0.5em; + background: #EAEEF3; color: #00193A; +} + +.hljs-keyword, +.hljs-title, +.hljs-important, +.hljs-request, +.hljs-header, +.hljs-javadoctag { + font-weight: bold; +} + +.hljs-comment, +.hljs-chunk, +.hljs-template_comment { + color: #738191; +} + +.hljs-string, +.hljs-title, +.hljs-parent, +.hljs-built_in, +.hljs-literal, +.hljs-filename, +.hljs-value, +.hljs-addition, +.hljs-tag, +.hljs-argument, +.hljs-link_label, +.hljs-blockquote, +.hljs-header { + color: #0048AB; +} + +.hljs-decorator, +.hljs-prompt, +.hljs-yardoctag, +.hljs-subst, +.hljs-symbol, +.hljs-doctype, +.hljs-regexp, +.hljs-preprocessor, +.hljs-pragma, +.hljs-pi, +.hljs-attribute, +.hljs-attr_selector, +.hljs-javadoc, +.hljs-xmlDocTag, +.hljs-deletion, +.hljs-shebang, +.hljs-string .hljs-variable, +.hljs-link_url, +.hljs-bullet, +.hljs-sqbracket, +.hljs-phony { + color: #4C81C9; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css new file mode 100644 index 0000000..34cd4f9 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css @@ -0,0 +1,127 @@ +/* +Monokai style - ported by Luigi Maselli - http://grigio.org +*/ + +.hljs { + display: block; padding: 0.5em; + background: #272822; +} + +.hljs-tag, +.hljs-tag .hljs-title, +.hljs-keyword, +.hljs-literal, +.hljs-strong, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.tex .hljs-special { + color: #F92672; +} + +.hljs { + color: #DDD; +} + +.hljs .hljs-constant, +.asciidoc .hljs-code { + color: #66D9EF; +} + +.hljs-code, +.hljs-class .hljs-title, +.hljs-header { + color: white; +} + +.hljs-link_label, +.hljs-attribute, +.hljs-symbol, +.hljs-symbol .hljs-string, +.hljs-value, +.hljs-regexp { + color: #BF79DB; +} + +.hljs-link_url, +.hljs-tag .hljs-value, +.hljs-string, +.hljs-bullet, +.hljs-subst, +.hljs-title, +.hljs-emphasis, +.haskell .hljs-type, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-javadoc, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.hljs-prompt { + color: #A6E22E; +} + +.hljs-comment, +.java .hljs-annotation, +.smartquote, +.hljs-blockquote, +.hljs-horizontal_rule, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket, +.tex .hljs-formula { + color: #75715E; +} + +.hljs-keyword, +.hljs-literal, +.css .hljs-id, +.hljs-phpdoc, +.hljs-title, +.hljs-header, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.diff .hljs-header, +.hljs-chunk, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.tex .hljs-special, +.hljs-request, +.hljs-status { + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css new file mode 100644 index 0000000..2d21633 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css @@ -0,0 +1,149 @@ +/* + +Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/ + +*/ + +.hljs { + display: block; + padding: 0.5em; + background: #23241f; +} + +.hljs, +.hljs-tag, +.css .hljs-rules, +.css .hljs-value, +.css .hljs-function +.hljs-preprocessor, +.hljs-pragma { + color: #f8f8f2; +} + +.hljs-strongemphasis, +.hljs-strong, +.hljs-emphasis { + color: #a8a8a2; +} + +.hljs-bullet, +.hljs-blockquote, +.hljs-horizontal_rule, +.hljs-number, +.hljs-regexp, +.alias .hljs-keyword, +.hljs-literal, +.hljs-hexcolor { + color: #ae81ff; +} + +.hljs-tag .hljs-value, +.hljs-code, +.hljs-title, +.css .hljs-class, +.hljs-class .hljs-title:last-child { + color: #a6e22e; +} + +.hljs-link_url { + font-size: 80%; +} + +.hljs-strong, +.hljs-strongemphasis { + font-weight: bold; +} + +.hljs-emphasis, +.hljs-strongemphasis, +.hljs-class .hljs-title:last-child { + font-style: italic; +} + +.hljs-keyword, +.hljs-function, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.tex .hljs-special, +.hljs-header, +.hljs-attribute, +.hljs-symbol, +.hljs-symbol .hljs-string, +.hljs-tag .hljs-title, +.hljs-value, +.alias .hljs-keyword:first-child, +.css .hljs-tag, +.css .unit, +.css .hljs-important { + color: #F92672; +} + +.hljs-function .hljs-keyword, +.hljs-class .hljs-keyword:first-child, +.hljs-constant, +.css .hljs-attribute { + color: #66d9ef; +} + +.hljs-variable, +.hljs-params, +.hljs-class .hljs-title { + color: #f8f8f2; +} + +.hljs-string, +.css .hljs-id, +.hljs-subst, +.haskell .hljs-type, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.hljs-prompt, +.hljs-link_label, +.hljs-link_url { + color: #e6db74; +} + +.hljs-comment, +.hljs-javadoc, +.java .hljs-annotation, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket, +.tex .hljs-formula { + color: #75715e; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata, +.xml .php, +.php .xml { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css new file mode 100644 index 0000000..68259fc --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css @@ -0,0 +1,154 @@ +/** + * Obsidian style + * ported by Alexander Marenin (http://github.com/ioncreature) + */ + +.hljs { + display: block; padding: 0.5em; + background: #282B2E; +} + +.hljs-keyword, +.hljs-literal, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.css .hljs-id, +.tex .hljs-special { + color: #93C763; +} + +.hljs-number { + color: #FFCD22; +} + +.hljs { + color: #E0E2E4; +} + +.css .hljs-tag, +.css .hljs-pseudo { + color: #D0D2B5; +} + +.hljs-attribute, +.hljs .hljs-constant { + color: #668BB0; +} + +.xml .hljs-attribute { + color: #B3B689; +} + +.xml .hljs-tag .hljs-value { + color: #E8E2B7; +} + +.hljs-code, +.hljs-class .hljs-title, +.hljs-header { + color: white; +} + +.hljs-class, +.hljs-hexcolor { + color: #93C763; +} + +.hljs-regexp { + color: #D39745; +} + +.hljs-at_rule, +.hljs-at_rule .hljs-keyword { + color: #A082BD; +} + +.hljs-doctype { + color: #557182; +} + +.hljs-link_url, +.hljs-tag, +.hljs-tag .hljs-title, +.hljs-bullet, +.hljs-subst, +.hljs-emphasis, +.haskell .hljs-type, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-javadoc, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.tex .hljs-command, +.hljs-prompt { + color: #8CBBAD; +} + +.hljs-string { + color: #EC7600; +} + +.hljs-comment, +.java .hljs-annotation, +.hljs-blockquote, +.hljs-horizontal_rule, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket, +.tex .hljs-formula { + color: #818E96; +} + +.hljs-keyword, +.hljs-literal, +.css .hljs-id, +.hljs-phpdoc, +.hljs-title, +.hljs-header, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.diff .hljs-header, +.hljs-chunk, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.tex .hljs-special, +.hljs-request, +.hljs-at_rule .hljs-keyword, +.hljs-status { + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css new file mode 100644 index 0000000..55d02f1 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css @@ -0,0 +1,93 @@ +/* + Paraíso (dark) + Created by Jan T. Sott (http://github.com/idleberg) + Inspired by the art of Rubens LP (http://www.rubenslp.com.br) +*/ + +/* Paraíso Comment */ +.hljs-comment, +.hljs-title { + color: #8d8687; +} + +/* Paraíso Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #ef6155; +} + +/* Paraíso Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #f99b15; +} + +/* Paraíso Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #fec418; +} + +/* Paraíso Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #48b685; +} + +/* Paraíso Aqua */ +.css .hljs-hexcolor { + color: #5bc4bf; +} + +/* Paraíso Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #06b6ef; +} + +/* Paraíso Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #815ba4; +} + +.hljs { + display: block; + background: #2f1e2e; + color: #a39e9b; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css new file mode 100644 index 0000000..d29ee1b --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css @@ -0,0 +1,93 @@ +/* + Paraíso (light) + Created by Jan T. Sott (http://github.com/idleberg) + Inspired by the art of Rubens LP (http://www.rubenslp.com.br) +*/ + +/* Paraíso Comment */ +.hljs-comment, +.hljs-title { + color: #776e71; +} + +/* Paraíso Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #ef6155; +} + +/* Paraíso Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #f99b15; +} + +/* Paraíso Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #fec418; +} + +/* Paraíso Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #48b685; +} + +/* Paraíso Aqua */ +.css .hljs-hexcolor { + color: #5bc4bf; +} + +/* Paraíso Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #06b6ef; +} + +/* Paraíso Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #815ba4; +} + +.hljs { + display: block; + background: #e7e9db; + color: #4f424c; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css new file mode 100644 index 0000000..8630792 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css @@ -0,0 +1,106 @@ +/* + +Pojoaque Style by Jason Tate +http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html +Based on Solarized Style from http://ethanschoonover.com/solarized + +*/ + +.hljs { + display: block; padding: 0.5em; + color: #DCCF8F; + background: url(./pojoaque.jpg) repeat scroll left top #181914; +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-doctype, +.lisp .hljs-string, +.hljs-javadoc { + color: #586e75; + font-style: italic; +} + +.hljs-keyword, +.css .rule .hljs-keyword, +.hljs-winutils, +.javascript .hljs-title, +.method, +.hljs-addition, +.css .hljs-tag, +.clojure .hljs-title, +.nginx .hljs-title { + color: #B64926; +} + +.hljs-number, +.hljs-command, +.hljs-string, +.hljs-tag .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula, +.hljs-regexp, +.hljs-hexcolor { + color: #468966; +} + +.hljs-title, +.hljs-localvars, +.hljs-function .hljs-title, +.hljs-chunk, +.hljs-decorator, +.hljs-built_in, +.lisp .hljs-title, +.clojure .hljs-built_in, +.hljs-identifier, +.hljs-id { + color: #FFB03B; +} + +.hljs-attribute, +.hljs-variable, +.lisp .hljs-body, +.smalltalk .hljs-number, +.hljs-constant, +.hljs-class .hljs-title, +.hljs-parent, +.haskell .hljs-type { + color: #b58900; +} + +.css .hljs-attribute { + color: #b89859; +} + +.css .hljs-number, +.css .hljs-hexcolor { + color: #DCCF8F; +} + +.css .hljs-class { + color: #d3a60c; +} + +.hljs-preprocessor, +.hljs-pragma, +.hljs-pi, +.hljs-shebang, +.hljs-symbol, +.hljs-symbol .hljs-string, +.diff .hljs-change, +.hljs-special, +.hljs-attr_selector, +.hljs-important, +.hljs-subst, +.hljs-cdata { + color: #cb4b16; +} + +.hljs-deletion { + color: #dc322f; +} + +.tex .hljs-formula { + background: #073642; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c07d4ab40b6d77e90ff69f0012bcd33b21d31c3 GIT binary patch literal 1186 zcmZXSe^8Tk9LK-kXFs3)f@f?)Cddzw3v4wdZyXQ;4x3=;Ja*N#%n9ik!UGmt9H3k0 zJST|5jOc(ID$FQt3C?jQZBws#kXolO1lg9Pba9BB=Q+UEBX!nY@6Uhl&+ofe$Q$y5 z@ci`~)&qzDP(lOiQ5p?p z(`j^e7!yUAVHk%K#^GQXn?s0=VLYCI$HRoe=xCuZ>A6A3@sxEP#XqNFpIb=0)KQ#Nss_tD17;m4@$JKL;LR|K|QF3f%!L5+s(9Ft8SQ zG|~pGpEGFW5Z|OA)-O@mNHy-g@7m8JTf?kl@vUKBGmw)Y*9sDRNr3PN!IKefWaydTe1D zjzpyzPnD3}hBNaS4aFX7=0&~I*Hu7#4au@qVBglH#-m;QFOx_`=j z{EqRY#Eh*yoWP^pa4H>8GH{rO?!_+xwL0(k4yL^D%^nBkJ*UI;Lx;ped8d|f*S_s@ z3~ilcRC(&NT#9Gn#UD;o^EYSMXDMf%XcUi3>;WXXD-QX3P9wMyP7eA&RS{)h5{??W3^Rq=goFJ>?lA~J- zdYe>!xvYLW*fPT0RK7wsJRg^?x#W1*GP9_f`6t>QD_X>0d!owyN>nO2?U5}|3?hX_UZYT@^>S!9eB~bZ9U`q;`U)@L670o1g z`Hd}h<_WRvUc|n*%v4Hbb-4tJD40iyF^q%g*&!6>hkYDvi-{Uc4yTM zzcthN4Z{ka!+F_KzYV#yWi;c^X^q6g`pD8cp?$Kl?hCz0s^a|mH%P!CF%*<6k^~i` zT5Mi-t5-frUcHkk^Qh}+N)Kz1&Bi95`oNc|quI>tUi~BY>xcF9(%tv2i{G6kE9*q~ qCoAGl20`)w0rdgp9H%Q=M5|p`hOhFz6$I%Y&ncY8>c?7PXyh+SL&XXJ literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css new file mode 100644 index 0000000..83d0cde --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css @@ -0,0 +1,182 @@ +/* + +Railscasts-like style (c) Visoft, Inc. (Damien White) + +*/ + +.hljs { + display: block; + padding: 0.5em; + background: #232323; + color: #E6E1DC; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc, +.hljs-shebang { + color: #BC9458; + font-style: italic; +} + +.hljs-keyword, +.ruby .hljs-function .hljs-keyword, +.hljs-request, +.hljs-status, +.nginx .hljs-title, +.method, +.hljs-list .hljs-title { + color: #C26230; +} + +.hljs-string, +.hljs-number, +.hljs-regexp, +.hljs-tag .hljs-value, +.hljs-cdata, +.hljs-filter .hljs-argument, +.hljs-attr_selector, +.apache .hljs-cbracket, +.hljs-date, +.tex .hljs-command, +.markdown .hljs-link_label { + color: #A5C261; +} + +.hljs-subst { + color: #519F50; +} + +.hljs-tag, +.hljs-tag .hljs-keyword, +.hljs-tag .hljs-title, +.hljs-doctype, +.hljs-sub .hljs-identifier, +.hljs-pi, +.input_number { + color: #E8BF6A; +} + +.hljs-identifier { + color: #D0D0FF; +} + +.hljs-class .hljs-title, +.haskell .hljs-type, +.smalltalk .hljs-class, +.hljs-javadoctag, +.hljs-yardoctag, +.hljs-phpdoc { + text-decoration: none; +} + +.hljs-constant { + color: #DA4939; +} + + +.hljs-symbol, +.hljs-built_in, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-symbol .hljs-identifier, +.markdown .hljs-link_url, +.hljs-attribute { + color: #6D9CBE; +} + +.markdown .hljs-link_url { + text-decoration: underline; +} + + + +.hljs-params, +.hljs-variable, +.clojure .hljs-attribute { + color: #D0D0FF; +} + +.css .hljs-tag, +.hljs-rules .hljs-property, +.hljs-pseudo, +.tex .hljs-special { + color: #CDA869; +} + +.css .hljs-class { + color: #9B703F; +} + +.hljs-rules .hljs-keyword { + color: #C5AF75; +} + +.hljs-rules .hljs-value { + color: #CF6A4C; +} + +.css .hljs-id { + color: #8B98AB; +} + +.hljs-annotation, +.apache .hljs-sqbracket, +.nginx .hljs-built_in { + color: #9B859D; +} + +.hljs-preprocessor, +.hljs-preprocessor *, +.hljs-pragma { + color: #8996A8 !important; +} + +.hljs-hexcolor, +.css .hljs-value .hljs-number { + color: #A5C261; +} + +.hljs-title, +.hljs-decorator, +.css .hljs-function { + color: #FFC66D; +} + +.diff .hljs-header, +.hljs-chunk { + background-color: #2F33AB; + color: #E6E1DC; + display: inline-block; + width: 100%; +} + +.diff .hljs-change { + background-color: #4A410D; + color: #F8F8F8; + display: inline-block; + width: 100%; +} + +.hljs-addition { + background-color: #144212; + color: #E6E1DC; + display: inline-block; + width: 100%; +} + +.hljs-deletion { + background-color: #600; + color: #E6E1DC; + display: inline-block; + width: 100%; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.7; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css new file mode 100644 index 0000000..0814246 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css @@ -0,0 +1,112 @@ +/* + +Style with support for rainbow parens + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #474949; color: #D1D9E1; +} + + +.hljs-body, +.hljs-collection { + color: #D1D9E1; +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-doctype, +.lisp .hljs-string, +.hljs-javadoc { + color: #969896; + font-style: italic; +} + +.hljs-keyword, +.clojure .hljs-attribute, +.hljs-winutils, +.javascript .hljs-title, +.hljs-addition, +.css .hljs-tag { + color: #cc99cc; +} + +.hljs-number { color: #f99157; } + +.hljs-command, +.hljs-string, +.hljs-tag .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula, +.hljs-regexp, +.hljs-hexcolor { + color: #8abeb7; +} + +.hljs-title, +.hljs-localvars, +.hljs-function .hljs-title, +.hljs-chunk, +.hljs-decorator, +.hljs-built_in, +.lisp .hljs-title, +.hljs-identifier +{ + color: #b5bd68; +} + +.hljs-class .hljs-keyword +{ + color: #f2777a; +} + +.hljs-variable, +.lisp .hljs-body, +.smalltalk .hljs-number, +.hljs-constant, +.hljs-class .hljs-title, +.hljs-parent, +.haskell .hljs-label, +.hljs-id, +.lisp .hljs-title, +.clojure .hljs-title .hljs-built_in { + color: #ffcc66; +} + +.hljs-tag .hljs-title, +.hljs-rules .hljs-property, +.django .hljs-tag .hljs-keyword, +.clojure .hljs-title .hljs-built_in { + font-weight: bold; +} + +.hljs-attribute, +.clojure .hljs-title { + color: #81a2be; +} + +.hljs-preprocessor, +.hljs-pragma, +.hljs-pi, +.hljs-shebang, +.hljs-symbol, +.hljs-symbol .hljs-string, +.diff .hljs-change, +.hljs-special, +.hljs-attr_selector, +.hljs-important, +.hljs-subst, +.hljs-cdata { + color: #f99157; +} + +.hljs-deletion { + color: #dc322f; +} + +.tex .hljs-formula { + background: #eee8d5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css new file mode 100644 index 0000000..a36e836 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css @@ -0,0 +1,113 @@ +/* + +School Book style from goldblog.com.ua (c) Zaripov Yura + +*/ + +.hljs { + display: block; padding: 15px 0.5em 0.5em 30px; + font-size: 11px !important; + line-height:16px !important; +} + +pre{ + background:#f6f6ae url(./school_book.png); + border-top: solid 2px #d2e8b9; + border-bottom: solid 1px #d2e8b9; +} + +.hljs-keyword, +.hljs-literal, +.hljs-change, +.hljs-winutils, +.hljs-flow, +.lisp .hljs-title, +.clojure .hljs-built_in, +.nginx .hljs-title, +.tex .hljs-special { + color:#005599; + font-weight:bold; +} + +.hljs, +.hljs-subst, +.hljs-tag .hljs-keyword { + color: #3E5915; +} + +.hljs-string, +.hljs-title, +.haskell .hljs-type, +.hljs-tag .hljs-value, +.css .hljs-rules .hljs-value, +.hljs-preprocessor, +.hljs-pragma, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-class .hljs-parent, +.hljs-built_in, +.sql .hljs-aggregate, +.django .hljs-template_tag, +.django .hljs-variable, +.smalltalk .hljs-class, +.hljs-javadoc, +.ruby .hljs-string, +.django .hljs-filter .hljs-argument, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-addition, +.hljs-stream, +.hljs-envvar, +.apache .hljs-tag, +.apache .hljs-cbracket, +.nginx .hljs-built_in, +.tex .hljs-command, +.coffeescript .hljs-attribute { + color: #2C009F; +} + +.hljs-comment, +.java .hljs-annotation, +.python .hljs-decorator, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-shebang, +.apache .hljs-sqbracket { + color: #E60415; +} + +.hljs-keyword, +.hljs-literal, +.css .hljs-id, +.hljs-phpdoc, +.hljs-title, +.haskell .hljs-type, +.vbscript .hljs-built_in, +.sql .hljs-aggregate, +.rsl .hljs-built_in, +.smalltalk .hljs-class, +.xml .hljs-tag .hljs-title, +.diff .hljs-header, +.hljs-chunk, +.hljs-winutils, +.bash .hljs-variable, +.apache .hljs-tag, +.tex .hljs-command, +.hljs-request, +.hljs-status { + font-weight: bold; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png new file mode 100644 index 0000000000000000000000000000000000000000..956e9790a0e2c079b3d568348ff3accd1d9cac30 GIT binary patch literal 486 zcmeAS@N?(olHy`uVBq!ia0y~yV7?7x3vjRjNjAS6Ga$v1?&#~tz_9*=IcwKTAYZb? zHKHUqKdq!Zu_%?nF(p4KRlzeiF+DXXH8G{K@MNkD0|R4)r;B4q#jQ7Ycl#YS5MfK$ z?b^fh#qmaEhFDxvyThwfhdfkOPApt1lr{NA;Vr%uzxJuVIyzm(ed_8_-0$LLU})H&o5Re&aDemE>EG#(|F^t9_pa-H z_Mf?rMVrs}-M?S|?ZdY@c6s41zy8~}@a{v&#Ea7V)wJ$+#K|u$5UvWCdFLwGac}6w{_s*=8A6L7Rfc|9gboFyt I=akR{0OLZ+qyPW_ literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css new file mode 100644 index 0000000..970d5f8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css @@ -0,0 +1,107 @@ +/* + +Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull + +*/ + +.hljs { + display: block; + padding: 0.5em; + background: #002b36; + color: #839496; +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-doctype, +.hljs-pi, +.lisp .hljs-string, +.hljs-javadoc { + color: #586e75; +} + +/* Solarized Green */ +.hljs-keyword, +.hljs-winutils, +.method, +.hljs-addition, +.css .hljs-tag, +.hljs-request, +.hljs-status, +.nginx .hljs-title { + color: #859900; +} + +/* Solarized Cyan */ +.hljs-number, +.hljs-command, +.hljs-string, +.hljs-tag .hljs-value, +.hljs-rules .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula, +.hljs-regexp, +.hljs-hexcolor, +.hljs-link_url { + color: #2aa198; +} + +/* Solarized Blue */ +.hljs-title, +.hljs-localvars, +.hljs-chunk, +.hljs-decorator, +.hljs-built_in, +.hljs-identifier, +.vhdl .hljs-literal, +.hljs-id, +.css .hljs-function { + color: #268bd2; +} + +/* Solarized Yellow */ +.hljs-attribute, +.hljs-variable, +.lisp .hljs-body, +.smalltalk .hljs-number, +.hljs-constant, +.hljs-class .hljs-title, +.hljs-parent, +.haskell .hljs-type, +.hljs-link_reference { + color: #b58900; +} + +/* Solarized Orange */ +.hljs-preprocessor, +.hljs-preprocessor .hljs-keyword, +.hljs-pragma, +.hljs-shebang, +.hljs-symbol, +.hljs-symbol .hljs-string, +.diff .hljs-change, +.hljs-special, +.hljs-attr_selector, +.hljs-subst, +.hljs-cdata, +.clojure .hljs-title, +.css .hljs-pseudo, +.hljs-header { + color: #cb4b16; +} + +/* Solarized Red */ +.hljs-deletion, +.hljs-important { + color: #dc322f; +} + +/* Solarized Violet */ +.hljs-link_label { + color: #6c71c4; +} + +.tex .hljs-formula { + background: #073642; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css new file mode 100644 index 0000000..8e1f436 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css @@ -0,0 +1,107 @@ +/* + +Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull + +*/ + +.hljs { + display: block; + padding: 0.5em; + background: #fdf6e3; + color: #657b83; +} + +.hljs-comment, +.hljs-template_comment, +.diff .hljs-header, +.hljs-doctype, +.hljs-pi, +.lisp .hljs-string, +.hljs-javadoc { + color: #93a1a1; +} + +/* Solarized Green */ +.hljs-keyword, +.hljs-winutils, +.method, +.hljs-addition, +.css .hljs-tag, +.hljs-request, +.hljs-status, +.nginx .hljs-title { + color: #859900; +} + +/* Solarized Cyan */ +.hljs-number, +.hljs-command, +.hljs-string, +.hljs-tag .hljs-value, +.hljs-rules .hljs-value, +.hljs-phpdoc, +.tex .hljs-formula, +.hljs-regexp, +.hljs-hexcolor, +.hljs-link_url { + color: #2aa198; +} + +/* Solarized Blue */ +.hljs-title, +.hljs-localvars, +.hljs-chunk, +.hljs-decorator, +.hljs-built_in, +.hljs-identifier, +.vhdl .hljs-literal, +.hljs-id, +.css .hljs-function { + color: #268bd2; +} + +/* Solarized Yellow */ +.hljs-attribute, +.hljs-variable, +.lisp .hljs-body, +.smalltalk .hljs-number, +.hljs-constant, +.hljs-class .hljs-title, +.hljs-parent, +.haskell .hljs-type, +.hljs-link_reference { + color: #b58900; +} + +/* Solarized Orange */ +.hljs-preprocessor, +.hljs-preprocessor .hljs-keyword, +.hljs-pragma, +.hljs-shebang, +.hljs-symbol, +.hljs-symbol .hljs-string, +.diff .hljs-change, +.hljs-special, +.hljs-attr_selector, +.hljs-subst, +.hljs-cdata, +.clojure .hljs-title, +.css .hljs-pseudo, +.hljs-header { + color: #cb4b16; +} + +/* Solarized Red */ +.hljs-deletion, +.hljs-important { + color: #dc322f; +} + +/* Solarized Violet */ +.hljs-link_label { + color: #6c71c4; +} + +.tex .hljs-formula { + background: #eee8d5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css new file mode 100644 index 0000000..8816520 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css @@ -0,0 +1,160 @@ +/* + +Sunburst-like style (c) Vasily Polovnyov + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #000; color: #f8f8f8; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc { + color: #aeaeae; + font-style: italic; +} + +.hljs-keyword, +.ruby .hljs-function .hljs-keyword, +.hljs-request, +.hljs-status, +.nginx .hljs-title { + color: #E28964; +} + +.hljs-function .hljs-keyword, +.hljs-sub .hljs-keyword, +.method, +.hljs-list .hljs-title { + color: #99CF50; +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-cdata, +.hljs-filter .hljs-argument, +.hljs-attr_selector, +.apache .hljs-cbracket, +.hljs-date, +.tex .hljs-command, +.coffeescript .hljs-attribute { + color: #65B042; +} + +.hljs-subst { + color: #DAEFA3; +} + +.hljs-regexp { + color: #E9C062; +} + +.hljs-title, +.hljs-sub .hljs-identifier, +.hljs-pi, +.hljs-tag, +.hljs-tag .hljs-keyword, +.hljs-decorator, +.hljs-shebang, +.hljs-prompt { + color: #89BDFF; +} + +.hljs-class .hljs-title, +.haskell .hljs-type, +.smalltalk .hljs-class, +.hljs-javadoctag, +.hljs-yardoctag, +.hljs-phpdoc { + text-decoration: underline; +} + +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-number { + color: #3387CC; +} + +.hljs-params, +.hljs-variable, +.clojure .hljs-attribute { + color: #3E87E3; +} + +.css .hljs-tag, +.hljs-rules .hljs-property, +.hljs-pseudo, +.tex .hljs-special { + color: #CDA869; +} + +.css .hljs-class { + color: #9B703F; +} + +.hljs-rules .hljs-keyword { + color: #C5AF75; +} + +.hljs-rules .hljs-value { + color: #CF6A4C; +} + +.css .hljs-id { + color: #8B98AB; +} + +.hljs-annotation, +.apache .hljs-sqbracket, +.nginx .hljs-built_in { + color: #9B859D; +} + +.hljs-preprocessor, +.hljs-pragma { + color: #8996A8; +} + +.hljs-hexcolor, +.css .hljs-value .hljs-number { + color: #DD7B3B; +} + +.css .hljs-function { + color: #DAD085; +} + +.diff .hljs-header, +.hljs-chunk, +.tex .hljs-formula { + background-color: #0E2231; + color: #F8F8F8; + font-style: italic; +} + +.diff .hljs-change { + background-color: #4A410D; + color: #F8F8F8; +} + +.hljs-addition { + background-color: #253B22; + color: #F8F8F8; +} + +.hljs-deletion { + background-color: #420E09; + color: #F8F8F8; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css new file mode 100644 index 0000000..e63ab3d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css @@ -0,0 +1,93 @@ +/* Tomorrow Night Blue Theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment, +.hljs-title { + color: #7285b7; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #ff9da4; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #ffc58f; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #ffeead; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #d1f1a9; +} + +/* Tomorrow Aqua */ +.css .hljs-hexcolor { + color: #99ffff; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #bbdaff; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #ebbbff; +} + +.hljs { + display: block; + background: #002451; + color: white; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css new file mode 100644 index 0000000..3bbf367 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css @@ -0,0 +1,92 @@ +/* Tomorrow Night Bright Theme */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment, +.hljs-title { + color: #969896; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #d54e53; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #e78c45; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #e7c547; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #b9ca4a; +} + +/* Tomorrow Aqua */ +.css .hljs-hexcolor { + color: #70c0b1; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #7aa6da; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #c397d8; +} + +.hljs { + display: block; + background: black; + color: #eaeaea; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css new file mode 100644 index 0000000..b8de0db --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css @@ -0,0 +1,92 @@ +/* Tomorrow Night Eighties Theme */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment, +.hljs-title { + color: #999999; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #f2777a; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #f99157; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #ffcc66; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #99cc99; +} + +/* Tomorrow Aqua */ +.css .hljs-hexcolor { + color: #66cccc; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #6699cc; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #cc99cc; +} + +.hljs { + display: block; + background: #2d2d2d; + color: #cccccc; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css new file mode 100644 index 0000000..54ceb58 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css @@ -0,0 +1,93 @@ +/* Tomorrow Night Theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ +/* Original theme - https://github.com/chriskempson/tomorrow-theme */ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment, +.hljs-title { + color: #969896; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #cc6666; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #de935f; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #f0c674; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #b5bd68; +} + +/* Tomorrow Aqua */ +.css .hljs-hexcolor { + color: #8abeb7; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #81a2be; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #b294bb; +} + +.hljs { + display: block; + background: #1d1f21; + color: #c5c8c6; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css new file mode 100644 index 0000000..a81a2e8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css @@ -0,0 +1,90 @@ +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + +/* Tomorrow Comment */ +.hljs-comment, +.hljs-title { + color: #8e908c; +} + +/* Tomorrow Red */ +.hljs-variable, +.hljs-attribute, +.hljs-tag, +.hljs-regexp, +.ruby .hljs-constant, +.xml .hljs-tag .hljs-title, +.xml .hljs-pi, +.xml .hljs-doctype, +.html .hljs-doctype, +.css .hljs-id, +.css .hljs-class, +.css .hljs-pseudo { + color: #c82829; +} + +/* Tomorrow Orange */ +.hljs-number, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.hljs-literal, +.hljs-params, +.hljs-constant { + color: #f5871f; +} + +/* Tomorrow Yellow */ +.ruby .hljs-class .hljs-title, +.css .hljs-rules .hljs-attribute { + color: #eab700; +} + +/* Tomorrow Green */ +.hljs-string, +.hljs-value, +.hljs-inheritance, +.hljs-header, +.ruby .hljs-symbol, +.xml .hljs-cdata { + color: #718c00; +} + +/* Tomorrow Aqua */ +.css .hljs-hexcolor { + color: #3e999f; +} + +/* Tomorrow Blue */ +.hljs-function, +.python .hljs-decorator, +.python .hljs-title, +.ruby .hljs-function .hljs-title, +.ruby .hljs-title .hljs-keyword, +.perl .hljs-sub, +.javascript .hljs-title, +.coffeescript .hljs-title { + color: #4271ae; +} + +/* Tomorrow Purple */ +.hljs-keyword, +.javascript .hljs-function { + color: #8959a8; +} + +.hljs { + display: block; + background: white; + color: #4d4d4c; + padding: 0.5em; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css new file mode 100644 index 0000000..5ebf454 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css @@ -0,0 +1,89 @@ +/* + +Visual Studio-like style based on original C# coloring by Jason Diamond + +*/ +.hljs { + display: block; padding: 0.5em; + background: white; color: black; +} + +.hljs-comment, +.hljs-annotation, +.hljs-template_comment, +.diff .hljs-header, +.hljs-chunk, +.apache .hljs-cbracket { + color: #008000; +} + +.hljs-keyword, +.hljs-id, +.hljs-built_in, +.smalltalk .hljs-class, +.hljs-winutils, +.bash .hljs-variable, +.tex .hljs-command, +.hljs-request, +.hljs-status, +.nginx .hljs-title, +.xml .hljs-tag, +.xml .hljs-tag .hljs-value { + color: #00f; +} + +.hljs-string, +.hljs-title, +.hljs-parent, +.hljs-tag .hljs-value, +.hljs-rules .hljs-value, +.hljs-rules .hljs-value .hljs-number, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.hljs-aggregate, +.hljs-template_tag, +.django .hljs-variable, +.hljs-addition, +.hljs-flow, +.hljs-stream, +.apache .hljs-tag, +.hljs-date, +.tex .hljs-formula, +.coffeescript .hljs-attribute { + color: #a31515; +} + +.ruby .hljs-string, +.hljs-decorator, +.hljs-filter .hljs-argument, +.hljs-localvars, +.hljs-array, +.hljs-attr_selector, +.hljs-pseudo, +.hljs-pi, +.hljs-doctype, +.hljs-deletion, +.hljs-envvar, +.hljs-shebang, +.hljs-preprocessor, +.hljs-pragma, +.userType, +.apache .hljs-sqbracket, +.nginx .hljs-built_in, +.tex .hljs-special, +.hljs-prompt { + color: #2b91af; +} + +.hljs-phpdoc, +.hljs-javadoc, +.hljs-xmlDocTag { + color: #808080; +} + +.vhdl .hljs-typename { font-weight: bold; } +.vhdl .hljs-string { color: #666666; } +.vhdl .hljs-literal { color: #a31515; } +.vhdl .hljs-attribute { color: #00B0E8; } + +.xml .hljs-attribute { color: #f00; } diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css new file mode 100644 index 0000000..8d54da7 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css @@ -0,0 +1,158 @@ +/* + +XCode style (c) Angel Garcia + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #fff; color: black; +} + +.hljs-comment, +.hljs-template_comment, +.hljs-javadoc, +.hljs-comment * { + color: #006a00; +} + +.hljs-keyword, +.hljs-literal, +.nginx .hljs-title { + color: #aa0d91; +} +.method, +.hljs-list .hljs-title, +.hljs-tag .hljs-title, +.setting .hljs-value, +.hljs-winutils, +.tex .hljs-command, +.http .hljs-title, +.hljs-request, +.hljs-status { + color: #008; +} + +.hljs-envvar, +.tex .hljs-special { + color: #660; +} + +.hljs-string { + color: #c41a16; +} +.hljs-tag .hljs-value, +.hljs-cdata, +.hljs-filter .hljs-argument, +.hljs-attr_selector, +.apache .hljs-cbracket, +.hljs-date, +.hljs-regexp { + color: #080; +} + +.hljs-sub .hljs-identifier, +.hljs-pi, +.hljs-tag, +.hljs-tag .hljs-keyword, +.hljs-decorator, +.ini .hljs-title, +.hljs-shebang, +.hljs-prompt, +.hljs-hexcolor, +.hljs-rules .hljs-value, +.css .hljs-value .hljs-number, +.hljs-symbol, +.hljs-symbol .hljs-string, +.hljs-number, +.css .hljs-function, +.clojure .hljs-title, +.clojure .hljs-built_in, +.hljs-function .hljs-title, +.coffeescript .hljs-attribute { + color: #1c00cf; +} + +.hljs-class .hljs-title, +.haskell .hljs-type, +.smalltalk .hljs-class, +.hljs-javadoctag, +.hljs-yardoctag, +.hljs-phpdoc, +.hljs-typename, +.hljs-tag .hljs-attribute, +.hljs-doctype, +.hljs-class .hljs-id, +.hljs-built_in, +.setting, +.hljs-params, +.clojure .hljs-attribute { + color: #5c2699; +} + +.hljs-variable { + color: #3f6e74; +} +.css .hljs-tag, +.hljs-rules .hljs-property, +.hljs-pseudo, +.hljs-subst { + color: #000; +} + +.css .hljs-class, +.css .hljs-id { + color: #9B703F; +} + +.hljs-value .hljs-important { + color: #ff7700; + font-weight: bold; +} + +.hljs-rules .hljs-keyword { + color: #C5AF75; +} + +.hljs-annotation, +.apache .hljs-sqbracket, +.nginx .hljs-built_in { + color: #9B859D; +} + +.hljs-preprocessor, +.hljs-preprocessor *, +.hljs-pragma { + color: #643820; +} + +.tex .hljs-formula { + background-color: #EEE; + font-style: italic; +} + +.diff .hljs-header, +.hljs-chunk { + color: #808080; + font-weight: bold; +} + +.diff .hljs-change { + background-color: #BCCFF9; +} + +.hljs-addition { + background-color: #BAEEBA; +} + +.hljs-deletion { + background-color: #FFC8BD; +} + +.hljs-comment .hljs-yardoctag { + font-weight: bold; +} + +.method .hljs-id { + color: #000; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css new file mode 100644 index 0000000..3e6a687 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css @@ -0,0 +1,116 @@ +/* + +Zenburn style from voldmar.ru (c) Vladimir Epifanov +based on dark.css by Ivan Sagalaev + +*/ + +.hljs { + display: block; padding: 0.5em; + background: #3F3F3F; + color: #DCDCDC; +} + +.hljs-keyword, +.hljs-tag, +.css .hljs-class, +.css .hljs-id, +.lisp .hljs-title, +.nginx .hljs-title, +.hljs-request, +.hljs-status, +.clojure .hljs-attribute { + color: #E3CEAB; +} + +.django .hljs-template_tag, +.django .hljs-variable, +.django .hljs-filter .hljs-argument { + color: #DCDCDC; +} + +.hljs-number, +.hljs-date { + color: #8CD0D3; +} + +.dos .hljs-envvar, +.dos .hljs-stream, +.hljs-variable, +.apache .hljs-sqbracket { + color: #EFDCBC; +} + +.dos .hljs-flow, +.diff .hljs-change, +.python .exception, +.python .hljs-built_in, +.hljs-literal, +.tex .hljs-special { + color: #EFEFAF; +} + +.diff .hljs-chunk, +.hljs-subst { + color: #8F8F8F; +} + +.dos .hljs-keyword, +.python .hljs-decorator, +.hljs-title, +.haskell .hljs-type, +.diff .hljs-header, +.ruby .hljs-class .hljs-parent, +.apache .hljs-tag, +.nginx .hljs-built_in, +.tex .hljs-command, +.hljs-prompt { + color: #efef8f; +} + +.dos .hljs-winutils, +.ruby .hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.ruby .hljs-string { + color: #DCA3A3; +} + +.diff .hljs-deletion, +.hljs-string, +.hljs-tag .hljs-value, +.hljs-preprocessor, +.hljs-pragma, +.hljs-built_in, +.sql .hljs-aggregate, +.hljs-javadoc, +.smalltalk .hljs-class, +.smalltalk .hljs-localvars, +.smalltalk .hljs-array, +.css .hljs-rules .hljs-value, +.hljs-attr_selector, +.hljs-pseudo, +.apache .hljs-cbracket, +.tex .hljs-formula, +.coffeescript .hljs-attribute { + color: #CC9393; +} + +.hljs-shebang, +.diff .hljs-addition, +.hljs-comment, +.java .hljs-annotation, +.hljs-template_comment, +.hljs-pi, +.hljs-doctype { + color: #7F9F7F; +} + +.coffeescript .javascript, +.javascript .xml, +.tex .hljs-formula, +.xml .javascript, +.xml .vbscript, +.xml .css, +.xml .hljs-cdata { + opacity: 0.5; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/plugin.js b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/plugin.js new file mode 100644 index 0000000..03d420c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/codesnippet/plugin.js @@ -0,0 +1,12 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +(function(){function m(a){CKEDITOR.tools.extend(this,a);this.queue=[];this.init?this.init(CKEDITOR.tools.bind(function(){for(var a;a=this.queue.pop();)a.call(this);this.ready=!0},this)):this.ready=!0}function n(a){var b=a.config.codeSnippet_codeClass,e=/\r?\n/g,h=new CKEDITOR.dom.element("textarea");a.widgets.add("codeSnippet",{allowedContent:"pre; code(language-*)",requiredContent:"pre",styleableElements:"pre",template:'\x3cpre\x3e\x3ccode class\x3d"'+b+'"\x3e\x3c/code\x3e\x3c/pre\x3e',dialog:"codeSnippet", +pathName:a.lang.codesnippet.pathName,mask:!0,parts:{pre:"pre",code:"code"},highlight:function(){var d=this,c=this.data,b=function(b){d.parts.code.setHtml(a.plugins.codesnippet.isSupportedEnvironment()?b:b.replace(e,"\x3cbr\x3e"))};b(CKEDITOR.tools.htmlEncode(c.code));a._.codesnippet.highlighter.highlight(c.code,c.lang,function(d){a.fire("lockSnapshot");b(d);a.fire("unlockSnapshot")})},data:function(){var a=this.data,b=this.oldData;a.code&&this.parts.code.setHtml(CKEDITOR.tools.htmlEncode(a.code)); +b&&a.lang!=b.lang&&this.parts.code.removeClass("language-"+b.lang);a.lang&&(this.parts.code.addClass("language-"+a.lang),this.highlight());this.oldData=CKEDITOR.tools.copy(a)},upcast:function(d,c){if("pre"==d.name){for(var g=[],e=d.children,k,l=e.length-1;0<=l;l--)k=e[l],k.type==CKEDITOR.NODE_TEXT&&k.value.match(p)||g.push(k);var f;if(1==g.length&&"code"==(f=g[0]).name&&1==f.children.length&&f.children[0].type==CKEDITOR.NODE_TEXT){if(g=a._.codesnippet.langsRegex.exec(f.attributes["class"]))c.lang= +g[1];h.setHtml(f.getHtml());c.code=h.getValue();f.addClass(b);return d}}},downcast:function(a){var c=a.getFirst("code");c.children.length=0;c.removeClass(b);c.add(new CKEDITOR.htmlParser.text(CKEDITOR.tools.htmlEncode(this.data.code)));return a}});var p=/^[\s\n\r]*$/}CKEDITOR.plugins.add("codesnippet",{requires:"widget,dialog",lang:"ar,az,bg,ca,cs,da,de,de-ch,el,en,en-au,en-gb,eo,es,es-mx,et,eu,fa,fi,fr,fr-ca,gl,he,hr,hu,id,it,ja,km,ko,ku,lt,lv,nb,nl,no,oc,pl,pt,pt-br,ro,ru,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn", +icons:"codesnippet",hidpi:!0,isSupportedEnvironment:function(){return!CKEDITOR.env.ie||8!lvI6-E$sR$z z3=CDO3=9p;3=BX21L>Cx45bDP46hOx7_4S6Fo@?*ia+WGRLhp+?e4(TcTtEC!TX`3Y{{gcZPaN5yhXe8HPzvcGZ^@=QK-hA#(Y(CiVEHiA?DlbE~ zq#nKv5jt1CWbTfva#MI2J!{zv$;x@^f9ve^suR<;S95OC@jkU_O=EWXeg+mBk6q@* z&pz+Wf3jBE;}`RsYo)$Dg~>ba#PXh;ynFt7uZTycY~^WXlT=QA{gyN1=JK%BrD`t= z7q@)x+qA?|fZ1XB<&)Pvzs0x+-Oc+h;qZEYar36@3AO*_y(Aizr)D&70fxG2iEBhj zN@7W>RdP`(kYX@0Ff`LOFxNG-3^6peGB&U>G14|LvNAA`m{4AUq9HdwB{QuOw}#BK S=Z^q2FnGH9xvXqI6-ZZfC>BREtB7?J<xBR?9`mJn1cr1} z2KVJ->1cgq>JX>zINUPl4f38FMDn36T=nTu|M^w=eFSQodCD3t5`B=QbH~h!)4yoR z5nE?9r*rJAY12;3_4>AZH&nk962c%jiXddUdVTPbQf@C4>Itg`@Vn=pQgxlmdwzG_A& z*u7_>*L(8@3;BZ55;48k&S?WonaX!Np9)$3Ql!A(QnD!xztzpV#$H}hi8p3wuAB(F zV(N``2DEL59%Bl+0`}3F;#yT_O`TPLKW`=O1i$%vCVHhLdhW229q6oR!x*FDi>vy0 zPlgfG=s6Xazckdm$Y&iOu)_tvm6Op-Gy|f+J4U7xEG5H{4hW8xVP7OWizg^XbtNSh$bsbi`AheS zZcm?tycP;x)?71D2;)9n6i_4{<^v_8+8r?$U0htOTsQk~K(&){C6X^g5+!D^eGn`+ zH+OPDXHJcC>}U+0Kz=)x_%1%QR3=5bZSrK6+EJlr1MEWg*^!5ggvvc>y>cs9x~9EH za~;ViSr=UTTdh{7?N@vUn!KE?&fP7DG(%)p4`QX)66}mZA|h51i1&r$irMyY@K^8E zLQT>{_~?jUuO|itC0Wo^Xp!(WN+RIut>T9&lM+AG43WmB_~1^xWs;NZpxm8+|3@FT2HWlV-Ub|!O&mP2WN zovg5iBesk1HdEiYA6BtXMMHBZrDt0!EF6l~0MU7bZROiNKfdI-AGnE^z3JwvcXhp3 zO@(aYPs<}U<>84#76GMWXUse!lnpoPp6c4dH`>p9e0Es(lRyOb$FTHA#`Bvf1Aqz< zVb8%d0LeAWHa0DlIyUgHBq6;Bc=+)CgNZHgGlvJ7Glk=KFCXj1?QSgV`*&sM3dpLm-O}6LZEe^9I}SaBb2OS0 zLuQ?dF#tH>@Gg#cyd%yj5KkZz2xJ^?Ck}5=CG5t#&k9M&N8@8N{=ZNaj%FGPz?bev JtEEO|{RaotE2sbf literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png new file mode 100644 index 0000000000000000000000000000000000000000..67faa8e213e7d03fbd607f2b13acb64915339792 GIT binary patch literal 1312 zcmZ`(Yf#d86#c2BY-!03o7u7n4v~Zp6qUb%1%@Umy113Eay1nzDblP_)Iy?N)O=Q( zkF?ChYLnFvG%Pi3H4|;B9)rGx}@7jrDk(&!5&4ESAoq15lg0W-)Tr*J6}UAPWFK4gi4&fCarI7z5x0 z5r7X70Js+dU~%lSl1iUGYu+{>c}!uV+8( zSr_RO5**wx?SV)aqbo(D$#5Z%hnjVDbzORu5ousbP?=V{TnIcU4-Jx9t)^9|8`i_C zT?()dIy*bN!3Ng^-StD6P>%Y2VogKC92Y!B5lP}Ptqwy1IP0}-=Aq-~giucW@`5FJ z`$OT~-UVOIFXq;o0o}bm)yvya99uiP0Tcibl?oGtd7v$NL`lKkzNn4>lZc~7rRxNi z0e*heI;Z^fh!ILvRaIJCk>#$N=_!x8!1Kd$q4d)0D}pQ;uU%z2IJ;S}#hVw+=WnD? zC~dJVQ=B?a8ee%SQ3(`kU=@ksNo%9(``CCOE> zAweiOEzS%BtswYo&;4j8=X;|i+-$wVr z4XQscU7m<({FDLr6hG~Oh(^0^ZkuQ&!Vq@-`Aq!aWcAX3^o%oWSUEB33amY=p5g00 z8vW$Ej}gs1kmQQDWnZ(=x!fSF2X6^4$Le|qU&fY+hoGK% zu*oRt`UPdFo3=FXuzW%JO{+pqsd&T-H^#w*7W^eEPqA&cYSCUmHn2sgOYh}knR|8V zL{b5^vlqEhtyZ(kH@$(D5wvnbk&i=utwy6sp_@;?Fa%s4&%(gZ-{0D_Eftv;D7~26 z{6S(Q*j4G|$!LD7l}IEt_4OtlHs5C(ztWz3kUpAhRVaye#a;^li>t00wm4^s#KocG zKeOsWAxmsUXE&1peL9BK}*?+ao7d0VC)X3@QCPx2u8N|Ndm-=}`wX=ad?j zf61?;xwf~j&tT{xci8LCmGc1=7o3cSl=dR?=6B@hq1)|^XaoWQ^n_{K+x0^$=4(=! z@OTT_c`;Iu*}D(`P6L4ky3sdYSX4y+{YC4@2=1DVlRRNf%YLvjGm{)1*A1F*)^km{ z{rw^5va|PtvF|KqW@l>~8?$6G(lhSD(~nB~_KptrAAONMfKwHENimZ__IV)wf3a!2_6GW9o$(NsNbKB=6Rx9REgveXIyD7L<=Urq$$oO zxU!Yfto(e$myepQj%!lvI6-E$sR$z z3=CDO3=9p;3=BX21L>Cx45bDP46hOx7_4S6Fo@?*ia+WGRLhp+?e4%DOPdI?4Xy4A~8b47brw|taZY{k6xtzzdt3ry@6 zHB4Vy`)bbP2M-u#`Ym5`Jv%Qy-_q8$wy31!Nql^KzT4tJAy>gfiA^zjJNNH@{^`@E z=W{-+?9$~7UlTaCPvx@Mpgy}5);ZRP&DM`r(~v8;?|IP_WTi$6`rns JF6*2UngHD`Gm!uQ literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/af.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/af.js new file mode 100644 index 0000000..238e54a --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/af.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","af",{auto:"Outomaties",bgColorTitle:"Agtergrondkleur",colors:{"000":"Swart",8E5:"Meroen","8B4513":"Sjokoladebruin","2F4F4F":"Donkerleisteengrys","008080":"Blougroen","000080":"Vlootblou","4B0082":"Indigo",696969:"Donkergrys",B22222:"Rooibaksteen",A52A2A:"Bruin",DAA520:"Donkergeel","006400":"Donkergroen","40E0D0":"Turkoois","0000CD":"Middelblou",800080:"Pers",808080:"Grys",F00:"Rooi",FF8C00:"Donkeroranje",FFD700:"Goud","008000":"Groen","0FF":"Siaan","00F":"Blou", +EE82EE:"Viooltjieblou",A9A9A9:"Donkergrys",FFA07A:"Ligsalm",FFA500:"Oranje",FFFF00:"Geel","00FF00":"Lemmetjie",AFEEEE:"Ligturkoois",ADD8E6:"Ligblou",DDA0DD:"Pruim",D3D3D3:"Liggrys",FFF0F5:"Linne",FAEBD7:"Ivoor",FFFFE0:"Liggeel",F0FFF0:"Heuningdou",F0FFFF:"Asuur",F0F8FF:"Ligte hemelsblou",E6E6FA:"Laventel",FFF:"Wit","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Meer Kleure...",panelTitle:"Kleure",textColorTitle:"Tekskleur"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ar.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ar.js new file mode 100644 index 0000000..c231830 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ar.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","ar",{auto:"تلقائي",bgColorTitle:"لون الخلفية",colors:{"000":"أسود",8E5:"كستنائي","8B4513":"بني فاتح","2F4F4F":"رمادي أردوازي غامق","008080":"أزرق مخضر","000080":"أزرق داكن","4B0082":"كحلي",696969:"رمادي داكن",B22222:"طوبي",A52A2A:"بني",DAA520:"ذهبي داكن","006400":"أخضر داكن","40E0D0":"فيروزي","0000CD":"أزرق متوسط",800080:"بنفسجي غامق",808080:"رمادي",F00:"أحمر",FF8C00:"برتقالي داكن",FFD700:"ذهبي","008000":"أخضر","0FF":"تركواز","00F":"أزرق",EE82EE:"بنفسجي",A9A9A9:"رمادي شاحب", +FFA07A:"برتقالي وردي",FFA500:"برتقالي",FFFF00:"أصفر","00FF00":"ليموني",AFEEEE:"فيروزي شاحب",ADD8E6:"أزرق فاتح",DDA0DD:"بنفسجي فاتح",D3D3D3:"رمادي فاتح",FFF0F5:"وردي فاتح",FAEBD7:"أبيض عتيق",FFFFE0:"أصفر فاتح",F0FFF0:"أبيض مائل للأخضر",F0FFFF:"سماوي",F0F8FF:"لبني",E6E6FA:"أرجواني",FFF:"أبيض","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet", +"2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"ألوان إضافية...",panelTitle:"Colors",textColorTitle:"لون النص"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/az.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/az.js new file mode 100644 index 0000000..ad3ec16 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/az.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","az",{auto:"Avtomatik",bgColorTitle:"Doldurma rəngi",colors:{"000":"Qara",8E5:"Şabalıdı","8B4513":"Açıq şabalı","2F4F4F":"Açıq boz","008080":"Firuzəyi göy","000080":"Tünd göy","4B0082":"İndigo",696969:"Tünd boz",B22222:"Kərpiç",A52A2A:"Şabalıdı",DAA520:"Qızıl ağcaqayın","006400":"Tünd yaşıl","40E0D0":"Firuzəyi","0000CD":"Göy",800080:"Bənövşəyi",808080:"Boz",F00:"Qırmızı",FF8C00:"Tünd narıncı",FFD700:"Qızılı","008000":"Yaşıl","0FF":"Mavi","00F":"Göy",EE82EE:"Açıq bənövşəyi", +A9A9A9:"Asfalt rəngi",FFA07A:"Qızılbalıq",FFA500:"Narıncı",FFFF00:"Sarı","00FF00":"Laym",AFEEEE:"Acıq firuzəyi",ADD8E6:"Acıq göy",DDA0DD:"Gavalı",D3D3D3:"Acıq boz",FFF0F5:"Yasəmən",FAEBD7:"Kağız",FFFFE0:"Acıq sarı",F0FFF0:"Yemişi",F0FFFF:"Gömgöy",F0F8FF:"Solğun göy",E6E6FA:"Lavanda",FFF:"Ağ","1ABC9C":"Güclü mavi","2ECC71":"Zümrüd","3498DB":"Parlaq göy","9B59B6":"Ametist","4E5F70":"Bozlu göy",F1C40F:"Sapsarı","16A085":"Tünd mavi","27AE60":"Tünd zümrüd","2980B9":"Güclü göy","8E44AD":"Tünd bənövşəyi", +"2C3E50":"Rəngsiz göy",F39C12:"Narıncı",E67E22:"Yerkökülü",E74C3C:"Solğun qırmızı",ECF0F1:"Parlaq gümüşü","95A5A6":"Acıq bozlu mavi",DDD:"Acıq boz",D35400:"Balqabaqlı",C0392B:"Güclü qırmızı",BDC3C7:"Gümüşü","7F8C8D":"Bozlu mavi",999:"Tünd boz"},more:"Digər rənglər...",panelTitle:"Rənglər",textColorTitle:"Mətnin rəngi"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bg.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bg.js new file mode 100644 index 0000000..58f30d5 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bg.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","bg",{auto:"Автоматично",bgColorTitle:"Фонов цвят",colors:{"000":"Черно",8E5:"Кестеняво","8B4513":"Светлокафяво","2F4F4F":"Тъмно плочесто сиво","008080":"Сиво птиче","000080":"Морско синьо","4B0082":"Индиго",696969:"Тъмно сиво",B22222:"Огнено червено",A52A2A:"Кафяво",DAA520:"Златисто","006400":"Тъмно зелено","40E0D0":"Тюркуазено","0000CD":"Средно синьо",800080:"Пурпурно",808080:"Сиво",F00:"Червено",FF8C00:"Тъмно оранжево",FFD700:"Златно","008000":"Зелено","0FF":"Светло синьо", +"00F":"Синьо",EE82EE:"Виолетово",A9A9A9:"Бледо сиво",FFA07A:"Светло розово-оранжево",FFA500:"Оранжево",FFFF00:"Жълто","00FF00":"Варосано",AFEEEE:"Тюркоазено остро",ADD8E6:"Светло синьо",DDA0DD:"Сливово",D3D3D3:"Светло сиво",FFF0F5:"Лавандула изчервено",FAEBD7:"Антично бяло",FFFFE0:"Светло жълто",F0FFF0:"Медена роса",F0FFFF:"Лазурно",F0F8FF:"Алиса синьо",E6E6FA:"Лавандула",FFF:"Бяло","1ABC9C":"Силно синьо-зелено","2ECC71":"Изомрудено","3498DB":"Ярко синьо","9B59B6":"Аметист","4E5F70":"Сивкаво синьо", +F1C40F:"Блестящо жълто","16A085":"Тъмно синьо-зелено","27AE60":"Тъмно изомрудено","2980B9":"Силно синьо","8E44AD":"Тъмно виолетово","2C3E50":"Ненаситено синьо",F39C12:"Оранжево",E67E22:"Морков",E74C3C:"Бледо червено",ECF0F1:"Ярко сребърно","95A5A6":"Светло сивкаво синьо-зелено",DDD:"Светло сиво",D35400:"Тиквено",C0392B:"Силно червено",BDC3C7:"Сребърно","7F8C8D":"Сивкаво синьо-зелено",999:"Тъмно сиво"},more:"Още цветове",panelTitle:"Цветове",textColorTitle:"Цвят на текста"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bn.js new file mode 100644 index 0000000..2218002 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bn.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","bn",{auto:"স্বয়ংক্রিয়ভাবে",bgColorTitle:"পৃষ্ঠতলের রং",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"আরও রং...",panelTitle:"Colors",textColorTitle:"টেক্স্ট রং"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bs.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bs.js new file mode 100644 index 0000000..0c63064 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/bs.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","bs",{auto:"Automatska",bgColorTitle:"Boja pozadine",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Više boja...",panelTitle:"Colors",textColorTitle:"Boja teksta"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ca.js new file mode 100644 index 0000000..a15faed --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ca.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","ca",{auto:"Automàtic",bgColorTitle:"Color de Fons",colors:{"000":"Negre",8E5:"Grana","8B4513":"Marró sella","2F4F4F":"Gris pissarra fosca","008080":"Blau xarxet","000080":"Blau marí","4B0082":"Indi",696969:"Gris Fosc",B22222:"Foc Maó",A52A2A:"Marró",DAA520:"Solidago","006400":"Verd Fosc","40E0D0":"Turquesa","0000CD":"Blau 1/2",800080:"Lila",808080:"Gris",F00:"Vermell",FF8C00:"Taronja Fosc",FFD700:"Or","008000":"Verd","0FF":"Cian","00F":"Blau",EE82EE:"Violat", +A9A9A9:"Gris clar",FFA07A:"Salmó clar",FFA500:"Taronja",FFFF00:"Groc","00FF00":"Verd Llima",AFEEEE:"Turquesa Pàl·lid",ADD8E6:"Blau Clar",DDA0DD:"Pruna",D3D3D3:"Gris Clar",FFF0F5:"Lavanda rosat",FAEBD7:"Blanc Antic",FFFFE0:"Groc Clar",F0FFF0:"Verd Pàl·lid",F0FFFF:"Atzur",F0F8FF:"Cian pàlid",E6E6FA:"Lavanda",FFF:"Blanc","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Més Colors...",panelTitle:"Colors",textColorTitle:"Color del Text"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/cs.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/cs.js new file mode 100644 index 0000000..0739123 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/cs.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","cs",{auto:"Automaticky",bgColorTitle:"Barva pozadí",colors:{"000":"Černá",8E5:"Kaštanová","8B4513":"Sedlová hněď","2F4F4F":"Tmavě bledě šedá","008080":"Čírka","000080":"Námořnická modř","4B0082":"Inkoustová",696969:"Tmavě šedá",B22222:"Pálená cihla",A52A2A:"Hnědá",DAA520:"Zlatý prut","006400":"Tmavě zelená","40E0D0":"Tyrkisová","0000CD":"Středně modrá",800080:"Purpurová",808080:"Šedá",F00:"Červená",FF8C00:"Tmavě oranžová",FFD700:"Zlatá","008000":"Zelená","0FF":"Azurová", +"00F":"Modrá",EE82EE:"Fialová",A9A9A9:"Kalně šedá",FFA07A:"Světle lososová",FFA500:"Oranžová",FFFF00:"Žlutá","00FF00":"Limetková",AFEEEE:"Bledě tyrkisová",ADD8E6:"Světle modrá",DDA0DD:"Švestková",D3D3D3:"Světle šedá",FFF0F5:"Levandulově ruměnná",FAEBD7:"Antická bílá",FFFFE0:"Světle žlutá",F0FFF0:"Medová rosa",F0FFFF:"Azurová",F0F8FF:"Alenčina modrá",E6E6FA:"Levandulová",FFF:"Bílá","1ABC9C":"Silná azurová","2ECC71":"Emeraldová","3498DB":"Jasně modrá","9B59B6":"Ametystová","4E5F70":"Šedomodrá",F1C40F:"Sytá žlutá", +"16A085":"Tmavě azurová","27AE60":"Tmavě emeraldová","2980B9":"Silná modrá","8E44AD":"Tmavě fialová","2C3E50":"Odsycená modrá",F39C12:"Oranžová",E67E22:"Mrkvová",E74C3C:"Bledě červená",ECF0F1:"Světle stříbrná","95A5A6":"Světlě šedoazurová",DDD:"Světle šedá",D35400:"Dýňová",C0392B:"Silná červená",BDC3C7:"Stříbrná","7F8C8D":"Šedoazurová",999:"Tmavošedá"},more:"Více barev...",panelTitle:"Barvy",textColorTitle:"Barva textu"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/cy.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/cy.js new file mode 100644 index 0000000..8289cbf --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/cy.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","cy",{auto:"Awtomatig",bgColorTitle:"Lliw Cefndir",colors:{"000":"Du",8E5:"Marwn","8B4513":"Brown Cyfrwy","2F4F4F":"Llechen Tywyll","008080":"Corhwyad","000080":"Nefi","4B0082":"Indigo",696969:"Llwyd Tywyll",B22222:"Bric Tân",A52A2A:"Brown",DAA520:"Rhoden Aur","006400":"Gwyrdd Tywyll","40E0D0":"Gwyrddlas","0000CD":"Glas Canolig",800080:"Porffor",808080:"Llwyd",F00:"Coch",FF8C00:"Oren Tywyll",FFD700:"Aur","008000":"Gwyrdd","0FF":"Cyan","00F":"Glas",EE82EE:"Fioled", +A9A9A9:"Llwyd Pwl",FFA07A:"Samwn Golau",FFA500:"Oren",FFFF00:"Melyn","00FF00":"Leim",AFEEEE:"Gwyrddlas Golau",ADD8E6:"Glas Golau",DDA0DD:"Eirinen",D3D3D3:"Llwyd Golau",FFF0F5:"Gwrid Lafant",FAEBD7:"Gwyn Hynafol",FFFFE0:"Melyn Golau",F0FFF0:"Melwn Gwyrdd Golau",F0FFFF:"Aswr",F0F8FF:"Glas Alys",E6E6FA:"Lafant",FFF:"Gwyn","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Mwy o Liwiau...",panelTitle:"Lliwiau",textColorTitle:"Lliw Testun"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/da.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/da.js new file mode 100644 index 0000000..63005c4 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/da.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","da",{auto:"Automatisk",bgColorTitle:"Baggrundsfarve",colors:{"000":"Sort",8E5:"Mørkerød","8B4513":"Mørk orange","2F4F4F":"Dark Slate Grå","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Mørkegrå",B22222:"Scarlet / Rød",A52A2A:"Brun",DAA520:"Guld","006400":"Mørkegrøn","40E0D0":"Tyrkis","0000CD":"Mellemblå",800080:"Lilla",808080:"Grå",F00:"Rød",FF8C00:"Mørk orange",FFD700:"Guld","008000":"Grøn","0FF":"Cyan","00F":"Blå",EE82EE:"Violet",A9A9A9:"Matgrå", +FFA07A:"Laksefarve",FFA500:"Orange",FFFF00:"Gul","00FF00":"Lime",AFEEEE:"Mat tyrkis",ADD8E6:"Lyseblå",DDA0DD:"Plum",D3D3D3:"Lysegrå",FFF0F5:"Lavender Blush",FAEBD7:"Antikhvid",FFFFE0:"Lysegul",F0FFF0:"Gul / Beige",F0FFFF:"Himmeblå",F0F8FF:"Alice blue",E6E6FA:"Lavendel",FFF:"Hvid","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet", +"2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Flere farver...",panelTitle:"Farver",textColorTitle:"Tekstfarve"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/de-ch.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/de-ch.js new file mode 100644 index 0000000..026c230 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/de-ch.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","de-ch",{auto:"Automatisch",bgColorTitle:"Hintergrundfarbe",colors:{"000":"Schwarz",8E5:"Kastanienbraun","8B4513":"Braun","2F4F4F":"Dunkles Schiefergrau","008080":"Blaugrün","000080":"Marineblau","4B0082":"Indigo",696969:"Dunkelgrau",B22222:"Ziegelrot",A52A2A:"Braun",DAA520:"Goldgelb","006400":"Dunkelgrün","40E0D0":"Türkis","0000CD":"Mittelblau",800080:"Lila",808080:"Grau",F00:"Rot",FF8C00:"Dunkelorange",FFD700:"Gold","008000":"Grün","0FF":"Cyan","00F":"Blau", +EE82EE:"Violett",A9A9A9:"Dunkelgrau",FFA07A:"Helles Lachsrosa",FFA500:"Orange",FFFF00:"Gelb","00FF00":"Lime",AFEEEE:"Blasstürkis",ADD8E6:"Hellblau",DDA0DD:"Pflaumenblau",D3D3D3:"Hellgrau",FFF0F5:"Lavendel",FAEBD7:"Antik Weiss",FFFFE0:"Hellgelb",F0FFF0:"Honigtau",F0FFFF:"Azurblau",F0F8FF:"Alice Blau",E6E6FA:"Lavendel",FFF:"Weiss","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald", +"2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Weitere Farben...",panelTitle:"Farben",textColorTitle:"Textfarbe"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/de.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/de.js new file mode 100644 index 0000000..c2af13a --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/de.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","de",{auto:"Automatisch",bgColorTitle:"Hintergrundfarbe",colors:{"000":"Schwarz",8E5:"Kastanienbraun","8B4513":"Braun","2F4F4F":"Dunkles Schiefergrau","008080":"Blaugrün","000080":"Marineblau","4B0082":"Indigo",696969:"Dunkelgrau",B22222:"Ziegelrot",A52A2A:"Braun",DAA520:"Goldgelb","006400":"Dunkelgrün","40E0D0":"Türkis","0000CD":"Mittelblau",800080:"Lila",808080:"Grau",F00:"Rot",FF8C00:"Dunkelorange",FFD700:"Gold","008000":"Grün","0FF":"Cyan","00F":"Blau",EE82EE:"Violett", +A9A9A9:"Dunkelgrau",FFA07A:"Helles Lachsrosa",FFA500:"Orange",FFFF00:"Gelb","00FF00":"Lime",AFEEEE:"Blasstürkis",ADD8E6:"Hellblau",DDA0DD:"Pflaumenblau",D3D3D3:"Hellgrau",FFF0F5:"Lavendel",FAEBD7:"Antik Weiß",FFFFE0:"Hellgelb",F0FFF0:"Honigtau",F0FFFF:"Azurblau",F0F8FF:"Alice Blau",E6E6FA:"Lavendel",FFF:"Weiß","1ABC9C":"Strong Cyan","2ECC71":"Smaragdgrün","3498DB":"Bright Blue","9B59B6":"Amethystblau","4E5F70":"Graublau",F1C40F:"Vivid Yellow","16A085":"Dunkelcyan","27AE60":"Dunkelsmaragdgrün","2980B9":"Strong Blue", +"8E44AD":"Dunkelviolett","2C3E50":"Entsättigtes blau",F39C12:"Orange",E67E22:"Möhrenfarben",E74C3C:"Blassrot",ECF0F1:"Glänzendes Silber","95A5A6":"Helles Graublau",DDD:"Hellgrau",D35400:"Kürbisfarben",C0392B:"Strong Red",BDC3C7:"Silber","7F8C8D":"Graucyan",999:"Dunkelgrau"},more:"Weitere Farben...",panelTitle:"Farben",textColorTitle:"Textfarbe"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/el.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/el.js new file mode 100644 index 0000000..8afe221 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/el.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","el",{auto:"Αυτόματα",bgColorTitle:"Χρώμα Φόντου",colors:{"000":"Μαύρο",8E5:"Καστανέρυθρο","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Βαθυκύανο","000080":"Μπλε μαρέν","4B0082":"Ινδικό",696969:"Σκούρο Γκρι",B22222:"Ανοικτό Κόκκινο",A52A2A:"Καφέ",DAA520:"Golden Rod","006400":"Σκούρο Πράσινο","40E0D0":"Τυρκουάζ","0000CD":"Medium Blue",800080:"Μοβ",808080:"Γκρι",F00:"Κόκκινο",FF8C00:"Σκούρο Πορτοκαλί",FFD700:"Χρυσαφί","008000":"Πράσινο","0FF":"Κυανό", +"00F":"Μπλε",EE82EE:"Μενεξεδί",A9A9A9:"Ποντικί",FFA07A:"Ανοικτό Σομόν",FFA500:"Πορτοκαλί",FFFF00:"Κίτρινο","00FF00":"Μοσχολέμονο",AFEEEE:"Pale Turquoise",ADD8E6:"Γαλάζιο",DDA0DD:"Δαμασκηνί",D3D3D3:"Ανοικτό Γκρι",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Ανοικτό Κίτρινο",F0FFF0:"Honeydew",F0FFFF:"Γαλανό",F0F8FF:"Alice Blue",E6E6FA:"Ελαφρός Ιώδες",FFF:"Λευκό","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow", +"16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Πορτοκαλί",E67E22:"Καροτί",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Αργυρό","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Περισσότερα Χρώματα…",panelTitle:"Χρώματα",textColorTitle:"Χρώμα Κειμένου"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-au.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-au.js new file mode 100644 index 0000000..9edca55 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-au.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","en-au",{auto:"Automatic",bgColorTitle:"Background Colour",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Greyish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Greyish Cyan",DDD:"Light Grey",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Greyish Cyan",999:"Dark Grey"},more:"More Colours...",panelTitle:"Colors",textColorTitle:"Text Colour"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-ca.js new file mode 100644 index 0000000..43b22d1 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-ca.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","en-ca",{auto:"Automatic",bgColorTitle:"Background Colour",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"More Colours...",panelTitle:"Colors",textColorTitle:"Text Colour"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-gb.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-gb.js new file mode 100644 index 0000000..a0adadb --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-gb.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","en-gb",{auto:"Automatic",bgColorTitle:"Background Colour",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Grey","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Grey",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Grey",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Grey",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"More Colours...",panelTitle:"Colours",textColorTitle:"Text Colour"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en.js new file mode 100644 index 0000000..e77ae09 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/en.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","en",{auto:"Automatic",bgColorTitle:"Background Color",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"More Colors...",panelTitle:"Colors",textColorTitle:"Text Color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/eo.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/eo.js new file mode 100644 index 0000000..b06f1a2 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/eo.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","eo",{auto:"Aŭtomata",bgColorTitle:"Fona Koloro",colors:{"000":"Nigra",8E5:"Kaŝtankolora","8B4513":"Mezbruna","2F4F4F":"Ardezgriza","008080":"Marĉanaskolora","000080":"Maristblua","4B0082":"Indigokolora",696969:"Malhelgriza",B22222:"Brikruĝa",A52A2A:"Bruna",DAA520:"Senbrilorkolora","006400":"Malhelverda","40E0D0":"Turkisblua","0000CD":"Reĝblua",800080:"Purpura",808080:"Griza",F00:"Ruĝa",FF8C00:"Malheloranĝkolora",FFD700:"Orkolora","008000":"Verda","0FF":"Verdblua", +"00F":"Blua",EE82EE:"Viola",A9A9A9:"Mezgriza",FFA07A:"Salmokolora",FFA500:"Oranĝkolora",FFFF00:"Flava","00FF00":"Limetkolora",AFEEEE:"Helturkiskolora",ADD8E6:"Helblua",DDA0DD:"Prunkolora",D3D3D3:"Helgriza",FFF0F5:"Lavendkolora vangoŝminko",FAEBD7:"Antikvablanka",FFFFE0:"Helflava",F0FFF0:"Vintromelonkolora",F0FFFF:"Lazura",F0F8FF:"Aliceblua",E6E6FA:"Lavendkolora",FFF:"Blanka","1ABC9C":"Fortverdblua","2ECC71":"Smeraldkolora","3498DB":"Brilblua","9B59B6":"Ametistkolora","4E5F70":"Grizblua",F1C40F:"Brilflava", +"16A085":"Malhelverdblua","27AE60":"Malhelsmeraldkolora","2980B9":"Fortblua","8E44AD":"Malhelviola","2C3E50":"Malsaturita Bluo",F39C12:"Oranĝkolora",E67E22:"Karotkolora",E74C3C:"Pale Ruĝa",ECF0F1:"Brile Arĝenta","95A5A6":"Helgrizverdblua",DDD:"Helgriza",D35400:"Kukurbokolora",C0392B:"Forte ruĝa",BDC3C7:"Arĝenta","7F8C8D":"Grizverdblua",999:"Malhelgriza"},more:"Pli da Koloroj...",panelTitle:"Koloroj",textColorTitle:"Teksta Koloro"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/es-mx.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/es-mx.js new file mode 100644 index 0000000..9cd9f81 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/es-mx.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","es-mx",{auto:"Automático",bgColorTitle:"Color de fondo",colors:{"000":"Negro",8E5:"Marrón","8B4513":"Café sucio","2F4F4F":"Gris pizarra oscuro","008080":"Teal","000080":"Armada","4B0082":"Indigo",696969:"Gris oscuro",B22222:"Ladrillo de fuego",A52A2A:"Café",DAA520:"Barra de oro","006400":"Verde oscuro","40E0D0":"Turquesa","0000CD":"Azul medio",800080:"Morado",808080:"Gris",F00:"Rojo",FF8C00:"Naranja oscuro",FFD700:"Oro","008000":"Verde","0FF":"Cian","00F":"Azul", +EE82EE:"Violeta",A9A9A9:"Gris oscuro",FFA07A:"Salmón claro",FFA500:"Naranja",FFFF00:"Amarillo","00FF00":"Lima",AFEEEE:"Turquesa pálido",ADD8E6:"Azul claro",DDA0DD:"Ciruela",D3D3D3:"Gris claro",FFF0F5:"Rubor de lavanda",FAEBD7:"Blanco antiguo",FFFFE0:"Amarillo claro",F0FFF0:"Gotas de miel",F0FFFF:"Azul celeste",F0F8FF:"Azul Alicia",E6E6FA:"Lavanda",FFF:"Blanco","1ABC9C":"Cian fuerte","2ECC71":"Esmeralda","3498DB":"Azul brillante","9B59B6":"Amatista","4E5F70":"Azul grisáceo",F1C40F:"Amarillo vívido", +"16A085":"Cian oscuro","27AE60":"Esmeralda oscuro","2980B9":"Azul fuerte","8E44AD":"Violeta oscuro","2C3E50":"Azul Desaturado",F39C12:"Naranja",E67E22:"Zanahoria",E74C3C:"Rojo pálido",ECF0F1:"Plata brillante","95A5A6":"Cian grisáceo claro",DDD:"Gris claro",D35400:"Calabaza",C0392B:"Rojo fuerte",BDC3C7:"Plata","7F8C8D":"Cian grisáceo",999:"Gris oscuro"},more:"Más colores...",panelTitle:"Colores",textColorTitle:"Color de texto"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/es.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/es.js new file mode 100644 index 0000000..c845142 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/es.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","es",{auto:"Automático",bgColorTitle:"Color de Fondo",colors:{"000":"Negro",8E5:"Marrón oscuro","8B4513":"Marrón tierra","2F4F4F":"Pizarra Oscuro","008080":"Azul verdoso","000080":"Azul marino","4B0082":"Añil",696969:"Gris oscuro",B22222:"Ladrillo",A52A2A:"Marrón",DAA520:"Oro oscuro","006400":"Verde oscuro","40E0D0":"Turquesa","0000CD":"Azul medio-oscuro",800080:"Púrpura",808080:"Gris",F00:"Rojo",FF8C00:"Naranja oscuro",FFD700:"Oro","008000":"Verde","0FF":"Cian", +"00F":"Azul",EE82EE:"Violeta",A9A9A9:"Gris medio",FFA07A:"Salmón claro",FFA500:"Naranja",FFFF00:"Amarillo","00FF00":"Lima",AFEEEE:"Turquesa claro",ADD8E6:"Azul claro",DDA0DD:"Violeta claro",D3D3D3:"Gris claro",FFF0F5:"Lavanda rojizo",FAEBD7:"Blanco antiguo",FFFFE0:"Amarillo claro",F0FFF0:"Miel",F0FFFF:"Azul celeste",F0F8FF:"Azul pálido",E6E6FA:"Lavanda",FFF:"Blanco","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan", +"27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Más Colores...",panelTitle:"Colores",textColorTitle:"Color de Texto"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/et.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/et.js new file mode 100644 index 0000000..b006570 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/et.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","et",{auto:"Automaatne",bgColorTitle:"Tausta värv",colors:{"000":"Must",8E5:"Kastanpruun","8B4513":"Sadulapruun","2F4F4F":"Tume paehall","008080":"Sinakasroheline","000080":"Meresinine","4B0082":"Indigosinine",696969:"Tumehall",B22222:"Šamottkivi",A52A2A:"Pruun",DAA520:"Kuldkollane","006400":"Tumeroheline","40E0D0":"Türkiissinine","0000CD":"Keskmine sinine",800080:"Lilla",808080:"Hall",F00:"Punanae",FF8C00:"Tumeoranž",FFD700:"Kuldne","008000":"Roheline","0FF":"Tsüaniidsinine", +"00F":"Sinine",EE82EE:"Violetne",A9A9A9:"Tumehall",FFA07A:"Hele lõhe",FFA500:"Oranž",FFFF00:"Kollane","00FF00":"Lubja hall",AFEEEE:"Kahvatu türkiis",ADD8E6:"Helesinine",DDA0DD:"Ploomililla",D3D3D3:"Helehall",FFF0F5:"Lavendlipunane",FAEBD7:"Antiikvalge",FFFFE0:"Helekollane",F0FFF0:"Meloniroheline",F0FFFF:"Taevasinine",F0F8FF:"Beebisinine",E6E6FA:"Lavendel",FFF:"Valge","1ABC9C":"Tugev taevasinine","2ECC71":"Smaragdroheline","3498DB":"Kirgas sinine","9B59B6":"Ametüst","4E5F70":"Hallikassinine",F1C40F:"Erkkollane", +"16A085":"Tume taevasinine","27AE60":"Tumeroheline","2980B9":"Tugev sinine","8E44AD":"Tumevioletne","2C3E50":"Hallikassinine",F39C12:"Oraanž",E67E22:"Porgand",E74C3C:"Kahvatu punane",ECF0F1:"Kirgas hõbedane","95A5A6":"Hele hallikas taevasinine",DDD:"Helehall",D35400:"Kõrvitsavärv",C0392B:"Tugev punane",BDC3C7:"Hõbedane","7F8C8D":"Hallikas taevasinine",999:"Tume hall"},more:"Rohkem värve...",panelTitle:"Värvid",textColorTitle:"Teksti värv"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/eu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/eu.js new file mode 100644 index 0000000..50d0e86 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/eu.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","eu",{auto:"Automatikoa",bgColorTitle:"Atzeko planoko kolorea",colors:{"000":"Beltza",8E5:"Granatea","8B4513":"Zela marroia","2F4F4F":"Arbel gris iluna","008080":"Urdin berdexka","000080":"Urdin iluna","4B0082":"Indigoa",696969:"Gris iluna",B22222:"Adreilu erregogorra",A52A2A:"Marroia",DAA520:"Urrezko makila","006400":"Berde iluna","40E0D0":"Turkesa","0000CD":"Urdin ertaina",800080:"Morea",808080:"Grisa",F00:"Gorria",FF8C00:"Laranja iluna",FFD700:"Urrea","008000":"Berdea", +"0FF":"Ziana","00F":"Urdina",EE82EE:"Bioleta",A9A9A9:"Gris ahula",FFA07A:"Izokin-kolore argia",FFA500:"Laranja",FFFF00:"Horia","00FF00":"Lima",AFEEEE:"Turkesa argia",ADD8E6:"Urdin argia",DDA0DD:"Aran-kolorea",D3D3D3:"Gris argia",FFF0F5:"Izpiliku-gorrixka",FAEBD7:"Zuri zaharra",FFFFE0:"Hori argia",F0FFF0:"Ezti-ihintza",F0FFFF:"Zeru-urdina",F0F8FF:"Alizia urdina",E6E6FA:"Izpilikua",FFF:"Zuria","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue", +F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Gris iluna"},more:"Kolore gehiago...",panelTitle:"Koloreak",textColorTitle:"Testu-kolorea"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fa.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fa.js new file mode 100644 index 0000000..1763907 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fa.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","fa",{auto:"خودکار",bgColorTitle:"رنگ پس​زمینه",colors:{"000":"سیاه",8E5:"خرمایی","8B4513":"قهوه​ای شکلاتی","2F4F4F":"ارغوانی مایل به خاکستری","008080":"آبی مایل به خاکستری","000080":"آبی سیر","4B0082":"نیلی",696969:"خاکستری تیره",B22222:"آتش آجری",A52A2A:"قهوه​ای",DAA520:"میله​ی طلایی","006400":"سبز تیره","40E0D0":"فیروزه​ای","0000CD":"آبی روشن",800080:"ارغوانی",808080:"خاکستری",F00:"قرمز",FF8C00:"نارنجی پررنگ",FFD700:"طلایی","008000":"سبز","0FF":"آبی مایل به سبز", +"00F":"آبی",EE82EE:"بنفش",A9A9A9:"خاکستری مات",FFA07A:"صورتی کدر روشن",FFA500:"نارنجی",FFFF00:"زرد","00FF00":"فسفری",AFEEEE:"فیروزه​ای رنگ پریده",ADD8E6:"آبی کمرنگ",DDA0DD:"آلویی",D3D3D3:"خاکستری روشن",FFF0F5:"بنفش کمرنگ",FAEBD7:"عتیقه سفید",FFFFE0:"زرد روشن",F0FFF0:"عسلی",F0FFFF:"لاجوردی",F0F8FF:"آبی براق",E6E6FA:"بنفش کمرنگ",FFF:"سفید","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald", +"2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"رنگ​های بیشتر...",panelTitle:"رنگها",textColorTitle:"رنگ متن"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fi.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fi.js new file mode 100644 index 0000000..2bcb8a1 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","fi",{auto:"Automaattinen",bgColorTitle:"Taustaväri",colors:{"000":"Musta",8E5:"Kastanjanruskea","8B4513":"Satulanruskea","2F4F4F":"Tumma liuskekivenharmaa","008080":"Sinivihreä","000080":"Laivastonsininen","4B0082":"Indigonsininen",696969:"Tummanharmaa",B22222:"Tiili",A52A2A:"Ruskea",DAA520:"Kultapiisku","006400":"Tummanvihreä","40E0D0":"Turkoosi","0000CD":"Keskisininen",800080:"Purppura",808080:"Harmaa",F00:"Punainen",FF8C00:"Tumma oranssi",FFD700:"Kulta", +"008000":"Vihreä","0FF":"Syaani","00F":"Sininen",EE82EE:"Violetti",A9A9A9:"Tummanharmaa",FFA07A:"Vaaleanlohenpunainen",FFA500:"Oranssi",FFFF00:"Keltainen","00FF00":"Limetin vihreä",AFEEEE:"Haalea turkoosi",ADD8E6:"Vaaleansininen",DDA0DD:"Luumu",D3D3D3:"Vaaleanharmaa",FFF0F5:"Laventelinpunainen",FAEBD7:"Antiikinvalkoinen",FFFFE0:"Vaaleankeltainen",F0FFF0:"Hunajameloni",F0FFFF:"Asurinsininen",F0F8FF:"Alice Blue -sininen",E6E6FA:"Lavanteli",FFF:"Valkoinen","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue", +"9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Lisää värejä...",panelTitle:"Värit",textColorTitle:"Tekstiväri"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fo.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fo.js new file mode 100644 index 0000000..d4334b0 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fo.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","fo",{auto:"Automatiskt",bgColorTitle:"Bakgrundslitur",colors:{"000":"Svart",8E5:"Maroon","8B4513":"Saðilsbrúnt","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Myrkagrátt",B22222:"Fire Brick",A52A2A:"Brúnt",DAA520:"Gullstavur","006400":"Myrkagrønt","40E0D0":"Turquoise","0000CD":"Meðal blátt",800080:"Purple",808080:"Grátt",F00:"Reytt",FF8C00:"Myrkt appelsingult",FFD700:"Gull","008000":"Grønt","0FF":"Cyan","00F":"Blátt",EE82EE:"Violet", +A9A9A9:"Døkt grátt",FFA07A:"Ljósur laksur",FFA500:"Appelsingult",FFFF00:"Gult","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Ljósablátt",DDA0DD:"Plum",D3D3D3:"Ljósagrátt",FFF0F5:"Lavender Blush",FAEBD7:"Klassiskt hvítt",FFFFE0:"Ljósagult",F0FFF0:"Hunangsdøggur",F0FFFF:"Azure",F0F8FF:"Alice Blátt",E6E6FA:"Lavender",FFF:"Hvítt","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald", +"2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Fleiri litir...",panelTitle:"Litir",textColorTitle:"Tekstlitur"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr-ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr-ca.js new file mode 100644 index 0000000..a6c43c8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr-ca.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","fr-ca",{auto:"Automatique",bgColorTitle:"Couleur de fond",colors:{"000":"Noir",8E5:"Marron","8B4513":"Brun foncé","2F4F4F":"Gris ardoise foncé","008080":"Sarcelle","000080":"Marine","4B0082":"Indigo",696969:"Gris foncé",B22222:"Rouge brique",A52A2A:"Brun",DAA520:"Doré","006400":"Vert foncé","40E0D0":"Turquoise","0000CD":"Bleu",800080:"Mauve",808080:"Gris",F00:"Rouge",FF8C00:"Orange foncé",FFD700:"Or","008000":"Vert","0FF":"Cyan","00F":"Bleu",EE82EE:"Violet", +A9A9A9:"Gris pâle",FFA07A:"Saumon clair",FFA500:"Orange",FFFF00:"Jaune","00FF00":"Vert lime",AFEEEE:"Turquoise pâle",ADD8E6:"Bleu pâle",DDA0DD:"Prune",D3D3D3:"Gris pâle",FFF0F5:"Bleu lavande",FAEBD7:"Blanc antique",FFFFE0:"Jaune pâle",F0FFF0:"Miel doré",F0FFFF:"Azure",F0F8FF:"Bleu alice",E6E6FA:"Lavande",FFF:"Blanc","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Plus de couleurs...",panelTitle:"Couleurs",textColorTitle:"Couleur de texte"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr.js new file mode 100644 index 0000000..cd7c51e --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","fr",{auto:"Automatique",bgColorTitle:"Couleur d'arrière-plan",colors:{"000":"Noir",8E5:"Marron","8B4513":"Brun de selle","2F4F4F":"Gris sombre d'ardoise","008080":"Canard","000080":"Bleu marine","4B0082":"Indigo",696969:"Gris foncé",B22222:"Rouge brique",A52A2A:"Brun",DAA520:"Or terni","006400":"Vert foncé","40E0D0":"Turquoise","0000CD":"Bleu royal",800080:"Violet",808080:"Gris",F00:"Rouge",FF8C00:"Orange foncé",FFD700:"Or","008000":"Vert","0FF":"Cyan","00F":"Bleu", +EE82EE:"Violet",A9A9A9:"Gris tamisé",FFA07A:"Saumon clair",FFA500:"Orange",FFFF00:"Jaune","00FF00":"Lime",AFEEEE:"Turquoise clair",ADD8E6:"Bleu clair",DDA0DD:"Prune",D3D3D3:"Gris clair",FFF0F5:"Fard lavande",FAEBD7:"Blanc antique",FFFFE0:"Jaune clair",F0FFF0:"Vert rosée",F0FFFF:"Azur",F0F8FF:"Bleu Alice",E6E6FA:"Lavande",FFF:"Blanc","1ABC9C":"Cyan dur","2ECC71":"Émeraude","3498DB":"Bleu brillant","9B59B6":"Améthyste","4E5F70":"Bleu-gris",F1C40F:"Jaune vif","16A085":"Cyan foncé","27AE60":"Émeraude foncée", +"2980B9":"Bleu dur","8E44AD":"Violet foncé","2C3E50":"Bleu désaturé",F39C12:"Orange",E67E22:"Carotte",E74C3C:"Rouge pâle",ECF0F1:"Argent brillant","95A5A6":"Cyan-gris clair",DDD:"Gris clair",D35400:"Citrouille",C0392B:"Rouge dur",BDC3C7:"Argent","7F8C8D":"Cyan-gris",999:"Gris foncé"},more:"Plus de couleurs...",panelTitle:"Couleurs",textColorTitle:"Couleur du texte"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/gl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/gl.js new file mode 100644 index 0000000..acd6713 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/gl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","gl",{auto:"Automático",bgColorTitle:"Cor do fondo",colors:{"000":"Negro",8E5:"Marrón escuro","8B4513":"Ocre","2F4F4F":"Pizarra escuro","008080":"Verde azulado","000080":"Azul mariño","4B0082":"Índigo",696969:"Gris escuro",B22222:"Ladrillo",A52A2A:"Marrón",DAA520:"Dourado escuro","006400":"Verde escuro","40E0D0":"Turquesa","0000CD":"Azul medio",800080:"Púrpura",808080:"Gris",F00:"Vermello",FF8C00:"Laranxa escuro",FFD700:"Dourado","008000":"Verde","0FF":"Cian", +"00F":"Azul",EE82EE:"Violeta",A9A9A9:"Gris medio",FFA07A:"Salmón claro",FFA500:"Laranxa",FFFF00:"Amarelo","00FF00":"Lima",AFEEEE:"Turquesa pálido",ADD8E6:"Azul claro",DDA0DD:"Violeta pálido",D3D3D3:"Verde claro",FFF0F5:"Lavanda vermello",FAEBD7:"Branco antigo",FFFFE0:"Amarelo claro",F0FFF0:"Mel",F0FFFF:"Azul celeste",F0F8FF:"Azul pálido",E6E6FA:"Lavanda",FFF:"Branco","1ABC9C":"Cian forte","2ECC71":"Esmeralda","3498DB":"Azul brillante","9B59B6":"Amatista","4E5F70":"Azul agrisado",F1C40F:"Amarelo vívido", +"16A085":"Cian escuro","27AE60":"Esmeralda escuro","2980B9":"Azul forte","8E44AD":"Violeta escuro","2C3E50":"Azul desaturado",F39C12:"Laranxa",E67E22:"Cenoria",E74C3C:"Vermello pálido",ECF0F1:"Plata brillante","95A5A6":"Cian agrisado claro",DDD:"Gris claro",D35400:"Cabaza",C0392B:"Vermello forte",BDC3C7:"Plata","7F8C8D":"Cian agrisado",999:"Gris escuro"},more:"Máis cores...",panelTitle:"Cores",textColorTitle:"Cor do texto"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/gu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/gu.js new file mode 100644 index 0000000..3bb7427 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/gu.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","gu",{auto:"સ્વચાલિત",bgColorTitle:"બૅકગ્રાઉન્ડ રંગ,",colors:{"000":"કાળો",8E5:"મરુન","8B4513":"છીક","2F4F4F":"ડાર્ક સ્લેટ ગ્રે ","008080":"ટીલ","000080":"નેવી","4B0082":"જામલી",696969:"ડાર્ક ગ્રે",B22222:"ઈટ",A52A2A:"બ્રાઉન",DAA520:"ગોલ્ડન રોડ","006400":"ડાર્ક લીલો","40E0D0":"ટ્રકોઈસ","0000CD":"મધ્યમ વાદળી",800080:"પર્પલ",808080:"ગ્રે",F00:"લાલ",FF8C00:"ડાર્ક ઓરંજ",FFD700:"ગોલ્ડ","008000":"ગ્રીન","0FF":"સાયન","00F":"વાદળી",EE82EE:"વાયોલેટ",A9A9A9:"ડીમ ",FFA07A:"લાઈટ સાલમન", +FFA500:"ઓરંજ",FFFF00:"પીળો","00FF00":"લાઈમ",AFEEEE:"પેલ કોઈસ",ADD8E6:"લાઈટ બ્લુ",DDA0DD:"પલ્મ",D3D3D3:"લાઈટ ગ્રે",FFF0F5:"લવંડર ",FAEBD7:"એન્ટીક સફેદ",FFFFE0:"લાઈટ પીળો",F0FFF0:"હનીડઉય",F0FFFF:"અઝુરે",F0F8FF:"એલીસ બ્લુ",E6E6FA:"લવંડર",FFF:"સફેદ","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange", +E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"ઔર રંગ...",panelTitle:"રંગ",textColorTitle:"શબ્દનો રંગ"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/he.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/he.js new file mode 100644 index 0000000..589db16 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/he.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","he",{auto:"אוטומטי",bgColorTitle:"צבע רקע",colors:{"000":"שחור",8E5:"סגול כהה","8B4513":"חום בהיר","2F4F4F":"אפור צפחה","008080":"כחול-ירוק","000080":"כחול-סגול","4B0082":"אינדיגו",696969:"אפור מעומעם",B22222:"אדום-חום",A52A2A:"חום",DAA520:"כתום זהב","006400":"ירוק כהה","40E0D0":"טורקיז","0000CD":"כחול בינוני",800080:"סגול",808080:"אפור",F00:"אדום",FF8C00:"כתום כהה",FFD700:"זהב","008000":"ירוק","0FF":"ציאן","00F":"כחול",EE82EE:"סגלגל",A9A9A9:"אפור כהה",FFA07A:"כתום-וורוד", +FFA500:"כתום",FFFF00:"צהוב","00FF00":"ליים",AFEEEE:"טורקיז בהיר",ADD8E6:"כחול בהיר",DDA0DD:"שזיף",D3D3D3:"אפור בהיר",FFF0F5:"לבנדר מסמיק",FAEBD7:"לבן עתיק",FFFFE0:"צהוב בהיר",F0FFF0:"טל דבש",F0FFFF:"תכלת",F0F8FF:"כחול טיפת מים",E6E6FA:"לבנדר",FFF:"לבן","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue", +F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"צבעים נוספים...",panelTitle:"צבעים",textColorTitle:"צבע טקסט"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hi.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hi.js new file mode 100644 index 0000000..28563cc --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","hi",{auto:"स्वचालित",bgColorTitle:"बैक्ग्राउन्ड रंग",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"और रंग...",panelTitle:"Colors",textColorTitle:"टेक्स्ट रंग"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hr.js new file mode 100644 index 0000000..f10eeb6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","hr",{auto:"Automatski",bgColorTitle:"Boja pozadine",colors:{"000":"Crna",8E5:"Kesten","8B4513":"Smeđa","2F4F4F":"Tamno siva","008080":"Teal","000080":"Mornarska","4B0082":"Indigo",696969:"Tamno siva",B22222:"Vatrena cigla",A52A2A:"Smeđa",DAA520:"Zlatna","006400":"Tamno zelena","40E0D0":"Tirkizna","0000CD":"Srednje plava",800080:"Ljubičasta",808080:"Siva",F00:"Crvena",FF8C00:"Tamno naranđasta",FFD700:"Zlatna","008000":"Zelena","0FF":"Cijan","00F":"Plava",EE82EE:"Ljubičasta", +A9A9A9:"Mutno siva",FFA07A:"Svijetli losos",FFA500:"Naranđasto",FFFF00:"Žuto","00FF00":"Limun",AFEEEE:"Blijedo tirkizna",ADD8E6:"Svijetlo plava",DDA0DD:"Šljiva",D3D3D3:"Svijetlo siva",FFF0F5:"Lavanda rumeno",FAEBD7:"Antikno bijela",FFFFE0:"Svijetlo žuta",F0FFF0:"Med",F0FFFF:"Azurna",F0F8FF:"Alice plava",E6E6FA:"Lavanda",FFF:"Bijela","1ABC9C":"Jaka cijan","2ECC71":"Emerald","3498DB":"Svijetlo plava","9B59B6":"Ametist","4E5F70":"Sivkasto plava",F1C40F:"Žarka žuta","16A085":"Tamna cijan","27AE60":"Tamna emerald", +"2980B9":"Jaka plava","8E44AD":"Tamno ljubičasta","2C3E50":"Desatuirarana plava",F39C12:"Narančasta",E67E22:"Mrkva",E74C3C:"Blijedo crvena",ECF0F1:"Sjana srebrna","95A5A6":"Svijetlo sivkasta cijan",DDD:"Svijetlo siva",D35400:"Tikva",C0392B:"Jaka crvena",BDC3C7:"Srebrna","7F8C8D":"Sivkasto cijan",999:"Tamno siva"},more:"Više boja...",panelTitle:"Boje",textColorTitle:"Boja teksta"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hu.js new file mode 100644 index 0000000..24d07e6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/hu.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","hu",{auto:"Automatikus",bgColorTitle:"Háttérszín",colors:{"000":"Fekete",8E5:"Bordó","8B4513":"Barna","2F4F4F":"Sötét türkiz","008080":"Türkiz","000080":"Király kék","4B0082":"Indigó kék",696969:"Szürke",B22222:"Tégla vörös",A52A2A:"Vörös",DAA520:"Arany sárga","006400":"Sötét zöld","40E0D0":"Türkiz","0000CD":"Kék",800080:"Lila",808080:"Szürke",F00:"Piros",FF8C00:"Sötét narancs",FFD700:"Arany","008000":"Zöld","0FF":"Türkiz","00F":"Kék",EE82EE:"Rózsaszín",A9A9A9:"Sötét szürke", +FFA07A:"Lazac",FFA500:"Narancs",FFFF00:"Citromsárga","00FF00":"Neon zöld",AFEEEE:"Világos türkiz",ADD8E6:"Világos kék",DDA0DD:"Világos lila",D3D3D3:"Világos szürke",FFF0F5:"Lavender Blush",FAEBD7:"Törtfehér",FFFFE0:"Világos sárga",F0FFF0:"Menta",F0FFFF:"Azúr kék",F0F8FF:"Halvány kék",E6E6FA:"Lavender",FFF:"Fehér","1ABC9C":"Erős cián","2ECC71":"Smaragd","3498DB":"Fényes kék","9B59B6":"Ametiszt","4E5F70":"Szürkéskék",F1C40F:"Világossárga","16A085":"Sötét cián","27AE60":"Sötét smaragd","2980B9":"Erős kék", +"8E44AD":"Sötétlila","2C3E50":"Világoskék",F39C12:"Narancs",E67E22:"Répa",E74C3C:"Sápadt vörös",ECF0F1:"Fényes ezüst","95A5A6":"Világos szürkés cián",DDD:"Világosszürke",D35400:"Tök",C0392B:"Erős vörös",BDC3C7:"Ezüst","7F8C8D":"Szürkés cián",999:"Sötétszürke"},more:"További színek...",panelTitle:"Színek",textColorTitle:"Betűszín"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/id.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/id.js new file mode 100644 index 0000000..4bf03b5 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/id.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","id",{auto:"Automatic",bgColorTitle:"Warna Latar Belakang",colors:{"000":"Hitam",8E5:"Merah Tua","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Abu-abu Gelap",B22222:"Merah Bata",A52A2A:"Coklat",DAA520:"Golden Rod","006400":"Hijau Gelap","40E0D0":"Turquoise","0000CD":"Biru Sedang",800080:"Ungu",808080:"Abu-abu",F00:"Merah",FF8C00:"Jingga Gelap",FFD700:"Emas","008000":"Hijau","0FF":"Cyan","00F":"Biru", +EE82EE:"Violet",A9A9A9:"Abu-abu Redup",FFA07A:"Salmon Cerah",FFA500:"Jingga",FFFF00:"Kuning","00FF00":"Jeruk Lemon",AFEEEE:"Biru Hijau Pucat",ADD8E6:"Biru Cerah",DDA0DD:"Plum",D3D3D3:"Abu-abu Cerah",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Kuning Cerah",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"Putih","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan", +"27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Warna lainnya...",panelTitle:"Warna",textColorTitle:"Warna Teks"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/is.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/is.js new file mode 100644 index 0000000..ad2fc3e --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/is.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","is",{auto:"Sjálfval",bgColorTitle:"Bakgrunnslitur",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Fleiri liti...",panelTitle:"Colors",textColorTitle:"Litur texta"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/it.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/it.js new file mode 100644 index 0000000..c11bd13 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/it.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","it",{auto:"Automatico",bgColorTitle:"Colore sfondo",colors:{"000":"Nero",8E5:"Marrone Castagna","8B4513":"Marrone Cuoio","2F4F4F":"Grigio Fumo di Londra","008080":"Acquamarina","000080":"Blu Oceano","4B0082":"Indigo",696969:"Grigio Scuro",B22222:"Giallo Fiamma",A52A2A:"Marrone",DAA520:"Giallo Mimosa","006400":"Verde Scuro","40E0D0":"Turchese","0000CD":"Blue Scuro",800080:"Viola",808080:"Grigio",F00:"Rosso",FF8C00:"Arancio Scuro",FFD700:"Oro","008000":"Verde", +"0FF":"Ciano","00F":"Blu",EE82EE:"Violetto",A9A9A9:"Grigio Scuro",FFA07A:"Salmone",FFA500:"Arancio",FFFF00:"Giallo","00FF00":"Lime",AFEEEE:"Turchese Chiaro",ADD8E6:"Blu Chiaro",DDA0DD:"Rosso Ciliegia",D3D3D3:"Grigio Chiaro",FFF0F5:"Lavanda Chiara",FAEBD7:"Bianco Antico",FFFFE0:"Giallo Chiaro",F0FFF0:"Verde Mela",F0FFFF:"Azzurro",F0F8FF:"Celeste",E6E6FA:"Lavanda",FFF:"Bianco","1ABC9C":"Ciano intenso","2ECC71":"Smeraldo","3498DB":"Blu luminoso","9B59B6":"Ametista","4E5F70":"Blu grigiastro",F1C40F:"Giallo vivido", +"16A085":"Ciano scuro","27AE60":"Smeraldo scuro","2980B9":"Blu intenso","8E44AD":"Viola scuro","2C3E50":"Blu desaturato",F39C12:"Arancio",E67E22:"Carota",E74C3C:"Rosso pallido",ECF0F1:"Argento luminoso","95A5A6":"Ciano grigiastro chiaro",DDD:"Grigio chiaro",D35400:"Zucca",C0392B:"Rosso intenso",BDC3C7:"Argento","7F8C8D":"Ciano grigiastro",999:"Grigio scuro"},more:"Altri colori...",panelTitle:"Colori",textColorTitle:"Colore testo"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ja.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ja.js new file mode 100644 index 0000000..b63d5fa --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ja.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","ja",{auto:"自動",bgColorTitle:"背景色",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet",A9A9A9:"Dim Gray", +FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet", +"2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"その他の色...",panelTitle:"色",textColorTitle:"文字色"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ka.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ka.js new file mode 100644 index 0000000..ed0cbb5 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ka.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","ka",{auto:"ავტომატური",bgColorTitle:"ფონის ფერი",colors:{"000":"შავი",8E5:"მუქი შინდისფერი","8B4513":"ყავისფერი","2F4F4F":"მოლურჯო ნაცრისფერი","008080":"ჩამქრალი ლურჯი","000080":"მუქი ლურჯი","4B0082":"იასამნისფერი",696969:"მუქი ნაცრისფერი",B22222:"აგურისფერი",A52A2A:"მუქი ყავისფერი",DAA520:"მოყვითალო","006400":"მუქი მწვანე","40E0D0":"ცისფერი","0000CD":"ზომიერად ლურჯი",800080:"იისფერი",808080:"ნაცრისფერი",F00:"წითელი",FF8C00:"მუქი სტაფილოსფერი",FFD700:"ოქროსფერი", +"008000":"მწვანე","0FF":"ღია ცისფერი","00F":"ლურჯი",EE82EE:"იისფერი",A9A9A9:"ბაცი ნაცრისფერი",FFA07A:"ჩამქრალი ვარდისფერი",FFA500:"სტაფილოსფერი",FFFF00:"ყვითელი","00FF00":"ლურჯი",AFEEEE:"ცისფერი",ADD8E6:"ღია ლურჯი",DDA0DD:"ღია იისფერი",D3D3D3:"ღია ნაცრისფერი",FFF0F5:"ღია ვარდისფერი",FAEBD7:"ღია ყავისფერი",FFFFE0:"ნათელი ყვითელი",F0FFF0:"ღია მწვანე",F0FFFF:"ღია ცისფერი 2",F0F8FF:"ღია ცისფერი 3",E6E6FA:"ღია იისფერი 2",FFF:"თეთრი","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst", +"4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"მეტი ფერი...",panelTitle:"ფერები",textColorTitle:"ტექსტის ფერი"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/km.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/km.js new file mode 100644 index 0000000..5411b0c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/km.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","km",{auto:"ស្វ័យប្រវត្តិ",bgColorTitle:"ពណ៌ផ្ទៃខាងក្រោយ",colors:{"000":"ខ្មៅ",8E5:"ត្នោត​ចាស់","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"ខៀវ​ចាស់","4B0082":"ធ្លះ",696969:"ប្រផេះ​ក្រាស់",B22222:"Fire Brick",A52A2A:"ត្នោត",DAA520:"Golden Rod","006400":"បៃតង​ចាស់","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"ប្រផេះ",F00:"ក្រហម",FF8C00:"ទឹក​ក្រូច​ចាស់",FFD700:"មាស","008000":"បៃតង","0FF":"Cyan","00F":"ខៀវ", +EE82EE:"ស្វាយ",A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"ទឹក​ក្រូច",FFFF00:"លឿង","00FF00":"ក្រូច​ឆ្មារ",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"លឿង​ស្ដើង",F0FFF0:"Honeydew",F0FFFF:"ផ្ទៃមេឃ",F0F8FF:"Alice Blue",E6E6FA:"ឡាវិនដឺ",FFF:"ស","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald", +"2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"ពណ៌​ផ្សេង​ទៀត..",panelTitle:"ពណ៌",textColorTitle:"ពណ៌អក្សរ"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ko.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ko.js new file mode 100644 index 0000000..ef9f361 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ko.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","ko",{auto:"기본 색상",bgColorTitle:"배경 색상",colors:{"000":"검정",8E5:"밤색","8B4513":"새들 브라운","2F4F4F":"다크 슬레이트 그레이","008080":"틸","000080":"네이비","4B0082":"남색",696969:"짙은 회색",B22222:"벽돌색",A52A2A:"갈색",DAA520:"골든 로드","006400":"암록색","40E0D0":"터코이즈","0000CD":"미디엄 블루",800080:"보라",808080:"회색",F00:"빨강",FF8C00:"짙은 주황",FFD700:"금색","008000":"녹색","0FF":"시안","00F":"파랑",EE82EE:"남보라",A9A9A9:"딤 그레이",FFA07A:"라이트 새먼",FFA500:"주황",FFFF00:"노랑","00FF00":"라임",AFEEEE:"패일 터코이즈",ADD8E6:"연한 파랑", +DDA0DD:"자두",D3D3D3:"연한 회색",FFF0F5:"라벤더 블러쉬",FAEBD7:"앤틱 화이트",FFFFE0:"연한 노랑",F0FFF0:"허니듀",F0FFFF:"하늘색",F0F8FF:"앨리스 블루",E6E6FA:"라벤더",FFF:"흰색","1ABC9C":"진한 청록색","2ECC71":"에메랄드","3498DB":"밝은 파랑","9B59B6":"자수정","4E5F70":"회청색",F1C40F:"선명한 노랑","16A085":"다크 시안","27AE60":"다크 에메랄드","2980B9":"진한 파랑","8E44AD":"다크 바이올렛","2C3E50":"탁한 파랑",F39C12:"주황",E67E22:"당근",E74C3C:"창백한 빨강",ECF0F1:"밝은 은색","95A5A6":"밝은 회청록",DDD:"밝은 회색",D35400:"호박",C0392B:"진한 빨강",BDC3C7:"은색","7F8C8D":"회청록",999:"암회색"},more:"색상 선택...",panelTitle:"색상", +textColorTitle:"글자 색상"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ku.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ku.js new file mode 100644 index 0000000..f676483 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ku.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","ku",{auto:"خۆکار",bgColorTitle:"ڕەنگی پاشبنەما",colors:{"000":"ڕەش",8E5:"سۆرو ماڕوونی","8B4513":"ماڕوونی","2F4F4F":"سەوزی تاریك","008080":"سەوز و شین","000080":"شینی تۆخ","4B0082":"مۆری تۆخ",696969:"ڕەساسی تۆخ",B22222:"سۆری تۆخ",A52A2A:"قاوەیی",DAA520:"قاوەیی بریسکەدار","006400":"سەوزی تۆخ","40E0D0":"شینی ناتۆخی بریسکەدار","0000CD":"شینی مامناوەند",800080:"پەمبەیی",808080:"ڕەساسی",F00:"سۆر",FF8C00:"نارەنجی تۆخ",FFD700:"زەرد","008000":"سەوز","0FF":"شینی ئاسمانی", +"00F":"شین",EE82EE:"پەمەیی",A9A9A9:"ڕەساسی تاریک",FFA07A:"نارەنجی ناتۆخ",FFA500:"نارەنجی",FFFF00:"زەرد","00FF00":"سەوز",AFEEEE:"شینی ناتۆخ",ADD8E6:"شینی زۆر ناتۆخ",DDA0DD:"پەمەیی ناتۆخ",D3D3D3:"ڕەساسی بریسکەدار",FFF0F5:"جەرگی زۆر ناتۆخ",FAEBD7:"جەرگی ناتۆخ",FFFFE0:"سپی ناتۆخ",F0FFF0:"هەنگوینی ناتۆخ",F0FFFF:"شینێکی زۆر ناتۆخ",F0F8FF:"شینێکی ئاسمانی زۆر ناتۆخ",E6E6FA:"شیری",FFF:"سپی","1ABC9C":"شینی ئاسمانی بەهیز","2ECC71":"زەمروتی سەوز","3498DB":"شینی ناتۆخ","9B59B6":"ئەرخەوانی، وەنەوشەیی","4E5F70":"شینی ڕه‌ساسی", +F1C40F:"زەردی زیندوو","16A085":"شینی ئاسمانی تاریک","27AE60":"زەمروتی سەوزی تاریک","2980B9":"شینی تۆخ","8E44AD":"پەمەیی تاریک","2C3E50":"شینی ڕەشوسپی",F39C12:"نارنجی",E67E22:"گێزەر",E74C3C:"سوری زەرد هەڵگەڕاو",ECF0F1:"زیوی ڕووناک","95A5A6":"شینی ئاسمانی ڕه‌ساسی بریسکه‌دار",DDD:"ڕەساسی بریسکەدار",D35400:"کولەکەی شیرین",C0392B:"سوری بەهێز",BDC3C7:"زیوی","7F8C8D":"شینی ئاسمانی ڕه‌ساسی",999:"ڕەساسی تۆخ"},more:"ڕەنگی زیاتر...",panelTitle:"ڕەنگەکان",textColorTitle:"ڕەنگی دەق"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/lt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/lt.js new file mode 100644 index 0000000..8e6ed5d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/lt.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","lt",{auto:"Automatinis",bgColorTitle:"Fono spalva",colors:{"000":"Juoda",8E5:"Kaštoninė","8B4513":"Tamsiai ruda","2F4F4F":"Pilka tamsaus šiferio","008080":"Teal","000080":"Karinis","4B0082":"Indigo",696969:"Tamsiai pilka",B22222:"Ugnies",A52A2A:"Ruda",DAA520:"Aukso","006400":"Tamsiai žalia","40E0D0":"Turquoise","0000CD":"Vidutinė mėlyna",800080:"Violetinė",808080:"Pilka",F00:"Raudona",FF8C00:"Tamsiai oranžinė",FFD700:"Auksinė","008000":"Žalia","0FF":"Žydra", +"00F":"Mėlyna",EE82EE:"Violetinė",A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Oranžinė",FFFF00:"Geltona","00FF00":"Citrinų",AFEEEE:"Pale Turquoise",ADD8E6:"Šviesiai mėlyna",DDA0DD:"Plum",D3D3D3:"Šviesiai pilka",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Šviesiai geltona",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"Balta","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow", +"16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Daugiau spalvų...",panelTitle:"Spalva",textColorTitle:"Teksto spalva"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/lv.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/lv.js new file mode 100644 index 0000000..64ed110 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/lv.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","lv",{auto:"Automātiska",bgColorTitle:"Fona krāsa",colors:{"000":"Melns",8E5:"Sarkanbrūns","8B4513":"Sedlu brūns","2F4F4F":"Tumšas tāfeles pelēks","008080":"Zili-zaļš","000080":"Jūras","4B0082":"Indigo",696969:"Tumši pelēks",B22222:"Ķieģeļsarkans",A52A2A:"Brūns",DAA520:"Zelta","006400":"Tumši zaļš","40E0D0":"Tirkīzs","0000CD":"Vidēji zils",800080:"Purpurs",808080:"Pelēks",F00:"Sarkans",FF8C00:"Tumši oranžs",FFD700:"Zelta","008000":"Zaļš","0FF":"Tumšzils","00F":"Zils", +EE82EE:"Violets",A9A9A9:"Pelēks",FFA07A:"Gaiši laškrāsas",FFA500:"Oranžs",FFFF00:"Dzeltens","00FF00":"Laima",AFEEEE:"Gaiši tirkīza",ADD8E6:"Gaiši zils",DDA0DD:"Plūmju",D3D3D3:"Gaiši pelēks",FFF0F5:"Lavandas sārts",FAEBD7:"Antīki balts",FFFFE0:"Gaiši dzeltens",F0FFF0:"Meduspile",F0FFFF:"Debesszils",F0F8FF:"Alises zils",E6E6FA:"Lavanda",FFF:"Balts","1ABC9C":"Spēcīgs ciāna","2ECC71":"Smaragds","3498DB":"Koši zils","9B59B6":"Ametists","4E5F70":"Pelēkzils",F1C40F:"Spilgti dzeltens","16A085":"Tumšs ciāna", +"27AE60":"Tumšs smaragds","2980B9":"Spēcīgi zils","8E44AD":"Tumši violets","2C3E50":"Bāli zils",F39C12:"Apelsīnu",E67E22:"Burkānu",E74C3C:"Blāvi sarkans",ECF0F1:"Spilgti sudraba","95A5A6":"Gaišs pelēki ciāna",DDD:"Gaiši pelēks",D35400:"Ķirbja",C0392B:"Spēcīgi sarkans",BDC3C7:"Sudraba","7F8C8D":"Pelēcīgs ciāna",999:"Tumši pelēks"},more:"Plašāka palete...",panelTitle:"Krāsa",textColorTitle:"Teksta krāsa"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/mk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/mk.js new file mode 100644 index 0000000..ad2270f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/mk.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","mk",{auto:"Automatic",bgColorTitle:"Background Color",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"More Colors...",panelTitle:"Colors",textColorTitle:"Text Color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/mn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/mn.js new file mode 100644 index 0000000..0429c66 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/mn.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","mn",{auto:"Автоматаар",bgColorTitle:"Дэвсгэр өнгө",colors:{"000":"Хар",8E5:"Хүрэн","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Саарал",F00:"Улаан",FF8C00:"Dark Orange",FFD700:"Алт","008000":"Ногоон","0FF":"Цэнхэр","00F":"Хөх",EE82EE:"Ягаан", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Улбар шар",FFFF00:"Шар","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Цайвар саарал",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"Цагаан","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Нэмэлт өнгөнүүд...",panelTitle:"Өнгөнүүд",textColorTitle:"Бичвэрийн өнгө"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ms.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ms.js new file mode 100644 index 0000000..53ffb92 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ms.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","ms",{auto:"Otomatik",bgColorTitle:"Warna Latarbelakang",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Warna lain-lain...",panelTitle:"Colors",textColorTitle:"Warna Text"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/nb.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/nb.js new file mode 100644 index 0000000..b859fa6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/nb.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","nb",{auto:"Automatisk",bgColorTitle:"Bakgrunnsfarge",colors:{"000":"Svart",8E5:"Rødbrun","8B4513":"Salbrun","2F4F4F":"Grønnsvart","008080":"Blågrønn","000080":"Marineblå","4B0082":"Indigo",696969:"Mørk grå",B22222:"Mørkerød",A52A2A:"Brun",DAA520:"Lys brun","006400":"Mørk grønn","40E0D0":"Turkis","0000CD":"Medium blå",800080:"Purpur",808080:"Grå",F00:"Rød",FF8C00:"Mørk oransje",FFD700:"Gull","008000":"Grønn","0FF":"Cyan","00F":"Blå",EE82EE:"Fiolett",A9A9A9:"Svak grå", +FFA07A:"Rosa-oransje",FFA500:"Oransje",FFFF00:"Gul","00FF00":"Lime",AFEEEE:"Svak turkis",ADD8E6:"Lys blå",DDA0DD:"Plomme",D3D3D3:"Lys grå",FFF0F5:"Svak lavendelrosa",FAEBD7:"Antikk-hvit",FFFFE0:"Lys gul",F0FFF0:"Honningmelon",F0FFFF:"Svak asurblå",F0F8FF:"Svak cyan",E6E6FA:"Lavendel",FFF:"Hvit","1ABC9C":"Sterk cyan","2ECC71":"Smaragd","3498DB":"Lys blå","9B59B6":"Ametyst","4E5F70":"Gråaktig blå",F1C40F:"Livaktig gul","16A085":"Mørk cyan","27AE60":"Mørk smaragd","2980B9":"Sterk blå","8E44AD":"Mørk fiolett", +"2C3E50":"Desaturert blå",F39C12:"Oransje",E67E22:"Gulrot",E74C3C:"Blek rød",ECF0F1:"Klar sølv","95A5A6":"Lys gråaktig cyan",DDD:"Lys grå",D35400:"Gresskar",C0392B:"Sterk rød",BDC3C7:"Sølv","7F8C8D":"Gråaktig cyan",999:"Mørk grå"},more:"Flere farger...",panelTitle:"Farger",textColorTitle:"Tekstfarge"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/nl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/nl.js new file mode 100644 index 0000000..5881b46 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/nl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","nl",{auto:"Automatisch",bgColorTitle:"Achtergrondkleur",colors:{"000":"Zwart",8E5:"Kastanjebruin","8B4513":"Chocoladebruin","2F4F4F":"Donkerleigrijs","008080":"Blauwgroen","000080":"Marine","4B0082":"Indigo",696969:"Donkergrijs",B22222:"Baksteen",A52A2A:"Bruin",DAA520:"Donkergeel","006400":"Donkergroen","40E0D0":"Turquoise","0000CD":"Middenblauw",800080:"Paars",808080:"Grijs",F00:"Rood",FF8C00:"Donkeroranje",FFD700:"Goud","008000":"Groen","0FF":"Cyaan","00F":"Blauw", +EE82EE:"Violet",A9A9A9:"Donkergrijs",FFA07A:"Lichtzalm",FFA500:"Oranje",FFFF00:"Geel","00FF00":"Felgroen",AFEEEE:"Lichtturquoise",ADD8E6:"Lichtblauw",DDA0DD:"Pruim",D3D3D3:"Lichtgrijs",FFF0F5:"Linnen",FAEBD7:"Ivoor",FFFFE0:"Lichtgeel",F0FFF0:"Honingdauw",F0FFFF:"Azuur",F0F8FF:"Licht hemelsblauw",E6E6FA:"Lavendel",FFF:"Wit","1ABC9C":"Strong Cyan","2ECC71":"Smaragdgroen","3498DB":"Helderblauw","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald", +"2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Oranje",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pompoen",C0392B:"Strong Red",BDC3C7:"Zilver","7F8C8D":"Grayish Cyan",999:"Donkergrijs"},more:"Meer kleuren...",panelTitle:"Kleuren",textColorTitle:"Tekstkleur"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/no.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/no.js new file mode 100644 index 0000000..c8ee331 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/no.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","no",{auto:"Automatisk",bgColorTitle:"Bakgrunnsfarge",colors:{"000":"Svart",8E5:"Rødbrun","8B4513":"Salbrun","2F4F4F":"Grønnsvart","008080":"Blågrønn","000080":"Marineblått","4B0082":"Indigo",696969:"Mørk grå",B22222:"Mørkerød",A52A2A:"Brun",DAA520:"Lys brun","006400":"Mørk grønn","40E0D0":"Turkis","0000CD":"Medium blå",800080:"Purpur",808080:"Grå",F00:"Rød",FF8C00:"Mørk oransje",FFD700:"Gull","008000":"Grønn","0FF":"Cyan","00F":"Blå",EE82EE:"Fiolett",A9A9A9:"Svak grå", +FFA07A:"Rosa-oransje",FFA500:"Oransje",FFFF00:"Gul","00FF00":"Lime",AFEEEE:"Svak turkis",ADD8E6:"Lys Blå",DDA0DD:"Plomme",D3D3D3:"Lys grå",FFF0F5:"Svak lavendelrosa",FAEBD7:"Antikk-hvit",FFFFE0:"Lys gul",F0FFF0:"Honningmelon",F0FFFF:"Svakt asurblått",F0F8FF:"Svak cyan",E6E6FA:"Lavendel",FFF:"Hvit","1ABC9C":"Kraftig turkis","2ECC71":"Emerald","3498DB":"Lyseblå","9B59B6":"Amethyst","4E5F70":"Gråblå",F1C40F:"Vivid Yellow","16A085":"Mørk turkis","27AE60":"Dark Emerald","2980B9":"Signalblå","8E44AD":"Mørk fiolett", +"2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Gulrotfarge",E74C3C:"Pale Red",ECF0F1:"Lys sølv","95A5A6":"Lys gråturkis",DDD:"Lysegrå",D35400:"Pumpkin",C0392B:"Signalrød",BDC3C7:"Sølv","7F8C8D":"Gråturkis",999:"Mørkegrå"},more:"Flere farger...",panelTitle:"Farger",textColorTitle:"Tekstfarge"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/oc.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/oc.js new file mode 100644 index 0000000..0a7bece --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/oc.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","oc",{auto:"Automatic",bgColorTitle:"Color de rèireplan",colors:{"000":"Negre",8E5:"Marron","8B4513":"Brun de sèla","2F4F4F":"Gris escur de lausa","008080":"Guit","000080":"Blau marina","4B0082":"Indigo",696969:"Gris escur",B22222:"Roge teula",A52A2A:"Brun",DAA520:"Aur ternit","006400":"Verd escur","40E0D0":"Turquesa","0000CD":"Blau reial",800080:"Violet",808080:"Gris",F00:"Roge",FF8C00:"Irange escur",FFD700:"Aur","008000":"Verd","0FF":"Cian","00F":"Blau",EE82EE:"Violet", +A9A9A9:"Gris tamisat",FFA07A:"Salmon clar",FFA500:"Irange",FFFF00:"Jaune","00FF00":"Lima",AFEEEE:"Turquesa clar",ADD8E6:"Blau clar",DDA0DD:"Pruna",D3D3D3:"Gris clar",FFF0F5:"Fard lavanda",FAEBD7:"Blanc antic",FFFFE0:"Jaune clar",F0FFF0:"Verd rosada",F0FFFF:"Azur",F0F8FF:"Blau Alícia",E6E6FA:"Lavanda",FFF:"Blanc","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Mai de colors...",panelTitle:"Colors",textColorTitle:"Color del tèxte"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pl.js new file mode 100644 index 0000000..2b1195a --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","pl",{auto:"Automatycznie",bgColorTitle:"Kolor tła",colors:{"000":"Czarny",8E5:"Kasztanowy","8B4513":"Czekoladowy","2F4F4F":"Ciemnografitowy","008080":"Morski","000080":"Granatowy","4B0082":"Indygo",696969:"Ciemnoszary",B22222:"Czerwień żelazowa",A52A2A:"Brązowy",DAA520:"Ciemnozłoty","006400":"Ciemnozielony","40E0D0":"Turkusowy","0000CD":"Ciemnoniebieski",800080:"Purpurowy",808080:"Szary",F00:"Czerwony",FF8C00:"Ciemnopomarańczowy",FFD700:"Złoty","008000":"Zielony", +"0FF":"Cyjan","00F":"Niebieski",EE82EE:"Fioletowy",A9A9A9:"Przygaszony szary",FFA07A:"Łososiowy",FFA500:"Pomarańczowy",FFFF00:"Żółty","00FF00":"Limonkowy",AFEEEE:"Bladoturkusowy",ADD8E6:"Jasnoniebieski",DDA0DD:"Śliwkowy",D3D3D3:"Jasnoszary",FFF0F5:"Jasnolawendowy",FAEBD7:"Kremowobiały",FFFFE0:"Jasnożółty",F0FFF0:"Bladozielony",F0FFFF:"Jasnolazurowy",F0F8FF:"Jasnobłękitny",E6E6FA:"Lawendowy",FFF:"Biały","1ABC9C":"Cyjan","2ECC71":"Szmaragdowy","3498DB":"Jasnoniebieski","9B59B6":"Ametystowy","4E5F70":"Szaroniebieski", +F1C40F:"Żółty","16A085":"Ciemny cyjan","27AE60":"Ciemnoszmaragdowy","2980B9":"Ciemnoniebieski","8E44AD":"Ciemnofioletowy","2C3E50":"Nienasycony niebieski",F39C12:"Pomarańczowy",E67E22:"Marchewkowy",E74C3C:"Bladoczerwony",ECF0F1:"Jasnosrebrny","95A5A6":"Szarocyjanowy",DDD:"Jasnoszary",D35400:"Dyniowy",C0392B:"Ciemnoczerwony",BDC3C7:"Srebrny","7F8C8D":"Szarawy cyjan",999:"Ciemnoszary"},more:"Więcej kolorów...",panelTitle:"Kolory",textColorTitle:"Kolor tekstu"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt-br.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt-br.js new file mode 100644 index 0000000..4ae7d80 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt-br.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","pt-br",{auto:"Automático",bgColorTitle:"Cor do Plano de Fundo",colors:{"000":"Preto",8E5:"Foquete","8B4513":"Marrom 1","2F4F4F":"Cinza 1","008080":"Cerceta","000080":"Azul Marinho","4B0082":"Índigo",696969:"Cinza 2",B22222:"Tijolo de Fogo",A52A2A:"Marrom 2",DAA520:"Vara Dourada","006400":"Verde Escuro","40E0D0":"Turquesa","0000CD":"Azul Médio",800080:"Roxo",808080:"Cinza 3",F00:"Vermelho",FF8C00:"Laranja Escuro",FFD700:"Dourado","008000":"Verde","0FF":"Ciano", +"00F":"Azul",EE82EE:"Violeta",A9A9A9:"Cinza Escuro",FFA07A:"Salmão Claro",FFA500:"Laranja",FFFF00:"Amarelo","00FF00":"Lima",AFEEEE:"Turquesa Pálido",ADD8E6:"Azul Claro",DDA0DD:"Ameixa",D3D3D3:"Cinza Claro",FFF0F5:"Lavanda 1",FAEBD7:"Branco Antiguidade",FFFFE0:"Amarelo Claro",F0FFF0:"Orvalho",F0FFFF:"Azure",F0F8FF:"Azul Alice",E6E6FA:"Lavanda 2",FFF:"Branco","1ABC9C":"Ciano Forte","2ECC71":"Esmeralda","3498DB":"Azul Brilhante","9B59B6":"Ametista","4E5F70":"Azul acinzentado",F1C40F:"Amarelo Vívido", +"16A085":"Ciano Escuro","27AE60":"Esmeralda Escura","2980B9":"Azul Forte","8E44AD":"Violeta Escura","2C3E50":"Azul Dessaturado",F39C12:"Laranja",E67E22:"Laranja Cenoura",E74C3C:"Vermelho Pálido",ECF0F1:"Prata Brilhante","95A5A6":"Ciano Acinzentado Claro ",DDD:"Cinza Claro",D35400:"Abóbora",C0392B:"Vermelho Forte",BDC3C7:"Prata","7F8C8D":"Ciano Acinzentado",999:"Cinza Escuro"},more:"Mais Cores...",panelTitle:"Cores",textColorTitle:"Cor do Texto"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt.js new file mode 100644 index 0000000..2ef35e1 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","pt",{auto:"Automático",bgColorTitle:"Cor de fundo",colors:{"000":"Black",8E5:"Castanho","8B4513":"Saddle Brown","2F4F4F":"Cinza lousa escuro","008080":"Teal","000080":"Azul naval","4B0082":"Indigo",696969:"Cinza escuro",B22222:"Vermelho tijolo",A52A2A:"Castanho",DAA520:"Dourado (daa520)","006400":"Verde escuro (006400)","40E0D0":"Turquesa","0000CD":"Azul médio (0000cd)",800080:"Purple",808080:"Cinza",F00:"Vermelho",FF8C00:"Laranja escuro",FFD700:"Dourado","008000":"Verde", +"0FF":"Ciano","00F":"Azul",EE82EE:"Violeta",A9A9A9:"Cinza fosco",FFA07A:"Salmão claro",FFA500:"Laranja",FFFF00:"Amarelo","00FF00":"Limão (Verde espectro)",AFEEEE:"Turquesa pálida (afeeee)",ADD8E6:"Light Blue",DDA0DD:"Ameixa",D3D3D3:"Cinza claro",FFF0F5:"Lavanda avermelhada",FAEBD7:"Branco velho",FFFFE0:"Amarelo claro",F0FFF0:"Maná (f0fff0)",F0FFFF:"Azul celeste",F0F8FF:"Azul Alice (f0f8ff)",E6E6FA:"Lavanda",FFF:"Branco","1ABC9C":"Ciano forte","2ECC71":"Esmeralda","3498DB":"Azul brilhante","9B59B6":"Amethyst", +"4E5F70":"Azul acinzentado",F1C40F:"Amarelo vívido","16A085":"Ciano escuro","27AE60":"Esmeralda escuro","2980B9":"Azul forte","8E44AD":"Violeta escuro","2C3E50":"Desaturated Blue",F39C12:"Laranja",E67E22:"Cenoura",E74C3C:"Vermelho claro",ECF0F1:"Prateado brilhante","95A5A6":"Ciano acinzentado claro",DDD:"Cinza claro",D35400:"Abóbora",C0392B:"Strong Red",BDC3C7:"Prateado","7F8C8D":"Ciano acinzentado",999:"Cinza escuro"},more:"Mais cores...",panelTitle:"Cores",textColorTitle:"Cor do texto"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ro.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ro.js new file mode 100644 index 0000000..c67dc10 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ro.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","ro",{auto:"Automat",bgColorTitle:"Coloarea fundalului",colors:{"000":"Negru",8E5:"Maro închis","8B4513":"Maro închis","2F4F4F":"Dark Slate Gray","008080":"Albastru verzui","000080":"Bleumarin","4B0082":"Indigo",696969:"Gri închis",B22222:"Cărămiziu (roșiatic)",A52A2A:"Maro",DAA520:"Galben muștar","006400":"Verde închis","40E0D0":"Turcoaz","0000CD":"Albastru mediu",800080:"Mov",808080:"Gri",F00:"Roșu",FF8C00:"Portocaliu închis",FFD700:"Auriu","008000":"Verde", +"0FF":"Cyan (albstru-verzui)","00F":"Albastru",EE82EE:"Violet",A9A9A9:"Gri roșiatic",FFA07A:"Light Salmon",FFA500:"Portocaliu",FFFF00:"Galben","00FF00":"Verde lime",AFEEEE:"Turcoaz deschis",ADD8E6:"Albastru deschis",DDA0DD:"Plum",D3D3D3:"Gri deschis",FFF0F5:"Lavender Blush",FAEBD7:"Alb vechi",FFFFE0:"Galben deschis",F0FFF0:"Honeydew",F0FFFF:"Azuriu",F0F8FF:"Alice Blue",E6E6FA:"Levănțică",FFF:"Alb","1ABC9C":"Cyan închis","2ECC71":"Verde deschis","3498DB":"Albastru deschis","9B59B6":"Mov roșiatic", +"4E5F70":"Albastru gri",F1C40F:"Galben viu","16A085":"Cyan închis","27AE60":"Smarlad închis","2980B9":"Albastru închis","8E44AD":"Violet închis","2C3E50":"Albastru desaturat",F39C12:"Portocaliu",E67E22:"Portocaliu morcov",E74C3C:"Roșu pal",ECF0F1:"Argintiu strălucitor","95A5A6":"Cyan gri deschis",DDD:"Gri deschis",D35400:"Portocaliu roșcat",C0392B:"Roșu închis",BDC3C7:"Argintiu","7F8C8D":"Cyan gri",999:"Gri închis"},more:"Mai multe culori...",panelTitle:"Culori",textColorTitle:"Culoarea textului"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ru.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ru.js new file mode 100644 index 0000000..a42a87b --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ru.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","ru",{auto:"Автоматически",bgColorTitle:"Цвет фона",colors:{"000":"Чёрный",8E5:"Бордовый","8B4513":"Кожано-коричневый","2F4F4F":"Темный синевато-серый","008080":"Сине-зелёный","000080":"Тёмно-синий","4B0082":"Индиго",696969:"Тёмно-серый",B22222:"Кирпичный",A52A2A:"Коричневый",DAA520:"Золотисто-берёзовый","006400":"Темно-зелёный","40E0D0":"Бирюзовый","0000CD":"Умеренно синий",800080:"Пурпурный",808080:"Серый",F00:"Красный",FF8C00:"Темно-оранжевый",FFD700:"Золотистый", +"008000":"Зелёный","0FF":"Васильковый","00F":"Синий",EE82EE:"Фиолетовый",A9A9A9:"Тускло-серый",FFA07A:"Светло-лососевый",FFA500:"Оранжевый",FFFF00:"Жёлтый","00FF00":"Лайма",AFEEEE:"Бледно-синий",ADD8E6:"Свелто-голубой",DDA0DD:"Сливовый",D3D3D3:"Светло-серый",FFF0F5:"Розово-лавандовый",FAEBD7:"Античный белый",FFFFE0:"Светло-жёлтый",F0FFF0:"Медвяной росы",F0FFFF:"Лазурный",F0F8FF:"Бледно-голубой",E6E6FA:"Лавандовый",FFF:"Белый","1ABC9C":"Насыщенный голубой","2ECC71":"Изумрудный","3498DB":"Светло-синий", +"9B59B6":"Аметист","4E5F70":"Сине-серый",F1C40F:"Ярко-желтый","16A085":"Тёмно-голубой","27AE60":"Тёмно-изумрудный","2980B9":"Насыщенный синий","8E44AD":"Тёмно-фиолетовый","2C3E50":"Ненасыщенный синий",F39C12:"Оранжевый",E67E22:"Морковный",E74C3C:"Бледно-красный",ECF0F1:"Яркий серебристый","95A5A6":"Светлый серо-голубой",DDD:"Светло-серый",D35400:"Цвет тыквы",C0392B:"Насыщенный красный",BDC3C7:"Серебристый","7F8C8D":"Серо-голубой",999:"Тёмно-серый"},more:"Ещё цвета...",panelTitle:"Цвета",textColorTitle:"Цвет текста"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/si.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/si.js new file mode 100644 index 0000000..0e6e3c6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/si.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","si",{auto:"Automatic",bgColorTitle:"පසුබිම් වර්ණය",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"More Colors...",panelTitle:"වර්ණය",textColorTitle:"අක්ෂර වර්ණ"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sk.js new file mode 100644 index 0000000..86c27c1 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sk.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","sk",{auto:"Automaticky",bgColorTitle:"Farba pozadia",colors:{"000":"Čierna",8E5:"Gaštanová","8B4513":"Sedlová hnedá","2F4F4F":"Tmavo bridlicovo sivá","008080":"Modrozelená","000080":"Tmavomodrá","4B0082":"Indigo",696969:"Tmavá sivá",B22222:"Ohňová tehlová",A52A2A:"Hnedá",DAA520:"Zlatobyľ","006400":"Tmavá zelená","40E0D0":"Tyrkysová","0000CD":"Stredná modrá",800080:"Purpurová",808080:"Sivá",F00:"Červená",FF8C00:"Tmavá oranžová",FFD700:"Zlatá","008000":"Zelená", +"0FF":"Azúrová","00F":"Modrá",EE82EE:"Fialová",A9A9A9:"Tmavá sivá",FFA07A:"Svetlá lososová",FFA500:"Oranžová",FFFF00:"Žltá","00FF00":"Vápenná",AFEEEE:"Svetlá tyrkysová",ADD8E6:"Svetlá modrá",DDA0DD:"Slivková",D3D3D3:"Svetlá sivá",FFF0F5:"Levanduľovo červená",FAEBD7:"Antická biela",FFFFE0:"Svetlá žltá",F0FFF0:"Medová",F0FFFF:"Azúrová",F0F8FF:"Alicovo modrá",E6E6FA:"Levanduľová",FFF:"Biela","1ABC9C":"Silno tyrkysová","2ECC71":"Smaragdová","3498DB":"Svetlo modrá","9B59B6":"Ametystová","4E5F70":"Sivo modrá", +F1C40F:"Sýto žltá","16A085":"Tmavo tyrkysová","27AE60":"Tmavo smaragdová","2980B9":"Silno modrá","8E44AD":"Tmavo fialová","2C3E50":"Nesýto modrá",F39C12:"Oranžová",E67E22:"Mrkvová",E74C3C:"Bledo červená",ECF0F1:"Svetlá bronzová","95A5A6":"Svetlá sivo-tyrkysová",DDD:"Svetlo sivá",D35400:"Tekvicová",C0392B:"Silno červená",BDC3C7:"Strieborná","7F8C8D":"Sivo tyrkysová",999:"Tmavo sivá"},more:"Viac farieb...",panelTitle:"Farby",textColorTitle:"Farba textu"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sl.js new file mode 100644 index 0000000..2ee82b6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sl.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","sl",{auto:"Samodejno",bgColorTitle:"Barva ozadja",colors:{"000":"Črna",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Rjava",DAA520:"Golden Rod","006400":"Temno zelena","40E0D0":"Turkizna","0000CD":"Srednje modra",800080:"Škrlatna",808080:"Siva",F00:"Rdeča",FF8C00:"Temno oranžna",FFD700:"Zlata","008000":"Zelena","0FF":"Sinja","00F":"Modra",EE82EE:"Vijolična", +A9A9A9:"Dim Gray",FFA07A:"Light Salmon",FFA500:"Oranžna",FFFF00:"Rumena","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Svetlo modra",DDA0DD:"Plum",D3D3D3:"Svetlo siva",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Svetlo rumena",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"Bela","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Več barv ...",panelTitle:"Barve",textColorTitle:"Barva besedila"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sq.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sq.js new file mode 100644 index 0000000..8784691 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sq.js @@ -0,0 +1,4 @@ +CKEDITOR.plugins.setLang("colorbutton","sq",{auto:"Automatik",bgColorTitle:"Ngjyra e Prapavijës",colors:{"000":"E zezë",8E5:"Ngjyrë gështenjë","8B4513":"Ngjyrë Shale Kafe","2F4F4F":"Ngjyrë Gri të errët ardëz","008080":"Ngjyrë bajukë","000080":"Ngjyrë Marine","4B0082":"Indigo",696969:"Gri e Errët",B22222:"Tullë në Flakë",A52A2A:"Ngjytë Kafe",DAA520:"Shkop i Artë","006400":"E Gjelbër e Errët","40E0D0":"Ngjyrë e Bruztë","0000CD":"E Kaltër e Mesme",800080:"Vjollcë",808080:"Gri",F00:"E Kuqe",FF8C00:"E Portokalltë e Errët", +FFD700:"Ngjyrë Ari","008000":"E Gjelbërt","0FF":"Cyan","00F":"E Kaltër",EE82EE:"Vjollcë",A9A9A9:"Gri e Errët",FFA07A:"Salmon i Ndritur",FFA500:"E Portokalltë",FFFF00:"E Verdhë","00FF00":"Ngjyrë Gëlqere",AFEEEE:"Ngjyrë e Bruztë e Zbehtë",ADD8E6:"E Kaltër e Ndritur",DDA0DD:"Ngjyrë Llokumi",D3D3D3:"Gri e Ndritur",FFF0F5:"Ngjyrë Purpur e Skuqur",FAEBD7:"E Bardhë Antike",FFFFE0:"E verdhë e Ndritur",F0FFF0:"Ngjyrë Nektari",F0FFFF:"Ngjyrë Qielli",F0F8FF:"E Kaltër Alice",E6E6FA:"Ngjyrë Purpur e Zbetë",FFF:"E bardhë", +"1ABC9C":"Sian i Fortë","2ECC71":"Smerald","3498DB":"E kaltër e ndritur","9B59B6":"Ametist","4E5F70":"Kaltër në Gri",F1C40F:"E verdhë e gjallë","16A085":"Sian e errët","27AE60":"Smerald e errët","2980B9":"E kaltër e fortë","8E44AD":"Vjollcë e errët","2C3E50":"E kaltër e njomë",F39C12:"E Portokalltë",E67E22:"Ngjyrë karote",E74C3C:"E kuqe e zbehtë",ECF0F1:"Ngjyrë argjendi e ndritshme","95A5A6":"Sian në gri e lehtë",DDD:"Gri e lehtë",D35400:"Ngjyrë kungulli",C0392B:"E kuqe e fortë",BDC3C7:"Ngjyrë argjendi", +"7F8C8D":"Sian në gri",999:"Gri e Errët"},more:"Më Shumë Ngjyra...",panelTitle:"Ngjyrat",textColorTitle:"Ngjyra e Tekstit"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr-latn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr-latn.js new file mode 100644 index 0000000..d44e676 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr-latn.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","sr-latn",{auto:"Automatski",bgColorTitle:"Boja pozadine",colors:{"000":"Crno",8E5:"Bordo","8B4513":"Braon","2F4F4F":"Tamno tirkizno","008080":"Tirkizno","000080":"Kraljevsko plavo","4B0082":"Indigo plavo",696969:"Sivo",B22222:"Cigla crveno",A52A2A:"Bakarno",DAA520:"Zlatno žuto","006400":"Tamno zeleno","40E0D0":"Tirkizno","0000CD":"Plavo",800080:"Ljubičasto",808080:"Sivo",F00:"Crveno",FF8C00:"Tamno narandžasto",FFD700:"Zlatno","008000":"Zeleno","0FF":"Cian", +"00F":"Plavo",EE82EE:"Roze",A9A9A9:"Tamno sivo",FFA07A:"Losos",FFA500:"Narandžasto",FFFF00:"Žuto","00FF00":"Neon zeleno",AFEEEE:"Svetlo tirkizno",ADD8E6:"Svetlo plavo",DDA0DD:"Svetlo ljubičasto",D3D3D3:"Svetlo sivo",FFF0F5:"Lavande",FAEBD7:"Prljavo belo",FFFFE0:"Svetlo žuto",F0FFF0:"Мentа",F0FFFF:"Azurno plavo",F0F8FF:"Svetlo plavo",E6E6FA:"Lavanda",FFF:"Belo","1ABC9C":"Tamno cian","2ECC71":"Smaragdno","3498DB":"Sjajno plavo","9B59B6":"Аmetist","4E5F70":"Sivkasto plavo",F1C40F:"Svetlo žuto","16A085":"Tamno cian", +"27AE60":"Tamno smaragdno","2980B9":"Tamno plavo","8E44AD":"Tamno ljubočasto","2C3E50":"Svetlo plavo",F39C12:"Narandžasto",E67E22:"Šargarepa",E74C3C:"Svetlo bakarno",ECF0F1:"Sjajno strebrno","95A5A6":"Svetlo sivkasto cian",DDD:"Svetlo sivo",D35400:"Bundeva",C0392B:"Tamno crveno",BDC3C7:"Srebrno","7F8C8D":"Sivkasto cian",999:"Tamno siv"},more:"Više boja...",panelTitle:"Boje",textColorTitle:"Boja teksta"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr.js new file mode 100644 index 0000000..1eb3735 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","sr",{auto:"Аутоматски",bgColorTitle:"Боја позадине",colors:{"000":"Црно",8E5:"Бордо","8B4513":"Браон","2F4F4F":"Тамно тиркизно","008080":"Tиркизно","000080":"Кралјевско плаво","4B0082":"Индиго плаво",696969:"Сиво",B22222:"Цигла црвено",A52A2A:"Бакарно",DAA520:"Златно жуто","006400":"Тамно зелено","40E0D0":"Tиркизно","0000CD":"Плаво",800080:"Љубичасто",808080:"Сиво",F00:"Црвено",FF8C00:"Тамно наранџасто",FFD700:"Златно","008000":"Зелено","0FF":"Циан","00F":"Плаво", +EE82EE:"Розе",A9A9A9:"Тамно сиво",FFA07A:"Лосос",FFA500:"Наранџасто",FFFF00:"Жуто","00FF00":"Неон зелено",AFEEEE:"Светло тиркизно",ADD8E6:"Светло плаво",DDA0DD:"Цветло љубичасто",D3D3D3:"Светло сиво",FFF0F5:"Лаванда",FAEBD7:"Прљаво бело",FFFFE0:"Светло жуто",F0FFF0:"Мента",F0FFFF:"Aзурно плаво",F0F8FF:"Светло плво",E6E6FA:"Лаванда",FFF:"Бело","1ABC9C":"Тамно циан","2ECC71":"Смарагдно","3498DB":"Сјајно плаво","9B59B6":"Aметист","4E5F70":"Сивкасто плаво",F1C40F:"Светло жуто","16A085":"Тамно циан","27AE60":"Тамно смарагдно", +"2980B9":"Тамно плаво","8E44AD":"Тамно љубичасто","2C3E50":"Светло плаво",F39C12:"Наранџасто",E67E22:"Шаргрепа",E74C3C:"Светло бакарно",ECF0F1:"Сјајно сребрно","95A5A6":"Светло сивкасто циан",DDD:"Светло сиво",D35400:"Бундева",C0392B:"Тамно црвено",BDC3C7:"Сребрно","7F8C8D":"Сивкасто циан",999:"Тамно сив"},more:"Више боја...",panelTitle:"Боје",textColorTitle:"Боја текста"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sv.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sv.js new file mode 100644 index 0000000..ba42c1d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/sv.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","sv",{auto:"Automatisk",bgColorTitle:"Bakgrundsfärg",colors:{"000":"Svart",8E5:"Rödbrun","8B4513":"Mörkbrun","2F4F4F":"Skiffergrå","008080":"Kricka","000080":"Marinblå","4B0082":"Indigo",696969:"Mörkgrå",B22222:"Tegelsten",A52A2A:"Brun",DAA520:"Mörk guld","006400":"Mörkgrön","40E0D0":"Turkos","0000CD":"Medium blå",800080:"Lila",808080:"Grå",F00:"Röd",FF8C00:"Mörkorange",FFD700:"Guld","008000":"Grön","0FF":"Turkos","00F":"Blå",EE82EE:"Violett",A9A9A9:"Matt grå", +FFA07A:"Laxrosa",FFA500:"Orange",FFFF00:"Gul","00FF00":"Lime",AFEEEE:"Ljusturkos",ADD8E6:"Ljusblå",DDA0DD:"Plommon",D3D3D3:"Ljusgrå",FFF0F5:"Ljus lavendel",FAEBD7:"Antikvit",FFFFE0:"Ljusgul",F0FFF0:"Honungsdagg",F0FFFF:"Azurblå",F0F8FF:"Aliceblå",E6E6FA:"Lavendel",FFF:"Vit","1ABC9C":"Stark turkos","2ECC71":"Smaragd","3498DB":"Klarblå","9B59B6":"Ametist","4E5F70":"Gråblå",F1C40F:"Klargul","16A085":"Mörk turkos","27AE60":"Mörk smaragd","2980B9":"Stark blå","8E44AD":"Mörk violett","2C3E50":"Blek blå", +F39C12:"Orange",E67E22:"Morot",E74C3C:"Blekröd",ECF0F1:"Stark silver","95A5A6":"Ljus gråaktig turkos",DDD:"Ljusgrå",D35400:"Pumpa",C0392B:"Stark röd",BDC3C7:"Silver","7F8C8D":"Gråaktig turkos",999:"Mörkgrå"},more:"Fler färger...",panelTitle:"Färger",textColorTitle:"Textfärg"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/th.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/th.js new file mode 100644 index 0000000..38c821f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/th.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","th",{auto:"สีอัตโนมัติ",bgColorTitle:"สีพื้นหลัง",colors:{"000":"Black",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Brown",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Gray",F00:"Red",FF8C00:"Dark Orange",FFD700:"Gold","008000":"Green","0FF":"Cyan","00F":"Blue",EE82EE:"Violet",A9A9A9:"Dim Gray", +FFA07A:"Light Salmon",FFA500:"Orange",FFFF00:"Yellow","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"White","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet", +"2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"เลือกสีอื่นๆ...",panelTitle:"Colors",textColorTitle:"สีตัวอักษร"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/tr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/tr.js new file mode 100644 index 0000000..efef5c5 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/tr.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","tr",{auto:"Otomatik",bgColorTitle:"Arka Renk",colors:{"000":"Siyah",8E5:"Kestane","8B4513":"Koyu Kahverengi","2F4F4F":"Koyu Kurşuni Gri","008080":"Teal","000080":"Mavi","4B0082":"Çivit Mavisi",696969:"Silik Gri",B22222:"Ateş Tuğlası",A52A2A:"Kahverengi",DAA520:"Altun Sırık","006400":"Koyu Yeşil","40E0D0":"Turkuaz","0000CD":"Orta Mavi",800080:"Pembe",808080:"Gri",F00:"Kırmızı",FF8C00:"Koyu Portakal",FFD700:"Altın","008000":"Yeşil","0FF":"Ciyan","00F":"Mavi", +EE82EE:"Menekşe",A9A9A9:"Loş Gri",FFA07A:"Açık Sarımsı",FFA500:"Portakal",FFFF00:"Sarı","00FF00":"Açık Yeşil",AFEEEE:"Sönük Turkuaz",ADD8E6:"Açık Mavi",DDA0DD:"Mor",D3D3D3:"Açık Gri",FFF0F5:"Eflatun Pembe",FAEBD7:"Antik Beyaz",FFFFE0:"Açık Sarı",F0FFF0:"Balsarısı",F0FFFF:"Gök Mavisi",F0F8FF:"Reha Mavi",E6E6FA:"Eflatun",FFF:"Beyaz","1ABC9C":"Koyu Camgöbeği","2ECC71":"Zümrüt Yeşili","3498DB":"Parlak Mavi","9B59B6":"Ametist Moru","4E5F70":"Kirli Gri Mavi",F1C40F:"Canlı Sarı","16A085":"Koyu Camgöbeği", +"27AE60":"Koyu Zümrüt Yeşili","2980B9":"Koyu Mavi","8E44AD":"Koyu Menekşe","2C3E50":"Koyu Lacivert",F39C12:"Turuncu",E67E22:"Havuç Turuncusu",E74C3C:"Soluk Kırmızı",ECF0F1:"Parlak Gümüş","95A5A6":"Açık Kirli Gri Camgöbeği",DDD:"Açık Gri",D35400:"Balkabağı Turuncusu",C0392B:"Kan Kırmızı",BDC3C7:"Gümüş","7F8C8D":"Kirli Gri Camgöbeği",999:"Koyu Gri"},more:"Diğer renkler...",panelTitle:"Renkler",textColorTitle:"Yazı Rengi"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/tt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/tt.js new file mode 100644 index 0000000..8847d79 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/tt.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","tt",{auto:"Автоматик",bgColorTitle:"Фон төсе",colors:{"000":"Кара",8E5:"Бордо","8B4513":"Дарчин","2F4F4F":"Аспид соры","008080":"Күкле-яшелле","000080":"Куе күк","4B0082":"Индиго",696969:"Куе соры",B22222:"Кармин",A52A2A:"Чия кызыл",DAA520:"Алтын каен","006400":"Үлән","40E0D0":"Фирәзә","0000CD":"Фарсы күк",800080:"Шәмәхә",808080:"Соры",F00:"Кызыл",FF8C00:"Кабак",FFD700:"Алтын","008000":"Яшел","0FF":"Ачык зәңгәр","00F":"Зәңгәр",EE82EE:"Миләүшә",A9A9A9:"Ачык соры", +FFA07A:"Кызгылт сары алсу",FFA500:"Кызгылт сары",FFFF00:"Сары","00FF00":"Лайм",AFEEEE:"Тонык күк",ADD8E6:"Тонык күкбаш",DDA0DD:"Аксыл шәмәхә",D3D3D3:"Ачык соры",FFF0F5:"Ал ала миләүшә",FAEBD7:"Җитен",FFFFE0:"Ачык сары",F0FFF0:"Аксыл көрән",F0FFFF:"Ап-ак",F0F8FF:"Аксыл зәңгәр диңгез",E6E6FA:"Ала миләүшә",FFF:"Ак","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue", +"8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Башка төсләр...",panelTitle:"Төсләр",textColorTitle:"Текст төсе"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ug.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ug.js new file mode 100644 index 0000000..f526f8a --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/ug.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","ug",{auto:"ئۆزلۈكىدىن",bgColorTitle:"تەگلىك رەڭگى",colors:{"000":"قارا",8E5:"قىزغۇچ سېرىق","8B4513":"توق قوڭۇر","2F4F4F":"قارامتۇل يېشىل","008080":"كۆكۈش يېشىل","000080":"قارامتۇل كۆك","4B0082":"كۆكۈش كۈلرەڭ",696969:"قارامتۇل كۈلرەڭ",B22222:"خىش قىزىل",A52A2A:"قوڭۇر",DAA520:"ئالتۇن سېرىق","006400":"توق يېشىل","40E0D0":"كۆكۈچ يېشىل","0000CD":"ئوتتۇراھال كۆك",800080:"بىنەپشە",808080:"كۈلرەڭ",F00:"قىزىل",FF8C00:"توق قىزغۇچ سېرىق",FFD700:"ئالتۇن","008000":"يېشىل", +"0FF":"يېشىل كۆك","00F":"كۆك",EE82EE:"قىزغۇچ بىنەپشە",A9A9A9:"توق كۈلرەڭ",FFA07A:"كاۋا چېچىكى سېرىق",FFA500:"قىزغۇچ سېرىق",FFFF00:"سېرىق","00FF00":"Lime",AFEEEE:"سۇس ھاۋا رەڭ",ADD8E6:"ئوچۇق كۆك",DDA0DD:"قىزغۇچ بىنەپشە",D3D3D3:"سۇس كۆكۈچ كۈلرەڭ",FFF0F5:"سۇس قىزغۇچ بىنەپشە",FAEBD7:"Antique White",FFFFE0:"سۇس سېرىق",F0FFF0:"Honeydew",F0FFFF:"ئاسمان كۆكى",F0F8FF:"سۇس كۆك",E6E6FA:"سۇس بىنەپشە",FFF:"ئاق","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue", +F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet","2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"باشقا رەڭ",panelTitle:"رەڭ",textColorTitle:"تېكىست رەڭگى"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/uk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/uk.js new file mode 100644 index 0000000..7803b3e --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/uk.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","uk",{auto:"Авто",bgColorTitle:"Колір фону",colors:{"000":"Чорний",8E5:"Бордовий","8B4513":"Коричневий","2F4F4F":"Темний сіро-зелений","008080":"Морської хвилі","000080":"Сливовий","4B0082":"Індиго",696969:"Темно-сірий",B22222:"Темночервоний",A52A2A:"Каштановий",DAA520:"Бежевий","006400":"Темно-зелений","40E0D0":"Бірюзовий","0000CD":"Темносиній",800080:"Пурпурний",808080:"Сірий",F00:"Червоний",FF8C00:"Темно-помаранчевий",FFD700:"Жовтий","008000":"Зелений","0FF":"Синьо-зелений", +"00F":"Синій",EE82EE:"Фіолетовий",A9A9A9:"Тьмяно-сірий",FFA07A:"Рожевий",FFA500:"Помаранчевий",FFFF00:"Яскравожовтий","00FF00":"Салатовий",AFEEEE:"Світлобірюзовий",ADD8E6:"Блакитний",DDA0DD:"Світлофіолетовий",D3D3D3:"Світло-сірий",FFF0F5:"Світлорожевий",FAEBD7:"Світлооранжевий",FFFFE0:"Світло-жовтий",F0FFF0:"Світлозелений",F0FFFF:"Світлий синьо-зелений",F0F8FF:"Світлоблакитний",E6E6FA:"Лавандовий",FFF:"Білий","1ABC9C":"Насичений блакитний","2ECC71":"Смарагдовий","3498DB":"Яскраво-синій","9B59B6":"Аметистовий", +"4E5F70":"Сірувато-синій",F1C40F:"Яскраво-жовтий","16A085":"Темно-блакитний","27AE60":"Темно-смарагдовий","2980B9":"Насичений синій","8E44AD":"Темно-фіолетовий","2C3E50":"Ненасичений синій",F39C12:"Помаранчевий",E67E22:"Морквяний",E74C3C:"Блідо-червоний",ECF0F1:"Яскраво-сріблястий","95A5A6":"Світлий сірувато-блакитний",DDD:"Світло-сірий",D35400:"Гарбузовий",C0392B:"Насичений червоний",BDC3C7:"Сріблястий","7F8C8D":"Сірувато-блакитний",999:"Темно-сірий"},more:"Кольори...",panelTitle:"Кольори",textColorTitle:"Колір тексту"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/vi.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/vi.js new file mode 100644 index 0000000..16177f4 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/vi.js @@ -0,0 +1,3 @@ +CKEDITOR.plugins.setLang("colorbutton","vi",{auto:"Tự động",bgColorTitle:"Màu nền",colors:{"000":"Đen",8E5:"Maroon","8B4513":"Saddle Brown","2F4F4F":"Dark Slate Gray","008080":"Teal","000080":"Navy","4B0082":"Indigo",696969:"Dark Gray",B22222:"Fire Brick",A52A2A:"Nâu",DAA520:"Golden Rod","006400":"Dark Green","40E0D0":"Turquoise","0000CD":"Medium Blue",800080:"Purple",808080:"Xám",F00:"Đỏ",FF8C00:"Dark Orange",FFD700:"Vàng","008000":"Xanh lá cây","0FF":"Cyan","00F":"Xanh da trời",EE82EE:"Tím",A9A9A9:"Xám tối", +FFA07A:"Light Salmon",FFA500:"Màu cam",FFFF00:"Vàng","00FF00":"Lime",AFEEEE:"Pale Turquoise",ADD8E6:"Light Blue",DDA0DD:"Plum",D3D3D3:"Light Grey",FFF0F5:"Lavender Blush",FAEBD7:"Antique White",FFFFE0:"Light Yellow",F0FFF0:"Honeydew",F0FFFF:"Azure",F0F8FF:"Alice Blue",E6E6FA:"Lavender",FFF:"Trắng","1ABC9C":"Strong Cyan","2ECC71":"Emerald","3498DB":"Bright Blue","9B59B6":"Amethyst","4E5F70":"Grayish Blue",F1C40F:"Vivid Yellow","16A085":"Dark Cyan","27AE60":"Dark Emerald","2980B9":"Strong Blue","8E44AD":"Dark Violet", +"2C3E50":"Desaturated Blue",F39C12:"Orange",E67E22:"Carrot",E74C3C:"Pale Red",ECF0F1:"Bright Silver","95A5A6":"Light Grayish Cyan",DDD:"Light Gray",D35400:"Pumpkin",C0392B:"Strong Red",BDC3C7:"Silver","7F8C8D":"Grayish Cyan",999:"Dark Gray"},more:"Màu khác...",panelTitle:"Màu sắc",textColorTitle:"Màu chữ"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh-cn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh-cn.js new file mode 100644 index 0000000..e1fb1ee --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh-cn.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","zh-cn",{auto:"自动",bgColorTitle:"背景颜色",colors:{"000":"黑色",8E5:"栗色","8B4513":"鞍褐色","2F4F4F":"深岩灰色","008080":"凫绿色","000080":"海军蓝色","4B0082":"靛色",696969:"深灰色",B22222:"火砖红色",A52A2A:"褐色",DAA520:"金菊色","006400":"深绿色","40E0D0":"绿松石色","0000CD":"中蓝色",800080:"紫色",808080:"灰色",F00:"红色",FF8C00:"深橙色",FFD700:"金色","008000":"绿色","0FF":"青色","00F":"蓝色",EE82EE:"紫罗兰色",A9A9A9:"暗灰色",FFA07A:"浅鲑红色",FFA500:"橙色",FFFF00:"黄色","00FF00":"鲜绿色",AFEEEE:"灰绿松石色",ADD8E6:"浅蓝色",DDA0DD:"梅红色",D3D3D3:"浅灰色", +FFF0F5:"薰衣草紫红色",FAEBD7:"古董白色",FFFFE0:"浅黄色",F0FFF0:"蜜瓜绿色",F0FFFF:"浅蓝色",F0F8FF:"爱丽丝蓝色",E6E6FA:"薰衣草紫色",FFF:"白色","1ABC9C":"浓青色","2ECC71":"碧绿色","3498DB":"亮蓝色","9B59B6":"紫水晶色","4E5F70":"灰蓝色",F1C40F:"鲜黄色","16A085":"深青色","27AE60":"深碧绿色","2980B9":"浓蓝色","8E44AD":"深紫罗兰色","2C3E50":"不饱和蓝色",F39C12:"橙色",E67E22:"红萝卜红色",E74C3C:"灰红色",ECF0F1:"亮银色","95A5A6":"浅灰青色",DDD:"浅灰色",D35400:"南瓜黄色",C0392B:"浓红色",BDC3C7:"银色","7F8C8D":"灰青色",999:"深灰色"},more:"其它颜色...",panelTitle:"颜色",textColorTitle:"文本颜色"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh.js new file mode 100644 index 0000000..e4df4bd --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh.js @@ -0,0 +1,2 @@ +CKEDITOR.plugins.setLang("colorbutton","zh",{auto:"自動",bgColorTitle:"背景顏色",colors:{"000":"黑色",8E5:"栗色","8B4513":"鞍褐色","2F4F4F":"暗瓦灰色","008080":"水壓色","000080":"丈青澀","4B0082":"靛青",696969:"深灰色",B22222:"磚紅色",A52A2A:"褐色",DAA520:"金黃色","006400":"深綠色","40E0D0":"青綠色","0000CD":"藍色",800080:"紫色",808080:"灰色",F00:"紅色",FF8C00:"深橘色",FFD700:"金色","008000":"綠色","0FF":"青色","00F":"藍色",EE82EE:"紫色",A9A9A9:"暗灰色",FFA07A:"亮鮭紅",FFA500:"橘色",FFFF00:"黃色","00FF00":"鮮綠色",AFEEEE:"綠松色",ADD8E6:"淺藍色",DDA0DD:"枚紅色",D3D3D3:"淺灰色",FFF0F5:"淺紫色", +FAEBD7:"骨董白",FFFFE0:"淺黃色",F0FFF0:"蜜瓜綠",F0FFFF:"天藍色",F0F8FF:"愛麗斯蘭",E6E6FA:"淺紫色",FFF:"白色","1ABC9C":"深青色","2ECC71":"翠綠色","3498DB":"亮藍色","9B59B6":"紫色","4E5F70":"藍灰色",F1C40F:"鮮黃色","16A085":"暗青色","27AE60":"暗綠色","2980B9":"深藍色","8E44AD":"暗紫色","2C3E50":"不飽和藍色",F39C12:"橘色",E67E22:"胡蘿蔔色",E74C3C:"淡紅色",ECF0F1:"亮銀色","95A5A6":"淺灰青色",DDD:"淺灰色",D35400:"南瓜色",C0392B:"深紅色",BDC3C7:"銀色","7F8C8D":"灰青色",999:"深灰色"},more:"更多顏色",panelTitle:"顏色",textColorTitle:"文字顏色"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/plugin.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/plugin.js new file mode 100644 index 0000000..419ae32 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colorbutton/plugin.js @@ -0,0 +1,16 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.add("colorbutton",{requires:"panelbutton,floatpanel",lang:"af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,es-mx,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"bgcolor,textcolor",hidpi:!0,init:function(e){function u(a,d,g,y,l){var n=new CKEDITOR.style(m["colorButton_"+d+"Style"]),q=CKEDITOR.tools.getNextId()+"_colorBox",k={type:d},p;l=l|| +{};e.ui.add(a,CKEDITOR.UI_PANELBUTTON,{label:g,title:g,modes:{wysiwyg:1},editorFocus:0,toolbar:"colors,"+y,allowedContent:n,requiredContent:n,contentTransformations:l.contentTransformations,panel:{css:CKEDITOR.skin.getPath("editor"),attributes:{role:"listbox","aria-label":h.panelTitle}},onBlock:function(a,b){p=b;b.autoSize=!0;b.element.addClass("cke_colorblock");b.element.setHtml(z(a,d,q,k));b.element.getDocument().getBody().setStyle("overflow","hidden");CKEDITOR.ui.fire("ready",this);var c=b.keys, +f="rtl"==e.lang.dir;c[f?37:39]="next";c[40]="next";c[9]="next";c[f?39:37]="prev";c[38]="prev";c[CKEDITOR.SHIFT+9]="prev";c[32]="click"},refresh:function(){e.activeFilter.check(n)||this.setState(CKEDITOR.TRISTATE_DISABLED)},onOpen:function(){var a=e.getSelection(),b=a&&a.getStartElement(),c=e.elementPath(b);if(c){b=c.block||c.blockLimit||e.document.getBody();do c=b&&b.getComputedStyle("back"==d?"background-color":"color")||"transparent";while("back"==d&&"transparent"==c&&b&&(b=b.getParent()));c&&"transparent"!= +c||(c="#ffffff");!1!==m.colorButton_enableAutomatic&&this._.panel._.iframe.getFrameDocument().getById(q).setStyle("background-color",c);if(b=a&&a.getRanges()[0]){for(var a=new CKEDITOR.dom.walker(b),f=b.collapsed?b.startContainer:a.next(),b="";f;){f.type!==CKEDITOR.NODE_ELEMENT&&(f=f.getParent());f=r(f.getComputedStyle("back"==d?"background-color":"color"));b=b||f;if(b!==f){b="";break}f=a.next()}"transparent"==b&&(b="");"fore"==d&&(k.automaticTextColor="#"+r(c));k.selectionColor=b?"#"+b:"";a=b;b= +p._.getItems();for(f=0;f=c;c++)b[c]=parseInt(a.substr(2*c,2),16);return 165<=.2126*b[0]+.7152*b[1]+.0722*b[2]}function z(a){!a.name&&(a=new CKEDITOR.event(a));var c=!/mouse/.test(a.name),b=a.data.getTarget(),f;"td"==b.getName()&&(f=b.getChild(0).getHtml())&&(q(a),c?d=b:A=b,c&&b.addClass(D(f)?"cke_colordialog_focused_light":"cke_colordialog_focused_dark"),r(f))}function B(){d&&(d.removeClass("cke_colordialog_focused_light"),d.removeClass("cke_colordialog_focused_dark"));r(!1);d=null} +function q(a){if(a=!/mouse/.test(a.name)&&d)a.removeClass("cke_colordialog_focused_light"),a.removeClass("cke_colordialog_focused_dark");d||A||r(!1)}function r(a){a?(h.getById(t).setStyle("background-color",a),h.getById(u).setHtml(a)):(h.getById(t).removeStyle("background-color"),h.getById(u).setHtml("\x26nbsp;"))}function E(a){var c=a.data,b=c.getTarget(),f=c.getKeystroke(),d="rtl"==w.lang.dir;switch(f){case 38:if(a=b.getParent().getPrevious())a=a.getChild([b.getIndex()]),a.focus();c.preventDefault(); +break;case 40:(a=b.getParent().getNext())&&(a=a.getChild([b.getIndex()]))&&1==a.type&&a.focus();c.preventDefault();break;case 32:case 13:y(a);c.preventDefault();break;case d?37:39:(a=b.getNext())?1==a.type&&(a.focus(),c.preventDefault(!0)):(a=b.getParent().getNext())&&(a=a.getChild([0]))&&1==a.type&&(a.focus(),c.preventDefault(!0));break;case d?39:37:if(a=b.getPrevious())a.focus(),c.preventDefault(!0);else if(a=b.getParent().getPrevious())a=a.getLast(),a.focus(),c.preventDefault(!0)}}var v=CKEDITOR.dom.element, +h=CKEDITOR.document,g=w.lang.colordialog,m,e,C={type:"html",html:"\x26nbsp;"},n=function(a){return CKEDITOR.tools.getNextId()+"_"+a},t=n("hicolor"),u=n("hicolortext"),p=n("selhicolor"),k,d,A;(function(){function a(a,d){for(var e=a;eh;h++)c(f.$,"#"+b[g]+b[h]+b[e])}}function c(a,c){var b=new v(a.insertCell(-1));b.setAttribute("class","ColorCell cke_colordialog_colorcell");b.setAttribute("tabIndex", +-1);b.setAttribute("role","gridcell");b.on("keydown",E);b.on("click",y);b.on("focus",z);b.on("blur",q);b.setStyle("background-color",c);var d=n("color_table_cell");b.setAttribute("aria-labelledby",d);b.append(CKEDITOR.dom.element.createFromHtml('\x3cspan id\x3d"'+d+'" class\x3d"cke_voice_label"\x3e'+c+"\x3c/span\x3e",CKEDITOR.document))}k=CKEDITOR.dom.element.createFromHtml('\x3ctable tabIndex\x3d"-1" class\x3d"cke_colordialog_table" aria-label\x3d"'+g.options+'" role\x3d"grid" style\x3d"border-collapse:separate;" cellspacing\x3d"0"\x3e\x3ccaption class\x3d"cke_voice_label"\x3e'+ +g.options+'\x3c/caption\x3e\x3ctbody role\x3d"presentation"\x3e\x3c/tbody\x3e\x3c/table\x3e');k.on("mouseover",z);k.on("mouseout",q);var b="00 33 66 99 cc ff".split(" ");a(0,0);a(3,0);a(0,3);a(3,3);var f=new v(k.$.insertRow(-1));f.setAttribute("role","row");c(f.$,"#000000");for(var d=0;16>d;d++){var e=d.toString(16);c(f.$,"#"+e+e+e+e+e+e)}c(f.$,"#ffffff")})();CKEDITOR.document.appendStyleSheet(CKEDITOR.getUrl(CKEDITOR.plugins.get("colordialog").path+"dialogs/colordialog.css"));return{title:g.title, +minWidth:360,minHeight:220,onShow:function(a){if(!a.data.selectionColor||a.data.selectionColor==a.data.automaticTextColor||"#rgba(0, 0, 0, 0)"==a.data.selectionColor&&"back"==a.data.type)l(),B();else{var c=a.data.selectionColor;a=this.parts.contents.getElementsByTag("td").toArray();var b;m.getContentElement("picker","selectedColor").setValue(c);CKEDITOR.tools.array.forEach(a,function(a){b=CKEDITOR.tools.convertRgbToHex(a.getStyle("background-color"));c===b&&(a.focus(),d=a)})}},onLoad:function(){m= +this},onHide:function(){l();B()},contents:[{id:"picker",label:g.title,accessKey:"I",elements:[{type:"hbox",padding:0,widths:["70%","10%","30%"],children:[{type:"html",html:"\x3cdiv\x3e\x3c/div\x3e",onLoad:function(){CKEDITOR.document.getById(this.domId).append(k)},focus:function(){(d||this.getElement().getElementsByTag("td").getItem(0)).focus()}},C,{type:"vbox",padding:0,widths:["70%","5%","25%"],children:[{type:"html",html:"\x3cspan\x3e"+g.highlight+'\x3c/span\x3e\x3cdiv id\x3d"'+t+'" style\x3d"border: 1px solid; height: 74px; width: 74px;"\x3e\x3c/div\x3e\x3cdiv id\x3d"'+ +u+'"\x3e\x26nbsp;\x3c/div\x3e\x3cspan\x3e'+g.selected+'\x3c/span\x3e\x3cdiv id\x3d"'+p+'" style\x3d"border: 1px solid; height: 20px; width: 74px;"\x3e\x3c/div\x3e'},{type:"text",label:g.selected,labelStyle:"display:none",id:"selectedColor",style:"width: 76px;margin-top:4px",onChange:function(){try{h.getById(p).setStyle("background-color",this.getValue())}catch(a){l()}}},C,{type:"button",id:"clear",label:g.clear,onClick:l}]}]}]}]}}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/af.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/af.js new file mode 100644 index 0000000..9a6d574 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","af",{clear:"Herstel",highlight:"Aktief",options:"Kleuropsies",selected:"Geselekteer",title:"Kies kleur"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ar.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ar.js new file mode 100644 index 0000000..3b4a497 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ar",{clear:"مسح",highlight:"تحديد",options:"اختيارات الألوان",selected:"اللون المختار",title:"اختر اللون"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/az.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/az.js new file mode 100644 index 0000000..03776b4 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/az.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","az",{clear:"Təmizlə",highlight:"Ayırmaq",options:"Rəng seçimləri",selected:"Seçilmiş rəng",title:"Rəngi seç"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bg.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bg.js new file mode 100644 index 0000000..9bd950a --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","bg",{clear:"Изчистване",highlight:"Осветяване",options:"Цветови опции",selected:"Изберете цвят",title:"Избор на цвят"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bn.js new file mode 100644 index 0000000..1cd5097 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","bn",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bs.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bs.js new file mode 100644 index 0000000..e8ea577 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","bs",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ca.js new file mode 100644 index 0000000..9e76e9e --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ca",{clear:"Neteja",highlight:"Destacat",options:"Opcions del color",selected:"Color Seleccionat",title:"Seleccioni el color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/cs.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/cs.js new file mode 100644 index 0000000..4de1f1f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","cs",{clear:"Vyčistit",highlight:"Zvýraznit",options:"Nastavení barvy",selected:"Vybráno",title:"Výběr barvy"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/cy.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/cy.js new file mode 100644 index 0000000..6536226 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","cy",{clear:"Clirio",highlight:"Uwcholeuo",options:"Opsiynau Lliw",selected:"Lliw a Ddewiswyd",title:"Dewis lliw"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/da.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/da.js new file mode 100644 index 0000000..df1c5c8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","da",{clear:"Nulstil",highlight:"Markér",options:"Farvemuligheder",selected:"Valgt farve",title:"Vælg farve"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/de-ch.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/de-ch.js new file mode 100644 index 0000000..9d156a7 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","de-ch",{clear:"Entfernen",highlight:"Hervorheben",options:"Farboptionen",selected:"Ausgewählte Farbe",title:"Farbe auswählen"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/de.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/de.js new file mode 100644 index 0000000..6ebe48e --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","de",{clear:"Entfernen",highlight:"Hervorheben",options:"Farboptionen",selected:"Ausgewählte Farbe",title:"Farbe auswählen"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/el.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/el.js new file mode 100644 index 0000000..1447a1c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","el",{clear:"Εκκαθάριση",highlight:"Σήμανση",options:"Επιλογές Χρωμάτων",selected:"Επιλεγμένο Χρώμα",title:"Επιλογή χρώματος"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-au.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-au.js new file mode 100644 index 0000000..fabddc3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","en-au",{clear:"Clear",highlight:"Highlight",options:"Colour Options",selected:"Selected Colour",title:"Select colour"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-ca.js new file mode 100644 index 0000000..535acfc --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","en-ca",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-gb.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-gb.js new file mode 100644 index 0000000..1ec95ff --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","en-gb",{clear:"Clear",highlight:"Highlight",options:"Colour Options",selected:"Selected Colour",title:"Select colour"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en.js new file mode 100644 index 0000000..21a79bc --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","en",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/eo.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/eo.js new file mode 100644 index 0000000..aaa8cf9 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","eo",{clear:"Forigi",highlight:"Detaloj",options:"Opcioj pri koloroj",selected:"Selektita koloro",title:"Selekti koloron"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/es-mx.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/es-mx.js new file mode 100644 index 0000000..ebef961 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","es-mx",{clear:"Borrar",highlight:"Realce",options:"Opciones de color",selected:"Color seleccionado",title:"Selecciona un color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/es.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/es.js new file mode 100644 index 0000000..ae4688f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","es",{clear:"Borrar",highlight:"Muestra",options:"Opciones de colores",selected:"Elegido",title:"Elegir color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/et.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/et.js new file mode 100644 index 0000000..4a51ac6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","et",{clear:"Eemalda",highlight:"Näidis",options:"Värvi valikud",selected:"Valitud värv",title:"Värvi valimine"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/eu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/eu.js new file mode 100644 index 0000000..4155381 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","eu",{clear:"Garbitu",highlight:"Nabarmendu",options:"Kolore aukerak",selected:"Hautatutako kolorea",title:"Hautatu kolorea"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fa.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fa.js new file mode 100644 index 0000000..8b0de9d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","fa",{clear:"پاک کردن",highlight:"متمایز",options:"گزینه​های رنگ",selected:"رنگ انتخاب شده",title:"انتخاب رنگ"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fi.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fi.js new file mode 100644 index 0000000..8a9a1fe --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","fi",{clear:"Poista",highlight:"Korostus",options:"Värin ominaisuudet",selected:"Valittu",title:"Valitse väri"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fo.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fo.js new file mode 100644 index 0000000..575a9d4 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","fo",{clear:"Strika",highlight:"Framheva",options:"Litmøguleikar",selected:"Valdur litur",title:"Vel lit"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fr-ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fr-ca.js new file mode 100644 index 0000000..d321a83 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","fr-ca",{clear:"Effacer",highlight:"Surligner",options:"Options de couleur",selected:"Couleur sélectionnée",title:"Choisir une couleur"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fr.js new file mode 100644 index 0000000..d769915 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","fr",{clear:"Effacer",highlight:"Pointée",options:"Options de couleur",selected:"Couleur choisie",title:"Sélectionner une couleur"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/gl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/gl.js new file mode 100644 index 0000000..13fcd5f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","gl",{clear:"Limpar",highlight:"Resaltar",options:"Opcións de cor",selected:"Cor seleccionado",title:"Seleccione unha cor"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/gu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/gu.js new file mode 100644 index 0000000..658cb5a --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","gu",{clear:"સાફ કરવું",highlight:"હાઈઈટ",options:"રંગના વિકલ્પ",selected:"પસંદ કરેલો રંગ",title:"રંગ પસંદ કરો"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/he.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/he.js new file mode 100644 index 0000000..c570071 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","he",{clear:"ניקוי",highlight:"סימון",options:"אפשרויות צבע",selected:"בחירה",title:"בחירת צבע"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hi.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hi.js new file mode 100644 index 0000000..d14f1a8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","hi",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hr.js new file mode 100644 index 0000000..5a99c46 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","hr",{clear:"Očisti",highlight:"Istaknuto",options:"Opcije boje",selected:"Odabrana boja",title:"Odaberi boju"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hu.js new file mode 100644 index 0000000..f905e8f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","hu",{clear:"Ürítés",highlight:"Nagyítás",options:"Szín opciók",selected:"Kiválasztott",title:"Válasszon színt"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/id.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/id.js new file mode 100644 index 0000000..21ca1ad --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","id",{clear:"Hapus",highlight:"Sorot",options:"Pilihan Warna",selected:"Warna Dipilih",title:"Pilih Warna"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/is.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/is.js new file mode 100644 index 0000000..3504439 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","is",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/it.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/it.js new file mode 100644 index 0000000..cb5ca86 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","it",{clear:"cancella",highlight:"Evidenzia",options:"Opzioni colore",selected:"Seleziona il colore",title:"Selezionare il colore"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ja.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ja.js new file mode 100644 index 0000000..01f2851 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ja",{clear:"クリア",highlight:"ハイライト",options:"カラーオプション",selected:"選択された色",title:"色選択"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ka.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ka.js new file mode 100644 index 0000000..d11c484 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ka",{clear:"გასუფთავება",highlight:"ჩვენება",options:"ფერის პარამეტრები",selected:"არჩეული ფერი",title:"ფერის შეცვლა"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/km.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/km.js new file mode 100644 index 0000000..9be3d0f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","km",{clear:"សម្អាត",highlight:"បន្លិច​ពណ៌",options:"ជម្រើស​ពណ៌",selected:"ពណ៌​ដែល​បាន​រើស",title:"រើស​ពណ៌"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ko.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ko.js new file mode 100644 index 0000000..bf8921f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ko",{clear:"비우기",highlight:"강조",options:"색상 옵션",selected:"선택된 색상",title:"색상 선택"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ku.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ku.js new file mode 100644 index 0000000..5b59075 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ku",{clear:"پاکیکەوە",highlight:"نیشانکردن",options:"هەڵبژاردەی ڕەنگەکان",selected:"ڕەنگی هەڵبژێردراو",title:"هەڵبژاردنی ڕەنگ"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/lt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/lt.js new file mode 100644 index 0000000..4e3f250 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","lt",{clear:"Išvalyti",highlight:"Paryškinti",options:"Spalvos nustatymai",selected:"Pasirinkta spalva",title:"Pasirinkite spalvą"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/lv.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/lv.js new file mode 100644 index 0000000..0e4c7b8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","lv",{clear:"Notīrīt",highlight:"Paraugs",options:"Krāsas uzstādījumi",selected:"Izvēlētā krāsa",title:"Izvēlies krāsu"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/mk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/mk.js new file mode 100644 index 0000000..870e232 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","mk",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/mn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/mn.js new file mode 100644 index 0000000..0547d82 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","mn",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ms.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ms.js new file mode 100644 index 0000000..65c6e81 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ms",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/nb.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/nb.js new file mode 100644 index 0000000..85795e8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","nb",{clear:"Nullstill",highlight:"Fremhevet",options:"Alternativer for farge",selected:"Valgt farge",title:"Velg farge"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/nl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/nl.js new file mode 100644 index 0000000..c2ed122 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","nl",{clear:"Wissen",highlight:"Actief",options:"Kleuropties",selected:"Geselecteerde kleur",title:"Selecteer kleur"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/no.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/no.js new file mode 100644 index 0000000..7a85302 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","no",{clear:"Tøm",highlight:"Merk",options:"Alternativer for farge",selected:"Valgt",title:"Velg farge"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/oc.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/oc.js new file mode 100644 index 0000000..f4b57e4 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/oc.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","oc",{clear:"Escafar",highlight:"Puntada",options:"Opcions de color",selected:"Color seleccionada",title:"Seleccionar una color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pl.js new file mode 100644 index 0000000..3be00f6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","pl",{clear:"Wyczyść",highlight:"Zaznacz",options:"Opcje koloru",selected:"Wybrany",title:"Wybierz kolor"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pt-br.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pt-br.js new file mode 100644 index 0000000..90c14fd --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","pt-br",{clear:"Limpar",highlight:"Grifar",options:"Opções de Cor",selected:"Cor Selecionada",title:"Selecione uma Cor"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pt.js new file mode 100644 index 0000000..ac36645 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","pt",{clear:"Limpar",highlight:"Realçar",options:"Opções de cor",selected:"Cor selecionada",title:"Selecionar cor"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ro.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ro.js new file mode 100644 index 0000000..d7c0d3e --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ro",{clear:"Clar",highlight:"Evidențiat",options:"Opțiuni culoare",selected:"Culoare selectată",title:"Selectează culoarea"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ru.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ru.js new file mode 100644 index 0000000..7fe16d2 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ru",{clear:"Очистить",highlight:"Под курсором",options:"Настройки цвета",selected:"Выбранный цвет",title:"Выберите цвет"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/si.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/si.js new file mode 100644 index 0000000..54bb692 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","si",{clear:"පැහැදිලි",highlight:"මතුකර පෙන්වන්න",options:"වර්ණ විකල්ප",selected:"තෙරු වර්ණ",title:"වර්ණ තෝරන්න"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sk.js new file mode 100644 index 0000000..77777c7 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sk",{clear:"Vyčistiť",highlight:"Zvýrazniť",options:"Možnosti farby",selected:"Vybraná farba",title:"Vybrať farbu"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sl.js new file mode 100644 index 0000000..29ac7cc --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sl",{clear:"Počisti",highlight:"Poudarjeno",options:"Možnosti barve",selected:"Izbrana barva",title:"Izberi barvo"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sq.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sq.js new file mode 100644 index 0000000..1c93b3b --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sq",{clear:"Pastro",highlight:"Thekso",options:"Përzgjedhjet e Ngjyrave",selected:"Ngjyra e Përzgjedhur",title:"Përzgjidh ngjyrë"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sr-latn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sr-latn.js new file mode 100644 index 0000000..de708cb --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sr-latn",{clear:"Brisanje",highlight:"Isticanje",options:"Vrste boja",selected:"Odabrano",title:"Odaberite boju"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sr.js new file mode 100644 index 0000000..7185b34 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sr",{clear:"Брисање",highlight:"Истицање",options:"Врсте боја",selected:"Одабрано",title:"Одаберите боју"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sv.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sv.js new file mode 100644 index 0000000..d527156 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","sv",{clear:"Rensa",highlight:"Markera",options:"Färgalternativ",selected:"Vald färg",title:"Välj färg"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/th.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/th.js new file mode 100644 index 0000000..8f352d9 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","th",{clear:"Clear",highlight:"Highlight",options:"Color Options",selected:"Selected Color",title:"Select color"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/tr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/tr.js new file mode 100644 index 0000000..c416c06 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","tr",{clear:"Temizle",highlight:"İşaretle",options:"Renk Seçenekleri",selected:"Seçilmiş",title:"Renk seç"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/tt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/tt.js new file mode 100644 index 0000000..df9d32a --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","tt",{clear:"Бушату",highlight:"Билгеләү",options:"Төс көйләүләре",selected:"Сайланган төсләр",title:"Төс сайлау"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ug.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ug.js new file mode 100644 index 0000000..f89a948 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","ug",{clear:"تازىلا",highlight:"يورۇت",options:"رەڭ تاللانمىسى",selected:"رەڭ تاللاڭ",title:"رەڭ تاللاڭ"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/uk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/uk.js new file mode 100644 index 0000000..c59d1de --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","uk",{clear:"Очистити",highlight:"Колір, на який вказує курсор",options:"Опції кольорів",selected:"Обраний колір",title:"Обрати колір"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/vi.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/vi.js new file mode 100644 index 0000000..dae8623 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","vi",{clear:"Xóa bỏ",highlight:"Màu chọn",options:"Tùy chọn màu",selected:"Màu đã chọn",title:"Chọn màu"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/zh-cn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/zh-cn.js new file mode 100644 index 0000000..25e3b00 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","zh-cn",{clear:"清除",highlight:"高亮",options:"颜色选项",selected:"选择颜色",title:"选择颜色"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/zh.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/zh.js new file mode 100644 index 0000000..57868b9 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("colordialog","zh",{clear:"清除",highlight:"高亮",options:"色彩選項",selected:"選取的色彩",title:"選取色彩"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/plugin.js b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/plugin.js new file mode 100644 index 0000000..d5633b9 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/colordialog/plugin.js @@ -0,0 +1,7 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.colordialog={requires:"dialog",lang:"af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,es-mx,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",init:function(b){var d=new CKEDITOR.dialogCommand("colordialog");d.editorFocus=!1;b.addCommand("colordialog",d);CKEDITOR.dialog.add("colordialog",this.path+"dialogs/colordialog.js");b.getColorFromDialog=function(d, +k,g){var c,e,h,f;c=function(a){h(this);a="ok"==a.name?this.getValueOf("picker","selectedColor"):null;/^[0-9a-f]{3}([0-9a-f]{3})?$/i.test(a)&&(a="#"+a);d.call(k,a)};e=function(a){g&&(a.data=g)};h=function(a){a.removeListener("ok",c);a.removeListener("cancel",c);a.removeListener("show",e)};f=function(a){a.on("ok",c);a.on("cancel",c);a.on("show",e,null,null,5)};b.execCommand("colordialog");if(b._.storedDialogs&&b._.storedDialogs.colordialog)f(b._.storedDialogs.colordialog);else CKEDITOR.on("dialogDefinition", +function(a){if("colordialog"==a.data.name){var b=a.data.definition;a.removeListener();b.onLoad=CKEDITOR.tools.override(b.onLoad,function(a){return function(){f(this);b.onLoad=a;"function"==typeof a&&a.call(this)}})}})}}};CKEDITOR.plugins.add("colordialog",CKEDITOR.plugins.colordialog); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg b/src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg new file mode 100644 index 0000000..9298aef --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg @@ -0,0 +1,25 @@ + + + + cursor_disabled + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor.svg b/src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor.svg new file mode 100644 index 0000000..9595147 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor.svg @@ -0,0 +1,14 @@ + + + cursor + + + + + + + + + + + diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/icons/copyformatting.png b/src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/icons/copyformatting.png new file mode 100644 index 0000000000000000000000000000000000000000..11284089f62e01b98ea4f2b456d1bc772b375584 GIT binary patch literal 707 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBD8ZKG?e4&pIsn~7JJJ#VH`2m=G-aZeY=5R22L!M5EZjsmrzcdeZdKRTo|`@~;HR_5m4 ztZAE+q`G!;HO-u;@sH8j^x9sJ#HR<2)GwIvi@A;aJ4^H5S@+hZ7hFF4X2WOh%JkOhblRvb!$l+qLarLXc?HyY-O;y=;Tld&w!{na(u1|K(+^b%B=VH&4OYML3 zl>)AIN9ax0=xVxIYh2C!pnK-uFZbflrcFz&+?>DeyPT9$!uCd~JKyhxm&VTTcT>J@ zP;s&T-opY8)`I7g)NP8+74D6T4h>zj>in)}6OZJWH8cHKw(2|IS0>LR5|%T47#{dv zZ@zY9+5P=i&)brImrXwt=CQfx!{3yICk2a`RI%(<*Um*czUC Q4XA;^)78&qol`;+0Gi4s)c^nh literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/icons/hidpi/copyformatting.png b/src/ninenote-1.0/public/build/ckeditor/plugins/copyformatting/icons/hidpi/copyformatting.png new file mode 100644 index 0000000000000000000000000000000000000000..c46e5140ae46320062a6aa96f2daa7075a8bdfb6 GIT binary patch literal 1245 zcmZ{jX;9L67{`C89IIGqlp3oe|4_&d|46eI>x#Ot#u&D!sFeq-DHX1)Njce+SBF}w zmg{(nV}Ytv$bX3}=2W82}nau1ipw>C93qy|Ey1DaRu?hD#YG%>oDL7amlQ4=P4Om42r)yy8?q#G*K*c}RBn)~-LK0g3yXeJ zdOMw&+1wmaxuwniS19^YFgtqPGtpIzLggPY?*kQV_usK&M;OCgxzR9ECCd@t6Ye`{ zqWArRhdMes@_fzrRrxQMsMKD6s4S3hbJ$pSs%Nb7O+sUV?Jlh%U~@APdQ$sX(!V0^ zef?BJcexz5sU!RO&X$IThOPIz5U6fmj2;AY2L8>=+KC8QE1K>W|e+Vhmqhe%?c9OeUPwl1u6r zSJUk??`5uBSDn~%GzBY_N_h(Amk;BUU;iyACX?W{w}D|8f#1<_4E0k3@v%!)mxVckAl24vsD3f2OR_ z$XntvJcr_>n!j{N*Fg7_RnL`IQKVZzN=ZAaG%%5jPp_@H$^68s4T`2ixEt_z{Dcdc_2D8#nn|b5XPT@_T_4nH^(#~it7%&tW_&1CemsJ$ zUn`qFM|%hrs8p)Uj;^o;deR@xB=#C<2Cvz%!!H^0r*O<{XPI?; zCtG-@_;C7cLVmyR61{vd;-9o2mcAy@9(Q=oRGgU@Yx{p6F*9C#h%Zj1r5sDO0R+I5 zueMVt+u?v13YA8s(qMQiOtI+@qTTqP!jGauN77FIe?gjn <\/span>/g,""),a.replace(/<.*?>/g,"")):a.getText()}function d(a, +c){var f=a,g=/\s/g,h="p br ol ul li td th div caption body".split(" "),m=!1,k=!1,p,n;do{for(p=b(f,c);!p&&f.getParent();){f=f.getParent();if(-1!==l(h,f.getName())){k=m=!0;break}p=b(f,c)}if(p&&p.getName&&-1!==l(h,p.getName())){m=!0;break}f=p}while(f&&f.getStyle&&("none"==f.getStyle("display")||!f.getText()));for(f||(f=a);f.type!==CKEDITOR.NODE_TEXT;)f=!m||c||k?f.getChild(0):f.getChild(f.getChildCount()-1);for(h=e(f);null!=(k=g.exec(h))&&(n=k.index,c););if("number"!==typeof n&&!m)return d(f,c);if(m)c? +n=0:(g=/([\.\b]*$)/,n=(k=g.exec(h))?k.index:h.length);else if(c&&(n+=1,n>h.length))return d(f);return{node:f,offset:n}}var c=/\b\w+\b/ig,f,g,h,m,k;h=m=k=a.startContainer;for(f=e(h);null!=(g=c.exec(f));)if(g.index+g[0].length>=a.startOffset)return a=g.index,c=g.index+g[0].length,0===g.index&&(g=d(h,!0),m=g.node,a=g.offset),c>=f.length&&(f=d(h),k=f.node,c=f.offset),{startNode:m,startOffset:a,endNode:k,endOffset:c};return null},_filterStyles:function(a){var b=CKEDITOR.tools.isEmpty,e=[],d,c;for(c=0;c< +a.length;c++)d=a[c]._.definition,-1!==CKEDITOR.tools.indexOf(CKEDITOR.plugins.copyformatting.inlineBoundary,d.element)&&(d.element=a[c].element="span"),"span"===d.element&&b(d.attributes)&&b(d.styles)||e.push(a[c]);return e},_determineContext:function(a){function b(b){var d=new CKEDITOR.dom.walker(a),c;if(a.startContainer.getAscendant(b,!0)||a.endContainer.getAscendant(b,!0))return!0;for(;c=d.next();)if(c.getAscendant(b,!0))return!0}return b({ul:1,ol:1})?"list":b("table")?"table":"text"},_applyStylesToTextContext:function(a, +b,e){var d=CKEDITOR.plugins.copyformatting,c=d.excludedAttributesFromInlineTransform,f,g;CKEDITOR.env.webkit&&!CKEDITOR.env.chrome&&a.getSelection().selectRanges([b]);for(f=0;f` which changes the cursor using inlined styles. */ +.cke_copyformatting_active, +.cke_copyformatting_active.cke_editable, +.cke_copyformatting_active .cke_editable, +.cke_copyformatting_active a, +.cke_copyformatting_active table, +.cke_copyformatting_active div[data-cke-temp], +.cke_copyformatting_tableresize_cursor div[data-cke-temp] { + cursor: url(../cursors/cursor.svg) 12 1, auto !important; +} + +.cke_screen_reader_only { + position: absolute; + clip: rect(1px, 1px, 1px, 1px); + padding: 0; + border: 0; + height: 1px; + width: 1px; + overflow: hidden; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/_translationstatus.txt b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/_translationstatus.txt new file mode 100644 index 0000000..650908c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/_translationstatus.txt @@ -0,0 +1,27 @@ +Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + +bg.js Found: 5 Missing: 0 +cs.js Found: 5 Missing: 0 +cy.js Found: 5 Missing: 0 +da.js Found: 5 Missing: 0 +de.js Found: 5 Missing: 0 +el.js Found: 5 Missing: 0 +eo.js Found: 5 Missing: 0 +et.js Found: 5 Missing: 0 +fa.js Found: 5 Missing: 0 +fi.js Found: 5 Missing: 0 +fr.js Found: 5 Missing: 0 +gu.js Found: 5 Missing: 0 +he.js Found: 5 Missing: 0 +hr.js Found: 5 Missing: 0 +it.js Found: 5 Missing: 0 +nb.js Found: 5 Missing: 0 +nl.js Found: 5 Missing: 0 +no.js Found: 5 Missing: 0 +pl.js Found: 5 Missing: 0 +tr.js Found: 5 Missing: 0 +ug.js Found: 5 Missing: 0 +uk.js Found: 5 Missing: 0 +vi.js Found: 5 Missing: 0 +zh-cn.js Found: 5 Missing: 0 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ar.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ar.js new file mode 100644 index 0000000..c1b23b3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ar.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","ar",{title:"معلومات العنصر",dialogName:"إسم نافذة الحوار",tabName:"إسم التبويب",elementId:"إسم العنصر",elementType:"نوع العنصر"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/az.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/az.js new file mode 100644 index 0000000..5346ad1 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/az.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","az",{title:"Element haqqında məlumat",dialogName:"Açılan pəncərənin adı",tabName:"Vərəqin adı",elementId:"Elementin İD",elementType:"Elementin növü"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/bg.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/bg.js new file mode 100644 index 0000000..d868296 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/bg.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","bg",{title:"Информация за елемента",dialogName:"Име на диалоговия прозорец",tabName:"Име на таб",elementId:"ID на елемента",elementType:"Тип на елемента"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ca.js new file mode 100644 index 0000000..46cf379 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","ca",{title:"Informació de l'element",dialogName:"Nom de la finestra de quadre de diàleg",tabName:"Nom de la pestanya",elementId:"ID de l'element",elementType:"Tipus d'element"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/cs.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/cs.js new file mode 100644 index 0000000..d60667b --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/cs.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","cs",{title:"Informace o prvku",dialogName:"Název dialogového okna",tabName:"Název karty",elementId:"ID prvku",elementType:"Typ prvku"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/cy.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/cy.js new file mode 100644 index 0000000..2adaa08 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/cy.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","cy",{title:"Gwybodaeth am yr Elfen",dialogName:"Enw ffenestr y deialog",tabName:"Enw'r tab",elementId:"ID yr Elfen",elementType:"Math yr elfen"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/da.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/da.js new file mode 100644 index 0000000..2ca0bf0 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/da.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","da",{title:"Information på elementet",dialogName:"Dialogboks",tabName:"Tab beskrivelse",elementId:"ID på element",elementType:"Type af element"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/de-ch.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/de-ch.js new file mode 100644 index 0000000..076d3d8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/de-ch.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","de-ch",{title:"Elementinformation",dialogName:"Dialogfenstername",tabName:"Reitername",elementId:"Elementkennung",elementType:"Elementtyp"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/de.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/de.js new file mode 100644 index 0000000..e1c542b --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/de.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","de",{title:"Elementinformation",dialogName:"Dialogfenstername",tabName:"Reitername",elementId:"Elementkennung",elementType:"Elementtyp"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/el.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/el.js new file mode 100644 index 0000000..a1fa084 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/el.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","el",{title:"Πληροφορίες Στοιχείου",dialogName:"Όνομα παραθύρου διαλόγου",tabName:"Όνομα καρτέλας",elementId:"Αναγνωριστικό Στοιχείου",elementType:"Τύπος στοιχείου"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en-au.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en-au.js new file mode 100644 index 0000000..97d3b2e --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en-au.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","en-au",{title:"Element Information",dialogName:"Dialog window name",tabName:"Tab name",elementId:"Element ID",elementType:"Element type"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en-gb.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en-gb.js new file mode 100644 index 0000000..356c51a --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en-gb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","en-gb",{title:"Element Information",dialogName:"Dialogue window name",tabName:"Tab name",elementId:"Element ID",elementType:"Element type"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en.js new file mode 100644 index 0000000..d18b118 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/en.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","en",{title:"Element Information",dialogName:"Dialog window name",tabName:"Tab name",elementId:"Element ID",elementType:"Element type"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/eo.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/eo.js new file mode 100644 index 0000000..4e30c9b --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/eo.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","eo",{title:"Informo pri la elemento",dialogName:"Nomo de la dialogfenestro",tabName:"Langetnomo",elementId:"ID de la elemento",elementType:"Tipo de la elemento"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/es-mx.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/es-mx.js new file mode 100644 index 0000000..e73aaad --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/es-mx.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","es-mx",{title:"Información del elemento",dialogName:"Nombre de la ventana de diálogo",tabName:"Nombre de la pestaña",elementId:"ID del elemento",elementType:"Tipo de elemento"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/es.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/es.js new file mode 100644 index 0000000..c9120b3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/es.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","es",{title:"Información del Elemento",dialogName:"Nombre de la ventana de diálogo",tabName:"Nombre de la pestaña",elementId:"ID del Elemento",elementType:"Tipo del elemento"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/et.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/et.js new file mode 100644 index 0000000..334429c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/et.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","et",{title:"Elemendi andmed",dialogName:"Dialoogiakna nimi",tabName:"Saki nimi",elementId:"Elemendi ID",elementType:"Elemendi liik"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/eu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/eu.js new file mode 100644 index 0000000..1948845 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/eu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","eu",{title:"Elementuaren informazioa",dialogName:"Elkarrizketa-koadroaren izena",tabName:"Fitxaren izena",elementId:"Elementuaren IDa",elementType:"Elementu mota"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fa.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fa.js new file mode 100644 index 0000000..ed9f204 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fa.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","fa",{title:"اطلاعات عنصر",dialogName:"نام پنجره محاوره‌ای",tabName:"نام برگه",elementId:"ID عنصر",elementType:"نوع عنصر"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fi.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fi.js new file mode 100644 index 0000000..63ad8ce --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","fi",{title:"Elementin tiedot",dialogName:"Dialogi-ikkunan nimi",tabName:"Välilehden nimi",elementId:"Elementin ID",elementType:"Elementin tyyppi"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fr-ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fr-ca.js new file mode 100644 index 0000000..0f47fd3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fr-ca.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","fr-ca",{title:"Information de l'élément",dialogName:"Nom de la fenêtre",tabName:"Nom de l'onglet",elementId:"ID de l'élément",elementType:"Type de l'élément"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fr.js new file mode 100644 index 0000000..c934e6c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/fr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","fr",{title:"Informations sur l'élément",dialogName:"Nom de la boîte de dialogue",tabName:"Nom de l'onglet",elementId:"ID de l'élément",elementType:"Type de l'élément"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/gl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/gl.js new file mode 100644 index 0000000..b099de3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/gl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","gl",{title:"Información do elemento",dialogName:"Nome da xanela de diálogo",tabName:"Nome da lapela",elementId:"ID do elemento",elementType:"Tipo do elemento"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/gu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/gu.js new file mode 100644 index 0000000..41e244b --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/gu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","gu",{title:"પ્રાથમિક માહિતી",dialogName:"વિન્ડોનું નામ",tabName:"ટેબનું નામ",elementId:"પ્રાથમિક આઈડી",elementType:"પ્રાથમિક પ્રકાર"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/he.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/he.js new file mode 100644 index 0000000..b271272 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/he.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","he",{title:"מידע על האלמנט",dialogName:"שם הדיאלוג",tabName:"שם הטאב",elementId:"ID של האלמנט",elementType:"סוג האלמנט"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/hr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/hr.js new file mode 100644 index 0000000..88a36b3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/hr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","hr",{title:"Informacije elementa",dialogName:"Naziv prozora za dijalog",tabName:"Naziv kartice",elementId:"ID elementa",elementType:"Vrsta elementa"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/hu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/hu.js new file mode 100644 index 0000000..c16d72d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/hu.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","hu",{title:"Elem információ",dialogName:"Párbeszédablak neve",tabName:"Fül neve",elementId:"Elem ID",elementType:"Elem típusa"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/id.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/id.js new file mode 100644 index 0000000..5543790 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/id.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","id",{title:"Informasi Elemen",dialogName:"Nama jendela dialog",tabName:"Nama tab",elementId:"ID Elemen",elementType:"Tipe elemen"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/it.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/it.js new file mode 100644 index 0000000..e44d651 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/it.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","it",{title:"Informazioni elemento",dialogName:"Nome finestra di dialogo",tabName:"Nome Tab",elementId:"ID Elemento",elementType:"Tipo elemento"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ja.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ja.js new file mode 100644 index 0000000..8d668dc --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ja.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","ja",{title:"エレメント情報",dialogName:"ダイアログウィンドウ名",tabName:"タブ名",elementId:"エレメントID",elementType:"要素タイプ"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/km.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/km.js new file mode 100644 index 0000000..4e474c6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/km.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","km",{title:"ព័ត៌មាន​នៃ​ធាតុ",dialogName:"ឈ្មោះ​ប្រអប់​វីនដូ",tabName:"ឈ្មោះ​ផ្ទាំង",elementId:"អត្តលេខ​ធាតុ",elementType:"ប្រភេទ​ធាតុ"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ko.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ko.js new file mode 100644 index 0000000..e331f38 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ko.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","ko",{title:"구성 요소 정보",dialogName:"다이얼로그 윈도우 이름",tabName:"탭 이름",elementId:"요소 ID",elementType:"요소 형식"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ku.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ku.js new file mode 100644 index 0000000..83a1f9c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ku.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","ku",{title:"زانیاری توخم",dialogName:"ناوی پەنجەرەی دیالۆگ",tabName:"ناوی بازدەر تاب",elementId:"ناسنامەی توخم",elementType:"جۆری توخم"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/lt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/lt.js new file mode 100644 index 0000000..14e04b8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/lt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","lt",{title:"Elemento informacija",dialogName:"Dialogo lango pavadinimas",tabName:"Auselės pavadinimas",elementId:"Elemento ID",elementType:"Elemento tipas"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/lv.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/lv.js new file mode 100644 index 0000000..04c0382 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/lv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","lv",{title:"Elementa informācija",dialogName:"Dialoga loga nosaukums",tabName:"Cilnes nosaukums",elementId:"Elementa ID",elementType:"Elementa tips"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/nb.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/nb.js new file mode 100644 index 0000000..a22a393 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/nb.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","nb",{title:"Elementinformasjon",dialogName:"Navn på dialogvindu",tabName:"Navn på fane",elementId:"Element-ID",elementType:"Elementtype"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/nl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/nl.js new file mode 100644 index 0000000..3087e96 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/nl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","nl",{title:"Elementinformatie",dialogName:"Naam dialoogvenster",tabName:"Tabnaam",elementId:"Element ID",elementType:"Elementtype"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/no.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/no.js new file mode 100644 index 0000000..421766a --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/no.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","no",{title:"Elementinformasjon",dialogName:"Navn på dialogvindu",tabName:"Navn på fane",elementId:"Element-ID",elementType:"Elementtype"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/oc.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/oc.js new file mode 100644 index 0000000..7d67c1d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/oc.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","oc",{title:"Informacions sus l'element",dialogName:"Nom de la bóstia de dialòg",tabName:"Nom de l'onglet",elementId:"ID de l'element",elementType:"Element tipe"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pl.js new file mode 100644 index 0000000..6b069f4 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","pl",{title:"Informacja o elemencie",dialogName:"Nazwa okna dialogowego",tabName:"Nazwa zakładki",elementId:"ID elementu",elementType:"Typ elementu"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pt-br.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pt-br.js new file mode 100644 index 0000000..cfa21f9 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pt-br.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","pt-br",{title:"Informação do Elemento",dialogName:"Nome da janela de diálogo",tabName:"Nome da aba",elementId:"ID do Elemento",elementType:"Tipo do elemento"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pt.js new file mode 100644 index 0000000..b58e92c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/pt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","pt",{title:"Informação do elemento",dialogName:"Nome da janela de diálogo",tabName:"Nome do separador",elementId:"ID do elemento",elementType:"Tipo de elemento"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ro.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ro.js new file mode 100644 index 0000000..525e51c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ro.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","ro",{title:"Informația elementului",dialogName:"Numele ferestrei de dialog",tabName:"Denumire de tab",elementId:"ID Element",elementType:"Tipul elementului"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ru.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ru.js new file mode 100644 index 0000000..e51ad78 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ru.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","ru",{title:"Информация об элементе",dialogName:"Имя окна диалога",tabName:"Имя вкладки",elementId:"ID элемента",elementType:"Тип элемента"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/si.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/si.js new file mode 100644 index 0000000..03d1768 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/si.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","si",{title:"මුලද්‍රව්‍ය ",dialogName:"දෙබස් කවුළුවේ නම",tabName:"තීරුවේ නම",elementId:"මුලද්‍රව්‍ය කේතය",elementType:"මුලද්‍රව්‍ය වර්ගය"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sk.js new file mode 100644 index 0000000..4ffbf06 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","sk",{title:"Informácie o prvku",dialogName:"Názov okna dialógu",tabName:"Názov záložky",elementId:"ID prvku",elementType:"Typ prvku"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sl.js new file mode 100644 index 0000000..c91db98 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sl.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","sl",{title:"Podatki elementa",dialogName:"Ime pogovornega okna",tabName:"Ime zavihka",elementId:"ID elementa",elementType:"Vrsta elementa"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sq.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sq.js new file mode 100644 index 0000000..89316be --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sq.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","sq",{title:"Të dhënat e elementit",dialogName:"Emri i dritares së dialogut",tabName:"Emri i fletës",elementId:"ID e elementit",elementType:"Lloji i elementit"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sr-latn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sr-latn.js new file mode 100644 index 0000000..b850d0a --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sr-latn.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","sr-latn",{title:"Informacija o elementu",dialogName:"Naziv prozora sa dijalogom",tabName:"Naziv kartice",elementId:"ID elementa",elementType:"Tip elementa"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sr.js new file mode 100644 index 0000000..37d11f1 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","sr",{title:"Информација о елементу",dialogName:"Назив прозора са дијалогом",tabName:"Назив картице",elementId:"ИД елемента",elementType:"Тип елемента"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sv.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sv.js new file mode 100644 index 0000000..601e002 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/sv.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","sv",{title:"Elementinformation",dialogName:"Dialogrutans namn",tabName:"Fliknamn",elementId:"Element-ID",elementType:"Element-typ"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/tr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/tr.js new file mode 100644 index 0000000..4a7fa2d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/tr.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","tr",{title:"Eleman Bilgisi",dialogName:"İletişim pencere ismi",tabName:"Sekme adı",elementId:"Eleman ID",elementType:"Eleman türü"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/tt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/tt.js new file mode 100644 index 0000000..2f13555 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/tt.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","tt",{title:"Элемент тасвирламасы",dialogName:"Диалог тәрәзәсе исеме",tabName:"Өстәмә бит исеме",elementId:"Элемент идентификаторы",elementType:"Элемент төре"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ug.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ug.js new file mode 100644 index 0000000..4d00b0c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/ug.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","ug",{title:"ئېلېمېنت ئۇچۇرى",dialogName:"سۆزلەشكۈ كۆزنەك ئاتى",tabName:"Tab ئاتى",elementId:"ئېلېمېنت كىملىكى",elementType:"ئېلېمېنت تىپى"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/uk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/uk.js new file mode 100644 index 0000000..e6b532f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/uk.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","uk",{title:"Відомості про Елемент",dialogName:"Заголовок діалогового вікна",tabName:"Назва вкладки",elementId:"Ідентифікатор Елемента",elementType:"Тип Елемента"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/vi.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/vi.js new file mode 100644 index 0000000..5ccdcf6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/vi.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","vi",{title:"Thông tin thành ph",dialogName:"Tên hộp tho",tabName:"Tên th",elementId:"Mã thành ph",elementType:"Loại thành ph"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/zh-cn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/zh-cn.js new file mode 100644 index 0000000..f419eac --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/zh-cn.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","zh-cn",{title:"元素信息",dialogName:"对话框窗口名称",tabName:"选项卡名称",elementId:"元素 ID",elementType:"元素类型"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/zh.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/zh.js new file mode 100644 index 0000000..849ae40 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/lang/zh.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("devtools","zh",{title:"元件資訊",dialogName:"對話視窗名稱",tabName:"標籤名稱",elementId:"元件 ID",elementType:"元件類型"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/plugin.js b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/plugin.js new file mode 100644 index 0000000..d8f8405 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/devtools/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.add("devtools",{lang:"ar,az,bg,ca,cs,cy,da,de,de-ch,el,en,en-au,en-gb,eo,es,es-mx,et,eu,fa,fi,fr,fr-ca,gl,gu,he,hr,hu,id,it,ja,km,ko,ku,lt,lv,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,tr,tt,ug,uk,vi,zh,zh-cn",init:function(k){k._.showDialogDefinitionTooltips=1},onLoad:function(){CKEDITOR.document.appendStyleText(CKEDITOR.config.devtools_styles||"#cke_tooltip { padding: 5px; border: 2px solid #333; background: #ffffff }#cke_tooltip h2 { font-size: 1.1em; border-bottom: 1px solid; margin: 0; padding: 1px; }#cke_tooltip ul { padding: 0pt; list-style-type: none; }")}}); +(function(){function k(a,c,b,f){a=a.lang.devtools;var l='\x3ca href\x3d"https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dialog_definition_'+(b?"text"==b.type?"textInput":b.type:"content")+'.html" target\x3d"_blank" rel\x3d"noopener noreferrer"\x3e'+(b?b.type:"content")+"\x3c/a\x3e";c="\x3ch2\x3e"+a.title+"\x3c/h2\x3e\x3cul\x3e\x3cli\x3e\x3cstrong\x3e"+a.dialogName+"\x3c/strong\x3e : "+c.getName()+"\x3c/li\x3e\x3cli\x3e\x3cstrong\x3e"+a.tabName+"\x3c/strong\x3e : "+f+"\x3c/li\x3e";b&&(c+="\x3cli\x3e\x3cstrong\x3e"+ +a.elementId+"\x3c/strong\x3e : "+b.id+"\x3c/li\x3e");c+="\x3cli\x3e\x3cstrong\x3e"+a.elementType+"\x3c/strong\x3e : "+l+"\x3c/li\x3e";return c+"\x3c/ul\x3e"}function m(d,c,b,f,l,g){var e=c.getDocumentPosition(),h={"z-index":CKEDITOR.dialog._.currentZIndex+10,top:e.y+c.getSize("height")+"px"};a.setHtml(d(b,f,l,g));a.show();"rtl"==b.lang.dir?(d=CKEDITOR.document.getWindow().getViewPaneSize(),h.right=d.width-e.x-c.getSize("width")+"px"):h.left=e.x+"px";a.setStyles(h)}var a;CKEDITOR.on("reset",function(){a&& +a.remove();a=null});CKEDITOR.on("dialogDefinition",function(d){var c=d.editor;if(c._.showDialogDefinitionTooltips){a||(a=CKEDITOR.dom.element.createFromHtml('\x3cdiv id\x3d"cke_tooltip" tabindex\x3d"-1" style\x3d"position: absolute"\x3e\x3c/div\x3e',CKEDITOR.document),a.hide(),a.on("mouseover",function(){this.show()}),a.on("mouseout",function(){this.hide()}),a.appendTo(CKEDITOR.document.getBody()));var b=d.data.definition.dialog,f=c.config.devtools_textCallback||k;b.on("load",function(){for(var d= +b.parts.tabs.getChildren(),g,e=0,h=d.count();e!lvI6-E$sR$z z3=CDO3=9p;3=BX21L>Cx45bDP46hOx7_4S6Fo@?*ia+WGRLhp+?e4W)8d9K9cG}U9(^$IWVR?qjgTG^Yu#p=YSoV^-d;qU)$Ut-$u zv7#nDZA$9TjI>$rPI*pNFSnYzc9Di%!}+K=%U-&L)*BnUEe_NT=@Il4X7+3m&{Gvm z-m~JaGlx0D-ne}E1-IWa*?1f})3OXP zLwnjcCZ0_?yI18|W#wZP(^O90F=YP3F!6cGiH&U+?g4{QwZt`| zBqgyV)hf9t6-Y4{85o-B8kp-ET80=JTNxWznHXss7+Dz@NK7cNK+%w!pOTqYiCaVF T+4Dz$8W=oX{an^LB{Ts57+ub0 literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/icons/hidpi/creatediv.png b/src/ninenote-1.0/public/build/ckeditor/plugins/div/icons/hidpi/creatediv.png new file mode 100644 index 0000000000000000000000000000000000000000..eb63fe370bc1cbbd33d728e15fdffb8f867f4ebc GIT binary patch literal 1678 zcmZ`(Yg7{G7X4%-EX8!Cg@z5|`*AanribGgCiuWGH8ax?3B{{era_IEk427`1|Nml zK#rOk_E1t&QgBSo!c?@mJ}4#9HQMC0%o3CsGcWzTKkho`?7h}LYya72t#c_XG!VYY zb`t;q9vp;^Ffi)tm~1fMSvFg1Amb!Ik{S5x8$Mj1u1MV2?~FKZ>B#;d-+v; z%@&u?Y3gQ6BOuUM%d&nXx}i1P&1;mx^~2Nu(uZ-}k4%%vbiIpx6frwY`(|GHcPPrH zYHQECcd6uA@E5>YhkIeU|BQ8Gl?&IKm5&gbdlB=!5N=&6Y2_3IcfIb+Hj(5@?1jdL zhL>CP3dJEFx4_0itN7e1SwZJ*$m<31g_%icM9>)sIuKuFL+e&hyfjF#l%306+D$4M zSYKLNnt`-Wq@D{vSoqstx310U%8l(lm6~d$W4gz#-5iYnYbK+vWp-{?qDIF-0c;5j zbpM*(rW$$^TIFlke&{%ZB`@}*@546I?>hzNV#+%ln*$!?adCJlwz@(XUO)a~T%v@4 zR%PUgpbmB1vlrpPd~Q)w^Yvpr7YBY8YHmXEP$mIdfz9z9W)o5F)_W}pNC*zucOcla zkaSRokB?G)BEtP=AiP8UHV#JICIKH?h_F=@vsQE8fRMMjlauEWwT}cp=^70 zmNT_$YS%T<)8yZL&ut%k+VbGRIiV1PFso!pV*2jCjA5<4e}c0oj;DP8E2aGmHSC7Z z5K=_D3wS(U$7;h^I%5Gt4`_TId)BTn5$9HRzA>QoBX?h1bhK;KA&+vEZ5veh3QqTh z#M^*JXynND@_e~qJIH}G2_5^>ggs7TNr>K#vA~#k>49g$z~IXMOoyunpwo=KpPp{r zSFkG3TVVHkO=N*#Z#YzOp(*Sam{{_`XP3?&Z_@kWtc$SAwdou3)5$B2Du=+^=;3vV zGK}cw2Bn$F)bGDN`6py>nP=8sI%3^|pB(bOg^_CBM>8*(OeD*6+3_XT2N`fND>S)H z1-0zat)1|sh{kHEh#gKfE*GY9a~KR$MIpUqqiF1MqkaDXe16sU5gKn{taq2GJ+DR} z3IC>~BSXr%H9o*_1n}W)Jo=MRm>WE*T_uVjqA?oG92x&i6UUnP=#w^gbeU}@iGjb) zuz9$+`6#~exxW=5137$+DEjuL@ku&9TzgHjXHlS>Y-=IPgcVN5xO1P{ccScn(r7gN zas4sZlA7B?iY=TRGy=&l8}x%t%ifN~biB*l(ICNs%6>>yvog-1M&+;dfR@#{6=KkG zT-3;am=*=pa^c{8FPd3@vMcV#XIT+)WsIvR%J@daJV`W`X;gnz7J%PnwIy2GBeYSe zRNNX@XxO#d-J~OvGcjv-X7iP{3+GnhZ8Z&&H-=6~E!0ObI(;5^1Q)y{acb>nc zHk0?-7V+-=BbZ-GxGYB)`!&fGtD?SqYI|Br%DnG44lHTNG7sF_bXzPIztU=%vvH#W zeFIHt$a9n&#CJs1)XN1ql;%Ms#|cA^yb<`T^sVTy5oFDX=&;A^n%6JB(lrH z#VY2ukwu-QaZicj^ZmK2gRd`DR8%}@Sb?FHC0T8d?-S+#)wP!jz)Prdk6bg z)dC#0FGUigMray7g^acu!erBmQ*OKda>TaHsGeO>05(T{wiySoh! z+lfhtW+qUXiQcq~L<0dYG-l6E3}z?VD-whC#$vtEXb&{TfX|H@7XHU@DlH+Ip85X` TbtkOC4F(WQ2*uw!7|;1HkVyl| literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/af.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/af.js new file mode 100644 index 0000000..d3d3fc9 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/af.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","af",{IdInputLabel:"Id",advisoryTitleInputLabel:"Aanbevole Titel",cssClassInputLabel:"CSS klasse",edit:"Wysig Div",inlineStyleInputLabel:"Inlyn Styl",langDirLTRLabel:"Links na regs (LTR)",langDirLabel:"Skryfrigting",langDirRTLLabel:"Regs na links (RTL)",languageCodeInputLabel:" Taalkode",remove:"Verwyder Div",styleSelectLabel:"Styl",title:"Skep Div houer",toolbar:"Skep Div houer"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ar.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ar.js new file mode 100644 index 0000000..21c63f7 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ar",{IdInputLabel:"هوية",advisoryTitleInputLabel:"عنوان التقرير",cssClassInputLabel:"فئات التنسيق",edit:"تحرير Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"اليسار لليمين (LTR)",langDirLabel:"إتجاه النص",langDirRTLLabel:"اليمين لليسار (RTL)",languageCodeInputLabel:"رمز اللغة",remove:"إزالة Div",styleSelectLabel:"نمط",title:"إحداث Div Container",toolbar:"إحداث Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/az.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/az.js new file mode 100644 index 0000000..61502ab --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/az.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","az",{IdInputLabel:"Id",advisoryTitleInputLabel:"Məsləhətli başlıq",cssClassInputLabel:"Üslub klassları",edit:"DİV eıementini redaktə et",inlineStyleInputLabel:"Sözlərin üslubları",langDirLTRLabel:"Soldan sağa (LTR)",langDirLabel:"Yaziların istiqaməti",langDirRTLLabel:"Sağdan sola (RTL)",languageCodeInputLabel:"Dilin kodu",remove:"DİV elementini sil",styleSelectLabel:"Üslub",title:"DİV ilə əhatələməni yarat",toolbar:"DİV ilə əhatələməni yarat"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bg.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bg.js new file mode 100644 index 0000000..e7ed8c2 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","bg",{IdInputLabel:"Id",advisoryTitleInputLabel:"Заглавие",cssClassInputLabel:"Класове за CSS",edit:"Промяна на Div",inlineStyleInputLabel:"В редица",langDirLTRLabel:"От ляво надясно (LTR)",langDirLabel:"Посока на езика",langDirRTLLabel:"От дясно наляво (RTL)",languageCodeInputLabel:" Код на езика",remove:"Премахване на Div",styleSelectLabel:"Стил",title:"Създаване на Div контейнер",toolbar:"Създаване на Div контейнер"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bn.js new file mode 100644 index 0000000..ae62f7d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","bn",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bs.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bs.js new file mode 100644 index 0000000..259583d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/bs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","bs",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory title",cssClassInputLabel:"Klase CSS stilova",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"S lijeva na desno (LTR)",langDirLabel:"Smjer pisanja",langDirRTLLabel:"S desna na lijevo (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Stil",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ca.js new file mode 100644 index 0000000..118a681 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ca",{IdInputLabel:"Id",advisoryTitleInputLabel:"Títol de guia",cssClassInputLabel:"Classes de la fulla d'estils",edit:"Edita la Capa",inlineStyleInputLabel:"Estil en línia",langDirLTRLabel:"D'esquerra a dreta (LTR)",langDirLabel:"Direcció de l'idioma",langDirRTLLabel:"De dreta a esquerra (RTL)",languageCodeInputLabel:" Codi d'idioma",remove:"Elimina la Capa",styleSelectLabel:"Estil",title:"Crea una Capa Contenidora",toolbar:"Crea una Capa Contenidora"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/cs.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/cs.js new file mode 100644 index 0000000..1239c57 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","cs",{IdInputLabel:"Id",advisoryTitleInputLabel:"Nápovědní titulek",cssClassInputLabel:"Třídy stylů",edit:"Změnit Div",inlineStyleInputLabel:"Vnitřní styly",langDirLTRLabel:"Zleva doprava (LTR)",langDirLabel:"Směr jazyka",langDirRTLLabel:"Zprava doleva (RTL)",languageCodeInputLabel:" Kód jazyka",remove:"Odstranit Div",styleSelectLabel:"Styly",title:"Vytvořit Div kontejner",toolbar:"Vytvořit Div kontejner"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/cy.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/cy.js new file mode 100644 index 0000000..aed7b77 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/cy.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","cy",{IdInputLabel:"Id",advisoryTitleInputLabel:"Teitl Cynghorol",cssClassInputLabel:"Dosbarthiadau Ffeil Arddull",edit:"Golygu Div",inlineStyleInputLabel:"Arddull Mewn Llinell",langDirLTRLabel:"Chwith i'r Dde (LTR)",langDirLabel:"Cyfeiriad yr Iaith",langDirRTLLabel:"Dde i'r Chwith (RTL)",languageCodeInputLabel:" Cod Iaith",remove:"Tynnu Div",styleSelectLabel:"Arddull",title:"Creu Cynhwysydd Div",toolbar:"Creu Cynhwysydd Div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/da.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/da.js new file mode 100644 index 0000000..38e5920 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","da",{IdInputLabel:"Id",advisoryTitleInputLabel:"Vejledende titel",cssClassInputLabel:"Typografiark",edit:"Rediger Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Venstre til højre (LTR)",langDirLabel:"Sprogretning",langDirRTLLabel:"Højre til venstre (RTL)",languageCodeInputLabel:" Sprogkode",remove:"Slet Div",styleSelectLabel:"Style",title:"Opret Div Container",toolbar:"Opret Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/de-ch.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/de-ch.js new file mode 100644 index 0000000..923e7b1 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","de-ch",{IdInputLabel:"Kennung",advisoryTitleInputLabel:"Tooltip",cssClassInputLabel:"Formatvorlagenklasse",edit:"Div bearbeiten",inlineStyleInputLabel:"Inline Stil",langDirLTRLabel:"Links nach Rechs (LTR)",langDirLabel:"Sprachrichtung",langDirRTLLabel:"Rechs nach Links (RTL)",languageCodeInputLabel:"Sprachcode",remove:"Div entfernen",styleSelectLabel:"Stil",title:"Div Container erzeugen",toolbar:"Div Container erzeugen"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/de.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/de.js new file mode 100644 index 0000000..8b90221 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","de",{IdInputLabel:"Kennung",advisoryTitleInputLabel:"Tooltip",cssClassInputLabel:"Formatvorlagenklasse",edit:"Div bearbeiten",inlineStyleInputLabel:"Inline Stil",langDirLTRLabel:"Links nach Rechs (LTR)",langDirLabel:"Sprachrichtung",langDirRTLLabel:"Rechs nach Links (RTL)",languageCodeInputLabel:"Sprachcode",remove:"Div entfernen",styleSelectLabel:"Stil",title:"Div Container erzeugen",toolbar:"Div Container erzeugen"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/el.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/el.js new file mode 100644 index 0000000..d65661c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/el.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","el",{IdInputLabel:"Id",advisoryTitleInputLabel:"Ενδεικτικός Τίτλος",cssClassInputLabel:"Κλάσεις Φύλλων Στυλ",edit:"Επεξεργασία Div",inlineStyleInputLabel:"Στυλ Εν Σειρά",langDirLTRLabel:"Αριστερά προς Δεξιά (LTR)",langDirLabel:"Κατεύθυνση Κειμένου",langDirRTLLabel:"Δεξιά προς Αριστερά (RTL)",languageCodeInputLabel:"Κωδικός Γλώσσας",remove:"Διαγραφή Div",styleSelectLabel:"Μορφή",title:"Δημιουργία Div",toolbar:"Δημιουργία Div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-au.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-au.js new file mode 100644 index 0000000..eb88103 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","en-au",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-ca.js new file mode 100644 index 0000000..136b99f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","en-ca",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-gb.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-gb.js new file mode 100644 index 0000000..04d4745 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en-gb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","en-gb",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en.js new file mode 100644 index 0000000..03fc7d6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","en",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/eo.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/eo.js new file mode 100644 index 0000000..e587cac --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","eo",{IdInputLabel:"Id",advisoryTitleInputLabel:"Priskriba Titolo",cssClassInputLabel:"Stilfolioklasoj",edit:"Redakti Div",inlineStyleInputLabel:"Enlinia stilo",langDirLTRLabel:"Maldekstre dekstren (angle LTR)",langDirLabel:"Skribdirekto",langDirRTLLabel:"Dekstre maldekstren (angle RTL)",languageCodeInputLabel:" Lingvokodo",remove:"Forigi Div",styleSelectLabel:"Stilo",title:"Krei DIV ujon",toolbar:"Krei DIV ujon"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/es-mx.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/es-mx.js new file mode 100644 index 0000000..0d90bed --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","es-mx",{IdInputLabel:"Id",advisoryTitleInputLabel:"Título del anuncio",cssClassInputLabel:"Clases de la hoja de estilos",edit:"Editar Div",inlineStyleInputLabel:"Estilo de línea",langDirLTRLabel:"Izquierda a Derecha (LTR)",langDirLabel:"Dirección de idiomas",langDirRTLLabel:"Derecha a Izquierda (RTL)",languageCodeInputLabel:"Código del idioma",remove:"Remover Div",styleSelectLabel:"Estilo",title:"Crear contenedor Div",toolbar:"Crear contenedor Div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/es.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/es.js new file mode 100644 index 0000000..78732f1 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","es",{IdInputLabel:"Id",advisoryTitleInputLabel:"Título",cssClassInputLabel:"Clase de hoja de estilos",edit:"Editar Div",inlineStyleInputLabel:"Estilo",langDirLTRLabel:"Izquierda a Derecha (LTR)",langDirLabel:"Orientación",langDirRTLLabel:"Derecha a Izquierda (RTL)",languageCodeInputLabel:" Codigo de idioma",remove:"Quitar Div",styleSelectLabel:"Estilo",title:"Crear contenedor DIV",toolbar:"Crear contenedor DIV"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/et.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/et.js new file mode 100644 index 0000000..690848d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","et",{IdInputLabel:"ID",advisoryTitleInputLabel:"Soovitatav pealkiri",cssClassInputLabel:"Stiililehe klassid",edit:"Muuda Div",inlineStyleInputLabel:"Reasisene stiil",langDirLTRLabel:"Vasakult paremale (LTR)",langDirLabel:"Keele suund",langDirRTLLabel:"Paremalt vasakule (RTL)",languageCodeInputLabel:" Keelekood",remove:"Eemalda Div",styleSelectLabel:"Stiil",title:"Div-konteineri loomine",toolbar:"Div-konteineri loomine"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/eu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/eu.js new file mode 100644 index 0000000..780527d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","eu",{IdInputLabel:"Id",advisoryTitleInputLabel:"Aholkatutako izenburua",cssClassInputLabel:"Estilo-orriko klaseak",edit:"Editatu Div-a",inlineStyleInputLabel:"Lineako estiloa",langDirLTRLabel:"Ezkerretik eskuinera (LTR)",langDirLabel:"Hizkuntzaren norabidea",langDirRTLLabel:"Eskuinetik ezkerrera (RTL)",languageCodeInputLabel:"Hizkuntzaren kodea",remove:"Kendu Div-a",styleSelectLabel:"Estiloa",title:"Sortu Div edukiontzia",toolbar:"Sortu Div edukiontzia"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fa.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fa.js new file mode 100644 index 0000000..bdc9449 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fa.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","fa",{IdInputLabel:"شناسه",advisoryTitleInputLabel:"عنوان مشاوره",cssClassInputLabel:"کلاس​های شیوه​نامه",edit:"ویرایش Div",inlineStyleInputLabel:"سبک درون​خطی(Inline Style)",langDirLTRLabel:"چپ به راست (LTR)",langDirLabel:"جهت نوشتاری زبان",langDirRTLLabel:"راست به چپ (RTL)",languageCodeInputLabel:" کد زبان",remove:"حذف Div",styleSelectLabel:"سبک",title:"ایجاد یک محل DIV",toolbar:"ایجاد یک محل DIV"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fi.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fi.js new file mode 100644 index 0000000..e888579 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","fi",{IdInputLabel:"Id",advisoryTitleInputLabel:"Ohjeistava otsikko",cssClassInputLabel:"Tyylitiedoston luokat",edit:"Muokkaa Diviä",inlineStyleInputLabel:"Sisätyyli",langDirLTRLabel:"Vasemmalta oikealle (LTR)",langDirLabel:"Kielen suunta",langDirRTLLabel:"Oikealta vasemmalle (RTL)",languageCodeInputLabel:" Kielen koodi",remove:"Poista Div",styleSelectLabel:"Tyyli",title:"Luo div-kehikko",toolbar:"Luo div-kehikko"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fo.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fo.js new file mode 100644 index 0000000..e00fb86 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","fo",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Redigera Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Vinstru til høgru (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Høgru til vinstru (RTL)",languageCodeInputLabel:" Language Code",remove:"Strika Div",styleSelectLabel:"Style",title:"Ger Div Container",toolbar:"Ger Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fr-ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fr-ca.js new file mode 100644 index 0000000..0f61fc3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fr-ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","fr-ca",{IdInputLabel:"ID",advisoryTitleInputLabel:"Titre",cssClassInputLabel:"Classes CSS",edit:"Modifier le DIV",inlineStyleInputLabel:"Style en ligne",langDirLTRLabel:"De gauche à droite (LTR)",langDirLabel:"Sens d'écriture",langDirRTLLabel:"De droite à gauche (RTL)",languageCodeInputLabel:"Code de langue",remove:"Supprimer le DIV",styleSelectLabel:"Style",title:"Créer un DIV",toolbar:"Créer un DIV"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fr.js new file mode 100644 index 0000000..8074f28 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","fr",{IdInputLabel:"ID",advisoryTitleInputLabel:"Infobulle",cssClassInputLabel:"Classes de style",edit:"Modifier la division",inlineStyleInputLabel:"Style en ligne",langDirLTRLabel:"Gauche à droite (LTR)",langDirLabel:"Sens d'écriture",langDirRTLLabel:"Droite à gauche (RTL)",languageCodeInputLabel:"Code de langue",remove:"Enlever la division",styleSelectLabel:"Style",title:"Créer une division",toolbar:"Créer une division"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/gl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/gl.js new file mode 100644 index 0000000..2f5e171 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","gl",{IdInputLabel:"ID",advisoryTitleInputLabel:"Título informativo",cssClassInputLabel:"Clases da folla de estilos",edit:"Editar Div",inlineStyleInputLabel:"Estilo de liña",langDirLTRLabel:"Esquerda a dereita (LTR)",langDirLabel:"Dirección de escritura do idioma",langDirRTLLabel:"Dereita a esquerda (RTL)",languageCodeInputLabel:"Código do idioma",remove:"Retirar Div",styleSelectLabel:"Estilo",title:"Crear un contedor Div",toolbar:"Crear un contedor Div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/gu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/gu.js new file mode 100644 index 0000000..633644c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/gu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","gu",{IdInputLabel:"Id",advisoryTitleInputLabel:"એડવાઈઝર શીર્ષક",cssClassInputLabel:"સ્ટાઈલશીટ કલાસીસ",edit:"ડીવીમાં ફેરફાર કરવો",inlineStyleInputLabel:"ઈનલાઈન પદ્ધતિ",langDirLTRLabel:"ડાબે થી જમણે (LTR)",langDirLabel:"ભાષાની દિશા",langDirRTLLabel:"જમણે થી ડાબે (RTL)",languageCodeInputLabel:"ભાષાનો કોડ",remove:"ડીવી કાઢી કાઢવું",styleSelectLabel:"સ્ટાઈલ",title:"Div કન્ટેનર બનાવુંવું",toolbar:"Div કન્ટેનર બનાવુંવું"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/he.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/he.js new file mode 100644 index 0000000..80ad2a9 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/he.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","he",{IdInputLabel:"מזהה (ID)",advisoryTitleInputLabel:"כותרת מוצעת",cssClassInputLabel:"מחלקת עיצוב",edit:"עריכת מיכל (Div)",inlineStyleInputLabel:"סגנון פנימי",langDirLTRLabel:"שמאל לימין (LTR)",langDirLabel:"כיוון שפה",langDirRTLLabel:"ימין לשמאל (RTL)",languageCodeInputLabel:"קוד שפה",remove:"הסרת מיכל (Div)",styleSelectLabel:"סגנון",title:"יצירת מיכל (Div)",toolbar:"יצירת מיכל (Div)"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hi.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hi.js new file mode 100644 index 0000000..fa3f895 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","hi",{IdInputLabel:"Id",advisoryTitleInputLabel:"परामर्श शीर्शक",cssClassInputLabel:"स्टाइल-शीट क्लास",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"बायें से दायें (LTR)",langDirLabel:"भाषा लिखने की दिशा",langDirRTLLabel:"दायें से बायें (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"स्टाइल",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hr.js new file mode 100644 index 0000000..87d62ff --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","hr",{IdInputLabel:"Id",advisoryTitleInputLabel:"Savjetodavni naslov",cssClassInputLabel:"Klase stilova",edit:"Uredi DIV",inlineStyleInputLabel:"Stil u liniji",langDirLTRLabel:"S lijeva na desno (LTR)",langDirLabel:"Smjer jezika",langDirRTLLabel:"S desna na lijevo (RTL)",languageCodeInputLabel:"Jezični kod",remove:"Ukloni DIV",styleSelectLabel:"Stil",title:"Napravi DIV kontejner",toolbar:"Napravi DIV kontejner"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hu.js new file mode 100644 index 0000000..949b2dd --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","hu",{IdInputLabel:"Azonosító",advisoryTitleInputLabel:"Tipp szöveg",cssClassInputLabel:"Stíluslap osztály",edit:"DIV szerkesztése",inlineStyleInputLabel:"Inline stílus",langDirLTRLabel:"Balról jobbra (LTR)",langDirLabel:"Nyelvi irány",langDirRTLLabel:"Jobbról balra (RTL)",languageCodeInputLabel:" Nyelv kódja",remove:"DIV eltávolítása",styleSelectLabel:"Stílus",title:"DIV tároló létrehozása",toolbar:"DIV tároló létrehozása"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/id.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/id.js new file mode 100644 index 0000000..a7016a3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","id",{IdInputLabel:"Id",advisoryTitleInputLabel:"Penasehat Judul",cssClassInputLabel:"Kelas Stylesheet",edit:"Sunting Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Kiri ke Kanan (LTR)",langDirLabel:"Arah Bahasa",langDirRTLLabel:"Kanan ke Kiri (RTL)",languageCodeInputLabel:"Kode Bahasa",remove:"Hapus Div",styleSelectLabel:"Gaya",title:"Ciptakan Wadah Div",toolbar:"Cipatakan Wadah Div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/is.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/is.js new file mode 100644 index 0000000..39a3b10 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/is.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","is",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/it.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/it.js new file mode 100644 index 0000000..4d1717c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","it",{IdInputLabel:"Id",advisoryTitleInputLabel:"Titolo Avviso",cssClassInputLabel:"Classi di stile",edit:"Modifica DIV",inlineStyleInputLabel:"Stile Inline",langDirLTRLabel:"Da sinistra a destra (LTR)",langDirLabel:"Direzione di scrittura",langDirRTLLabel:"Da destra a sinistra (RTL)",languageCodeInputLabel:"Codice lingua",remove:"Rimuovi DIV",styleSelectLabel:"Stile",title:"Crea DIV contenitore",toolbar:"Crea DIV contenitore"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ja.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ja.js new file mode 100644 index 0000000..d6f6e50 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ja",{IdInputLabel:"Id",advisoryTitleInputLabel:"Title属性",cssClassInputLabel:"スタイルシートクラス",edit:"Divコンテナを編集",inlineStyleInputLabel:"インラインスタイル",langDirLTRLabel:"左から右 (LTR)",langDirLabel:"文字表記の方向",langDirRTLLabel:"右から左 (RTL)",languageCodeInputLabel:" 言語コード",remove:"Divコンテナを削除",styleSelectLabel:"スタイル",title:"Divコンテナを作成",toolbar:"Divコンテナを作成"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ka.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ka.js new file mode 100644 index 0000000..aff4cc2 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ka.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ka",{IdInputLabel:"Id",advisoryTitleInputLabel:"სათაური",cssClassInputLabel:"CSS კლასები",edit:"Div-ის რედაქტირება",inlineStyleInputLabel:"თანდართული სტილი",langDirLTRLabel:"მარცხნიდან მარჯვნიც (LTR)",langDirLabel:"ენის მინართულება",langDirRTLLabel:"მარჯვნიდან მარცხნივ (RTL)",languageCodeInputLabel:"ენის კოდი",remove:"Div-ის წაშლა",styleSelectLabel:"სტილი",title:"Div კონტეინერის შექმნა",toolbar:"Div კონტეინერის შექმნა"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/km.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/km.js new file mode 100644 index 0000000..7032cb7 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/km.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","km",{IdInputLabel:"Id",advisoryTitleInputLabel:"ចំណង​ជើង​ប្រឹក្សា",cssClassInputLabel:"Stylesheet Classes",edit:"កែ Div",inlineStyleInputLabel:"ស្ទីល​ក្នុង​បន្ទាត់",langDirLTRLabel:"ពីឆ្វេងទៅស្តាំ(LTR)",langDirLabel:"ទិសដៅភាសា",langDirRTLLabel:"ពីស្តាំទៅឆ្វេង(RTL)",languageCodeInputLabel:"កូដ​ភាសា",remove:"ដក Div ចេញ",styleSelectLabel:"ស្ទីល",title:"បង្កើត​អ្នក​ផ្ទុក Div",toolbar:"បង្កើត​អ្នក​ផ្ទុក Div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ko.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ko.js new file mode 100644 index 0000000..60446c3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ko",{IdInputLabel:"ID",advisoryTitleInputLabel:"보조 제목",cssClassInputLabel:"스타일 시트 클래스",edit:"Div 편집",inlineStyleInputLabel:"인라인 스타일",langDirLTRLabel:"왼쪽에서 오른쪽 (LTR)",langDirLabel:"언어 방향",langDirRTLLabel:"오른쪽에서 왼쪽 (RTL)",languageCodeInputLabel:" 언어 코드",remove:"Div 태그 삭제",styleSelectLabel:"스타일",title:"Div 태그 생성",toolbar:"Div 태그 생성"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ku.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ku.js new file mode 100644 index 0000000..33b8929 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ku",{IdInputLabel:"ناسنامە",advisoryTitleInputLabel:"سەردێڕ",cssClassInputLabel:"شێوازی چینی پەڕه",edit:"چاکسازی Div",inlineStyleInputLabel:"شێوازی ناوهێڵ",langDirLTRLabel:"چەپ بۆ ڕاست (LTR)",langDirLabel:"ئاراستەی زمان",langDirRTLLabel:"ڕاست بۆ چەپ (RTL)",languageCodeInputLabel:"هێمای زمان",remove:"لابردنی Div",styleSelectLabel:"شێواز",title:"دروستکردنی لەخۆگری Div",toolbar:"دروستکردنی لەخۆگری Div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/lt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/lt.js new file mode 100644 index 0000000..2dace83 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/lt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","lt",{IdInputLabel:"Id",advisoryTitleInputLabel:"Patariamas pavadinimas",cssClassInputLabel:"Stilių klasės",edit:"Redaguoti Div",inlineStyleInputLabel:"Vidiniai stiliai",langDirLTRLabel:"Iš kairės į dešinę (LTR)",langDirLabel:"Kalbos nurodymai",langDirRTLLabel:"Iš dešinės į kairę (RTL)",languageCodeInputLabel:" Kalbos kodas",remove:"Pašalinti Div",styleSelectLabel:"Stilius",title:"Sukurti Div elementą",toolbar:"Sukurti Div elementą"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/lv.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/lv.js new file mode 100644 index 0000000..e8cfc36 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","lv",{IdInputLabel:"Id",advisoryTitleInputLabel:"Konsultatīvs virsraksts",cssClassInputLabel:"Stilu klases",edit:"Labot Div",inlineStyleInputLabel:"Iekļautais stils",langDirLTRLabel:"Kreisais uz Labo (LTR)",langDirLabel:"Valodas virziens",langDirRTLLabel:"Labais uz kreiso (RTL)",languageCodeInputLabel:"Valodas kods",remove:"Noņemt Div",styleSelectLabel:"Stils",title:"Izveidot div konteineri",toolbar:"Izveidot div konteineri"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/mk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/mk.js new file mode 100644 index 0000000..8931f80 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/mk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","mk",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Лево кон десно",langDirLabel:"Насока на јазик",langDirRTLLabel:"Десно кон лево",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Стил",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/mn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/mn.js new file mode 100644 index 0000000..cb515d6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/mn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","mn",{IdInputLabel:"Id",advisoryTitleInputLabel:"Зөвлөлдөх гарчиг",cssClassInputLabel:"Stylesheet классууд",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Зүүн талаас баруун тишээ (LTR)",langDirLabel:"Хэлний чиглэл",langDirRTLLabel:"Баруун талаас зүүн тишээ (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Загвар",title:"Div гэдэг хэсэг бий болгох",toolbar:"Div гэдэг хэсэг бий болгох"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ms.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ms.js new file mode 100644 index 0000000..0b06fd0 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ms.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ms",{IdInputLabel:"Id",advisoryTitleInputLabel:"Advisory Title",cssClassInputLabel:"Stylesheet Classes",edit:"Edit Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Left to Right (LTR)",langDirLabel:"Language Direction",langDirRTLLabel:"Right to Left (RTL)",languageCodeInputLabel:" Language Code",remove:"Remove Div",styleSelectLabel:"Style",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/nb.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/nb.js new file mode 100644 index 0000000..88f83b3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","nb",{IdInputLabel:"Id",advisoryTitleInputLabel:"Tittel",cssClassInputLabel:"Stilark-klasser",edit:"Rediger Div",inlineStyleInputLabel:"Inlinestiler",langDirLTRLabel:"Venstre til høyre (LTR)",langDirLabel:"Språkretning",langDirRTLLabel:"Høyre til venstre (RTL)",languageCodeInputLabel:" Språkkode",remove:"Fjern Div",styleSelectLabel:"Stil",title:"Sett inn Div Container",toolbar:"Sett inn Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/nl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/nl.js new file mode 100644 index 0000000..4989eb6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","nl",{IdInputLabel:"Id",advisoryTitleInputLabel:"Adviserende titel",cssClassInputLabel:"Stylesheet klassen",edit:"Div wijzigen",inlineStyleInputLabel:"Inline stijl",langDirLTRLabel:"Links naar rechts (LTR)",langDirLabel:"Schrijfrichting",langDirRTLLabel:"Rechts naar links (RTL)",languageCodeInputLabel:" Taalcode",remove:"Div verwijderen",styleSelectLabel:"Stijl",title:"Div aanmaken",toolbar:"Div aanmaken"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/no.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/no.js new file mode 100644 index 0000000..e431936 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/no.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","no",{IdInputLabel:"Id",advisoryTitleInputLabel:"Tittel",cssClassInputLabel:"Stilark-klasser",edit:"Rediger Div",inlineStyleInputLabel:"Inlinestiler",langDirLTRLabel:"Venstre til høyre (VTH)",langDirLabel:"Språkretning",langDirRTLLabel:"Høyre til venstre (HTV)",languageCodeInputLabel:" Språkkode",remove:"Fjern Div",styleSelectLabel:"Stil",title:"Sett inn Div Container",toolbar:"Sett inn Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/oc.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/oc.js new file mode 100644 index 0000000..df85cf6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/oc.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","oc",{IdInputLabel:"ID",advisoryTitleInputLabel:"Infobulla",cssClassInputLabel:"Classas d'estil",edit:"Modificar la division",inlineStyleInputLabel:"Estil en linha",langDirLTRLabel:"Esquèrra a dreita (LTR)",langDirLabel:"Sens d'escritura",langDirRTLLabel:"Dreita a esquèrra (RTL)",languageCodeInputLabel:"Còdi de lenga",remove:"Levar la division",styleSelectLabel:"Estil",title:"Crear una division",toolbar:"Crear una division"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pl.js new file mode 100644 index 0000000..11edd56 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","pl",{IdInputLabel:"Id",advisoryTitleInputLabel:"Opis obiektu docelowego",cssClassInputLabel:"Klasy arkusza stylów",edit:"Edytuj pojemnik Div",inlineStyleInputLabel:"Style liniowe",langDirLTRLabel:"Od lewej do prawej (LTR)",langDirLabel:"Kierunek tekstu",langDirRTLLabel:"Od prawej do lewej (RTL)",languageCodeInputLabel:"Kod języka",remove:"Usuń pojemnik Div",styleSelectLabel:"Styl",title:"Utwórz pojemnik Div",toolbar:"Utwórz pojemnik Div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pt-br.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pt-br.js new file mode 100644 index 0000000..7bbd2ca --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","pt-br",{IdInputLabel:"Id",advisoryTitleInputLabel:"Título Consulta",cssClassInputLabel:"Classes de CSS",edit:"Editar Div",inlineStyleInputLabel:"Estilo Inline",langDirLTRLabel:"Esquerda para Direita (LTR)",langDirLabel:"Direção da Escrita",langDirRTLLabel:"Direita para Esquerda (RTL)",languageCodeInputLabel:"Código de Idioma",remove:"Remover Div",styleSelectLabel:"Estilo",title:"Criar Container de DIV",toolbar:"Criar Container de DIV"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pt.js new file mode 100644 index 0000000..8df05f0 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","pt",{IdInputLabel:"ID",advisoryTitleInputLabel:"Título",cssClassInputLabel:"Classes de folhas de estilo",edit:"Editar Div",inlineStyleInputLabel:"Estilo na etiqueta",langDirLTRLabel:"Esquerda para a direita (EPD)",langDirLabel:"Orientação de idioma",langDirRTLLabel:"Direita para a Esquerda (DPE)",languageCodeInputLabel:"Código do idioma",remove:"Remover Div",styleSelectLabel:"Estilo",title:"Criar Div",toolbar:"Criar Div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ro.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ro.js new file mode 100644 index 0000000..2186038 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ro",{IdInputLabel:"Id",advisoryTitleInputLabel:"Titlul consultativ",cssClassInputLabel:"Clasele cu stilul paginii (CSS)",edit:"Modifică Div-ul",inlineStyleInputLabel:"Stil Inline",langDirLTRLabel:"stânga-dreapta (LTR)",langDirLabel:"Direcţia cuvintelor",langDirRTLLabel:"dreapta-stânga (RTL)",languageCodeInputLabel:"Codul limbii",remove:"Șterge Div-ul",styleSelectLabel:"Stil",title:"Crează un container Div",toolbar:"Crează un container Div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ru.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ru.js new file mode 100644 index 0000000..a254cee --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ru",{IdInputLabel:"Идентификатор",advisoryTitleInputLabel:"Заголовок",cssClassInputLabel:"Классы CSS",edit:"Редактировать контейнер",inlineStyleInputLabel:"Стиль элемента",langDirLTRLabel:"Слева направо (LTR)",langDirLabel:"Направление текста",langDirRTLLabel:"Справа налево (RTL)",languageCodeInputLabel:"Код языка",remove:"Удалить контейнер",styleSelectLabel:"Стиль",title:"Создать Div-контейнер",toolbar:"Создать Div-контейнер"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/si.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/si.js new file mode 100644 index 0000000..035a735 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/si.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","si",{IdInputLabel:"අංකය",advisoryTitleInputLabel:"උපදේශාත්මක නාමය",cssClassInputLabel:"විලාසපත්‍ර පන්තිය",edit:"වෙනස්කිරීම",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"වමේසිට දකුණුට",langDirLabel:"භාෂා දිශාව",langDirRTLLabel:"දකුණේ සිට වමට",languageCodeInputLabel:"භාෂා ",remove:"ඉවත් කිරීම",styleSelectLabel:"විලාසය",title:"නිර්මාණය ",toolbar:"නිර්මාණය "}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sk.js new file mode 100644 index 0000000..ba965da --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sk",{IdInputLabel:"Id",advisoryTitleInputLabel:"Pomocný titulok",cssClassInputLabel:"Triedy štýlu",edit:"Upraviť Div",inlineStyleInputLabel:"Inline štýl",langDirLTRLabel:"Zľava doprava (LTR)",langDirLabel:"Smer jazyka",langDirRTLLabel:"Zprava doľava (RTL)",languageCodeInputLabel:"Kód jazyka",remove:"Odstrániť Div",styleSelectLabel:"Štýl",title:"Vytvoriť Div kontajner",toolbar:"Vytvoriť Div kontajner"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sl.js new file mode 100644 index 0000000..a55087d --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sl",{IdInputLabel:"Id",advisoryTitleInputLabel:"Predlagani naslov",cssClassInputLabel:"Razredi slogovne predloge",edit:"Uredi div",inlineStyleInputLabel:"Slog v vrstici",langDirLTRLabel:"Od leve proti desni (LTR)",langDirLabel:"Smer jezika",langDirRTLLabel:"Od desne proti levi (RTL)",languageCodeInputLabel:"Koda jezika",remove:"Odstrani div",styleSelectLabel:"Slog",title:"Ustvari vsebnik div",toolbar:"Ustvari vsebnik div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sq.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sq.js new file mode 100644 index 0000000..77a0771 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sq",{IdInputLabel:"Id",advisoryTitleInputLabel:"Titulli Këshillimorit",cssClassInputLabel:"CSS Klasat",edit:"Redakto Div",inlineStyleInputLabel:"Stili Brendshëm",langDirLTRLabel:"Nga e majta në të djathë (LTR)",langDirLabel:"Drejtimi Gjuhës",langDirRTLLabel:"Nga e djathta në të majtë (RTL)",languageCodeInputLabel:"Kodi i Gjuhës",remove:"Largo Div",styleSelectLabel:"Stili",title:"Krijo Përmbajtës Div",toolbar:"Krijo Përmbajtës Div"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sr-latn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sr-latn.js new file mode 100644 index 0000000..51a25e2 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sr-latn",{IdInputLabel:"Id",advisoryTitleInputLabel:"Savet",cssClassInputLabel:"CSS klase",edit:"DIV uredjivač",inlineStyleInputLabel:"Inline Stil",langDirLTRLabel:"S leva na desno (LTR)",langDirLabel:"Smer jezika",langDirRTLLabel:"S desna na levo (RTL)",languageCodeInputLabel:"Kod jezika",remove:"Ukloni Div",styleSelectLabel:"Stil",title:"Kreiranje DIV spremišta",toolbar:"Kreiranje DIV spremišta"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sr.js new file mode 100644 index 0000000..9ad35fc --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sr",{IdInputLabel:"Ид",advisoryTitleInputLabel:"Савет",cssClassInputLabel:"ЦСС класе",edit:"ДИВ уређивач",inlineStyleInputLabel:"Инлине стил",langDirLTRLabel:"С лева на десно (LTR)",langDirLabel:"Смер језика",langDirRTLLabel:"С десна на лево (RTL)",languageCodeInputLabel:"Код језика",remove:"Уклони Див",styleSelectLabel:"Стил",title:"Креирање ДИВ спремишта",toolbar:"Креирање ДИВ спремишта"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sv.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sv.js new file mode 100644 index 0000000..56e5876 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","sv",{IdInputLabel:"Id",advisoryTitleInputLabel:"Rådgivande titel",cssClassInputLabel:"Stilmallar",edit:"Redigera Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"Vänster till höger (LTR)",langDirLabel:"Språkriktning",langDirRTLLabel:"Höger till vänster (RTL)",languageCodeInputLabel:" Språkkod",remove:"Ta bort Div",styleSelectLabel:"Stil",title:"Skapa Div container",toolbar:"Skapa Div container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/th.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/th.js new file mode 100644 index 0000000..1b5bbbe --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/th.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","th",{IdInputLabel:"ไอดี",advisoryTitleInputLabel:"คำเกริ่นนำ",cssClassInputLabel:"คลาสของไฟล์กำหนดลักษณะการแสดงผล",edit:"แก้ไข Div",inlineStyleInputLabel:"Inline Style",langDirLTRLabel:"จากซ้ายไปขวา (LTR)",langDirLabel:"การเขียน-อ่านภาษา",langDirRTLLabel:"จากขวามาซ้าย (RTL)",languageCodeInputLabel:"รหัสภาษา",remove:"ลบ Div",styleSelectLabel:"ลักษณะการแสดงผล",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/tr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/tr.js new file mode 100644 index 0000000..7c9a026 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","tr",{IdInputLabel:"Id",advisoryTitleInputLabel:"Tavsiye Başlığı",cssClassInputLabel:"Stilltipi Sınıfı",edit:"Div Düzenle",inlineStyleInputLabel:"Inline Stili",langDirLTRLabel:"Soldan sağa (LTR)",langDirLabel:"Dil Yönü",langDirRTLLabel:"Sağdan sola (RTL)",languageCodeInputLabel:" Dil Kodu",remove:"Div Kaldır",styleSelectLabel:"Stil",title:"Div İçeriği Oluştur",toolbar:"Div İçeriği Oluştur"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/tt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/tt.js new file mode 100644 index 0000000..1dbf987 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/tt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","tt",{IdInputLabel:"Идентификатор",advisoryTitleInputLabel:"Киңәш исем",cssClassInputLabel:"Стильләр класслары",edit:"Edit Div",inlineStyleInputLabel:"Эчке стиль",langDirLTRLabel:"Сулдан уңга язылыш (LTR)",langDirLabel:"Язылыш юнəлеше",langDirRTLLabel:"Уңнан сулга язылыш (RTL)",languageCodeInputLabel:"Тел коды",remove:"Remove Div",styleSelectLabel:"Стиль",title:"Create Div Container",toolbar:"Create Div Container"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ug.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ug.js new file mode 100644 index 0000000..0ec740e --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","ug",{IdInputLabel:"ID",advisoryTitleInputLabel:"ماۋزۇ",cssClassInputLabel:"ئۇسلۇب تىپىنىڭ ئاتى",edit:"DIV تەھرىر",inlineStyleInputLabel:"قۇر ئىچىدىكى ئۇسلۇبى",langDirLTRLabel:"سولدىن ئوڭغا (LTR)",langDirLabel:"تىل يۆنىلىشى",langDirRTLLabel:"ئوڭدىن سولغا (RTL)",languageCodeInputLabel:"تىل كودى",remove:"DIV چىقىرىۋەت",styleSelectLabel:"ئۇسلۇب",title:"DIV قاچا قۇر",toolbar:"DIV قاچا قۇر"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/uk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/uk.js new file mode 100644 index 0000000..8722fc6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","uk",{IdInputLabel:"Ідентифікатор",advisoryTitleInputLabel:"Зміст випливаючої підказки",cssClassInputLabel:"Клас CSS",edit:"Редагувати блок",inlineStyleInputLabel:"Вписаний стиль",langDirLTRLabel:"Зліва направо (LTR)",langDirLabel:"Напрямок мови",langDirRTLLabel:"Справа наліво (RTL)",languageCodeInputLabel:"Код мови",remove:"Видалити блок",styleSelectLabel:"Стиль CSS",title:"Створити блок-контейнер",toolbar:"Створити блок-контейнер"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/vi.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/vi.js new file mode 100644 index 0000000..abab657 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/vi.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","vi",{IdInputLabel:"Định danh (id)",advisoryTitleInputLabel:"Nhan đề hướng dẫn",cssClassInputLabel:"Các lớp CSS",edit:"Chỉnh sửa",inlineStyleInputLabel:"Kiểu nội dòng",langDirLTRLabel:"Trái sang phải (LTR)",langDirLabel:"Hướng ngôn ngữ",langDirRTLLabel:"Phải qua trái (RTL)",languageCodeInputLabel:"Mã ngôn ngữ",remove:"Xóa bỏ",styleSelectLabel:"Kiểu (style)",title:"Tạo khối các thành phần",toolbar:"Tạo khối các thành phần"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/zh-cn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/zh-cn.js new file mode 100644 index 0000000..8957cc8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","zh-cn",{IdInputLabel:"ID",advisoryTitleInputLabel:"标题",cssClassInputLabel:"样式类名称",edit:"编辑 DIV",inlineStyleInputLabel:"行内样式",langDirLTRLabel:"从左到右 (LTR)",langDirLabel:"语言方向",langDirRTLLabel:"从右到左 (RTL)",languageCodeInputLabel:"语言代码",remove:"移除 DIV",styleSelectLabel:"样式",title:"创建 DIV 容器",toolbar:"创建 DIV 容器"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/zh.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/zh.js new file mode 100644 index 0000000..c266d4c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("div","zh",{IdInputLabel:"ID",advisoryTitleInputLabel:"標題",cssClassInputLabel:"樣式表類別",edit:"編輯 Div",inlineStyleInputLabel:"行內樣式",langDirLTRLabel:"由左至右 (LTR)",langDirLabel:"語言方向",langDirRTLLabel:"由右至左 (RTL)",languageCodeInputLabel:"語言碼",remove:"移除 Div",styleSelectLabel:"樣式",title:"建立 Div 容器",toolbar:"建立 Div 容器"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/div/plugin.js b/src/ninenote-1.0/public/build/ckeditor/plugins/div/plugin.js new file mode 100644 index 0000000..a023df8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/div/plugin.js @@ -0,0 +1,9 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +(function(){CKEDITOR.plugins.add("div",{requires:"dialog",lang:"af,ar,az,bg,bn,bs,ca,cs,cy,da,de,de-ch,el,en,en-au,en-ca,en-gb,eo,es,es-mx,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,oc,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn",icons:"creatediv",hidpi:!0,init:function(a){if(!a.blockless){var c=a.lang.div,b="div(*)";CKEDITOR.dialog.isTabEnabled(a,"editdiv","advanced")&&(b+=";div[dir,id,lang,title]{*}");a.addCommand("creatediv", +new CKEDITOR.dialogCommand("creatediv",{allowedContent:b,requiredContent:"div",contextSensitive:!0,contentTransformations:[["div: alignmentToStyle"]],refresh:function(a,c){this.setState("div"in(a.config.div_wrapTable?c.root:c.blockLimit).getDtd()?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED)}}));a.addCommand("editdiv",new CKEDITOR.dialogCommand("editdiv",{requiredContent:"div"}));a.addCommand("removediv",{requiredContent:"div",exec:function(a){function c(b){(b=CKEDITOR.plugins.div.getSurroundDiv(a, +b))&&!b.data("cke-div-added")&&(f.push(b),b.data("cke-div-added"))}for(var b=a.getSelection(),g=b&&b.getRanges(),e,h=b.createBookmarks(),f=[],d=0;d!lvI6-E$sR$z z3=CDO3=9p;3=BX21L>Cx45bDP46hOx7_4S6Fo@?*ia+WGRLhp+?e4$o z?#vsfL^Hl~?RIZa;u00V(NrC{#$~6I$O4z9wl<-44!hk?9IrEZZE)_En7`D?jkfRi z&Me%K8_mTqA!fS5N#BXgf(r!<85>*!UF7Bz|K7E3eMg6|V0Y%~=TEA$-=@hNzg+KS zaBEv}UjEvC{JwMIQUr|Lm zc^%`PH8D0_C(gR^2hCXa($@JOTSGVBmR!L~CI_WYtL`#rSaW>1ci+%>&v(I(uEN(> ztjd~w^S&tOm5lwr_w~ocUoU+$=XcbpoLOln7as`@O2WBdy z{j*tJmm$RPh5PK9nJ(9&?%DtYOSQx`q9i4;B-JXpC>2OC7#SFv=^B{p8d`=J8e16~ sSeY1U8yHy`7)VSguRzg|o1c=IR*73f=GpT{fEpM)UHx3vIVCg!02Ud;RR910 literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/docprops/icons/docprops.png b/src/ninenote-1.0/public/build/ckeditor/plugins/docprops/icons/docprops.png new file mode 100644 index 0000000000000000000000000000000000000000..16a500069fade465b1d7db8c7a705949c12b9fd5 GIT binary patch literal 549 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6-E$sR$z z3=CDO3=9p;3=BX21L>Cx45bDP46hOx7_4S6Fo@?*ia+WGRLhp+?e4O7~TE}UNSK|&HssC^XR0d8r$a2pYI!c zJ@IVEieGFDX8Ey2Y5U@szNcVw0;ykg5y{q0CevH_dIcuBmWtpQA_H&8_ zCh{_*EYNbWd~S1oKHHJ*6Ib#KIXTbq);3!o&Dd31n~MDcuKr&1+jZGY&31up zs?lr=X?Dy7$?3sY+28+N$+|Kxar%c8`{KZ!k2Ad-vv`UajqO)y&G@-aEp2M!MFyoJ zKNl^f)veV$bBfisE+~HYBc4HX>Gnj4H<8IQ?p~UEZwqF-)!vVOnDcBBLsoL#(!=+y zSq`{r)d12AOJ!YeY#(Vo9o1a#1RfVlXl=G}ARO*EO^Z xF*LR^Hn1`=(l#)%GBA*sP+ozeAvZrIGp!Q0hRn0)j{r3=c)I$ztaD0e0suj)y{`ZO literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png b/src/ninenote-1.0/public/build/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3e468bd59cb96ea82b17ff6fe31f801c3416893d GIT binary patch literal 1060 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fg!ItFh?!xdN1Q+aGJ{c&& zUgGKN%Km_xiC2-KneQA20|T>$r;B4q#NoB!w%KF z$%cdMKh5*zp4!p%zw@-nzYHc#8IQSJ7{wJ6I3$XW&;7b_@*%0pt=m@zC-HYguPuAN zxAwE5tYX6N-@nh!=$N&!rF#crY9y#s9_g~A`fB(zZnrSrij&O(J?%lg@^E8UPZZz6h z;-7ndl1im)l=)1bM=U*tYuyf?*>H{R;QDpz7NxA&y5U;gS5C83xm!elbxyjgkU-!nQ&pVY#1=hhxj6`W*udQ-U4rV@bf{VlYty{N#XE<=D?4fFcH)rx0c6*mC+qZAu5>~tR z!58)eJ9>S2Io;C=#dLnYUF&c_>VwryyK`xq*(&VjH_z0s5&ct_=rk{UtG{h;n7eJA zxeTA`=}pg-HnBeF4(t7#);hbxL50&0s-y);)@smE>c zS{2Wz{LlsIq8%Qq1y?q|EUB8i?B%voZ=13Xb#h!XxjXM{+V#AdudePE))HJRP#Pw3 zw11I?hHo&ZYJTLjC+oh~|JP<&r}UL`x{!Z#-gR~z!Pegg_6roA<#l{=_NLdf&6_v- zG1Vq-{&iV`|DpFJmTOTlF?Y;Qp0j)K|Cryq+4mV^qvPX`KYf~7EFaX6#3?-KqUzKC zlgpyl-+K8n^Yy>L+5=k;CVXIW;A1!@p{-=^zWAcCs!X--f7ZKo1+ocy=R5>vBh?bu zh?11Vl2ohYqEsNoU}RuurfX=ZYhV;&Xl!L{Y-M1eZD0r_uQRTBi=rVnKP5A*61RqB SF(QFL4Gf;HelF{r5}E*oY0EJH literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/docprops/icons/hidpi/docprops.png b/src/ninenote-1.0/public/build/ckeditor/plugins/docprops/icons/hidpi/docprops.png new file mode 100644 index 0000000000000000000000000000000000000000..ac44303ed2b4ab205b0e2d79c73ba1e3348e8dfc GIT binary patch literal 1017 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmUKs7M+SzC{oH>NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fg!ItFh?!xdN1Q+aGJ{c&& zUgGKN%Km_xiC2-KneQA20|V1vPZ!6Kh{J2c_GjNU5ZGrO{mr|e%}L>c=7hC#onHpL zxboz`XS>7ZR)+;Y{f){zH;e2NnYA_6+jxr8f(r+2lA^6jS3I5fRmFDybh(b@<(KB# z)qX#GsJWS$gHuWG#hR^-wHf=jmd%Kdjdk?Nn0h$)(Y3W(xvTm4`NNqK{{Px|?d)BL zBNOA!ZPwZC(b&_tUfnJWcw^?`mkY;F@>EDrI)UlOOK}kSRKyXSbXYOq~riPOWix`$kcrvU@ z>RQy%NEJN?O~x?sb#Gu64IN8|BY^ z7Vj~fzxCS1ANTLvY2aVi|DEB$&8L<7Or|VUshOA>X(IUT`*&T2Jzu__;pyNwCXw(g z@VgJwhev-}X4)^?w0}CkYoN{4*Vm#lZi~&REcviWfKTSDNZr(>8gqYNGC4baS!RLR z?A~uWo1+sB&A_VQ-jVkKG?nW+j7ISDe{ricpGZl zmMjr66mK&X486pt&-vMZ?uNDhonJYp6i@nTe4G3G z>GVl~7Q+JJ!|Ns80Gz8q48uTE%+1g{> z+RGJ9JPMCKuu7-C*k3eTE2&!?M)`n ze>#2obnd55=G`@v`t2jbyZm$gZ$V&^S330U*)uca{|pT8N^>Kp^`}PvlmEo-^?&)< zBdV6Jz`UVa;u=wsl30>zm0Xkxq!^4049#>64RsBSLJWUV_JZxwe13+bQWDAr%~sEWrZafD`njxgN@xNA DM-wqS literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealignleft.png b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealignleft.png new file mode 100644 index 0000000000000000000000000000000000000000..7a520becc42c13719624974c2aba398df93cc4cc GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!6#=yXs@#Xw?AcrO0(btiIVPik{pF~z5-`~^4 zF~mYJIbnhDhfa_G{D(xM*o~Rof-~-{D7)3dpnN7G=yB%hu9*pYeGHg4Tr_aK@gyNh z$AGQF?V7`y?f@QzFyT#0EA~3{HJ)g@+|J987$oLkcGasBXf%VTtDnm{r-UW|+RrhF literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealignright.png b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealignright.png new file mode 100644 index 0000000000000000000000000000000000000000..d096f33967f954bc02c65c48de53d79791d21799 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!6#=yXs@#Xw?AcrO0(btiIVPik{pF~z5-^bI% zF~mYJIYEMzS(?dC@a2C;y@rcE%&%o$-8jc#%=S!MV!puM)T2Hd;+hsR1b3Wv5Q`Cd w@#qAb;_hh~%o9u%rTs2&?=Vr4HrkNG;3h7lC&KvA2WT#Xr>mdKI;Vst0Ak%MhyVZp literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealt.png b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealt.png new file mode 100644 index 0000000000000000000000000000000000000000..3b99772534110591b034e32aca39de55a06f0ef8 GIT binary patch literal 545 zcmV++0^a?JP)}VrN@7-};23U-YEv{cM1%P5@!S{h;X7n-k4Uc7YU_ttuG6T1?rHv~8V zq&pbsbM)LOqsw6l8Zz#rdYR!0A*?LAxmVKT7htIO3b~Vkz=)*QC?H%_z>gT!F(BSp zdX_C2?ubv&gN*T~Le;vf{Z&MG=gs9i!nzbBj5R*{Z?aXUGD zqV9B~IgWa0iF0}AhY&$F&Eiwr_%6TAC|8e-?pR;s0MFQtneQaG)5 j*;NER=0ES({{MUr@JFjv9vG9x00000NkvXXu0mjf>fHcx literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagefull.png b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagefull.png new file mode 100644 index 0000000000000000000000000000000000000000..37bc79d4b5b6332a1d1d9beca4cdb96ade173603 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!6#=yXs@#Xw?AcrO0(btiIVPik{pF~z5-^p8Xv4$DbBTI v2ScPT_om>9suPZW+_>^NYt6O`A$$yM2?8EXQ#MHhO=a+O^>bP0l+XkKr$8>B literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimageside.png b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimageside.png new file mode 100644 index 0000000000000000000000000000000000000000..d096f33967f954bc02c65c48de53d79791d21799 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!6#=yXs@#Xw?AcrO0(btiIVPik{pF~z5-^bI% zF~mYJIYEMzS(?dC@a2C;y@rcE%&%o$-8jc#%=S!MV!puM)T2Hd;+hsR1b3Wv5Q`Cd w@#qAb;_hh~%o9u%rTs2&?=Vr4HrkNG;3h7lC&KvA2WT#Xr>mdKI;Vst0Ak%MhyVZp literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimageupload.png b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimageupload.png new file mode 100644 index 0000000000000000000000000000000000000000..8ea97259df1e428333b1dad62e48f94faa666a0d GIT binary patch literal 498 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6-E$sR$z z3=CDO3=9p;3=BX21L>Cx45bDP46hOx7_4S6Fo@?*ia+WGRLhp+?e4|M(0zkpReK;%1Ag@`=X>@@dRb;faPyOW+kl=`Epd$~Nl7e8wMs5Z1yT$~28L$32IjhkmLZ15 uR>lTaCPvx@Mpgy}5);ZRP&DM`r(~v8;?|IP_WTi`1_n=8KbLh*2~7Z{n5wb> literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealigncenter.png b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealigncenter.png new file mode 100644 index 0000000000000000000000000000000000000000..633a4fe168013b95dcd63c5cb249fe8a88472839 GIT binary patch literal 350 zcmV-k0iphhP)YV*oZ_CN^LI_JdPf`HW-d0fFn$_JhQ-Vk;ua zFqm&dd^%qq2A@MD@(l1sz5af?jt8KaV8k~8nl;0jU+Ic6cBS;l6!=9-M0(9ak=mG} zUa1qrC+8Tz2kXTPK@&OO>}Z{W5grEIbrFgE+mr+HVnqifa>Kj35jTq`3Q##xqjOmW zUI7n-G`R~PL?pe3DxO!!!%$dWMH09-#=1M^#L2Vy<~aEmYAbY8P}^|l{jmdb47o=h zbjH2M)g9lW1617VOtg-8v$GITBchf^0rD6Uuua}pyc8_eO9Xt{kQ?Dxs+R~TDYkhw wibl&X35x1`4KLn;-kn$HK<^Fi^_m@c0u*J4j2%LGj)Rw(EVB&^$^$`5TH_&q#wiiY#&$1 zvZ$Yv{q6qv0QW!)8U~mly14%Rdb&$U{T2q$1hX$r&CW0_{tv7ZDXO)ms{pwKh~7Ez zH})7wiHWt06c_Aztqst7cKF0aMmq7`I}jdd>&1a1r8f*tQ!FZwDNLDBpox0V_K9bC@YM%gvu3)=$dOkk6Rs{qqz>7L4{S3rxn*lh9!EFmFkwL~j zs6coUgY{Fg4CV=3ngyOr%c2BeJC8Cu8PQeB04|V0d7l9s19i?|tM>L56zbZR72fa< z1p*4>IR?gNFXmg|@8&C}K}&6-hNehONkAwmRMgT$KWHI$rY(Ww zC?WllyQD^~=m$Ydss%y(BAVoK6{$jdLBVJ)v`Sl(evv>$1gmXRwO5I;QA@Nb$=%-W zjPGr3)=hG!;b=iH1G)M0e((3*zIpRz!dSMpJGg&CLv!dl$$)Mefl~nZiCvARpH^ z0zj`vcH4)_A$0T$jN6eV1{+$!;|fGV8v9%J*U*@w*1_RepTIR)^y-N z5e<<3X96K(!V%>9@iOJY+`4s5Q8l)OE32!wm0tMf+@ES~IlYrK3P}5C3M+woS!qi9 zEDB4cWS1C|4-p3U_fk9-*{tx+nwsE;3q)K2CRZ7tZzCcOyiG81csSNy(HQKgwS@Rm z;Q{#5@mSwmZZ>HQ_KK zDFcw8*vGYp)u(-QyyvPHyE49&5ol-*kL1JWW}?42e1!<&1CfnX)&jwfDE7NCxxPox zi?prT47da&BofJ_t{1{~D=Co>Mj6NlF&7F+&OzHb6zlzz#;UmlR3fMf0E1tV#2g;z zuTUULEcE6~WSW8cxc{45H}31+DeNP1dt#xn|XWuSl>x+k-$SG@ROXA z?3@K5B<8jDz#7i)OsDPd80b443wREs5Yc&Skect27!9G(muc=0pi6j;?6Elw$^c5% zNtwO?Iy`}&lK=_UyrL{n1Prvm(DBHtG2z9789u$rGVRYif&CHI zl$XS#-Lr(Jwt#>Z&^-u*4iy=*f0UZm+$7hvO~MkV5h!Vk36oc&EzURD@-n!h^goKg zl03%4Fp9angHDmbwYuAVi!5<~f=~BgTG*p_0xOjxTH}t1fyDY}C{_hE1E%?0b3$r1+|S~~r}>|^+)s|kap^DzUo9~MU> z*VY7rp*|s4c(E~zyWl{}5btrnjtQ@XCz zgAKFF5iIr=-Zr{J25f@fKQ!*@>MBV5Zq6W=;WgwPa}EbpHFn=d_$GP(W>ILSYNNvJ%KOrF}f@0^@hfse<{cjboeD@;Oewhnaem`L}=gJ|27fV$;5^b;+bTf@?L-!_Cm^Fa{|V5tXczBUXxyV&pcs zoB)@BX}jXFo^Rc?%pj`+UeJ?!JGKj3yr3KU^MmjAj5oD)mL*eyj%pQt(WDP#on*R+ z(K(AZ4jFZmRixymp;-SZFW=(vzdEp3LCu?5!}lajhDViE0LYQG1?9VLn7^%G9Fbhf zs(A8tKoMl?=U@8vQN57u`}k-ikqxu5_MeHsU$Cwpuj=c9kpKVy07*qoM6N<$g0?zs A*#H0l literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagefull.png b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagefull.png new file mode 100644 index 0000000000000000000000000000000000000000..2de074a6cc46c26dbebea585b02b638e950cb4c7 GIT binary patch literal 253 zcmV2i_n~B`W#<8jpRu&+=5rVSsxlq>2Vy*XFzsG%wwzD`2if z9X`RzV~|sYxYt~XW&m?DCFrbg;blSh)2&^BKNWcDSe#&^%Nlc(7nzA^!g5#Ob(vu( zY^h?YHDAX_x@7K7Aew@hWF=8Hea5{DnpUTitD?XK^?EdlH0rgX00000NkvXXu0mjf D_K9bC@YM%gvu3)=$dOkk6Rs{qqz>7L4{S3rxn*lh9!EFmFkwL~j zs6coUgY{Fg4CV=3ngyOr%c2BeJC8Cu8PQeB04|V0d7l9s19i?|tM>L56zbZR72fa< z1p*4>IR?gNFXmg|@8&NSwWJ?9znhg z3{`3j3=J&|48MRv4KElNN(~qoUL`OvSj}Ky5HFasE6@fg!ItFh?!xdN1Q+aGJ{c&& zUgGKN%Km_xiC2-KneQA20|Qg9r;B4q#NngiyYsF(2-t2e&*?U+aq!am(IlcN?C9;< z{gag|it8W4%Sn^E#JWl}Kd}Y`K4bRiPI~{2hc(K$eEr^Sp9Pd7Z+)LrT=qut^2w8& z$9zJ|f4OYQ+LuzcK6=mV#y8g(t{KGfDop>b*t_=roJ6Kcw>r1x_Mg=^VPcq<6dj~! zd5ZC_o28uO?Zt-2^Ok;|+q$RXdR1q4x@vK-up$e?4WWrb6Pa#Qy?<}(P@Z&vP1ra; zbgSuSU1Q;fYi!S>j$QK)WMt44JZPCdckj9D^XJc3UaP!FHei+2su{A{#~iF2T-X#W zKVQCl*>%nGHD6T!nCSdkekgKZ#^#%EEMgv62nL5*+}_B&=X<_ON`Zz_`n}&~`@hG0 z+G@6v!T7M{^+)f^8|M`38uR;I-g{i)yGX{YXPgbEHLrKyph5&u=G= z9XogaT)E2K z49!|DUsk`~75L4SbyGq%V@&0H^+v?M?{*5U zy=iiG^Ii#!yQQI__tl>Dz1kI)X1C_`FXe_)=bm#d*|_ih{^cJZzWS76qEP(Kwddnc zkpmLSNj>42^K179^W0eC>cVUgeWFLJpthEmAwJh=)6N8+wT8!9XUsU)rqtBj+^l!Z z;>%~|=VzMcDQ_^33cYI0@HHu4InD98zucPYmliD_>UyCK+H_RV{IiC`m~yNwrEY zN(E93Mh1pvx`u|j21X%<##YA0Rt5&z28KZLI^&wRC>nC}Q!>*kacfu>BN7PIz~JfX K=d#Wzp$PzE&Ulgl literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/lang/en.js b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/lang/en.js new file mode 100644 index 0000000..acd56a3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/lang/en.js @@ -0,0 +1,5 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.plugins.setLang("easyimage","en",{commands:{fullImage:"Full Size Image",sideImage:"Side Image",altText:"Change image alternative text",upload:"Upload Image"},uploadFailed:"Your image could not be uploaded due to a network error."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/plugin.js b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/plugin.js new file mode 100644 index 0000000..0618bbb --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/easyimage/plugin.js @@ -0,0 +1,18 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +(function(){function g(a){return CKEDITOR.tools.capitalize(a,!0)}function n(a,c){function b(a){return function(b,c){var f=b.widgets.focused,e=CKEDITOR.TRISTATE_DISABLED;f&&"easyimage"===f.name&&(e=a&&a.call(this,f,b,c)?CKEDITOR.TRISTATE_ON:CKEDITOR.TRISTATE_OFF);this.setState(e)}}function e(a,c,d,f){d.type="widget";d.widget="easyimage";d.group=d.group||"easyimage";d.element="figure";c=new CKEDITOR.style(d);a.filter.allow(c);c=new CKEDITOR.styleCommand(c);c.contextSensitive=!0;c.refresh=b(function(a, +b,c){return this.style.checkActive(c,b)});a.addCommand(f,c);c=a.getCommand(f);c.enable=function(){};c.refresh(a,a.elementPath());return c}a.addCommand("easyimageAlt",new CKEDITOR.dialogCommand("easyimageAlt",{startDisabled:!0,contextSensitive:!0,refresh:b()}));(function(b){function c(a,b){var d=a.match(/^easyimage(.+)$/);if(d){var e=(d[1][0]||"").toLowerCase()+d[1].substr(1);if(d[1]in b)return d[1];if(e in b)return e}return null}a.on("afterCommandExec",function(d){c(d.data.name,b)&&(a.forceNextSelectionCheck(), +a.selectionChange(!0))});a.on("beforeCommandExec",function(d){c(d.data.name,b)&&d.data.command.style.checkActive(d.editor.elementPath(),a)&&(d.cancel(),a.focus())});for(var d in b)e(a,d,b[d],"easyimage"+g(d))})(c)}function p(a){var c=a.config.easyimage_toolbar;a.plugins.contextmenu&&(c.split&&(c=c.split(",")),a.addMenuGroup("easyimage"),CKEDITOR.tools.array.forEach(c,function(b){b=a.ui.items[b];a.addMenuItem(b.name,{label:b.label,command:b.command,group:"easyimage"})}))}function q(a){var c=a.sender.editor, +b=c.config.easyimage_toolbar;b.split&&(b=b.split(","));CKEDITOR.tools.array.forEach(b,function(b){b=c.ui.items[b];a.data[b.name]=c.getCommand(b.command).state})}function r(a,c){var b=a.config,e=b.easyimage_class,b={name:"easyimage",allowedContent:{figure:{classes:b.easyimage_sideClass},img:{attributes:"!src,srcset,alt,width,sizes"}},requiredContent:"figure; img[!src]",styleableElements:"figure",supportedTypes:/image\/(jpeg|png|gif|bmp)/,loaderType:CKEDITOR.plugins.cloudservices.cloudServicesLoader, +progressReporterType:CKEDITOR.plugins.imagebase.progressBar,upcasts:{figure:function(a){if((!e||a.hasClass(e))&&1===a.find("img",!0).length)return a}},init:function(){function b(a,c){var e=a.$;if(e.complete&&e.naturalWidth)return c(e.naturalWidth);a.once("load",function(){c(e.naturalWidth)})}var c=this.parts.image;c&&!c.$.complete&&b(c,function(){a._.easyImageToolbarContext.toolbar.reposition()});c=this.element.data("cke-upload-id");"undefined"!==typeof c&&(this.setData("uploadId",c),this.element.data("cke-upload-id", +!1));this.on("contextMenu",q);a.config.easyimage_class&&this.addClass(a.config.easyimage_class);this.on("uploadStarted",function(){var a=this;b(a.parts.image,function(b){a.parts.image.hasAttribute("width")||(a.editor.fire("lockSnapshot"),a.parts.image.setAttribute("width",b),a.editor.fire("unlockSnapshot"))})});this.on("uploadDone",function(a){a=a.data.loader.responseData.response;var b=CKEDITOR.plugins.easyimage._parseSrcSet(a);this.parts.image.setAttributes({"data-cke-saved-src":a["default"],src:a["default"], +srcset:b,sizes:"100vw"})});this.on("uploadFailed",function(){alert(this.editor.lang.easyimage.uploadFailed)});this._loadDefaultStyle()},_loadDefaultStyle:function(){var b=!1,e=a.config.easyimage_defaultStyle,d;for(d in c){var f=a.getCommand("easyimage"+g(d));!b&&f&&f.style&&-1!==CKEDITOR.tools.array.indexOf(f.style.group,"easyimage")&&this.checkStyleActive(f.style)&&(b=!0)}!b&&e&&a.getCommand("easyimage"+g(e))&&this.applyStyle(a.getCommand("easyimage"+g(e)).style)}};e&&(b.requiredContent+="(!"+e+ +")",b.allowedContent.figure.classes="!"+e+","+b.allowedContent.figure.classes);a.plugins.link&&(b=CKEDITOR.plugins.imagebase.addFeature(a,"link",b));b=CKEDITOR.plugins.imagebase.addFeature(a,"upload",b);b=CKEDITOR.plugins.imagebase.addFeature(a,"caption",b);CKEDITOR.plugins.imagebase.addImageWidget(a,"easyimage",b)}function t(a){a.on("paste",function(c){if(!a.isReadOnly&&c.data.dataValue.match(/ img { + outline: none; + border: 1px solid #0782C1; + box-sizing: border-box; + padding: 1px; +} + +.cke_widget_wrapper_easyimage figure { + margin: 0; +} + +.easyimage img, .cke_widget_uploadeasyimage img { + display: block; + height: auto; + margin: 0 auto; + max-width: 100%; +} + +.cke_widget_wrapper_easyimage-side, :not(.cke_widget_wrapper_easyimage):not(.cke_widget_wrapper_easyimage-side) > .easyimage-side, +.cke_widget_wrapper_easyimage-align-right, :not(.cke_widget_wrapper_easyimage):not(.cke_widget_wrapper_easyimage-align-right) > .easyimage-align-right { + /* + The :not() selector will be used for Easy Image content ouside of the editor, for example: when the editor was destroyed. + See https://github.com/ckeditor/ckeditor-dev/pull/1150#discussion_r150415261 for more details. + */ + float: right; + max-width: 50%; + /* + In case of placement inside the parent container like a table cell, 'min-width' is needed to prevent the widget from having + tiny sizes. The `em` unit is used so it works well and has proper proportions to the textual content around (#1553). + */ + min-width: 10em; + margin-left: 1.5em; +} + +/* +Overwrite 'max-width: 50%' with 'max-width: 50vw' to prevent the native Chrome bug: +https://bugs.chromium.org/p/chromium/issues/detail?id=803045 (#1550). +*/ +body.cke_editable > .cke_widget_wrapper_easyimage-side { + max-width: 50vw; +} + +.cke_widget_wrapper_easyimage-align-left, :not(.cke_widget_wrapper_easyimage):not(.cke_widget_wrapper_easyimage-align-left) > .easyimage-align-left { + float: left; + max-width: 50%; + min-width: 10em; + margin-right: 1.5em; +} + +.cke_widget_wrapper_easyimage-align-center, :not(.cke_widget_wrapper_easyimage):not(.cke_widget_wrapper_easyimage-align-center) > .easyimage-align-center { + margin: 0 auto; + max-width: 90%; +} + +.easyimage .cke_widget_editable { + background-color: #f7f7f7; + /* Add border so when caption is focused, blue border does not cause flickering. */ + border: 1px solid #f7f7f7; + color: #333; + padding: .8em; +} + +.cke_widget_wrapper:hover .easyimage .cke_widget_editable { + outline: 3px solid transparent; +} + +.cke_widget_wrapper .easyimage .cke_widget_editable.cke_widget_editable_focused { + background-color: #fff; + border-color: #48a3f5; + outline: none; +} + +/* Loaders */ + +.cke_widget_element.easyimage { + position: relative; +} + +.cke_loader { + position: absolute; + top: 0px; + left: 0px; + right: 0px; +} + +.cke_loader .cke_bar { + height: 10px; + background: #6a9ed1; + width: 0; +} + +/* Fancy opacity effect discussed in #1533. Transition is assigned in this awkward way so that it **does not** happen for +the initial render, otherwise it would start transitioning from opacity 1 to 0.x upon the first render. */ + +.cke_widget_wrapper_easyimage:not(.cke_widget_wrapper_uploading) figure img { + transition: opacity 0.3s ease-in-out; +} + +.cke_widget_wrapper_easyimage.cke_widget_wrapper_uploading figure img { + opacity: 0.75; +} diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embed/icons/embed.png b/src/ninenote-1.0/public/build/ckeditor/plugins/embed/icons/embed.png new file mode 100644 index 0000000000000000000000000000000000000000..9a9a73568eff8443f69985e68bc1f8039940b498 GIT binary patch literal 389 zcmV;00eb$4P)Px$KS@MER5%f(Q#)>iFc8HOqRj=oh@Jw`(NaK@3vh*;Ag4&bN8kb}5CsiA1sxIs z5ky4}0OAwRWM{(?uf%FyFmHZup0Ujov4S9Y)imuaAYa#2VT>tYVG#yPOW?0z7~aA# z{8S;Rs_Hq*GEM~t?8&k$7iI{osX=&10m<1nga5Dsl1^j~DUeN*#eiJ;4`kCw z2@v_dzruxzqKFkmfvKBgyf=+Vw*RUuOFW&MQ;;bDQrC6yevoYPlO$nCFpeV*xu-x( z!@OY__%^DlLJL78===WLahz4W2`t=x(lljF)1X{k*HH=iR{|mJz3aLUvB#HfGhog+ jHnnZb>bl;ipZ9+N?)IpPx%l1W5CR9Fe^SIvqVK@c7_f;k1eB@F0EauCGaB_N2;5WM;fd5G*Qc=aK~gDiNC zh&coW1rd*dL=eHhRCWAntDEV}=DjFtM3B0>v49F*Y*J0X%hdu2k1@cZ$f0nGU?eS#cAKV z*`)%yEE@dOb2p9<(5yIU(zA65q9V;^(|VWmdOdUV&t@~r#7n?J-LTM^>IaXTs1VQw z91oe?5Zjn=AOzOF=kxi)V~~(SKpWf|RNJvXH(Ra8+#;Y2lJ)>9Rj=2rGuOU2nAWpy zFc_Fh2mxItu)9XGJxb02cSS&0=u~?KflX3M>%Kw4w zcAJPX3|-0D`Yx`HtAo8%;3th-F88KZt666WpqA_mB_0lk<}8=XrPbYqLP7j6-qpjO zRDeL=*6Ve!*=z#(JTos0uto+f^_=y-0W9!7oUksHO7C~O-B&Vr?E@#-U#(WgXBdVS zJM6nYqyp3F^gA8F2l{v%(x=le7pT|B92L?MIAD0K=g|L`sK9S=!OemeK%%Pv0000< KMNUMnLSTZg%~a6< literal 0 HcmV?d00001 diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embed/plugin.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embed/plugin.js new file mode 100644 index 0000000..72fbfcf --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embed/plugin.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +(function(){CKEDITOR.plugins.add("embed",{icons:"embed",hidpi:!0,requires:"embedbase",init:function(b){var c=CKEDITOR.plugins.embedBase.createWidgetBaseDefinition(b);b.config.embed_provider||CKEDITOR.error("embed-no-provider-url");CKEDITOR.tools.extend(c,{dialog:"embedBase",button:b.lang.embedbase.button,allowedContent:"div[!data-oembed-url]",requiredContent:"div[data-oembed-url]",providerUrl:new CKEDITOR.template(b.config.embed_provider||""),styleToAllowedContentRules:function(a){return{div:{propertiesOnly:!0, +classes:a.getClassesArray(),attributes:"!data-oembed-url"}}},upcast:function(a,b){if("div"==a.name&&a.attributes["data-oembed-url"])return b.url=a.attributes["data-oembed-url"],!0},downcast:function(a){a.attributes["data-oembed-url"]=this.data.url}},!0);b.widgets.add("embed",c);b.filter.addElementCallback(function(a){if("data-oembed-url"in a.attributes)return CKEDITOR.FILTER_SKIP_TREE})}})})(); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/dialogs/embedbase.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/dialogs/embedbase.js new file mode 100644 index 0000000..1a6aa83 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/dialogs/embedbase.js @@ -0,0 +1,6 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +CKEDITOR.dialog.add("embedBase",function(b){var c=b.lang.embedbase;return{title:c.title,minWidth:350,minHeight:50,onLoad:function(){function e(){a.setState(CKEDITOR.DIALOG_STATE_IDLE);d=null}var a=this,d=null;this.on("ok",function(f){f.data.hide=!1;f.stop();a.setState(CKEDITOR.DIALOG_STATE_BUSY);var c=a.getValueOf("info","url");d=a.widget.loadContent(c,{noNotifications:!0,callback:function(){a.widget.isReady()||b.widgets.finalizeCreation(a.widget.wrapper.getParent(!0));b.fire("saveSnapshot");a.hide(); +e()},errorCallback:function(b){a.getContentElement("info","url").select();alert(a.widget.getErrorMessage(b,c,"Given"));e()}})},null,null,15);this.on("cancel",function(a){a.data.hide&&d&&(d.cancel(),e())})},contents:[{id:"info",elements:[{type:"text",id:"url",label:b.lang.common.url,required:!0,setup:function(b){this.setValue(b.data.url)},validate:function(){return this.getDialog().widget.isUrlValid(this.getValue())?!0:c.unsupportedUrlGiven}}]}]}}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ar.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ar.js new file mode 100644 index 0000000..c76040a --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ar.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ar",{pathName:"media object",title:"أرفق ميديا",button:"أرفق ميديا",unsupportedUrlGiven:"لم يتم العثور على الرابط المحدد.",unsupportedUrl:"لم يتم العثور على الرابط {url}.",fetchingFailedGiven:"فشل في جلب محتوى لعنوان URL.",fetchingFailed:"فشل في جلب محتوى لعنوان {url}.",fetchingOne:"جارٍ إحضار الاستجابة من oEmbed ...",fetchingMany:"جار جلب الردود، {current} من {max} تم."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/az.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/az.js new file mode 100644 index 0000000..bd93173 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/az.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","az",{pathName:"Multimedia obyektləri",title:"Multimedia obyektlərin quraşdırılması",button:"Multimedia obyekti quraşdır",unsupportedUrlGiven:"Daxil etdiyiniz linki dəstəklənmir",unsupportedUrl:"{url} linki quraşdırıla bilməz",fetchingFailedGiven:"Daxil etdiyiniz linkdən gələn məlumat yanlışdır",fetchingFailed:"{url} linkdən gələn məlumat yanlışdır",fetchingOne:"oEmbed tərəfindən cavabın yoxlanması...",fetchingMany:"oEmbed tərəfindən cavabların yoxlanması, {max}-dan {current} yerinə yetirilib..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/bg.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/bg.js new file mode 100644 index 0000000..a366370 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/bg.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","bg",{pathName:"медиен обект",title:"Вграждане на медия",button:"Вмъкни медия",unsupportedUrlGiven:"Посоченият URL адрес не се поддържа.",unsupportedUrl:"URL адресът {url} не се поддържа от вграждането на медия.",fetchingFailedGiven:"Извличането на съдържание за дадения URL адрес не е успешно.",fetchingFailed:"Извличането на съдържание за {url} не е успешно.",fetchingOne:"Извличане oEmbed заявка...",fetchingMany:"Извличане oEmbed заявка, {current} от {max}..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ca.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ca.js new file mode 100644 index 0000000..0a84675 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ca.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ca",{pathName:"objecte multimèdia",title:"Objecte multimèdia incrustat",button:"Inserir objecte multimèdia incrustat",unsupportedUrlGiven:"La URL especificada no és compatible.",unsupportedUrl:"La URL {url} no és compatible pels objectes multimèdia incrustats.",fetchingFailedGiven:"No s'ha pogut obtenir el contingut de la URL especificada.",fetchingFailed:"No s'ha pogut obtenir el contingut de {url}.",fetchingOne:"Recuperant resposta de oEmbed...",fetchingMany:"Recuperant respostes dels oEmbed, {current} de {max} finalitzats..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/cs.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/cs.js new file mode 100644 index 0000000..b3e9fdc --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/cs.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","cs",{pathName:"objekt média",title:"Vložení médií",button:"Vložit médium",unsupportedUrlGiven:"Zadaná URL není podporována.",unsupportedUrl:"URL {url} není podporována ",fetchingFailedGiven:"Pro zadanou adresu URL nelze získat obsah.",fetchingFailed:"Nelze získat obsah na {url}.",fetchingOne:"Získávání odpovědí oEmbed...",fetchingMany:"Získávání odpovědí oEmbed. {current} z {max} hotovo..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/da.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/da.js new file mode 100644 index 0000000..46b7f93 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/da.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","da",{pathName:"media objekt",title:"Media Embed",button:"Indsæt Media Embed",unsupportedUrlGiven:"Den angivende URL er ikke undersøttet.",unsupportedUrl:"URLen {url} er ikke undersøttet af Media Embed.",fetchingFailedGiven:"Kunne ikke hente indholdet fra den angivende URL.",fetchingFailed:"Kunne ikke hente indholdet fra {url}.",fetchingOne:"Henter oEmbed-svar",fetchingMany:"Henter oEmbed-svar, {current} af {max} færdige..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/de-ch.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/de-ch.js new file mode 100644 index 0000000..70e86b9 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/de-ch.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","de-ch",{pathName:"Medienobjekt",title:"Media Embed (Medieninhalte)",button:"Medieninhalte einfügen",unsupportedUrlGiven:"Die angegebene URL wird nicht unterstützt.",unsupportedUrl:"Die URL {url} wird von Media Embed nicht unterstützt.",fetchingFailedGiven:"Abrufen des Inhalts für die angegebene URL ist fehlgeschlagen.",fetchingFailed:"Abrufen des Inhalts für {url} ist fehlgeschlagen.",fetchingOne:"Empfangen der Medieninhalte...",fetchingMany:"Medieninhalte werden abgerufen, {current} von {max} empfangen..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/de.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/de.js new file mode 100644 index 0000000..e115c94 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/de.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","de",{pathName:"Medienobjekt",title:"Media Embed (Medieninhalte)",button:"Medieninhalte einfügen",unsupportedUrlGiven:"Die angegebene URL wird nicht unterstützt.",unsupportedUrl:"Die URL {url} wird von Media Embed nicht unterstützt.",fetchingFailedGiven:"Abrufen des Inhalts für die angegebene URL ist fehlgeschlagen.",fetchingFailed:"Abrufen des Inhalts für {url} ist fehlgeschlagen.",fetchingOne:"Empfangen der Medieninhalte...",fetchingMany:"Medieninhalte werden abgerufen, {current} von {max} empfangen..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/en-au.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/en-au.js new file mode 100644 index 0000000..1cbfdfe --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/en-au.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","en-au",{pathName:"media object",title:"Media Embed",button:"Insert Media Embed",unsupportedUrlGiven:"The specified URL is not supported.",unsupportedUrl:"The URL {url} is not supported by Media Embed.",fetchingFailedGiven:"Failed to fetch content for the given URL.",fetchingFailed:"Failed to fetch content for {url}.",fetchingOne:"Fetching oEmbed response...",fetchingMany:"Fetching oEmbed responses, {current} of {max} done..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/en.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/en.js new file mode 100644 index 0000000..30668c8 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/en.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","en",{pathName:"media object",title:"Media Embed",button:"Insert Media Embed",unsupportedUrlGiven:"The specified URL is not supported.",unsupportedUrl:"The URL {url} is not supported by Media Embed.",fetchingFailedGiven:"Failed to fetch content for the given URL.",fetchingFailed:"Failed to fetch content for {url}.",fetchingOne:"Fetching oEmbed response...",fetchingMany:"Fetching oEmbed responses, {current} of {max} done..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/eo.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/eo.js new file mode 100644 index 0000000..4e9fcb4 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/eo.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","eo",{pathName:"Datumportila objekto",title:"Enkorpigo de datumportilo",button:"Enmetu enkorpigitan datumportilon.",unsupportedUrlGiven:"la indikita URL ne estas subtenata.",unsupportedUrl:"La URL {url} ne estas subtenata de enkorpigo de datumportilo.",fetchingFailedGiven:"Rekuperi enhavon por la indikitan URL malsukcesis.",fetchingFailed:"Rekuperi enhavon por {url} malsukcesis.",fetchingOne:"La respondo de la enkorpigita objekto estas serĉata ...",fetchingMany:"La respondoj de la enkorpigita objekto estas serĉataj, {current} el {max} faritaj..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/es-mx.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/es-mx.js new file mode 100644 index 0000000..36a0bcb --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/es-mx.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","es-mx",{pathName:"objeto multimedia",title:"Empotrar multimedia",button:"Insertar multimedia empotrado",unsupportedUrlGiven:"La URL especificada no es soportada.",unsupportedUrl:"La URL {url} no es soportada para empotrar multimedia",fetchingFailedGiven:"No se pudo obtener el contenido de la URL dada.",fetchingFailed:"No se pudo obtener el contenido de {url}.",fetchingOne:"Recuperar o Incrustar respuesta ...",fetchingMany:"Recuperar o Incrustar respuestas, {current} de {max} listo..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/es.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/es.js new file mode 100644 index 0000000..305fc5c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/es.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","es",{pathName:"objeto media",title:"Media incrustado",button:"Insertar Media incrustado",unsupportedUrlGiven:"La URL especificada no está soportada.",unsupportedUrl:"La URL {url} no está soportada por Medio Inscrustado.",fetchingFailedGiven:"Fallo al recuperar el contenido de la URL dada.",fetchingFailed:"Fallo al recuperar contenido de {url}.",fetchingOne:"Recuperando respuesta oEmbed...",fetchingMany:"Recuperando respuestas oEmbed, {current} de {max} hecho..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/et.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/et.js new file mode 100644 index 0000000..8b90fa0 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/et.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","et",{pathName:"meedia objekt",title:"Meedia pesa",button:"Sisesta meedia pesa",unsupportedUrlGiven:"Antud URL ei ole toetatud.",unsupportedUrl:"Meedia pesa ei toeta URLi {url}.",fetchingFailedGiven:"Antud URLi sisu hankimine nurjus.",fetchingFailed:"URLi {url} sisu hankimine nurjus.",fetchingOne:"oEmbed'i vastuse hankimine...",fetchingMany:"oEmbed'i vastuste hankimine, valmist {current} / {max}..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/eu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/eu.js new file mode 100644 index 0000000..d88a889 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/eu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","eu",{pathName:"multimedia objektua",title:"Media Embed",button:"Txertatu edukia",unsupportedUrlGiven:"Ez dago zehazturiko URLarentzako euskarririk",unsupportedUrl:"Media Embed-ek ez dauka {url} URLarentzako euskarririk.",fetchingFailedGiven:"Huts egin du emandako URLetik edukia eskuratzean.",fetchingFailed:"Huts egin du {url}(e)tik edukia eskuratzean.",fetchingOne:"oEmbed erantzuna eskuratzen...",fetchingMany:"oEmbed erantzunak eskuratzen, {current} / {max}"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/fr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/fr.js new file mode 100644 index 0000000..7b705b6 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/fr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","fr",{pathName:"objet média",title:"Incorporation de média",button:"Incorporer un média",unsupportedUrlGiven:"L'URL spécifiée n'est pas supportée.",unsupportedUrl:"L'URL {url} n'est pas supportée par l'incorporation de média.",fetchingFailedGiven:"Échec de la récupération du contenu de l'URL donnée.",fetchingFailed:"Échec de la récupération du contenu pour {url}.",fetchingOne:"Récupération de la réponse oEmbed...",fetchingMany:"Récupération des réponses oEmbed, {current} sur {max} effectué..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/gl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/gl.js new file mode 100644 index 0000000..b8429ba --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/gl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","gl",{pathName:"obxecto multimedia",title:"Multimedia integrado",button:"Inserir un multimedia integrado",unsupportedUrlGiven:"O URL especificado non está admitido.",unsupportedUrl:"O URL {url} non está admitido polo multimedia integrado.",fetchingFailedGiven:"Non foi posíbel obter o contido do URL indicado.",fetchingFailed:"Non foi posíbel obter o contido der {url}.",fetchingOne:"Obtendo a resposta oEmbed...",fetchingMany:"Obtendo as respostas oEmbed, feito {current} de {max}..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/hr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/hr.js new file mode 100644 index 0000000..abb6c2c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/hr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","hr",{pathName:"objekt medija",title:"Media Embed",button:"Umetanje Media Embed",unsupportedUrlGiven:"Navedeni URL nije podržan",unsupportedUrl:"URL {url} nije podržan od strane Media Embed-a.",fetchingFailedGiven:"Nije moguće dohvatiti sadržaj danog URL-a.",fetchingFailed:"Nije moguće dohvatiti sadržaj za {url}.",fetchingOne:"Dohvaćanje oEmbed odgovora...",fetchingMany:"Dohvaćanje oEmbed odgovora, {current} od {max} gotovo..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/hu.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/hu.js new file mode 100644 index 0000000..89927e5 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/hu.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","hu",{pathName:"média objektum",title:"Média beágyazása",button:"Beágyazott média beszúrása",unsupportedUrlGiven:"A megadott URL nem támogatott.",unsupportedUrl:"Az URL-t {url} a média beágyazása nem támogatja.",fetchingFailedGiven:"Nem sikerült a megadott URL-hez tartalmat kinyerni.",fetchingFailed:"Nem sikerült az {url}-nek a tartalmát kinyerni.",fetchingOne:"oEmbed válasz kinyerése...",fetchingMany:"oEmbed válasz kinyerése folyamatban, {current} a {max}-ból kész..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/id.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/id.js new file mode 100644 index 0000000..084a542 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/id.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","id",{pathName:"media object",title:"Sisipkan Media",button:"Insert Media Embed",unsupportedUrlGiven:"The specified URL is not supported.",unsupportedUrl:"The URL {url} is not supported by Media Embed.",fetchingFailedGiven:"Failed to fetch content for the given URL.",fetchingFailed:"Gagal mengambil konten untuk {url}",fetchingOne:"Fetching oEmbed response...",fetchingMany:"Fetching oEmbed responses, {current} of {max} done..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/it.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/it.js new file mode 100644 index 0000000..aa6ed31 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/it.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","it",{pathName:"oggetto multimediale",title:"Media incorporato",button:"Inserisci media incorporato",unsupportedUrlGiven:"L'URL specificato non è supportato.",unsupportedUrl:"L'URL {url} non è supportato da Media incorporato.",fetchingFailedGiven:"Non è stato possibile recuperareil contenuto per l'URL specificato.",fetchingFailed:"Non è stato possibile recuperare il contenuto per {url}.",fetchingOne:"Recupero della risposta oEmbed...",fetchingMany:"Recupero delle risposta oEmbed, {current} di {max} completati..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ja.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ja.js new file mode 100644 index 0000000..d05045c --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ja.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ja",{pathName:"media object",title:"Media Embed",button:"Insert Media Embed",unsupportedUrlGiven:"指定されたURLはサポートされていません。",unsupportedUrl:"The URL {url} is not supported by Media Embed.",fetchingFailedGiven:"Failed to fetch content for the given URL.",fetchingFailed:"Failed to fetch content for {url}.",fetchingOne:"Fetching oEmbed response...",fetchingMany:"Fetching oEmbed responses, {current} of {max} done..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ko.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ko.js new file mode 100644 index 0000000..f1f3f30 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ko.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ko",{pathName:"미디어 오브젝트",title:"미디어 임베드",button:"미디어 임베드 삽입",unsupportedUrlGiven:"지원하지 않는 주소 형식입니다.",unsupportedUrl:"입력하신 주소 {url}은 지원되지 않는 형식입니다.",fetchingFailedGiven:"입력하신 주소에서 내용을 불러올 수 없습니다.",fetchingFailed:"입력하신 주소 {url}에서 내용을 불러올 수 없습니다.",fetchingOne:"oEmbed 응답을 가져오는 중...",fetchingMany:"총 {max} 개 중{current} 번째 oEmbed 응답을 가져오는 중..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ku.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ku.js new file mode 100644 index 0000000..3f76a93 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ku.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ku",{pathName:"ڕاگەیاندنی بەرکار",title:"خستنەناوی ڕاگەیاندن",button:"خستنەناوی ڕاگەیاندن",unsupportedUrlGiven:"بەستەری نیشانکراو پشتیوان نەکراوە.",unsupportedUrl:"بەستەری {url} پشتیواننەککراوە لەلایەن خستنەناوی ڕاگەیاندن.",fetchingFailedGiven:"سەرکەوتوونەبوو لە هێنانی ناوەڕۆکی بەستەری دراو",fetchingFailed:"سەرکەوتوونەبوو لە هێنانەی ناوەڕۆکی ئەم بەستەرە {url}.",fetchingOne:"لە هەوڵی وەڵامی خستنەناوە",fetchingMany:"لە هەوڵی هێنانی خستنەناوە, {current} لە {max} کۆتایهاتووە..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/lv.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/lv.js new file mode 100644 index 0000000..235601f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/lv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","lv",{pathName:"mēdija objekts",title:"Ievietot mēdiju",button:"ievietot mēdija objektu",unsupportedUrlGiven:"Norādītā adrese netiek atbalstīta",unsupportedUrl:"Adrese {url} netiek atblastīta ievietošanai.",fetchingFailedGiven:"Neizdevās ielādēt saturu no norādītās adreses.",fetchingFailed:"Neizdevās ielādēt saturu no {url}",fetchingOne:"Ielādēju oEmbed atbildi...",fetchingMany:"Ielādēju oEmbed atbildes, {current} no {max} izpildīts..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/nb.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/nb.js new file mode 100644 index 0000000..1ded173 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/nb.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","nb",{pathName:"mediaobjekt",title:"Media-innbygging",button:"Sett inn mediaobjekt",unsupportedUrlGiven:"Den oppgitte URL-en er ikke støttet.",unsupportedUrl:"URL-en {url} er ikke støttet av Media-innbygging.",fetchingFailedGiven:"Kunne ikke hente innhold for den oppgitte URL-en.",fetchingFailed:"Kunne ikke hente innhold for {url}.",fetchingOne:"Henter oEmbed-svar...",fetchingMany:"Henter oEmbed-svar, {current} av {max} fullført..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/nl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/nl.js new file mode 100644 index 0000000..2f5d699 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/nl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","nl",{pathName:"media object",title:"Mediareferentie",button:"Mediareferentie invoegen",unsupportedUrlGiven:"De opgegeven URL wordt niet ondersteund.",unsupportedUrl:"De URL {url} wordt niet ondersteund door Mediareferentie.",fetchingFailedGiven:"Kon de inhoud van de opgegeven URL niet ophalen",fetchingFailed:"Kon de inhoud van {url} niet ophalen.",fetchingOne:"Ophalen van oEmbed antwoord…",fetchingMany:"Ophalen van oEmbed antwoorden, {current} van {max} klaar…"}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/oc.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/oc.js new file mode 100644 index 0000000..6022fb3 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/oc.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","oc",{pathName:"objècte mèdia",title:"Incorporacion de mèdia",button:"Incorporar un mèdia",unsupportedUrlGiven:"L'URL especificada es pas suportada.",unsupportedUrl:"L'URL {url} es pas suportada per l'incorporacion de mèdia.",fetchingFailedGiven:"Fracàs de la recuperacion del contengut de l'URL donada.",fetchingFailed:"Fracàs de la recuperacion del contengut per {url}.",fetchingOne:"Recuperacion de la responsa oEmbed...",fetchingMany:"Recuperacion de las responsas oEmbed, {current} sus {max} efectuat..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pl.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pl.js new file mode 100644 index 0000000..f50aec5 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pl.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","pl",{pathName:"obiekt multimediów",title:"Osadzenie multimediów (oEmbed)",button:"Osadź obiekt multimediów (oEmbed)",unsupportedUrlGiven:"Podany adres URL nie jest obsługiwany.",unsupportedUrl:"Adres URL {url} nie jest obsługiwany przez funkcjonalność osadzania multimediów.",fetchingFailedGiven:"Nie udało się pobrać zawartości dla podanego adresu URL.",fetchingFailed:"Nie udało się pobrać zawartości dla {url}.",fetchingOne:"Pobieranie odpowiedzi oEmbed...",fetchingMany:"Pobieranie odpowiedzi oEmbed, gotowe {current} z {max}..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pt-br.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pt-br.js new file mode 100644 index 0000000..b423121 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pt-br.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","pt-br",{pathName:"objeto de mídia",title:"Incorporação de Mídia",button:"Inserir Incorporação de Mídia",unsupportedUrlGiven:"A URL especificada não é suportada.",unsupportedUrl:"A UTL {url} não é suportada pela Incorporação de Mídia.",fetchingFailedGiven:"Falha ao obter conteúdo para a URL informada.",fetchingFailed:"Falha ao obter conteúdo para {url}.",fetchingOne:"Obtendo resposta oEmbed...",fetchingMany:"Obtendo respostas oEmbed, {current} de {max} completos..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pt.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pt.js new file mode 100644 index 0000000..183d418 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/pt.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","pt",{pathName:"objeto de media",title:"Embeber media",button:"Insert Media Embed",unsupportedUrlGiven:"O URL especificado não é suportado.",unsupportedUrl:"The URL {url} is not supported by Media Embed.",fetchingFailedGiven:"Failed to fetch content for the given URL.",fetchingFailed:"Failed to fetch content for {url}.",fetchingOne:"Fetching oEmbed response...",fetchingMany:"Fetching oEmbed responses, {current} of {max} done..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ro.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ro.js new file mode 100644 index 0000000..2921551 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ro.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ro",{pathName:"obiect multimedia",title:"Încorporare obiect multimedia",button:"Inserare încorporare multimedia",unsupportedUrlGiven:"URL-ul specificat nu este suportat.",unsupportedUrl:"URL-ul {url} nu este suportat de funcția încorporare multimedia.",fetchingFailedGiven:"Nu s-a putut citi conținutul pentru URL-ul specificat.",fetchingFailed:"Nu s-a putut citi conținutul pentru {url}.",fetchingOne:"Se citește răspunsul oEmbed...",fetchingMany:"Se citesc răspunsurile oEmbed, {current} din {max} realizat..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ru.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ru.js new file mode 100644 index 0000000..a37c305 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ru.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ru",{pathName:"Медиа объект",title:"Медиаконтент",button:"Вставить Медиаконтент",unsupportedUrlGiven:"Данный URL не поддерживается.",unsupportedUrl:"URL {url} не поддерживается Media Embed.",fetchingFailedGiven:"Не удалось подгрузить содержимое для заданного URL",fetchingFailed:"Не удалось подгрузить содержимое для {url}",fetchingOne:"Подгружаем oEmbed ответ...",fetchingMany:"Подгружаем oEmbed ответы, {current} из {max} подгружено..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sk.js new file mode 100644 index 0000000..e353e89 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","sk",{pathName:"media objekt",title:"Media Embed",button:"Vložte Media Embed",unsupportedUrlGiven:"Zadaná URL nie je podporovaná.",unsupportedUrl:"URL {url} nie je podporovaná Media Embedom.",fetchingFailedGiven:"Nepodarilo sa získať obsah zo zadanej URL.",fetchingFailed:"Nepodarilo sa získať obsah z {url}.",fetchingOne:"Získavanie oEmbed odpovede...",fetchingMany:"Získavanie oEmbed odpovede, {current} z {max} hotových..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sq.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sq.js new file mode 100644 index 0000000..b1e2855 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sq.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","sq",{pathName:"Objekt mediatik",title:"Media Bashkangjitur",button:"Shto Lidhje Mediatike",unsupportedUrlGiven:"URL e shkruar nuk është e mbështetur.",unsupportedUrl:"URL {url} nuk është e mbështetur nga Media Embed.",fetchingFailedGiven:"Dështoi tërheqja e përmbajtjes nga URL e dhënë.",fetchingFailed:"Dështoi tërheqja e përmbajtjes nga {url}.",fetchingOne:"Përgjigja e tërheqjes së oEmbed...",fetchingMany:"Përgjigja e tërheqjes së oEmbed, janë realizuar {current} nga {max}..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sr-latn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sr-latn.js new file mode 100644 index 0000000..5bf8383 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sr-latn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","sr-latn",{pathName:"medijski objekat",title:"Ugradnja medija",button:"Umetnite ugradjene medije",unsupportedUrlGiven:"Dat URL nije podržan.",unsupportedUrl:"Ugradjivanje medija ne podržava URL {url}.",fetchingFailedGiven:"Nije uspelo izdvajanje sadržaja za navedeni URL.",fetchingFailed:"Nije uspelo izdvojiti sadržaj {url}-a.",fetchingOne:"oEmbed preuzimanje odgovora...",fetchingMany:"oEmbed preuzimanje odgovora u toku, {current} od {max} spremno ..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sr.js new file mode 100644 index 0000000..7948c56 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","sr",{pathName:"медијски објекат",title:"Уградња медија",button:"Зметните уграђене медије",unsupportedUrlGiven:"Дат УРЛ није подржан",unsupportedUrl:" Уграђивање медија не подржава УРЛ {url}.",fetchingFailedGiven:"Није успело издвајање садржаја за наведени УРЛ .",fetchingFailed:"Није успело издвојити садржај {url}-a.",fetchingOne:"oЕмбед преузимање одговора...",fetchingMany:"oЕмбед преузимање одговора у току, {current} од {max} спремно ..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sv.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sv.js new file mode 100644 index 0000000..d943de0 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/sv.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","sv",{pathName:"mediaobjekt",title:"Mediainbäddning",button:"Lägg in mediainbäddning",unsupportedUrlGiven:"Den angivna URL:en stöds inte.",unsupportedUrl:"URL:en {url} stöds inte av mediainbäddningen.",fetchingFailedGiven:"Lyckades inte hämta innehållet från den angivna URL:en.",fetchingFailed:"Lyckades inte hämta innehåll från {url}.",fetchingOne:"Hämtar oEmbed-svar...",fetchingMany:"Hämtar oEmbed-svar, {current} av {max} färdiga..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/tr.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/tr.js new file mode 100644 index 0000000..bd50191 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/tr.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","tr",{pathName:"medya nesnesi",title:"Gömülmüş Medya",button:"Gömülü Medya Ekle",unsupportedUrlGiven:"Belirtmiş olduğunuz URL desteklenmiyor.",unsupportedUrl:"Belirttiğiniz URL {url} gömülü medya tarafından desteklenmiyor.",fetchingFailedGiven:"Vermiş olduğunuz URL'nin içeriği alınamadı.",fetchingFailed:"{url} içeriği alınamadı.",fetchingOne:"oEmbed cevabı alınıyor...",fetchingMany:"oEmbed cevabı alınıyor, {current} / {max} tamamlandı..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ug.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ug.js new file mode 100644 index 0000000..fd05f27 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/ug.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","ug",{pathName:"ۋاسىتە ئوبيېكتى",title:"سىڭدۈرمە ۋاسىتە",button:"سىڭدۈرمە ۋاسىتە قىستۇر",unsupportedUrlGiven:"بەلگىلەنگەن ئۇلانمىنى قوللىمايدۇ .",unsupportedUrl:"The URL {url} is not supported by Media Embed.",fetchingFailedGiven:"Failed to fetch content for the given URL.",fetchingFailed:"Failed to fetch content for {url}.",fetchingOne:"oEmbed نىڭ ئىنكاسىغا ئېرىشىۋاتىدۇ ...",fetchingMany:"Fetching oEmbed responses, {current} of {max} done..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/uk.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/uk.js new file mode 100644 index 0000000..39a136f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/uk.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","uk",{pathName:"Медіаоб’єкт",title:"Медіаконтент",button:"Вставити медіаконтент",unsupportedUrlGiven:"Вказане URL посилання не підтримується.",unsupportedUrl:"URL посилання {url} не підтримується медіаконтентом.",fetchingFailedGiven:"Не вдалося отримати контент для даного URL посилання.",fetchingFailed:"Не вдалося отримати контент для {url}.",fetchingOne:"Отримання oEmbed відповіді...",fetchingMany:"Отримання {current} із {max} oEmbed відповідей завершено...."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/zh-cn.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/zh-cn.js new file mode 100644 index 0000000..092c190 --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","zh-cn",{pathName:"媒体对象",title:"嵌入媒体",button:"插入媒体",unsupportedUrlGiven:"不支持指定的 URL",unsupportedUrl:"嵌入媒体不支持此 URL {url}",fetchingFailedGiven:"无法抓取此 URL 的内容",fetchingFailed:"无法抓取 {url} 的内容",fetchingOne:"正在抓取...",fetchingMany:"正在抓取,{max} 中的 {current} ..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/zh.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/zh.js new file mode 100644 index 0000000..d753ecc --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/lang/zh.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("embedbase","zh",{pathName:"媒體元件",title:"內嵌媒體",button:"插入內嵌媒體",unsupportedUrlGiven:"不支援指定的 URL。",unsupportedUrl:"內嵌媒體不支援 URL {url} 。",fetchingFailedGiven:"抓取指定 URL 的內容失敗。",fetchingFailed:"抓取 {url} 的內容失敗。",fetchingOne:"正在抓取 oEmbed 回應...",fetchingMany:"正在抓取 oEmbed 回應,{max} 中的 {current} 已完成..."}); \ No newline at end of file diff --git a/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/plugin.js b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/plugin.js new file mode 100644 index 0000000..ec0c39f --- /dev/null +++ b/src/ninenote-1.0/public/build/ckeditor/plugins/embedbase/plugin.js @@ -0,0 +1,11 @@ +/* + Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +*/ +(function(){var l={_attachScript:function(e,c){var d=new CKEDITOR.dom.element("script");d.setAttribute("src",e);d.on("error",c);CKEDITOR.document.getBody().append(d);return d},sendRequest:function(e,c,d,a){function b(){g&&(g.remove(),delete CKEDITOR._.jsonpCallbacks[h],g=null)}var k={};c=c||{};var h=CKEDITOR.tools.getNextNumber(),g;c.callback="CKEDITOR._.jsonpCallbacks["+h+"]";CKEDITOR._.jsonpCallbacks[h]=function(a){setTimeout(function(){b();d(a)})};g=this._attachScript(e.output(c),function(){b(); +a&&a()});k.cancel=b;return k}};CKEDITOR.plugins.add("embedbase",{lang:"ar,az,bg,ca,cs,da,de,de-ch,en,en-au,eo,es,es-mx,et,eu,fr,gl,hr,hu,id,it,ja,ko,ku,lv,nb,nl,oc,pl,pt,pt-br,ro,ru,sk,sq,sr,sr-latn,sv,tr,ug,uk,zh,zh-cn",requires:"dialog,widget,notificationaggregator",onLoad:function(){CKEDITOR._.jsonpCallbacks={}},init:function(){CKEDITOR.dialog.add("embedBase",this.path+"dialogs/embedbase.js")}});CKEDITOR.plugins.embedBase={createWidgetBaseDefinition:function(e){var c,d=e.lang.embedbase;return{mask:!0, +template:"\x3cdiv\x3e\x3c/div\x3e",pathName:d.pathName,_cache:{},urlRegExp:/^((https?:)?\/\/|www\.)/i,init:function(){this.on("sendRequest",function(a){this._sendRequest(a.data)},this,null,999);this.on("dialog",function(a){a.data.widget=this},this);this.on("handleResponse",function(a){if(!a.data.html){var b=this._responseToHtml(a.data.url,a.data.response);null!==b?a.data.html=b:(a.data.errorMessage="unsupportedUrl",a.cancel())}},this,null,999)},loadContent:function(a,b){function c(e){f.response=e; +d.editor.widgets.instances[d.id]?d._handleResponse(f)&&(d._cacheResponse(a,e),b.callback&&b.callback()):(CKEDITOR.warn("embedbase-widget-invalid"),f.task&&f.task.done())}b=b||{};var d=this,e=this._getCachedResponse(a),f={noNotifications:b.noNotifications,url:a,callback:c,errorCallback:function(a){d._handleError(f,a);b.errorCallback&&b.errorCallback(a)}};if(e)setTimeout(function(){c(e)});else return b.noNotifications||(f.task=this._createTask()),this.fire("sendRequest",f),f},isUrlValid:function(a){return this.urlRegExp.test(a)&& +!1!==this.fire("validateUrl",a)},getErrorMessage:function(a,b,c){(c=e.lang.embedbase[a+(c||"")])||(c=a);return(new CKEDITOR.template(c)).output({url:b||""})},_sendRequest:function(a){var b=this,c=l.sendRequest(this.providerUrl,{url:encodeURIComponent(a.url)},a.callback,function(){a.errorCallback("fetchingFailed")});a.cancel=function(){c.cancel();b.fire("requestCanceled",a)}},_handleResponse:function(a){var b={url:a.url,html:"",response:a.response};if(!1!==this.fire("handleResponse",b))return a.task&& +a.task.done(),this._setContent(a.url,b.html),!0;a.errorCallback(b.errorMessage);return!1},_handleError:function(a,b){a.task&&(a.task.cancel(),a.noNotifications||e.showNotification(this.getErrorMessage(b,a.url),"warning"))},_responseToHtml:function(a,b){return"photo"==b.type?'\x3cimg src\x3d"'+CKEDITOR.tools.htmlEncodeAttr(b.url)+'" alt\x3d"'+CKEDITOR.tools.htmlEncodeAttr(b.title||"")+'" style\x3d"max-width:100%;height:auto" /\x3e':"video"==b.type||"rich"==b.type?(b.html=b.html.replace(/