From f8290a2adc91c1f532c49e63818ee769c79eeee8 Mon Sep 17 00:00:00 2001 From: Arnaud Fornerot Date: Wed, 9 Feb 2022 09:55:14 +0100 Subject: [PATCH] first commit --- Makefile | 26 + README.md | 231 + apps.mk | 64 + db/gen/ninebadge-create-0.sql | 5 + dicos/90_ninebadge.xml | 150 + eole.mk | 231 + logrotate/ninebadge | 13 + postservice/90-ninebadge | 2 + pretemplate/25-ninebadge | 3 + src/ninebadge-1.0/.env | 52 + src/ninebadge-1.0/.env.test | 5 + src/ninebadge-1.0/.gitignore | 35 + src/ninebadge-1.0/assets/js/app.js | 68 + .../assets/js/datatables.init.js | 30 + src/ninebadge-1.0/assets/js/dropzone.js | 11 + src/ninebadge-1.0/assets/js/fullcalendar.js | 36 + src/ninebadge-1.0/bin/console | 42 + src/ninebadge-1.0/bin/phpunit | 13 + src/ninebadge-1.0/composer.json | 100 + src/ninebadge-1.0/composer.lock | 9052 +++++++++++++++++ src/ninebadge-1.0/config/bootstrap.php | 23 + src/ninebadge-1.0/config/bundles.php | 23 + src/ninebadge-1.0/config/packages/assets.yaml | 3 + src/ninebadge-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/ninebadge-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 + .../config/packages/routing.yaml | 3 + .../config/packages/security.yaml | 49 + .../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/ninebadge-1.0/config/packages/twig.yaml | 21 + .../config/packages/validator.yaml | 8 + .../config/packages/webpack_encore.yaml | 25 + src/ninebadge-1.0/config/routes.yaml | 210 + .../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/ninebadge-1.0/config/services.yaml | 103 + src/ninebadge-1.0/package.json | 43 + src/ninebadge-1.0/phpunit.xml.dist | 33 + src/ninebadge-1.0/public/.htaccess | 66 + src/ninebadge-1.0/public/build/0.35cbb17f.js | 1 + src/ninebadge-1.0/public/build/1.53333c51.js | 502 + src/ninebadge-1.0/public/build/1.859b2da2.css | 27 + src/ninebadge-1.0/public/build/2.1e3267dd.js | 59 + src/ninebadge-1.0/public/build/2.483c24c4.css | 1 + src/ninebadge-1.0/public/build/3.19bd58e0.js | 1 + src/ninebadge-1.0/public/build/3.96652b71.css | 1 + .../public/build/app.076a8629.js | 1 + .../public/build/ckeditor/adapters/jquery.js | 10 + .../public/build/ckeditor/ckeditor.js | 1236 +++ .../public/build/ckeditor/config.js | 38 + .../public/build/ckeditor/contents.css | 1 + .../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 | 1 + .../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 | 1 + .../skins/moono-lisa/balloonpanel.css | 1 + .../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 | 1 + .../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 | 1 + .../skins/kama/balloontoolbar.css | 1 + .../skins/moono-lisa/balloontoolbar.css | 1 + .../skins/moono/balloontoolbar.css | 1 + .../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 | 1 + .../lib/highlight/styles/ascetic.css | 1 + .../highlight/styles/atelier-dune.dark.css | 1 + .../highlight/styles/atelier-dune.light.css | 1 + .../highlight/styles/atelier-forest.dark.css | 1 + .../highlight/styles/atelier-forest.light.css | 1 + .../highlight/styles/atelier-heath.dark.css | 1 + .../highlight/styles/atelier-heath.light.css | 1 + .../styles/atelier-lakeside.dark.css | 1 + .../styles/atelier-lakeside.light.css | 1 + .../highlight/styles/atelier-seaside.dark.css | 1 + .../styles/atelier-seaside.light.css | 1 + .../lib/highlight/styles/brown_paper.css | 1 + .../lib/highlight/styles/brown_papersq.png | Bin 0 -> 18198 bytes .../codesnippet/lib/highlight/styles/dark.css | 1 + .../lib/highlight/styles/default.css | 1 + .../lib/highlight/styles/docco.css | 1 + .../codesnippet/lib/highlight/styles/far.css | 1 + .../lib/highlight/styles/foundation.css | 1 + .../lib/highlight/styles/github.css | 1 + .../lib/highlight/styles/googlecode.css | 1 + .../codesnippet/lib/highlight/styles/idea.css | 1 + .../lib/highlight/styles/ir_black.css | 1 + .../lib/highlight/styles/magula.css | 1 + .../lib/highlight/styles/mono-blue.css | 1 + .../lib/highlight/styles/monokai.css | 1 + .../lib/highlight/styles/monokai_sublime.css | 1 + .../lib/highlight/styles/obsidian.css | 1 + .../lib/highlight/styles/paraiso.dark.css | 1 + .../lib/highlight/styles/paraiso.light.css | 1 + .../lib/highlight/styles/pojoaque.css | 1 + .../lib/highlight/styles/pojoaque.jpg | Bin 0 -> 1186 bytes .../lib/highlight/styles/railscasts.css | 1 + .../lib/highlight/styles/rainbow.css | 1 + .../lib/highlight/styles/school_book.css | 1 + .../lib/highlight/styles/school_book.png | Bin 0 -> 486 bytes .../lib/highlight/styles/solarized_dark.css | 1 + .../lib/highlight/styles/solarized_light.css | 1 + .../lib/highlight/styles/sunburst.css | 1 + .../highlight/styles/tomorrow-night-blue.css | 1 + .../styles/tomorrow-night-bright.css | 1 + .../styles/tomorrow-night-eighties.css | 1 + .../lib/highlight/styles/tomorrow-night.css | 1 + .../lib/highlight/styles/tomorrow.css | 1 + .../codesnippet/lib/highlight/styles/vs.css | 1 + .../lib/highlight/styles/xcode.css | 1 + .../lib/highlight/styles/zenburn.css | 1 + .../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 | 1 + .../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 | 1 + .../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 | 1 + .../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 | 1 + .../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 + .../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 | 1 + .../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 | 1 + .../ckeditor/plugins/scayt/dialogs/options.js | 32 + .../plugins/scayt/dialogs/toolbar.css | 1 + .../plugins/scayt/skins/moono-lisa/scayt.css | 1 + .../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 | 1 + .../plugins/tabletools/dialogs/tableCell.js | 18 + .../plugins/templates/dialogs/templates.css | 1 + .../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 | 1 + .../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 | 1 + .../build/ckeditor/plugins/wsc/dialogs/wsc.js | 91 + .../ckeditor/plugins/wsc/dialogs/wsc_ie.js | 11 + .../plugins/wsc/skins/moono-lisa/wsc.css | 1 + .../build/ckeditor/plugins/xml/plugin.js | 7 + .../build/ckeditor/skins/kama/dialog.css | 1 + .../build/ckeditor/skins/kama/dialog_ie.css | 1 + .../build/ckeditor/skins/kama/dialog_ie7.css | 1 + .../build/ckeditor/skins/kama/dialog_ie8.css | 1 + .../ckeditor/skins/kama/dialog_iequirks.css | 1 + .../build/ckeditor/skins/kama/editor.css | 1 + .../build/ckeditor/skins/kama/editor_ie.css | 1 + .../build/ckeditor/skins/kama/editor_ie7.css | 1 + .../build/ckeditor/skins/kama/editor_ie8.css | 1 + .../ckeditor/skins/kama/editor_iequirks.css | 1 + .../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 | 1 + .../ckeditor/skins/moono-lisa/dialog_ie.css | 1 + .../ckeditor/skins/moono-lisa/dialog_ie8.css | 1 + .../skins/moono-lisa/dialog_iequirks.css | 1 + .../ckeditor/skins/moono-lisa/editor.css | 1 + .../skins/moono-lisa/editor_gecko.css | 1 + .../ckeditor/skins/moono-lisa/editor_ie.css | 1 + .../ckeditor/skins/moono-lisa/editor_ie8.css | 1 + .../skins/moono-lisa/editor_iequirks.css | 1 + .../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 | 1 + .../build/ckeditor/skins/moono/dialog_ie.css | 1 + .../build/ckeditor/skins/moono/dialog_ie7.css | 1 + .../build/ckeditor/skins/moono/dialog_ie8.css | 1 + .../ckeditor/skins/moono/dialog_iequirks.css | 1 + .../build/ckeditor/skins/moono/editor.css | 1 + .../ckeditor/skins/moono/editor_gecko.css | 1 + .../build/ckeditor/skins/moono/editor_ie.css | 1 + .../build/ckeditor/skins/moono/editor_ie7.css | 1 + .../build/ckeditor/skins/moono/editor_ie8.css | 1 + .../ckeditor/skins/moono/editor_iequirks.css | 1 + .../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 + .../public/build/dropzone.0d4b0ad2.js | 1 + .../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 .../public/build/fullcalendar.0daf043e.js | 1 + .../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/ninebadge-1.0/public/build/manifest.json | 2676 +++++ .../public/build/runtime.09d9b513.js | 1 + src/ninebadge-1.0/public/images/files/3gp.png | Bin 0 -> 4401 bytes src/ninebadge-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/ninebadge-1.0/public/images/files/aac.png | Bin 0 -> 5910 bytes src/ninebadge-1.0/public/images/files/ace.png | Bin 0 -> 5518 bytes src/ninebadge-1.0/public/images/files/ai.png | Bin 0 -> 4936 bytes .../public/images/files/aicf.png | Bin 0 -> 3898 bytes src/ninebadge-1.0/public/images/files/aif.png | Bin 0 -> 2845 bytes .../public/images/files/aiff.png | Bin 0 -> 21284 bytes src/ninebadge-1.0/public/images/files/amr.png | Bin 0 -> 4444 bytes src/ninebadge-1.0/public/images/files/asf.png | Bin 0 -> 3952 bytes src/ninebadge-1.0/public/images/files/asp.png | Bin 0 -> 4250 bytes src/ninebadge-1.0/public/images/files/asx.png | Bin 0 -> 4836 bytes src/ninebadge-1.0/public/images/files/aut.png | Bin 0 -> 5236 bytes src/ninebadge-1.0/public/images/files/avi.png | Bin 0 -> 5557 bytes src/ninebadge-1.0/public/images/files/bat.png | Bin 0 -> 3535 bytes src/ninebadge-1.0/public/images/files/bin.png | Bin 0 -> 5311 bytes .../public/images/files/blend.png | Bin 0 -> 3771 bytes src/ninebadge-1.0/public/images/files/bmp.png | Bin 0 -> 5770 bytes src/ninebadge-1.0/public/images/files/bup.png | Bin 0 -> 3565 bytes src/ninebadge-1.0/public/images/files/c.png | Bin 0 -> 6346 bytes src/ninebadge-1.0/public/images/files/cab.png | Bin 0 -> 4471 bytes src/ninebadge-1.0/public/images/files/cad.png | Bin 0 -> 6206 bytes src/ninebadge-1.0/public/images/files/cbr.png | Bin 0 -> 4279 bytes src/ninebadge-1.0/public/images/files/cda.png | Bin 0 -> 4384 bytes src/ninebadge-1.0/public/images/files/cdl.png | Bin 0 -> 3652 bytes src/ninebadge-1.0/public/images/files/cdr.png | Bin 0 -> 6122 bytes src/ninebadge-1.0/public/images/files/chm.png | Bin 0 -> 4138 bytes src/ninebadge-1.0/public/images/files/com.png | Bin 0 -> 5096 bytes src/ninebadge-1.0/public/images/files/cpp.png | Bin 0 -> 8032 bytes src/ninebadge-1.0/public/images/files/cs.png | Bin 0 -> 3866 bytes src/ninebadge-1.0/public/images/files/css.png | Bin 0 -> 6503 bytes src/ninebadge-1.0/public/images/files/csv.png | Bin 0 -> 4670 bytes src/ninebadge-1.0/public/images/files/dat.png | Bin 0 -> 16066 bytes src/ninebadge-1.0/public/images/files/db.png | Bin 0 -> 5323 bytes .../public/images/files/divx.png | Bin 0 -> 4327 bytes src/ninebadge-1.0/public/images/files/dll.png | Bin 0 -> 2661 bytes src/ninebadge-1.0/public/images/files/dmg.png | Bin 0 -> 6020 bytes src/ninebadge-1.0/public/images/files/doc.png | Bin 0 -> 6271 bytes .../public/images/files/docx.png | Bin 0 -> 6573 bytes .../public/images/files/dotx.png | Bin 0 -> 15479 bytes src/ninebadge-1.0/public/images/files/dss.png | Bin 0 -> 4654 bytes src/ninebadge-1.0/public/images/files/dvf.png | Bin 0 -> 3447 bytes src/ninebadge-1.0/public/images/files/dwf.png | Bin 0 -> 5846 bytes src/ninebadge-1.0/public/images/files/dwg.png | Bin 0 -> 6424 bytes src/ninebadge-1.0/public/images/files/dxf.png | Bin 0 -> 24303 bytes src/ninebadge-1.0/public/images/files/eml.png | Bin 0 -> 3177 bytes src/ninebadge-1.0/public/images/files/eps.png | Bin 0 -> 5724 bytes .../public/images/files/epub.png | Bin 0 -> 3657 bytes src/ninebadge-1.0/public/images/files/exe.png | Bin 0 -> 5114 bytes src/ninebadge-1.0/public/images/files/fla.png | Bin 0 -> 2900 bytes .../public/images/files/flac.png | Bin 0 -> 5605 bytes src/ninebadge-1.0/public/images/files/flv.png | Bin 0 -> 21337 bytes src/ninebadge-1.0/public/images/files/gif.png | Bin 0 -> 5100 bytes src/ninebadge-1.0/public/images/files/gz.png | Bin 0 -> 3561 bytes src/ninebadge-1.0/public/images/files/h.png | Bin 0 -> 4353 bytes src/ninebadge-1.0/public/images/files/hlp.png | Bin 0 -> 4761 bytes src/ninebadge-1.0/public/images/files/hpp.png | Bin 0 -> 5865 bytes src/ninebadge-1.0/public/images/files/hqx.png | Bin 0 -> 4385 bytes src/ninebadge-1.0/public/images/files/htm.png | Bin 0 -> 5057 bytes .../public/images/files/html.png | Bin 0 -> 4981 bytes src/ninebadge-1.0/public/images/files/ico.png | Bin 0 -> 4025 bytes src/ninebadge-1.0/public/images/files/ics.png | Bin 0 -> 22299 bytes src/ninebadge-1.0/public/images/files/ifo.png | Bin 0 -> 3279 bytes .../public/images/files/indd.png | Bin 0 -> 3841 bytes src/ninebadge-1.0/public/images/files/ini.png | Bin 0 -> 4639 bytes src/ninebadge-1.0/public/images/files/ink.png | Bin 0 -> 3142 bytes src/ninebadge-1.0/public/images/files/iso.png | Bin 0 -> 6165 bytes src/ninebadge-1.0/public/images/files/jar.png | Bin 0 -> 3614 bytes .../public/images/files/java.png | Bin 0 -> 5608 bytes .../public/images/files/jpeg.png | Bin 0 -> 3758 bytes src/ninebadge-1.0/public/images/files/jpg.png | Bin 0 -> 5250 bytes src/ninebadge-1.0/public/images/files/js.png | Bin 0 -> 5594 bytes src/ninebadge-1.0/public/images/files/key.png | Bin 0 -> 14244 bytes .../public/images/files/less.png | Bin 0 -> 13609 bytes src/ninebadge-1.0/public/images/files/lnk.png | Bin 0 -> 3257 bytes src/ninebadge-1.0/public/images/files/log.png | Bin 0 -> 4255 bytes src/ninebadge-1.0/public/images/files/m4b.png | Bin 0 -> 4053 bytes src/ninebadge-1.0/public/images/files/m4p.png | Bin 0 -> 3965 bytes src/ninebadge-1.0/public/images/files/m4v.png | Bin 0 -> 4291 bytes src/ninebadge-1.0/public/images/files/mcd.png | Bin 0 -> 4626 bytes src/ninebadge-1.0/public/images/files/mdb.png | Bin 0 -> 4356 bytes src/ninebadge-1.0/public/images/files/mid.png | Bin 0 -> 24572 bytes src/ninebadge-1.0/public/images/files/mkv.png | Bin 0 -> 6012 bytes src/ninebadge-1.0/public/images/files/mov.png | Bin 0 -> 6236 bytes src/ninebadge-1.0/public/images/files/mp2.png | Bin 0 -> 4207 bytes src/ninebadge-1.0/public/images/files/mp3.png | Bin 0 -> 6260 bytes src/ninebadge-1.0/public/images/files/mp4.png | Bin 0 -> 5297 bytes .../public/images/files/mpeg.png | Bin 0 -> 4027 bytes src/ninebadge-1.0/public/images/files/mpg.png | Bin 0 -> 5493 bytes src/ninebadge-1.0/public/images/files/msi.png | Bin 0 -> 4054 bytes src/ninebadge-1.0/public/images/files/net.png | Bin 0 -> 2721 bytes src/ninebadge-1.0/public/images/files/odb.png | Bin 0 -> 4455 bytes src/ninebadge-1.0/public/images/files/odc.png | Bin 0 -> 4719 bytes src/ninebadge-1.0/public/images/files/odf.png | Bin 0 -> 11099 bytes src/ninebadge-1.0/public/images/files/odg.png | Bin 0 -> 4794 bytes src/ninebadge-1.0/public/images/files/odi.png | Bin 0 -> 3803 bytes src/ninebadge-1.0/public/images/files/odm.png | Bin 0 -> 4772 bytes src/ninebadge-1.0/public/images/files/odp.png | Bin 0 -> 4430 bytes src/ninebadge-1.0/public/images/files/ods.png | Bin 0 -> 13741 bytes src/ninebadge-1.0/public/images/files/odt.png | Bin 0 -> 13807 bytes src/ninebadge-1.0/public/images/files/ogg.png | Bin 0 -> 5042 bytes src/ninebadge-1.0/public/images/files/opt.png | Bin 0 -> 3676 bytes src/ninebadge-1.0/public/images/files/otc.png | Bin 0 -> 4251 bytes src/ninebadge-1.0/public/images/files/otf.png | Bin 0 -> 3334 bytes src/ninebadge-1.0/public/images/files/otg.png | Bin 0 -> 4299 bytes src/ninebadge-1.0/public/images/files/oth.png | Bin 0 -> 3364 bytes src/ninebadge-1.0/public/images/files/oti.png | Bin 0 -> 3262 bytes src/ninebadge-1.0/public/images/files/otp.png | Bin 0 -> 10826 bytes src/ninebadge-1.0/public/images/files/ots.png | Bin 0 -> 13201 bytes src/ninebadge-1.0/public/images/files/ott.png | Bin 0 -> 12469 bytes src/ninebadge-1.0/public/images/files/pcx.png | Bin 0 -> 4223 bytes src/ninebadge-1.0/public/images/files/pdb.png | Bin 0 -> 3670 bytes src/ninebadge-1.0/public/images/files/pdd.png | Bin 0 -> 3590 bytes src/ninebadge-1.0/public/images/files/pdf.png | Bin 0 -> 5211 bytes src/ninebadge-1.0/public/images/files/php.png | Bin 0 -> 4905 bytes src/ninebadge-1.0/public/images/files/pmg.png | Bin 0 -> 4476 bytes src/ninebadge-1.0/public/images/files/png.png | Bin 0 -> 5896 bytes src/ninebadge-1.0/public/images/files/pps.png | Bin 0 -> 3786 bytes src/ninebadge-1.0/public/images/files/ppt.png | Bin 0 -> 5078 bytes .../public/images/files/pptx.png | Bin 0 -> 3838 bytes src/ninebadge-1.0/public/images/files/ps.png | Bin 0 -> 5277 bytes src/ninebadge-1.0/public/images/files/psd.png | Bin 0 -> 6228 bytes src/ninebadge-1.0/public/images/files/ptb.png | Bin 0 -> 3090 bytes src/ninebadge-1.0/public/images/files/ptt.png | Bin 0 -> 2760 bytes src/ninebadge-1.0/public/images/files/pub.png | Bin 0 -> 3506 bytes src/ninebadge-1.0/public/images/files/py.png | Bin 0 -> 14407 bytes src/ninebadge-1.0/public/images/files/qbb.png | Bin 0 -> 4672 bytes src/ninebadge-1.0/public/images/files/qbw.png | Bin 0 -> 5174 bytes src/ninebadge-1.0/public/images/files/qt.png | Bin 0 -> 22235 bytes src/ninebadge-1.0/public/images/files/qxd.png | Bin 0 -> 4992 bytes src/ninebadge-1.0/public/images/files/qxp.png | Bin 0 -> 4750 bytes src/ninebadge-1.0/public/images/files/ram.png | Bin 0 -> 4471 bytes src/ninebadge-1.0/public/images/files/rar.png | Bin 0 -> 6170 bytes src/ninebadge-1.0/public/images/files/rax.png | Bin 0 -> 4587 bytes src/ninebadge-1.0/public/images/files/rb.png | Bin 0 -> 14872 bytes .../public/images/files/resx.png | Bin 0 -> 4791 bytes src/ninebadge-1.0/public/images/files/rm.png | Bin 0 -> 3624 bytes .../public/images/files/rmvb.png | Bin 0 -> 5063 bytes src/ninebadge-1.0/public/images/files/rss.png | Bin 0 -> 6774 bytes src/ninebadge-1.0/public/images/files/rtf.png | Bin 0 -> 4672 bytes src/ninebadge-1.0/public/images/files/rw.png | Bin 0 -> 3728 bytes .../public/images/files/sass.png | Bin 0 -> 15533 bytes .../public/images/files/scss.png | Bin 0 -> 15777 bytes src/ninebadge-1.0/public/images/files/sea.png | Bin 0 -> 3984 bytes src/ninebadge-1.0/public/images/files/ses.png | Bin 0 -> 4224 bytes src/ninebadge-1.0/public/images/files/sit.png | Bin 0 -> 3086 bytes .../public/images/files/sitx.png | Bin 0 -> 4146 bytes src/ninebadge-1.0/public/images/files/sln.png | Bin 0 -> 3669 bytes src/ninebadge-1.0/public/images/files/sql.png | Bin 0 -> 19677 bytes src/ninebadge-1.0/public/images/files/ss.png | Bin 0 -> 4005 bytes src/ninebadge-1.0/public/images/files/svg.png | Bin 0 -> 6471 bytes src/ninebadge-1.0/public/images/files/swf.png | Bin 0 -> 6342 bytes src/ninebadge-1.0/public/images/files/sys.png | Bin 0 -> 7020 bytes src/ninebadge-1.0/public/images/files/tga.png | Bin 0 -> 15992 bytes src/ninebadge-1.0/public/images/files/tgz.png | Bin 0 -> 13325 bytes src/ninebadge-1.0/public/images/files/tif.png | Bin 0 -> 2038 bytes .../public/images/files/tiff.png | Bin 0 -> 4485 bytes src/ninebadge-1.0/public/images/files/trt.png | Bin 0 -> 2523 bytes src/ninebadge-1.0/public/images/files/ttf.png | Bin 0 -> 2039 bytes src/ninebadge-1.0/public/images/files/txt.png | Bin 0 -> 5300 bytes src/ninebadge-1.0/public/images/files/vcd.png | Bin 0 -> 4321 bytes src/ninebadge-1.0/public/images/files/vob.png | Bin 0 -> 4618 bytes src/ninebadge-1.0/public/images/files/wav.png | Bin 0 -> 28099 bytes .../public/images/files/webm.png | Bin 0 -> 4562 bytes .../public/images/files/webp.png | Bin 0 -> 4349 bytes src/ninebadge-1.0/public/images/files/wma.png | Bin 0 -> 4844 bytes src/ninebadge-1.0/public/images/files/wmv.png | Bin 0 -> 4706 bytes src/ninebadge-1.0/public/images/files/wpd.png | Bin 0 -> 4251 bytes src/ninebadge-1.0/public/images/files/wps.png | Bin 0 -> 4642 bytes .../public/images/files/xaml.png | Bin 0 -> 4667 bytes src/ninebadge-1.0/public/images/files/xar.png | Bin 0 -> 4399 bytes src/ninebadge-1.0/public/images/files/xcf.png | Bin 0 -> 4044 bytes .../public/images/files/xhtml.png | Bin 0 -> 3942 bytes src/ninebadge-1.0/public/images/files/xls.png | Bin 0 -> 6083 bytes .../public/images/files/xlsx.png | Bin 0 -> 6557 bytes src/ninebadge-1.0/public/images/files/xml.png | Bin 0 -> 12234 bytes src/ninebadge-1.0/public/images/files/xtm.png | Bin 0 -> 4078 bytes src/ninebadge-1.0/public/images/files/yml.png | Bin 0 -> 7219 bytes src/ninebadge-1.0/public/images/files/zip.png | Bin 0 -> 5102 bytes src/ninebadge-1.0/public/index.php | 27 + src/ninebadge-1.0/public/styles/css/font.css | 174 + src/ninebadge-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/ninebadge-1.0/public/themes/look.png | Bin 0 -> 12235 bytes src/ninebadge-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 .../public/uploads/logo/logo.png | Bin 0 -> 14180 bytes src/ninebadge-1.0/scripts/.env.model | 52 + src/ninebadge-1.0/scripts/.gitkeep | 0 src/ninebadge-1.0/scripts/cron.sh | 11 + src/ninebadge-1.0/scripts/genkey.sh | 12 + src/ninebadge-1.0/scripts/mail.sh | 10 + src/ninebadge-1.0/scripts/perm.sh | 19 + src/ninebadge-1.0/scripts/reconfigure.sh | 47 + src/ninebadge-1.0/scripts/websocket.sh | 37 + .../scripts/wkhtmltopdf/wkhtmltoimage | Bin 0 -> 436464 bytes .../scripts/wkhtmltopdf/wkhtmltopdf | Bin 0 -> 39804584 bytes .../src/Command/AppInitCommand.php | 408 + src/ninebadge-1.0/src/Command/CronCommand.php | 165 + .../src/Command/CronInitCommand.php | 119 + .../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/WebsocketServerCommand.php | 53 + src/ninebadge-1.0/src/Controller/.gitignore | 0 .../src/Controller/ConfigController.php | 115 + .../src/Controller/CronController.php | 114 + .../src/Controller/CropController.php | 241 + .../src/Controller/GroupController.php | 187 + .../src/Controller/HomeController.php | 64 + .../src/Controller/SecurityController.php | 179 + .../src/Controller/SondeController.php | 43 + .../src/Controller/TallydayController.php | 333 + .../src/Controller/ThemeController.php | 67 + .../src/Controller/UserController.php | 245 + .../src/Controller/WebsocketController.php | 13 + src/ninebadge-1.0/src/Entity/.gitignore | 0 src/ninebadge-1.0/src/Entity/Config.php | 219 + src/ninebadge-1.0/src/Entity/Cron.php | 384 + src/ninebadge-1.0/src/Entity/Group.php | 122 + src/ninebadge-1.0/src/Entity/Script.php | 50 + src/ninebadge-1.0/src/Entity/Tallyday.php | 186 + src/ninebadge-1.0/src/Entity/User.php | 324 + src/ninebadge-1.0/src/Form/ConfigType.php | 165 + src/ninebadge-1.0/src/Form/CronType.php | 71 + src/ninebadge-1.0/src/Form/GroupType.php | 70 + src/ninebadge-1.0/src/Form/TallydayType.php | 74 + src/ninebadge-1.0/src/Form/UserType.php | 130 + src/ninebadge-1.0/src/Kernel.php | 54 + src/ninebadge-1.0/src/Migrations/.gitignore | 1 + .../src/Repository/ConfigRepository.php | 15 + .../src/Repository/CronRepository.php | 35 + .../src/Repository/GroupRepository.php | 15 + .../src/Repository/ScriptRepository.php | 15 + .../src/Repository/TallydayRepository.php | 57 + .../src/Repository/UserRepository.php | 15 + src/ninebadge-1.0/src/Service/mailService.php | 51 + .../src/Service/passwordEncoder.php | 27 + src/ninebadge-1.0/src/Service/sessionInit.php | 119 + .../src/Service/uploadListener.php | 99 + .../src/Service/uploadSamename.php | 14 + src/ninebadge-1.0/src/Twig/AppExtension.php | 30 + .../src/Websocket/MessageHandler.php | 141 + src/ninebadge-1.0/symfony.lock | 705 ++ .../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/Home/noperm.html.twig | 19 + .../templates/Include/javascript.js.twig | 53 + .../templates/Include/sidebar.html.twig | 49 + .../templates/Include/style.css.twig | 186 + .../templates/Sonde/sonde.html.twig | 3 + .../templates/Tallyday/edit.html.twig | 42 + .../templates/Tallyday/list.html.twig | 94 + .../templates/Tallyday/tallyday.html.twig | 110 + .../templates/Theme/list.html.twig | 29 + .../templates/User/edit.html.twig | 106 + .../templates/User/list.html.twig | 78 + .../templates/Websocket/sample.html.twig | 61 + src/ninebadge-1.0/templates/base.html.twig | 170 + src/ninebadge-1.0/tests/bootstrap.php | 11 + src/ninebadge-1.0/translations/.gitignore | 0 src/ninebadge-1.0/webpack.config.js | 74 + src/ninebadge-1.0/yarn.lock | 6515 ++++++++++++ sso/filtres/ninebadge.ini | 11 + sso/filtres/ninebadge_apps.ini | 6 + tmpl/ninebadge-apache.conf | 9 + tmpl/ninebadge-db.yml | 39 + tmpl/ninebadge-env.local | 84 + tmpl/ninebadge.cron | 1 + 3088 files changed, 49803 insertions(+) create mode 100644 Makefile create mode 100644 README.md create mode 100644 apps.mk create mode 100644 db/gen/ninebadge-create-0.sql create mode 100644 dicos/90_ninebadge.xml create mode 100644 eole.mk create mode 100644 logrotate/ninebadge create mode 100755 postservice/90-ninebadge create mode 100755 pretemplate/25-ninebadge create mode 100644 src/ninebadge-1.0/.env create mode 100644 src/ninebadge-1.0/.env.test create mode 100644 src/ninebadge-1.0/.gitignore create mode 100644 src/ninebadge-1.0/assets/js/app.js create mode 100644 src/ninebadge-1.0/assets/js/datatables.init.js create mode 100644 src/ninebadge-1.0/assets/js/dropzone.js create mode 100644 src/ninebadge-1.0/assets/js/fullcalendar.js create mode 100755 src/ninebadge-1.0/bin/console create mode 100755 src/ninebadge-1.0/bin/phpunit create mode 100644 src/ninebadge-1.0/composer.json create mode 100644 src/ninebadge-1.0/composer.lock create mode 100644 src/ninebadge-1.0/config/bootstrap.php create mode 100644 src/ninebadge-1.0/config/bundles.php create mode 100644 src/ninebadge-1.0/config/packages/assets.yaml create mode 100644 src/ninebadge-1.0/config/packages/cache.yaml create mode 100644 src/ninebadge-1.0/config/packages/dev/debug.yaml create mode 100644 src/ninebadge-1.0/config/packages/dev/easy_log_handler.yaml create mode 100644 src/ninebadge-1.0/config/packages/dev/monolog.yaml create mode 100644 src/ninebadge-1.0/config/packages/dev/swiftmailer.yaml create mode 100644 src/ninebadge-1.0/config/packages/dev/web_profiler.yaml create mode 100644 src/ninebadge-1.0/config/packages/doctrine.yaml create mode 100644 src/ninebadge-1.0/config/packages/doctrine_migrations.yaml create mode 100644 src/ninebadge-1.0/config/packages/fos_ckeditor.yaml create mode 100644 src/ninebadge-1.0/config/packages/fos_rest.yaml create mode 100644 src/ninebadge-1.0/config/packages/framework.yaml create mode 100644 src/ninebadge-1.0/config/packages/knp_snappy.yaml create mode 100644 src/ninebadge-1.0/config/packages/mailer.yaml create mode 100644 src/ninebadge-1.0/config/packages/nelmio_api_doc.yaml create mode 100644 src/ninebadge-1.0/config/packages/one_upload.yaml create mode 100644 src/ninebadge-1.0/config/packages/oneup_uploader.yaml create mode 100644 src/ninebadge-1.0/config/packages/prod/doctrine.yaml create mode 100644 src/ninebadge-1.0/config/packages/prod/monolog.yaml create mode 100644 src/ninebadge-1.0/config/packages/prod/routing.yaml create mode 100644 src/ninebadge-1.0/config/packages/prod/webpack_encore.yaml create mode 100644 src/ninebadge-1.0/config/packages/routing.yaml create mode 100644 src/ninebadge-1.0/config/packages/security.yaml create mode 100644 src/ninebadge-1.0/config/packages/sensio_framework_extra.yaml create mode 100644 src/ninebadge-1.0/config/packages/swiftmailer.yaml create mode 100644 src/ninebadge-1.0/config/packages/test/framework.yaml create mode 100644 src/ninebadge-1.0/config/packages/test/monolog.yaml create mode 100644 src/ninebadge-1.0/config/packages/test/swiftmailer.yaml create mode 100644 src/ninebadge-1.0/config/packages/test/twig.yaml create mode 100644 src/ninebadge-1.0/config/packages/test/validator.yaml create mode 100644 src/ninebadge-1.0/config/packages/test/web_profiler.yaml create mode 100644 src/ninebadge-1.0/config/packages/test/webpack_encore.yaml create mode 100644 src/ninebadge-1.0/config/packages/translation.yaml create mode 100644 src/ninebadge-1.0/config/packages/twig.yaml create mode 100644 src/ninebadge-1.0/config/packages/validator.yaml create mode 100644 src/ninebadge-1.0/config/packages/webpack_encore.yaml create mode 100644 src/ninebadge-1.0/config/routes.yaml create mode 100644 src/ninebadge-1.0/config/routes/annotations.yaml create mode 100644 src/ninebadge-1.0/config/routes/dev/framework.yaml create mode 100644 src/ninebadge-1.0/config/routes/dev/web_profiler.yaml create mode 100644 src/ninebadge-1.0/config/routes/nelmio_api_doc.yaml create mode 100644 src/ninebadge-1.0/config/routes/oneup_uploader.yaml create mode 100644 src/ninebadge-1.0/config/services.yaml create mode 100644 src/ninebadge-1.0/package.json create mode 100644 src/ninebadge-1.0/phpunit.xml.dist create mode 100644 src/ninebadge-1.0/public/.htaccess create mode 100644 src/ninebadge-1.0/public/build/0.35cbb17f.js create mode 100644 src/ninebadge-1.0/public/build/1.53333c51.js create mode 100644 src/ninebadge-1.0/public/build/1.859b2da2.css create mode 100644 src/ninebadge-1.0/public/build/2.1e3267dd.js create mode 100644 src/ninebadge-1.0/public/build/2.483c24c4.css create mode 100644 src/ninebadge-1.0/public/build/3.19bd58e0.js create mode 100644 src/ninebadge-1.0/public/build/3.96652b71.css create mode 100644 src/ninebadge-1.0/public/build/app.076a8629.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/adapters/jquery.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/ckeditor.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/config.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/contents.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/_translationstatus.txt create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/about/dialogs/about.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/about/dialogs/logo_ckeditor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/adobeair/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/ajax/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autocomplete/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autocomplete/skins/default.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autoembed/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autogrow/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/autolink/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloonpanel/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloonpanel/skins/kama/balloonpanel.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono-lisa/balloonpanel.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono-lisa/images/close.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono-lisa/images/hidpi/close.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono/balloonpanel.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono/images/close.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloonpanel/skins/moono/images/hidpi/close.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloontoolbar/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloontoolbar/skins/default.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloontoolbar/skins/kama/balloontoolbar.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloontoolbar/skins/moono-lisa/balloontoolbar.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/balloontoolbar/skins/moono/balloontoolbar.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bbcode/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/icons/bidiltr.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/icons/bidirtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/icons/hidpi/bidiltr.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/icons/hidpi/bidirtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/bidi/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/clipboard/dialogs/paste.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/cloudservices/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/dialogs/codesnippet.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/icons/codesnippet.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/LICENSE.bin create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippetgeshi/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/icons/bgcolor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/icons/textcolor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/dialogs/colordialog.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/dialogs/colordialog.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor.svg create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/icons/copyformatting.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/icons/hidpi/copyformatting.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/styles/copyformatting.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/_translationstatus.txt create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/devtools/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/dialog/dialogDefinition.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/dialogadvtab/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/dialogs/div.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/icons/creatediv.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/icons/hidpi/creatediv.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/div/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/divarea/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/dialogs/docprops.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/icons/docprops-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/icons/docprops.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/icons/hidpi/docprops.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/docprops/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/dialogs/easyimagealt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealigncenter.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealignleft.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealignright.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealt.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagefull.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimageside.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimageupload.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealigncenter.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealignleft.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealignright.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealt.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagefull.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimageside.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimageupload.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/styles/easyimage.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embed/icons/embed.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embed/icons/hidpi/embed.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embed/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/dialogs/embedbase.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedsemantic/icons/embedsemantic.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/embedsemantic/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/emoji/assets/iconsall.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/emoji/assets/iconsall.svg create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/emoji/emoji.json create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/emoji/icons/emojipanel.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/emoji/icons/hidpi/emojipanel.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/emoji/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/emoji/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/emoji/skins/default.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/dialogs/find.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/icons/find-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/icons/find.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/icons/hidpi/find-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/icons/hidpi/find.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/icons/hidpi/replace.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/icons/replace.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/find/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/dialogs/flash.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/icons/flash.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/icons/hidpi/flash.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/images/placeholder.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/flash/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/font/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/dialogs/button.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/dialogs/checkbox.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/dialogs/form.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/dialogs/hiddenfield.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/dialogs/radio.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/dialogs/select.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/dialogs/textarea.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/dialogs/textfield.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/button.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/checkbox.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/form.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hiddenfield.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/button.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/checkbox.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/form.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/hiddenfield.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/imagebutton.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/radio.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/select-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/select.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/textarea.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/hidpi/textfield.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/imagebutton.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/radio.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/select-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/select.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/textarea-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/textarea.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/textfield-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/icons/textfield.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/images/hiddenfield.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/forms/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/icons.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/icons_hidpi.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/dialogs/iframe.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/icons/hidpi/iframe.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/icons/iframe.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/images/placeholder.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframe/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/iframedialog/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image/dialogs/image.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image/images/noimage.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/dialogs/image2.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/icons/hidpi/image.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/icons/image.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/image2/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/imagebase/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/imagebase/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/imagebase/styles/imagebase.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/indentblock/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/justify/icons/hidpi/justifyblock.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/justify/icons/hidpi/justifycenter.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/justify/icons/hidpi/justifyleft.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/justify/icons/hidpi/justifyright.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/justify/icons/justifyblock.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/justify/icons/justifycenter.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/justify/icons/justifyleft.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/justify/icons/justifyright.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/justify/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/icons/hidpi/language.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/icons/language.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/language/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/link/dialogs/anchor.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/link/dialogs/link.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/link/images/anchor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/link/images/hidpi/anchor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/dialogs/liststyle.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/liststyle/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/magicline/images/hidpi/icon.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/magicline/images/icon-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/magicline/images/icon.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/dialogs/mathjax.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/icons/hidpi/mathjax.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/icons/mathjax.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/images/loader.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mathjax/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/mentions/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/icons/hidpi/newpage.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/icons/newpage-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/icons/newpage.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/newpage/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/icons/pagebreak.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/images/pagebreak.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pagebreak/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/panelbutton/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/pastefromword/filter/default.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/dialogs/placeholder.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/icons/hidpi/placeholder.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/icons/placeholder.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/placeholder/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/icons/hidpi/preview-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/icons/hidpi/preview.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/icons/preview-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/icons/preview.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/preview/preview.html create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/icons/hidpi/print.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/icons/print.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/print/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/icons/hidpi/save.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/icons/save.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/save/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/scayt/CHANGELOG.md create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/scayt/LICENSE.md create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/scayt/dialogs/dialog.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/scayt/dialogs/options.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/scayt/dialogs/toolbar.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/icons/hidpi/selectall.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/icons/selectall.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/selectall/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sharedspace/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/icons/hidpi/showblocks.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/icons/showblocks-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/icons/showblocks.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/images/block_address.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/images/block_blockquote.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/images/block_div.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/images/block_h1.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/images/block_h2.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/images/block_h3.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/images/block_h4.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/images/block_h5.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/images/block_h6.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/images/block_p.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/images/block_pre.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/showblocks/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/dialogs/smiley.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/icons/hidpi/smiley.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/icons/smiley.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/angel_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/angel_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/angry_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/angry_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/broken_heart.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/broken_heart.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/confused_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/confused_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/cry_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/cry_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/devil_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/devil_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/embaressed_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/embarrassed_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/embarrassed_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/envelope.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/envelope.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/heart.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/heart.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/kiss.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/kiss.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/lightbulb.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/lightbulb.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/omg_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/omg_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/regular_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/regular_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/sad_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/sad_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/shades_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/shades_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/teeth_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/teeth_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/thumbs_down.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/thumbs_down.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/thumbs_up.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/thumbs_up.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/tongue_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/tongue_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/tounge_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/wink_smile.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/images/wink_smile.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/smiley/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/icons/sourcedialog.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/sourcedialog/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/specialchar/dialogs/specialchar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/stylesheetparser/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/table/dialogs/table.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/tableresize/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/tableselection/styles/tableselection.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/tabletools/dialogs/tableCell.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/dialogs/templates.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/dialogs/templates.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/icons/hidpi/templates-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/icons/hidpi/templates.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/icons/templates-rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/icons/templates.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/bn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/bs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/en-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/fo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/gu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/hi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/is.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/ka.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/lt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/mn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/ms.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/th.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/templates/default.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/templates/images/template1.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/templates/images/template2.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/templates/templates/images/template3.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/textmatch/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/textwatcher/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/dialogs/uicolor.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/dialogs/uicolor.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/icons/hidpi/uicolor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/icons/uicolor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/_translationstatus.txt create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/af.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/ar.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/az.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/bg.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/cs.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/cy.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/da.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/de-ch.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/de.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/el.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/en-au.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/en-gb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/en.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/eo.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/es-mx.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/es.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/et.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/eu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/fa.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/fi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/fr-ca.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/fr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/gl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/he.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/hr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/hu.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/id.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/it.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/ja.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/km.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/ko.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/ku.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/lv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/mk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/nb.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/nl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/no.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/oc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/pl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/pt-br.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/pt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/ro.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/ru.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/si.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/sk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/sl.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/sq.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/sr-latn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/sr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/sv.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/tr.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/tt.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/ug.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/uk.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/vi.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/zh-cn.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/lang/zh.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uicolor/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/uploadfile/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/widget/images/handle.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/wsc/LICENSE.md create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/wsc/dialogs/ciframe.html create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/wsc/dialogs/tmpFrameset.html create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/wsc/dialogs/wsc.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/wsc/dialogs/wsc.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/wsc/dialogs/wsc_ie.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/plugins/xml/plugin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/dialog.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/dialog_ie.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/dialog_ie7.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/dialog_ie8.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/dialog_iequirks.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/editor.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/editor_ie.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/editor_ie7.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/editor_ie8.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/editor_iequirks.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/icons.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/icons_hidpi.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/images/dialog_sides.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/images/dialog_sides.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/images/dialog_sides_rtl.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/images/mini.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/images/spinner.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/images/sprites.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/images/sprites_ie6.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/images/toolbar_start.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/readme.md create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/kama/skin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/dialog.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/dialog_ie.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/dialog_ie8.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/dialog_iequirks.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/editor.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/editor_gecko.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/editor_ie.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/editor_ie8.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/editor_iequirks.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/icons.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/icons_hidpi.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/images/arrow.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/images/close.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/images/hidpi/close.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/images/hidpi/lock.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/images/hidpi/refresh.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/images/lock-open.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/images/lock.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/images/refresh.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/images/spinner.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono-lisa/readme.md create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/dialog.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/dialog_ie.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/dialog_ie7.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/dialog_ie8.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/dialog_iequirks.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/editor.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/editor_gecko.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/editor_ie.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/editor_ie7.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/editor_ie8.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/editor_iequirks.css create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/icons.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/icons_hidpi.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/anchor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/arrow.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/close.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/hidpi/anchor.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/hidpi/close.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/hidpi/lock-open.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/hidpi/lock.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/hidpi/refresh.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/lock-open.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/lock.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/refresh.png create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/images/spinner.gif create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/readme.md create mode 100644 src/ninebadge-1.0/public/build/ckeditor/skins/moono/skin.js create mode 100644 src/ninebadge-1.0/public/build/ckeditor/styles.js create mode 100644 src/ninebadge-1.0/public/build/dropzone.0d4b0ad2.js create mode 100644 src/ninebadge-1.0/public/build/entrypoints.json create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-brands-400.4a5d4d85.eot create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-brands-400.4c1da237.ttf create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-brands-400.5734d789.woff create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-brands-400.91a23e8b.woff2 create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-regular-400.260be4f2.ttf create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-regular-400.5c674c92.woff2 create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-regular-400.6b20949b.eot create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-regular-400.d44ad00c.woff create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-solid-900.412a43d6.woff2 create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-solid-900.9a1672a8.eot create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-solid-900.c65d1548.ttf create mode 100644 src/ninebadge-1.0/public/build/fonts/fa-solid-900.f3a7d3b5.woff create mode 100644 src/ninebadge-1.0/public/build/fullcalendar.0daf043e.js create mode 100644 src/ninebadge-1.0/public/build/images/fa-brands-400.778b1f25.svg create mode 100644 src/ninebadge-1.0/public/build/images/fa-regular-400.66578cdb.svg create mode 100644 src/ninebadge-1.0/public/build/images/fa-solid-900.48685310.svg create mode 100644 src/ninebadge-1.0/public/build/images/selection.3870c12e.gif create mode 100644 src/ninebadge-1.0/public/build/manifest.json create mode 100644 src/ninebadge-1.0/public/build/runtime.09d9b513.js create mode 100644 src/ninebadge-1.0/public/images/files/3gp.png create mode 100644 src/ninebadge-1.0/public/images/files/7z.png create mode 100644 src/ninebadge-1.0/public/images/files/_blank.png create mode 100644 src/ninebadge-1.0/public/images/files/_page.png create mode 100644 src/ninebadge-1.0/public/images/files/aac.png create mode 100644 src/ninebadge-1.0/public/images/files/ace.png create mode 100644 src/ninebadge-1.0/public/images/files/ai.png create mode 100644 src/ninebadge-1.0/public/images/files/aicf.png create mode 100644 src/ninebadge-1.0/public/images/files/aif.png create mode 100644 src/ninebadge-1.0/public/images/files/aiff.png create mode 100644 src/ninebadge-1.0/public/images/files/amr.png create mode 100644 src/ninebadge-1.0/public/images/files/asf.png create mode 100644 src/ninebadge-1.0/public/images/files/asp.png create mode 100644 src/ninebadge-1.0/public/images/files/asx.png create mode 100644 src/ninebadge-1.0/public/images/files/aut.png create mode 100644 src/ninebadge-1.0/public/images/files/avi.png create mode 100644 src/ninebadge-1.0/public/images/files/bat.png create mode 100644 src/ninebadge-1.0/public/images/files/bin.png create mode 100644 src/ninebadge-1.0/public/images/files/blend.png create mode 100644 src/ninebadge-1.0/public/images/files/bmp.png create mode 100644 src/ninebadge-1.0/public/images/files/bup.png create mode 100644 src/ninebadge-1.0/public/images/files/c.png create mode 100644 src/ninebadge-1.0/public/images/files/cab.png create mode 100644 src/ninebadge-1.0/public/images/files/cad.png create mode 100644 src/ninebadge-1.0/public/images/files/cbr.png create mode 100644 src/ninebadge-1.0/public/images/files/cda.png create mode 100644 src/ninebadge-1.0/public/images/files/cdl.png create mode 100644 src/ninebadge-1.0/public/images/files/cdr.png create mode 100644 src/ninebadge-1.0/public/images/files/chm.png create mode 100644 src/ninebadge-1.0/public/images/files/com.png create mode 100644 src/ninebadge-1.0/public/images/files/cpp.png create mode 100644 src/ninebadge-1.0/public/images/files/cs.png create mode 100644 src/ninebadge-1.0/public/images/files/css.png create mode 100644 src/ninebadge-1.0/public/images/files/csv.png create mode 100644 src/ninebadge-1.0/public/images/files/dat.png create mode 100644 src/ninebadge-1.0/public/images/files/db.png create mode 100644 src/ninebadge-1.0/public/images/files/divx.png create mode 100644 src/ninebadge-1.0/public/images/files/dll.png create mode 100644 src/ninebadge-1.0/public/images/files/dmg.png create mode 100644 src/ninebadge-1.0/public/images/files/doc.png create mode 100644 src/ninebadge-1.0/public/images/files/docx.png create mode 100644 src/ninebadge-1.0/public/images/files/dotx.png create mode 100644 src/ninebadge-1.0/public/images/files/dss.png create mode 100644 src/ninebadge-1.0/public/images/files/dvf.png create mode 100644 src/ninebadge-1.0/public/images/files/dwf.png create mode 100644 src/ninebadge-1.0/public/images/files/dwg.png create mode 100644 src/ninebadge-1.0/public/images/files/dxf.png create mode 100644 src/ninebadge-1.0/public/images/files/eml.png create mode 100644 src/ninebadge-1.0/public/images/files/eps.png create mode 100644 src/ninebadge-1.0/public/images/files/epub.png create mode 100644 src/ninebadge-1.0/public/images/files/exe.png create mode 100644 src/ninebadge-1.0/public/images/files/fla.png create mode 100644 src/ninebadge-1.0/public/images/files/flac.png create mode 100644 src/ninebadge-1.0/public/images/files/flv.png create mode 100644 src/ninebadge-1.0/public/images/files/gif.png create mode 100644 src/ninebadge-1.0/public/images/files/gz.png create mode 100644 src/ninebadge-1.0/public/images/files/h.png create mode 100644 src/ninebadge-1.0/public/images/files/hlp.png create mode 100644 src/ninebadge-1.0/public/images/files/hpp.png create mode 100644 src/ninebadge-1.0/public/images/files/hqx.png create mode 100644 src/ninebadge-1.0/public/images/files/htm.png create mode 100644 src/ninebadge-1.0/public/images/files/html.png create mode 100644 src/ninebadge-1.0/public/images/files/ico.png create mode 100644 src/ninebadge-1.0/public/images/files/ics.png create mode 100644 src/ninebadge-1.0/public/images/files/ifo.png create mode 100644 src/ninebadge-1.0/public/images/files/indd.png create mode 100644 src/ninebadge-1.0/public/images/files/ini.png create mode 100644 src/ninebadge-1.0/public/images/files/ink.png create mode 100644 src/ninebadge-1.0/public/images/files/iso.png create mode 100644 src/ninebadge-1.0/public/images/files/jar.png create mode 100644 src/ninebadge-1.0/public/images/files/java.png create mode 100644 src/ninebadge-1.0/public/images/files/jpeg.png create mode 100644 src/ninebadge-1.0/public/images/files/jpg.png create mode 100644 src/ninebadge-1.0/public/images/files/js.png create mode 100644 src/ninebadge-1.0/public/images/files/key.png create mode 100644 src/ninebadge-1.0/public/images/files/less.png create mode 100644 src/ninebadge-1.0/public/images/files/lnk.png create mode 100644 src/ninebadge-1.0/public/images/files/log.png create mode 100644 src/ninebadge-1.0/public/images/files/m4b.png create mode 100644 src/ninebadge-1.0/public/images/files/m4p.png create mode 100644 src/ninebadge-1.0/public/images/files/m4v.png create mode 100644 src/ninebadge-1.0/public/images/files/mcd.png create mode 100644 src/ninebadge-1.0/public/images/files/mdb.png create mode 100644 src/ninebadge-1.0/public/images/files/mid.png create mode 100644 src/ninebadge-1.0/public/images/files/mkv.png create mode 100644 src/ninebadge-1.0/public/images/files/mov.png create mode 100644 src/ninebadge-1.0/public/images/files/mp2.png create mode 100644 src/ninebadge-1.0/public/images/files/mp3.png create mode 100644 src/ninebadge-1.0/public/images/files/mp4.png create mode 100644 src/ninebadge-1.0/public/images/files/mpeg.png create mode 100644 src/ninebadge-1.0/public/images/files/mpg.png create mode 100644 src/ninebadge-1.0/public/images/files/msi.png create mode 100644 src/ninebadge-1.0/public/images/files/net.png create mode 100644 src/ninebadge-1.0/public/images/files/odb.png create mode 100644 src/ninebadge-1.0/public/images/files/odc.png create mode 100644 src/ninebadge-1.0/public/images/files/odf.png create mode 100644 src/ninebadge-1.0/public/images/files/odg.png create mode 100644 src/ninebadge-1.0/public/images/files/odi.png create mode 100644 src/ninebadge-1.0/public/images/files/odm.png create mode 100644 src/ninebadge-1.0/public/images/files/odp.png create mode 100644 src/ninebadge-1.0/public/images/files/ods.png create mode 100644 src/ninebadge-1.0/public/images/files/odt.png create mode 100644 src/ninebadge-1.0/public/images/files/ogg.png create mode 100644 src/ninebadge-1.0/public/images/files/opt.png create mode 100644 src/ninebadge-1.0/public/images/files/otc.png create mode 100644 src/ninebadge-1.0/public/images/files/otf.png create mode 100644 src/ninebadge-1.0/public/images/files/otg.png create mode 100644 src/ninebadge-1.0/public/images/files/oth.png create mode 100644 src/ninebadge-1.0/public/images/files/oti.png create mode 100644 src/ninebadge-1.0/public/images/files/otp.png create mode 100644 src/ninebadge-1.0/public/images/files/ots.png create mode 100644 src/ninebadge-1.0/public/images/files/ott.png create mode 100644 src/ninebadge-1.0/public/images/files/pcx.png create mode 100644 src/ninebadge-1.0/public/images/files/pdb.png create mode 100644 src/ninebadge-1.0/public/images/files/pdd.png create mode 100644 src/ninebadge-1.0/public/images/files/pdf.png create mode 100644 src/ninebadge-1.0/public/images/files/php.png create mode 100644 src/ninebadge-1.0/public/images/files/pmg.png create mode 100644 src/ninebadge-1.0/public/images/files/png.png create mode 100644 src/ninebadge-1.0/public/images/files/pps.png create mode 100644 src/ninebadge-1.0/public/images/files/ppt.png create mode 100644 src/ninebadge-1.0/public/images/files/pptx.png create mode 100644 src/ninebadge-1.0/public/images/files/ps.png create mode 100644 src/ninebadge-1.0/public/images/files/psd.png create mode 100644 src/ninebadge-1.0/public/images/files/ptb.png create mode 100644 src/ninebadge-1.0/public/images/files/ptt.png create mode 100644 src/ninebadge-1.0/public/images/files/pub.png create mode 100644 src/ninebadge-1.0/public/images/files/py.png create mode 100644 src/ninebadge-1.0/public/images/files/qbb.png create mode 100644 src/ninebadge-1.0/public/images/files/qbw.png create mode 100644 src/ninebadge-1.0/public/images/files/qt.png create mode 100644 src/ninebadge-1.0/public/images/files/qxd.png create mode 100644 src/ninebadge-1.0/public/images/files/qxp.png create mode 100644 src/ninebadge-1.0/public/images/files/ram.png create mode 100644 src/ninebadge-1.0/public/images/files/rar.png create mode 100644 src/ninebadge-1.0/public/images/files/rax.png create mode 100644 src/ninebadge-1.0/public/images/files/rb.png create mode 100644 src/ninebadge-1.0/public/images/files/resx.png create mode 100644 src/ninebadge-1.0/public/images/files/rm.png create mode 100644 src/ninebadge-1.0/public/images/files/rmvb.png create mode 100644 src/ninebadge-1.0/public/images/files/rss.png create mode 100644 src/ninebadge-1.0/public/images/files/rtf.png create mode 100644 src/ninebadge-1.0/public/images/files/rw.png create mode 100644 src/ninebadge-1.0/public/images/files/sass.png create mode 100644 src/ninebadge-1.0/public/images/files/scss.png create mode 100644 src/ninebadge-1.0/public/images/files/sea.png create mode 100644 src/ninebadge-1.0/public/images/files/ses.png create mode 100644 src/ninebadge-1.0/public/images/files/sit.png create mode 100644 src/ninebadge-1.0/public/images/files/sitx.png create mode 100644 src/ninebadge-1.0/public/images/files/sln.png create mode 100644 src/ninebadge-1.0/public/images/files/sql.png create mode 100644 src/ninebadge-1.0/public/images/files/ss.png create mode 100644 src/ninebadge-1.0/public/images/files/svg.png create mode 100644 src/ninebadge-1.0/public/images/files/swf.png create mode 100644 src/ninebadge-1.0/public/images/files/sys.png create mode 100644 src/ninebadge-1.0/public/images/files/tga.png create mode 100644 src/ninebadge-1.0/public/images/files/tgz.png create mode 100644 src/ninebadge-1.0/public/images/files/tif.png create mode 100644 src/ninebadge-1.0/public/images/files/tiff.png create mode 100644 src/ninebadge-1.0/public/images/files/trt.png create mode 100644 src/ninebadge-1.0/public/images/files/ttf.png create mode 100644 src/ninebadge-1.0/public/images/files/txt.png create mode 100644 src/ninebadge-1.0/public/images/files/vcd.png create mode 100644 src/ninebadge-1.0/public/images/files/vob.png create mode 100644 src/ninebadge-1.0/public/images/files/wav.png create mode 100644 src/ninebadge-1.0/public/images/files/webm.png create mode 100644 src/ninebadge-1.0/public/images/files/webp.png create mode 100644 src/ninebadge-1.0/public/images/files/wma.png create mode 100644 src/ninebadge-1.0/public/images/files/wmv.png create mode 100644 src/ninebadge-1.0/public/images/files/wpd.png create mode 100644 src/ninebadge-1.0/public/images/files/wps.png create mode 100644 src/ninebadge-1.0/public/images/files/xaml.png create mode 100644 src/ninebadge-1.0/public/images/files/xar.png create mode 100644 src/ninebadge-1.0/public/images/files/xcf.png create mode 100644 src/ninebadge-1.0/public/images/files/xhtml.png create mode 100644 src/ninebadge-1.0/public/images/files/xls.png create mode 100644 src/ninebadge-1.0/public/images/files/xlsx.png create mode 100644 src/ninebadge-1.0/public/images/files/xml.png create mode 100644 src/ninebadge-1.0/public/images/files/xtm.png create mode 100644 src/ninebadge-1.0/public/images/files/yml.png create mode 100644 src/ninebadge-1.0/public/images/files/zip.png create mode 100644 src/ninebadge-1.0/public/index.php create mode 100644 src/ninebadge-1.0/public/styles/css/font.css create mode 100644 src/ninebadge-1.0/public/styles/css/style.css create mode 100644 src/ninebadge-1.0/public/styles/fonts/ABeeZee-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Acme-Regular-webfont.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/AlfaSlabOne-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Anton-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Baloo-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Bebas-webfont.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/CarterOne-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Chewy-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Courgette-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/FredokaOne-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Grandstander-Black.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Justanotherhand-Regular-webfont.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Lato-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/LexendDeca-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/LuckiestGuy-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Overpass-Black.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/PassionOne-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Peacesans-webfont.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Redressed-webfont.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Righteous-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Roboto-Regular-webfont.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/RubikMonoOne-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/SigmarOne-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Signika-Regular.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Snickles-webfont.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Teko-Bold.ttf create mode 100644 src/ninebadge-1.0/public/styles/fonts/Viga-Regular.ttf create mode 100644 src/ninebadge-1.0/public/themes/look.png create mode 100644 src/ninebadge-1.0/public/themes/look.xcf create mode 100644 src/ninebadge-1.0/public/themes/nineblue/info.yml create mode 100644 src/ninebadge-1.0/public/themes/nineblue/local.js create mode 100644 src/ninebadge-1.0/public/themes/nineblue/look.png create mode 100644 src/ninebadge-1.0/public/themes/nineblue/style.css create mode 100644 src/ninebadge-1.0/public/themes/ninedark/info.yml create mode 100644 src/ninebadge-1.0/public/themes/ninedark/local.js create mode 100644 src/ninebadge-1.0/public/themes/ninedark/look.png create mode 100644 src/ninebadge-1.0/public/themes/ninedark/style.css create mode 100644 src/ninebadge-1.0/public/themes/ninegray/info.yml create mode 100644 src/ninebadge-1.0/public/themes/ninegray/local.js create mode 100644 src/ninebadge-1.0/public/themes/ninegray/look.png create mode 100644 src/ninebadge-1.0/public/themes/ninegray/style.css create mode 100644 src/ninebadge-1.0/public/themes/ninegreen/info.yml create mode 100644 src/ninebadge-1.0/public/themes/ninegreen/local.js create mode 100644 src/ninebadge-1.0/public/themes/ninegreen/look.png create mode 100644 src/ninebadge-1.0/public/themes/ninegreen/style.css create mode 100644 src/ninebadge-1.0/public/themes/nineorange/info.yml create mode 100644 src/ninebadge-1.0/public/themes/nineorange/local.js create mode 100644 src/ninebadge-1.0/public/themes/nineorange/look.png create mode 100644 src/ninebadge-1.0/public/themes/nineorange/style.css create mode 100644 src/ninebadge-1.0/public/themes/ninered/info.yml create mode 100644 src/ninebadge-1.0/public/themes/ninered/local.js create mode 100644 src/ninebadge-1.0/public/themes/ninered/look.png create mode 100644 src/ninebadge-1.0/public/themes/ninered/style.css create mode 100644 src/ninebadge-1.0/public/themes/nineyellow/info.yml create mode 100644 src/ninebadge-1.0/public/themes/nineyellow/local.js create mode 100644 src/ninebadge-1.0/public/themes/nineyellow/look.png create mode 100644 src/ninebadge-1.0/public/themes/nineyellow/style.css create mode 100644 src/ninebadge-1.0/public/uploads/avatar/admin.jpg create mode 100644 src/ninebadge-1.0/public/uploads/avatar/system.jpg create mode 100644 src/ninebadge-1.0/public/uploads/logo/logo.png create mode 100644 src/ninebadge-1.0/scripts/.env.model create mode 100644 src/ninebadge-1.0/scripts/.gitkeep create mode 100755 src/ninebadge-1.0/scripts/cron.sh create mode 100755 src/ninebadge-1.0/scripts/genkey.sh create mode 100755 src/ninebadge-1.0/scripts/mail.sh create mode 100755 src/ninebadge-1.0/scripts/perm.sh create mode 100755 src/ninebadge-1.0/scripts/reconfigure.sh create mode 100755 src/ninebadge-1.0/scripts/websocket.sh create mode 100755 src/ninebadge-1.0/scripts/wkhtmltopdf/wkhtmltoimage create mode 100755 src/ninebadge-1.0/scripts/wkhtmltopdf/wkhtmltopdf create mode 100644 src/ninebadge-1.0/src/Command/AppInitCommand.php create mode 100644 src/ninebadge-1.0/src/Command/CronCommand.php create mode 100644 src/ninebadge-1.0/src/Command/CronInitCommand.php create mode 100644 src/ninebadge-1.0/src/Command/DumpBddCommand.php create mode 100644 src/ninebadge-1.0/src/Command/PurgeFileCommand.php create mode 100644 src/ninebadge-1.0/src/Command/ScriptCommand.php create mode 100644 src/ninebadge-1.0/src/Command/SendMailCommand.php create mode 100644 src/ninebadge-1.0/src/Command/SetPasswordCommand.php create mode 100644 src/ninebadge-1.0/src/Command/SetRolesCommand.php create mode 100644 src/ninebadge-1.0/src/Command/WebsocketServerCommand.php create mode 100644 src/ninebadge-1.0/src/Controller/.gitignore create mode 100755 src/ninebadge-1.0/src/Controller/ConfigController.php create mode 100644 src/ninebadge-1.0/src/Controller/CronController.php create mode 100644 src/ninebadge-1.0/src/Controller/CropController.php create mode 100755 src/ninebadge-1.0/src/Controller/GroupController.php create mode 100755 src/ninebadge-1.0/src/Controller/HomeController.php create mode 100755 src/ninebadge-1.0/src/Controller/SecurityController.php create mode 100644 src/ninebadge-1.0/src/Controller/SondeController.php create mode 100755 src/ninebadge-1.0/src/Controller/TallydayController.php create mode 100644 src/ninebadge-1.0/src/Controller/ThemeController.php create mode 100755 src/ninebadge-1.0/src/Controller/UserController.php create mode 100644 src/ninebadge-1.0/src/Controller/WebsocketController.php create mode 100644 src/ninebadge-1.0/src/Entity/.gitignore create mode 100644 src/ninebadge-1.0/src/Entity/Config.php create mode 100644 src/ninebadge-1.0/src/Entity/Cron.php create mode 100644 src/ninebadge-1.0/src/Entity/Group.php create mode 100644 src/ninebadge-1.0/src/Entity/Script.php create mode 100644 src/ninebadge-1.0/src/Entity/Tallyday.php create mode 100644 src/ninebadge-1.0/src/Entity/User.php create mode 100644 src/ninebadge-1.0/src/Form/ConfigType.php create mode 100644 src/ninebadge-1.0/src/Form/CronType.php create mode 100644 src/ninebadge-1.0/src/Form/GroupType.php create mode 100644 src/ninebadge-1.0/src/Form/TallydayType.php create mode 100644 src/ninebadge-1.0/src/Form/UserType.php create mode 100644 src/ninebadge-1.0/src/Kernel.php create mode 100644 src/ninebadge-1.0/src/Migrations/.gitignore create mode 100644 src/ninebadge-1.0/src/Repository/ConfigRepository.php create mode 100644 src/ninebadge-1.0/src/Repository/CronRepository.php create mode 100644 src/ninebadge-1.0/src/Repository/GroupRepository.php create mode 100644 src/ninebadge-1.0/src/Repository/ScriptRepository.php create mode 100644 src/ninebadge-1.0/src/Repository/TallydayRepository.php create mode 100644 src/ninebadge-1.0/src/Repository/UserRepository.php create mode 100644 src/ninebadge-1.0/src/Service/mailService.php create mode 100644 src/ninebadge-1.0/src/Service/passwordEncoder.php create mode 100644 src/ninebadge-1.0/src/Service/sessionInit.php create mode 100644 src/ninebadge-1.0/src/Service/uploadListener.php create mode 100644 src/ninebadge-1.0/src/Service/uploadSamename.php create mode 100644 src/ninebadge-1.0/src/Twig/AppExtension.php create mode 100644 src/ninebadge-1.0/src/Websocket/MessageHandler.php create mode 100644 src/ninebadge-1.0/symfony.lock create mode 100755 src/ninebadge-1.0/templates/Config/edit.html.twig create mode 100644 src/ninebadge-1.0/templates/Config/list.html.twig create mode 100644 src/ninebadge-1.0/templates/Config/logo.html.twig create mode 100644 src/ninebadge-1.0/templates/Config/render.html.twig create mode 100644 src/ninebadge-1.0/templates/Cron/edit.html.twig create mode 100644 src/ninebadge-1.0/templates/Cron/list.html.twig create mode 100644 src/ninebadge-1.0/templates/Cron/logs.html.twig create mode 100644 src/ninebadge-1.0/templates/Crop/crop01.html.twig create mode 100644 src/ninebadge-1.0/templates/Crop/crop02.html.twig create mode 100644 src/ninebadge-1.0/templates/Form/fields.html.twig create mode 100755 src/ninebadge-1.0/templates/Group/edit.html.twig create mode 100644 src/ninebadge-1.0/templates/Group/list.html.twig create mode 100644 src/ninebadge-1.0/templates/Home/admin.html.twig create mode 100644 src/ninebadge-1.0/templates/Home/casdebug.html.twig create mode 100644 src/ninebadge-1.0/templates/Home/home.html.twig create mode 100755 src/ninebadge-1.0/templates/Home/login.html.twig create mode 100644 src/ninebadge-1.0/templates/Home/mail.html.twig create mode 100644 src/ninebadge-1.0/templates/Home/noperm.html.twig create mode 100644 src/ninebadge-1.0/templates/Include/javascript.js.twig create mode 100644 src/ninebadge-1.0/templates/Include/sidebar.html.twig create mode 100644 src/ninebadge-1.0/templates/Include/style.css.twig create mode 100644 src/ninebadge-1.0/templates/Sonde/sonde.html.twig create mode 100755 src/ninebadge-1.0/templates/Tallyday/edit.html.twig create mode 100644 src/ninebadge-1.0/templates/Tallyday/list.html.twig create mode 100644 src/ninebadge-1.0/templates/Tallyday/tallyday.html.twig create mode 100644 src/ninebadge-1.0/templates/Theme/list.html.twig create mode 100755 src/ninebadge-1.0/templates/User/edit.html.twig create mode 100644 src/ninebadge-1.0/templates/User/list.html.twig create mode 100644 src/ninebadge-1.0/templates/Websocket/sample.html.twig create mode 100644 src/ninebadge-1.0/templates/base.html.twig create mode 100644 src/ninebadge-1.0/tests/bootstrap.php create mode 100644 src/ninebadge-1.0/translations/.gitignore create mode 100644 src/ninebadge-1.0/webpack.config.js create mode 100644 src/ninebadge-1.0/yarn.lock create mode 100644 sso/filtres/ninebadge.ini create mode 100644 sso/filtres/ninebadge_apps.ini create mode 100644 tmpl/ninebadge-apache.conf create mode 100644 tmpl/ninebadge-db.yml create mode 100755 tmpl/ninebadge-env.local create mode 100644 tmpl/ninebadge.cron diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9cc67da --- /dev/null +++ b/Makefile @@ -0,0 +1,26 @@ +################################ +# Makefile +################################ + +SOURCE=ninebadge +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/ninebadge-create-0.sql b/db/gen/ninebadge-create-0.sql new file mode 100644 index 0000000..45c29e8 --- /dev/null +++ b/db/gen/ninebadge-create-0.sql @@ -0,0 +1,5 @@ + + +SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; +CREATE DATABASE ninebadge DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; + diff --git a/dicos/90_ninebadge.xml b/dicos/90_ninebadge.xml new file mode 100644 index 0000000..fb52854 --- /dev/null +++ b/dicos/90_ninebadge.xml @@ -0,0 +1,150 @@ + + + + + + + + + + + + ninebadge + + + + + + + + + + + + + + oui + + + CAS + + + + + oui + + + + + + + + + + + + + + + + + + + + Paramètres associés à l'Annuaire + Paramètres associés aux Mails + Paramètres associés à la Base de Données + + + + + + + non + ninebadge + ninebadge + + + + + non + ninebadge_mode_auth + + ninebadge_noreply + ninebadge_activer_localmail + ninebadge_smtphost + ninebadge_smtpport + ninebadge_smtpuser + ninebadge_smtppwd + ninebadge_smtpencryption + ninebadge_smtpauthmode + + ninebadge_db_mode + ninebadge_dbserver + ninebadge_dbport + ninebadge_allow_hosts + ninebadge_dbuser + ninebadge_dbpass + + ninebadge + ninebadge + + + + + + noreply@ + domaine_messagerie_etab + + + + oui + + ninebadge_smtphost + ninebadge_smtpport + ninebadge_smtpuser + ninebadge_smtppwd + ninebadge_smtpencryption + ninebadge_smtpauthmode + + + + + + local + ninebadge_dbserver + ninebadge_dbuser + ninebadge_dbport + ninebadge_dbpass + + + default + ninebadge_dbserver + ninebadge_dbuser + ninebadge_dbport + ninebadge_dbpass + ninebadge_allow_hosts + + + + + + ['CAS', 'SQL'] + + + + ['tls', 'ssl', 'null'] + + + ['plain', 'login', 'cram-md5', 'null'] + + + + ['default', 'externe', 'local'] + + + + + 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/ninebadge b/logrotate/ninebadge new file mode 100644 index 0000000..2165543 --- /dev/null +++ b/logrotate/ninebadge @@ -0,0 +1,13 @@ +/var/www/html/ninebadge/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-ninebadge b/postservice/90-ninebadge new file mode 100755 index 0000000..f72f364 --- /dev/null +++ b/postservice/90-ninebadge @@ -0,0 +1,2 @@ +#!/bin/bash +CreoleRun "/var/www/html/ninebadge/scripts/reconfigure.sh" web \ No newline at end of file diff --git a/pretemplate/25-ninebadge b/pretemplate/25-ninebadge new file mode 100755 index 0000000..26d5689 --- /dev/null +++ b/pretemplate/25-ninebadge @@ -0,0 +1,3 @@ +#!/bin/bash +CreoleRun "/var/www/html/ninebadge/scripts/genkey.sh" web +exit 0 \ No newline at end of file diff --git a/src/ninebadge-1.0/.env b/src/ninebadge-1.0/.env new file mode 100644 index 0000000..1cfa49f --- /dev/null +++ b/src/ninebadge-1.0/.env @@ -0,0 +1,52 @@ +# 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_AUTH=SQL +APP_ALIAS= +APP_NAME= +APP_CRON=1 + +# BDD +DATABASE_NAME= +DATABASE_USER= +DATABASE_PASSWORD= +DATABASE_HOST= + + +# MAIL sendmail / smtp +MAILER_METHOD=sendmail +MAILER_URL= +MAILER_NOREPLY=noreply@noreply.fr + + +# 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/ninebadge-1.0/.env.test b/src/ninebadge-1.0/.env.test new file mode 100644 index 0000000..d048686 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/.gitignore b/src/ninebadge-1.0/.gitignore new file mode 100644 index 0000000..66f9e93 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/assets/js/app.js b/src/ninebadge-1.0/assets/js/app.js new file mode 100644 index 0000000..3321c58 --- /dev/null +++ b/src/ninebadge-1.0/assets/js/app.js @@ -0,0 +1,68 @@ +// 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/ninebadge-1.0/assets/js/datatables.init.js b/src/ninebadge-1.0/assets/js/datatables.init.js new file mode 100644 index 0000000..18becb3 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/assets/js/dropzone.js b/src/ninebadge-1.0/assets/js/dropzone.js new file mode 100644 index 0000000..23748ac --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/assets/js/fullcalendar.js b/src/ninebadge-1.0/assets/js/fullcalendar.js new file mode 100644 index 0000000..dcdf8a1 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/bin/console b/src/ninebadge-1.0/bin/console new file mode 100755 index 0000000..5de0e1c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/bin/phpunit b/src/ninebadge-1.0/bin/phpunit new file mode 100755 index 0000000..4d1ed05 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/bootstrap.php b/src/ninebadge-1.0/config/bootstrap.php new file mode 100644 index 0000000..3164fd1 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/bundles.php b/src/ninebadge-1.0/config/bundles.php new file mode 100644 index 0000000..40aec7b --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/assets.yaml b/src/ninebadge-1.0/config/packages/assets.yaml new file mode 100644 index 0000000..051d36d --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/cache.yaml b/src/ninebadge-1.0/config/packages/cache.yaml new file mode 100644 index 0000000..6899b72 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/dev/debug.yaml b/src/ninebadge-1.0/config/packages/dev/debug.yaml new file mode 100644 index 0000000..26d4e53 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/dev/easy_log_handler.yaml b/src/ninebadge-1.0/config/packages/dev/easy_log_handler.yaml new file mode 100644 index 0000000..27bfc60 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/dev/monolog.yaml b/src/ninebadge-1.0/config/packages/dev/monolog.yaml new file mode 100644 index 0000000..b1998da --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/dev/swiftmailer.yaml b/src/ninebadge-1.0/config/packages/dev/swiftmailer.yaml new file mode 100644 index 0000000..b98158e --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/dev/web_profiler.yaml b/src/ninebadge-1.0/config/packages/dev/web_profiler.yaml new file mode 100644 index 0000000..e92166a --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/doctrine.yaml b/src/ninebadge-1.0/config/packages/doctrine.yaml new file mode 100644 index 0000000..e699596 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/doctrine_migrations.yaml b/src/ninebadge-1.0/config/packages/doctrine_migrations.yaml new file mode 100644 index 0000000..49c3517 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/fos_ckeditor.yaml b/src/ninebadge-1.0/config/packages/fos_ckeditor.yaml new file mode 100644 index 0000000..3d85cb2 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/fos_rest.yaml b/src/ninebadge-1.0/config/packages/fos_rest.yaml new file mode 100644 index 0000000..d96294e --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/framework.yaml b/src/ninebadge-1.0/config/packages/framework.yaml new file mode 100644 index 0000000..41c8912 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/knp_snappy.yaml b/src/ninebadge-1.0/config/packages/knp_snappy.yaml new file mode 100644 index 0000000..fda5d59 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/mailer.yaml b/src/ninebadge-1.0/config/packages/mailer.yaml new file mode 100644 index 0000000..56a650d --- /dev/null +++ b/src/ninebadge-1.0/config/packages/mailer.yaml @@ -0,0 +1,3 @@ +framework: + mailer: + dsn: '%env(MAILER_DSN)%' diff --git a/src/ninebadge-1.0/config/packages/nelmio_api_doc.yaml b/src/ninebadge-1.0/config/packages/nelmio_api_doc.yaml new file mode 100644 index 0000000..4e68479 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/one_upload.yaml b/src/ninebadge-1.0/config/packages/one_upload.yaml new file mode 100644 index 0000000..ef0d245 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/oneup_uploader.yaml b/src/ninebadge-1.0/config/packages/oneup_uploader.yaml new file mode 100644 index 0000000..908a23c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/prod/doctrine.yaml b/src/ninebadge-1.0/config/packages/prod/doctrine.yaml new file mode 100644 index 0000000..084f59a --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/prod/monolog.yaml b/src/ninebadge-1.0/config/packages/prod/monolog.yaml new file mode 100644 index 0000000..14b42bb --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/prod/routing.yaml b/src/ninebadge-1.0/config/packages/prod/routing.yaml new file mode 100644 index 0000000..b3e6a0a --- /dev/null +++ b/src/ninebadge-1.0/config/packages/prod/routing.yaml @@ -0,0 +1,3 @@ +framework: + router: + strict_requirements: null diff --git a/src/ninebadge-1.0/config/packages/prod/webpack_encore.yaml b/src/ninebadge-1.0/config/packages/prod/webpack_encore.yaml new file mode 100644 index 0000000..d0b3ba8 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/routing.yaml b/src/ninebadge-1.0/config/packages/routing.yaml new file mode 100644 index 0000000..7e97762 --- /dev/null +++ b/src/ninebadge-1.0/config/packages/routing.yaml @@ -0,0 +1,3 @@ +framework: + router: + utf8: true diff --git a/src/ninebadge-1.0/config/packages/security.yaml b/src/ninebadge-1.0/config/packages/security.yaml new file mode 100644 index 0000000..99a780c --- /dev/null +++ b/src/ninebadge-1.0/config/packages/security.yaml @@ -0,0 +1,49 @@ +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: ^/master, roles: [ROLE_ADMIN, ROLE_MODO, ROLE_MASTER] } + - { path: ^/modo, roles: [ROLE_ADMIN, ROLE_MODO] } + - { path: ^/admin, roles: [ROLE_ADMIN] } diff --git a/src/ninebadge-1.0/config/packages/sensio_framework_extra.yaml b/src/ninebadge-1.0/config/packages/sensio_framework_extra.yaml new file mode 100644 index 0000000..1821ccc --- /dev/null +++ b/src/ninebadge-1.0/config/packages/sensio_framework_extra.yaml @@ -0,0 +1,3 @@ +sensio_framework_extra: + router: + annotations: false diff --git a/src/ninebadge-1.0/config/packages/swiftmailer.yaml b/src/ninebadge-1.0/config/packages/swiftmailer.yaml new file mode 100644 index 0000000..db8d136 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/test/framework.yaml b/src/ninebadge-1.0/config/packages/test/framework.yaml new file mode 100644 index 0000000..d051c84 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/test/monolog.yaml b/src/ninebadge-1.0/config/packages/test/monolog.yaml new file mode 100644 index 0000000..fc40641 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/test/swiftmailer.yaml b/src/ninebadge-1.0/config/packages/test/swiftmailer.yaml new file mode 100644 index 0000000..f438078 --- /dev/null +++ b/src/ninebadge-1.0/config/packages/test/swiftmailer.yaml @@ -0,0 +1,2 @@ +swiftmailer: + disable_delivery: true diff --git a/src/ninebadge-1.0/config/packages/test/twig.yaml b/src/ninebadge-1.0/config/packages/test/twig.yaml new file mode 100644 index 0000000..8c6e0b4 --- /dev/null +++ b/src/ninebadge-1.0/config/packages/test/twig.yaml @@ -0,0 +1,2 @@ +twig: + strict_variables: true diff --git a/src/ninebadge-1.0/config/packages/test/validator.yaml b/src/ninebadge-1.0/config/packages/test/validator.yaml new file mode 100644 index 0000000..1e5ab78 --- /dev/null +++ b/src/ninebadge-1.0/config/packages/test/validator.yaml @@ -0,0 +1,3 @@ +framework: + validation: + not_compromised_password: false diff --git a/src/ninebadge-1.0/config/packages/test/web_profiler.yaml b/src/ninebadge-1.0/config/packages/test/web_profiler.yaml new file mode 100644 index 0000000..03752de --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/test/webpack_encore.yaml b/src/ninebadge-1.0/config/packages/test/webpack_encore.yaml new file mode 100644 index 0000000..02a7651 --- /dev/null +++ b/src/ninebadge-1.0/config/packages/test/webpack_encore.yaml @@ -0,0 +1,2 @@ +#webpack_encore: +# strict_mode: false diff --git a/src/ninebadge-1.0/config/packages/translation.yaml b/src/ninebadge-1.0/config/packages/translation.yaml new file mode 100644 index 0000000..05a2b3d --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/twig.yaml b/src/ninebadge-1.0/config/packages/twig.yaml new file mode 100644 index 0000000..e185f1f --- /dev/null +++ b/src/ninebadge-1.0/config/packages/twig.yaml @@ -0,0 +1,21 @@ +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%' + wssuse: '%wssuse%' + wssurl: '%wssurl%' + sondeUse: '%sondeUse%' + sondeUrl: '%sondeUrl%' + + + + diff --git a/src/ninebadge-1.0/config/packages/validator.yaml b/src/ninebadge-1.0/config/packages/validator.yaml new file mode 100644 index 0000000..350786a --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/packages/webpack_encore.yaml b/src/ninebadge-1.0/config/packages/webpack_encore.yaml new file mode 100644 index 0000000..9191f4f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/routes.yaml b/src/ninebadge-1.0/config/routes.yaml new file mode 100644 index 0000000..fb7da83 --- /dev/null +++ b/src/ninebadge-1.0/config/routes.yaml @@ -0,0 +1,210 @@ +#== Home ======================================================================================================== +app_home: + path: / + defaults: { _controller: App\Controller\HomeController:home } + +app_nopermission: + path: /noperm + defaults: { _controller: App\Controller\HomeController:noperm } + +app_admin: + path: /admin/home + defaults: { _controller: App\Controller\HomeController:admin } + +app_ckeditor_upload: + path: /user/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 } + +#== 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 } + +#== Tallyday ======================================================================================================== +app_tallyday: + path: /user/tallyday + defaults: { _controller: App\Controller\TallydayController:tallyday } + +app_tallyday_start: + path: /user/tallyday/start + defaults: { _controller: App\Controller\TallydayController:start } + +app_tallyday_endam: + path: /user/tallyday/endam + defaults: { _controller: App\Controller\TallydayController:endam } + +app_tallyday_startpm: + path: /user/tallyday/startpm + defaults: { _controller: App\Controller\TallydayController:startpm } + +app_tallyday_endpm: + path: /user/tallyday/endpm + defaults: { _controller: App\Controller\TallydayController:endpm } + +app_tallyday_uservalidate: + path: /user/tallyday/validate + defaults: { _controller: App\Controller\TallydayController:uservalidate } + +app_tallyday_userdevalidate: + path: /user/tallyday/devalidate + defaults: { _controller: App\Controller\TallydayController:userdevalidate } + +app_tallyday_userupdate: + path: /user/tallyday/update + defaults: { _controller: App\Controller\TallydayController:userupdate } + +app_tallyday_userlist: + path: /user/tallydays + defaults: { _controller: App\Controller\TallydayController:usertallydays } diff --git a/src/ninebadge-1.0/config/routes/annotations.yaml b/src/ninebadge-1.0/config/routes/annotations.yaml new file mode 100644 index 0000000..e92efc5 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/routes/dev/framework.yaml b/src/ninebadge-1.0/config/routes/dev/framework.yaml new file mode 100644 index 0000000..bcbbf13 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/routes/dev/web_profiler.yaml b/src/ninebadge-1.0/config/routes/dev/web_profiler.yaml new file mode 100644 index 0000000..c82beff --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/routes/nelmio_api_doc.yaml b/src/ninebadge-1.0/config/routes/nelmio_api_doc.yaml new file mode 100644 index 0000000..364b4af --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/config/routes/oneup_uploader.yaml b/src/ninebadge-1.0/config/routes/oneup_uploader.yaml new file mode 100644 index 0000000..ad9f64f --- /dev/null +++ b/src/ninebadge-1.0/config/routes/oneup_uploader.yaml @@ -0,0 +1,3 @@ +oneup_uploader: + resource: . + type: uploader diff --git a/src/ninebadge-1.0/config/services.yaml b/src/ninebadge-1.0/config/services.yaml new file mode 100644 index 0000000..14f31b5 --- /dev/null +++ b/src/ninebadge-1.0/config/services.yaml @@ -0,0 +1,103 @@ +# 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)%' + + 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)%' + + + 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. + + # 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.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/ninebadge-1.0/package.json b/src/ninebadge-1.0/package.json new file mode 100644 index 0000000..ace418b --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/phpunit.xml.dist b/src/ninebadge-1.0/phpunit.xml.dist new file mode 100644 index 0000000..d81f0c3 --- /dev/null +++ b/src/ninebadge-1.0/phpunit.xml.dist @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + tests + + + + + + src + + + + + + + diff --git a/src/ninebadge-1.0/public/.htaccess b/src/ninebadge-1.0/public/.htaccess new file mode 100644 index 0000000..0379bfc --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/0.35cbb17f.js b/src/ninebadge-1.0/public/build/0.35cbb17f.js new file mode 100644 index 0000000..c918a89 --- /dev/null +++ b/src/ninebadge-1.0/public/build/0.35cbb17f.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{"++XM":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/pt-br.js"},"+06l":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/fa.js"},"+0GY":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/ru.js"},"+4Bs":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/it.js"},"+4oB":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/cs.js"},"+4rR":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/fa.js"},"+5dL":function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloonpanel/skins/moono-lisa/balloonpanel.css"},"+5gG":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/angry_smile.png"},"+5ux":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/ug.js"},"+6Ec":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/ro.js"},"+7Sr":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/bs.js"},"+CD0":function(n,o,i){n.exports=i.p+"ckeditor/plugins/adobeair/plugin.js"},"+Fwn":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/ku.js"},"+Hux":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/es-mx.js"},"+Hxo":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/eu.js"},"+M+c":function(n,o,i){n.exports=i.p+"ckeditor/plugins/link/dialogs/anchor.js"},"+MZT":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png"},"+MzY":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/sv.js"},"+N8J":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/tt.js"},"+PqJ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/dialogs/div.js"},"+Qfy":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/en-au.js"},"+RRW":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/eu.js"},"+SKw":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/ko.js"},"+SUl":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/cs.js"},"+Uv7":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/en.js"},"+Vz9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/no.js"},"+Y6y":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/th.js"},"+YOX":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/da.js"},"+YS2":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/gu.js"},"+YkN":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/hr.js"},"+ZzB":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/cs.js"},"+a9D":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/en.js"},"+atx":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/pt-br.js"},"+cMk":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/tt.js"},"+chr":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/oc.js"},"+ddJ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/ro.js"},"+e9o":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/sq.js"},"+fGU":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/hr.js"},"+goC":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/ug.js"},"+hlt":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/hr.js"},"+huw":function(n,o,i){n.exports=i.p+"ckeditor/plugins/tabletools/dialogs/tableCell.js"},"+imr":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/cy.js"},"+m3L":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/vi.js"},"+mW2":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/lt.js"},"+pBu":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/af.js"},"+plx":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/et.js"},"+pqf":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/bg.js"},"+rsk":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/az.js"},"+tuM":function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/styles/easyimage.css"},"+v6j":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/mn.js"},"+xR/":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/arrow.png"},"+zy9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/en-gb.js"},"/+5n":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/lv.js"},"/0WS":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/de-ch.js"},"/0tL":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/gl.js"},"/1Tn":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/en-au.js"},"/3Jq":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/dialog_ie.css"},"/3pg":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/fa.js"},"/4G0":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/zh-cn.js"},"/5jB":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/hu.js"},"/6OV":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/sl.js"},"/9/z":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/tr.js"},"/9Mo":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/ro.js"},"/Bk5":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/en.js"},"/DLa":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/en-ca.js"},"/Djg":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/ca.js"},"/EIg":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/gl.js"},"/GR3":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/ms.js"},"/GWQ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/eu.js"},"/GvG":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/af.js"},"/J23":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/sq.js"},"/JXv":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/sr-latn.js"},"/KSk":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/bs.js"},"/L2s":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/en.js"},"/QAI":function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/editor_ie8.css"},"/Rd3":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/fo.js"},"/SNI":function(n,o,i){n.exports=i.p+"ckeditor/lang/zh.js"},"/UGh":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/no.js"},"/VNJ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/en-au.js"},"/WQR":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/et.js"},"/YIk":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/no.js"},"/Ypt":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/de.js"},"/a7T":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/pl.js"},"/aBQ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/az.js"},"/aGN":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/ko.js"},"/aRg":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/es.js"},"/alK":function(n,o,i){n.exports=i.p+"ckeditor/lang/mn.js"},"/cPP":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css"},"/dh8":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/fr.js"},"/f/6":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/pl.js"},"/f2w":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/vi.js"},"/gJt":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/id.js"},"/gRz":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/fi.js"},"/gTO":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/hu.js"},"/h9/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/cs.js"},"/hem":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/km.js"},"/jTd":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/nl.js"},"/kEm":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/ja.js"},"/pGp":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/eu.js"},"/qh0":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/uk.js"},"/rI5":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/el.js"},"/w5k":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/ca.js"},"/zEL":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/fr-ca.js"},"/zOR":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/bn.js"},"/zY5":function(n,o,i){n.exports=i.p+"ckeditor/contents.css"},"007M":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hiddenfield.png"},"00ZE":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/bg.js"},"01Yr":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/zh-cn.js"},"02Zy":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/ru.js"},"02qa":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/ro.js"},"035Q":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/eu.js"},"04b/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/et.js"},"04tc":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/hu.js"},"08Sh":function(n,o,i){n.exports=i.p+"ckeditor/lang/he.js"},"0BX2":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/es.js"},"0FWC":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/ca.js"},"0Itr":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/pl.js"},"0Jd4":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/ko.js"},"0MLc":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/ko.js"},"0MmX":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/ro.js"},"0NVY":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/pt.js"},"0PhX":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/ug.js"},"0QZe":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/nl.js"},"0RN1":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/th.js"},"0VFl":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/is.js"},"0Y+Z":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/en-ca.js"},"0YHg":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/he.js"},"0Ye8":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/pt.js"},"0Zn7":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/vi.js"},"0aqE":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/ms.js"},"0dEL":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/da.js"},"0do1":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/eu.js"},"0eIn":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/da.js"},"0fo3":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/angel_smile.gif"},"0hth":function(n,o,i){n.exports=i.p+"ckeditor/lang/is.js"},"0rAP":function(n,o,i){n.exports=i.p+"ckeditor/lang/ms.js"},"0sYH":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/en-gb.js"},"0seL":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/cs.js"},"0sh9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/ro.js"},"0vNI":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/fr-ca.js"},"0xEC":function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/images/dialog_sides.png"},"0xJt":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/plugin.js"},"0xQd":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/icons/hidpi/iframe.png"},"0xz9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/ku.js"},"0zpM":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/vi.js"},"10V0":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css"},"11WG":function(n,o,i){n.exports=i.p+"ckeditor/lang/bg.js"},"13zQ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/zh.js"},"14B1":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/fr-ca.js"},"15Yd":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/no.js"},"17Eh":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/gu.js"},"17IF":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/en-ca.js"},"18Bf":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/is.js"},"19XX":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/sk.js"},"1B5P":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/et.js"},"1Cnr":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/ru.js"},"1HV8":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/cy.js"},"1KJi":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/id.js"},"1Ka3":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/de.js"},"1Kui":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/sr.js"},"1Mme":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/de-ch.js"},"1N3y":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/tongue_smile.png"},"1OZ3":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/ug.js"},"1P+V":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/sr-latn.js"},"1QDx":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/hr.js"},"1UD3":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/sr.js"},"1Ubc":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/dialogs/radio.js"},"1Uph":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/si.js"},"1WMd":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/es-mx.js"},"1Y0c":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/km.js"},"1YNC":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/zh-cn.js"},"1Z/C":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/en.js"},"1ZMv":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/ko.js"},"1fO8":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/eo.js"},"1fnh":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/_translationstatus.txt"},"1jQs":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/eu.js"},"1mr9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/fr.js"},"1nlD":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/icons/flash.png"},"1qCX":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/es-mx.js"},"1si0":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/hi.js"},"1wRw":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/he.js"},"2/iB":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/images/arrow.png"},"20ak":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css"},"21Zq":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/en.js"},"21l7":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/es.js"},"25cR":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/da.js"},"264O":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/uk.js"},"28EI":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/sr-latn.js"},"28Ld":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/km.js"},"28se":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/km.js"},"299l":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/pt.js"},"2BZV":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/sr-latn.js"},"2EP1":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/es-mx.js"},"2JFz":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/cs.js"},"2K5C":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/README.ru.md"},"2Kxr":function(n,o,i){n.exports=i.p+"ckeditor/plugins/link/dialogs/link.js"},"2M1h":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/zh-cn.js"},"2P5b":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/ko.js"},"2Pf2":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/cs.js"},"2Q2J":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/uk.js"},"2QdT":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/icons/find.png"},"2R++":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/et.js"},"2RP6":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/images/block_address.png"},"2Rzq":function(n,o,i){n.exports=i.p+"ckeditor/plugins/cloudservices/plugin.js"},"2VUd":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/pt-br.js"},"2WAW":function(n,o,i){n.exports=i.p+"ckeditor/lang/ro.js"},"2Wqj":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/ug.js"},"2XdD":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/en-ca.js"},"2YIW":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/sr-latn.js"},"2Yui":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/uk.js"},"2hXM":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/pt.js"},"2izM":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/lv.js"},"2jGZ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/gl.js"},"2jM+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/icons/preview.png"},"2mDb":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/pt.js"},"2oar":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/ms.js"},"2pcm":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/ms.js"},"2sKP":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/sk.js"},"2vFE":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/uk.js"},"2woF":function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/nl.js"},"2yWF":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/tt.js"},"2zXZ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/lt.js"},"3+W+":function(n,o,i){n.exports=i.p+"ckeditor/lang/ku.js"},"3/U9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/ca.js"},"31Kp":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/el.js"},"33+a":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedsemantic/icons/embedsemantic.png"},"332Q":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/tt.js"},"35Mr":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/nb.js"},"35gg":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/textarea.png"},"37KR":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/ru.js"},"39b9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/ru.js"},"3EBQ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/cs.js"},"3HHq":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/nl.js"},"3JVB":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/sq.js"},"3LDK":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/mk.js"},"3Onb":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/ug.js"},"3Rj5":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/hr.js"},"3SZJ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/icons/iframe.png"},"3SvO":function(n,o,i){n.exports=i.p+"ckeditor/adapters/jquery.js"},"3UG+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/preview.html"},"3UiI":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/sk.js"},"3UwP":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/en-ca.js"},"3V1o":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/de-ch.js"},"3Y7y":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/id.js"},"3Yqy":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/de-ch.js"},"3ZlZ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/dialogs/select.js"},"3aoH":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/fa.js"},"3fKD":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/icons/hidpi/pagebreak-rtl.png"},"3g9H":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/en.js"},"3gWM":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/ja.js"},"3hep":function(n,o,i){n.exports=i.p+"ckeditor/lang/hi.js"},"3i6H":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/ru.js"},"3k/t":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/es.js"},"3kMD":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/hidpi/lock-open.png"},"3kUS":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/es.js"},"3n5U":function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/editor.css"},"3nJv":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/gl.js"},"3sKR":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/ro.js"},"3vXC":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/devil_smile.gif"},"3wg2":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/ug.js"},"3xyv":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/es-mx.js"},"3yCM":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/tr.js"},"40jI":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/vi.js"},"42LA":function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/hidpi/easyimagealigncenter.png"},"445y":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/hu.js"},"44JW":function(n,o,i){n.exports=i.p+"ckeditor/plugins/table/dialogs/table.js"},"45fh":function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloonpanel/plugin.js"},"46Mp":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/editor_ie.css"},"4CaA":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/tr.js"},"4EaN":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/bg.js"},"4F2A":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/uk.js"},"4FYD":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/pt-br.js"},"4GRH":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/de.js"},"4H5G":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/da.js"},"4I6U":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/tt.js"},"4IVq":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/de-ch.js"},"4J0t":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/hr.js"},"4J2t":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/envelope.png"},"4LfX":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/sq.js"},"4O/L":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/bg.js"},"4ODn":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/eo.js"},"4Pp3":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/hi.js"},"4QW9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/hi.js"},"4QqA":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js"},"4SiZ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/fr.js"},"4Swd":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/nl.js"},"4TbO":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/eu.js"},"4VFs":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/gu.js"},"4Y4D":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/heart.gif"},"4fa9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/af.js"},"4gnr":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/no.js"},"4h6g":function(n,o,i){n.exports=i.p+"ckeditor/lang/mk.js"},"4haw":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/nl.js"},"4iTF":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/sq.js"},"4jF9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/pt-br.js"},"4lBr":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/it.js"},"4lNd":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/no.js"},"4mG+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/ko.js"},"4nkK":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/cs.js"},"4p1s":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/plugin.js"},"4pho":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/hu.js"},"4q84":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/hr.js"},"4vMZ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/fo.js"},"4vR0":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/ja.js"},"4vop":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js"},"4wNx":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/si.js"},"4xJX":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/en.js"},"4xo1":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/km.js"},"4zIG":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/dialogs/colordialog.js"},"5/Uh":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/ar.js"},"50VO":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/lt.js"},"51oR":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/fr.js"},"52sc":function(n,o,i){n.exports=i.p+"ckeditor/plugins/dialog/dialogDefinition.js"},"57dq":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/cs.js"},"58KQ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloontoolbar/skins/kama/balloontoolbar.css"},"5AVi":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/it.js"},"5BCt":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/af.js"},"5CYn":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/hu.js"},"5Dk0":function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/icons/copyformatting.png"},"5DvQ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/stylesheetparser/plugin.js"},"5Fkx":function(n,o,i){n.exports=i.p+"ckeditor/lang/es.js"},"5GZI":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/es.js"},"5IFq":function(n,o,i){n.exports=i.p+"ckeditor/plugins/icons.png"},"5IU5":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/en-au.js"},"5K2F":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/si.js"},"5NVf":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/textfield-rtl.png"},"5V0h":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/az.js"},"5V5e":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/zh-cn.js"},"5WEj":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/ru.js"},"5WR1":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/de.js"},"5Z0J":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/ka.js"},"5aPB":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/templates/images/template2.gif"},"5ahn":function(n,o,i){n.exports=i.p+"ckeditor/lang/ru.js"},"5gaD":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/bg.js"},"5hHH":function(n,o,i){n.exports=i.p+"ckeditor/lang/ug.js"},"5hhd":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/bs.js"},"5j3u":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/icons/hidpi/language.png"},"5j3x":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/ja.js"},"5j6S":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/es.js"},"5o4U":function(n,o,i){n.exports=i.p+"ckeditor/plugins/wsc/dialogs/wsc_ie.js"},"5rTI":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/da.js"},"5uX6":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/bn.js"},"5usg":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css"},"5vTF":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/gu.js"},"5w/M":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/sr.js"},"5xgK":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/mn.js"},"5xvm":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/it.js"},"6++d":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/en-gb.js"},"6+SY":function(n,o,i){n.exports=i.p+"ckeditor/lang/cs.js"},"6/9P":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/tt.js"},"6/Xs":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/af.js"},"6/pV":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/gu.js"},"62N9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/plugin.js"},"62SC":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/it.js"},"638C":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/th.js"},"66lJ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/en.js"},"67M+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/gl.js"},"67hl":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/sq.js"},"6AHk":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/cs.js"},"6AJX":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/en-ca.js"},"6BsQ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/dialogs/image2.js"},"6CM+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/ajax/plugin.js"},"6NH0":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/pt.js"},"6TGp":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/et.js"},"6UPE":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/images/block_h1.png"},"6Vd+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/oc.js"},"6Wl9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/hi.js"},"6WnZ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/sr-latn.js"},"6X0I":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/da.js"},"6ehO":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/en.js"},"6fRl":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/nb.js"},"6fXI":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/et.js"},"6g2q":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/thumbs_up.gif"},"6iQD":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/lt.js"},"6km0":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/is.js"},"6kxd":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css"},"6l6R":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css"},"6lVD":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/dialogs/placeholder.js"},"6ohG":function(n,o,i){n.exports=i.p+"ckeditor/plugins/emoji/emoji.json"},"6ohz":function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloonpanel/skins/moono/images/close.png"},"6r7p":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/sl.js"},"6sKZ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/fa.js"},"6usj":function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/hidpi/easyimageside.png"},"6vWw":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/sq.js"},"6yKw":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/hr.js"},"6yhc":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/sr.js"},"7+/a":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/th.js"},"72qU":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/readme.md"},"72z4":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/mk.js"},"73An":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embed/icons/hidpi/embed.png"},"749K":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/id.js"},"78HW":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/sk.js"},"79TG":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedsemantic/plugin.js"},"7B/c":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/en-au.js"},"7C3B":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/km.js"},"7Cl6":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/sq.js"},"7D1U":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/en-gb.js"},"7EM7":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/en-au.js"},"7EXm":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/hi.js"},"7EiK":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css"},"7F6s":function(n,o,i){n.exports=i.p+"ckeditor/lang/_translationstatus.txt"},"7FbU":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/en-au.js"},"7GTQ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/vi.js"},"7HKD":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/zh-cn.js"},"7HQ6":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/ro.js"},"7HaE":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/af.js"},"7IhC":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/bg.js"},"7K1c":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/id.js"},"7OP1":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/gu.js"},"7QDa":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/th.js"},"7THc":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/mk.js"},"7Tdq":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/images/hiddenfield.gif"},"7VHH":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/nb.js"},"7VaP":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/he.js"},"7W0H":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/es-mx.js"},"7WFl":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/he.js"},"7Wrh":function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/sv.js"},"7XQl":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/he.js"},"7Yt8":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/si.js"},"7dk/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/id.js"},"7gt9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/icons_hidpi.png"},"7h1M":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/zh-cn.js"},"7ixX":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/mk.js"},"7kfF":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/pl.js"},"7p1v":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/uk.js"},"7puH":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/sk.js"},"7svl":function(n,o,i){n.exports=i.p+"ckeditor/lang/id.js"},"7tMb":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/cy.js"},"7tRB":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/sq.js"},"7x9m":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/az.js"},"7xSC":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/zh.js"},"7zTR":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/bs.js"},"81HT":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/plugin.js"},"81Za":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/de.js"},"82+B":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/es-mx.js"},"82PH":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/fa.js"},"85fq":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/bg.js"},"89Io":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/vi.js"},"89UL":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/ka.js"},"89tu":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/it.js"},"8APy":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/pt.js"},"8BoB":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/vi.js"},"8DeQ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/oc.js"},"8EVc":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/hr.js"},"8IcH":function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/oc.js"},"8JIK":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/gl.js"},"8JU/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/en-ca.js"},"8JZo":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/icons/find-rtl.png"},"8PkF":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/thumbs_up.png"},"8QkB":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/images/lock-open.png"},"8S2k":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/bn.js"},"8SJT":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/pt-br.js"},"8TU0":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/is.js"},"8Tja":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/mn.js"},"8XF5":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/no.js"},"8Zk5":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/refresh.png"},"8asF":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/hu.js"},"8bkw":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/gl.js"},"8c0Z":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/lt.js"},"8c72":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/hr.js"},"8drR":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/nb.js"},"8eT6":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/dialogs/find.js"},"8ev/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/ca.js"},"8fSu":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/sr-latn.js"},"8fna":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/it.js"},"8g7M":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/zh.js"},"8gs2":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/sv.js"},"8ibd":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/az.js"},"8j16":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/ko.js"},"8joZ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/icons/hidpi/pagebreak.png"},"8lqL":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/en-gb.js"},"8mE/":function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/dialog_ie7.css"},"8mR5":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/ro.js"},"8mlJ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/lv.js"},"8n7T":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/eo.js"},"8nKL":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/zh.js"},"8oMo":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/ja.js"},"8reV":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/ru.js"},"8tZP":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/pl.js"},"8wxG":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/fi.js"},"8zJW":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/eo.js"},"8zYc":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/th.js"},"9+Tr":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/fr.js"},"901S":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/tt.js"},"92yQ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/ca.js"},"93tN":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/_translationstatus.txt"},"98Vk":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/sv.js"},"9DcJ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/az.js"},"9EUO":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/is.js"},"9Igo":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/eu.js"},"9L/P":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/et.js"},"9MT8":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/bs.js"},"9MdN":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/ar.js"},"9NAH":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/gl.js"},"9NVP":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/af.js"},"9Nv2":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/mk.js"},"9Oyg":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/en-ca.js"},"9Oz5":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/en-gb.js"},"9PAP":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/ka.js"},"9QXt":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/eu.js"},"9Uli":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/no.js"},"9V2H":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/icons/creatediv.png"},"9b0V":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png"},"9bp6":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/ar.js"},"9caC":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/hi.js"},"9d/N":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/ku.js"},"9jPB":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/tt.js"},"9mKb":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/fa.js"},"9qha":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/en-au.js"},"9r1W":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/icons/hidpi/uicolor.png"},"9rMh":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/gl.js"},"9t5W":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/sv.js"},"9tQM":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/gu.js"},"9wME":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/bg.js"},"9wwD":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/select.png"},"9ywY":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/ko.js"},"A+U+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/it.js"},A23B:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/ms.js"},A2Bh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/en-ca.js"},A2cy:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/editor_iequirks.css"},A4jC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/ru.js"},A4sV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/ku.js"},A5Qz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/ca.js"},A8JQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/ja.js"},"A9+c":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/icons/hidpi/preview-rtl.png"},AATD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloonpanel/skins/moono-lisa/images/hidpi/close.png"},AAtU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/et.js"},AAyi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/icons/uicolor.png"},"AB+i":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/sl.js"},ACFm:function(n,o,i){n.exports=i.p+"ckeditor/lang/vi.js"},"AJN/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/bs.js"},AKev:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/sk.js"},AL6i:function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloonpanel/skins/moono-lisa/images/close.png"},AN66:function(n,o,i){n.exports=i.p+"ckeditor/lang/en.js"},ARfh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/divarea/plugin.js"},ASBo:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/editor_gecko.css"},ASD0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/gu.js"},AT8J:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/pt.js"},AU2p:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/es-mx.js"},AVEc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/pt-br.js"},AYpd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/bg.js"},AYwn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/ug.js"},AeGL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/lv.js"},AgYR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/de-ch.js"},Al7b:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/fr.js"},AmIx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autocomplete/plugin.js"},AnIp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/fr-ca.js"},AqdJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/ja.js"},ArpQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/ug.js"},AsSf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/nb.js"},AuIW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/cy.js"},"Avv/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/km.js"},Aw8m:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/fo.js"},AztF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/th.js"},B0Kq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/bn.js"},B0M8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/sr.js"},B0mn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/ca.js"},B0rV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/zh.js"},B6BC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/cs.js"},B6h8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/pt.js"},B7o8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/it.js"},B9Xs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/ca.js"},BA87:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/et.js"},BAuP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/af.js"},BBTs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/en.js"},BEUG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/es.js"},BEV1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/ja.js"},"BF/C":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/plugin.js"},BLlA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/en.js"},BLyI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/el.js"},"BN7+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/az.js"},BNQZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/ku.js"},BQAz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/en-gb.js"},BW7m:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/cs.js"},Bcx6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/es-mx.js"},Be4r:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/fo.js"},BeNL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/sr-latn.js"},Bfr3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/zh.js"},BfvY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/ca.js"},BhTC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/en-au.js"},"Bhv/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/tt.js"},BjZ6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/ar.js"},Bk41:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/gl.js"},BkPX:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/hidpi/anchor.png"},BqJE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/ca.js"},BtqS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/cs.js"},Budy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/km.js"},BvgP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/teeth_smile.gif"},BwdZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/lt.js"},Bwwe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/de-ch.js"},Bx6Y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/tt.js"},By2p:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/vi.js"},"C/Ga":function(n,o,i){n.exports=i.p+"ckeditor/lang/nb.js"},C164:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/sv.js"},C1PY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/ja.js"},C1Vh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/cy.js"},"C1b/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/en-gb.js"},C2nm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/eo.js"},C395:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/lt.js"},C3vH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/sq.js"},C4Di:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/fr.js"},C5IT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/fi.js"},C6ZE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/dialogs/textarea.js"},C6it:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/bn.js"},C8Yk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/ko.js"},CAfS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md"},CDQG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/lv.js"},CDUq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/en-au.js"},CEwe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/eo.js"},CFFn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/lt.js"},CG2j:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/zh.js"},CGya:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/ka.js"},CHQL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/nl.js"},CJJ7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/dialogs/codesnippet.js"},"CJZ+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/bg.js"},CJy6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/eo.js"},"CKM/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/de-ch.js"},"CL+U":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/icons/hidpi/save.png"},CNZ5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/he.js"},CPHl:function(n,o,i){n.exports=i.p+"ckeditor/lang/it.js"},CPZg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/fr-ca.js"},CSNr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/is.js"},CSbk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/ar.js"},CSij:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/mn.js"},CUaN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css"},CcR4:function(n,o,i){n.exports=i.p+"ckeditor/lang/sr.js"},Ceho:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/si.js"},CemY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/pl.js"},CgLT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/it.js"},CgPv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/fr-ca.js"},Cnnx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/bg.js"},CohW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/icons/hidpi/bgcolor.png"},Cpoc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/form.png"},CptQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/en.js"},"Cv5/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/fi.js"},CyHU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/textarea.png"},"D+9/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/ca.js"},"D/ns":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/icons.png"},D0rW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/nl.js"},D35O:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/ar.js"},D45w:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/pt-br.js"},D4qE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/es.js"},D5MB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/sl.js"},D6MC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/ku.js"},D6Tx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/si.js"},D8VV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/es.js"},DBSU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/zh-cn.js"},DDE1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/cy.js"},"DDh/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/es-mx.js"},DHmN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/heart.png"},DHw6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/af.js"},DJch:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/plugin.js"},DJpb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/he.js"},DQ8O:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/sr-latn.js"},DU8Y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/zh-cn.js"},DUlK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/zh.js"},DVbh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/tt.js"},DVcT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/az.js"},DXKb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/mn.js"},DYNZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/da.js"},DZhz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/gl.js"},DZpa:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/ru.js"},DaTR:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/icons.png"},Daln:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/dialogs/docprops.js"},Ddgu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/eu.js"},"Ddz/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/pl.js"},De0m:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/hu.js"},DeJI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/sr.js"},DfCp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/ku.js"},Dg7z:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/ca.js"},DhAM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/images/block_h5.png"},Djfu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/id.js"},"Dk/Y":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/icons/docprops-rtl.png"},DkUn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/he.js"},Dmbh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/scayt/dialogs/toolbar.css"},Doa8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/fr.js"},Dq6X:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/icons_hidpi.png"},Dqwe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/nb.js"},DrJ5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/lv.js"},DsZa:function(n,o,i){n.exports=i.p+"ckeditor/plugins/wsc/dialogs/ciframe.html"},DuWG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/sk.js"},"Due+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autocomplete/skins/default.css"},Dx7n:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js"},DxpG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/az.js"},Dy7v:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/fr.js"},E1cT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/ku.js"},E1gc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/fo.js"},E2Td:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css"},E5eG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/zh.js"},E79b:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/zh-cn.js"},E7f6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/eo.js"},E86k:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/no.js"},E8Ip:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/ka.js"},E8jI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/cy.js"},E92K:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/nb.js"},EAaN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/oc.js"},EAqO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/en-gb.js"},EE2b:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/images/hidpi/close.png"},EEGp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/sq.js"},EH2l:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/sv.js"},EHlP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/en-ca.js"},EHzz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/hu.js"},EMAE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/he.js"},ENsq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/nl.js"},EORf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/templates/default.js"},EP5D:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/editor.css"},ERNW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/nl.js"},ETEG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/justify/icons/hidpi/justifycenter.png"},ETQn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/cry_smile.gif"},EUES:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/icons/hidpi/placeholder.png"},EUPn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/es.js"},EVLH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/is.js"},EWSG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/af.js"},EaPu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/hi.js"},Eaxn:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/images/lock.png"},"Ec+q":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/sr-latn.js"},EcDT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/da.js"},EcnQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/en-au.js"},EdV9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/ja.js"},EeaS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/da.js"},Eerm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/shades_smile.gif"},EfhR:function(n,o,i){n.exports=i.p+"ckeditor/lang/fo.js"},EgXe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css"},EglM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/de-ch.js"},"Egw/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/icons/save.png"},EiOT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/es-mx.js"},EkEG:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/dialog_iequirks.css"},EkSc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/fr.js"},EmZz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/ar.js"},EpHp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css"},Epxr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/hu.js"},Eqa3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/fa.js"},EqlH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/th.js"},ErcX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/el.js"},EtDD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/ko.js"},Ev1U:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/nb.js"},EzV1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/sl.js"},F0UX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/zh-cn.js"},F54n:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/nb.js"},F5Qp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/uk.js"},F6Ru:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/de-ch.js"},F7E0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/id.js"},F7Ke:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/de.js"},F7ZY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/hu.js"},F8pS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/cy.js"},F9X7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css"},F9kO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/magicline/images/icon.png"},FDgn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/es-mx.js"},FDs4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/it.js"},"FFU/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/he.js"},FHht:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/ka.js"},FJ1v:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/az.js"},FMQ8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/af.js"},FQfU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/gl.js"},FRET:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/id.js"},FSUG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/shades_smile.png"},FTtN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/eo.js"},FUQp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/km.js"},FUia:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/oc.js"},FWGa:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/fo.js"},FYKB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/it.js"},FYaY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/id.js"},FYi4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/pt-br.js"},FaQK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/sv.js"},FdVg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/sr-latn.js"},FdYs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/mk.js"},Fjir:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/zh-cn.js"},Flma:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/sl.js"},FnYH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/sv.js"},FoRG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/pt-br.js"},FoWY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/gl.js"},FoWy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/pt-br.js"},FosH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/es-mx.js"},Fr9W:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/tr.js"},FvUZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/ca.js"},Fy4C:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/km.js"},"G+9x":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/hu.js"},"G+yD":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/fi.js"},"G04/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/en-au.js"},G10x:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/de-ch.js"},G2kg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/ja.js"},G47v:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/it.js"},G5vS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/pt.js"},G684:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/cy.js"},"G7V/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/fo.js"},GAp3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/icons/codesnippet.png"},GAyi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css"},GD37:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/ka.js"},GEX4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/bn.js"},GEyZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/fr.js"},GF11:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/uk.js"},GFIW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/af.js"},GFhm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/fr.js"},GGkC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/ug.js"},GHJP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/eo.js"},GIxQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/justify/icons/justifyblock.png"},GJZJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/af.js"},GJbZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/oc.js"},GKp1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/hi.js"},GPBs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/el.js"},GQlK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/id.js"},GRWD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/ku.js"},GU0m:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/sv.js"},GZPn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/nb.js"},GZc1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/icons/placeholder.png"},Gak6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/ug.js"},GbSO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/en-gb.js"},Gc7K:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/tr.js"},GcrJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/tr.js"},Gev9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/ko.js"},GfH9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/it.js"},GfWY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/sr.js"},GkqZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/nb.js"},Gl8j:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/lt.js"},GmvE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/es.js"},Gn9Q:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/ca.js"},Gnhe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/id.js"},GoR3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/de-ch.js"},Gopu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/icons/hidpi/preview.png"},Gq2G:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/fo.js"},Gqhv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/ug.js"},GrCm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/it.js"},GsXv:function(n,o,i){n.exports=i.p+"ckeditor/lang/sr-latn.js"},GuDP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/he.js"},GuDT:function(n,o,i){n.exports=i.p+"ckeditor/lang/de.js"},GzWM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/wsc/dialogs/wsc.css"},GzYh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/sk.js"},"H/1t":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/tr.js"},H1Sm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/sk.js"},H1il:function(n,o,i){n.exports=i.p+"ckeditor/lang/de-ch.js"},H2Nm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/hi.js"},H4J4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/fr-ca.js"},H4UH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/cy.js"},H5Hx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/ms.js"},H5Kj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/gl.js"},H6uF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/cs.js"},H7et:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/cs.js"},H8pM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/sk.js"},H9No:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/de.js"},HB2N:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/cs.js"},HD3f:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/hu.js"},HHAg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/fr-ca.js"},HHpi:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/icons_hidpi.png"},HJtL:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/images/mini.gif"},"HNg+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/bg.js"},HQbs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/fa.js"},HSjg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/plugin.js"},HW4n:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/devil_smile.png"},HWne:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/ka.js"},HXAM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/plugin.js"},Ha8S:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/pl.js"},HfEn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/ca.js"},Hfjj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/mn.js"},HgjS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/th.js"},HiDh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/en-ca.js"},"Hj/j":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/ca.js"},HjKH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/fr.js"},HkwL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/pl.js"},HlrW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/sr.js"},"HoI+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/eu.js"},"Hr6/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/sv.js"},"Ht+w":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/lt.js"},"Hua+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/km.js"},Hv7x:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/ar.js"},HxcL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/uk.js"},Hz9I:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/pt-br.js"},"I/eC":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/sl.js"},"I/op":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/eu.js"},I2hY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/tr.js"},I6Sy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/ku.js"},I6bX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/tr.js"},I900:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/en-au.js"},I9Kz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/oc.js"},I9qG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/oc.js"},IAg0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/sk.js"},IBJE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/oc.js"},IBmi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/af.js"},"IDg+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/en.js"},IFf0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/eu.js"},IGM1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/ar.js"},"IHo+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/pt-br.js"},INUj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/tr.js"},IOY2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/id.js"},IQjz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/sr-latn.js"},IRPW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/nb.js"},IT22:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/lv.js"},"IU+y":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/hu.js"},IUX0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/ar.js"},Ih1r:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/sl.js"},Ihhu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/nb.js"},Iiju:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/it.js"},Iiru:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/ja.js"},IjHx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/ko.js"},Ijqw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/nl.js"},IkM1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/lv.js"},IlBX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/el.js"},Illu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/el.js"},ImjV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/de.js"},InLk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/is.js"},IrSI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/de-ch.js"},Iret:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/sl.js"},Is3z:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/icons/docprops.png"},Iu6f:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/et.js"},IyYZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/et.js"},Izu0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/lv.js"},"J/L4":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/images/loader.gif"},J0l7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/ar.js"},J4Pr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/ja.js"},J4ij:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/eo.js"},"J6H/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/km.js"},J7ND:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/sq.js"},J93B:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/si.js"},J98q:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/he.js"},JAGC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/hr.js"},JCZa:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/fa.js"},"JCq/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/ja.js"},JEw2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/si.js"},JGCv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/de-ch.js"},JIrF:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/readme.md"},JNg3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/pl.js"},JS08:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/checkbox.png"},JTIT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/hi.js"},JTTA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/zh.js"},JUXT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/sr.js"},JVex:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/lt.js"},JWcc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/de.js"},JWpG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/is.js"},JbdG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/uk.js"},Jcrp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/ru.js"},JdHG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/hu.js"},JgS7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/en-gb.js"},Jgpd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/fo.js"},Jgtl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/pt-br.js"},Jiq6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/teeth_smile.png"},JkQD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/is.js"},JmXT:function(n,o,i){n.exports=i.p+"ckeditor/lang/fi.js"},JnCs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/pt.js"},Jnhv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/el.js"},JoMD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/fr-ca.js"},Jpt3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/checkbox.png"},Jq2U:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/hu.js"},Jqyz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/th.js"},JsFw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/sk.js"},JsKE:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/images/hidpi/refresh.png"},JvYI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/pl.js"},Jx5u:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css"},JyLJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/ug.js"},Jybd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/nb.js"},K0oU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/nl.js"},K3yy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/de-ch.js"},K4K6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/ms.js"},K5cO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/mk.js"},K757:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/images/spinner.gif"},K763:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/fr.js"},K7PY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/vi.js"},K9sL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/pt-br.js"},KAY2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/hi.js"},KAdJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/ku.js"},KCEf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/en.js"},"KCP+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/images/block_h2.png"},KI6H:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/id.js"},KIYF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/en-gb.js"},KKdI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/mk.js"},KM94:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/eu.js"},KMn7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/easyimagealignleft.png"},KU1n:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/ug.js"},KUCf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/fr.js"},KUpf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/easyimageupload.png"},KVh0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/he.js"},KXxL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/sl.js"},KYY2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/fr-ca.js"},KYng:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/en-gb.js"},KYpU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/sv.js"},Kcm1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/es-mx.js"},KdDQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/emoji/skins/default.css"},Kds8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/ka.js"},Ke0w:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/zh.js"},Kgr0:function(n,o,i){n.exports=i.p+"ckeditor/lang/lv.js"},Kh21:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/ko.js"},KmPH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/uk.js"},KnRj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/styles/copyformatting.css"},KnZW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/easyimagealignright.png"},"Ko1/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/ko.js"},KoBw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/az.js"},KqYB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/pl.js"},KtHK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/he.js"},KuvW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/hu.js"},KuxN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/sq.js"},KxMN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/en.js"},KxX2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/de.js"},"L+IC":function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/ru.js"},"L+NE":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/el.js"},"L/j5":function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/dialogs/easyimagealt.js"},L1Lw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/fr.js"},L43B:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/si.js"},LABQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/de.js"},LAbR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/pl.js"},LAqB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/da.js"},"LC/p":function(n,o,i){n.exports=i.p+"ckeditor/plugins/tableresize/plugin.js"},LF2C:function(n,o,i){n.exports=i.p+"ckeditor/lang/az.js"},LGoq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/pt-br.js"},LHqx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/sq.js"},LJaT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/nl.js"},LLQH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/ka.js"},LLds:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/fo.js"},"LMn+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/fr-ca.js"},LMxY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/sr-latn.js"},LNjs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/hu.js"},LORP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/ja.js"},LOVB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/de.js"},LP52:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/dialogs/templates.css"},LTMx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/hidpi/easyimagefull.png"},LUDN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/eu.js"},LVRL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/da.js"},LWYL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/si.js"},LWZs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/tr.js"},LZui:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/eo.js"},LayR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/sv.js"},LbDk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png"},LbsO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/zh-cn.js"},Lbsm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/sk.js"},LcED:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/no.js"},LdIp:function(n,o,i){n.exports=i.p+"ckeditor/lang/sv.js"},LeGD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/gu.js"},LeIS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/eo.js"},LeM1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/lv.js"},Levd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/sl.js"},LhYR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/ar.js"},LiBc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/hi.js"},LkDv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/ug.js"},LkcQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/no.js"},LlHz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/pl.js"},LqYG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/lt.js"},"Lt+t":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/tr.js"},LuvU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/nl.js"},Lwlc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/en-au.js"},LxUs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/he.js"},M3Pb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/th.js"},M3Pk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/images/pagebreak.gif"},M3gs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/uk.js"},M6pd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/plugin.js"},M7zF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/gu.js"},"MC+r":function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/ku.js"},MDca:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/ja.js"},MFGf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/nb.js"},MGOw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/tounge_smile.gif"},MHqV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/de.js"},MJOZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/de-ch.js"},MLxL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/icons/showblocks-rtl.png"},MMGy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/it.js"},MPa9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/ja.js"},MQw3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/de.js"},MUpU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/specialchar.js"},MUpi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/ru.js"},MX4K:function(n,o,i){n.exports=i.p+"ckeditor/plugins/scayt/dialogs/options.js"},"MZl/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/de.js"},"Mau/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/plugin.js"},Mbb5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/si.js"},MboV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/sr.js"},McpB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/ka.js"},MiI3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/nl.js"},MqBc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/it.js"},MqUb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/is.js"},MqV2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/fr.js"},Mtvi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/ro.js"},MvUm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/sl.js"},MyhQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/de.js"},MyqM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/eo.js"},"N/66":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/en.js"},N1jl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/da.js"},N3t5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/tr.js"},N9ut:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/icons/hidpi/showblocks-rtl.png"},NBWS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/sr-latn.js"},ND3M:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/mn.js"},NGaQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/mk.js"},NHRX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/km.js"},NIyx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/thumbs_down.gif"},NJlO:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/editor_ie8.css"},NKLW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/sk.js"},"NM/c":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/uk.js"},"NO/s":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/bg.js"},"NOp+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/ku.js"},NT43:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/sad_smile.gif"},NTBA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/az.js"},NTZt:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/el.js"},NV0s:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/nl.js"},NWdd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css"},NXQy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image/images/noimage.png"},NY0A:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/fa.js"},NY67:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/nl.js"},NYI5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/oc.js"},NaHk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/ms.js"},NdQR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/no.js"},"Ne+H":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/nb.js"},Neqg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/bn.js"},NjpR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/ug.js"},Nn7V:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/es-mx.js"},NpjN:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/editor_ie.css"},Nq7R:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/mn.js"},NqvC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/plugin.js"},NrCt:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/nl.js"},NvRi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/no.js"},NyJv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/hr.js"},NyLC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/hi.js"},NyZ2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/cs.js"},Nz0K:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/hr.js"},NzIv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/id.js"},"O+05":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/sk.js"},"O+OG":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/zh-cn.js"},"O//r":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/es.js"},"O/r0":function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/ku.js"},O078:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/sr.js"},O3Ja:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/icons/selectall.png"},O5up:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/close.png"},O9GS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/plugin.js"},ODqt:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/icons/image.png"},OEMk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/he.js"},OFx4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/ku.js"},OI79:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/pl.js"},OLk3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/ar.js"},OPTT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/tr.js"},OSVH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/el.js"},OSXk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/hr.js"},"OSf/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/ro.js"},OStB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/wsc/LICENSE.md"},OStW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/id.js"},OWlJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/vi.js"},OXMj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/eo.js"},OXyV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/fr.js"},OY0g:function(n,o,i){n.exports=i.p+"ckeditor/lang/af.js"},OZen:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/nl.js"},OZrH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/et.js"},Oarz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/en-au.js"},Ob6Z:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/dialog.css"},ObCv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css"},OcW0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/sv.js"},OdWY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/cs.js"},OhEL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/uk.js"},OlYA:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/readme.md"},On4o:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/sq.js"},OqNt:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/ro.js"},"OqY/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/icons/hidpi/templates-rtl.png"},Oqol:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/images/block_p.png"},Or2X:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/fo.js"},OrJ9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/ru.js"},Ou99:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/az.js"},Ovce:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/fr.js"},"P+02":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/nb.js"},"P+8E":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/ru.js"},"P+rx":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/sr-latn.js"},P2Yl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css"},P5sR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/fa.js"},P5yF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/el.js"},P6tK:function(n,o,i){n.exports=i.p+"ckeditor/lang/th.js"},P7h5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/es-mx.js"},P7hV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/icons/templates-rtl.png"},P88C:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/ms.js"},P942:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/ja.js"},P9Xa:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/az.js"},PAbm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/af.js"},"PB+e":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/hr.js"},PBXu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/de-ch.js"},PF8e:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif"},PIVo:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/en-gb.js"},PNil:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/sv.js"},POAI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/si.js"},PPNe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/dialogs/textfield.js"},PQ8H:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css"},PQsx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/af.js"},PQyf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/lv.js"},PSY3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/easyimageside.png"},PSji:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/mn.js"},PSsf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/id.js"},PVTg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/ar.js"},PWFA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/ca.js"},PXGt:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/ro.js"},PZas:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/icons/pagebreak.png"},Pah0:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/spinner.gif"},Pb6c:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css"},PbMF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/bg.js"},PdBP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/vi.js"},PeyV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/ar.js"},Pf1o:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/es.js"},PhO2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/et.js"},Pj4Y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/nl.js"},PlSz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/bg.js"},Plwq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/ms.js"},Pm3C:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/uk.js"},Post:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/tr.js"},PpZf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/es.js"},PtFY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/oc.js"},Pwa4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/de-ch.js"},PyF5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/plugin.js"},Pzqn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/regular_smile.gif"},Q1td:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/github.css"},Q212:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/dialogs/checkbox.js"},Q4A9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/uk.js"},Q6Jr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/ko.js"},Q8hU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/en-ca.js"},Q8nZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/fa.js"},Q9mc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/vi.js"},QB3z:function(n,o,i){n.exports=i.p+"ckeditor/plugins/magicline/images/icon-rtl.png"},QC1f:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/bs.js"},QDF0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/emoji/lang/en.js"},"QF+B":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/sl.js"},QF0Z:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/plugin.js"},QGU7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/zh-cn.js"},QISm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/dialogs/button.js"},QItR:function(n,o,i){n.exports=i.p+"ckeditor/lang/sl.js"},QKPv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/ko.js"},QKag:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/sl.js"},QLvG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/gu.js"},"QNC+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/fo.js"},QOqX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/ja.js"},QPBm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/eo.js"},QPiE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/ka.js"},QUar:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embed/plugin.js"},QXMt:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/bn.js"},QZBZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/ka.js"},QaWK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/en.js"},QcgT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/nl.js"},Qd8P:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/de.js"},QdV7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/en-gb.js"},QdhH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/justify/icons/justifyright.png"},QfsO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/eo.js"},QhNG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/eo.js"},Qhno:function(n,o,i){n.exports=i.p+"ckeditor/lang/ko.js"},QkZm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/lv.js"},Qnad:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/zh.js"},Qoaf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/ug.js"},Qoix:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/et.js"},Qpkn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/pt.js"},Qqrn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/textfield.png"},Qs4d:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/bn.js"},QtnT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/pl.js"},Qv1H:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/id.js"},QvMV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/en-au.js"},"Qw+x":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/et.js"},Qw8U:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/en-ca.js"},Qy8Z:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/hr.js"},Qyyo:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/images/dialog_sides.gif"},"R+k2":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/fr-ca.js"},R0bW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/is.js"},R0kM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/oc.js"},R74O:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/sl.js"},R9Bc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/pt-br.js"},RCR8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/bg.js"},"RD//":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/nb.js"},RFKt:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/bg.js"},RFM3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/ms.js"},RGfn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/fi.js"},RNWt:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/ka.js"},RPrl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/nb.js"},RTl2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/da.js"},RUHH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/gu.js"},RWDH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/sl.js"},RXLl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/fr.js"},RYL9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/sq.js"},RZJB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/oc.js"},Rca6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/uk.js"},RfMj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/mk.js"},Rfc2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/ms.js"},RhZq:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/editor_ie.css"},Rl6J:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/pl.js"},RnMV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/ar.js"},RoIV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt"},RpUn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/id.js"},RpZb:function(n,o,i){n.exports=i.p+"ckeditor/lang/pt-br.js"},Rrmb:function(n,o,i){n.exports=i.p+"ckeditor/lang/ar.js"},Rse0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/pl.js"},RvcW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/icons/mathjax.png"},RxSs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/lt.js"},Rzmz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/tt.js"},"S+ly":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/ko.js"},S2Nr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/wsc/dialogs/tmpFrameset.html"},S3nV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/cy.js"},S4Bd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/sr.js"},S8FK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/he.js"},S9q4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/emoji/plugin.js"},SFiM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/nb.js"},"SH/D":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/fr-ca.js"},SIIs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/pt-br.js"},SMAo:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/oc.js"},SNyP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/plugin.js"},SOYg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/sr.js"},SOfs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/dialogs/uicolor.js"},STfW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js"},SUUj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/sv.js"},SUtt:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/ro.js"},SVTF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/fa.js"},Si0R:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/ko.js"},SimI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/km.js"},Sinq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/ko.js"},SjHU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/en-gb.js"},SlG0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/bn.js"},SolV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/az.js"},SpA7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/zh-cn.js"},SviQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/panelbutton/plugin.js"},Svyd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/it.js"},"T/xu":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png"},T0Gy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/ja.js"},T2i7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/sl.js"},T6nA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/sk.js"},T87u:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/pl.js"},TAb4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/sv.js"},TAee:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/hu.js"},TCM6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/fr-ca.js"},TCQu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css"},TClA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/easyimagealt.png"},TFzy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/eu.js"},"TG+g":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/no.js"},TKE6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/es-mx.js"},TMXM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/lt.js"},TOqO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/ro.js"},TPSK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/en-gb.js"},TQg9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/km.js"},TRpu:function(n,o,i){n.exports=i.p+"ckeditor/lang/gu.js"},TTqu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/nl.js"},TVBc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/clipboard/dialogs/paste.js"},TVBz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/sq.js"},TW5J:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/mn.js"},TWnC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/tt.js"},TX5n:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/cy.js"},TYOT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/el.js"},TZZr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js"},TaKe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/uk.js"},TcjY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/he.js"},Td9C:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/pl.js"},Tel7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/en.js"},TfoX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/bs.js"},TgNs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/is.js"},TgvA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/sr-latn.js"},TiIz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/bn.js"},TkLf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/sr-latn.js"},"Tl/K":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/no.js"},Tm5u:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/mn.js"},TmoF:function(n,o,i){n.exports=i.p+"ckeditor/lang/tt.js"},TnQL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/sk.js"},To2M:function(n,o,i){n.exports=i.p+"ckeditor/config.js"},Tp3H:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/gl.js"},Tpze:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/hu.js"},TrQK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/button.png"},Ttfm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/sl.js"},Tu1d:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/ku.js"},TvDC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/plugin.js"},TvWf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/tt.js"},TzrX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png"},U2Py:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/gu.js"},U2hn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/af.js"},U9de:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/de-ch.js"},UA6J:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/vi.js"},UAg9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/dialogs/smiley.js"},UCgO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/es.js"},UGpP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/sq.js"},UIcb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/hr.js"},UJvc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/ko.js"},UKGc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/images/placeholder.png"},ULPO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/about/dialogs/logo_ckeditor.png"},ULS1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/hi.js"},"UM+w":function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/lv.js"},"UN+Y":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/pt-br.js"},UO14:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/ko.js"},URvN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/zh.js"},UT2w:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/hr.js"},UTFV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/sq.js"},UTZ0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/ro.js"},UU6r:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/images/close.png"},UVWR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/eo.js"},UcIZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/omg_smile.gif"},UdhG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/lv.js"},Udjk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/sr-latn.js"},UlXM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/fr.js"},UmC2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/pt.js"},Un7R:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/mn.js"},UoBd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/el.js"},UohS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/sk.js"},UonO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/images/block_pre.png"},Ut1Y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/it.js"},"V+13":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/az.js"},"V/P9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/ja.js"},V1zI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/gu.js"},V8iW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/about/dialogs/about.js"},V9qx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/km.js"},VA59:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/it.js"},VDrw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/dialogs/mathjax.js"},VFAC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/cy.js"},VHg2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/icons/hidpi/find.png"},VNDR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/sq.js"},VNQ1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/en-au.js"},"VOR+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/ja.js"},VOXe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/hu.js"},VPjY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/az.js"},"VPx+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/sl.js"},VS1A:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/es.js"},VW8w:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/bg.js"},VZQh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/hr.js"},VbM7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/zh.js"},Vccv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/af.js"},VdXH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/magicline/images/hidpi/icon-rtl.png"},VeOo:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/bs.js"},VhUP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/form.png"},Vhgj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/pt-br.js"},VjP3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/th.js"},VnOn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/th.js"},Vob6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/it.js"},Vq9o:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/it.js"},VqXD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/icons/language.png"},Vr8r:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/en.js"},Vrgb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/cs.js"},VrjZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/fi.js"},VsI9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/nl.js"},Vt6n:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/en-au.js"},VtSA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/ar.js"},"Vvq+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/ar.js"},VxmH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/eo.js"},VyGJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css"},"W+oH":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/fi.js"},W0JZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/bg.js"},W19k:function(n,o,i){n.exports=i.p+"ckeditor/plugins/emoji/icons/emojipanel.png"},W4Qm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css"},W6kv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/oc.js"},W8Wp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/fa.js"},WAWl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/el.js"},WI5J:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/dialog_ie.css"},WK3e:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/id.js"},WK53:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/km.js"},WL8r:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/eu.js"},WLxi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css"},WOdL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/imagebutton.png"},WQf5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/en.js"},WQgf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/dialogs/hiddenfield.js"},WRgS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/ka.js"},WSjz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/si.js"},WTYd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/el.js"},WWos:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/af.js"},WWrc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/icons/hidpi/docprops.png"},WY0N:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/ru.js"},WZAr:function(n,o,i){n.exports=i.p+"ckeditor/lang/zh-cn.js"},WZa5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/el.js"},WaxA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/pt.js"},WcA6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/oc.js"},WdCh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/vi.js"},We1w:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/cy.js"},"Wgi+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/tt.js"},Wjm8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/nb.js"},WmUq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/es.js"},WrVG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/hr.js"},WrXf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/cs.js"},Wraf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/fi.js"},WsLs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/icons/hidpi/find-rtl.png"},Wsrr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/he.js"},WzZ0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/lv.js"},"X/sF":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/bs.js"},X1Wh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/sv.js"},X1tl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/en-ca.js"},X3Sg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/uk.js"},X3nA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/hu.js"},X4ED:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/pl.js"},X5n6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/da.js"},XACd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/ca.js"},XBHw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/ja.js"},XFz5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/zh.js"},XG0o:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/images/placeholder.png"},XH0u:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/icons/bidiltr.png"},XJQE:function(n,o,i){n.exports=i.p+"ckeditor/lang/es-mx.js"},XJUv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/ca.js"},XJw9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/sr.js"},XMiH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/ku.js"},XNA8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/es-mx.js"},XNrF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/de.js"},XO8K:function(n,o,i){n.exports=i.p+"ckeditor/lang/oc.js"},XOqE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/ru.js"},"XRD/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/sk.js"},XTRX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/en-ca.js"},XTdW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/th.js"},XUPE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/fo.js"},XWBx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css"},XWnp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/es.js"},XbQh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/plugin.js"},Xbzf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/es.js"},Xdux:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/el.js"},XeQt:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/dialog_iequirks.css"},XeWd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/pt.js"},XeY4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/ms.js"},Xeye:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/hiddenfield.png"},XgLJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/link/images/hidpi/anchor.png"},Xgwg:function(n,o,i){n.exports=i.p+"ckeditor/lang/ca.js"},XiiJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/el.js"},Xq1X:function(n,o,i){n.exports=i.p+"ckeditor/styles.js"},Xqbc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/da.js"},Xszp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/ru.js"},"Xu+B":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/images/block_div.png"},XvEH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/tr.js"},"Y+Hi":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/sv.js"},"Y/LB":function(n,o,i){n.exports=i.p+"ckeditor/plugins/justify/plugin.js"},Y04E:function(n,o,i){n.exports=i.p+"ckeditor/plugins/scayt/skins/moono-lisa/scayt.css"},Y4fi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/icons/newpage.png"},Y5Un:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/ja.js"},Y9Xh:function(n,o,i){n.exports=i.p+"ckeditor/lang/lt.js"},YAsk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/ar.js"},YDeE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/gu.js"},YFbS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js"},YHIX:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/images/hidpi/lock-open.png"},YHjr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/confused_smile.png"},YMvS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/cy.js"},YO6y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/vi.js"},YPkq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/icons/textcolor.png"},YRVh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/af.js"},YSsn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/uk.js"},YWNz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/imagebase/styles/imagebase.css"},YWPz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/el.js"},YZEd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/az.js"},Yay1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/de-ch.js"},Ycnx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/cy.js"},Ycu4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/ro.js"},YeE0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/nl.js"},YfMq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/gl.js"},YfkN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/vi.js"},YiPI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/nl.js"},YiuN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/tr.js"},YivQ:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/editor_ie8.css"},YjxO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/ru.js"},YkqL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/icons/templates.png"},Ym2Y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/de-ch.js"},YmKT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/id.js"},Ymmy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/en-ca.js"},YnmI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/sr.js"},Ynsm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/fi.js"},YpO6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/lv.js"},Yq98:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/en-gb.js"},YsEQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/oc.js"},YsSv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedsemantic/icons/hidpi/embedsemantic.png"},Ysrl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/regular_smile.png"},Ysts:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/sr.js"},YtIj:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/images/spinner.gif"},YuXf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/eu.js"},Yulz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/sr.js"},YvAD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/en-ca.js"},Yvbj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/tt.js"},YyEQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/envelope.gif"},YzP6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/fi.js"},YzUC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/xml/plugin.js"},"Z/i9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/tr.js"},Z1ob:function(n,o,i){n.exports=i.p+"ckeditor/lang/bs.js"},Z1ya:function(n,o,i){n.exports=i.p+"ckeditor/lang/no.js"},Z4hA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/is.js"},Z4jk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/icons/hidpi/bidiltr.png"},"Z4n/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/es-mx.js"},Z7jm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/is.js"},Z9Zf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/ku.js"},ZAA2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/en-gb.js"},ZAWD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/nb.js"},ZE2h:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/bn.js"},ZE8Y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/es-mx.js"},ZFZd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/en.js"},ZGEh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/fi.js"},ZGpf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/az.js"},ZHJu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/en.js"},ZJct:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/en-gb.js"},ZLar:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/pt.js"},ZLyl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/eu.js"},ZNwp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/ku.js"},ZO2h:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/sr-latn.js"},ZPvG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/bs.js"},ZPvu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/el.js"},ZR3T:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/nl.js"},ZUNI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/bn.js"},ZVPB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css"},ZVuI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/mk.js"},ZW1e:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/fi.js"},ZZkG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/sq.js"},ZcGe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/ar.js"},"Zd6/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/cy.js"},ZdNR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/hi.js"},Zf9P:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/af.js"},ZhC7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/en-ca.js"},ZhE4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/mk.js"},ZiKS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/lt.js"},Zjrl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/eu.js"},ZmOH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/es-mx.js"},ZnoV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/zh.js"},ZqWn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/id.js"},Zs5D:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/sr-latn.js"},ZslR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/zh.js"},ZswL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/es.js"},ZtAN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/lv.js"},ZtE2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/it.js"},Zv1i:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/es.js"},ZzSP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/ug.js"},ZzYp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/uk.js"},a0fa:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/et.js"},a3aF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/fr.js"},aABH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/et.js"},aAzG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/et.js"},aB0a:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/sv.js"},aBTq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/zh-cn.js"},aEVt:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/th.js"},aFir:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/mn.js"},aFpb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/zh.js"},aHKc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/ku.js"},aHxP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/fr-ca.js"},aIVN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/ug.js"},aJa4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/da.js"},aNf7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/ms.js"},aOlR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/sr-latn.js"},aTCo:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/en-au.js"},aUyc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/vi.js"},aaBT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/es.js"},ab9w:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/oc.js"},adu4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/en-au.js"},aein:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/ru.js"},aiYi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/fr.js"},akkk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/bg.js"},al77:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/ja.js"},alXs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/et.js"},aojx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/lv.js"},aq0b:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/hi.js"},argP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/mk.js"},at18:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/lt.js"},atq2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/mk.js"},auuk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/lt.js"},av6O:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/bs.js"},awNS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/hr.js"},awqq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/ca.js"},axRL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/pt.js"},"b+pd":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/de-ch.js"},b0fF:function(n,o,i){n.exports=i.p+"ckeditor/lang/km.js"},b2RU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/ar.js"},b5uv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/zh.js"},b6R3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/it.js"},b7uw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/zh-cn.js"},b9Du:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/no.js"},b9uA:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/hidpi/lock.png"},bAPb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image/dialogs/image.js"},bBGi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/tongue_smile.gif"},bEsF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/fa.js"},bFLQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/gl.js"},bFti:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/de.js"},bHoW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/tt.js"},bIgH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/ug.js"},bJoR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/de-ch.js"},bPzM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/bn.js"},bQ2x:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/zh.js"},bQdV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/sr-latn.js"},bQzc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/es-mx.js"},bZeF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/nb.js"},bZhx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/oc.js"},baKQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/plugin.js"},baWy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/zh-cn.js"},baui:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/wink_smile.gif"},bgQV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/de.js"},bgcf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/ru.js"},blyC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/he.js"},"bnJ+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/sk.js"},bnNU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/pl.js"},bpLT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/fr-ca.js"},bpmZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/km.js"},brit:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/af.js"},byAH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/sr.js"},bzDb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/fa.js"},bzFI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/angry_smile.gif"},c6C5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt"},c8k1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/cs.js"},cAdg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/km.js"},cAdj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/pt.js"},cBAv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/select-rtl.png"},cBqb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/tt.js"},cGVj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/uk.js"},cH0u:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/fr-ca.js"},cIac:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/el.js"},cKOr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/km.js"},"cKU+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/ko.js"},cL1f:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/cy.js"},cPOq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloontoolbar/skins/default.css"},cQaR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/ku.js"},cQug:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/id.js"},cRmu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/images/block_h6.png"},cS0w:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/tr.js"},cTgH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/icons/print.png"},cVxm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/nl.js"},cbEu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/ms.js"},cbWi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/fa.js"},cccV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/lv.js"},ceTa:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/sq.js"},cgzH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/cs.js"},cjXJ:function(n,o,i){n.exports=i.p+"ckeditor/lang/pt.js"},ckVa:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/it.js"},clUc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/fo.js"},cmKn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/ka.js"},cmqx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/fo.js"},cpvY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/no.js"},crbY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/dialogs/templates.js"},ctQm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/sr-latn.js"},cy70:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/ku.js"},cyEG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/sr-latn.js"},czEU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/az.js"},d0cu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/no.js"},d342:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/en.js"},d3rL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/en-au.js"},d4iT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/bs.js"},d4x1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/ca.js"},d6yc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/ms.js"},d972:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/fa.js"},d9fl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/ru.js"},dAjH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/fi.js"},dBvH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/sl.js"},"dC/b":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/vi.js"},dEZY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/ro.js"},dLYw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/icons/hidpi/newpage.png"},dMUY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js"},dMuH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/hu.js"},dN1b:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/plugin.js"},dNYL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/sr.js"},dNZb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/es-mx.js"},dOhH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css"},dQLH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/hu.js"},dRUK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/icons/hidpi/bidirtl.png"},dSqY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/tr.js"},dU8t:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js"},dVc2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/fr.js"},dVyD:function(n,o,i){n.exports=i.p+"ckeditor/lang/eo.js"},dabS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/textfield-rtl.png"},dbVB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/fo.js"},dbgJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/si.js"},ddRk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/ug.js"},ddXc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/vi.js"},deL3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/bs.js"},deuB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/mk.js"},dkNP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/sr.js"},dmQu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/fo.js"},dnDb:function(n,o,i){n.exports=i.p+"ckeditor/lang/nl.js"},"do9+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/confused_smile.gif"},dpmc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/en-ca.js"},dqLK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/en-gb.js"},dquv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/pt.js"},drG5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/az.js"},drnR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/es-mx.js"},duvk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/bn.js"},dvRn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/zh.js"},dwDg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/pt.js"},"dy+J":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/plugin.js"},dzNr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/gu.js"},"e+4W":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/fr-ca.js"},"e/Q2":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/it.js"},"e/jL":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/en-au.js"},e3JR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/fi.js"},e4H3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/templates/images/template3.gif"},e5bD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/sv.js"},e8jZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/km.js"},eAF4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/sq.js"},eDBk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/sk.js"},eGOs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/lv.js"},eKSD:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/editor_ie7.css"},"eN/G":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/nl.js"},eP6q:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/pt.js"},ePYd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/en-gb.js"},ePia:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/el.js"},eSaE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/fi.js"},eSbQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/id.js"},eTrB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/sk.js"},eVSe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/ca.js"},eVUn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/sr.js"},eVjn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/bn.js"},ebHE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/widget/images/handle.png"},ec7n:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/en-au.js"},edLC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/wsc/dialogs/wsc.js"},edjF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/gl.js"},eewr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/mn.js"},ehxP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/eo.js"},ei0R:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/vi.js"},ei1Z:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/pt.js"},eicv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/fi.js"},ejLu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/af.js"},ejWJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/zh-cn.js"},ekSy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/sk.js"},eoNZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/lightbulb.gif"},epqt:function(n,o,i){n.exports=i.p+"ckeditor/lang/ja.js"},eqZc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/tr.js"},er8K:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/de-ch.js"},et1T:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg"},et8m:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/icons/hidpi/newpage-rtl.png"},etrp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/lv.js"},eu4n:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pastefromword/filter/default.js"},euRf:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/images/refresh.png"},"ev/F":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/it.js"},ex2C:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/plugin.js"},extm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/cs.js"},"f++L":function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/is.js"},"f/Re":function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/vi.js"},f0WY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/fi.js"},f7rQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/zh-cn.js"},f8ka:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/sl.js"},f95S:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/mn.js"},fBam:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/gu.js"},fCeB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/oc.js"},fCu1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/pl.js"},fFM5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/pt.js"},"fGc/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/justify/icons/hidpi/justifyleft.png"},fKJb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/da.js"},fLeF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css"},fN7H:function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloonpanel/skins/kama/balloonpanel.css"},fOMD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/el.js"},fQ24:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css"},fQ9t:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/et.js"},fQKs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/fr.js"},fQL2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/icons/hidpi/mathjax.png"},fQLT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/sv.js"},fRX5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/ca.js"},fSaE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/ug.js"},fUSb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/da.js"},fUbB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/sr-latn.js"},fV79:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/hi.js"},"fVE/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/icons/hidpi/smiley.png"},fXuU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/de.js"},fXyK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/de.js"},fhrv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/hu.js"},fiKW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/en-au.js"},fijf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/hr.js"},fjvu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/es.js"},fo3V:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/gu.js"},ft9d:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/tr.js"},ftbs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/nb.js"},"fuW/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/et.js"},fwGe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/icons/replace.png"},fxBh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png"},fxDD:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/lock-open.png"},fyPK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/ro.js"},"g+ia":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/it.js"},"g/y1":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/dialogs/colordialog.css"},g0G9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/az.js"},g2G9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/he.js"},g2U0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/hu.js"},g6RX:function(n,o,i){n.exports=i.p+"ckeditor/lang/da.js"},g7UD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/th.js"},g82J:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/tr.js"},gAN1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/de.js"},gBQd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/lv.js"},gCDP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/lt.js"},gDCI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/ja.js"},gEHi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/en-gb.js"},gIaI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/zh.js"},gJpg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png"},gK7Z:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/si.js"},gLCK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/nb.js"},gLsH:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/images/sprites_ie6.png"},gNFc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/hu.js"},gNH1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/es.js"},gOAH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css"},gOHo:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css"},gPni:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/sr.js"},gQ3f:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/mk.js"},gZZ1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloontoolbar/skins/moono/balloontoolbar.css"},gcCG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/pt-br.js"},gfNk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/zh-cn.js"},gflW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/sq.js"},gg0d:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/de.js"},gget:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/pt-br.js"},gn75:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/fo.js"},gqxL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/mn.js"},grOX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/ku.js"},"grb+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/pt.js"},gt6G:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/af.js"},gtRI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/lang/en.js"},guJr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js"},gvsU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/he.js"},gxrP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/th.js"},"h/O1":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/az.js"},h1LT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/hi.js"},h4Vm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/bg.js"},h6V7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/nb.js"},h8S0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uploadfile/plugin.js"},h8bn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/ko.js"},h9L1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/km.js"},hDrr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/lv.js"},hHV6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/oc.js"},hMUC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/bg.js"},hN7K:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/cy.js"},hOaI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloontoolbar/skins/moono-lisa/balloontoolbar.css"},hSiZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/pl.js"},hUR3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/plugin.js"},hZqW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css"},heLY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/no.js"},heQu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/no.js"},hfJU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/fi.js"},hfs8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/si.js"},hiEE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css"},hkPY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/es-mx.js"},hnzW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/es-mx.js"},hpjO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/fr.js"},hqPJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/tt.js"},hqwy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/lt.js"},hv0S:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/fr-ca.js"},hxjj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/ro.js"},"hy/g":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/editor.css"},"i+/j":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/icons/hidpi/creatediv.png"},"i+Fj":function(n,o,i){n.exports=i.p+"ckeditor/plugins/justify/icons/hidpi/justifyblock.png"},i0Tf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/lv.js"},i0dH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/mk.js"},i6dT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/ca.js"},i8fz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/fr.js"},iA8m:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/oc.js"},iAA2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/oc.js"},iAKe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/fi.js"},iCAC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/ko.js"},iDXF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/lt.js"},iFVz:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/dialog_ie7.css"},iG0E:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/hidpi/close.png"},iHVM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/hu.js"},iHws:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/cs.js"},"iIq+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/gu.js"},iJps:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/sr-latn.js"},iKaI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/el.js"},iKds:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/ar.js"},iMDz:function(n,o,i){n.exports=i.p+"ckeditor/lang/uk.js"},iQDX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/de-ch.js"},iRTZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/gl.js"},iRqQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/sv.js"},iS3i:function(n,o,i){n.exports=i.p+"ckeditor/lang/sq.js"},iSfE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/ru.js"},iT0x:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/ro.js"},iVh7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/de.js"},iXKW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/az.js"},iYzR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/fi.js"},iade:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/cs.js"},idxc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/eu.js"},iehZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/easyimagealigncenter.png"},ifTH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/he.js"},ifhu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/sv.js"},ihJ3:function(n,o,i){n.exports=i.p+"ckeditor/lang/fr-ca.js"},iiX2:function(n,o,i){n.exports=i.p+"ckeditor/lang/eu.js"},ijgp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/uk.js"},imFP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/fa.js"},ipt6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/bs.js"},iqJf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/icons/hidpi/copyformatting.png"},iqzI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/he.js"},iuqO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/he.js"},ive8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/sv.js"},ivix:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/no.js"},ixSU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/ro.js"},izNR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/justify/icons/justifycenter.png"},"j+0n":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/is.js"},j0TN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/images/block_h3.png"},j2oy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/plugin.js"},j4R2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/fr.js"},j5O2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/uk.js"},j874:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embed/icons/embed.png"},j9nG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/ko.js"},jBx4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg"},jCmr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/uk.js"},jD0a:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/ms.js"},jEzC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/textwatcher/plugin.js"},jHSr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/en-au.js"},jJJD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/ar.js"},jJOi:function(n,o,i){n.exports=i.p+"ckeditor/lang/sk.js"},jJre:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/no.js"},jMI5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/zh.js"},jNy2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/vi.js"},jQnI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/it.js"},jR2T:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/da.js"},jRl6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/cursors/cursor.svg"},"jY/L":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/ka.js"},jbWO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/ja.js"},jbkX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/fa.js"},jc6K:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/lt.js"},jeoK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/af.js"},jfgS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/km.js"},jhKj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/gl.js"},jjc7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/no.js"},jl6N:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/hidpi/refresh.png"},jl7b:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css"},jlEv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/oc.js"},jm2F:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/ro.js"},jmGY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/bs.js"},jnLD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/sv.js"},jpPn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/sl.js"},jubN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/tr.js"},jyLM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/et.js"},"k+or":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js"},"k/Ch":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js"},"k/rQ":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/oc.js"},k0rO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/icons/preview-rtl.png"},k1D5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/tt.js"},k2HP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/icons/pagebreak-rtl.png"},k5eO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/zh-cn.js"},k68q:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/gl.js"},k6pW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/sr-latn.js"},k8Vd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/eu.js"},k8je:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/bg.js"},k9wG:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/images/sprites.png"},kAaI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/da.js"},kAn5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/sv.js"},kCXN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/sk.js"},kFYO:function(n,o,i){n.exports=i.p+"ckeditor/lang/gl.js"},kFns:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/ru.js"},kGAa:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/az.js"},kHzi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/da.js"},kIHW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/en-ca.js"},kL78:function(n,o,i){n.exports=i.p+"ckeditor/plugins/emoji/assets/iconsall.png"},kLqb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/cy.js"},kOfR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/ku.js"},kSVG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/si.js"},kU1Y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/sr.js"},kXRA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/scayt/dialogs/dialog.css"},kXVu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/en.js"},kXn1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/en-au.js"},kY5l:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/he.js"},"kZ/u":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/lv.js"},kc4E:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/ar.js"},kcxR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/vi.js"},kdNL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/textfield.png"},kers:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/ca.js"},kexX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/cy.js"},kh6f:function(n,o,i){n.exports=i.p+"ckeditor/lang/el.js"},kmKk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/fr-ca.js"},kngG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/hu.js"},knt6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/ku.js"},kotl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/mk.js"},kquw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/lt.js"},kr6A:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/dialog.css"},"krF+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/lv.js"},ksz2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/pt.js"},ku8X:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/km.js"},kzHF:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/editor_gecko.css"},"l/k3":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/fo.js"},"l1/p":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/pl.js"},l1lN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/bn.js"},l2Nz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframedialog/plugin.js"},l4GC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/nl.js"},"l55/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/he.js"},l5ua:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/ru.js"},l62T:function(n,o,i){n.exports=i.p+"ckeditor/plugins/wsc/skins/moono-lisa/wsc.css"},l724:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/images/hidpi/lock.png"},lAcG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/fa.js"},lG8L:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/ug.js"},lISy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js"},lMan:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/it.js"},lMnQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/ja.js"},lOG9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/si.js"},lOvO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/icons/bidirtl.png"},lSDy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/sr.js"},lSjN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/th.js"},lUiV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/az.js"},lX7U:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/bg.js"},lYIu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/ca.js"},lYZC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/fa.js"},lYZK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/en-gb.js"},lbad:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/bs.js"},lc9D:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/he.js"},lcXw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/bn.js"},lg4z:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/uk.js"},li4k:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/sv.js"},"llB+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/ja.js"},llSX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/si.js"},loEi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/oc.js"},lqzi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/zh.js"},lsSf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/de.js"},lsZQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/nl.js"},ltm0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/en-gb.js"},"lv/P":function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/sr.js"},lvyD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/az.js"},lzCq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/fa.js"},"m+HM":function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/oc.js"},m1d7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/icons/newpage-rtl.png"},m358:function(n,o,i){n.exports=i.p+"ckeditor/lang/ka.js"},m4cX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/de.js"},m525:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/fi.js"},m6bB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/fr.js"},m6fD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/uk.js"},m6wd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/az.js"},m9E1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/sq.js"},m9h7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/ja.js"},mA0Y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/et.js"},mAVW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/fa.js"},mAbn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/gl.js"},mBNO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/eo.js"},mCd4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/km.js"},mDHc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/justify/icons/justifyleft.png"},mDfx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/ko.js"},mFpq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/id.js"},mG6f:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/pt.js"},mHyV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/fa.js"},mI84:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/fo.js"},mJQ5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/no.js"},mJcs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/indentblock/plugin.js"},mLQ3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/es.js"},mOki:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/fo.js"},"mPV+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/plugin.js"},mPXE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/pt-br.js"},mVwP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/tableselection/styles/tableselection.css"},mWBM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/ug.js"},mXb2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/pt-br.js"},mZM1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/es.js"},"maF/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/el.js"},mafu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/is.js"},mbc6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/es.js"},meKJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/mk.js"},metz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/bg.js"},mhI2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/fr-ca.js"},"mi/9":function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/dialog.css"},mjiu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/da.js"},mk1j:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js"},mkxy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/de-ch.js"},"ml/+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/embaressed_smile.gif"},mo0e:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/da.js"},mobC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/templates/images/template1.gif"},"mu/g":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/lt.js"},mwtT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/eo.js"},my1i:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/radio.png"},myuz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/el.js"},mz0Y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/tr.js"},mzRv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/zh-cn.js"},mzc0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/sr.js"},mzun:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/mk.js"},"n/eg":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/ro.js"},n3DZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/eo.js"},n3QC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/bg.js"},n3Th:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/lv.js"},n5yY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/pt.js"},n85W:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/ug.js"},n8dw:function(n,o,i){n.exports=i.p+"ckeditor/lang/tr.js"},n8wI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/gl.js"},n9Mu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/lt.js"},n9u8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/cy.js"},nAWO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/id.js"},nCoQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/vi.js"},nEsN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/ar.js"},nF5a:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/gl.js"},nHC2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/justify/icons/hidpi/justifyright.png"},nQFF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/ku.js"},nSBD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/ka.js"},nSou:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/zh.js"},nVYj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/zh-cn.js"},nVda:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/lv.js"},nW87:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/ro.js"},nWGc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/select-rtl.png"},nWcv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/images/block_blockquote.png"},nZ0V:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/hidpi/easyimagealt.png"},nZ7H:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/nl.js"},naBp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/tr.js"},nbzx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/ku.js"},nf0v:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/hr.js"},nf6d:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/fo.js"},niXr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/ro.js"},njtu:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/dialog_ie8.css"},no9N:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/sr.js"},noGI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/af.js"},nonD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/zh.js"},npxv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/zh-cn.js"},nqSZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/pt-br.js"},nw0T:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/lv.js"},nw7f:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/bs.js"},nwYn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/eu.js"},nxoW:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/dialog_ie8.css"},nxrw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/gu.js"},nzPA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/sq.js"},nzRM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/zh-cn.js"},nztV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/hu.js"},"o+1I":function(n,o,i){n.exports=i.p+"ckeditor/plugins/link/images/anchor.png"},"o/Gl":function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/easyimagefull.png"},o0GE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/km.js"},o0pC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/ms.js"},o1Oi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/plugin.js"},o4UJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/icons/showblocks.png"},o50p:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/en-au.js"},o7KA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/lv.js"},o8rG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/is.js"},oAQW:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/icons_hidpi.png"},oBDu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/tr.js"},oBaj:function(n,o,i){n.exports=i.p+"ckeditor/lang/bn.js"},oCrM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/bn.js"},oDSF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/ca.js"},oDtF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/uk.js"},oEOd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/vi.js"},oF7j:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/sk.js"},oFUQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/dialogadvtab/plugin.js"},oFbX:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/dialog_iequirks.css"},oFxh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/tr.js"},oIzV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/pt-br.js"},oOO4:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/hr.js"},oOis:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/ar.js"},oR96:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/km.js"},oUct:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/bs.js"},oWUT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/textarea-rtl.png"},oXiI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/cry_smile.png"},oYh6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/ru.js"},"oZ/L":function(n,o,i){n.exports=i.p+"ckeditor/plugins/imagebase/lang/en.js"},oaJT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/no.js"},odLM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/th.js"},oeGI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css"},ohWg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/tr.js"},ohzg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/zh.js"},ojV3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/hr.js"},olER:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/fr.js"},omWK:function(n,o,i){n.exports=i.p+"ckeditor/lang/cy.js"},on4y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png"},onfl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/fa.js"},ooQW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/textarea-rtl.png"},oqIG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/bg.js"},"orB/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/si.js"},otzj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/id.js"},ov6i:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/sk.js"},ow8m:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/cy.js"},oyBU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/ja.js"},ozl0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/et.js"},p1HL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/ms.js"},p1NV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/gl.js"},p4Qv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/omg_smile.png"},p5nY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/icons/hidpi/image.png"},p8dl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css"},pANU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/bn.js"},"pCA/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/eu.js"},pJih:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/en.js"},pL0e:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/id.js"},pL2y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/sk.js"},"pLY+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/bg.js"},pNhp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/hi.js"},pO7k:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/sl.js"},pPep:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/th.js"},"pQ/g":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/cs.js"},pR9M:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/dialog_ie8.css"},pYnS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/sr.js"},pb28:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/lv.js"},pdQh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/hu.js"},"pe6+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/hr.js"},pefS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/nb.js"},pejD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/default.css"},pg6S:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/he.js"},phkA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/ro.js"},pimd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/lv.js"},pjMY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/ro.js"},ppN6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/ja.js"},pr76:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/en-au.js"},psld:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/sv.js"},pt5E:function(n,o,i){n.exports=i.p+"ckeditor/lang/en-au.js"},ptiJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/en-ca.js"},pxh7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/de.js"},pxwD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/uk.js"},"q+qL":function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/en-ca.js"},"q/i9":function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/az.js"},q0Ke:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/es-mx.js"},q1xv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/sl.js"},q2JR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/da.js"},q3me:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/ru.js"},q4aY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/cy.js"},q6rB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/si.js"},qAqN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/mn.js"},qB7t:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/az.js"},qBrl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/ca.js"},qBvr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/ro.js"},qCK0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/hr.js"},qCYV:function(n,o,i){n.exports=i.p+"ckeditor/ckeditor.js"},qCe0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/pt-br.js"},qEiX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/nl.js"},qFvE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/pl.js"},qItD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/cy.js"},qJYI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/th.js"},qLOL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/ug.js"},qOg7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/fr.js"},qQZW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/nb.js"},qWsp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/nb.js"},qXk0:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/skin.js"},qZRb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/it.js"},"qaS+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/en.js"},qe8N:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/az.js"},qfZB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/de-ch.js"},qfgX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/ms.js"},qgPy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/es-mx.js"},qhB0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/fr.js"},qkkw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/icons/bgcolor.png"},qkv7:function(n,o,i){n.exports=i.p+"ckeditor/lang/fa.js"},qnnw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/sq.js"},qpti:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/hi.js"},qqYP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/en-au.js"},qqfc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/es-mx.js"},qt3e:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/broken_heart.gif"},qtOQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/bg.js"},quBh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/vi.js"},qvBk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/nb.js"},qyDt:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/mk.js"},qzRW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/dialogs/form.js"},qzl7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/tr.js"},"r+P3":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/zh.js"},"r+n3":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/si.js"},r4K0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bbcode/plugin.js"},r5bx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/ko.js"},r5wB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/ar.js"},r8dM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/de-ch.js"},r983:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/it.js"},rCup:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippetgeshi/plugin.js"},rJ7s:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/ca.js"},rK8Y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/plugin.js"},rLMk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/ar.js"},rMuU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/cs.js"},rRUe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/kiss.png"},rReU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/fi.js"},rTwh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/de-ch.js"},rUxJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/en.js"},rWJc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/dialogs/iframe.js"},rYNI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/no.js"},rbXY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/si.js"},rbf3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/km.js"},rdHi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/et.js"},rdOR:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/lt.js"},rfuL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/zh.js"},rg6h:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/sq.js"},rgA2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/icons/smiley.png"},rgCk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/es.js"},ri1W:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/el.js"},rihn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/he.js"},rlVO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/icons/hidpi/showblocks.png"},rlpu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/el.js"},rnLj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/hu.js"},ro6C:function(n,o,i){n.exports=i.p+"ckeditor/lang/en-ca.js"},rpjk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/eu.js"},rpn3:function(n,o,i){n.exports=i.p+"ckeditor/lang/et.js"},rqAh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/cs.js"},rqS1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/fr-ca.js"},rqlL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/gl.js"},rwPF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/eo.js"},rxj5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/zh.js"},s2cV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/fi.js"},s64O:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/km.js"},s7ww:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/et.js"},sAqP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/en-ca.js"},sC4a:function(n,o,i){n.exports=i.p+"ckeditor/plugins/emoji/assets/iconsall.svg"},sDT3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/en-au.js"},"sEE/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/de.js"},sEvM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/si.js"},sF5p:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/sk.js"},sFXU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/scayt/LICENSE.md"},sNEj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/eo.js"},sQ6l:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/fr-ca.js"},sRvn:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/icons.png"},sTdi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/km.js"},sUot:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/select.png"},sVm1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mentions/plugin.js"},sZMV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/en.js"},sZuC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/sl.js"},saz8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/no.js"},sbnZ:function(n,o,i){n.exports=i.p+"ckeditor/lang/si.js"},sc8p:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/id.js"},sdEI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/ro.js"},semz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/icons/hidpi/selectall.png"},sesl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/eu.js"},sfdu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/fr-ca.js"},sh9n:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/el.js"},sipG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/ar.js"},sjlu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/pt-br.js"},slDQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/fi.js"},soiM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/et.js"},spv1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/nl.js"},srix:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/da.js"},stkW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/sv.js"},svTG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/dialogs/liststyle.js"},"sw/C":function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/plugin.js"},"swa+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/pl.js"},swkT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/en.js"},syXw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/ku.js"},"t+Gq":function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/de.js"},"t+qN":function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/pl.js"},"t/qe":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/gu.js"},t0Iy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/dialogs/flash.js"},t0RV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/no.js"},t2tK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/th.js"},t3Wc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css"},t4KB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/gu.js"},t4P2:function(n,o,i){n.exports=i.p+"ckeditor/lang/en-gb.js"},tDhc:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/editor_ie7.css"},tDzj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/de-ch.js"},tFMK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/si.js"},tFp3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/ru.js"},tHHj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/pl.js"},tHVN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/no.js"},tJ9Z:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/sr.js"},tKEU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/embarrassed_smile.gif"},tPMT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/ku.js"},tTOV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/images/block_h4.png"},tUTG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/gl.js"},tVOZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/hr.js"},tWJa:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/sr-latn.js"},tbtm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/plugin.js"},tdNx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/gl.js"},"tha/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/mn.js"},tipv:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png"},"tjL+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autogrow/plugin.js"},ttDW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/pt-br.js"},ttro:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/th.js"},tvRM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/gu.js"},twB7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/sr.js"},"u+LL":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/dialog_ie.css"},"u0+P":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/ka.js"},"u2/o":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/kiss.gif"},u6nJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/sl.js"},u888:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/fo.js"},u8ck:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/af.js"},uChP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/ka.js"},uFXU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/ru.js"},uGsA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/tt.js"},uIbO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/ro.js"},"uLx/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloontoolbar/plugin.js"},uNth:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/cy.js"},uPoC:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/da.js"},uRrW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/tr.js"},uS3R:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/sk.js"},uSs1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/icons/hidpi/print.png"},uT41:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/mn.js"},uWYu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/broken_heart.png"},uX0x:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/az.js"},uXzG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/tt.js"},uZem:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/oc.js"},uZwU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/plugin.js"},ud3l:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/ca.js"},ue3W:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/wink_smile.png"},uemn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/hr.js"},ueoh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/ru.js"},ufSB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/ug.js"},ugc3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/sl.js"},ujVq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/eo.js"},uk1u:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/ug.js"},ulYI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/et.js"},uldq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/eu.js"},uljF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/sk.js"},unjX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/ug.js"},uqI1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/hi.js"},urb7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/es.js"},usXe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/ca.js"},usuD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/sv.js"},"uuk/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/fr-ca.js"},uvNl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/es-mx.js"},uvQd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/zh.js"},"uzK+":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono-lisa/editor_iequirks.css"},"v+7u":function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/tt.js"},v0Lw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/sl.js"},v2zL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/ms.js"},v4kq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/oc.js"},"v5+c":function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/mk.js"},v5yH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/en-gb.js"},"v6+t":function(n,o,i){n.exports=i.p+"ckeditor/lang/pl.js"},v6qX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/da.js"},"v7+7":function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/ka.js"},v7mO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/far.css"},v8yK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/hi.js"},"v9+5":function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/pl.js"},vCuH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/bg.js"},vEen:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/bg.js"},vGFJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/fi.js"},vKB5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/hr.js"},vKaD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css"},vL5P:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/hidpi/easyimagealignleft.png"},vLma:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/pt.js"},vMbk:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/eo.js"},vNFZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/ru.js"},vNFd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/mn.js"},vNlB:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/fi.js"},vNwL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/ku.js"},"vP+D":function(n,o,i){n.exports=i.p+"ckeditor/lang/fr.js"},vPC2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/icons/hidpi/templates.png"},vPdf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/ko.js"},vPws:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/zh-cn.js"},vReA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/az.js"},vV6q:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/sq.js"},vZFs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/lang/zh-cn.js"},vZPu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/tt.js"},vbe8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/sl.js"},vbqV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/en-gb.js"},vbtF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/textmatch/plugin.js"},vbyg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/el.js"},"vf/g":function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/bn.js"},viDi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/sl.js"},viKZ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/th.js"},vjn0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/sr-latn.js"},vlNx:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/ug.js"},vldi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/cs.js"},vvZ3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/mn.js"},vyNh:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/tt.js"},vzMz:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/plugin.js"},w1uA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/bs.js"},w2kA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/icons/sourcedialog.png"},w3Il:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/sk.js"},w7Np:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/eu.js"},w7lj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/lt.js"},w9Uq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/plugin.js"},wC95:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/oc.js"},wCzu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/sv.js"},"wDi+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/eo.js"},wEM7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/ru.js"},wFsV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/tt.js"},wGhF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/pt.js"},wGm5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/mk.js"},wIJF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/da.js"},wIZ5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sharedspace/plugin.js"},wOpA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/oc.js"},wQcu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/gl.js"},wWBm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/autoembed/lang/pl.js"},wXt6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css"},wZjn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/bs.js"},wavG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/pt-br.js"},wcop:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/icons/hidpi/flash.png"},wdH1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/emoji/icons/hidpi/emojipanel.png"},wee2:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/images/dialog_sides_rtl.png"},wfC6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/ko.js"},wjFp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/fi.js"},wjv0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/vi.js"},wkOd:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/no.js"},wm5y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/en-gb.js"},wnJX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/th.js"},woQ8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/angel_smile.png"},woxg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/ru.js"},wpG6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/bn.js"},ws44:function(n,o,i){n.exports=i.p+"ckeditor/plugins/preview/lang/si.js"},ws7B:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/mk.js"},wtBy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/pt.js"},wtid:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/sq.js"},wu4H:function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloonpanel/skins/moono/balloonpanel.css"},wuEl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/de.js"},wvxA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/vi.js"},wxp1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/tr.js"},wz8j:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/gl.js"},"x/DD":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/icons/hidpi/replace.png"},x0eJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/scayt/CHANGELOG.md"},x0x0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/bs.js"},x1Xm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/tt.js"},x2mQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/sad_smile.png"},x4Fy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/ko.js"},x5mV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/lightbulb.png"},x5rl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/lt.js"},x6rH:function(n,o,i){n.exports=i.p+"ckeditor/plugins/bidi/lang/fi.js"},x79u:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/da.js"},x7O0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/eu.js"},x7sl:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/sv.js"},"x8/L":function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/fr-ca.js"},x8OU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/es.js"},x9t5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/oc.js"},xDUn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/embarrassed_smile.png"},xEYe:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/de-ch.js"},"xG//":function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/sk.js"},xHDJ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/is.js"},xHri:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/ms.js"},xK2N:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/en.js"},xLMQ:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js"},xNKi:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/de.js"},xPBr:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/tt.js"},xPXf:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/eu.js"},xQn0:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/zh-cn.js"},xQtI:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/vi.js"},xSNL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/balloonpanel/skins/moono/images/hidpi/close.png"},xTwa:function(n,o,i){n.exports=i.p+"ckeditor/plugins/embedbase/dialogs/embedbase.js"},xV4d:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/id.js"},xWzP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/zh.js"},xXPq:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/th.js"},xZQb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/hidpi/easyimageupload.png"},xaiW:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/sq.js"},xb0P:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/ja.js"},"xe4/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/eu.js"},"xgE+":function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/editor_iequirks.css"},xh5V:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/et.js"},xhso:function(n,o,i){n.exports=i.p+"ckeditor/plugins/a11yhelp/dialogs/lang/de.js"},xmbN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/dialogs/uicolor.css"},xn9J:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/ko.js"},xn9a:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/uk.js"},xoSm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/zh-cn.js"},xtOc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/print/lang/sr-latn.js"},"xw+w":function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/cy.js"},xwuX:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/lock.png"},xwxL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/pt.js"},xy44:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/ar.js"},xz61:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/lt.js"},xz8a:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/eo.js"},xz9h:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/et.js"},y0iu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/hi.js"},y0xj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/ug.js"},y3oc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/ar.js"},y4Ls:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css"},y4zm:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/es-mx.js"},y7QV:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/nb.js"},yA3g:function(n,o,i){n.exports=i.p+"ckeditor/plugins/iframe/lang/pl.js"},yAiP:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png"},yCRb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/lt.js"},yDPY:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/cs.js"},yE3h:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/plugin.js"},yEKg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css"},yHCu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/save/lang/gl.js"},yHOU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/easyimage/icons/hidpi/easyimagealignright.png"},yHr9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/newpage/lang/is.js"},yI1z:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/eo.js"},yIZX:function(n,o,i){n.exports=i.p+"ckeditor/plugins/copyformatting/lang/nb.js"},yKHN:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/is.js"},yL7D:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/tt.js"},yLK9:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/cy.js"},yM6G:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/fa.js"},yNAz:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/images/toolbar_start.gif"},ySOc:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/gu.js"},ySSp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/radio.png"},yYME:function(n,o,i){n.exports=i.p+"ckeditor/skins/kama/skin.js"},"ybP/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/zh.js"},yccC:function(n,o,i){n.exports=i.p+"ckeditor/lang/hu.js"},ydvw:function(n,o,i){n.exports=i.p+"ckeditor/plugins/flash/lang/id.js"},yey8:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/images/thumbs_down.png"},ygLU:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/ku.js"},ygfu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/mn.js"},yjVS:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/eo.js"},yjxO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/fi.js"},ykKT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/hr.js"},ynim:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colorbutton/lang/et.js"},yoD1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/ro.js"},yoDn:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/ka.js"},ysAg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/uk.js"},ytB1:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css"},ytya:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/da.js"},yuzs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/uicolor/lang/pl.js"},yvRD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/en-au.js"},ywEE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/hr.js"},ywJ2:function(n,o,i){n.exports=i.p+"ckeditor/plugins/imagebase/plugin.js"},ywcF:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/fo.js"},yzYp:function(n,o,i){n.exports=i.p+"ckeditor/plugins/image2/lang/sr.js"},z1VL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/colordialog/lang/vi.js"},z23o:function(n,o,i){n.exports=i.p+"ckeditor/plugins/sourcedialog/lang/en.js"},z6N5:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/cy.js"},z7Wj:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/tt.js"},"zB/w":function(n,o,i){n.exports=i.p+"ckeditor/plugins/liststyle/lang/en-gb.js"},zCZ7:function(n,o,i){n.exports=i.p+"ckeditor/plugins/find/lang/km.js"},zDrO:function(n,o,i){n.exports=i.p+"ckeditor/plugins/magicline/images/hidpi/icon.png"},zEbK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/ku.js"},zEqu:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/sq.js"},zGaL:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lib/highlight/LICENSE.bin"},zHDG:function(n,o,i){n.exports=i.p+"ckeditor/plugins/smiley/lang/da.js"},zIe3:function(n,o,i){n.exports=i.p+"ckeditor/plugins/pagebreak/lang/fa.js"},zJWs:function(n,o,i){n.exports=i.p+"ckeditor/plugins/templates/lang/mn.js"},zKAT:function(n,o,i){n.exports=i.p+"ckeditor/plugins/font/lang/es.js"},zLQz:function(n,o,i){n.exports=i.p+"ckeditor/skins/moono/images/anchor.png"},"zNl/":function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/button.png"},zVTg:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/cs.js"},"zYu+":function(n,o,i){n.exports=i.p+"ckeditor/plugins/div/lang/pt.js"},zaLb:function(n,o,i){n.exports=i.p+"ckeditor/plugins/specialchar/dialogs/lang/pt-br.js"},zalE:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/lang/ug.js"},zczD:function(n,o,i){n.exports=i.p+"ckeditor/plugins/selectall/lang/sr.js"},zeyA:function(n,o,i){n.exports=i.p+"ckeditor/plugins/showblocks/lang/gl.js"},zgFM:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/nb.js"},zhLK:function(n,o,i){n.exports=i.p+"ckeditor/plugins/forms/icons/hidpi/imagebutton.png"},zi4N:function(n,o,i){n.exports=i.p+"ckeditor/plugins/docprops/lang/si.js"},"zk+3":function(n,o,i){n.exports=i.p+"ckeditor/plugins/autolink/plugin.js"},zpOy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/placeholder/lang/fa.js"},zrmy:function(n,o,i){n.exports=i.p+"ckeditor/plugins/codesnippet/lang/en.js"},zt3Y:function(n,o,i){n.exports=i.p+"ckeditor/plugins/mathjax/lang/pt-br.js"},zu6z:function(n,o,i){n.exports=i.p+"ckeditor/plugins/devtools/lang/bg.js"},zuHd:function(n,o,i){n.exports=i.p+"ckeditor/lang/hr.js"},zxy6:function(n,o,i){n.exports=i.p+"ckeditor/plugins/language/lang/tr.js"}}]); \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/1.53333c51.js b/src/ninebadge-1.0/public/build/1.53333c51.js new file mode 100644 index 0000000..b9c274b --- /dev/null +++ b/src/ninebadge-1.0/public/build/1.53333c51.js @@ -0,0 +1,502 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"+s0g":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),i="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),n=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],s=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?i[e.month()]:t[e.month()]:t},monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(i("wd/R"))},"//9w":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},"/X5v":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(i("wd/R"))},"0mo+":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},i={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,i){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(i("wd/R"))},"0tRk":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº"})}(i("wd/R"))},"1ppg":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(i("wd/R"))},"1rYy":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(i("wd/R"))},"1xZ4":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var i=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(i="a"),e+i},week:{dow:1,doy:4}})}(i("wd/R"))},"2fjn":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(i("wd/R"))},"2ykv":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),i="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),n=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],s=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?i[e.month()]:t[e.month()]:t},monthsRegex:s,monthsShortRegex:s,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(i("wd/R"))},"3E1r":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},i={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,i){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(i("wd/R"))},"4MV3":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},i={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,i){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(i("wd/R"))},"4dOw":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(i("wd/R"))},"6+QB":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,i){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(i("wd/R"))},"6B0Y":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},i={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,i){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(i("wd/R"))},"6CyC":function(e,t,i){var n,s,a;!function(r){"use strict";s=[i("EVdn")],void 0===(a="function"==typeof(n=function(e,t){var i,n={beforeShow:h,move:h,change:h,show:h,hide:h,color:!1,flat:!1,type:"",showInput:!1,allowEmpty:!0,showButtons:!0,clickoutFiresChange:!0,showInitial:!1,showPalette:!0,showPaletteOnly:!1,hideAfterPaletteSelect:!1,togglePaletteOnly:!1,showSelectionPalette:!0,localStorageKey:!1,appendTo:"body",maxSelectionSize:8,locale:"en",cancelText:"cancel",chooseText:"choose",togglePaletteMoreText:"more",togglePaletteLessText:"less",clearText:"Clear Color Selection",noColorSelectedText:"No Color Selected",preferredFormat:"name",className:"",containerClassName:"",replacerClassName:"",showAlpha:!0,theme:"sp-light",palette:[["#000000","#444444","#5b5b5b","#999999","#bcbcbc","#eeeeee","#f3f6f4","#ffffff"],["#f44336","#744700","#ce7e00","#8fce00","#2986cc","#16537e","#6a329f","#c90076"],["#f4cccc","#fce5cd","#fff2cc","#d9ead3","#d0e0e3","#cfe2f3","#d9d2e9","#ead1dc"],["#ea9999","#f9cb9c","#ffe599","#b6d7a8","#a2c4c9","#9fc5e8","#b4a7d6","#d5a6bd"],["#e06666","#f6b26b","#ffd966","#93c47d","#76a5af","#6fa8dc","#8e7cc3","#c27ba0"],["#cc0000","#e69138","#f1c232","#6aa84f","#45818e","#3d85c6","#674ea7","#a64d79"],["#990000","#b45f06","#bf9000","#38761d","#134f5c","#0b5394","#351c75","#741b47"],["#660000","#783f04","#7f6000","#274e13","#0c343d","#073763","#20124d","#4c1130"]],selectionPalette:[],disabled:!1,offset:null},s=[],a=!!/msie/i.exec(window.navigator.userAgent),r=((i=document.createElement("div").style).cssText="background-color:rgba(0,0,0,.5)",d(i.backgroundColor,"rgba")||d(i.backgroundColor,"hsla")),o=["
","
","
","
"].join(""),l=function(){var e="";if(a)for(var t=1;t<=6;t++)e+="
";return["
","
","
","
","","
","
","
","
","
","
","
","
","
","
","
","
","
","
","
","
","
",e,"
","
","
","
","
","","
","
","
","","","
","
","
"].join("")}();function d(e,t){return!!~(""+e).indexOf(t)}function u(e,t,i,n){for(var s=[],a=0;a')}else s.push('')}return"
"+s.join("")+"
"}function c(i,d){var c,h,g,v=function(t,i){t.locale=t.locale||window.navigator.language,t.locale&&(t.locale=t.locale.split("-")[0].toLowerCase()),"en"!=t.locale&&e.spectrum.localization[t.locale]&&(t=e.extend({},e.spectrum.localization[t.locale],t));var s=e.extend({},n,t);return s.callbacks={move:f(s.move,i),change:f(s.change,i),show:f(s.show,i),hide:f(s.hide,i),beforeShow:f(s.beforeShow,i)},s}(d,i),y=v.type,b="flat"==y,w=v.showSelectionPalette,M=v.localStorageKey,L=v.theme,k=v.callbacks,D=(c=Ge,function(){var e=this,t=arguments;g||(g=setTimeout((function(){g=null,c.apply(e,t)}),h))}),T=!(h=10),S=!1,x=0,Y=0,C=0,H=0,E=0,A=0,P=0,j=0,I=0,O=0,W=1,N=[],R=[],F={},z=v.selectionPalette.slice(0),$=v.maxSelectionSize,B="sp-dragging",q=!1,U=null,V=i.ownerDocument,J=(V.body,e(i)),G=!1,X=e(l,V).addClass(L),K=X.find(".sp-picker-container"),Q=X.find(".sp-color"),Z=X.find(".sp-dragger"),ee=X.find(".sp-hue"),te=X.find(".sp-slider"),ie=X.find(".sp-alpha-inner"),ne=X.find(".sp-alpha"),se=X.find(".sp-alpha-handle"),ae=X.find(".sp-input"),re=X.find(".sp-palette"),oe=X.find(".sp-initial"),le=X.find(".sp-cancel"),de=X.find(".sp-clear"),ue=X.find(".sp-choose"),ce=X.find(".sp-palette-toggle"),he=J.is("input"),pe=(he&&"color"===J.attr("type")&&_(),he&&"color"==y),fe=pe?e(o).addClass(L).addClass(v.className).addClass(v.replacerClassName):e([]),me=pe?fe:J,_e=fe.find(".sp-preview-inner"),ge=v.color||he&&J.val(),ve=!1,ye=v.preferredFormat,be=!v.showButtons||v.clickoutFiresChange,we=!ge,Me=v.allowEmpty,Le=null,ke=null,De=null,Te=null,Se=J.attr("id");if(Se!==t&&0$;)z.shift();if(M)try{window.localStorage[M]=z.join(";")}catch(t){}}}function Ee(){var t=Be(),i=e.map(R,(function(e,i){return u(e,t,"sp-palette-row sp-palette-row-"+i,v)}));Ce(),z&&i.push(u(function(){var e=[];if(v.showPalette)for(var t=0;t
'),["margin"].forEach((function(e){Le.css(e,J.css(e))})),"block"==J.css("display")&&Le.css("display","flex"),pe)J.after(fe).hide();else if("text"==y)Le.addClass("sp-colorize-container"),J.addClass("spectrum sp-colorize").wrap(Le);else if("component"==y){J.addClass("spectrum").wrap(Le);var t=e(["
","
","
"].join(""));t.width(J.outerHeight()+"px").css("border-radius",J.css("border-radius")).css("border",J.css("border")),J.addClass("with-add-on").before(t)}if(ke=J.parent().find(".sp-colorize"),De=ke.css("color"),Te=ke.css("background-color"),Me||de.hide(),b)J.after(X).hide();else{var i="parent"===v.appendTo?J.parent():e(v.appendTo);1!==i.length&&(i=e("body")),i.append(X)}function n(t){return t.data&&t.data.ignore?($e(e(t.target).closest(".sp-thumb-el").data("color")),qe()):($e(e(t.target).closest(".sp-thumb-el").data("color")),qe(),v.hideAfterPaletteSelect?(Je(!0),Fe()):Je()),!1}Ce(),me.on("click.spectrum touchstart.spectrum",(function(t){G||Oe(),t.stopPropagation(),e(t.target).is("input")||t.preventDefault()})),!J.is(":disabled")&&!0!==v.disabled||Xe(),X.click(p),[ae,J].forEach((function(t){t.change((function(){Ie(t.val())})),t.on("paste",(function(){setTimeout((function(){Ie(t.val())}),1)})),t.keydown((function(i){13==i.keyCode&&(Ie(e(t).val()),t==J&&Fe())}))})),le.text(v.cancelText),le.on("click.spectrum",(function(e){e.stopPropagation(),e.preventDefault(),ze(),Fe()})),de.attr("title",v.clearText),de.on("click.spectrum",(function(e){e.stopPropagation(),e.preventDefault(),we=!0,qe(),b&&Je(!0)})),ue.text(v.chooseText),ue.on("click.spectrum",(function(e){e.stopPropagation(),e.preventDefault(),a&&ae.is(":focus")&&ae.trigger("change"),ae.hasClass("sp-validation-error")||(Je(!0),Fe())})),ce.text(v.showPaletteOnly?v.togglePaletteMoreText:v.togglePaletteLessText),ce.on("click.spectrum",(function(e){e.stopPropagation(),e.preventDefault(),v.showPaletteOnly=!v.showPaletteOnly,v.showPaletteOnly||b||X.css("left","-="+(K.outerWidth(!0)+5)),Ye()})),m(ne,(function(e,t,i){W=e/E,we=!1,i.shiftKey&&(W=Math.round(10*W)/10),qe()}),Pe,je),m(ee,(function(e,t){j=parseFloat(t/H),we=!1,v.showAlpha||(W=1),qe()}),Pe,je),m(Q,(function(e,t,i){if(i.shiftKey){if(!U){var n=I*x,s=Y-O*Y,a=Math.abs(e-n)>Math.abs(t-s);U=a?"x":"y"}}else U=null;var r=!U||"y"===U;U&&"x"!==U||(I=parseFloat(e/x)),r&&(O=parseFloat((Y-t)/Y)),we=!1,v.showAlpha||(W=1),qe()}),Pe,je),ge?($e(ge),Ue(),ye=tinycolor(ge).format||v.preferredFormat,He(ge)):(""===ge&&$e(ge),Ue()),b&&We();var s=a?"mousedown.spectrum":"click.spectrum touchstart.spectrum";re.on(s,".sp-thumb-el",n),oe.on(s,".sp-thumb-el:nth-child(1)",{ignore:!0},n)}();var Ke={show:We,hide:Fe,toggle:Oe,reflow:Ge,option:function(i,n){return i===t?e.extend({},v):n===t?v[i]:(v[i]=n,"preferredFormat"===i&&(ye=v.preferredFormat),void Ye())},enable:function(){G=!1,J.attr("disabled",!1),me.removeClass("sp-disabled")},disable:Xe,offset:function(e){v.offset=e,Ge()},set:function(e){$e(e),Je()},get:Be,destroy:function(){J.show().removeClass("spectrum with-add-on sp-colorize"),me.off("click.spectrum touchstart.spectrum"),X.remove(),fe.remove(),ke&&ke.css("background-color",Te).css("color",De);var e=J.closest(".sp-original-input-container");0")[0];t._cachedResult="color"===i.type&&""!==i.value}return t._cachedResult},e.spectrum={},e.spectrum.localization={},e.spectrum.palettes={},e.fn.spectrum.processNativeColorInputs=function(){var t=e("input[type=color]");t.length&&!_()&&t.spectrum({preferredFormat:"hex6"})},function(){var e=/^[\s,#]+/,t=/\s+$/,i=0,n=Math,s=n.round,a=n.min,r=n.max,o=n.random,l=function(o,d){if(d=d||{},(o=o||"")instanceof l)return o;if(!(this instanceof l))return new l(o,d);var u=function(i){var s={r:0,g:0,b:0},o=1,l=!1,d=!1;return"string"==typeof i&&(i=function(i){i=i.replace(e,"").replace(t,"").toLowerCase();var n,s=!1;if(T[i])i=T[i],s=!0;else if("transparent"==i)return{r:0,g:0,b:0,a:0,format:"name"};return(n=O.rgb.exec(i))?{r:n[1],g:n[2],b:n[3]}:(n=O.rgba.exec(i))?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=O.hsl.exec(i))?{h:n[1],s:n[2],l:n[3]}:(n=O.hsla.exec(i))?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=O.hsv.exec(i))?{h:n[1],s:n[2],v:n[3]}:(n=O.hsva.exec(i))?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=O.hex8.exec(i))?{a:function(e){return H(e)/255}(n[1]),r:H(n[2]),g:H(n[3]),b:H(n[4]),format:s?"name":"hex8"}:(n=O.hex6.exec(i))?{r:H(n[1]),g:H(n[2]),b:H(n[3]),format:s?"name":"hex"}:!!(n=O.hex3.exec(i))&&{r:H(n[1]+""+n[1]),g:H(n[2]+""+n[2]),b:H(n[3]+""+n[3]),format:s?"name":"hex"}}(i)),"object"==typeof i&&(i.hasOwnProperty("r")&&i.hasOwnProperty("g")&&i.hasOwnProperty("b")?(s=function(e,t,i){return{r:255*Y(e,255),g:255*Y(t,255),b:255*Y(i,255)}}(i.r,i.g,i.b),l=!0,d="%"===String(i.r).substr(-1)?"prgb":"rgb"):i.hasOwnProperty("h")&&i.hasOwnProperty("s")&&i.hasOwnProperty("v")?(i.s=A(i.s),i.v=A(i.v),s=function(e,t,i){e=6*Y(e,360),t=Y(t,100),i=Y(i,100);var s=n.floor(e),a=e-s,r=i*(1-t),o=i*(1-a*t),l=i*(1-(1-a)*t),d=s%6;return{r:255*[i,o,r,r,l,i][d],g:255*[l,i,i,o,r,r][d],b:255*[r,r,l,i,i,o][d]}}(i.h,i.s,i.v),l=!0,d="hsv"):i.hasOwnProperty("h")&&i.hasOwnProperty("s")&&i.hasOwnProperty("l")&&(i.s=A(i.s),i.l=A(i.l),s=function(e,t,i){var n,s,a;function r(e,t,i){return i<0&&(i+=1),1>1)+720)%360;--t;)n.h=(n.h+s)%360,a.push(l(n));return a}function D(e,t){t=t||6;for(var i=l(e).toHsv(),n=i.h,s=i.s,a=i.v,r=[],o=1/t;t--;)r.push(l({h:n,s:s,v:a})),a=(a+o)%1;return r}l.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},setAlpha:function(e){return this._a=x(e),this._roundA=s(1e3*this._a)/1e3,this},toHsv:function(){var e=u(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=u(this._r,this._g,this._b),t=s(360*e.h),i=s(100*e.s),n=s(100*e.v);return 1==this._a?"hsv("+t+", "+i+"%, "+n+"%)":"hsva("+t+", "+i+"%, "+n+"%, "+this._roundA+")"},toHsl:function(){var e=d(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=d(this._r,this._g,this._b),t=s(360*e.h),i=s(100*e.s),n=s(100*e.l);return 1==this._a?"hsl("+t+", "+i+"%, "+n+"%)":"hsla("+t+", "+i+"%, "+n+"%, "+this._roundA+")"},toHex:function(e){return c(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(){return h(this._r,this._g,this._b,this._a)},toHex8String:function(){return"#"+this.toHex8()},toRgb:function(){return{r:s(this._r),g:s(this._g),b:s(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+s(this._r)+", "+s(this._g)+", "+s(this._b)+")":"rgba("+s(this._r)+", "+s(this._g)+", "+s(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:s(100*Y(this._r,255))+"%",g:s(100*Y(this._g,255))+"%",b:s(100*Y(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+s(100*Y(this._r,255))+"%, "+s(100*Y(this._g,255))+"%, "+s(100*Y(this._b,255))+"%)":"rgba("+s(100*Y(this._r,255))+"%, "+s(100*Y(this._g,255))+"%, "+s(100*Y(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(S[c(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+h(this._r,this._g,this._b,this._a),i=t,n=this._gradientType?"GradientType = 1, ":"";return e&&(i=l(e).toHex8String()),"progid:DXImageTransform.Microsoft.gradient("+n+"startColorstr="+t+",endColorstr="+i+")"},toString:function(e){var t=!!e;e=e||this._format;var i=!1,n=this._a<1&&0<=this._a;return t||!n||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"name"!==e?("rgb"===e&&(i=this.toRgbString()),"prgb"===e&&(i=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(i=this.toHexString()),"hex3"===e&&(i=this.toHexString(!0)),"hex8"===e&&(i=this.toHex8String()),"name"===e&&(i=this.toName()),"hsl"===e&&(i=this.toHslString()),"hsv"===e&&(i=this.toHsvString()),i||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},_applyModification:function(e,t){var i=e.apply(null,[this].concat([].slice.call(t)));return this._r=i._r,this._g=i._g,this._b=i._b,this.setAlpha(i._a),this},lighten:function(){return this._applyModification(_,arguments)},brighten:function(){return this._applyModification(g,arguments)},darken:function(){return this._applyModification(v,arguments)},desaturate:function(){return this._applyModification(p,arguments)},saturate:function(){return this._applyModification(f,arguments)},greyscale:function(){return this._applyModification(m,arguments)},spin:function(){return this._applyModification(y,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(k,arguments)},complement:function(){return this._applyCombination(b,arguments)},monochromatic:function(){return this._applyCombination(D,arguments)},splitcomplement:function(){return this._applyCombination(L,arguments)},triad:function(){return this._applyCombination(w,arguments)},tetrad:function(){return this._applyCombination(M,arguments)}},l.fromRatio=function(e,t){if("object"==typeof e){var i={};for(var n in e)e.hasOwnProperty(n)&&(i[n]="a"===n?e[n]:A(e[n]));e=i}return l(e,t)},l.equals=function(e,t){return!(!e||!t)&&l(e).toRgbString()==l(t).toRgbString()},l.random=function(){return l.fromRatio({r:o(),g:o(),b:o()})},l.mix=function(e,t,i){i=0===i?0:i||50;var n,s=l(e).toRgb(),a=l(t).toRgb(),r=i/100,o=2*r-1,d=a.a-s.a,u=1-(n=((n=o*d==-1?o:(o+d)/(1+o*d))+1)/2),c={r:a.r*n+s.r*u,g:a.g*n+s.g*u,b:a.b*n+s.b*u,a:a.a*r+s.a*(1-r)};return l(c)},l.readability=function(e,t){var i=l(e),n=l(t),s=i.toRgb(),a=n.toRgb(),r=i.getBrightness(),o=n.getBrightness(),d=Math.max(s.r,a.r)-Math.min(s.r,a.r)+Math.max(s.g,a.g)-Math.min(s.g,a.g)+Math.max(s.b,a.b)-Math.min(s.b,a.b);return{brightness:Math.abs(r-o),color:d}},l.isReadable=function(e,t){var i=l.readability(e,t);return 12511?i?"ප.ව.":"පස් වරු":i?"පෙ.ව.":"පෙර වරු"}})}(i("wd/R"))},"8/+R":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},i={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return i[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,i){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(i("wd/R"))},"8L3F":function(e,t,i){"use strict";i.r(t),function(e){ +/**! + * @fileOverview Kickass library to create and place poppers near their reference elements. + * @version 1.16.1 + * @license + * Copyright (c) 2016 Federico Zivolo and contributors + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ +var i="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,n=function(){for(var e=["Edge","Trident","Firefox"],t=0;t=0)return 1;return 0}();var s=i&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),n))}};function a(e){return e&&"[object Function]"==={}.toString.call(e)}function r(e,t){if(1!==e.nodeType)return[];var i=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?i[t]:i}function o(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function l(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=r(e),i=t.overflow,n=t.overflowX,s=t.overflowY;return/(auto|scroll|overlay)/.test(i+s+n)?e:l(o(e))}function d(e){return e&&e.referenceNode?e.referenceNode:e}var u=i&&!(!window.MSInputMethodContext||!document.documentMode),c=i&&/MSIE 10/.test(navigator.userAgent);function h(e){return 11===e?u:10===e?c:u||c}function p(e){if(!e)return document.documentElement;for(var t=h(10)?document.body:null,i=e.offsetParent||null;i===t&&e.nextElementSibling;)i=(e=e.nextElementSibling).offsetParent;var n=i&&i.nodeName;return n&&"BODY"!==n&&"HTML"!==n?-1!==["TH","TD","TABLE"].indexOf(i.nodeName)&&"static"===r(i,"position")?p(i):i:e?e.ownerDocument.documentElement:document.documentElement}function f(e){return null!==e.parentNode?f(e.parentNode):e}function m(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var i=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,n=i?e:t,s=i?t:e,a=document.createRange();a.setStart(n,0),a.setEnd(s,0);var r,o,l=a.commonAncestorContainer;if(e!==l&&t!==l||n.contains(s))return"BODY"===(o=(r=l).nodeName)||"HTML"!==o&&p(r.firstElementChild)!==r?p(l):l;var d=f(e);return d.host?m(d.host,t):m(e,f(t).host)}function _(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",i="top"===t?"scrollTop":"scrollLeft",n=e.nodeName;if("BODY"===n||"HTML"===n){var s=e.ownerDocument.documentElement,a=e.ownerDocument.scrollingElement||s;return a[i]}return e[i]}function g(e,t){var i=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=_(t,"top"),s=_(t,"left"),a=i?-1:1;return e.top+=n*a,e.bottom+=n*a,e.left+=s*a,e.right+=s*a,e}function v(e,t){var i="x"===t?"Left":"Top",n="Left"===i?"Right":"Bottom";return parseFloat(e["border"+i+"Width"])+parseFloat(e["border"+n+"Width"])}function y(e,t,i,n){return Math.max(t["offset"+e],t["scroll"+e],i["client"+e],i["offset"+e],i["scroll"+e],h(10)?parseInt(i["offset"+e])+parseInt(n["margin"+("Height"===e?"Top":"Left")])+parseInt(n["margin"+("Height"===e?"Bottom":"Right")]):0)}function b(e){var t=e.body,i=e.documentElement,n=h(10)&&getComputedStyle(i);return{height:y("Height",t,i,n),width:y("Width",t,i,n)}}var w=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},M=function(){function e(e,t){for(var i=0;i2&&void 0!==arguments[2]&&arguments[2],n=h(10),s="HTML"===t.nodeName,a=T(e),o=T(t),d=l(e),u=r(t),c=parseFloat(u.borderTopWidth),p=parseFloat(u.borderLeftWidth);i&&s&&(o.top=Math.max(o.top,0),o.left=Math.max(o.left,0));var f=D({top:a.top-o.top-c,left:a.left-o.left-p,width:a.width,height:a.height});if(f.marginTop=0,f.marginLeft=0,!n&&s){var m=parseFloat(u.marginTop),_=parseFloat(u.marginLeft);f.top-=c-m,f.bottom-=c-m,f.left-=p-_,f.right-=p-_,f.marginTop=m,f.marginLeft=_}return(n&&!i?t.contains(d):t===d&&"BODY"!==d.nodeName)&&(f=g(f,t)),f}function x(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=e.ownerDocument.documentElement,n=S(e,i),s=Math.max(i.clientWidth,window.innerWidth||0),a=Math.max(i.clientHeight,window.innerHeight||0),r=t?0:_(i),o=t?0:_(i,"left"),l={top:r-n.top+n.marginTop,left:o-n.left+n.marginLeft,width:s,height:a};return D(l)}function Y(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===r(e,"position"))return!0;var i=o(e);return!!i&&Y(i)}function C(e){if(!e||!e.parentElement||h())return document.documentElement;for(var t=e.parentElement;t&&"none"===r(t,"transform");)t=t.parentElement;return t||document.documentElement}function H(e,t,i,n){var s=arguments.length>4&&void 0!==arguments[4]&&arguments[4],a={top:0,left:0},r=s?C(e):m(e,d(t));if("viewport"===n)a=x(r,s);else{var u=void 0;"scrollParent"===n?"BODY"===(u=l(o(t))).nodeName&&(u=e.ownerDocument.documentElement):u="window"===n?e.ownerDocument.documentElement:n;var c=S(u,r,s);if("HTML"!==u.nodeName||Y(r))a=c;else{var h=b(e.ownerDocument),p=h.height,f=h.width;a.top+=c.top-c.marginTop,a.bottom=p+c.top,a.left+=c.left-c.marginLeft,a.right=f+c.left}}var _="number"==typeof(i=i||0);return a.left+=_?i:i.left||0,a.top+=_?i:i.top||0,a.right-=_?i:i.right||0,a.bottom-=_?i:i.bottom||0,a}function E(e){return e.width*e.height}function A(e,t,i,n,s){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var r=H(i,n,a,s),o={top:{width:r.width,height:t.top-r.top},right:{width:r.right-t.right,height:r.height},bottom:{width:r.width,height:r.bottom-t.bottom},left:{width:t.left-r.left,height:r.height}},l=Object.keys(o).map((function(e){return k({key:e},o[e],{area:E(o[e])})})).sort((function(e,t){return t.area-e.area})),d=l.filter((function(e){var t=e.width,n=e.height;return t>=i.clientWidth&&n>=i.clientHeight})),u=d.length>0?d[0].key:l[0].key,c=e.split("-")[1];return u+(c?"-"+c:"")}function P(e,t,i){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,s=n?C(t):m(t,d(i));return S(i,s,n)}function j(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),i=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),n=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+n,height:e.offsetHeight+i}}function I(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function O(e,t,i){i=i.split("-")[0];var n=j(e),s={width:n.width,height:n.height},a=-1!==["right","left"].indexOf(i),r=a?"top":"left",o=a?"left":"top",l=a?"height":"width",d=a?"width":"height";return s[r]=t[r]+t[l]/2-n[l]/2,s[o]=i===o?t[o]-n[d]:t[I(o)],s}function W(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function N(e,t,i){return(void 0===i?e:e.slice(0,function(e,t,i){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===i}));var n=W(e,(function(e){return e[t]===i}));return e.indexOf(n)}(e,"name",i))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var i=e.function||e.fn;e.enabled&&a(i)&&(t.offsets.popper=D(t.offsets.popper),t.offsets.reference=D(t.offsets.reference),t=i(t,e))})),t}function R(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=P(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=A(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=O(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=N(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function F(e,t){return e.some((function(e){var i=e.name;return e.enabled&&i===t}))}function z(e){for(var t=[!1,"ms","Webkit","Moz","O"],i=e.charAt(0).toUpperCase()+e.slice(1),n=0;n1&&void 0!==arguments[1]&&arguments[1],i=Z.indexOf(e),n=Z.slice(i+1).concat(Z.slice(0,i));return t?n.reverse():n}var te="flip",ie="clockwise",ne="counterclockwise";function se(e,t,i,n){var s=[0,0],a=-1!==["right","left"].indexOf(n),r=e.split(/(\+|\-)/).map((function(e){return e.trim()})),o=r.indexOf(W(r,(function(e){return-1!==e.search(/,|\s/)})));r[o]&&-1===r[o].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,d=-1!==o?[r.slice(0,o).concat([r[o].split(l)[0]]),[r[o].split(l)[1]].concat(r.slice(o+1))]:[r];return(d=d.map((function(e,n){var s=(1===n?!a:a)?"height":"width",r=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,r=!0,e):r?(e[e.length-1]+=t,r=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,i,n){var s=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),a=+s[1],r=s[2];if(!a)return e;if(0===r.indexOf("%")){var o=void 0;switch(r){case"%p":o=i;break;case"%":case"%r":default:o=n}return D(o)[t]/100*a}if("vh"===r||"vw"===r){return("vh"===r?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*a}return a}(e,s,t,i)}))}))).forEach((function(e,t){e.forEach((function(i,n){J(i)&&(s[t]+=i*("-"===e[n-1]?-1:1))}))})),s}var ae={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,i=t.split("-")[0],n=t.split("-")[1];if(n){var s=e.offsets,a=s.reference,r=s.popper,o=-1!==["bottom","top"].indexOf(i),l=o?"left":"top",d=o?"width":"height",u={start:L({},l,a[l]),end:L({},l,a[l]+a[d]-r[d])};e.offsets.popper=k({},r,u[n])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var i=t.offset,n=e.placement,s=e.offsets,a=s.popper,r=s.reference,o=n.split("-")[0],l=void 0;return l=J(+i)?[+i,0]:se(i,a,r,o),"left"===o?(a.top+=l[0],a.left-=l[1]):"right"===o?(a.top+=l[0],a.left+=l[1]):"top"===o?(a.left+=l[0],a.top-=l[1]):"bottom"===o&&(a.left+=l[0],a.top+=l[1]),e.popper=a,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var i=t.boundariesElement||p(e.instance.popper);e.instance.reference===i&&(i=p(i));var n=z("transform"),s=e.instance.popper.style,a=s.top,r=s.left,o=s[n];s.top="",s.left="",s[n]="";var l=H(e.instance.popper,e.instance.reference,t.padding,i,e.positionFixed);s.top=a,s.left=r,s[n]=o,t.boundaries=l;var d=t.priority,u=e.offsets.popper,c={primary:function(e){var i=u[e];return u[e]l[e]&&!t.escapeWithReference&&(n=Math.min(u[i],l[e]-("right"===e?u.width:u.height))),L({},i,n)}};return d.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";u=k({},u,c[t](e))})),e.offsets.popper=u,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,i=t.popper,n=t.reference,s=e.placement.split("-")[0],a=Math.floor,r=-1!==["top","bottom"].indexOf(s),o=r?"right":"bottom",l=r?"left":"top",d=r?"width":"height";return i[o]a(n[o])&&(e.offsets.popper[l]=a(n[o])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var i;if(!K(e.instance.modifiers,"arrow","keepTogether"))return e;var n=t.element;if("string"==typeof n){if(!(n=e.instance.popper.querySelector(n)))return e}else if(!e.instance.popper.contains(n))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var s=e.placement.split("-")[0],a=e.offsets,o=a.popper,l=a.reference,d=-1!==["left","right"].indexOf(s),u=d?"height":"width",c=d?"Top":"Left",h=c.toLowerCase(),p=d?"left":"top",f=d?"bottom":"right",m=j(n)[u];l[f]-mo[f]&&(e.offsets.popper[h]+=l[h]+m-o[f]),e.offsets.popper=D(e.offsets.popper);var _=l[h]+l[u]/2-m/2,g=r(e.instance.popper),v=parseFloat(g["margin"+c]),y=parseFloat(g["border"+c+"Width"]),b=_-e.offsets.popper[h]-v-y;return b=Math.max(Math.min(o[u]-m,b),0),e.arrowElement=n,e.offsets.arrow=(L(i={},h,Math.round(b)),L(i,p,""),i),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(F(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var i=H(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),n=e.placement.split("-")[0],s=I(n),a=e.placement.split("-")[1]||"",r=[];switch(t.behavior){case te:r=[n,s];break;case ie:r=ee(n);break;case ne:r=ee(n,!0);break;default:r=t.behavior}return r.forEach((function(o,l){if(n!==o||r.length===l+1)return e;n=e.placement.split("-")[0],s=I(n);var d=e.offsets.popper,u=e.offsets.reference,c=Math.floor,h="left"===n&&c(d.right)>c(u.left)||"right"===n&&c(d.left)c(u.top)||"bottom"===n&&c(d.top)c(i.right),m=c(d.top)c(i.bottom),g="left"===n&&p||"right"===n&&f||"top"===n&&m||"bottom"===n&&_,v=-1!==["top","bottom"].indexOf(n),y=!!t.flipVariations&&(v&&"start"===a&&p||v&&"end"===a&&f||!v&&"start"===a&&m||!v&&"end"===a&&_),b=!!t.flipVariationsByContent&&(v&&"start"===a&&f||v&&"end"===a&&p||!v&&"start"===a&&_||!v&&"end"===a&&m),w=y||b;(h||g||w)&&(e.flipped=!0,(h||g)&&(n=r[l+1]),w&&(a=function(e){return"end"===e?"start":"start"===e?"end":e}(a)),e.placement=n+(a?"-"+a:""),e.offsets.popper=k({},e.offsets.popper,O(e.instance.popper,e.offsets.reference,e.placement)),e=N(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,i=t.split("-")[0],n=e.offsets,s=n.popper,a=n.reference,r=-1!==["left","right"].indexOf(i),o=-1===["top","left"].indexOf(i);return s[r?"left":"top"]=a[i]-(o?s[r?"width":"height"]:0),e.placement=I(t),e.offsets.popper=D(s),e}},hide:{order:800,enabled:!0,fn:function(e){if(!K(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,i=W(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottomi.right||t.top>i.bottom||t.right2&&void 0!==arguments[2]?arguments[2]:{};w(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(n.update)},this.update=s(this.update.bind(this)),this.options=k({},e.Defaults,r),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=i&&i.jquery?i[0]:i,this.options.modifiers={},Object.keys(k({},e.Defaults.modifiers,r.modifiers)).forEach((function(t){n.options.modifiers[t]=k({},e.Defaults.modifiers[t]||{},r.modifiers?r.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return k({name:e},n.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&a(e.onLoad)&&e.onLoad(n.reference,n.popper,n.options,e,n.state)})),this.update();var o=this.options.eventsEnabled;o&&this.enableEventListeners(),this.state.eventsEnabled=o}return M(e,[{key:"update",value:function(){return R.call(this)}},{key:"destroy",value:function(){return $.call(this)}},{key:"enableEventListeners",value:function(){return U.call(this)}},{key:"disableEventListeners",value:function(){return V.call(this)}}]),e}();re.Utils=("undefined"!=typeof window?window:e).PopperUtils,re.placements=Q,re.Defaults=ae,t.default=re}.call(this,i("yLpj"))},"8mBD":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(i("wd/R"))},"9An1":function(e,t,i){var n,s,a; +/*! jQuery UI - v1.11.1 - 2014-08-13 +* http://jqueryui.com +* Includes: core.js, widget.js, mouse.js, position.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, draggable.js, droppable.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js, menu.js, progressbar.js, resizable.js, selectable.js, selectmenu.js, slider.js, sortable.js, spinner.js, tabs.js, tooltip.js +* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */s=[i("EVdn")],void 0===(a="function"==typeof(n=function(e){function t(t,n){var s,a,r,o=t.nodeName.toLowerCase();return"area"===o?(a=(s=t.parentNode).name,!(!t.href||!a||"map"!==s.nodeName.toLowerCase())&&!!(r=e("img[usemap='#"+a+"']")[0])&&i(r)):(/input|select|textarea|button|object/.test(o)?!t.disabled:"a"===o&&t.href||n)&&i(t)}function i(t){return e.expr.filters.visible(t)&&!e(t).parents().addBack().filter((function(){return"hidden"===e.css(this,"visibility")})).length}var n,s,a,r; +/*! + * jQuery UI Core 1.11.1 + * http://jqueryui.com + * + * Copyright 2014 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/category/ui-core/ + */ +e.ui=e.ui||{},e.extend(e.ui,{version:"1.11.1",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),e.fn.extend({scrollParent:function(t){var i=this.css("position"),n="absolute"===i,s=t?/(auto|scroll|hidden)/:/(auto|scroll)/,a=this.parents().filter((function(){var t=e(this);return(!n||"static"!==t.css("position"))&&s.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))})).eq(0);return"fixed"!==i&&a.length?a:e(this[0].ownerDocument||document)},uniqueId:(n=0,function(){return this.each((function(){this.id||(this.id="ui-id-"+ ++n)}))}),removeUniqueId:function(){return this.each((function(){/^ui-id-\d+$/.test(this.id)&&e(this).removeAttr("id")}))}}),e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo((function(t){return function(i){return!!e.data(i,t)}})):function(t,i,n){return!!e.data(t,n[3])},focusable:function(i){return t(i,!isNaN(e.attr(i,"tabindex")))},tabbable:function(i){var n=e.attr(i,"tabindex"),s=isNaN(n);return(s||n>=0)&&t(i,!s)}}),e("").outerWidth(1).jquery||e.each(["Width","Height"],(function(t,i){var n="Width"===i?["Left","Right"]:["Top","Bottom"],s=i.toLowerCase(),a={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};function r(t,i,s,a){return e.each(n,(function(){i-=parseFloat(e.css(t,"padding"+this))||0,s&&(i-=parseFloat(e.css(t,"border"+this+"Width"))||0),a&&(i-=parseFloat(e.css(t,"margin"+this))||0)})),i}e.fn["inner"+i]=function(t){return void 0===t?a["inner"+i].call(this):this.each((function(){e(this).css(s,r(this,t)+"px")}))},e.fn["outer"+i]=function(t,n){return"number"!=typeof t?a["outer"+i].call(this,t):this.each((function(){e(this).css(s,r(this,t,!0,n)+"px")}))}})),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e("").data("a-b","a").removeData("a-b").data("a-b")&&(e.fn.removeData=(s=e.fn.removeData,function(t){return arguments.length?s.call(this,e.camelCase(t)):s.call(this)})),e.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()),e.fn.extend({focus:(r=e.fn.focus,function(t,i){return"number"==typeof t?this.each((function(){var n=this;setTimeout((function(){e(n).focus(),i&&i.call(n)}),t)})):r.apply(this,arguments)}),disableSelection:(a="onselectstart"in document.createElement("div")?"selectstart":"mousedown",function(){return this.bind(a+".ui-disableSelection",(function(e){e.preventDefault()}))}),enableSelection:function(){return this.unbind(".ui-disableSelection")},zIndex:function(t){if(void 0!==t)return this.css("zIndex",t);if(this.length)for(var i,n,s=e(this[0]);s.length&&s[0]!==document;){if(("absolute"===(i=s.css("position"))||"relative"===i||"fixed"===i)&&(n=parseInt(s.css("zIndex"),10),!isNaN(n)&&0!==n))return n;s=s.parent()}return 0}}),e.ui.plugin={add:function(t,i,n){var s,a=e.ui[t].prototype;for(s in n)a.plugins[s]=a.plugins[s]||[],a.plugins[s].push([i,n[s]])},call:function(e,t,i,n){var s,a=e.plugins[t];if(a&&(n||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(s=0;s",options:{disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=o++,this.eventNamespace="."+this.widgetName+this.uuid,this.options=e.widget.extend({},this.options,this._getCreateOptions(),t),this.bindings=e(),this.hoverable=e(),this.focusable=e(),i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this._create(),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:e.noop,_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,destroy:function(){this._destroy(),this.element.unbind(this.eventNamespace).removeData(this.widgetFullName).removeData(e.camelCase(this.widgetFullName)),this.widget().unbind(this.eventNamespace).removeAttr("aria-disabled").removeClass(this.widgetFullName+"-disabled ui-state-disabled"),this.bindings.unbind(this.eventNamespace),this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus")},_destroy:e.noop,widget:function(){return this.element},option:function(t,i){var n,s,a,r=t;if(0===arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(r={},n=t.split("."),t=n.shift(),n.length){for(s=r[t]=e.widget.extend({},this.options[t]),a=0;a=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}), +/*! + * jQuery UI Position 1.11.1 + * http://jqueryui.com + * + * Copyright 2014 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/position/ + */ +function(){e.ui=e.ui||{};var t,i,n=Math.max,s=Math.abs,a=Math.round,r=/left|center|right/,o=/top|center|bottom/,l=/[\+\-]\d+(\.[\d]+)?%?/,d=/^\w+/,u=/%$/,c=e.fn.position;function h(e,t,i){return[parseFloat(e[0])*(u.test(e[0])?t/100:1),parseFloat(e[1])*(u.test(e[1])?i/100:1)]}function p(t,i){return parseInt(e.css(t,i),10)||0}function f(t){var i=t[0];return 9===i.nodeType?{width:t.width(),height:t.height(),offset:{top:0,left:0}}:e.isWindow(i)?{width:t.width(),height:t.height(),offset:{top:t.scrollTop(),left:t.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:t.outerWidth(),height:t.outerHeight(),offset:t.offset()}}e.position={scrollbarWidth:function(){if(void 0!==t)return t;var i,n,s=e("
"),a=s.children()[0];return e("body").append(s),i=a.offsetWidth,s.css("overflow","scroll"),i===(n=a.offsetWidth)&&(n=s[0].clientWidth),s.remove(),t=i-n},getScrollInfo:function(t){var i=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),n=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),s="scroll"===i||"auto"===i&&t.width0?"right":"center",vertical:o<0?"top":r>0?"bottom":"middle"};mn(s(r),s(o))?u.important="horizontal":u.important="vertical",t.using.call(this,e,u)}),l.offset(e.extend(S,{using:o}))}))},e.ui.position={fit:{left:function(e,t){var i,s=t.within,a=s.isWindow?s.scrollLeft:s.offset.left,r=s.width,o=e.left-t.collisionPosition.marginLeft,l=a-o,d=o+t.collisionWidth-r-a;t.collisionWidth>r?l>0&&d<=0?(i=e.left+l+t.collisionWidth-r-a,e.left+=l-i):e.left=d>0&&l<=0?a:l>d?a+r-t.collisionWidth:a:l>0?e.left+=l:d>0?e.left-=d:e.left=n(e.left-o,e.left)},top:function(e,t){var i,s=t.within,a=s.isWindow?s.scrollTop:s.offset.top,r=t.within.height,o=e.top-t.collisionPosition.marginTop,l=a-o,d=o+t.collisionHeight-r-a;t.collisionHeight>r?l>0&&d<=0?(i=e.top+l+t.collisionHeight-r-a,e.top+=l-i):e.top=d>0&&l<=0?a:l>d?a+r-t.collisionHeight:a:l>0?e.top+=l:d>0?e.top-=d:e.top=n(e.top-o,e.top)}},flip:{left:function(e,t){var i,n,a=t.within,r=a.offset.left+a.scrollLeft,o=a.width,l=a.isWindow?a.scrollLeft:a.offset.left,d=e.left-t.collisionPosition.marginLeft,u=d-l,c=d+t.collisionWidth-o-l,h="left"===t.my[0]?-t.elemWidth:"right"===t.my[0]?t.elemWidth:0,p="left"===t.at[0]?t.targetWidth:"right"===t.at[0]?-t.targetWidth:0,f=-2*t.offset[0];u<0?((i=e.left+h+p+f+t.collisionWidth-o-r)<0||i0&&((n=e.left-t.collisionPosition.marginLeft+h+p+f-l)>0||s(n)u&&(n<0||n0&&(i=e.top-t.collisionPosition.marginTop+h+p+f-l,e.top+h+p+f>c&&(i>0||s(i)10&&a<11,t.innerHTML="",n.removeChild(t)}()}(),e.ui.position,e.widget("ui.accordion",{version:"1.11.1",options:{active:0,animate:{},collapsible:!1,event:"click",header:"> li > :first-child,> :not(li):even",heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var t=this.options;this.prevShow=this.prevHide=e(),this.element.addClass("ui-accordion ui-widget ui-helper-reset").attr("role","tablist"),t.collapsible||!1!==t.active&&null!=t.active||(t.active=0),this._processPanels(),t.active<0&&(t.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():e()}},_createIcons:function(){var t=this.options.icons;t&&(e("").addClass("ui-accordion-header-icon ui-icon "+t.header).prependTo(this.headers),this.active.children(".ui-accordion-header-icon").removeClass(t.header).addClass(t.activeHeader),this.headers.addClass("ui-accordion-icons"))},_destroyIcons:function(){this.headers.removeClass("ui-accordion-icons").children(".ui-accordion-header-icon").remove()},_destroy:function(){var e;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role"),this.headers.removeClass("ui-accordion-header ui-accordion-header-active ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("aria-controls").removeAttr("tabIndex").removeUniqueId(),this._destroyIcons(),e=this.headers.next().removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-state-disabled").css("display","").removeAttr("role").removeAttr("aria-hidden").removeAttr("aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&e.css("height","")},_setOption:function(e,t){"active"!==e?("event"===e&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(t)),this._super(e,t),"collapsible"!==e||t||!1!==this.options.active||this._activate(0),"icons"===e&&(this._destroyIcons(),t&&this._createIcons()),"disabled"===e&&(this.element.toggleClass("ui-state-disabled",!!t).attr("aria-disabled",t),this.headers.add(this.headers.next()).toggleClass("ui-state-disabled",!!t))):this._activate(t)},_keydown:function(t){if(!t.altKey&&!t.ctrlKey){var i=e.ui.keyCode,n=this.headers.length,s=this.headers.index(t.target),a=!1;switch(t.keyCode){case i.RIGHT:case i.DOWN:a=this.headers[(s+1)%n];break;case i.LEFT:case i.UP:a=this.headers[(s-1+n)%n];break;case i.SPACE:case i.ENTER:this._eventHandler(t);break;case i.HOME:a=this.headers[0];break;case i.END:a=this.headers[n-1]}a&&(e(t.target).attr("tabIndex",-1),e(a).attr("tabIndex",0),a.focus(),t.preventDefault())}},_panelKeyDown:function(t){t.keyCode===e.ui.keyCode.UP&&t.ctrlKey&&e(t.currentTarget).prev().focus()},refresh:function(){var t=this.options;this._processPanels(),!1===t.active&&!0===t.collapsible||!this.headers.length?(t.active=!1,this.active=e()):!1===t.active?this._activate(0):this.active.length&&!e.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(t.active=!1,this.active=e()):this._activate(Math.max(0,t.active-1)):t.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){this.headers=this.element.find(this.options.header).addClass("ui-accordion-header ui-state-default ui-corner-all"),this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom").filter(":not(.ui-accordion-content-active)").hide()},_refresh:function(){var t,i=this.options,n=i.heightStyle,s=this.element.parent();this.active=this._findActive(i.active).addClass("ui-accordion-header-active ui-state-active ui-corner-top").removeClass("ui-corner-all"),this.active.next().addClass("ui-accordion-content-active").show(),this.headers.attr("role","tab").each((function(){var t=e(this),i=t.uniqueId().attr("id"),n=t.next(),s=n.uniqueId().attr("id");t.attr("aria-controls",s),n.attr("aria-labelledby",i)})).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(i.event),"fill"===n?(t=s.height(),this.element.siblings(":visible").each((function(){var i=e(this),n=i.css("position");"absolute"!==n&&"fixed"!==n&&(t-=i.outerHeight(!0))})),this.headers.each((function(){t-=e(this).outerHeight(!0)})),this.headers.next().each((function(){e(this).height(Math.max(0,t-e(this).innerHeight()+e(this).height()))})).css("overflow","auto")):"auto"===n&&(t=0,this.headers.next().each((function(){t=Math.max(t,e(this).css("height","").height())})).height(t))},_activate:function(t){var i=this._findActive(t)[0];i!==this.active[0]&&(i=i||this.active[0],this._eventHandler({target:i,currentTarget:i,preventDefault:e.noop}))},_findActive:function(t){return"number"==typeof t?this.headers.eq(t):e()},_setupEvents:function(t){var i={keydown:"_keydown"};t&&e.each(t.split(" "),(function(e,t){i[t]="_eventHandler"})),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(t){var i=this.options,n=this.active,s=e(t.currentTarget),a=s[0]===n[0],r=a&&i.collapsible,o=r?e():s.next(),l=n.next(),d={oldHeader:n,oldPanel:l,newHeader:r?e():s,newPanel:o};t.preventDefault(),a&&!i.collapsible||!1===this._trigger("beforeActivate",t,d)||(i.active=!r&&this.headers.index(s),this.active=a?e():s,this._toggle(d),n.removeClass("ui-accordion-header-active ui-state-active"),i.icons&&n.children(".ui-accordion-header-icon").removeClass(i.icons.activeHeader).addClass(i.icons.header),a||(s.removeClass("ui-corner-all").addClass("ui-accordion-header-active ui-state-active ui-corner-top"),i.icons&&s.children(".ui-accordion-header-icon").removeClass(i.icons.header).addClass(i.icons.activeHeader),s.next().addClass("ui-accordion-content-active")))},_toggle:function(t){var i=t.newPanel,n=this.prevShow.length?this.prevShow:t.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=i,this.prevHide=n,this.options.animate?this._animate(i,n,t):(n.hide(),i.show(),this._toggleComplete(t)),n.attr({"aria-hidden":"true"}),n.prev().attr("aria-selected","false"),i.length&&n.length?n.prev().attr({tabIndex:-1,"aria-expanded":"false"}):i.length&&this.headers.filter((function(){return 0===e(this).attr("tabIndex")})).attr("tabIndex",-1),i.attr("aria-hidden","false").prev().attr({"aria-selected":"true",tabIndex:0,"aria-expanded":"true"})},_animate:function(e,t,i){var n,s,a,r=this,o=0,l=e.length&&(!t.length||e.index()",delay:300,options:{icons:{submenu:"ui-icon-carat-1-e"},items:"> *",menus:"ul",position:{my:"left-1 top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().addClass("ui-menu ui-widget ui-widget-content").toggleClass("ui-menu-icons",!!this.element.find(".ui-icon").length).attr({role:this.options.role,tabIndex:0}),this.options.disabled&&this.element.addClass("ui-state-disabled").attr("aria-disabled","true"),this._on({"mousedown .ui-menu-item":function(e){e.preventDefault()},"click .ui-menu-item":function(t){var i=e(t.target);!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&e(this.document[0].activeElement).closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(t){var i=e(t.currentTarget);i.siblings(".ui-state-active").removeClass("ui-state-active"),this.focus(t,i)},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(e,t){var i=this.active||this.element.find(this.options.items).eq(0);t||this.focus(e,i)},blur:function(t){this._delay((function(){e.contains(this.element[0],this.document[0].activeElement)||this.collapseAll(t)}))},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(e){this._closeOnDocumentClick(e)&&this.collapseAll(e),this.mouseHandled=!1}})},_destroy:function(){this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeClass("ui-menu ui-widget ui-widget-content ui-menu-icons ui-front").removeAttr("role").removeAttr("tabIndex").removeAttr("aria-labelledby").removeAttr("aria-expanded").removeAttr("aria-hidden").removeAttr("aria-disabled").removeUniqueId().show(),this.element.find(".ui-menu-item").removeClass("ui-menu-item").removeAttr("role").removeAttr("aria-disabled").removeUniqueId().removeClass("ui-state-hover").removeAttr("tabIndex").removeAttr("role").removeAttr("aria-haspopup").children().each((function(){var t=e(this);t.data("ui-menu-submenu-carat")&&t.remove()})),this.element.find(".ui-menu-divider").removeClass("ui-menu-divider ui-widget-content")},_keydown:function(t){var i,n,s,a,r,o=!0;function l(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}switch(t.keyCode){case e.ui.keyCode.PAGE_UP:this.previousPage(t);break;case e.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case e.ui.keyCode.HOME:this._move("first","first",t);break;case e.ui.keyCode.END:this._move("last","last",t);break;case e.ui.keyCode.UP:this.previous(t);break;case e.ui.keyCode.DOWN:this.next(t);break;case e.ui.keyCode.LEFT:this.collapse(t);break;case e.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case e.ui.keyCode.ENTER:case e.ui.keyCode.SPACE:this._activate(t);break;case e.ui.keyCode.ESCAPE:this.collapse(t);break;default:o=!1,n=this.previousFilter||"",s=String.fromCharCode(t.keyCode),a=!1,clearTimeout(this.filterTimer),s===n?a=!0:s=n+s,r=new RegExp("^"+l(s),"i"),i=this.activeMenu.find(this.options.items).filter((function(){return r.test(e(this).text())})),(i=a&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i).length||(s=String.fromCharCode(t.keyCode),r=new RegExp("^"+l(s),"i"),i=this.activeMenu.find(this.options.items).filter((function(){return r.test(e(this).text())}))),i.length?(this.focus(t,i),i.length>1?(this.previousFilter=s,this.filterTimer=this._delay((function(){delete this.previousFilter}),1e3)):delete this.previousFilter):delete this.previousFilter}o&&t.preventDefault()},_activate:function(e){this.active.is(".ui-state-disabled")||(this.active.is("[aria-haspopup='true']")?this.expand(e):this.select(e))},refresh:function(){var t,i=this,n=this.options.icons.submenu,s=this.element.find(this.options.menus);this.element.toggleClass("ui-menu-icons",!!this.element.find(".ui-icon").length),s.filter(":not(.ui-menu)").addClass("ui-menu ui-widget ui-widget-content ui-front").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each((function(){var t=e(this),i=t.parent(),s=e("").addClass("ui-menu-icon ui-icon "+n).data("ui-menu-submenu-carat",!0);i.attr("aria-haspopup","true").prepend(s),t.attr("aria-labelledby",i.attr("id"))})),(t=s.add(this.element).find(this.options.items)).not(".ui-menu-item").each((function(){var t=e(this);i._isDivider(t)&&t.addClass("ui-widget-content ui-menu-divider")})),t.not(".ui-menu-item, .ui-menu-divider").addClass("ui-menu-item").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!e.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(e,t){"icons"===e&&this.element.find(".ui-menu-icon").removeClass(this.options.icons.submenu).addClass(t.submenu),"disabled"===e&&this.element.toggleClass("ui-state-disabled",!!t).attr("aria-disabled",t),this._super(e,t)},focus:function(e,t){var i,n;this.blur(e,e&&"focus"===e.type),this._scrollIntoView(t),this.active=t.first(),n=this.active.addClass("ui-state-focus").removeClass("ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",n.attr("id")),this.active.parent().closest(".ui-menu-item").addClass("ui-state-active"),e&&"keydown"===e.type?this._close():this.timer=this._delay((function(){this._close()}),this.delay),(i=t.children(".ui-menu")).length&&e&&/^mouse/.test(e.type)&&this._startOpening(i),this.activeMenu=t.parent(),this._trigger("focus",e,{item:t})},_scrollIntoView:function(t){var i,n,s,a,r,o;this._hasScroll()&&(i=parseFloat(e.css(this.activeMenu[0],"borderTopWidth"))||0,n=parseFloat(e.css(this.activeMenu[0],"paddingTop"))||0,s=t.offset().top-this.activeMenu.offset().top-i-n,a=this.activeMenu.scrollTop(),r=this.activeMenu.height(),o=t.outerHeight(),s<0?this.activeMenu.scrollTop(a+s):s+o>r&&this.activeMenu.scrollTop(a+s-r+o))},blur:function(e,t){t||clearTimeout(this.timer),this.active&&(this.active.removeClass("ui-state-focus"),this.active=null,this._trigger("blur",e,{item:this.active}))},_startOpening:function(e){clearTimeout(this.timer),"true"===e.attr("aria-hidden")&&(this.timer=this._delay((function(){this._close(),this._open(e)}),this.delay))},_open:function(t){var i=e.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(t.parents(".ui-menu")).hide().attr("aria-hidden","true"),t.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(t,i){clearTimeout(this.timer),this.timer=this._delay((function(){var n=i?this.element:e(t&&t.target).closest(this.element.find(".ui-menu"));n.length||(n=this.element),this._close(n),this.blur(t),this.activeMenu=n}),this.delay)},_close:function(e){e||(e=this.active?this.active.parent():this.element),e.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false").end().find(".ui-state-active").not(".ui-state-focus").removeClass("ui-state-active")},_closeOnDocumentClick:function(t){return!e(t.target).closest(".ui-menu").length},_isDivider:function(e){return!/[^\-\u2014\u2013\s]/.test(e.text())},collapse:function(e){var t=this.active&&this.active.parent().closest(".ui-menu-item",this.element);t&&t.length&&(this._close(),this.focus(e,t))},expand:function(e){var t=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();t&&t.length&&(this._open(t.parent()),this._delay((function(){this.focus(e,t)})))},next:function(e){this._move("next","first",e)},previous:function(e){this._move("prev","last",e)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(e,t,i){var n;this.active&&(n="first"===e||"last"===e?this.active["first"===e?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[e+"All"](".ui-menu-item").eq(0)),n&&n.length&&this.active||(n=this.activeMenu.find(this.options.items)[t]()),this.focus(i,n)},nextPage:function(t){var i,n,s;this.active?this.isLastItem()||(this._hasScroll()?(n=this.active.offset().top,s=this.element.height(),this.active.nextAll(".ui-menu-item").each((function(){return(i=e(this)).offset().top-n-s<0})),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())):this.next(t)},previousPage:function(t){var i,n,s;this.active?this.isFirstItem()||(this._hasScroll()?(n=this.active.offset().top,s=this.element.height(),this.active.prevAll(".ui-menu-item").each((function(){return(i=e(this)).offset().top-n+s>0})),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items).first())):this.next(t)},_hasScroll:function(){return this.element.outerHeight()",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var t,i,n,s=this.element[0].nodeName.toLowerCase(),a="textarea"===s,r="input"===s;this.isMultiLine=!!a||!r&&this.element.prop("isContentEditable"),this.valueMethod=this.element[a||r?"val":"text"],this.isNewMenu=!0,this.element.addClass("ui-autocomplete-input").attr("autocomplete","off"),this._on(this.element,{keydown:function(s){if(this.element.prop("readOnly"))return t=!0,n=!0,void(i=!0);t=!1,n=!1,i=!1;var a=e.ui.keyCode;switch(s.keyCode){case a.PAGE_UP:t=!0,this._move("previousPage",s);break;case a.PAGE_DOWN:t=!0,this._move("nextPage",s);break;case a.UP:t=!0,this._keyEvent("previous",s);break;case a.DOWN:t=!0,this._keyEvent("next",s);break;case a.ENTER:this.menu.active&&(t=!0,s.preventDefault(),this.menu.select(s));break;case a.TAB:this.menu.active&&this.menu.select(s);break;case a.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(s),s.preventDefault());break;default:i=!0,this._searchTimeout(s)}},keypress:function(n){if(t)return t=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||n.preventDefault());if(!i){var s=e.ui.keyCode;switch(n.keyCode){case s.PAGE_UP:this._move("previousPage",n);break;case s.PAGE_DOWN:this._move("nextPage",n);break;case s.UP:this._keyEvent("previous",n);break;case s.DOWN:this._keyEvent("next",n)}}},input:function(e){if(n)return n=!1,void e.preventDefault();this._searchTimeout(e)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(e){this.cancelBlur?delete this.cancelBlur:(clearTimeout(this.searching),this.close(e),this._change(e))}}),this._initSource(),this.menu=e("
    ").addClass("ui-autocomplete ui-front").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault(),this.cancelBlur=!0,this._delay((function(){delete this.cancelBlur}));var i=this.menu.element[0];e(t.target).closest(".ui-menu-item").length||this._delay((function(){var t=this;this.document.one("mousedown",(function(n){n.target===t.element[0]||n.target===i||e.contains(i,n.target)||t.close()}))}))},menufocus:function(t,i){var n,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",(function(){e(t.target).trigger(t.originalEvent)}));s=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(n=i.item.attr("aria-label")||s.value)&&e.trim(n).length&&(this.liveRegion.children().hide(),e("
    ").text(n).appendTo(this.liveRegion))},menuselect:function(e,t){var i=t.item.data("ui-autocomplete-item"),n=this.previous;this.element[0]!==this.document[0].activeElement&&(this.element.focus(),this.previous=n,this._delay((function(){this.previous=n,this.selectedItem=i}))),!1!==this._trigger("select",e,{item:i})&&this._value(i.value),this.term=this._value(),this.close(e),this.selectedItem=i}}),this.liveRegion=e("",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).addClass("ui-helper-hidden-accessible").appendTo(this.document[0].body),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(e,t){this._super(e,t),"source"===e&&this._initSource(),"appendTo"===e&&this.menu.element.appendTo(this._appendTo()),"disabled"===e&&t&&this.xhr&&this.xhr.abort()},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(".ui-front")),t.length||(t=this.document[0].body),t},_initSource:function(){var t,i,n=this;e.isArray(this.options.source)?(t=this.options.source,this.source=function(i,n){n(e.ui.autocomplete.filter(t,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(t,s){n.xhr&&n.xhr.abort(),n.xhr=e.ajax({url:i,data:t,dataType:"json",success:function(e){s(e)},error:function(){s([])}})}):this.source=this.options.source},_searchTimeout:function(e){clearTimeout(this.searching),this.searching=this._delay((function(){var t=this.term===this._value(),i=this.menu.element.is(":visible"),n=e.altKey||e.ctrlKey||e.metaKey||e.shiftKey;t&&(!t||i||n)||(this.selectedItem=null,this.search(null,e))}),this.options.delay)},search:function(e,t){return e=null!=e?e:this._value(),this.term=this._value(),e.length").text(i.label).appendTo(t)},_move:function(e,t){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(e)||this.menu.isLastItem()&&/^next/.test(e)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[e](t);this.search(null,t)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(e,t){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(e,t),t.preventDefault())}}),e.extend(e.ui.autocomplete,{escapeRegex:function(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,i){var n=new RegExp(e.ui.autocomplete.escapeRegex(i),"i");return e.grep(t,(function(e){return n.test(e.label||e.value||e)}))}}),e.widget("ui.autocomplete",e.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(e){return e+(e>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(t){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=t&&t.length?this.options.messages.results(t.length):this.options.messages.noResults,this.liveRegion.children().hide(),e("
    ").text(i).appendTo(this.liveRegion))}}),e.ui.autocomplete;var u,c,h="ui-button ui-widget ui-state-default ui-corner-all",p="ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only",f=function(){var t=e(this);setTimeout((function(){t.find(":ui-button").button("refresh")}),1)},m=function(t){var i=t.name,n=t.form,s=e([]);return i&&(i=i.replace(/'/g,"\\'"),s=n?e(n).find("[name='"+i+"'][type=radio]"):e("[name='"+i+"'][type=radio]",t.ownerDocument).filter((function(){return!this.form}))),s}; +/*! + * jQuery UI Button 1.11.1 + * http://jqueryui.com + * + * Copyright 2014 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/button/ + */function _(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},e.extend(this._defaults,this.regional[""]),this.regional.en=e.extend(!0,{},this.regional[""]),this.regional["en-US"]=e.extend(!0,{},this.regional.en),this.dpDiv=g(e("
    "))}function g(t){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return t.delegate(i,"mouseout",(function(){e(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).removeClass("ui-datepicker-next-hover")})).delegate(i,"mouseover",v)}function v(){e.datepicker._isDisabledDatepicker(c.inline?c.dpDiv.parent()[0]:c.input[0])||(e(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),e(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).addClass("ui-datepicker-next-hover"))}function y(t,i){for(var n in e.extend(t,i),i)null==i[n]&&(t[n]=i[n]);return t}e.widget("ui.button",{version:"1.11.1",defaultElement:"").addClass(this._triggerClass).html(a?e("").attr({src:a,alt:s,title:s}):s)),t[o?"before":"after"](i.trigger),i.trigger.click((function(){return e.datepicker._datepickerShowing&&e.datepicker._lastInput===t[0]?e.datepicker._hideDatepicker():e.datepicker._datepickerShowing&&e.datepicker._lastInput!==t[0]?(e.datepicker._hideDatepicker(),e.datepicker._showDatepicker(t[0])):e.datepicker._showDatepicker(t[0]),!1})))},_autoSize:function(e){if(this._get(e,"autoSize")&&!e.inline){var t,i,n,s,a=new Date(2009,11,20),r=this._get(e,"dateFormat");r.match(/[DM]/)&&(t=function(e){for(i=0,n=0,s=0;si&&(i=e[s].length,n=s);return n},a.setMonth(t(this._get(e,r.match(/MM/)?"monthNames":"monthNamesShort"))),a.setDate(t(this._get(e,r.match(/DD/)?"dayNames":"dayNamesShort"))+20-a.getDay())),e.input.attr("size",this._formatDate(e,a).length)}},_inlineDatepicker:function(t,i){var n=e(t);n.hasClass(this.markerClassName)||(n.addClass(this.markerClassName).append(i.dpDiv),e.data(t,"datepicker",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(t),i.dpDiv.css("display","block"))},_dialogDatepicker:function(t,i,n,s,a){var r,o,l,d,u,c=this._dialogInst;return c||(this.uuid+=1,r="dp"+this.uuid,this._dialogInput=e(""),this._dialogInput.keydown(this._doKeyDown),e("body").append(this._dialogInput),(c=this._dialogInst=this._newInst(this._dialogInput,!1)).settings={},e.data(this._dialogInput[0],"datepicker",c)),y(c.settings,s||{}),i=i&&i.constructor===Date?this._formatDate(c,i):i,this._dialogInput.val(i),this._pos=a?a.length?a:[a.pageX,a.pageY]:null,this._pos||(o=document.documentElement.clientWidth,l=document.documentElement.clientHeight,d=document.documentElement.scrollLeft||document.body.scrollLeft,u=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[o/2-100+d,l/2-150+u]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),c.settings.onSelect=n,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),e.blockUI&&e.blockUI(this.dpDiv),e.data(this._dialogInput[0],"datepicker",c),this},_destroyDatepicker:function(t){var i,n=e(t),s=e.data(t,"datepicker");n.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),e.removeData(t,"datepicker"),"input"===i?(s.append.remove(),s.trigger.remove(),n.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)):"div"!==i&&"span"!==i||n.removeClass(this.markerClassName).empty())},_enableDatepicker:function(t){var i,n,s=e(t),a=e.data(t,"datepicker");s.hasClass(this.markerClassName)&&("input"===(i=t.nodeName.toLowerCase())?(t.disabled=!1,a.trigger.filter("button").each((function(){this.disabled=!1})).end().filter("img").css({opacity:"1.0",cursor:""})):"div"!==i&&"span"!==i||((n=s.children("."+this._inlineClass)).children().removeClass("ui-state-disabled"),n.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=e.map(this._disabledInputs,(function(e){return e===t?null:e})))},_disableDatepicker:function(t){var i,n,s=e(t),a=e.data(t,"datepicker");s.hasClass(this.markerClassName)&&("input"===(i=t.nodeName.toLowerCase())?(t.disabled=!0,a.trigger.filter("button").each((function(){this.disabled=!0})).end().filter("img").css({opacity:"0.5",cursor:"default"})):"div"!==i&&"span"!==i||((n=s.children("."+this._inlineClass)).children().addClass("ui-state-disabled"),n.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=e.map(this._disabledInputs,(function(e){return e===t?null:e})),this._disabledInputs[this._disabledInputs.length]=t)},_isDisabledDatepicker:function(e){if(!e)return!1;for(var t=0;t-1},_doKeyUp:function(t){var i=e.datepicker._getInst(t.target);if(i.input.val()!==i.lastVal)try{e.datepicker.parseDate(e.datepicker._get(i,"dateFormat"),i.input?i.input.val():null,e.datepicker._getFormatConfig(i))&&(e.datepicker._setDateFromField(i),e.datepicker._updateAlternate(i),e.datepicker._updateDatepicker(i))}catch(e){}return!0},_showDatepicker:function(t){var i,n,s,a,r,o,l;"input"!==(t=t.target||t).nodeName.toLowerCase()&&(t=e("input",t.parentNode)[0]),e.datepicker._isDisabledDatepicker(t)||e.datepicker._lastInput===t||(i=e.datepicker._getInst(t),e.datepicker._curInst&&e.datepicker._curInst!==i&&(e.datepicker._curInst.dpDiv.stop(!0,!0),i&&e.datepicker._datepickerShowing&&e.datepicker._hideDatepicker(e.datepicker._curInst.input[0])),!1!==(s=(n=e.datepicker._get(i,"beforeShow"))?n.apply(t,[t,i]):{})&&(y(i.settings,s),i.lastVal=null,e.datepicker._lastInput=t,e.datepicker._setDateFromField(i),e.datepicker._inDialog&&(t.value=""),e.datepicker._pos||(e.datepicker._pos=e.datepicker._findPos(t),e.datepicker._pos[1]+=t.offsetHeight),a=!1,e(t).parents().each((function(){return!(a|="fixed"===e(this).css("position"))})),r={left:e.datepicker._pos[0],top:e.datepicker._pos[1]},e.datepicker._pos=null,i.dpDiv.empty(),i.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),e.datepicker._updateDatepicker(i),r=e.datepicker._checkOffset(i,r,a),i.dpDiv.css({position:e.datepicker._inDialog&&e.blockUI?"static":a?"fixed":"absolute",display:"none",left:r.left+"px",top:r.top+"px"}),i.inline||(o=e.datepicker._get(i,"showAnim"),l=e.datepicker._get(i,"duration"),i.dpDiv.css("z-index",function(e){for(var t,i;e.length&&e[0]!==document;){if(("absolute"===(t=e.css("position"))||"relative"===t||"fixed"===t)&&(i=parseInt(e.css("zIndex"),10),!isNaN(i)&&0!==i))return i;e=e.parent()}return 0}(e(t))+1),e.datepicker._datepickerShowing=!0,e.effects&&e.effects.effect[o]?i.dpDiv.show(o,e.datepicker._get(i,"showOptions"),l):i.dpDiv[o||"show"](o?l:null),e.datepicker._shouldFocusInput(i)&&i.input.focus(),e.datepicker._curInst=i)))},_updateDatepicker:function(t){this.maxRows=4,c=t,t.dpDiv.empty().append(this._generateHTML(t)),this._attachHandlers(t);var i,n=this._getNumberOfMonths(t),s=n[1],a=t.dpDiv.find("."+this._dayOverClass+" a");a.length>0&&v.apply(a.get(0)),t.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),s>1&&t.dpDiv.addClass("ui-datepicker-multi-"+s).css("width",17*s+"em"),t.dpDiv[(1!==n[0]||1!==n[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),t.dpDiv[(this._get(t,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),t===e.datepicker._curInst&&e.datepicker._datepickerShowing&&e.datepicker._shouldFocusInput(t)&&t.input.focus(),t.yearshtml&&(i=t.yearshtml,setTimeout((function(){i===t.yearshtml&&t.yearshtml&&t.dpDiv.find("select.ui-datepicker-year:first").replaceWith(t.yearshtml),i=t.yearshtml=null}),0))},_shouldFocusInput:function(e){return e.input&&e.input.is(":visible")&&!e.input.is(":disabled")&&!e.input.is(":focus")},_checkOffset:function(t,i,n){var s=t.dpDiv.outerWidth(),a=t.dpDiv.outerHeight(),r=t.input?t.input.outerWidth():0,o=t.input?t.input.outerHeight():0,l=document.documentElement.clientWidth+(n?0:e(document).scrollLeft()),d=document.documentElement.clientHeight+(n?0:e(document).scrollTop());return i.left-=this._get(t,"isRTL")?s-r:0,i.left-=n&&i.left===t.input.offset().left?e(document).scrollLeft():0,i.top-=n&&i.top===t.input.offset().top+o?e(document).scrollTop():0,i.left-=Math.min(i.left,i.left+s>l&&l>s?Math.abs(i.left+s-l):0),i.top-=Math.min(i.top,i.top+a>d&&d>a?Math.abs(a+o):0),i},_findPos:function(t){for(var i,n=this._getInst(t),s=this._get(n,"isRTL");t&&("hidden"===t.type||1!==t.nodeType||e.expr.filters.hidden(t));)t=t[s?"previousSibling":"nextSibling"];return[(i=e(t).offset()).left,i.top]},_hideDatepicker:function(t){var i,n,s,a,r=this._curInst;!r||t&&r!==e.data(t,"datepicker")||this._datepickerShowing&&(i=this._get(r,"showAnim"),n=this._get(r,"duration"),s=function(){e.datepicker._tidyDialog(r)},e.effects&&(e.effects.effect[i]||e.effects[i])?r.dpDiv.hide(i,e.datepicker._get(r,"showOptions"),n,s):r.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?n:null,s),i||s(),this._datepickerShowing=!1,(a=this._get(r,"onClose"))&&a.apply(r.input?r.input[0]:null,[r.input?r.input.val():"",r]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),e.blockUI&&(e.unblockUI(),e("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(e){e.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(t){if(e.datepicker._curInst){var i=e(t.target),n=e.datepicker._getInst(i[0]);(i[0].id===e.datepicker._mainDivId||0!==i.parents("#"+e.datepicker._mainDivId).length||i.hasClass(e.datepicker.markerClassName)||i.closest("."+e.datepicker._triggerClass).length||!e.datepicker._datepickerShowing||e.datepicker._inDialog&&e.blockUI)&&(!i.hasClass(e.datepicker.markerClassName)||e.datepicker._curInst===n)||e.datepicker._hideDatepicker()}},_adjustDate:function(t,i,n){var s=e(t),a=this._getInst(s[0]);this._isDisabledDatepicker(s[0])||(this._adjustInstDate(a,i+("M"===n?this._get(a,"showCurrentAtPos"):0),n),this._updateDatepicker(a))},_gotoToday:function(t){var i,n=e(t),s=this._getInst(n[0]);this._get(s,"gotoCurrent")&&s.currentDay?(s.selectedDay=s.currentDay,s.drawMonth=s.selectedMonth=s.currentMonth,s.drawYear=s.selectedYear=s.currentYear):(i=new Date,s.selectedDay=i.getDate(),s.drawMonth=s.selectedMonth=i.getMonth(),s.drawYear=s.selectedYear=i.getFullYear()),this._notifyChange(s),this._adjustDate(n)},_selectMonthYear:function(t,i,n){var s=e(t),a=this._getInst(s[0]);a["selected"+("M"===n?"Month":"Year")]=a["draw"+("M"===n?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(a),this._adjustDate(s)},_selectDay:function(t,i,n,s){var a,r=e(t);e(s).hasClass(this._unselectableClass)||this._isDisabledDatepicker(r[0])||((a=this._getInst(r[0])).selectedDay=a.currentDay=e("a",s).html(),a.selectedMonth=a.currentMonth=i,a.selectedYear=a.currentYear=n,this._selectDate(t,this._formatDate(a,a.currentDay,a.currentMonth,a.currentYear)))},_clearDate:function(t){var i=e(t);this._selectDate(i,"")},_selectDate:function(t,i){var n,s=e(t),a=this._getInst(s[0]);i=null!=i?i:this._formatDate(a),a.input&&a.input.val(i),this._updateAlternate(a),(n=this._get(a,"onSelect"))?n.apply(a.input?a.input[0]:null,[i,a]):a.input&&a.input.trigger("change"),a.inline?this._updateDatepicker(a):(this._hideDatepicker(),this._lastInput=a.input[0],"object"!=typeof a.input[0]&&a.input.focus(),this._lastInput=null)},_updateAlternate:function(t){var i,n,s,a=this._get(t,"altField");a&&(i=this._get(t,"altFormat")||this._get(t,"dateFormat"),n=this._getDate(t),s=this.formatDate(i,n,this._getFormatConfig(t)),e(a).each((function(){e(this).val(s)})))},noWeekends:function(e){var t=e.getDay();return[t>0&&t<6,""]},iso8601Week:function(e){var t,i=new Date(e.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),t=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((t-i)/864e5)/7)+1},parseDate:function(t,i,n){if(null==t||null==i)throw"Invalid arguments";if(""===(i="object"==typeof i?i.toString():i+""))return null;var s,a,r,o,l=0,d=(n?n.shortYearCutoff:null)||this._defaults.shortYearCutoff,u="string"!=typeof d?d:(new Date).getFullYear()%100+parseInt(d,10),c=(n?n.dayNamesShort:null)||this._defaults.dayNamesShort,h=(n?n.dayNames:null)||this._defaults.dayNames,p=(n?n.monthNamesShort:null)||this._defaults.monthNamesShort,f=(n?n.monthNames:null)||this._defaults.monthNames,m=-1,_=-1,g=-1,v=-1,y=!1,b=function(e){var i=s+1-1)for(_=1,g=v;!(g<=(a=this._getDaysInMonth(m,_-1)));)_++,g-=a;if((o=this._daylightSavingAdjust(new Date(m,_-1,g))).getFullYear()!==m||o.getMonth()+1!==_||o.getDate()!==g)throw"Invalid date";return o},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*60*60*1e7,formatDate:function(e,t,i){if(!t)return"";var n,s=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,a=(i?i.dayNames:null)||this._defaults.dayNames,r=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,o=(i?i.monthNames:null)||this._defaults.monthNames,l=function(t){var i=n+112?e.getHours()+2:0),e):null},_setDate:function(e,t,i){var n=!t,s=e.selectedMonth,a=e.selectedYear,r=this._restrictMinMax(e,this._determineDate(e,t,new Date));e.selectedDay=e.currentDay=r.getDate(),e.drawMonth=e.selectedMonth=e.currentMonth=r.getMonth(),e.drawYear=e.selectedYear=e.currentYear=r.getFullYear(),s===e.selectedMonth&&a===e.selectedYear||i||this._notifyChange(e),this._adjustInstDate(e),e.input&&e.input.val(n?"":this._formatDate(e))},_getDate:function(e){return!e.currentYear||e.input&&""===e.input.val()?null:this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay))},_attachHandlers:function(t){var i=this._get(t,"stepMonths"),n="#"+t.id.replace(/\\\\/g,"\\");t.dpDiv.find("[data-handler]").map((function(){var t={prev:function(){e.datepicker._adjustDate(n,-i,"M")},next:function(){e.datepicker._adjustDate(n,+i,"M")},hide:function(){e.datepicker._hideDatepicker()},today:function(){e.datepicker._gotoToday(n)},selectDay:function(){return e.datepicker._selectDay(n,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return e.datepicker._selectMonthYear(n,this,"M"),!1},selectYear:function(){return e.datepicker._selectMonthYear(n,this,"Y"),!1}};e(this).bind(this.getAttribute("data-event"),t[this.getAttribute("data-handler")])}))},_generateHTML:function(e){var t,i,n,s,a,r,o,l,d,u,c,h,p,f,m,_,g,v,y,b,w,M,L,k,D,T,S,x,Y,C,H,E,A,P,j,I,O,W,N,R=new Date,F=this._daylightSavingAdjust(new Date(R.getFullYear(),R.getMonth(),R.getDate())),z=this._get(e,"isRTL"),$=this._get(e,"showButtonPanel"),B=this._get(e,"hideIfNoPrevNext"),q=this._get(e,"navigationAsDateFormat"),U=this._getNumberOfMonths(e),V=this._get(e,"showCurrentAtPos"),J=this._get(e,"stepMonths"),G=1!==U[0]||1!==U[1],X=this._daylightSavingAdjust(e.currentDay?new Date(e.currentYear,e.currentMonth,e.currentDay):new Date(9999,9,9)),K=this._getMinMaxDate(e,"min"),Q=this._getMinMaxDate(e,"max"),Z=e.drawMonth-V,ee=e.drawYear;if(Z<0&&(Z+=12,ee--),Q)for(t=this._daylightSavingAdjust(new Date(Q.getFullYear(),Q.getMonth()-U[0]*U[1]+1,Q.getDate())),t=K&&tt;)--Z<0&&(Z=11,ee--);for(e.drawMonth=Z,e.drawYear=ee,i=this._get(e,"prevText"),i=q?this.formatDate(i,this._daylightSavingAdjust(new Date(ee,Z-J,1)),this._getFormatConfig(e)):i,n=this._canAdjustMonth(e,-1,ee,Z)?"
    "+i+"":B?"":""+i+"",s=this._get(e,"nextText"),s=q?this.formatDate(s,this._daylightSavingAdjust(new Date(ee,Z+J,1)),this._getFormatConfig(e)):s,a=this._canAdjustMonth(e,1,ee,Z)?""+s+"":B?"":""+s+"",r=this._get(e,"currentText"),o=this._get(e,"gotoCurrent")&&e.currentDay?X:F,r=q?this.formatDate(r,o,this._getFormatConfig(e)):r,l=e.inline?"":"",d=$?"
    "+(z?l:"")+(this._isInRange(e,o)?"":"")+(z?"":l)+"
    ":"",u=parseInt(this._get(e,"firstDay"),10),u=isNaN(u)?0:u,c=this._get(e,"showWeek"),h=this._get(e,"dayNames"),p=this._get(e,"dayNamesMin"),f=this._get(e,"monthNames"),m=this._get(e,"monthNamesShort"),_=this._get(e,"beforeShowDay"),g=this._get(e,"showOtherMonths"),v=this._get(e,"selectOtherMonths"),y=this._getDefaultDate(e),b="",M=0;M1)switch(k){case 0:S+=" ui-datepicker-group-first",T=" ui-corner-"+(z?"right":"left");break;case U[1]-1:S+=" ui-datepicker-group-last",T=" ui-corner-"+(z?"left":"right");break;default:S+=" ui-datepicker-group-middle",T=""}S+="'>"}for(S+="
    "+(/all|left/.test(T)&&0===M?z?a:n:"")+(/all|right/.test(T)&&0===M?z?n:a:"")+this._generateMonthYearHeader(e,Z,ee,K,Q,M>0||k>0,f,m)+"
    ",x=c?"":"",w=0;w<7;w++)x+="";for(S+=x+"",C=this._getDaysInMonth(ee,Z),ee===e.selectedYear&&Z===e.selectedMonth&&(e.selectedDay=Math.min(e.selectedDay,C)),H=(this._getFirstDayOfMonth(ee,Z)-u+7)%7,E=Math.ceil((H+C)/7),A=G&&this.maxRows>E?this.maxRows:E,this.maxRows=A,P=this._daylightSavingAdjust(new Date(ee,Z,1-H)),j=0;j",I=c?"":"",w=0;w<7;w++)O=_?_.apply(e.input?e.input[0]:null,[P]):[!0,""],N=(W=P.getMonth()!==Z)&&!v||!O[0]||K&&PQ,I+="",P.setDate(P.getDate()+1),P=this._daylightSavingAdjust(P);S+=I+""}++Z>11&&(Z=0,ee++),L+=S+="
    "+this._get(e,"weekHeader")+"=5?" class='ui-datepicker-week-end'":"")+">"+p[Y]+"
    "+this._get(e,"calculateWeek")(P)+""+(W&&!g?" ":N?""+P.getDate()+"":""+P.getDate()+"")+"
    "+(G?"
    "+(U[0]>0&&k===U[1]-1?"
    ":""):"")}b+=L}return b+=d,e._keyEvent=!1,b},_generateMonthYearHeader:function(e,t,i,n,s,a,r,o){var l,d,u,c,h,p,f,m,_=this._get(e,"changeMonth"),g=this._get(e,"changeYear"),v=this._get(e,"showMonthAfterYear"),y="
    ",b="";if(a||!_)b+=""+r[t]+"";else{for(l=n&&n.getFullYear()===i,d=s&&s.getFullYear()===i,b+=""}if(v||(y+=b+(!a&&_&&g?"":" ")),!e.yearshtml)if(e.yearshtml="",a||!g)y+=""+i+"";else{for(c=this._get(e,"yearRange").split(":"),h=(new Date).getFullYear(),f=(p=function(e){var t=e.match(/c[+\-].*/)?i+parseInt(e.substring(1),10):e.match(/[+\-].*/)?h+parseInt(e,10):parseInt(e,10);return isNaN(t)?h:t})(c[0]),m=Math.max(f,p(c[1]||"")),f=n?Math.max(f,n.getFullYear()):f,m=s?Math.min(m,s.getFullYear()):m,e.yearshtml+="",y+=e.yearshtml,e.yearshtml=null}return y+=this._get(e,"yearSuffix"),v&&(y+=(!a&&_&&g?"":" ")+b),y+="
    "},_adjustInstDate:function(e,t,i){var n=e.drawYear+("Y"===i?t:0),s=e.drawMonth+("M"===i?t:0),a=Math.min(e.selectedDay,this._getDaysInMonth(n,s))+("D"===i?t:0),r=this._restrictMinMax(e,this._daylightSavingAdjust(new Date(n,s,a)));e.selectedDay=r.getDate(),e.drawMonth=e.selectedMonth=r.getMonth(),e.drawYear=e.selectedYear=r.getFullYear(),"M"!==i&&"Y"!==i||this._notifyChange(e)},_restrictMinMax:function(e,t){var i=this._getMinMaxDate(e,"min"),n=this._getMinMaxDate(e,"max"),s=i&&tn?n:s},_notifyChange:function(e){var t=this._get(e,"onChangeMonthYear");t&&t.apply(e.input?e.input[0]:null,[e.selectedYear,e.selectedMonth+1,e])},_getNumberOfMonths:function(e){var t=this._get(e,"numberOfMonths");return null==t?[1,1]:"number"==typeof t?[1,t]:t},_getMinMaxDate:function(e,t){return this._determineDate(e,this._get(e,t+"Date"),null)},_getDaysInMonth:function(e,t){return 32-this._daylightSavingAdjust(new Date(e,t,32)).getDate()},_getFirstDayOfMonth:function(e,t){return new Date(e,t,1).getDay()},_canAdjustMonth:function(e,t,i,n){var s=this._getNumberOfMonths(e),a=this._daylightSavingAdjust(new Date(i,n+(t<0?t:s[0]*s[1]),1));return t<0&&a.setDate(this._getDaysInMonth(a.getFullYear(),a.getMonth())),this._isInRange(e,a)},_isInRange:function(e,t){var i,n,s=this._getMinMaxDate(e,"min"),a=this._getMinMaxDate(e,"max"),r=null,o=null,l=this._get(e,"yearRange");return l&&(i=l.split(":"),n=(new Date).getFullYear(),r=parseInt(i[0],10),o=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(r+=n),i[1].match(/[+\-].*/)&&(o+=n)),(!s||t.getTime()>=s.getTime())&&(!a||t.getTime()<=a.getTime())&&(!r||t.getFullYear()>=r)&&(!o||t.getFullYear()<=o)},_getFormatConfig:function(e){var t=this._get(e,"shortYearCutoff");return{shortYearCutoff:t="string"!=typeof t?t:(new Date).getFullYear()%100+parseInt(t,10),dayNamesShort:this._get(e,"dayNamesShort"),dayNames:this._get(e,"dayNames"),monthNamesShort:this._get(e,"monthNamesShort"),monthNames:this._get(e,"monthNames")}},_formatDate:function(e,t,i,n){t||(e.currentDay=e.selectedDay,e.currentMonth=e.selectedMonth,e.currentYear=e.selectedYear);var s=t?"object"==typeof t?t:this._daylightSavingAdjust(new Date(n,i,t)):this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return this.formatDate(this._get(e,"dateFormat"),s,this._getFormatConfig(e))}}),e.fn.datepicker=function(t){if(!this.length)return this;e.datepicker.initialized||(e(document).mousedown(e.datepicker._checkExternalClick),e.datepicker.initialized=!0),0===e("#"+e.datepicker._mainDivId).length&&e("body").append(e.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"!=typeof t||"isDisabled"!==t&&"getDate"!==t&&"widget"!==t?"option"===t&&2===arguments.length&&"string"==typeof arguments[1]?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i)):this.each((function(){"string"==typeof t?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this].concat(i)):e.datepicker._attachDatepicker(this,t)})):e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i))},e.datepicker=new _,e.datepicker.initialized=!1,e.datepicker.uuid=(new Date).getTime(),e.datepicker.version="1.11.1",e.datepicker, +/*! + * jQuery UI Draggable 1.11.1 + * http://jqueryui.com + * + * Copyright 2014 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/draggable/ + */ +e.widget("ui.draggable",e.ui.mouse,{version:"1.11.1",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"!==this.options.helper||/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative"),this.options.addClasses&&this.element.addClass("ui-draggable"),this.options.disabled&&this.element.addClass("ui-draggable-disabled"),this._setHandleClassName(),this._mouseInit()},_setOption:function(e,t){this._super(e,t),"handle"===e&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){(this.helper||this.element).is(".ui-draggable-dragging")?this.destroyOnClear=!0:(this.element.removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled"),this._removeHandleClassName(),this._mouseDestroy())},_mouseCapture:function(t){var i=this.document[0],n=this.options;try{i.activeElement&&"body"!==i.activeElement.nodeName.toLowerCase()&&e(i.activeElement).blur()}catch(e){}return!(this.helper||n.disabled||e(t.target).closest(".ui-resizable-handle").length>0||(this.handle=this._getHandle(t),!this.handle||(e(!0===n.iframeFix?"iframe":n.iframeFix).each((function(){e("
    ").css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1e3}).css(e(this).offset()).appendTo("body")})),0)))},_mouseStart:function(t){var i=this.options;return this.helper=this._createHelper(t),this.helper.addClass("ui-draggable-dragging"),this._cacheHelperProportions(),e.ui.ddmanager&&(e.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.offsetParentCssPosition=this.offsetParent.css("position"),this.offset=this.positionAbs=this.element.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},this.offset.scroll=!1,e.extend(this.offset,{click:{left:t.pageX-this.offset.left,top:t.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.originalPosition=this.position=this._generatePosition(t,!1),this.originalPageX=t.pageX,this.originalPageY=t.pageY,i.cursorAt&&this._adjustOffsetFromHelper(i.cursorAt),this._setContainment(),!1===this._trigger("start",t)?(this._clear(),!1):(this._cacheHelperProportions(),e.ui.ddmanager&&!i.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this._mouseDrag(t,!0),e.ui.ddmanager&&e.ui.ddmanager.dragStart(this,t),!0)},_mouseDrag:function(t,i){if("fixed"===this.offsetParentCssPosition&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(t,!0),this.positionAbs=this._convertPositionTo("absolute"),!i){var n=this._uiHash();if(!1===this._trigger("drag",t,n))return this._mouseUp({}),!1;this.position=n.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),!1},_mouseStop:function(t){var i=this,n=!1;return e.ui.ddmanager&&!this.options.dropBehaviour&&(n=e.ui.ddmanager.drop(this,t)),this.dropped&&(n=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!n||"valid"===this.options.revert&&n||!0===this.options.revert||e.isFunction(this.options.revert)&&this.options.revert.call(this.element,n)?e(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),(function(){!1!==i._trigger("stop",t)&&i._clear()})):!1!==this._trigger("stop",t)&&this._clear(),!1},_mouseUp:function(t){return e("div.ui-draggable-iframeFix").each((function(){this.parentNode.removeChild(this)})),e.ui.ddmanager&&e.ui.ddmanager.dragStop(this,t),this.element.focus(),e.ui.mouse.prototype._mouseUp.call(this,t)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear(),this},_getHandle:function(t){return!this.options.handle||!!e(t.target).closest(this.element.find(this.options.handle)).length},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this.handleElement.addClass("ui-draggable-handle")},_removeHandleClassName:function(){this.handleElement.removeClass("ui-draggable-handle")},_createHelper:function(t){var i=this.options,n=e.isFunction(i.helper)?e(i.helper.apply(this.element[0],[t])):"clone"===i.helper?this.element.clone().removeAttr("id"):this.element;return n.parents("body").length||n.appendTo("parent"===i.appendTo?this.element[0].parentNode:i.appendTo),n[0]===this.element[0]||/(fixed|absolute)/.test(n.css("position"))||n.css("position","absolute"),n},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),e.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_isRootNode:function(e){return/(html|body)/i.test(e.tagName)||e===this.document[0]},_getParentOffset:function(){var t=this.offsetParent.offset(),i=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==i&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var e=this.element.position(),t=this._isRootNode(this.scrollParent[0]);return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+(t?0:this.scrollParent.scrollTop()),left:e.left-(parseInt(this.helper.css("left"),10)||0)+(t?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,i,n,s=this.options,a=this.document[0];this.relativeContainer=null,s.containment?"window"!==s.containment?"document"!==s.containment?s.containment.constructor!==Array?("parent"===s.containment&&(s.containment=this.helper[0].parentNode),(n=(i=e(s.containment))[0])&&(t="hidden"!==i.css("overflow"),this.containment=[(parseInt(i.css("borderLeftWidth"),10)||0)+(parseInt(i.css("paddingLeft"),10)||0),(parseInt(i.css("borderTopWidth"),10)||0)+(parseInt(i.css("paddingTop"),10)||0),(t?Math.max(n.scrollWidth,n.offsetWidth):n.offsetWidth)-(parseInt(i.css("borderRightWidth"),10)||0)-(parseInt(i.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(t?Math.max(n.scrollHeight,n.offsetHeight):n.offsetHeight)-(parseInt(i.css("borderBottomWidth"),10)||0)-(parseInt(i.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=i)):this.containment=s.containment:this.containment=[0,0,e(a).width()-this.helperProportions.width-this.margins.left,(e(a).height()||a.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=[e(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,e(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,e(window).scrollLeft()+e(window).width()-this.helperProportions.width-this.margins.left,e(window).scrollTop()+(e(window).height()||a.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=null},_convertPositionTo:function(e,t){t||(t=this.position);var i="absolute"===e?1:-1,n=this._isRootNode(this.scrollParent[0]);return{top:t.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.offset.scroll.top:n?0:this.offset.scroll.top)*i,left:t.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.offset.scroll.left:n?0:this.offset.scroll.left)*i}},_generatePosition:function(e,t){var i,n,s,a,r=this.options,o=this._isRootNode(this.scrollParent[0]),l=e.pageX,d=e.pageY;return o&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),t&&(this.containment&&(this.relativeContainer?(n=this.relativeContainer.offset(),i=[this.containment[0]+n.left,this.containment[1]+n.top,this.containment[2]+n.left,this.containment[3]+n.top]):i=this.containment,e.pageX-this.offset.click.lefti[2]&&(l=i[2]+this.offset.click.left),e.pageY-this.offset.click.top>i[3]&&(d=i[3]+this.offset.click.top)),r.grid&&(s=r.grid[1]?this.originalPageY+Math.round((d-this.originalPageY)/r.grid[1])*r.grid[1]:this.originalPageY,d=i?s-this.offset.click.top>=i[1]||s-this.offset.click.top>i[3]?s:s-this.offset.click.top>=i[1]?s-r.grid[1]:s+r.grid[1]:s,a=r.grid[0]?this.originalPageX+Math.round((l-this.originalPageX)/r.grid[0])*r.grid[0]:this.originalPageX,l=i?a-this.offset.click.left>=i[0]||a-this.offset.click.left>i[2]?a:a-this.offset.click.left>=i[0]?a-r.grid[0]:a+r.grid[0]:a),"y"===r.axis&&(l=this.originalPageX),"x"===r.axis&&(d=this.originalPageY)),{top:d-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:o?0:this.offset.scroll.top),left:l-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:o?0:this.offset.scroll.left)}},_clear:function(){this.helper.removeClass("ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(t,i,n){return n=n||this._uiHash(),e.ui.plugin.call(this,t,[i,n,this],!0),"drag"===t&&(this.positionAbs=this._convertPositionTo("absolute")),e.Widget.prototype._trigger.call(this,t,i,n)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),e.ui.plugin.add("draggable","connectToSortable",{start:function(t,i,n){var s=n.options,a=e.extend({},i,{item:n.element});n.sortables=[],e(s.connectToSortable).each((function(){var i=e(this).sortable("instance");i&&!i.options.disabled&&(n.sortables.push({instance:i,shouldRevert:i.options.revert}),i.refreshPositions(),i._trigger("activate",t,a))}))},stop:function(t,i,n){var s=e.extend({},i,{item:n.element});e.each(n.sortables,(function(){this.instance.isOver?(this.instance.isOver=0,n.cancelHelperRemoval=!0,this.instance.cancelHelperRemoval=!1,this.shouldRevert&&(this.instance.options.revert=this.shouldRevert),this.instance._mouseStop(t),this.instance.options.helper=this.instance.options._helper,"original"===n.options.helper&&this.instance.currentItem.css({top:"auto",left:"auto"})):(this.instance.cancelHelperRemoval=!1,this.instance._trigger("deactivate",t,s))}))},drag:function(t,i,n){var s=this;e.each(n.sortables,(function(){var a=!1,r=this;this.instance.positionAbs=n.positionAbs,this.instance.helperProportions=n.helperProportions,this.instance.offset.click=n.offset.click,this.instance._intersectsWith(this.instance.containerCache)&&(a=!0,e.each(n.sortables,(function(){return this.instance.positionAbs=n.positionAbs,this.instance.helperProportions=n.helperProportions,this.instance.offset.click=n.offset.click,this!==r&&this.instance._intersectsWith(this.instance.containerCache)&&e.contains(r.instance.element[0],this.instance.element[0])&&(a=!1),a}))),a?(this.instance.isOver||(this.instance.isOver=1,this.instance.currentItem=e(s).clone().removeAttr("id").appendTo(this.instance.element).data("ui-sortable-item",!0),this.instance.options._helper=this.instance.options.helper,this.instance.options.helper=function(){return i.helper[0]},t.target=this.instance.currentItem[0],this.instance._mouseCapture(t,!0),this.instance._mouseStart(t,!0,!0),this.instance.offset.click.top=n.offset.click.top,this.instance.offset.click.left=n.offset.click.left,this.instance.offset.parent.left-=n.offset.parent.left-this.instance.offset.parent.left,this.instance.offset.parent.top-=n.offset.parent.top-this.instance.offset.parent.top,n._trigger("toSortable",t),n.dropped=this.instance.element,n.currentItem=n.element,this.instance.fromOutside=n),this.instance.currentItem&&this.instance._mouseDrag(t)):this.instance.isOver&&(this.instance.isOver=0,this.instance.cancelHelperRemoval=!0,this.instance.options.revert=!1,this.instance._trigger("out",t,this.instance._uiHash(this.instance)),this.instance._mouseStop(t,!0),this.instance.options.helper=this.instance.options._helper,this.instance.currentItem.remove(),this.instance.placeholder&&this.instance.placeholder.remove(),n._trigger("fromSortable",t),n.dropped=!1)}))}}),e.ui.plugin.add("draggable","cursor",{start:function(t,i,n){var s=e("body"),a=n.options;s.css("cursor")&&(a._cursor=s.css("cursor")),s.css("cursor",a.cursor)},stop:function(t,i,n){var s=n.options;s._cursor&&e("body").css("cursor",s._cursor)}}),e.ui.plugin.add("draggable","opacity",{start:function(t,i,n){var s=e(i.helper),a=n.options;s.css("opacity")&&(a._opacity=s.css("opacity")),s.css("opacity",a.opacity)},stop:function(t,i,n){var s=n.options;s._opacity&&e(i.helper).css("opacity",s._opacity)}}),e.ui.plugin.add("draggable","scroll",{start:function(e,t,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&"HTML"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(t,i,n){var s=n.options,a=!1,r=n.scrollParentNotHidden[0],o=n.document[0];r!==o&&"HTML"!==r.tagName?(s.axis&&"x"===s.axis||(n.overflowOffset.top+r.offsetHeight-t.pageY=0;h--)d=(l=n.snapElements[h].left)+n.snapElements[h].width,c=(u=n.snapElements[h].top)+n.snapElements[h].height,gd+m||yc+m||!e.contains(n.snapElements[h].item.ownerDocument,n.snapElements[h].item)?(n.snapElements[h].snapping&&n.options.snap.release&&n.options.snap.release.call(n.element,t,e.extend(n._uiHash(),{snapItem:n.snapElements[h].item})),n.snapElements[h].snapping=!1):("inner"!==f.snapMode&&(s=Math.abs(u-y)<=m,a=Math.abs(c-v)<=m,r=Math.abs(l-g)<=m,o=Math.abs(d-_)<=m,s&&(i.position.top=n._convertPositionTo("relative",{top:u-n.helperProportions.height,left:0}).top-n.margins.top),a&&(i.position.top=n._convertPositionTo("relative",{top:c,left:0}).top-n.margins.top),r&&(i.position.left=n._convertPositionTo("relative",{top:0,left:l-n.helperProportions.width}).left-n.margins.left),o&&(i.position.left=n._convertPositionTo("relative",{top:0,left:d}).left-n.margins.left)),p=s||a||r||o,"outer"!==f.snapMode&&(s=Math.abs(u-v)<=m,a=Math.abs(c-y)<=m,r=Math.abs(l-_)<=m,o=Math.abs(d-g)<=m,s&&(i.position.top=n._convertPositionTo("relative",{top:u,left:0}).top-n.margins.top),a&&(i.position.top=n._convertPositionTo("relative",{top:c-n.helperProportions.height,left:0}).top-n.margins.top),r&&(i.position.left=n._convertPositionTo("relative",{top:0,left:l}).left-n.margins.left),o&&(i.position.left=n._convertPositionTo("relative",{top:0,left:d-n.helperProportions.width}).left-n.margins.left)),!n.snapElements[h].snapping&&(s||a||r||o||p)&&n.options.snap.snap&&n.options.snap.snap.call(n.element,t,e.extend(n._uiHash(),{snapItem:n.snapElements[h].item})),n.snapElements[h].snapping=s||a||r||o||p)}}),e.ui.plugin.add("draggable","stack",{start:function(t,i,n){var s,a=n.options,r=e.makeArray(e(a.stack)).sort((function(t,i){return(parseInt(e(t).css("zIndex"),10)||0)-(parseInt(e(i).css("zIndex"),10)||0)}));r.length&&(s=parseInt(e(r[0]).css("zIndex"),10)||0,e(r).each((function(t){e(this).css("zIndex",s+t)})),this.css("zIndex",s+r.length))}}),e.ui.plugin.add("draggable","zIndex",{start:function(t,i,n){var s=e(i.helper),a=n.options;s.css("zIndex")&&(a._zIndex=s.css("zIndex")),s.css("zIndex",a.zIndex)},stop:function(t,i,n){var s=n.options;s._zIndex&&e(i.helper).css("zIndex",s._zIndex)}}),e.ui.draggable, +/*! + * jQuery UI Resizable 1.11.1 + * http://jqueryui.com + * + * Copyright 2014 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/resizable/ + */ +e.widget("ui.resizable",e.ui.mouse,{version:"1.11.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(e){return parseInt(e,10)||0},_isNumber:function(e){return!isNaN(parseInt(e,10))},_hasScroll:function(t,i){if("hidden"===e(t).css("overflow"))return!1;var n,s=i&&"left"===i?"scrollLeft":"scrollTop";return t[s]>0||(t[s]=1,n=t[s]>0,t[s]=0,n)},_create:function(){var t,i,n,s,a=this,r=this.options;if(this.element.addClass("ui-resizable"),e.extend(this,{_aspectRatio:!!r.aspectRatio,aspectRatio:r.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:r.helper||r.ghost||r.animate?r.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)&&(this.element.wrap(e("
    ").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css({margin:this.originalElement.css("margin")}),this._proportionallyResize()),this.handles=r.handles||(e(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),t=this.handles.split(","),this.handles={},i=0;i
    ")).css({zIndex:r.zIndex}),"se"===n&&s.addClass("ui-icon ui-icon-gripsmall-diagonal-se"),this.handles[n]=".ui-resizable-"+n,this.element.append(s);this._renderAxis=function(t){var i,n,s,a;for(i in t=t||this.element,this.handles)this.handles[i].constructor===String&&(this.handles[i]=this.element.children(this.handles[i]).first().show()),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)&&(n=e(this.handles[i],this.element),a=/sw|ne|nw|se|n|s/.test(i)?n.outerHeight():n.outerWidth(),s=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""),t.css(s,a),this._proportionallyResize()),e(this.handles[i]).length},this._renderAxis(this.element),this._handles=e(".ui-resizable-handle",this.element).disableSelection(),this._handles.mouseover((function(){a.resizing||(this.className&&(s=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),a.axis=s&&s[1]?s[1]:"se")})),r.autoHide&&(this._handles.hide(),e(this.element).addClass("ui-resizable-autohide").mouseenter((function(){r.disabled||(e(this).removeClass("ui-resizable-autohide"),a._handles.show())})).mouseleave((function(){r.disabled||a.resizing||(e(this).addClass("ui-resizable-autohide"),a._handles.hide())}))),this._mouseInit()},_destroy:function(){this._mouseDestroy();var t,i=function(t){e(t).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").removeData("ui-resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(i(this.element),t=this.element,this.originalElement.css({position:t.css("position"),width:t.outerWidth(),height:t.outerHeight(),top:t.css("top"),left:t.css("left")}).insertAfter(t),t.remove()),this.originalElement.css("resize",this.originalResizeStyle),i(this.originalElement),this},_mouseCapture:function(t){var i,n,s=!1;for(i in this.handles)((n=e(this.handles[i])[0])===t.target||e.contains(n,t.target))&&(s=!0);return!this.options.disabled&&s},_mouseStart:function(t){var i,n,s,a=this.options,r=this.element;return this.resizing=!0,this._renderProxy(),i=this._num(this.helper.css("left")),n=this._num(this.helper.css("top")),a.containment&&(i+=e(a.containment).scrollLeft()||0,n+=e(a.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:n},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:r.width(),height:r.height()},this.originalSize=this._helper?{width:r.outerWidth(),height:r.outerHeight()}:{width:r.width(),height:r.height()},this.sizeDiff={width:r.outerWidth()-r.width(),height:r.outerHeight()-r.height()},this.originalPosition={left:i,top:n},this.originalMousePosition={left:t.pageX,top:t.pageY},this.aspectRatio="number"==typeof a.aspectRatio?a.aspectRatio:this.originalSize.width/this.originalSize.height||1,s=e(".ui-resizable-"+this.axis).css("cursor"),e("body").css("cursor","auto"===s?this.axis+"-resize":s),r.addClass("ui-resizable-resizing"),this._propagate("start",t),!0},_mouseDrag:function(t){var i,n,s=this.originalMousePosition,a=this.axis,r=t.pageX-s.left||0,o=t.pageY-s.top||0,l=this._change[a];return this._updatePrevProperties(),!!l&&(i=l.apply(this,[t,r,o]),this._updateVirtualBoundaries(t.shiftKey),(this._aspectRatio||t.shiftKey)&&(i=this._updateRatio(i,t)),i=this._respectSize(i,t),this._updateCache(i),this._propagate("resize",t),n=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),e.isEmptyObject(n)||(this._updatePrevProperties(),this._trigger("resize",t,this.ui()),this._applyChanges()),!1)},_mouseStop:function(t){this.resizing=!1;var i,n,s,a,r,o,l,d=this.options;return this._helper&&(s=(n=(i=this._proportionallyResizeElements).length&&/textarea/i.test(i[0].nodeName))&&this._hasScroll(i[0],"left")?0:this.sizeDiff.height,a=n?0:this.sizeDiff.width,r={width:this.helper.width()-a,height:this.helper.height()-s},o=parseInt(this.element.css("left"),10)+(this.position.left-this.originalPosition.left)||null,l=parseInt(this.element.css("top"),10)+(this.position.top-this.originalPosition.top)||null,d.animate||this.element.css(e.extend(r,{top:l,left:o})),this.helper.height(this.size.height),this.helper.width(this.size.width),this._helper&&!d.animate&&this._proportionallyResize()),e("body").css("cursor","auto"),this.element.removeClass("ui-resizable-resizing"),this._propagate("stop",t),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var e={};return this.position.top!==this.prevPosition.top&&(e.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(e.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(e.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(e.height=this.size.height+"px"),this.helper.css(e),e},_updateVirtualBoundaries:function(e){var t,i,n,s,a,r=this.options;a={minWidth:this._isNumber(r.minWidth)?r.minWidth:0,maxWidth:this._isNumber(r.maxWidth)?r.maxWidth:1/0,minHeight:this._isNumber(r.minHeight)?r.minHeight:0,maxHeight:this._isNumber(r.maxHeight)?r.maxHeight:1/0},(this._aspectRatio||e)&&(t=a.minHeight*this.aspectRatio,n=a.minWidth/this.aspectRatio,i=a.maxHeight*this.aspectRatio,s=a.maxWidth/this.aspectRatio,t>a.minWidth&&(a.minWidth=t),n>a.minHeight&&(a.minHeight=n),ie.width,r=this._isNumber(e.height)&&t.minHeight&&t.minHeight>e.height,o=this.originalPosition.left+this.originalSize.width,l=this.position.top+this.size.height,d=/sw|nw|w/.test(i),u=/nw|ne|n/.test(i);return a&&(e.width=t.minWidth),r&&(e.height=t.minHeight),n&&(e.width=t.maxWidth),s&&(e.height=t.maxHeight),a&&d&&(e.left=o-t.minWidth),n&&d&&(e.left=o-t.maxWidth),r&&u&&(e.top=l-t.minHeight),s&&u&&(e.top=l-t.maxHeight),e.width||e.height||e.left||!e.top?e.width||e.height||e.top||!e.left||(e.left=null):e.top=null,e},_getPaddingPlusBorderDimensions:function(e){for(var t=0,i=[],n=[e.css("borderTopWidth"),e.css("borderRightWidth"),e.css("borderBottomWidth"),e.css("borderLeftWidth")],s=[e.css("paddingTop"),e.css("paddingRight"),e.css("paddingBottom"),e.css("paddingLeft")];t<4;t++)i[t]=parseInt(n[t],10)||0,i[t]+=parseInt(s[t],10)||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var e,t=0,i=this.helper||this.element;t"),this.helper.addClass(this._helper).css({width:this.element.outerWidth()-1,height:this.element.outerHeight()-1,position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++i.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(e,t){return{width:this.originalSize.width+t}},w:function(e,t){var i=this.originalSize;return{left:this.originalPosition.left+t,width:i.width-t}},n:function(e,t,i){var n=this.originalSize;return{top:this.originalPosition.top+i,height:n.height-i}},s:function(e,t,i){return{height:this.originalSize.height+i}},se:function(t,i,n){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[t,i,n]))},sw:function(t,i,n){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[t,i,n]))},ne:function(t,i,n){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[t,i,n]))},nw:function(t,i,n){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[t,i,n]))}},_propagate:function(t,i){e.ui.plugin.call(this,t,[i,this.ui()]),"resize"!==t&&this._trigger(t,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),e.ui.plugin.add("resizable","animate",{stop:function(t){var i=e(this).resizable("instance"),n=i.options,s=i._proportionallyResizeElements,a=s.length&&/textarea/i.test(s[0].nodeName),r=a&&i._hasScroll(s[0],"left")?0:i.sizeDiff.height,o=a?0:i.sizeDiff.width,l={width:i.size.width-o,height:i.size.height-r},d=parseInt(i.element.css("left"),10)+(i.position.left-i.originalPosition.left)||null,u=parseInt(i.element.css("top"),10)+(i.position.top-i.originalPosition.top)||null;i.element.animate(e.extend(l,u&&d?{top:u,left:d}:{}),{duration:n.animateDuration,easing:n.animateEasing,step:function(){var n={width:parseInt(i.element.css("width"),10),height:parseInt(i.element.css("height"),10),top:parseInt(i.element.css("top"),10),left:parseInt(i.element.css("left"),10)};s&&s.length&&e(s[0]).css({width:n.width,height:n.height}),i._updateCache(n),i._propagate("resize",t)}})}}),e.ui.plugin.add("resizable","containment",{start:function(){var t,i,n,s,a,r,o,l=e(this).resizable("instance"),d=l.options,u=l.element,c=d.containment,h=c instanceof e?c.get(0):/parent/.test(c)?u.parent().get(0):c;h&&(l.containerElement=e(h),/document/.test(c)||c===document?(l.containerOffset={left:0,top:0},l.containerPosition={left:0,top:0},l.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}):(t=e(h),i=[],e(["Top","Right","Left","Bottom"]).each((function(e,n){i[e]=l._num(t.css("padding"+n))})),l.containerOffset=t.offset(),l.containerPosition=t.position(),l.containerSize={height:t.innerHeight()-i[3],width:t.innerWidth()-i[1]},n=l.containerOffset,s=l.containerSize.height,a=l.containerSize.width,r=l._hasScroll(h,"left")?h.scrollWidth:a,o=l._hasScroll(h)?h.scrollHeight:s,l.parentData={element:h,left:n.left,top:n.top,width:r,height:o}))},resize:function(t){var i,n,s,a,r=e(this).resizable("instance"),o=r.options,l=r.containerOffset,d=r.position,u=r._aspectRatio||t.shiftKey,c={top:0,left:0},h=r.containerElement,p=!0;h[0]!==document&&/static/.test(h.css("position"))&&(c=l),d.left<(r._helper?l.left:0)&&(r.size.width=r.size.width+(r._helper?r.position.left-l.left:r.position.left-c.left),u&&(r.size.height=r.size.width/r.aspectRatio,p=!1),r.position.left=o.helper?l.left:0),d.top<(r._helper?l.top:0)&&(r.size.height=r.size.height+(r._helper?r.position.top-l.top:r.position.top),u&&(r.size.width=r.size.height*r.aspectRatio,p=!1),r.position.top=r._helper?l.top:0),s=r.containerElement.get(0)===r.element.parent().get(0),a=/relative|absolute/.test(r.containerElement.css("position")),s&&a?(r.offset.left=r.parentData.left+r.position.left,r.offset.top=r.parentData.top+r.position.top):(r.offset.left=r.element.offset().left,r.offset.top=r.element.offset().top),i=Math.abs(r.sizeDiff.width+(r._helper?r.offset.left-c.left:r.offset.left-l.left)),n=Math.abs(r.sizeDiff.height+(r._helper?r.offset.top-c.top:r.offset.top-l.top)),i+r.size.width>=r.parentData.width&&(r.size.width=r.parentData.width-i,u&&(r.size.height=r.size.width/r.aspectRatio,p=!1)),n+r.size.height>=r.parentData.height&&(r.size.height=r.parentData.height-n,u&&(r.size.width=r.size.height*r.aspectRatio,p=!1)),p||(r.position.left=r.prevPosition.left,r.position.top=r.prevPosition.top,r.size.width=r.prevSize.width,r.size.height=r.prevSize.height)},stop:function(){var t=e(this).resizable("instance"),i=t.options,n=t.containerOffset,s=t.containerPosition,a=t.containerElement,r=e(t.helper),o=r.offset(),l=r.outerWidth()-t.sizeDiff.width,d=r.outerHeight()-t.sizeDiff.height;t._helper&&!i.animate&&/relative/.test(a.css("position"))&&e(this).css({left:o.left-s.left-n.left,width:l,height:d}),t._helper&&!i.animate&&/static/.test(a.css("position"))&&e(this).css({left:o.left-s.left-n.left,width:l,height:d})}}),e.ui.plugin.add("resizable","alsoResize",{start:function(){var t=e(this).resizable("instance").options,i=function(t){e(t).each((function(){var t=e(this);t.data("ui-resizable-alsoresize",{width:parseInt(t.width(),10),height:parseInt(t.height(),10),left:parseInt(t.css("left"),10),top:parseInt(t.css("top"),10)})}))};"object"!=typeof t.alsoResize||t.alsoResize.parentNode?i(t.alsoResize):t.alsoResize.length?(t.alsoResize=t.alsoResize[0],i(t.alsoResize)):e.each(t.alsoResize,(function(e){i(e)}))},resize:function(t,i){var n=e(this).resizable("instance"),s=n.options,a=n.originalSize,r=n.originalPosition,o={height:n.size.height-a.height||0,width:n.size.width-a.width||0,top:n.position.top-r.top||0,left:n.position.left-r.left||0},l=function(t,n){e(t).each((function(){var t=e(this),s=e(this).data("ui-resizable-alsoresize"),a={},r=n&&n.length?n:t.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(r,(function(e,t){var i=(s[t]||0)+(o[t]||0);i&&i>=0&&(a[t]=i||null)})),t.css(a)}))};"object"!=typeof s.alsoResize||s.alsoResize.nodeType?l(s.alsoResize):e.each(s.alsoResize,(function(e,t){l(e,t)}))},stop:function(){e(this).removeData("resizable-alsoresize")}}),e.ui.plugin.add("resizable","ghost",{start:function(){var t=e(this).resizable("instance"),i=t.options,n=t.size;t.ghost=t.originalElement.clone(),t.ghost.css({opacity:.25,display:"block",position:"relative",height:n.height,width:n.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass("string"==typeof i.ghost?i.ghost:""),t.ghost.appendTo(t.helper)},resize:function(){var t=e(this).resizable("instance");t.ghost&&t.ghost.css({position:"relative",height:t.size.height,width:t.size.width})},stop:function(){var t=e(this).resizable("instance");t.ghost&&t.helper&&t.helper.get(0).removeChild(t.ghost.get(0))}}),e.ui.plugin.add("resizable","grid",{resize:function(){var t,i=e(this).resizable("instance"),n=i.options,s=i.size,a=i.originalSize,r=i.originalPosition,o=i.axis,l="number"==typeof n.grid?[n.grid,n.grid]:n.grid,d=l[0]||1,u=l[1]||1,c=Math.round((s.width-a.width)/d)*d,h=Math.round((s.height-a.height)/u)*u,p=a.width+c,f=a.height+h,m=n.maxWidth&&n.maxWidthp,v=n.minHeight&&n.minHeight>f;n.grid=l,g&&(p+=d),v&&(f+=u),m&&(p-=d),_&&(f-=u),/^(se|s|e)$/.test(o)?(i.size.width=p,i.size.height=f):/^(ne)$/.test(o)?(i.size.width=p,i.size.height=f,i.position.top=r.top-h):/^(sw)$/.test(o)?(i.size.width=p,i.size.height=f,i.position.left=r.left-c):((f-u<=0||p-d<=0)&&(t=i._getPaddingPlusBorderDimensions(this)),f-u>0?(i.size.height=f,i.position.top=r.top-h):(f=u-t.height,i.size.height=f,i.position.top=r.top+a.height-f),p-d>0?(i.size.width=p,i.position.left=r.left-c):(p=u-t.height,i.size.width=p,i.position.left=r.left+a.width-p))}}),e.ui.resizable,e.widget("ui.dialog",{version:"1.11.1",options:{appendTo:"body",autoOpen:!0,buttons:[],closeOnEscape:!0,closeText:"Close",dialogClass:"",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(t){var i=e(this).css(t).offset().top;i<0&&e(this).css("top",t.top-i)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),this.options.title=this.options.title||this.originalTitle,this._createWrapper(),this.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(this.uiDialog),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&e.fn.draggable&&this._makeDraggable(),this.options.resizable&&e.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var t=this.options.appendTo;return t&&(t.jquery||t.nodeType)?e(t):this.document.find(t||"body").eq(0)},_destroy:function(){var e,t=this.originalPosition;this._destroyOverlay(),this.element.removeUniqueId().removeClass("ui-dialog-content ui-widget-content").css(this.originalCss).detach(),this.uiDialog.stop(!0,!0).remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),(e=t.parent.children().eq(t.index)).length&&e[0]!==this.element[0]?e.before(this.element):t.parent.append(this.element)},widget:function(){return this.uiDialog},disable:e.noop,enable:e.noop,close:function(t){var i,n=this;if(this._isOpen&&!1!==this._trigger("beforeClose",t)){if(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),!this.opener.filter(":focusable").focus().length)try{(i=this.document[0].activeElement)&&"body"!==i.nodeName.toLowerCase()&&e(i).blur()}catch(e){}this._hide(this.uiDialog,this.options.hide,(function(){n._trigger("close",t)}))}},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(t,i){var n=!1,s=this.uiDialog.siblings(".ui-front:visible").map((function(){return+e(this).css("z-index")})).get(),a=Math.max.apply(null,s);return a>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",a+1),n=!0),n&&!i&&this._trigger("focus",t),n},open:function(){var t=this;this._isOpen?this._moveToTop()&&this._focusTabbable():(this._isOpen=!0,this.opener=e(this.document[0].activeElement),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,(function(){t._focusTabbable(),t._trigger("focus")})),this._makeFocusTarget(),this._trigger("open"))},_focusTabbable:function(){var e=this._focusedElement;e||(e=this.element.find("[autofocus]")),e.length||(e=this.element.find(":tabbable")),e.length||(e=this.uiDialogButtonPane.find(":tabbable")),e.length||(e=this.uiDialogTitlebarClose.filter(":tabbable")),e.length||(e=this.uiDialog),e.eq(0).focus()},_keepFocus:function(t){function i(){var t=this.document[0].activeElement;this.uiDialog[0]===t||e.contains(this.uiDialog[0],t)||this._focusTabbable()}t.preventDefault(),i.call(this),this._delay(i)},_createWrapper:function(){this.uiDialog=e("
    ").addClass("ui-dialog ui-widget ui-widget-content ui-corner-all ui-front "+this.options.dialogClass).hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._on(this.uiDialog,{keydown:function(t){if(this.options.closeOnEscape&&!t.isDefaultPrevented()&&t.keyCode&&t.keyCode===e.ui.keyCode.ESCAPE)return t.preventDefault(),void this.close(t);if(t.keyCode===e.ui.keyCode.TAB&&!t.isDefaultPrevented()){var i=this.uiDialog.find(":tabbable"),n=i.filter(":first"),s=i.filter(":last");t.target!==s[0]&&t.target!==this.uiDialog[0]||t.shiftKey?t.target!==n[0]&&t.target!==this.uiDialog[0]||!t.shiftKey||(this._delay((function(){s.focus()})),t.preventDefault()):(this._delay((function(){n.focus()})),t.preventDefault())}},mousedown:function(e){this._moveToTop(e)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var t;this.uiDialogTitlebar=e("
    ").addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(this.uiDialog),this._on(this.uiDialogTitlebar,{mousedown:function(t){e(t.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.focus()}}),this.uiDialogTitlebarClose=e("").button({label:this.options.closeText,icons:{primary:"ui-icon-closethick"},text:!1}).addClass("ui-dialog-titlebar-close").appendTo(this.uiDialogTitlebar),this._on(this.uiDialogTitlebarClose,{click:function(e){e.preventDefault(),this.close(e)}}),t=e("").uniqueId().addClass("ui-dialog-title").prependTo(this.uiDialogTitlebar),this._title(t),this.uiDialog.attr({"aria-labelledby":t.attr("id")})},_title:function(e){this.options.title||e.html(" "),e.text(this.options.title)},_createButtonPane:function(){this.uiDialogButtonPane=e("
    ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),this.uiButtonSet=e("
    ").addClass("ui-dialog-buttonset").appendTo(this.uiDialogButtonPane),this._createButtons()},_createButtons:function(){var t=this,i=this.options.buttons;this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),e.isEmptyObject(i)||e.isArray(i)&&!i.length?this.uiDialog.removeClass("ui-dialog-buttons"):(e.each(i,(function(i,n){var s,a;n=e.isFunction(n)?{click:n,text:i}:n,n=e.extend({type:"button"},n),s=n.click,n.click=function(){s.apply(t.element[0],arguments)},a={icons:n.icons,text:n.showText},delete n.icons,delete n.showText,e("",n).button(a).appendTo(t.uiButtonSet)})),this.uiDialog.addClass("ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog))},_makeDraggable:function(){var t=this,i=this.options;function n(e){return{position:e.position,offset:e.offset}}this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(i,s){e(this).addClass("ui-dialog-dragging"),t._blockFrames(),t._trigger("dragStart",i,n(s))},drag:function(e,i){t._trigger("drag",e,n(i))},stop:function(s,a){var r=a.offset.left-t.document.scrollLeft(),o=a.offset.top-t.document.scrollTop();i.position={my:"left top",at:"left"+(r>=0?"+":"")+r+" top"+(o>=0?"+":"")+o,of:t.window},e(this).removeClass("ui-dialog-dragging"),t._unblockFrames(),t._trigger("dragStop",s,n(a))}})},_makeResizable:function(){var t=this,i=this.options,n=i.resizable,s=this.uiDialog.css("position"),a="string"==typeof n?n:"n,e,s,w,se,sw,ne,nw";function r(e){return{originalPosition:e.originalPosition,originalSize:e.originalSize,position:e.position,size:e.size}}this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:i.maxWidth,maxHeight:i.maxHeight,minWidth:i.minWidth,minHeight:this._minHeight(),handles:a,start:function(i,n){e(this).addClass("ui-dialog-resizing"),t._blockFrames(),t._trigger("resizeStart",i,r(n))},resize:function(e,i){t._trigger("resize",e,r(i))},stop:function(n,s){var a=t.uiDialog.offset(),o=a.left-t.document.scrollLeft(),l=a.top-t.document.scrollTop();i.height=t.uiDialog.height(),i.width=t.uiDialog.width(),i.position={my:"left top",at:"left"+(o>=0?"+":"")+o+" top"+(l>=0?"+":"")+l,of:t.window},e(this).removeClass("ui-dialog-resizing"),t._unblockFrames(),t._trigger("resizeStop",n,r(s))}}).css("position",s)},_trackFocus:function(){this._on(this.widget(),{focusin:function(t){this._makeFocusTarget(),this._focusedElement=e(t.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var t=this._trackingInstances(),i=e.inArray(this,t);-1!==i&&t.splice(i,1)},_trackingInstances:function(){var e=this.document.data("ui-dialog-instances");return e||(e=[],this.document.data("ui-dialog-instances",e)),e},_minHeight:function(){var e=this.options;return"auto"===e.height?e.minHeight:Math.min(e.minHeight,e.height)},_position:function(){var e=this.uiDialog.is(":visible");e||this.uiDialog.show(),this.uiDialog.position(this.options.position),e||this.uiDialog.hide()},_setOptions:function(t){var i=this,n=!1,s={};e.each(t,(function(e,t){i._setOption(e,t),e in i.sizeRelatedOptions&&(n=!0),e in i.resizableRelatedOptions&&(s[e]=t)})),n&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",s)},_setOption:function(e,t){var i,n,s=this.uiDialog;"dialogClass"===e&&s.removeClass(this.options.dialogClass).addClass(t),"disabled"!==e&&(this._super(e,t),"appendTo"===e&&this.uiDialog.appendTo(this._appendTo()),"buttons"===e&&this._createButtons(),"closeText"===e&&this.uiDialogTitlebarClose.button({label:""+t}),"draggable"===e&&((i=s.is(":data(ui-draggable)"))&&!t&&s.draggable("destroy"),!i&&t&&this._makeDraggable()),"position"===e&&this._position(),"resizable"===e&&((n=s.is(":data(ui-resizable)"))&&!t&&s.resizable("destroy"),n&&"string"==typeof t&&s.resizable("option","handles",t),n||!1===t||this._makeResizable()),"title"===e&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var e,t,i,n=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),n.minWidth>n.width&&(n.width=n.minWidth),e=this.uiDialog.css({height:"auto",width:n.width}).outerHeight(),t=Math.max(0,n.minHeight-e),i="number"==typeof n.maxHeight?Math.max(0,n.maxHeight-e):"none","auto"===n.height?this.element.css({minHeight:t,maxHeight:i,height:"auto"}):this.element.height(Math.max(0,n.height-e)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map((function(){var t=e(this);return e("
    ").css({position:"absolute",width:t.outerWidth(),height:t.outerHeight()}).appendTo(t.parent()).offset(t.offset())[0]}))},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(t){return!!e(t.target).closest(".ui-dialog").length||!!e(t.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var t=!0;this._delay((function(){t=!1})),this.document.data("ui-dialog-overlays")||this._on(this.document,{focusin:function(e){t||this._allowInteraction(e)||(e.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=e("
    ").addClass("ui-widget-overlay ui-front").appendTo(this._appendTo()),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var e=this.document.data("ui-dialog-overlays")-1;e?this.document.data("ui-dialog-overlays",e):this.document.unbind("focusin").removeData("ui-dialog-overlays"),this.overlay.remove(),this.overlay=null}}}), +/*! + * jQuery UI Droppable 1.11.1 + * http://jqueryui.com + * + * Copyright 2014 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/droppable/ + */ +e.widget("ui.droppable",{version:"1.11.1",widgetEventPrefix:"drop",options:{accept:"*",activeClass:!1,addClasses:!0,greedy:!1,hoverClass:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var t,i=this.options,n=i.accept;this.isover=!1,this.isout=!0,this.accept=e.isFunction(n)?n:function(e){return e.is(n)},this.proportions=function(){if(!arguments.length)return t||(t={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight});t=arguments[0]},this._addToManager(i.scope),i.addClasses&&this.element.addClass("ui-droppable")},_addToManager:function(t){e.ui.ddmanager.droppables[t]=e.ui.ddmanager.droppables[t]||[],e.ui.ddmanager.droppables[t].push(this)},_splice:function(e){for(var t=0;t=t&&e=u&&r<=h||l>=u&&l<=h||rh)&&(a>=d&&a<=c||o>=d&&o<=c||ac);default:return!1}}}(),e.ui.ddmanager={current:null,droppables:{default:[]},prepareOffsets:function(t,i){var n,s,a=e.ui.ddmanager.droppables[t.options.scope]||[],r=i?i.type:null,o=(t.currentItem||t.element).find(":data(ui-droppable)").addBack();e:for(n=0;n")[0],u=e.each;function c(e,t,i){var n=o[t.type]||{};return null==e?i||!t.def?null:t.def:(e=n.floor?~~e:parseFloat(e),isNaN(e)?t.def:n.mod?(e+n.mod)%n.mod:0>e?0:n.max-1,u(r,(function(e,t){t.cache="_"+e,t.props.alpha={idx:3,type:"percent",def:1}})),a.fn=e.extend(a.prototype,{parse:function(t,n,s,o){if(void 0===t)return this._rgba=[null,null,null,null],this;(t.jquery||t.nodeType)&&(t=e(t).css(n),n=void 0);var l=this,d=e.type(t),p=this._rgba=[];return void 0!==n&&(t=[t,n,s,o],d="array"),"string"===d?this.parse(h(t)||i._default):"array"===d?(u(r.rgba.props,(function(e,i){p[i.idx]=c(t[i.idx],i)})),this):"object"===d?(u(r,t instanceof a?function(e,i){t[i.cache]&&(l[i.cache]=t[i.cache].slice())}:function(i,n){var s=n.cache;u(n.props,(function(e,i){if(!l[s]&&n.to){if("alpha"===e||null==t[e])return;l[s]=n.to(l._rgba)}l[s][i.idx]=c(t[e],i,!0)})),l[s]&&e.inArray(null,l[s].slice(0,3))<0&&(l[s][3]=1,n.from&&(l._rgba=n.from(l[s])))}),this):void 0},is:function(e){var t=a(e),i=!0,n=this;return u(r,(function(e,s){var a,r=t[s.cache];return r&&(a=n[s.cache]||s.to&&s.to(n._rgba)||[],u(s.props,(function(e,t){if(null!=r[t.idx])return i=r[t.idx]===a[t.idx]}))),i})),i},_space:function(){var e=[],t=this;return u(r,(function(i,n){t[n.cache]&&e.push(i)})),e.pop()},transition:function(e,t){var i=a(e),n=i._space(),s=r[n],l=0===this.alpha()?a("transparent"):this,d=l[s.cache]||s.to(l._rgba),h=d.slice();return i=i[s.cache],u(s.props,(function(e,n){var s=n.idx,a=d[s],r=i[s],l=o[n.type]||{};null!==r&&(null===a?h[s]=r:(l.mod&&(r-a>l.mod/2?a+=l.mod:a-r>l.mod/2&&(a-=l.mod)),h[s]=c((r-a)*t+a,n)))})),this[n](h)},blend:function(t){if(1===this._rgba[3])return this;var i=this._rgba.slice(),n=i.pop(),s=a(t)._rgba;return a(e.map(i,(function(e,t){return(1-n)*s[t]+n*e})))},toRgbaString:function(){var t="rgba(",i=e.map(this._rgba,(function(e,t){return null==e?t>2?1:0:e}));return 1===i[3]&&(i.pop(),t="rgb("),t+i.join()+")"},toHslaString:function(){var t="hsla(",i=e.map(this.hsla(),(function(e,t){return null==e&&(e=t>2?1:0),t&&t<3&&(e=Math.round(100*e)+"%"),e}));return 1===i[3]&&(i.pop(),t="hsl("),t+i.join()+")"},toHexString:function(t){var i=this._rgba.slice(),n=i.pop();return t&&i.push(~~(255*n)),"#"+e.map(i,(function(e){return 1===(e=(e||0).toString(16)).length?"0"+e:e})).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),a.fn.parse.prototype=a.fn,r.hsla.to=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t,i,n=e[0]/255,s=e[1]/255,a=e[2]/255,r=e[3],o=Math.max(n,s,a),l=Math.min(n,s,a),d=o-l,u=o+l,c=.5*u;return t=l===o?0:n===o?60*(s-a)/d+360:s===o?60*(a-n)/d+120:60*(n-s)/d+240,i=0===d?0:c<=.5?d/u:d/(2-u),[Math.round(t)%360,i,c,null==r?1:r]},r.hsla.from=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t=e[0]/360,i=e[1],n=e[2],s=e[3],a=n<=.5?n*(1+i):n+i-n*i,r=2*n-a;return[Math.round(255*p(r,a,t+1/3)),Math.round(255*p(r,a,t)),Math.round(255*p(r,a,t-1/3)),s]},u(r,(function(t,i){var s=i.props,r=i.cache,o=i.to,l=i.from;a.fn[t]=function(t){if(o&&!this[r]&&(this[r]=o(this._rgba)),void 0===t)return this[r].slice();var i,n=e.type(t),d="array"===n||"object"===n?t:arguments,h=this[r].slice();return u(s,(function(e,t){var i=d["object"===n?e:t.idx];null==i&&(i=h[t.idx]),h[t.idx]=c(i,t)})),l?((i=a(l(h)))[r]=h,i):a(h)},u(s,(function(i,s){a.fn[i]||(a.fn[i]=function(a){var r,o=e.type(a),l="alpha"===i?this._hsla?"hsla":"rgba":t,d=this[l](),u=d[s.idx];return"undefined"===o?u:("function"===o&&(a=a.call(this,u),o=e.type(a)),null==a&&s.empty?this:("string"===o&&(r=n.exec(a))&&(a=u+parseFloat(r[2])*("+"===r[1]?1:-1)),d[s.idx]=a,this[l](d)))})}))})),a.hook=function(t){var i=t.split(" ");u(i,(function(t,i){e.cssHooks[i]={set:function(t,n){var s,r,o="";if("transparent"!==n&&("string"!==e.type(n)||(s=h(n)))){if(n=a(s||n),!l.rgba&&1!==n._rgba[3]){for(r="backgroundColor"===i?t.parentNode:t;(""===o||"transparent"===o)&&r&&r.style;)try{o=e.css(r,"backgroundColor"),r=r.parentNode}catch(e){}n=n.blend(o&&"transparent"!==o?o:"_default")}n=n.toRgbaString()}try{t.style[i]=n}catch(e){}}},e.fx.step[i]=function(t){t.colorInit||(t.start=a(t.elem,i),t.end=a(t.end),t.colorInit=!0),e.cssHooks[i].set(t.elem,t.start.transition(t.end,t.pos))}}))},a.hook("backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor"),e.cssHooks.borderColor={expand:function(e){var t={};return u(["Top","Right","Bottom","Left"],(function(i,n){t["border"+n+"Color"]=e})),t}},i=e.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(M),function(){var t=["add","remove","toggle"],i={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};function n(t){var i,n,s=t.ownerDocument.defaultView?t.ownerDocument.defaultView.getComputedStyle(t,null):t.currentStyle,a={};if(s&&s.length&&s[0]&&s[s[0]])for(n=s.length;n--;)"string"==typeof s[i=s[n]]&&(a[e.camelCase(i)]=s[i]);else for(i in s)"string"==typeof s[i]&&(a[i]=s[i]);return a}e.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],(function(t,i){e.fx.step[i]=function(e){("none"!==e.end&&!e.setAttr||1===e.pos&&!e.setAttr)&&(M.style(e.elem,i,e.end),e.setAttr=!0)}})),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e.effects.animateClass=function(s,a,r,o){var l=e.speed(a,r,o);return this.queue((function(){var a,r=e(this),o=r.attr("class")||"",d=l.children?r.find("*").addBack():r;d=d.map((function(){return{el:e(this),start:n(this)}})),(a=function(){e.each(t,(function(e,t){s[t]&&r[t+"Class"](s[t])}))})(),d=d.map((function(){return this.end=n(this.el[0]),this.diff=function(t,n){var s,a,r={};for(s in n)a=n[s],t[s]!==a&&(i[s]||!e.fx.step[s]&&isNaN(parseFloat(a))||(r[s]=a));return r}(this.start,this.end),this})),r.attr("class",o),d=d.map((function(){var t=this,i=e.Deferred(),n=e.extend({},l,{queue:!1,complete:function(){i.resolve(t)}});return this.el.animate(this.diff,n),i.promise()})),e.when.apply(e,d.get()).done((function(){a(),e.each(arguments,(function(){var t=this.el;e.each(this.diff,(function(e){t.css(e,"")}))})),l.complete.call(r[0])}))}))},e.fn.extend({addClass:function(t){return function(i,n,s,a){return n?e.effects.animateClass.call(this,{add:i},n,s,a):t.apply(this,arguments)}}(e.fn.addClass),removeClass:function(t){return function(i,n,s,a){return arguments.length>1?e.effects.animateClass.call(this,{remove:i},n,s,a):t.apply(this,arguments)}}(e.fn.removeClass),toggleClass:function(t){return function(i,n,s,a,r){return"boolean"==typeof n||void 0===n?s?e.effects.animateClass.call(this,n?{add:i}:{remove:i},s,a,r):t.apply(this,arguments):e.effects.animateClass.call(this,{toggle:i},n,s,a)}}(e.fn.toggleClass),switchClass:function(t,i,n,s,a){return e.effects.animateClass.call(this,{add:i,remove:t},n,s,a)}})}(),function(){function t(t,i,n,s){return e.isPlainObject(t)&&(i=t,t=t.effect),t={effect:t},null==i&&(i={}),e.isFunction(i)&&(s=i,n=null,i={}),("number"==typeof i||e.fx.speeds[i])&&(s=n,n=i,i={}),e.isFunction(n)&&(s=n,n=null),i&&e.extend(t,i),n=n||i.duration,t.duration=e.fx.off?0:"number"==typeof n?n:n in e.fx.speeds?e.fx.speeds[n]:e.fx.speeds._default,t.complete=s||i.complete,t}function i(t){return!(t&&"number"!=typeof t&&!e.fx.speeds[t])||"string"==typeof t&&!e.effects.effect[t]||!!e.isFunction(t)||"object"==typeof t&&!t.effect}e.extend(e.effects,{version:"1.11.1",save:function(e,t){for(var i=0;i
    ").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),s={width:t.width(),height:t.height()},a=document.activeElement;try{a.id}catch(e){a=document.body}return t.wrap(n),(t[0]===a||e.contains(t[0],a))&&e(a).focus(),n=t.parent(),"static"===t.css("position")?(n.css({position:"relative"}),t.css({position:"relative"})):(e.extend(i,{position:t.css("position"),zIndex:t.css("z-index")}),e.each(["top","left","bottom","right"],(function(e,n){i[n]=t.css(n),isNaN(parseInt(i[n],10))&&(i[n]="auto")})),t.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),t.css(s),n.css(i).show()},removeWrapper:function(t){var i=document.activeElement;return t.parent().is(".ui-effects-wrapper")&&(t.parent().replaceWith(t),(t[0]===i||e.contains(t[0],i))&&e(i).focus()),t},setTransition:function(t,i,n,s){return s=s||{},e.each(i,(function(e,i){var a=t.cssUnit(i);a[0]>0&&(s[i]=a[0]*n+a[1])})),s}}),e.fn.extend({effect:function(){var i=t.apply(this,arguments),n=i.mode,s=i.queue,a=e.effects.effect[i.effect];if(e.fx.off||!a)return n?this[n](i.duration,i.complete):this.each((function(){i.complete&&i.complete.call(this)}));function r(t){var n=e(this),s=i.complete,r=i.mode;function o(){e.isFunction(s)&&s.call(n[0]),e.isFunction(t)&&t()}(n.is(":hidden")?"hide"===r:"show"===r)?(n[r](),o()):a.call(n[0],i,o)}return!1===s?this.each(r):this.queue(s||"fx",r)},show:function(e){return function(n){if(i(n))return e.apply(this,arguments);var s=t.apply(this,arguments);return s.mode="show",this.effect.call(this,s)}}(e.fn.show),hide:function(e){return function(n){if(i(n))return e.apply(this,arguments);var s=t.apply(this,arguments);return s.mode="hide",this.effect.call(this,s)}}(e.fn.hide),toggle:function(e){return function(n){if(i(n)||"boolean"==typeof n)return e.apply(this,arguments);var s=t.apply(this,arguments);return s.mode="toggle",this.effect.call(this,s)}}(e.fn.toggle),cssUnit:function(t){var i=this.css(t),n=[];return e.each(["em","px","%","pt"],(function(e,t){i.indexOf(t)>0&&(n=[parseFloat(i),t])})),n}})}(),b={},e.each(["Quad","Cubic","Quart","Quint","Expo"],(function(e,t){b[t]=function(t){return Math.pow(t,e+2)}})),e.extend(b,{Sine:function(e){return 1-Math.cos(e*Math.PI/2)},Circ:function(e){return 1-Math.sqrt(1-e*e)},Elastic:function(e){return 0===e||1===e?e:-Math.pow(2,8*(e-1))*Math.sin((80*(e-1)-7.5)*Math.PI/15)},Back:function(e){return e*e*(3*e-2)},Bounce:function(e){for(var t,i=4;e<((t=Math.pow(2,--i))-1)/11;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*t-2)/22-e,2)}}),e.each(b,(function(t,i){e.easing["easeIn"+t]=i,e.easing["easeOut"+t]=function(e){return 1-i(1-e)},e.easing["easeInOut"+t]=function(e){return e<.5?i(2*e)/2:1-i(-2*e+2)/2}})),e.effects,e.effects.effect.blind=function(t,i){var n,s,a,r=e(this),o=["position","top","bottom","left","right","height","width"],l=e.effects.setMode(r,t.mode||"hide"),d=t.direction||"up",u=/up|down|vertical/.test(d),c=u?"height":"width",h=u?"top":"left",p=/up|left|vertical|horizontal/.test(d),f={},m="show"===l;r.parent().is(".ui-effects-wrapper")?e.effects.save(r.parent(),o):e.effects.save(r,o),r.show(),s=(n=e.effects.createWrapper(r).css({overflow:"hidden"}))[c](),a=parseFloat(n.css(h))||0,f[c]=m?s:0,p||(r.css(u?"bottom":"right",0).css(u?"top":"left","auto").css({position:"absolute"}),f[h]=m?a:s+a),m&&(n.css(c,0),p||n.css(h,a+s)),n.animate(f,{duration:t.duration,easing:t.easing,queue:!1,complete:function(){"hide"===l&&r.hide(),e.effects.restore(r,o),e.effects.removeWrapper(r),i()}})},e.effects.effect.bounce=function(t,i){var n,s,a,r=e(this),o=["position","top","bottom","left","right","height","width"],l=e.effects.setMode(r,t.mode||"effect"),d="hide"===l,u="show"===l,c=t.direction||"up",h=t.distance,p=t.times||5,f=2*p+(u||d?1:0),m=t.duration/f,_=t.easing,g="up"===c||"down"===c?"top":"left",v="up"===c||"left"===c,y=r.queue(),b=y.length;for((u||d)&&o.push("opacity"),e.effects.save(r,o),r.show(),e.effects.createWrapper(r),h||(h=r["top"===g?"outerHeight":"outerWidth"]()/3),u&&((a={opacity:1})[g]=0,r.css("opacity",0).css(g,v?2*-h:2*h).animate(a,m,_)),d&&(h/=Math.pow(2,p-1)),(a={})[g]=0,n=0;n1&&y.splice.apply(y,[1,0].concat(y.splice(b,f+1))),r.dequeue()},e.effects.effect.clip=function(t,i){var n,s,a,r=e(this),o=["position","top","bottom","left","right","height","width"],l="show"===e.effects.setMode(r,t.mode||"hide"),d="vertical"===(t.direction||"vertical"),u=d?"height":"width",c=d?"top":"left",h={};e.effects.save(r,o),r.show(),n=e.effects.createWrapper(r).css({overflow:"hidden"}),a=(s="IMG"===r[0].tagName?n:r)[u](),l&&(s.css(u,0),s.css(c,a/2)),h[u]=l?a:0,h[c]=l?0:a/2,s.animate(h,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){l||r.hide(),e.effects.restore(r,o),e.effects.removeWrapper(r),i()}})},e.effects.effect.drop=function(t,i){var n,s=e(this),a=["position","top","bottom","left","right","opacity","height","width"],r=e.effects.setMode(s,t.mode||"hide"),o="show"===r,l=t.direction||"left",d="up"===l||"down"===l?"top":"left",u="up"===l||"left"===l?"pos":"neg",c={opacity:o?1:0};e.effects.save(s,a),s.show(),e.effects.createWrapper(s),n=t.distance||s["top"===d?"outerHeight":"outerWidth"](!0)/2,o&&s.css("opacity",0).css(d,"pos"===u?-n:n),c[d]=(o?"pos"===u?"+=":"-=":"pos"===u?"-=":"+=")+n,s.animate(c,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){"hide"===r&&s.hide(),e.effects.restore(s,a),e.effects.removeWrapper(s),i()}})},e.effects.effect.explode=function(t,i){var n,s,a,r,o,l,d=t.pieces?Math.round(Math.sqrt(t.pieces)):3,u=d,c=e(this),h="show"===e.effects.setMode(c,t.mode||"hide"),p=c.show().css("visibility","hidden").offset(),f=Math.ceil(c.outerWidth()/u),m=Math.ceil(c.outerHeight()/d),_=[];function g(){_.push(this),_.length===d*u&&(c.css({visibility:"visible"}),e(_).remove(),h||c.hide(),i())}for(n=0;n
    ").css({position:"absolute",visibility:"visible",left:-s*f,top:-n*m}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:f,height:m,left:a+(h?o*f:0),top:r+(h?l*m:0),opacity:h?0:1}).animate({left:a+(h?0:o*f),top:r+(h?0:l*m),opacity:h?1:0},t.duration||500,t.easing,g)},e.effects.effect.fade=function(t,i){var n=e(this),s=e.effects.setMode(n,t.mode||"toggle");n.animate({opacity:s},{queue:!1,duration:t.duration,easing:t.easing,complete:i})},e.effects.effect.fold=function(t,i){var n,s,a=e(this),r=["position","top","bottom","left","right","height","width"],o=e.effects.setMode(a,t.mode||"hide"),l="show"===o,d="hide"===o,u=t.size||15,c=/([0-9]+)%/.exec(u),h=!!t.horizFirst,p=l!==h,f=p?["width","height"]:["height","width"],m=t.duration/2,_={},g={};e.effects.save(a,r),a.show(),n=e.effects.createWrapper(a).css({overflow:"hidden"}),s=p?[n.width(),n.height()]:[n.height(),n.width()],c&&(u=parseInt(c[1],10)/100*s[d?0:1]),l&&n.css(h?{height:0,width:u}:{height:u,width:0}),_[f[0]]=l?s[0]:u,g[f[1]]=l?s[1]:0,n.animate(_,m,t.easing).animate(g,m,t.easing,(function(){d&&a.hide(),e.effects.restore(a,r),e.effects.removeWrapper(a),i()}))},e.effects.effect.highlight=function(t,i){var n=e(this),s=["backgroundImage","backgroundColor","opacity"],a=e.effects.setMode(n,t.mode||"show"),r={backgroundColor:n.css("backgroundColor")};"hide"===a&&(r.opacity=0),e.effects.save(n,s),n.show().css({backgroundImage:"none",backgroundColor:t.color||"#ffff99"}).animate(r,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){"hide"===a&&n.hide(),e.effects.restore(n,s),i()}})},e.effects.effect.size=function(t,i){var n,s,a,r=e(this),o=["position","top","bottom","left","right","width","height","overflow","opacity"],l=["width","height","overflow"],d=["fontSize"],u=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],c=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],h=e.effects.setMode(r,t.mode||"effect"),p=t.restore||"effect"!==h,f=t.scale||"both",m=t.origin||["middle","center"],_=r.css("position"),g=p?o:["position","top","bottom","left","right","overflow","opacity"],v={height:0,width:0,outerHeight:0,outerWidth:0};"show"===h&&r.show(),n={height:r.height(),width:r.width(),outerHeight:r.outerHeight(),outerWidth:r.outerWidth()},"toggle"===t.mode&&"show"===h?(r.from=t.to||v,r.to=t.from||n):(r.from=t.from||("show"===h?v:n),r.to=t.to||("hide"===h?v:n)),a={from:{y:r.from.height/n.height,x:r.from.width/n.width},to:{y:r.to.height/n.height,x:r.to.width/n.width}},"box"!==f&&"both"!==f||(a.from.y!==a.to.y&&(g=g.concat(u),r.from=e.effects.setTransition(r,u,a.from.y,r.from),r.to=e.effects.setTransition(r,u,a.to.y,r.to)),a.from.x!==a.to.x&&(g=g.concat(c),r.from=e.effects.setTransition(r,c,a.from.x,r.from),r.to=e.effects.setTransition(r,c,a.to.x,r.to))),"content"!==f&&"both"!==f||a.from.y!==a.to.y&&(g=g.concat(d).concat(l),r.from=e.effects.setTransition(r,d,a.from.y,r.from),r.to=e.effects.setTransition(r,d,a.to.y,r.to)),e.effects.save(r,g),r.show(),e.effects.createWrapper(r),r.css("overflow","hidden").css(r.from),m&&(s=e.effects.getBaseline(m,n),r.from.top=(n.outerHeight-r.outerHeight())*s.y,r.from.left=(n.outerWidth-r.outerWidth())*s.x,r.to.top=(n.outerHeight-r.to.outerHeight)*s.y,r.to.left=(n.outerWidth-r.to.outerWidth)*s.x),r.css(r.from),"content"!==f&&"both"!==f||(u=u.concat(["marginTop","marginBottom"]).concat(d),c=c.concat(["marginLeft","marginRight"]),l=o.concat(u).concat(c),r.find("*[width]").each((function(){var i=e(this),n=i.height(),s=i.width(),r=i.outerHeight(),o=i.outerWidth();p&&e.effects.save(i,l),i.from={height:n*a.from.y,width:s*a.from.x,outerHeight:r*a.from.y,outerWidth:o*a.from.x},i.to={height:n*a.to.y,width:s*a.to.x,outerHeight:n*a.to.y,outerWidth:s*a.to.x},a.from.y!==a.to.y&&(i.from=e.effects.setTransition(i,u,a.from.y,i.from),i.to=e.effects.setTransition(i,u,a.to.y,i.to)),a.from.x!==a.to.x&&(i.from=e.effects.setTransition(i,c,a.from.x,i.from),i.to=e.effects.setTransition(i,c,a.to.x,i.to)),i.css(i.from),i.animate(i.to,t.duration,t.easing,(function(){p&&e.effects.restore(i,l)}))}))),r.animate(r.to,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){0===r.to.opacity&&r.css("opacity",r.from.opacity),"hide"===h&&r.hide(),e.effects.restore(r,g),p||("static"===_?r.css({position:"relative",top:r.to.top,left:r.to.left}):e.each(["top","left"],(function(e,t){r.css(t,(function(t,i){var n=parseInt(i,10),s=e?r.to.left:r.to.top;return"auto"===i?s+"px":n+s+"px"}))}))),e.effects.removeWrapper(r),i()}})},e.effects.effect.scale=function(t,i){var n=e(this),s=e.extend(!0,{},t),a=e.effects.setMode(n,t.mode||"effect"),r=parseInt(t.percent,10)||(0===parseInt(t.percent,10)||"hide"===a?0:100),o=t.direction||"both",l=t.origin,d={height:n.height(),width:n.width(),outerHeight:n.outerHeight(),outerWidth:n.outerWidth()},u="horizontal"!==o?r/100:1,c="vertical"!==o?r/100:1;s.effect="size",s.queue=!1,s.complete=i,"effect"!==a&&(s.origin=l||["middle","center"],s.restore=!0),s.from=t.from||("show"===a?{height:0,width:0,outerHeight:0,outerWidth:0}:d),s.to={height:d.height*u,width:d.width*c,outerHeight:d.outerHeight*u,outerWidth:d.outerWidth*c},s.fade&&("show"===a&&(s.from.opacity=0,s.to.opacity=1),"hide"===a&&(s.from.opacity=1,s.to.opacity=0)),n.effect(s)},e.effects.effect.puff=function(t,i){var n=e(this),s=e.effects.setMode(n,t.mode||"hide"),a="hide"===s,r=parseInt(t.percent,10)||150,o=r/100,l={height:n.height(),width:n.width(),outerHeight:n.outerHeight(),outerWidth:n.outerWidth()};e.extend(t,{effect:"scale",queue:!1,fade:!0,mode:s,complete:i,percent:a?r:100,from:a?l:{height:l.height*o,width:l.width*o,outerHeight:l.outerHeight*o,outerWidth:l.outerWidth*o}}),n.effect(t)},e.effects.effect.pulsate=function(t,i){var n,s=e(this),a=e.effects.setMode(s,t.mode||"show"),r="show"===a,o="hide"===a,l=r||"hide"===a,d=2*(t.times||5)+(l?1:0),u=t.duration/d,c=0,h=s.queue(),p=h.length;for(!r&&s.is(":visible")||(s.css("opacity",0).show(),c=1),n=1;n1&&h.splice.apply(h,[1,0].concat(h.splice(p,d+1))),s.dequeue()},e.effects.effect.shake=function(t,i){var n,s=e(this),a=["position","top","bottom","left","right","height","width"],r=e.effects.setMode(s,t.mode||"effect"),o=t.direction||"left",l=t.distance||20,d=t.times||3,u=2*d+1,c=Math.round(t.duration/u),h="up"===o||"down"===o?"top":"left",p="up"===o||"left"===o,f={},m={},_={},g=s.queue(),v=g.length;for(e.effects.save(s,a),s.show(),e.effects.createWrapper(s),f[h]=(p?"-=":"+=")+l,m[h]=(p?"+=":"-=")+2*l,_[h]=(p?"-=":"+=")+2*l,s.animate(f,c,t.easing),n=1;n1&&g.splice.apply(g,[1,0].concat(g.splice(v,u+1))),s.dequeue()},e.effects.effect.slide=function(t,i){var n,s=e(this),a=["position","top","bottom","left","right","width","height"],r=e.effects.setMode(s,t.mode||"show"),o="show"===r,l=t.direction||"left",d="up"===l||"down"===l?"top":"left",u="up"===l||"left"===l,c={};e.effects.save(s,a),s.show(),n=t.distance||s["top"===d?"outerHeight":"outerWidth"](!0),e.effects.createWrapper(s).css({overflow:"hidden"}),o&&s.css(d,u?isNaN(n)?"-"+n:-n:n),c[d]=(o?u?"+=":"-=":u?"-=":"+=")+n,s.animate(c,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){"hide"===r&&s.hide(),e.effects.restore(s,a),e.effects.removeWrapper(s),i()}})},e.effects.effect.transfer=function(t,i){var n=e(this),s=e(t.to),a="fixed"===s.css("position"),r=e("body"),o=a?r.scrollTop():0,l=a?r.scrollLeft():0,d=s.offset(),u={top:d.top-o,left:d.left-l,height:s.innerHeight(),width:s.innerWidth()},c=n.offset(),h=e("
    ").appendTo(document.body).addClass(t.className).css({top:c.top-o,left:c.left-l,height:n.innerHeight(),width:n.innerWidth(),position:a?"fixed":"absolute"}).animate(u,t.duration,t.easing,(function(){h.remove(),i()}))},e.widget("ui.progressbar",{version:"1.11.1",options:{max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min}),this.valueDiv=e("
    ").appendTo(this.element),this._refreshValue()},_destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.valueDiv.remove()},value:function(e){if(void 0===e)return this.options.value;this.options.value=this._constrainedValue(e),this._refreshValue()},_constrainedValue:function(e){return void 0===e&&(e=this.options.value),this.indeterminate=!1===e,"number"!=typeof e&&(e=0),!this.indeterminate&&Math.min(this.options.max,Math.max(this.min,e))},_setOptions:function(e){var t=e.value;delete e.value,this._super(e),this.options.value=this._constrainedValue(t),this._refreshValue()},_setOption:function(e,t){"max"===e&&(t=Math.max(this.min,t)),"disabled"===e&&this.element.toggleClass("ui-state-disabled",!!t).attr("aria-disabled",t),this._super(e,t)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var t=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||t>this.min).toggleClass("ui-corner-right",t===this.options.max).width(i.toFixed(0)+"%"),this.element.toggleClass("ui-progressbar-indeterminate",this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=e("
    ").appendTo(this.valueDiv))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":t}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==t&&(this.oldValue=t,this._trigger("change")),t===this.options.max&&this._trigger("complete")}}),e.widget("ui.selectable",e.ui.mouse,{version:"1.11.1",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var t,i=this;this.element.addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){(t=e(i.options.filter,i.element[0])).addClass("ui-selectee"),t.each((function(){var t=e(this),i=t.offset();e.data(this,"selectable-item",{element:this,$element:t,left:i.left,top:i.top,right:i.left+t.outerWidth(),bottom:i.top+t.outerHeight(),startselected:!1,selected:t.hasClass("ui-selected"),selecting:t.hasClass("ui-selecting"),unselecting:t.hasClass("ui-unselecting")})}))},this.refresh(),this.selectees=t.addClass("ui-selectee"),this._mouseInit(),this.helper=e("
    ")},_destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item"),this.element.removeClass("ui-selectable ui-selectable-disabled"),this._mouseDestroy()},_mouseStart:function(t){var i=this,n=this.options;this.opos=[t.pageX,t.pageY],this.options.disabled||(this.selectees=e(n.filter,this.element[0]),this._trigger("start",t),e(n.appendTo).append(this.helper),this.helper.css({left:t.pageX,top:t.pageY,width:0,height:0}),n.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each((function(){var n=e.data(this,"selectable-item");n.startselected=!0,t.metaKey||t.ctrlKey||(n.$element.removeClass("ui-selected"),n.selected=!1,n.$element.addClass("ui-unselecting"),n.unselecting=!0,i._trigger("unselecting",t,{unselecting:n.element}))})),e(t.target).parents().addBack().each((function(){var n,s=e.data(this,"selectable-item");if(s)return n=!t.metaKey&&!t.ctrlKey||!s.$element.hasClass("ui-selected"),s.$element.removeClass(n?"ui-unselecting":"ui-selected").addClass(n?"ui-selecting":"ui-unselecting"),s.unselecting=!n,s.selecting=n,s.selected=n,n?i._trigger("selecting",t,{selecting:s.element}):i._trigger("unselecting",t,{unselecting:s.element}),!1})))},_mouseDrag:function(t){if(this.dragged=!0,!this.options.disabled){var i,n=this,s=this.options,a=this.opos[0],r=this.opos[1],o=t.pageX,l=t.pageY;return a>o&&(i=o,o=a,a=i),r>l&&(i=l,l=r,r=i),this.helper.css({left:a,top:r,width:o-a,height:l-r}),this.selectees.each((function(){var i=e.data(this,"selectable-item"),d=!1;i&&i.element!==n.element[0]&&("touch"===s.tolerance?d=!(i.left>o||i.rightl||i.bottoma&&i.rightr&&i.bottom",options:{appendTo:null,disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:null,change:null,close:null,focus:null,open:null,select:null},_create:function(){var e=this.element.uniqueId().attr("id");this.ids={element:e,button:e+"-button",menu:e+"-menu"},this._drawButton(),this._drawMenu(),this.options.disabled&&this.disable()},_drawButton:function(){var t=this,i=this.element.attr("tabindex");this.label=e("label[for='"+this.ids.element+"']").attr("for",this.ids.button),this._on(this.label,{click:function(e){this.button.focus(),e.preventDefault()}}),this.element.hide(),this.button=e("",{class:"ui-selectmenu-button ui-widget ui-state-default ui-corner-all",tabindex:i||this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true"}).insertAfter(this.element),e("",{class:"ui-icon "+this.options.icons.button}).prependTo(this.button),this.buttonText=e("",{class:"ui-selectmenu-text"}).appendTo(this.button),this._setText(this.buttonText,this.element.find("option:selected").text()),this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",(function(){t.menuItems||t._refreshMenu()})),this._hoverable(this.button),this._focusable(this.button)},_drawMenu:function(){var t=this;this.menu=e("",{class:"select2-results__options select2-results__options--nested"});f.append(u),l.append(d),l.append(f)}else this.template(i,n);return t.StoreData(n,"data",i),n},i.prototype.bind=function(i,n){var s=this,a=i.id+"-results";this.$results.attr("id",a),i.on("results:all",(function(e){s.clear(),s.append(e.data),i.isOpen()&&(s.setClasses(),s.highlightFirstItem())})),i.on("results:append",(function(e){s.append(e.data),i.isOpen()&&s.setClasses()})),i.on("query",(function(e){s.hideMessages(),s.showLoading(e)})),i.on("select",(function(){i.isOpen()&&(s.setClasses(),s.options.get("scrollAfterSelect")&&s.highlightFirstItem())})),i.on("unselect",(function(){i.isOpen()&&(s.setClasses(),s.options.get("scrollAfterSelect")&&s.highlightFirstItem())})),i.on("open",(function(){s.$results.attr("aria-expanded","true"),s.$results.attr("aria-hidden","false"),s.setClasses(),s.ensureHighlightVisible()})),i.on("close",(function(){s.$results.attr("aria-expanded","false"),s.$results.attr("aria-hidden","true"),s.$results.removeAttr("aria-activedescendant")})),i.on("results:toggle",(function(){var e=s.getHighlightedResults();0!==e.length&&e.trigger("mouseup")})),i.on("results:select",(function(){var e=s.getHighlightedResults();if(0!==e.length){var i=t.GetData(e[0],"data");"true"==e.attr("aria-selected")?s.trigger("close",{}):s.trigger("select",{data:i})}})),i.on("results:previous",(function(){var e=s.getHighlightedResults(),t=s.$results.find("[aria-selected]"),i=t.index(e);if(!(i<=0)){var n=i-1;0===e.length&&(n=0);var a=t.eq(n);a.trigger("mouseenter");var r=s.$results.offset().top,o=a.offset().top,l=s.$results.scrollTop()+(o-r);0===n?s.$results.scrollTop(0):o-r<0&&s.$results.scrollTop(l)}})),i.on("results:next",(function(){var e=s.getHighlightedResults(),t=s.$results.find("[aria-selected]"),i=t.index(e)+1;if(!(i>=t.length)){var n=t.eq(i);n.trigger("mouseenter");var a=s.$results.offset().top+s.$results.outerHeight(!1),r=n.offset().top+n.outerHeight(!1),o=s.$results.scrollTop()+r-a;0===i?s.$results.scrollTop(0):r>a&&s.$results.scrollTop(o)}})),i.on("results:focus",(function(e){e.element.addClass("select2-results__option--highlighted")})),i.on("results:message",(function(e){s.displayMessage(e)})),e.fn.mousewheel&&this.$results.on("mousewheel",(function(e){var t=s.$results.scrollTop(),i=s.$results.get(0).scrollHeight-t+e.deltaY,n=e.deltaY>0&&t-e.deltaY<=0,a=e.deltaY<0&&i<=s.$results.height();n?(s.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):a&&(s.$results.scrollTop(s.$results.get(0).scrollHeight-s.$results.height()),e.preventDefault(),e.stopPropagation())})),this.$results.on("mouseup",".select2-results__option[aria-selected]",(function(i){var n=e(this),a=t.GetData(this,"data");"true"!==n.attr("aria-selected")?s.trigger("select",{originalEvent:i,data:a}):s.options.get("multiple")?s.trigger("unselect",{originalEvent:i,data:a}):s.trigger("close",{})})),this.$results.on("mouseenter",".select2-results__option[aria-selected]",(function(i){var n=t.GetData(this,"data");s.getHighlightedResults().removeClass("select2-results__option--highlighted"),s.trigger("results:focus",{data:n,element:e(this)})}))},i.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},i.prototype.destroy=function(){this.$results.remove()},i.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[aria-selected]").index(e),i=this.$results.offset().top,n=e.offset().top,s=this.$results.scrollTop()+(n-i),a=n-i;s-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(a>this.$results.outerHeight()||a<0)&&this.$results.scrollTop(s)}},i.prototype.template=function(t,i){var n=this.options.get("templateResult"),s=this.options.get("escapeMarkup"),a=n(t,i);null==a?i.style.display="none":"string"==typeof a?i.innerHTML=s(a):e(i).append(a)},i})),t.define("select2/keys",[],(function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}})),t.define("select2/selection/base",["jquery","../utils","../keys"],(function(e,t,i){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var i=e('');return this._tabindex=0,null!=t.GetData(this.$element[0],"old-tabindex")?this._tabindex=t.GetData(this.$element[0],"old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),i.attr("title",this.$element.attr("title")),i.attr("tabindex",this._tabindex),i.attr("aria-disabled","false"),this.$selection=i,i},n.prototype.bind=function(e,t){var n=this,s=e.id+"-results";this.container=e,this.$selection.on("focus",(function(e){n.trigger("focus",e)})),this.$selection.on("blur",(function(e){n._handleBlur(e)})),this.$selection.on("keydown",(function(e){n.trigger("keypress",e),e.which===i.SPACE&&e.preventDefault()})),e.on("results:focus",(function(e){n.$selection.attr("aria-activedescendant",e.data._resultId)})),e.on("selection:update",(function(e){n.update(e.data)})),e.on("open",(function(){n.$selection.attr("aria-expanded","true"),n.$selection.attr("aria-owns",s),n._attachCloseHandler(e)})),e.on("close",(function(){n.$selection.attr("aria-expanded","false"),n.$selection.removeAttr("aria-activedescendant"),n.$selection.removeAttr("aria-owns"),n.$selection.trigger("focus"),n._detachCloseHandler(e)})),e.on("enable",(function(){n.$selection.attr("tabindex",n._tabindex),n.$selection.attr("aria-disabled","false")})),e.on("disable",(function(){n.$selection.attr("tabindex","-1"),n.$selection.attr("aria-disabled","true")}))},n.prototype._handleBlur=function(t){var i=this;window.setTimeout((function(){document.activeElement==i.$selection[0]||e.contains(i.$selection[0],document.activeElement)||i.trigger("blur",t)}),1)},n.prototype._attachCloseHandler=function(i){e(document.body).on("mousedown.select2."+i.id,(function(i){var n=e(i.target).closest(".select2");e(".select2.select2-container--open").each((function(){this!=n[0]&&t.GetData(this,"element").select2("close")}))}))},n.prototype._detachCloseHandler=function(t){e(document.body).off("mousedown.select2."+t.id)},n.prototype.position=function(e,t){t.find(".selection").append(e)},n.prototype.destroy=function(){this._detachCloseHandler(this.container)},n.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},n.prototype.isEnabled=function(){return!this.isDisabled()},n.prototype.isDisabled=function(){return this.options.get("disabled")},n})),t.define("select2/selection/single",["jquery","./base","../utils","../keys"],(function(e,t,i,n){function s(){s.__super__.constructor.apply(this,arguments)}return i.Extend(s,t),s.prototype.render=function(){var e=s.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html(''),e},s.prototype.bind=function(e,t){var i=this;s.__super__.bind.apply(this,arguments);var n=e.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",n).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",n),this.$selection.on("mousedown",(function(e){1===e.which&&i.trigger("toggle",{originalEvent:e})})),this.$selection.on("focus",(function(e){})),this.$selection.on("blur",(function(e){})),e.on("focus",(function(t){e.isOpen()||i.$selection.trigger("focus")}))},s.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},s.prototype.display=function(e,t){var i=this.options.get("templateSelection");return this.options.get("escapeMarkup")(i(e,t))},s.prototype.selectionContainer=function(){return e("")},s.prototype.update=function(e){if(0!==e.length){var t=e[0],i=this.$selection.find(".select2-selection__rendered"),n=this.display(t,i);i.empty().append(n);var s=t.title||t.text;s?i.attr("title",s):i.removeAttr("title")}else this.clear()},s})),t.define("select2/selection/multiple",["jquery","./base","../utils"],(function(e,t,i){function n(e,t){n.__super__.constructor.apply(this,arguments)}return i.Extend(n,t),n.prototype.render=function(){var e=n.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('
      '),e},n.prototype.bind=function(t,s){var a=this;n.__super__.bind.apply(this,arguments),this.$selection.on("click",(function(e){a.trigger("toggle",{originalEvent:e})})),this.$selection.on("click",".select2-selection__choice__remove",(function(t){if(!a.isDisabled()){var n=e(this).parent(),s=i.GetData(n[0],"data");a.trigger("unselect",{originalEvent:t,data:s})}}))},n.prototype.clear=function(){var e=this.$selection.find(".select2-selection__rendered");e.empty(),e.removeAttr("title")},n.prototype.display=function(e,t){var i=this.options.get("templateSelection");return this.options.get("escapeMarkup")(i(e,t))},n.prototype.selectionContainer=function(){return e('
    • ×
    • ')},n.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],n=0;n1||i)return e.call(this,t);this.clear();var n=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(n)},t})),t.define("select2/selection/allowClear",["jquery","../keys","../utils"],(function(e,t,i){function n(){}return n.prototype.bind=function(e,t,i){var n=this;e.call(this,t,i),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",(function(e){n._handleClear(e)})),t.on("keypress",(function(e){n._handleKeyboardClear(e,t)}))},n.prototype._handleClear=function(e,t){if(!this.isDisabled()){var n=this.$selection.find(".select2-selection__clear");if(0!==n.length){t.stopPropagation();var s=i.GetData(n[0],"data"),a=this.$element.val();this.$element.val(this.placeholder.id);var r={data:s};if(this.trigger("clear",r),r.prevented)this.$element.val(a);else{for(var o=0;o0||0===n.length)){var s=this.options.get("translations").get("removeAllItems"),a=e('×');i.StoreData(a[0],"data",n),this.$selection.find(".select2-selection__rendered").prepend(a)}},n})),t.define("select2/selection/search",["jquery","../utils","../keys"],(function(e,t,i){function n(e,t,i){e.call(this,t,i)}return n.prototype.render=function(t){var i=e('');this.$searchContainer=i,this.$search=i.find("input");var n=t.call(this);return this._transferTabIndex(),n},n.prototype.bind=function(e,n,s){var a=this,r=n.id+"-results";e.call(this,n,s),n.on("open",(function(){a.$search.attr("aria-controls",r),a.$search.trigger("focus")})),n.on("close",(function(){a.$search.val(""),a.$search.removeAttr("aria-controls"),a.$search.removeAttr("aria-activedescendant"),a.$search.trigger("focus")})),n.on("enable",(function(){a.$search.prop("disabled",!1),a._transferTabIndex()})),n.on("disable",(function(){a.$search.prop("disabled",!0)})),n.on("focus",(function(e){a.$search.trigger("focus")})),n.on("results:focus",(function(e){e.data._resultId?a.$search.attr("aria-activedescendant",e.data._resultId):a.$search.removeAttr("aria-activedescendant")})),this.$selection.on("focusin",".select2-search--inline",(function(e){a.trigger("focus",e)})),this.$selection.on("focusout",".select2-search--inline",(function(e){a._handleBlur(e)})),this.$selection.on("keydown",".select2-search--inline",(function(e){if(e.stopPropagation(),a.trigger("keypress",e),a._keyUpPrevented=e.isDefaultPrevented(),e.which===i.BACKSPACE&&""===a.$search.val()){var n=a.$searchContainer.prev(".select2-selection__choice");if(n.length>0){var s=t.GetData(n[0],"data");a.searchRemoveChoice(s),e.preventDefault()}}})),this.$selection.on("click",".select2-search--inline",(function(e){a.$search.val()&&e.stopPropagation()}));var o=document.documentMode,l=o&&o<=11;this.$selection.on("input.searchcheck",".select2-search--inline",(function(e){l?a.$selection.off("input.search input.searchcheck"):a.$selection.off("keyup.search")})),this.$selection.on("keyup.search input.search",".select2-search--inline",(function(e){if(l&&"input"===e.type)a.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=i.SHIFT&&t!=i.CTRL&&t!=i.ALT&&t!=i.TAB&&a.handleSearch(e)}}))},n.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},n.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},n.prototype.update=function(e,t){var i=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),i&&this.$search.trigger("focus")},n.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},n.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},n.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";e=""!==this.$search.attr("placeholder")?this.$selection.find(".select2-selection__rendered").width():.75*(this.$search.val().length+1)+"em",this.$search.css("width",e)},n})),t.define("select2/selection/eventRelay",["jquery"],(function(e){function t(){}return t.prototype.bind=function(t,i,n){var s=this,a=["open","opening","close","closing","select","selecting","unselect","unselecting","clear","clearing"],r=["opening","closing","selecting","unselecting","clearing"];t.call(this,i,n),i.on("*",(function(t,i){if(-1!==e.inArray(t,a)){i=i||{};var n=e.Event("select2:"+t,{params:i});s.$element.trigger(n),-1!==e.inArray(t,r)&&(i.prevented=n.isDefaultPrevented())}}))},t})),t.define("select2/translation",["jquery","require"],(function(e,t){function i(e){this.dict=e||{}}return i.prototype.all=function(){return this.dict},i.prototype.get=function(e){return this.dict[e]},i.prototype.extend=function(t){this.dict=e.extend({},t.all(),this.dict)},i._cache={},i.loadPath=function(e){if(!(e in i._cache)){var n=t(e);i._cache[e]=n}return new i(i._cache[e])},i})),t.define("select2/diacritics",[],(function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Œ":"OE","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","œ":"oe","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ώ":"ω","ς":"σ","’":"'"}})),t.define("select2/data/base",["../utils"],(function(e){function t(e,i){t.__super__.constructor.call(this)}return e.Extend(t,e.Observable),t.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},t.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},t.prototype.bind=function(e,t){},t.prototype.destroy=function(){},t.prototype.generateResultId=function(t,i){var n=t.id+"-result-";return n+=e.generateChars(4),null!=i.id?n+="-"+i.id.toString():n+="-"+e.generateChars(4),n},t})),t.define("select2/data/select",["./base","../utils","jquery"],(function(e,t,i){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,e),n.prototype.current=function(e){var t=[],n=this;this.$element.find(":selected").each((function(){var e=i(this),s=n.item(e);t.push(s)})),e(t)},n.prototype.select=function(e){var t=this;if(e.selected=!0,i(e.element).is("option"))return e.element.selected=!0,void this.$element.trigger("input").trigger("change");if(this.$element.prop("multiple"))this.current((function(n){var s=[];(e=[e]).push.apply(e,n);for(var a=0;a=0){var u=s.filter(o(d)),c=this.item(u),h=i.extend(!0,{},d,c),p=this.option(h);u.replaceWith(p)}else{var f=this.option(d);if(d.children){var m=this.convertToOptions(d.children);t.appendMany(f,m)}r.push(f)}}return r},n})),t.define("select2/data/ajax",["./array","../utils","jquery"],(function(e,t,i){function n(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),n.__super__.constructor.call(this,e,t)}return t.Extend(n,e),n.prototype._applyDefaults=function(e){var t={data:function(e){return i.extend({},e,{q:e.term})},transport:function(e,t,n){var s=i.ajax(e);return s.then(t),s.fail(n),s}};return i.extend({},t,e,!0)},n.prototype.processResults=function(e){return e},n.prototype.query=function(e,t){var n=this;null!=this._request&&(i.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var s=i.extend({type:"GET"},this.ajaxOptions);function a(){var a=s.transport(s,(function(s){var a=n.processResults(s,e);n.options.get("debug")&&window.console&&console.error&&(a&&a.results&&i.isArray(a.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),t(a)}),(function(){(!("status"in a)||0!==a.status&&"0"!==a.status)&&n.trigger("results:message",{message:"errorLoading"})}));n._request=a}"function"==typeof s.url&&(s.url=s.url.call(this.$element,e)),"function"==typeof s.data&&(s.data=s.data.call(this.$element,e)),this.ajaxOptions.delay&&null!=e.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(a,this.ajaxOptions.delay)):a()},n})),t.define("select2/data/tags",["jquery"],(function(e){function t(t,i,n){var s=n.get("tags"),a=n.get("createTag");void 0!==a&&(this.createTag=a);var r=n.get("insertTag");if(void 0!==r&&(this.insertTag=r),t.call(this,i,n),e.isArray(s))for(var o=0;o0&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,i)},e})),t.define("select2/data/maximumSelectionLength",[],(function(){function e(e,t,i){this.maximumSelectionLength=i.get("maximumSelectionLength"),e.call(this,t,i)}return e.prototype.bind=function(e,t,i){var n=this;e.call(this,t,i),t.on("select",(function(){n._checkIfMaximumSelected()}))},e.prototype.query=function(e,t,i){var n=this;this._checkIfMaximumSelected((function(){e.call(n,t,i)}))},e.prototype._checkIfMaximumSelected=function(e,t){var i=this;this.current((function(e){var n=null!=e?e.length:0;i.maximumSelectionLength>0&&n>=i.maximumSelectionLength?i.trigger("results:message",{message:"maximumSelected",args:{maximum:i.maximumSelectionLength}}):t&&t()}))},e})),t.define("select2/dropdown",["jquery","./utils"],(function(e,t){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,t.Observable),i.prototype.render=function(){var t=e('');return t.attr("dir",this.options.get("dir")),this.$dropdown=t,t},i.prototype.bind=function(){},i.prototype.position=function(e,t){},i.prototype.destroy=function(){this.$dropdown.remove()},i})),t.define("select2/dropdown/search",["jquery","../utils"],(function(e,t){function i(){}return i.prototype.render=function(t){var i=t.call(this),n=e('');return this.$searchContainer=n,this.$search=n.find("input"),i.prepend(n),i},i.prototype.bind=function(t,i,n){var s=this,a=i.id+"-results";t.call(this,i,n),this.$search.on("keydown",(function(e){s.trigger("keypress",e),s._keyUpPrevented=e.isDefaultPrevented()})),this.$search.on("input",(function(t){e(this).off("keyup")})),this.$search.on("keyup input",(function(e){s.handleSearch(e)})),i.on("open",(function(){s.$search.attr("tabindex",0),s.$search.attr("aria-controls",a),s.$search.trigger("focus"),window.setTimeout((function(){s.$search.trigger("focus")}),0)})),i.on("close",(function(){s.$search.attr("tabindex",-1),s.$search.removeAttr("aria-controls"),s.$search.removeAttr("aria-activedescendant"),s.$search.val(""),s.$search.trigger("blur")})),i.on("focus",(function(){i.isOpen()||s.$search.trigger("focus")})),i.on("results:all",(function(e){null!=e.query.term&&""!==e.query.term||(s.showSearch(e)?s.$searchContainer.removeClass("select2-search--hide"):s.$searchContainer.addClass("select2-search--hide"))})),i.on("results:focus",(function(e){e.data._resultId?s.$search.attr("aria-activedescendant",e.data._resultId):s.$search.removeAttr("aria-activedescendant")}))},i.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},i.prototype.showSearch=function(e,t){return!0},i})),t.define("select2/dropdown/hidePlaceholder",[],(function(){function e(e,t,i,n){this.placeholder=this.normalizePlaceholder(i.get("placeholder")),e.call(this,t,i,n)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var i=t.slice(0),n=t.length-1;n>=0;n--){var s=t[n];this.placeholder.id===s.id&&i.splice(n,1)}return i},e})),t.define("select2/dropdown/infiniteScroll",["jquery"],(function(e){function t(e,t,i,n){this.lastParams={},e.call(this,t,i,n),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return t.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&(this.$results.append(this.$loadingMore),this.loadMoreIfNeeded())},t.prototype.bind=function(e,t,i){var n=this;e.call(this,t,i),t.on("query",(function(e){n.lastParams=e,n.loading=!0})),t.on("query:append",(function(e){n.lastParams=e,n.loading=!0})),this.$results.on("scroll",this.loadMoreIfNeeded.bind(this))},t.prototype.loadMoreIfNeeded=function(){var t=e.contains(document.documentElement,this.$loadingMore[0]);!this.loading&&t&&this.$results.offset().top+this.$results.outerHeight(!1)+50>=this.$loadingMore.offset().top+this.$loadingMore.outerHeight(!1)&&this.loadMore()},t.prototype.loadMore=function(){this.loading=!0;var t=e.extend({},{page:1},this.lastParams);t.page++,this.trigger("query:append",t)},t.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},t.prototype.createLoadingMore=function(){var t=e('
    • '),i=this.options.get("translations").get("loadingMore");return t.html(i(this.lastParams)),t},t})),t.define("select2/dropdown/attachBody",["jquery","../utils"],(function(e,t){function i(t,i,n){this.$dropdownParent=e(n.get("dropdownParent")||document.body),t.call(this,i,n)}return i.prototype.bind=function(e,t,i){var n=this;e.call(this,t,i),t.on("open",(function(){n._showDropdown(),n._attachPositioningHandler(t),n._bindContainerResultHandlers(t)})),t.on("close",(function(){n._hideDropdown(),n._detachPositioningHandler(t)})),this.$dropdownContainer.on("mousedown",(function(e){e.stopPropagation()}))},i.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},i.prototype.position=function(e,t,i){t.attr("class",i.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=i},i.prototype.render=function(t){var i=e(""),n=t.call(this);return i.append(n),this.$dropdownContainer=i,i},i.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},i.prototype._bindContainerResultHandlers=function(e,t){if(!this._containerResultsHandlersBound){var i=this;t.on("results:all",(function(){i._positionDropdown(),i._resizeDropdown()})),t.on("results:append",(function(){i._positionDropdown(),i._resizeDropdown()})),t.on("results:message",(function(){i._positionDropdown(),i._resizeDropdown()})),t.on("select",(function(){i._positionDropdown(),i._resizeDropdown()})),t.on("unselect",(function(){i._positionDropdown(),i._resizeDropdown()})),this._containerResultsHandlersBound=!0}},i.prototype._attachPositioningHandler=function(i,n){var s=this,a="scroll.select2."+n.id,r="resize.select2."+n.id,o="orientationchange.select2."+n.id,l=this.$container.parents().filter(t.hasScroll);l.each((function(){t.StoreData(this,"select2-scroll-position",{x:e(this).scrollLeft(),y:e(this).scrollTop()})})),l.on(a,(function(i){var n=t.GetData(this,"select2-scroll-position");e(this).scrollTop(n.y)})),e(window).on(a+" "+r+" "+o,(function(e){s._positionDropdown(),s._resizeDropdown()}))},i.prototype._detachPositioningHandler=function(i,n){var s="scroll.select2."+n.id,a="resize.select2."+n.id,r="orientationchange.select2."+n.id;this.$container.parents().filter(t.hasScroll).off(s),e(window).off(s+" "+a+" "+r)},i.prototype._positionDropdown=function(){var t=e(window),i=this.$dropdown.hasClass("select2-dropdown--above"),n=this.$dropdown.hasClass("select2-dropdown--below"),s=null,a=this.$container.offset();a.bottom=a.top+this.$container.outerHeight(!1);var r={height:this.$container.outerHeight(!1)};r.top=a.top,r.bottom=a.top+r.height;var o=this.$dropdown.outerHeight(!1),l=t.scrollTop(),d=t.scrollTop()+t.height(),u=la.bottom+o,h={left:a.left,top:r.bottom},p=this.$dropdownParent;"static"===p.css("position")&&(p=p.offsetParent());var f={top:0,left:0};(e.contains(document.body,p[0])||p[0].isConnected)&&(f=p.offset()),h.top-=f.top,h.left-=f.left,i||n||(s="below"),c||!u||i?!u&&c&&i&&(s="below"):s="above",("above"==s||i&&"below"!==s)&&(h.top=r.top-f.top-o),null!=s&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+s),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+s)),this.$dropdownContainer.css(h)},i.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},i.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},i})),t.define("select2/dropdown/minimumResultsForSearch",[],(function(){function e(e,t,i,n){this.minimumResultsForSearch=i.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,i,n)}return e.prototype.showSearch=function(e,t){return!(function e(t){for(var i=0,n=0;n0&&(u.dataAdapter=d.Decorate(u.dataAdapter,g)),u.maximumInputLength>0&&(u.dataAdapter=d.Decorate(u.dataAdapter,v)),u.maximumSelectionLength>0&&(u.dataAdapter=d.Decorate(u.dataAdapter,y)),u.tags&&(u.dataAdapter=d.Decorate(u.dataAdapter,m)),null==u.tokenSeparators&&null==u.tokenizer||(u.dataAdapter=d.Decorate(u.dataAdapter,_)),null!=u.query){var c=t(u.amdBase+"compat/query");u.dataAdapter=d.Decorate(u.dataAdapter,c)}if(null!=u.initSelection){var x=t(u.amdBase+"compat/initSelection");u.dataAdapter=d.Decorate(u.dataAdapter,x)}}if(null==u.resultsAdapter&&(u.resultsAdapter=i,null!=u.ajax&&(u.resultsAdapter=d.Decorate(u.resultsAdapter,L)),null!=u.placeholder&&(u.resultsAdapter=d.Decorate(u.resultsAdapter,M)),u.selectOnClose&&(u.resultsAdapter=d.Decorate(u.resultsAdapter,T))),null==u.dropdownAdapter){if(u.multiple)u.dropdownAdapter=b;else{var Y=d.Decorate(b,w);u.dropdownAdapter=Y}if(0!==u.minimumResultsForSearch&&(u.dropdownAdapter=d.Decorate(u.dropdownAdapter,D)),u.closeOnSelect&&(u.dropdownAdapter=d.Decorate(u.dropdownAdapter,S)),null!=u.dropdownCssClass||null!=u.dropdownCss||null!=u.adaptDropdownCssClass){var C=t(u.amdBase+"compat/dropdownCss");u.dropdownAdapter=d.Decorate(u.dropdownAdapter,C)}u.dropdownAdapter=d.Decorate(u.dropdownAdapter,k)}if(null==u.selectionAdapter){if(u.multiple?u.selectionAdapter=s:u.selectionAdapter=n,null!=u.placeholder&&(u.selectionAdapter=d.Decorate(u.selectionAdapter,a)),u.allowClear&&(u.selectionAdapter=d.Decorate(u.selectionAdapter,r)),u.multiple&&(u.selectionAdapter=d.Decorate(u.selectionAdapter,o)),null!=u.containerCssClass||null!=u.containerCss||null!=u.adaptContainerCssClass){var H=t(u.amdBase+"compat/containerCss");u.selectionAdapter=d.Decorate(u.selectionAdapter,H)}u.selectionAdapter=d.Decorate(u.selectionAdapter,l)}u.language=this._resolveLanguage(u.language),u.language.push("en");for(var E=[],A=0;A0){for(var a=e.extend(!0,{},s),r=s.children.length-1;r>=0;r--)null==i(n,s.children[r])&&a.children.splice(r,1);return a.children.length>0?a:i(n,a)}var o=t(s.text).toUpperCase(),l=t(n.term).toUpperCase();return o.indexOf(l)>-1?s:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,scrollAfterSelect:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},Y.prototype.applyFromElement=function(e,t){var i=e.language,n=this.defaults.language,s=t.prop("lang"),a=t.closest("[lang]").prop("lang"),r=Array.prototype.concat.call(this._resolveLanguage(s),this._resolveLanguage(i),this._resolveLanguage(n),this._resolveLanguage(a));return e.language=r,e},Y.prototype._resolveLanguage=function(t){if(!t)return[];if(e.isEmptyObject(t))return[];if(e.isPlainObject(t))return[t];var i;i=e.isArray(t)?t:[t];for(var n=[],s=0;s0){var a=i[s].split("-")[0];n.push(a)}return n},Y.prototype._processTranslations=function(t,i){for(var n=new u,s=0;s-1||(t.isPlainObject(this.options[c])?t.extend(this.options[c],u[c]):this.options[c]=u[c]);return this},s.prototype.get=function(e){return this.options[e]},s.prototype.set=function(e,t){this.options[e]=t},s})),t.define("select2/core",["jquery","./options","./utils","./keys"],(function(e,t,i,n){var s=function(e,n){null!=i.GetData(e[0],"select2")&&i.GetData(e[0],"select2").destroy(),this.$element=e,this.id=this._generateId(e),n=n||{},this.options=new t(n,e),s.__super__.constructor.call(this);var a=e.attr("tabindex")||0;i.StoreData(e[0],"old-tabindex",a),e.attr("tabindex","-1");var r=this.options.get("dataAdapter");this.dataAdapter=new r(e,this.options);var o=this.render();this._placeContainer(o);var l=this.options.get("selectionAdapter");this.selection=new l(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,o);var d=this.options.get("dropdownAdapter");this.dropdown=new d(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,o);var u=this.options.get("resultsAdapter");this.results=new u(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var c=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current((function(e){c.trigger("selection:update",{data:e})})),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),i.StoreData(e[0],"select2",this),e.data("select2",this)};return i.Extend(s,i.Observable),s.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+i.generateChars(2):i.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},s.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},s.prototype._resolveWidth=function(e,t){var i=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var n=this._resolveWidth(e,"style");return null!=n?n:this._resolveWidth(e,"element")}if("element"==t){var s=e.outerWidth(!1);return s<=0?"auto":s+"px"}if("style"==t){var a=e.attr("style");if("string"!=typeof a)return null;for(var r=a.split(";"),o=0,l=r.length;o=1)return d[1]}return null}return"computedstyle"==t?window.getComputedStyle(e[0]).width:t},s.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},s.prototype._registerDomEvents=function(){var e=this;this.$element.on("change.select2",(function(){e.dataAdapter.current((function(t){e.trigger("selection:update",{data:t})}))})),this.$element.on("focus.select2",(function(t){e.trigger("focus",t)})),this._syncA=i.bind(this._syncAttributes,this),this._syncS=i.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var t=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=t?(this._observer=new t((function(t){e._syncA(),e._syncS(null,t)})),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",e._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",e._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",e._syncS,!1))},s.prototype._registerDataEvents=function(){var e=this;this.dataAdapter.on("*",(function(t,i){e.trigger(t,i)}))},s.prototype._registerSelectionEvents=function(){var t=this,i=["toggle","focus"];this.selection.on("toggle",(function(){t.toggleDropdown()})),this.selection.on("focus",(function(e){t.focus(e)})),this.selection.on("*",(function(n,s){-1===e.inArray(n,i)&&t.trigger(n,s)}))},s.prototype._registerDropdownEvents=function(){var e=this;this.dropdown.on("*",(function(t,i){e.trigger(t,i)}))},s.prototype._registerResultsEvents=function(){var e=this;this.results.on("*",(function(t,i){e.trigger(t,i)}))},s.prototype._registerEvents=function(){var e=this;this.on("open",(function(){e.$container.addClass("select2-container--open")})),this.on("close",(function(){e.$container.removeClass("select2-container--open")})),this.on("enable",(function(){e.$container.removeClass("select2-container--disabled")})),this.on("disable",(function(){e.$container.addClass("select2-container--disabled")})),this.on("blur",(function(){e.$container.removeClass("select2-container--focus")})),this.on("query",(function(t){e.isOpen()||e.trigger("open",{}),this.dataAdapter.query(t,(function(i){e.trigger("results:all",{data:i,query:t})}))})),this.on("query:append",(function(t){this.dataAdapter.query(t,(function(i){e.trigger("results:append",{data:i,query:t})}))})),this.on("keypress",(function(t){var i=t.which;e.isOpen()?i===n.ESC||i===n.TAB||i===n.UP&&t.altKey?(e.close(t),t.preventDefault()):i===n.ENTER?(e.trigger("results:select",{}),t.preventDefault()):i===n.SPACE&&t.ctrlKey?(e.trigger("results:toggle",{}),t.preventDefault()):i===n.UP?(e.trigger("results:previous",{}),t.preventDefault()):i===n.DOWN&&(e.trigger("results:next",{}),t.preventDefault()):(i===n.ENTER||i===n.SPACE||i===n.DOWN&&t.altKey)&&(e.open(),t.preventDefault())}))},s.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.isDisabled()?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},s.prototype._isChangeMutation=function(t,i){var n=!1,s=this;if(!t||!t.target||"OPTION"===t.target.nodeName||"OPTGROUP"===t.target.nodeName){if(i)if(i.addedNodes&&i.addedNodes.length>0)for(var a=0;a0?n=!0:e.isArray(i)&&e.each(i,(function(e,t){if(s._isChangeMutation(e,t))return n=!0,!1}));else n=!0;return n}},s.prototype._syncSubtree=function(e,t){var i=this._isChangeMutation(e,t),n=this;i&&this.dataAdapter.current((function(e){n.trigger("selection:update",{data:e})}))},s.prototype.trigger=function(e,t){var i=s.__super__.trigger,n={open:"opening",close:"closing",select:"selecting",unselect:"unselecting",clear:"clearing"};if(void 0===t&&(t={}),e in n){var a=n[e],r={prevented:!1,name:e,args:t};if(i.call(this,a,r),r.prevented)return void(t.prevented=!0)}i.call(this,e,t)},s.prototype.toggleDropdown=function(){this.isDisabled()||(this.isOpen()?this.close():this.open())},s.prototype.open=function(){this.isOpen()||this.isDisabled()||this.trigger("query",{})},s.prototype.close=function(e){this.isOpen()&&this.trigger("close",{originalEvent:e})},s.prototype.isEnabled=function(){return!this.isDisabled()},s.prototype.isDisabled=function(){return this.options.get("disabled")},s.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},s.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},s.prototype.focus=function(e){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},s.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},s.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var e=[];return this.dataAdapter.current((function(t){e=t})),e},s.prototype.val=function(t){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==t||0===t.length)return this.$element.val();var i=t[0];e.isArray(i)&&(i=e.map(i,(function(e){return e.toString()}))),this.$element.val(i).trigger("input").trigger("change")},s.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",i.GetData(this.$element[0],"old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),i.RemoveData(this.$element[0]),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},s.prototype.render=function(){var t=e('');return t.attr("dir",this.options.get("dir")),this.$container=t,this.$container.addClass("select2-container--"+this.options.get("theme")),i.StoreData(t[0],"element",this.$element),t},s})),t.define("jquery-mousewheel",["jquery"],(function(e){return e})),t.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults","./select2/utils"],(function(e,t,i,n,s){if(null==e.fn.select2){var a=["open","close","destroy"];e.fn.select2=function(t){if("object"==typeof(t=t||{}))return this.each((function(){var n=e.extend(!0,{},t);new i(e(this),n)})),this;if("string"==typeof t){var n,r=Array.prototype.slice.call(arguments,1);return this.each((function(){var e=s.GetData(this,"select2");null==e&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),n=e[t].apply(e,r)})),e.inArray(t,a)>-1?this:n}throw new Error("Invalid arguments for Select2: "+t)}}return null==e.fn.select2.defaults&&(e.fn.select2.defaults=n),i})),{define:t.define,require:t.require}}(),i=t.require("jquery.select2");return e.fn.select2.amd=t,i})?n.apply(t,s):n)||(e.exports=a)},Dkky:function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(i("wd/R"))},Dmvi:function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(i("wd/R"))},DoHr:function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,i){return e<12?i?"öö":"ÖÖ":i?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,i){switch(i){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var n=e%10;return e+(t[n]||t[e%100-n]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(i("wd/R"))},DxQv:function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(i("wd/R"))},Dzi0:function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(i("wd/R"))},"E+lV":function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,i,n){var s=t.words[n];return 1===n.length?i?s[0]:s[1]:e+" "+t.correctGrammaticalCase(e,s)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(i("wd/R"))},EOgW:function(e,t,i){!function(e){"use strict"; +//! moment.js locale configuration +e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,i){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(i("wd/R"))},EVdn:function(e,t,i){var n; +/*! + * jQuery JavaScript Library v3.5.1 + * https://jquery.com/ + * + * Includes Sizzle.js + * https://sizzlejs.com/ + * + * Copyright JS Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2020-05-04T22:49Z + */!function(t,i){"use strict";"object"==typeof e.exports?e.exports=t.document?i(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return i(e)}:i(t)}("undefined"!=typeof window?window:this,(function(i,s){"use strict";var a=[],r=Object.getPrototypeOf,o=a.slice,l=a.flat?function(e){return a.flat.call(e)}:function(e){return a.concat.apply([],e)},d=a.push,u=a.indexOf,c={},h=c.toString,p=c.hasOwnProperty,f=p.toString,m=f.call(Object),_={},g=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},v=function(e){return null!=e&&e===e.window},y=i.document,b={type:!0,src:!0,nonce:!0,noModule:!0};function w(e,t,i){var n,s,a=(i=i||y).createElement("script");if(a.text=e,t)for(n in b)(s=t[n]||t.getAttribute&&t.getAttribute(n))&&a.setAttribute(n,s);i.head.appendChild(a).parentNode.removeChild(a)}function M(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?c[h.call(e)]||"object":typeof e}var L=function(e,t){return new L.fn.init(e,t)};function k(e){var t=!!e&&"length"in e&&e.length,i=M(e);return!g(e)&&!v(e)&&("array"===i||0===t||"number"==typeof t&&t>0&&t-1 in e)}L.fn=L.prototype={jquery:"3.5.1",constructor:L,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=L.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return L.each(this,e)},map:function(e){return this.pushStack(L.map(this,(function(t,i){return e.call(t,i,t)})))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(L.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(L.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,i=+e+(e<0?t:0);return this.pushStack(i>=0&&i+~]|"+O+")"+O+"*"),q=new RegExp(O+"|>"),U=new RegExp(R),V=new RegExp("^"+W+"$"),J={ID:new RegExp("^#("+W+")"),CLASS:new RegExp("^\\.("+W+")"),TAG:new RegExp("^("+W+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+O+"*(even|odd|(([+-]|)(\\d*)n|)"+O+"*(?:([+-]|)"+O+"*(\\d+)|))"+O+"*\\)|)","i"),bool:new RegExp("^(?:"+I+")$","i"),needsContext:new RegExp("^"+O+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+O+"*((?:-\\d)?\\d*)"+O+"*\\)|)(?=[^-]|$)","i")},G=/HTML$/i,X=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+O+"?|\\\\([^\\r\\n\\f])","g"),ie=function(e,t){var i="0x"+e.slice(1)-65536;return t||(i<0?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320))},ne=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,se=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ae=function(){h()},re=be((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{A.apply(C=P.call(w.childNodes),w.childNodes),C[w.childNodes.length].nodeType}catch(e){A={apply:C.length?function(e,t){E.apply(e,P.call(t))}:function(e,t){for(var i=e.length,n=0;e[i++]=t[n++];);e.length=i-1}}}function oe(e,t,n,s){var a,o,d,u,c,f,g,v=t&&t.ownerDocument,w=t?t.nodeType:9;if(n=n||[],"string"!=typeof e||!e||1!==w&&9!==w&&11!==w)return n;if(!s&&(h(t),t=t||p,m)){if(11!==w&&(c=Z.exec(e)))if(a=c[1]){if(9===w){if(!(d=t.getElementById(a)))return n;if(d.id===a)return n.push(d),n}else if(v&&(d=v.getElementById(a))&&y(t,d)&&d.id===a)return n.push(d),n}else{if(c[2])return A.apply(n,t.getElementsByTagName(e)),n;if((a=c[3])&&i.getElementsByClassName&&t.getElementsByClassName)return A.apply(n,t.getElementsByClassName(a)),n}if(i.qsa&&!S[e+" "]&&(!_||!_.test(e))&&(1!==w||"object"!==t.nodeName.toLowerCase())){if(g=e,v=t,1===w&&(q.test(e)||B.test(e))){for((v=ee.test(e)&&ge(t.parentNode)||t)===t&&i.scope||((u=t.getAttribute("id"))?u=u.replace(ne,se):t.setAttribute("id",u=b)),o=(f=r(e)).length;o--;)f[o]=(u?"#"+u:":scope")+" "+ye(f[o]);g=f.join(",")}try{return A.apply(n,v.querySelectorAll(g)),n}catch(t){S(e,!0)}finally{u===b&&t.removeAttribute("id")}}}return l(e.replace(z,"$1"),t,n,s)}function le(){var e=[];return function t(i,s){return e.push(i+" ")>n.cacheLength&&delete t[e.shift()],t[i+" "]=s}}function de(e){return e[b]=!0,e}function ue(e){var t=p.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ce(e,t){for(var i=e.split("|"),s=i.length;s--;)n.attrHandle[i[s]]=t}function he(e,t){var i=t&&e,n=i&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(n)return n;if(i)for(;i=i.nextSibling;)if(i===t)return-1;return e?1:-1}function pe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function fe(e){return function(t){var i=t.nodeName.toLowerCase();return("input"===i||"button"===i)&&t.type===e}}function me(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&re(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function _e(e){return de((function(t){return t=+t,de((function(i,n){for(var s,a=e([],i.length,t),r=a.length;r--;)i[s=a[r]]&&(i[s]=!(n[s]=i[s]))}))}))}function ge(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in i=oe.support={},a=oe.isXML=function(e){var t=e.namespaceURI,i=(e.ownerDocument||e).documentElement;return!G.test(t||i&&i.nodeName||"HTML")},h=oe.setDocument=function(e){var t,s,r=e?e.ownerDocument||e:w;return r!=p&&9===r.nodeType&&r.documentElement?(f=(p=r).documentElement,m=!a(p),w!=p&&(s=p.defaultView)&&s.top!==s&&(s.addEventListener?s.addEventListener("unload",ae,!1):s.attachEvent&&s.attachEvent("onunload",ae)),i.scope=ue((function(e){return f.appendChild(e).appendChild(p.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),i.attributes=ue((function(e){return e.className="i",!e.getAttribute("className")})),i.getElementsByTagName=ue((function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length})),i.getElementsByClassName=Q.test(p.getElementsByClassName),i.getById=ue((function(e){return f.appendChild(e).id=b,!p.getElementsByName||!p.getElementsByName(b).length})),i.getById?(n.filter.ID=function(e){var t=e.replace(te,ie);return function(e){return e.getAttribute("id")===t}},n.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var i=t.getElementById(e);return i?[i]:[]}}):(n.filter.ID=function(e){var t=e.replace(te,ie);return function(e){var i=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return i&&i.value===t}},n.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var i,n,s,a=t.getElementById(e);if(a){if((i=a.getAttributeNode("id"))&&i.value===e)return[a];for(s=t.getElementsByName(e),n=0;a=s[n++];)if((i=a.getAttributeNode("id"))&&i.value===e)return[a]}return[]}}),n.find.TAG=i.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):i.qsa?t.querySelectorAll(e):void 0}:function(e,t){var i,n=[],s=0,a=t.getElementsByTagName(e);if("*"===e){for(;i=a[s++];)1===i.nodeType&&n.push(i);return n}return a},n.find.CLASS=i.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},g=[],_=[],(i.qsa=Q.test(p.querySelectorAll))&&(ue((function(e){var t;f.appendChild(e).innerHTML="
      ",e.querySelectorAll("[msallowcapture^='']").length&&_.push("[*^$]="+O+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||_.push("\\["+O+"*(?:value|"+I+")"),e.querySelectorAll("[id~="+b+"-]").length||_.push("~="),(t=p.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||_.push("\\["+O+"*name"+O+"*="+O+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||_.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||_.push(".#.+[+~]"),e.querySelectorAll("\\\f"),_.push("[\\r\\n\\f]")})),ue((function(e){e.innerHTML="";var t=p.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&_.push("name"+O+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&_.push(":enabled",":disabled"),f.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&_.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),_.push(",.*:")}))),(i.matchesSelector=Q.test(v=f.matches||f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&ue((function(e){i.disconnectedMatch=v.call(e,"*"),v.call(e,"[s!='']:x"),g.push("!=",R)})),_=_.length&&new RegExp(_.join("|")),g=g.length&&new RegExp(g.join("|")),t=Q.test(f.compareDocumentPosition),y=t||Q.test(f.contains)?function(e,t){var i=9===e.nodeType?e.documentElement:e,n=t&&t.parentNode;return e===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):e.compareDocumentPosition&&16&e.compareDocumentPosition(n)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},x=t?function(e,t){if(e===t)return c=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!i.sortDetached&&t.compareDocumentPosition(e)===n?e==p||e.ownerDocument==w&&y(w,e)?-1:t==p||t.ownerDocument==w&&y(w,t)?1:u?j(u,e)-j(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return c=!0,0;var i,n=0,s=e.parentNode,a=t.parentNode,r=[e],o=[t];if(!s||!a)return e==p?-1:t==p?1:s?-1:a?1:u?j(u,e)-j(u,t):0;if(s===a)return he(e,t);for(i=e;i=i.parentNode;)r.unshift(i);for(i=t;i=i.parentNode;)o.unshift(i);for(;r[n]===o[n];)n++;return n?he(r[n],o[n]):r[n]==w?-1:o[n]==w?1:0},p):p},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if(h(e),i.matchesSelector&&m&&!S[t+" "]&&(!g||!g.test(t))&&(!_||!_.test(t)))try{var n=v.call(e,t);if(n||i.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){S(t,!0)}return oe(t,p,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!=p&&h(e),y(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!=p&&h(e);var s=n.attrHandle[t.toLowerCase()],a=s&&Y.call(n.attrHandle,t.toLowerCase())?s(e,t,!m):void 0;return void 0!==a?a:i.attributes||!m?e.getAttribute(t):(a=e.getAttributeNode(t))&&a.specified?a.value:null},oe.escape=function(e){return(e+"").replace(ne,se)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,n=[],s=0,a=0;if(c=!i.detectDuplicates,u=!i.sortStable&&e.slice(0),e.sort(x),c){for(;t=e[a++];)t===e[a]&&(s=n.push(a));for(;s--;)e.splice(n[s],1)}return u=null,e},s=oe.getText=function(e){var t,i="",n=0,a=e.nodeType;if(a){if(1===a||9===a||11===a){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)i+=s(e)}else if(3===a||4===a)return e.nodeValue}else for(;t=e[n++];)i+=s(t);return i},(n=oe.selectors={cacheLength:50,createPseudo:de,match:J,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ie),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ie),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,i=!e[6]&&e[2];return J.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":i&&U.test(i)&&(t=r(i,!0))&&(t=i.indexOf(")",i.length-t)-i.length)&&(e[0]=e[0].slice(0,t),e[2]=i.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ie).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=k[e+" "];return t||(t=new RegExp("(^|"+O+")"+e+"("+O+"|$)"))&&k(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,i){return function(n){var s=oe.attr(n,e);return null==s?"!="===t:!t||(s+="","="===t?s===i:"!="===t?s!==i:"^="===t?i&&0===s.indexOf(i):"*="===t?i&&s.indexOf(i)>-1:"$="===t?i&&s.slice(-i.length)===i:"~="===t?(" "+s.replace(F," ")+" ").indexOf(i)>-1:"|="===t&&(s===i||s.slice(0,i.length+1)===i+"-"))}},CHILD:function(e,t,i,n,s){var a="nth"!==e.slice(0,3),r="last"!==e.slice(-4),o="of-type"===t;return 1===n&&0===s?function(e){return!!e.parentNode}:function(t,i,l){var d,u,c,h,p,f,m=a!==r?"nextSibling":"previousSibling",_=t.parentNode,g=o&&t.nodeName.toLowerCase(),v=!l&&!o,y=!1;if(_){if(a){for(;m;){for(h=t;h=h[m];)if(o?h.nodeName.toLowerCase()===g:1===h.nodeType)return!1;f=m="only"===e&&!f&&"nextSibling"}return!0}if(f=[r?_.firstChild:_.lastChild],r&&v){for(y=(p=(d=(u=(c=(h=_)[b]||(h[b]={}))[h.uniqueID]||(c[h.uniqueID]={}))[e]||[])[0]===M&&d[1])&&d[2],h=p&&_.childNodes[p];h=++p&&h&&h[m]||(y=p=0)||f.pop();)if(1===h.nodeType&&++y&&h===t){u[e]=[M,p,y];break}}else if(v&&(y=p=(d=(u=(c=(h=t)[b]||(h[b]={}))[h.uniqueID]||(c[h.uniqueID]={}))[e]||[])[0]===M&&d[1]),!1===y)for(;(h=++p&&h&&h[m]||(y=p=0)||f.pop())&&((o?h.nodeName.toLowerCase()!==g:1!==h.nodeType)||!++y||(v&&((u=(c=h[b]||(h[b]={}))[h.uniqueID]||(c[h.uniqueID]={}))[e]=[M,y]),h!==t)););return(y-=s)===n||y%n==0&&y/n>=0}}},PSEUDO:function(e,t){var i,s=n.pseudos[e]||n.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return s[b]?s(t):s.length>1?(i=[e,e,"",t],n.setFilters.hasOwnProperty(e.toLowerCase())?de((function(e,i){for(var n,a=s(e,t),r=a.length;r--;)e[n=j(e,a[r])]=!(i[n]=a[r])})):function(e){return s(e,0,i)}):s}},pseudos:{not:de((function(e){var t=[],i=[],n=o(e.replace(z,"$1"));return n[b]?de((function(e,t,i,s){for(var a,r=n(e,null,s,[]),o=e.length;o--;)(a=r[o])&&(e[o]=!(t[o]=a))})):function(e,s,a){return t[0]=e,n(t,null,a,i),t[0]=null,!i.pop()}})),has:de((function(e){return function(t){return oe(e,t).length>0}})),contains:de((function(e){return e=e.replace(te,ie),function(t){return(t.textContent||s(t)).indexOf(e)>-1}})),lang:de((function(e){return V.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(te,ie).toLowerCase(),function(t){var i;do{if(i=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(i=i.toLowerCase())===e||0===i.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var i=e.location&&e.location.hash;return i&&i.slice(1)===t.id},root:function(e){return e===f},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:me(!1),disabled:me(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!n.pseudos.empty(e)},header:function(e){return K.test(e.nodeName)},input:function(e){return X.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:_e((function(){return[0]})),last:_e((function(e,t){return[t-1]})),eq:_e((function(e,t,i){return[i<0?i+t:i]})),even:_e((function(e,t){for(var i=0;it?t:i;--n>=0;)e.push(n);return e})),gt:_e((function(e,t,i){for(var n=i<0?i+t:i;++n1?function(t,i,n){for(var s=e.length;s--;)if(!e[s](t,i,n))return!1;return!0}:e[0]}function Me(e,t,i,n,s){for(var a,r=[],o=0,l=e.length,d=null!=t;o-1&&(a[d]=!(r[d]=c))}}else g=Me(g===r?g.splice(f,g.length):g),s?s(null,r,g,l):A.apply(r,g)}))}function ke(e){for(var t,i,s,a=e.length,r=n.relative[e[0].type],o=r||n.relative[" "],l=r?1:0,u=be((function(e){return e===t}),o,!0),c=be((function(e){return j(t,e)>-1}),o,!0),h=[function(e,i,n){var s=!r&&(n||i!==d)||((t=i).nodeType?u(e,i,n):c(e,i,n));return t=null,s}];l1&&we(h),l>1&&ye(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(z,"$1"),i,l0,s=e.length>0,a=function(a,r,o,l,u){var c,f,_,g=0,v="0",y=a&&[],b=[],w=d,L=a||s&&n.find.TAG("*",u),k=M+=null==w?1:Math.random()||.1,D=L.length;for(u&&(d=r==p||r||u);v!==D&&null!=(c=L[v]);v++){if(s&&c){for(f=0,r||c.ownerDocument==p||(h(c),o=!m);_=e[f++];)if(_(c,r||p,o)){l.push(c);break}u&&(M=k)}i&&((c=!_&&c)&&g--,a&&y.push(c))}if(g+=v,i&&v!==g){for(f=0;_=t[f++];)_(y,b,r,o);if(a){if(g>0)for(;v--;)y[v]||b[v]||(b[v]=H.call(l));b=Me(b)}A.apply(l,b),u&&!a&&b.length>0&&g+t.length>1&&oe.uniqueSort(l)}return u&&(M=k,d=w),y};return i?de(a):a}(a,s))).selector=e}return o},l=oe.select=function(e,t,i,s){var a,l,d,u,c,h="function"==typeof e&&e,p=!s&&r(e=h.selector||e);if(i=i||[],1===p.length){if((l=p[0]=p[0].slice(0)).length>2&&"ID"===(d=l[0]).type&&9===t.nodeType&&m&&n.relative[l[1].type]){if(!(t=(n.find.ID(d.matches[0].replace(te,ie),t)||[])[0]))return i;h&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(a=J.needsContext.test(e)?0:l.length;a--&&(d=l[a],!n.relative[u=d.type]);)if((c=n.find[u])&&(s=c(d.matches[0].replace(te,ie),ee.test(l[0].type)&&ge(t.parentNode)||t))){if(l.splice(a,1),!(e=s.length&&ye(l)))return A.apply(i,s),i;break}}return(h||o(e,p))(s,t,!m,i,!t||ee.test(e)&&ge(t.parentNode)||t),i},i.sortStable=b.split("").sort(x).join("")===b,i.detectDuplicates=!!c,h(),i.sortDetached=ue((function(e){return 1&e.compareDocumentPosition(p.createElement("fieldset"))})),ue((function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")}))||ce("type|href|height|width",(function(e,t,i){if(!i)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),i.attributes&&ue((function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||ce("value",(function(e,t,i){if(!i&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ue((function(e){return null==e.getAttribute("disabled")}))||ce(I,(function(e,t,i){var n;if(!i)return!0===e[t]?t.toLowerCase():(n=e.getAttributeNode(t))&&n.specified?n.value:null})),oe}(i);L.find=D,L.expr=D.selectors,L.expr[":"]=L.expr.pseudos,L.uniqueSort=L.unique=D.uniqueSort,L.text=D.getText,L.isXMLDoc=D.isXML,L.contains=D.contains,L.escapeSelector=D.escape;var T=function(e,t,i){for(var n=[],s=void 0!==i;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(s&&L(e).is(i))break;n.push(e)}return n},S=function(e,t){for(var i=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&i.push(e);return i},x=L.expr.match.needsContext;function Y(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var C=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function H(e,t,i){return g(t)?L.grep(e,(function(e,n){return!!t.call(e,n,e)!==i})):t.nodeType?L.grep(e,(function(e){return e===t!==i})):"string"!=typeof t?L.grep(e,(function(e){return u.call(t,e)>-1!==i})):L.filter(t,e,i)}L.filter=function(e,t,i){var n=t[0];return i&&(e=":not("+e+")"),1===t.length&&1===n.nodeType?L.find.matchesSelector(n,e)?[n]:[]:L.find.matches(e,L.grep(t,(function(e){return 1===e.nodeType})))},L.fn.extend({find:function(e){var t,i,n=this.length,s=this;if("string"!=typeof e)return this.pushStack(L(e).filter((function(){for(t=0;t1?L.uniqueSort(i):i},filter:function(e){return this.pushStack(H(this,e||[],!1))},not:function(e){return this.pushStack(H(this,e||[],!0))},is:function(e){return!!H(this,"string"==typeof e&&x.test(e)?L(e):e||[],!1).length}});var E,A=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(L.fn.init=function(e,t,i){var n,s;if(!e)return this;if(i=i||E,"string"==typeof e){if(!(n="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:A.exec(e))||!n[1]&&t)return!t||t.jquery?(t||i).find(e):this.constructor(t).find(e);if(n[1]){if(t=t instanceof L?t[0]:t,L.merge(this,L.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:y,!0)),C.test(n[1])&&L.isPlainObject(t))for(n in t)g(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}return(s=y.getElementById(n[2]))&&(this[0]=s,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==i.ready?i.ready(e):e(L):L.makeArray(e,this)}).prototype=L.fn,E=L(y);var P=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function I(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}L.fn.extend({has:function(e){var t=L(e,this),i=t.length;return this.filter((function(){for(var e=0;e-1:1===i.nodeType&&L.find.matchesSelector(i,e))){a.push(i);break}return this.pushStack(a.length>1?L.uniqueSort(a):a)},index:function(e){return e?"string"==typeof e?u.call(L(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(L.uniqueSort(L.merge(this.get(),L(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),L.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return T(e,"parentNode")},parentsUntil:function(e,t,i){return T(e,"parentNode",i)},next:function(e){return I(e,"nextSibling")},prev:function(e){return I(e,"previousSibling")},nextAll:function(e){return T(e,"nextSibling")},prevAll:function(e){return T(e,"previousSibling")},nextUntil:function(e,t,i){return T(e,"nextSibling",i)},prevUntil:function(e,t,i){return T(e,"previousSibling",i)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return null!=e.contentDocument&&r(e.contentDocument)?e.contentDocument:(Y(e,"template")&&(e=e.content||e),L.merge([],e.childNodes))}},(function(e,t){L.fn[e]=function(i,n){var s=L.map(this,t,i);return"Until"!==e.slice(-5)&&(n=i),n&&"string"==typeof n&&(s=L.filter(n,s)),this.length>1&&(j[e]||L.uniqueSort(s),P.test(e)&&s.reverse()),this.pushStack(s)}}));var O=/[^\x20\t\r\n\f]+/g;function W(e){return e}function N(e){throw e}function R(e,t,i,n){var s;try{e&&g(s=e.promise)?s.call(e).done(t).fail(i):e&&g(s=e.then)?s.call(e,t,i):t.apply(void 0,[e].slice(n))}catch(e){i.apply(void 0,[e])}}L.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return L.each(e.match(O)||[],(function(e,i){t[i]=!0})),t}(e):L.extend({},e);var t,i,n,s,a=[],r=[],o=-1,l=function(){for(s=s||e.once,n=t=!0;r.length;o=-1)for(i=r.shift();++o-1;)a.splice(i,1),i<=o&&o--})),this},has:function(e){return e?L.inArray(e,a)>-1:a.length>0},empty:function(){return a&&(a=[]),this},disable:function(){return s=r=[],a=i="",this},disabled:function(){return!a},lock:function(){return s=r=[],i||t||(a=i=""),this},locked:function(){return!!s},fireWith:function(e,i){return s||(i=[e,(i=i||[]).slice?i.slice():i],r.push(i),t||l()),this},fire:function(){return d.fireWith(this,arguments),this},fired:function(){return!!n}};return d},L.extend({Deferred:function(e){var t=[["notify","progress",L.Callbacks("memory"),L.Callbacks("memory"),2],["resolve","done",L.Callbacks("once memory"),L.Callbacks("once memory"),0,"resolved"],["reject","fail",L.Callbacks("once memory"),L.Callbacks("once memory"),1,"rejected"]],n="pending",s={state:function(){return n},always:function(){return a.done(arguments).fail(arguments),this},catch:function(e){return s.then(null,e)},pipe:function(){var e=arguments;return L.Deferred((function(i){L.each(t,(function(t,n){var s=g(e[n[4]])&&e[n[4]];a[n[1]]((function(){var e=s&&s.apply(this,arguments);e&&g(e.promise)?e.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+"With"](this,s?[e]:arguments)}))})),e=null})).promise()},then:function(e,n,s){var a=0;function r(e,t,n,s){return function(){var o=this,l=arguments,d=function(){var i,d;if(!(e=a&&(n!==N&&(o=void 0,l=[i]),t.rejectWith(o,l))}};e?u():(L.Deferred.getStackHook&&(u.stackTrace=L.Deferred.getStackHook()),i.setTimeout(u))}}return L.Deferred((function(i){t[0][3].add(r(0,i,g(s)?s:W,i.notifyWith)),t[1][3].add(r(0,i,g(e)?e:W)),t[2][3].add(r(0,i,g(n)?n:N))})).promise()},promise:function(e){return null!=e?L.extend(e,s):s}},a={};return L.each(t,(function(e,i){var r=i[2],o=i[5];s[i[1]]=r.add,o&&r.add((function(){n=o}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),r.add(i[3].fire),a[i[0]]=function(){return a[i[0]+"With"](this===a?void 0:this,arguments),this},a[i[0]+"With"]=r.fireWith})),s.promise(a),e&&e.call(a,a),a},when:function(e){var t=arguments.length,i=t,n=Array(i),s=o.call(arguments),a=L.Deferred(),r=function(e){return function(i){n[e]=this,s[e]=arguments.length>1?o.call(arguments):i,--t||a.resolveWith(n,s)}};if(t<=1&&(R(e,a.done(r(i)).resolve,a.reject,!t),"pending"===a.state()||g(s[i]&&s[i].then)))return a.then();for(;i--;)R(s[i],r(i),a.reject);return a.promise()}});var F=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;L.Deferred.exceptionHook=function(e,t){i.console&&i.console.warn&&e&&F.test(e.name)&&i.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},L.readyException=function(e){i.setTimeout((function(){throw e}))};var z=L.Deferred();function $(){y.removeEventListener("DOMContentLoaded",$),i.removeEventListener("load",$),L.ready()}L.fn.ready=function(e){return z.then(e).catch((function(e){L.readyException(e)})),this},L.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--L.readyWait:L.isReady)||(L.isReady=!0,!0!==e&&--L.readyWait>0||z.resolveWith(y,[L]))}}),L.ready.then=z.then,"complete"===y.readyState||"loading"!==y.readyState&&!y.documentElement.doScroll?i.setTimeout(L.ready):(y.addEventListener("DOMContentLoaded",$),i.addEventListener("load",$));var B=function(e,t,i,n,s,a,r){var o=0,l=e.length,d=null==i;if("object"===M(i))for(o in s=!0,i)B(e,t,o,i[o],!0,a,r);else if(void 0!==n&&(s=!0,g(n)||(r=!0),d&&(r?(t.call(e,n),t=null):(d=t,t=function(e,t,i){return d.call(L(e),i)})),t))for(;o1,null,!0)},removeData:function(e){return this.each((function(){Q.remove(this,e)}))}}),L.extend({queue:function(e,t,i){var n;if(e)return t=(t||"fx")+"queue",n=K.get(e,t),i&&(!n||Array.isArray(i)?n=K.access(e,t,L.makeArray(i)):n.push(i)),n||[]},dequeue:function(e,t){t=t||"fx";var i=L.queue(e,t),n=i.length,s=i.shift(),a=L._queueHooks(e,t);"inprogress"===s&&(s=i.shift(),n--),s&&("fx"===t&&i.unshift("inprogress"),delete a.stop,s.call(e,(function(){L.dequeue(e,t)}),a)),!n&&a&&a.empty.fire()},_queueHooks:function(e,t){var i=t+"queueHooks";return K.get(e,i)||K.access(e,i,{empty:L.Callbacks("once memory").add((function(){K.remove(e,[t+"queue",i])}))})}}),L.fn.extend({queue:function(e,t){var i=2;return"string"!=typeof e&&(t=e,e="fx",i--),arguments.length\x20\t\r\n\f]*)/i,ge=/^$|^module$|\/(?:java|ecma)script/i;pe=y.createDocumentFragment().appendChild(y.createElement("div")),(fe=y.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),pe.appendChild(fe),_.checkClone=pe.cloneNode(!0).cloneNode(!0).lastChild.checked,pe.innerHTML="",_.noCloneChecked=!!pe.cloneNode(!0).lastChild.defaultValue,pe.innerHTML="",_.option=!!pe.lastChild;var ve={thead:[1,"","
      "],col:[2,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],_default:[0,"",""]};function ye(e,t){var i;return i=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&Y(e,t)?L.merge([e],i):i}function be(e,t){for(var i=0,n=e.length;i",""]);var we=/<|&#?\w+;/;function Me(e,t,i,n,s){for(var a,r,o,l,d,u,c=t.createDocumentFragment(),h=[],p=0,f=e.length;p-1)s&&s.push(a);else if(d=re(a),r=ye(c.appendChild(a),"script"),d&&be(r),i)for(u=0;a=r[u++];)ge.test(a.type||"")&&i.push(a);return c}var Le=/^key/,ke=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,De=/^([^.]*)(?:\.(.+)|)/;function Te(){return!0}function Se(){return!1}function xe(e,t){return e===function(){try{return y.activeElement}catch(e){}}()==("focus"===t)}function Ye(e,t,i,n,s,a){var r,o;if("object"==typeof t){for(o in"string"!=typeof i&&(n=n||i,i=void 0),t)Ye(e,o,i,n,t[o],a);return e}if(null==n&&null==s?(s=i,n=i=void 0):null==s&&("string"==typeof i?(s=n,n=void 0):(s=n,n=i,i=void 0)),!1===s)s=Se;else if(!s)return e;return 1===a&&(r=s,(s=function(e){return L().off(e),r.apply(this,arguments)}).guid=r.guid||(r.guid=L.guid++)),e.each((function(){L.event.add(this,t,s,n,i)}))}function Ce(e,t,i){i?(K.set(e,t,!1),L.event.add(e,t,{namespace:!1,handler:function(e){var n,s,a=K.get(this,t);if(1&e.isTrigger&&this[t]){if(a.length)(L.event.special[t]||{}).delegateType&&e.stopPropagation();else if(a=o.call(arguments),K.set(this,t,a),n=i(this,t),this[t](),a!==(s=K.get(this,t))||n?K.set(this,t,!1):s={},a!==s)return e.stopImmediatePropagation(),e.preventDefault(),s.value}else a.length&&(K.set(this,t,{value:L.event.trigger(L.extend(a[0],L.Event.prototype),a.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===K.get(e,t)&&L.event.add(e,t,Te)}L.event={global:{},add:function(e,t,i,n,s){var a,r,o,l,d,u,c,h,p,f,m,_=K.get(e);if(G(e))for(i.handler&&(i=(a=i).handler,s=a.selector),s&&L.find.matchesSelector(ae,s),i.guid||(i.guid=L.guid++),(l=_.events)||(l=_.events=Object.create(null)),(r=_.handle)||(r=_.handle=function(t){return void 0!==L&&L.event.triggered!==t.type?L.event.dispatch.apply(e,arguments):void 0}),d=(t=(t||"").match(O)||[""]).length;d--;)p=m=(o=De.exec(t[d])||[])[1],f=(o[2]||"").split(".").sort(),p&&(c=L.event.special[p]||{},p=(s?c.delegateType:c.bindType)||p,c=L.event.special[p]||{},u=L.extend({type:p,origType:m,data:n,handler:i,guid:i.guid,selector:s,needsContext:s&&L.expr.match.needsContext.test(s),namespace:f.join(".")},a),(h=l[p])||((h=l[p]=[]).delegateCount=0,c.setup&&!1!==c.setup.call(e,n,f,r)||e.addEventListener&&e.addEventListener(p,r)),c.add&&(c.add.call(e,u),u.handler.guid||(u.handler.guid=i.guid)),s?h.splice(h.delegateCount++,0,u):h.push(u),L.event.global[p]=!0)},remove:function(e,t,i,n,s){var a,r,o,l,d,u,c,h,p,f,m,_=K.hasData(e)&&K.get(e);if(_&&(l=_.events)){for(d=(t=(t||"").match(O)||[""]).length;d--;)if(p=m=(o=De.exec(t[d])||[])[1],f=(o[2]||"").split(".").sort(),p){for(c=L.event.special[p]||{},h=l[p=(n?c.delegateType:c.bindType)||p]||[],o=o[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),r=a=h.length;a--;)u=h[a],!s&&m!==u.origType||i&&i.guid!==u.guid||o&&!o.test(u.namespace)||n&&n!==u.selector&&("**"!==n||!u.selector)||(h.splice(a,1),u.selector&&h.delegateCount--,c.remove&&c.remove.call(e,u));r&&!h.length&&(c.teardown&&!1!==c.teardown.call(e,f,_.handle)||L.removeEvent(e,p,_.handle),delete l[p])}else for(p in l)L.event.remove(e,p+t[d],i,n,!0);L.isEmptyObject(l)&&K.remove(e,"handle events")}},dispatch:function(e){var t,i,n,s,a,r,o=new Array(arguments.length),l=L.event.fix(e),d=(K.get(this,"events")||Object.create(null))[l.type]||[],u=L.event.special[l.type]||{};for(o[0]=l,t=1;t=1))for(;d!==this;d=d.parentNode||this)if(1===d.nodeType&&("click"!==e.type||!0!==d.disabled)){for(a=[],r={},i=0;i-1:L.find(s,this,null,[d]).length),r[s]&&a.push(n);a.length&&o.push({elem:d,handlers:a})}return d=this,l\s*$/g;function Pe(e,t){return Y(e,"table")&&Y(11!==t.nodeType?t:t.firstChild,"tr")&&L(e).children("tbody")[0]||e}function je(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ie(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var i,n,s,a,r,o;if(1===t.nodeType){if(K.hasData(e)&&(o=K.get(e).events))for(s in K.remove(t,"handle events"),o)for(i=0,n=o[s].length;i1&&"string"==typeof f&&!_.checkClone&&Ee.test(f))return e.each((function(s){var a=e.eq(s);m&&(t[0]=f.call(this,s,a.html())),Ne(a,t,i,n)}));if(h&&(a=(s=Me(t,e[0].ownerDocument,!1,e,n)).firstChild,1===s.childNodes.length&&(s=a),a||n)){for(o=(r=L.map(ye(s,"script"),je)).length;c0&&be(r,!l&&ye(e,"script")),o},cleanData:function(e){for(var t,i,n,s=L.event.special,a=0;void 0!==(i=e[a]);a++)if(G(i)){if(t=i[K.expando]){if(t.events)for(n in t.events)s[n]?L.event.remove(i,n):L.removeEvent(i,n,t.handle);i[K.expando]=void 0}i[Q.expando]&&(i[Q.expando]=void 0)}}}),L.fn.extend({detach:function(e){return Re(this,e,!0)},remove:function(e){return Re(this,e)},text:function(e){return B(this,(function(e){return void 0===e?L.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return Ne(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Pe(this,e).appendChild(e)}))},prepend:function(){return Ne(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Pe(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return Ne(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return Ne(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(L.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return L.clone(this,e,t)}))},html:function(e){return B(this,(function(e){var t=this[0]||{},i=0,n=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!He.test(e)&&!ve[(_e.exec(e)||["",""])[1].toLowerCase()]){e=L.htmlPrefilter(e);try{for(;i3,ae.removeChild(e)),o}}))}();var Ve=["Webkit","Moz","ms"],Je=y.createElement("div").style,Ge={};function Xe(e){var t=L.cssProps[e]||Ge[e];return t||(e in Je?e:Ge[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),i=Ve.length;i--;)if((e=Ve[i]+t)in Je)return e}(e)||e)}var Ke=/^(none|table(?!-c[ea]).+)/,Qe=/^--/,Ze={position:"absolute",visibility:"hidden",display:"block"},et={letterSpacing:"0",fontWeight:"400"};function tt(e,t,i){var n=ne.exec(t);return n?Math.max(0,n[2]-(i||0))+(n[3]||"px"):t}function it(e,t,i,n,s,a){var r="width"===t?1:0,o=0,l=0;if(i===(n?"border":"content"))return 0;for(;r<4;r+=2)"margin"===i&&(l+=L.css(e,i+se[r],!0,s)),n?("content"===i&&(l-=L.css(e,"padding"+se[r],!0,s)),"margin"!==i&&(l-=L.css(e,"border"+se[r]+"Width",!0,s))):(l+=L.css(e,"padding"+se[r],!0,s),"padding"!==i?l+=L.css(e,"border"+se[r]+"Width",!0,s):o+=L.css(e,"border"+se[r]+"Width",!0,s));return!n&&a>=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-a-l-o-.5))||0),l}function nt(e,t,i){var n=ze(e),s=(!_.boxSizingReliable()||i)&&"border-box"===L.css(e,"boxSizing",!1,n),a=s,r=qe(e,t,n),o="offset"+t[0].toUpperCase()+t.slice(1);if(Fe.test(r)){if(!i)return r;r="auto"}return(!_.boxSizingReliable()&&s||!_.reliableTrDimensions()&&Y(e,"tr")||"auto"===r||!parseFloat(r)&&"inline"===L.css(e,"display",!1,n))&&e.getClientRects().length&&(s="border-box"===L.css(e,"boxSizing",!1,n),(a=o in e)&&(r=e[o])),(r=parseFloat(r)||0)+it(e,t,i||(s?"border":"content"),a,n,r)+"px"}function st(e,t,i,n,s){return new st.prototype.init(e,t,i,n,s)}L.extend({cssHooks:{opacity:{get:function(e,t){if(t){var i=qe(e,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,i,n){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var s,a,r,o=J(t),l=Qe.test(t),d=e.style;if(l||(t=Xe(o)),r=L.cssHooks[t]||L.cssHooks[o],void 0===i)return r&&"get"in r&&void 0!==(s=r.get(e,!1,n))?s:d[t];"string"===(a=typeof i)&&(s=ne.exec(i))&&s[1]&&(i=de(e,t,s),a="number"),null!=i&&i==i&&("number"!==a||l||(i+=s&&s[3]||(L.cssNumber[o]?"":"px")),_.clearCloneStyle||""!==i||0!==t.indexOf("background")||(d[t]="inherit"),r&&"set"in r&&void 0===(i=r.set(e,i,n))||(l?d.setProperty(t,i):d[t]=i))}},css:function(e,t,i,n){var s,a,r,o=J(t);return Qe.test(t)||(t=Xe(o)),(r=L.cssHooks[t]||L.cssHooks[o])&&"get"in r&&(s=r.get(e,!0,i)),void 0===s&&(s=qe(e,t,n)),"normal"===s&&t in et&&(s=et[t]),""===i||i?(a=parseFloat(s),!0===i||isFinite(a)?a||0:s):s}}),L.each(["height","width"],(function(e,t){L.cssHooks[t]={get:function(e,i,n){if(i)return!Ke.test(L.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?nt(e,t,n):$e(e,Ze,(function(){return nt(e,t,n)}))},set:function(e,i,n){var s,a=ze(e),r=!_.scrollboxSize()&&"absolute"===a.position,o=(r||n)&&"border-box"===L.css(e,"boxSizing",!1,a),l=n?it(e,t,n,o,a):0;return o&&r&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(a[t])-it(e,t,"border",!1,a)-.5)),l&&(s=ne.exec(i))&&"px"!==(s[3]||"px")&&(e.style[t]=i,i=L.css(e,t)),tt(0,i,l)}}})),L.cssHooks.marginLeft=Ue(_.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(qe(e,"marginLeft"))||e.getBoundingClientRect().left-$e(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),L.each({margin:"",padding:"",border:"Width"},(function(e,t){L.cssHooks[e+t]={expand:function(i){for(var n=0,s={},a="string"==typeof i?i.split(" "):[i];n<4;n++)s[e+se[n]+t]=a[n]||a[n-2]||a[0];return s}},"margin"!==e&&(L.cssHooks[e+t].set=tt)})),L.fn.extend({css:function(e,t){return B(this,(function(e,t,i){var n,s,a={},r=0;if(Array.isArray(t)){for(n=ze(e),s=t.length;r1)}}),L.Tween=st,st.prototype={constructor:st,init:function(e,t,i,n,s,a){this.elem=e,this.prop=i,this.easing=s||L.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=n,this.unit=a||(L.cssNumber[i]?"":"px")},cur:function(){var e=st.propHooks[this.prop];return e&&e.get?e.get(this):st.propHooks._default.get(this)},run:function(e){var t,i=st.propHooks[this.prop];return this.options.duration?this.pos=t=L.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):st.propHooks._default.set(this),this}},st.prototype.init.prototype=st.prototype,st.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=L.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){L.fx.step[e.prop]?L.fx.step[e.prop](e):1!==e.elem.nodeType||!L.cssHooks[e.prop]&&null==e.elem.style[Xe(e.prop)]?e.elem[e.prop]=e.now:L.style(e.elem,e.prop,e.now+e.unit)}}},st.propHooks.scrollTop=st.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},L.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},L.fx=st.prototype.init,L.fx.step={};var at,rt,ot=/^(?:toggle|show|hide)$/,lt=/queueHooks$/;function dt(){rt&&(!1===y.hidden&&i.requestAnimationFrame?i.requestAnimationFrame(dt):i.setTimeout(dt,L.fx.interval),L.fx.tick())}function ut(){return i.setTimeout((function(){at=void 0})),at=Date.now()}function ct(e,t){var i,n=0,s={height:e};for(t=t?1:0;n<4;n+=2-t)s["margin"+(i=se[n])]=s["padding"+i]=e;return t&&(s.opacity=s.width=e),s}function ht(e,t,i){for(var n,s=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),a=0,r=s.length;a1)},removeAttr:function(e){return this.each((function(){L.removeAttr(this,e)}))}}),L.extend({attr:function(e,t,i){var n,s,a=e.nodeType;if(3!==a&&8!==a&&2!==a)return void 0===e.getAttribute?L.prop(e,t,i):(1===a&&L.isXMLDoc(e)||(s=L.attrHooks[t.toLowerCase()]||(L.expr.match.bool.test(t)?ft:void 0)),void 0!==i?null===i?void L.removeAttr(e,t):s&&"set"in s&&void 0!==(n=s.set(e,i,t))?n:(e.setAttribute(t,i+""),i):s&&"get"in s&&null!==(n=s.get(e,t))?n:null==(n=L.find.attr(e,t))?void 0:n)},attrHooks:{type:{set:function(e,t){if(!_.radioValue&&"radio"===t&&Y(e,"input")){var i=e.value;return e.setAttribute("type",t),i&&(e.value=i),t}}}},removeAttr:function(e,t){var i,n=0,s=t&&t.match(O);if(s&&1===e.nodeType)for(;i=s[n++];)e.removeAttribute(i)}}),ft={set:function(e,t,i){return!1===t?L.removeAttr(e,i):e.setAttribute(i,i),i}},L.each(L.expr.match.bool.source.match(/\w+/g),(function(e,t){var i=mt[t]||L.find.attr;mt[t]=function(e,t,n){var s,a,r=t.toLowerCase();return n||(a=mt[r],mt[r]=s,s=null!=i(e,t,n)?r:null,mt[r]=a),s}}));var _t=/^(?:input|select|textarea|button)$/i,gt=/^(?:a|area)$/i;function vt(e){return(e.match(O)||[]).join(" ")}function yt(e){return e.getAttribute&&e.getAttribute("class")||""}function bt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(O)||[]}L.fn.extend({prop:function(e,t){return B(this,L.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[L.propFix[e]||e]}))}}),L.extend({prop:function(e,t,i){var n,s,a=e.nodeType;if(3!==a&&8!==a&&2!==a)return 1===a&&L.isXMLDoc(e)||(t=L.propFix[t]||t,s=L.propHooks[t]),void 0!==i?s&&"set"in s&&void 0!==(n=s.set(e,i,t))?n:e[t]=i:s&&"get"in s&&null!==(n=s.get(e,t))?n:e[t]},propHooks:{tabIndex:{get:function(e){var t=L.find.attr(e,"tabindex");return t?parseInt(t,10):_t.test(e.nodeName)||gt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),_.optSelected||(L.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),L.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){L.propFix[this.toLowerCase()]=this})),L.fn.extend({addClass:function(e){var t,i,n,s,a,r,o,l=0;if(g(e))return this.each((function(t){L(this).addClass(e.call(this,t,yt(this)))}));if((t=bt(e)).length)for(;i=this[l++];)if(s=yt(i),n=1===i.nodeType&&" "+vt(s)+" "){for(r=0;a=t[r++];)n.indexOf(" "+a+" ")<0&&(n+=a+" ");s!==(o=vt(n))&&i.setAttribute("class",o)}return this},removeClass:function(e){var t,i,n,s,a,r,o,l=0;if(g(e))return this.each((function(t){L(this).removeClass(e.call(this,t,yt(this)))}));if(!arguments.length)return this.attr("class","");if((t=bt(e)).length)for(;i=this[l++];)if(s=yt(i),n=1===i.nodeType&&" "+vt(s)+" "){for(r=0;a=t[r++];)for(;n.indexOf(" "+a+" ")>-1;)n=n.replace(" "+a+" "," ");s!==(o=vt(n))&&i.setAttribute("class",o)}return this},toggleClass:function(e,t){var i=typeof e,n="string"===i||Array.isArray(e);return"boolean"==typeof t&&n?t?this.addClass(e):this.removeClass(e):g(e)?this.each((function(i){L(this).toggleClass(e.call(this,i,yt(this),t),t)})):this.each((function(){var t,s,a,r;if(n)for(s=0,a=L(this),r=bt(e);t=r[s++];)a.hasClass(t)?a.removeClass(t):a.addClass(t);else void 0!==e&&"boolean"!==i||((t=yt(this))&&K.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":K.get(this,"__className__")||""))}))},hasClass:function(e){var t,i,n=0;for(t=" "+e+" ";i=this[n++];)if(1===i.nodeType&&(" "+vt(yt(i))+" ").indexOf(t)>-1)return!0;return!1}});var wt=/\r/g;L.fn.extend({val:function(e){var t,i,n,s=this[0];return arguments.length?(n=g(e),this.each((function(i){var s;1===this.nodeType&&(null==(s=n?e.call(this,i,L(this).val()):e)?s="":"number"==typeof s?s+="":Array.isArray(s)&&(s=L.map(s,(function(e){return null==e?"":e+""}))),(t=L.valHooks[this.type]||L.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,s,"value")||(this.value=s))}))):s?(t=L.valHooks[s.type]||L.valHooks[s.nodeName.toLowerCase()])&&"get"in t&&void 0!==(i=t.get(s,"value"))?i:"string"==typeof(i=s.value)?i.replace(wt,""):null==i?"":i:void 0}}),L.extend({valHooks:{option:{get:function(e){var t=L.find.attr(e,"value");return null!=t?t:vt(L.text(e))}},select:{get:function(e){var t,i,n,s=e.options,a=e.selectedIndex,r="select-one"===e.type,o=r?null:[],l=r?a+1:s.length;for(n=a<0?l:r?a:0;n-1)&&(i=!0);return i||(e.selectedIndex=-1),a}}}}),L.each(["radio","checkbox"],(function(){L.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=L.inArray(L(e).val(),t)>-1}},_.checkOn||(L.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),_.focusin="onfocusin"in i;var Mt=/^(?:focusinfocus|focusoutblur)$/,Lt=function(e){e.stopPropagation()};L.extend(L.event,{trigger:function(e,t,n,s){var a,r,o,l,d,u,c,h,f=[n||y],m=p.call(e,"type")?e.type:e,_=p.call(e,"namespace")?e.namespace.split("."):[];if(r=h=o=n=n||y,3!==n.nodeType&&8!==n.nodeType&&!Mt.test(m+L.event.triggered)&&(m.indexOf(".")>-1&&(_=m.split("."),m=_.shift(),_.sort()),d=m.indexOf(":")<0&&"on"+m,(e=e[L.expando]?e:new L.Event(m,"object"==typeof e&&e)).isTrigger=s?2:3,e.namespace=_.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+_.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:L.makeArray(t,[e]),c=L.event.special[m]||{},s||!c.trigger||!1!==c.trigger.apply(n,t))){if(!s&&!c.noBubble&&!v(n)){for(l=c.delegateType||m,Mt.test(l+m)||(r=r.parentNode);r;r=r.parentNode)f.push(r),o=r;o===(n.ownerDocument||y)&&f.push(o.defaultView||o.parentWindow||i)}for(a=0;(r=f[a++])&&!e.isPropagationStopped();)h=r,e.type=a>1?l:c.bindType||m,(u=(K.get(r,"events")||Object.create(null))[e.type]&&K.get(r,"handle"))&&u.apply(r,t),(u=d&&r[d])&&u.apply&&G(r)&&(e.result=u.apply(r,t),!1===e.result&&e.preventDefault());return e.type=m,s||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(f.pop(),t)||!G(n)||d&&g(n[m])&&!v(n)&&((o=n[d])&&(n[d]=null),L.event.triggered=m,e.isPropagationStopped()&&h.addEventListener(m,Lt),n[m](),e.isPropagationStopped()&&h.removeEventListener(m,Lt),L.event.triggered=void 0,o&&(n[d]=o)),e.result}},simulate:function(e,t,i){var n=L.extend(new L.Event,i,{type:e,isSimulated:!0});L.event.trigger(n,null,t)}}),L.fn.extend({trigger:function(e,t){return this.each((function(){L.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var i=this[0];if(i)return L.event.trigger(e,t,i,!0)}}),_.focusin||L.each({focus:"focusin",blur:"focusout"},(function(e,t){var i=function(e){L.event.simulate(t,e.target,L.event.fix(e))};L.event.special[t]={setup:function(){var n=this.ownerDocument||this.document||this,s=K.access(n,t);s||n.addEventListener(e,i,!0),K.access(n,t,(s||0)+1)},teardown:function(){var n=this.ownerDocument||this.document||this,s=K.access(n,t)-1;s?K.access(n,t,s):(n.removeEventListener(e,i,!0),K.remove(n,t))}}}));var kt=i.location,Dt={guid:Date.now()},Tt=/\?/;L.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new i.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||L.error("Invalid XML: "+e),t};var St=/\[\]$/,xt=/\r?\n/g,Yt=/^(?:submit|button|image|reset|file)$/i,Ct=/^(?:input|select|textarea|keygen)/i;function Ht(e,t,i,n){var s;if(Array.isArray(t))L.each(t,(function(t,s){i||St.test(e)?n(e,s):Ht(e+"["+("object"==typeof s&&null!=s?t:"")+"]",s,i,n)}));else if(i||"object"!==M(t))n(e,t);else for(s in t)Ht(e+"["+s+"]",t[s],i,n)}L.param=function(e,t){var i,n=[],s=function(e,t){var i=g(t)?t():t;n[n.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==i?"":i)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!L.isPlainObject(e))L.each(e,(function(){s(this.name,this.value)}));else for(i in e)Ht(i,e[i],t,s);return n.join("&")},L.fn.extend({serialize:function(){return L.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=L.prop(this,"elements");return e?L.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!L(this).is(":disabled")&&Ct.test(this.nodeName)&&!Yt.test(e)&&(this.checked||!me.test(e))})).map((function(e,t){var i=L(this).val();return null==i?null:Array.isArray(i)?L.map(i,(function(e){return{name:t.name,value:e.replace(xt,"\r\n")}})):{name:t.name,value:i.replace(xt,"\r\n")}})).get()}});var Et=/%20/g,At=/#.*$/,Pt=/([?&])_=[^&]*/,jt=/^(.*?):[ \t]*([^\r\n]*)$/gm,It=/^(?:GET|HEAD)$/,Ot=/^\/\//,Wt={},Nt={},Rt="*/".concat("*"),Ft=y.createElement("a");function zt(e){return function(t,i){"string"!=typeof t&&(i=t,t="*");var n,s=0,a=t.toLowerCase().match(O)||[];if(g(i))for(;n=a[s++];)"+"===n[0]?(n=n.slice(1)||"*",(e[n]=e[n]||[]).unshift(i)):(e[n]=e[n]||[]).push(i)}}function $t(e,t,i,n){var s={},a=e===Nt;function r(o){var l;return s[o]=!0,L.each(e[o]||[],(function(e,o){var d=o(t,i,n);return"string"!=typeof d||a||s[d]?a?!(l=d):void 0:(t.dataTypes.unshift(d),r(d),!1)})),l}return r(t.dataTypes[0])||!s["*"]&&r("*")}function Bt(e,t){var i,n,s=L.ajaxSettings.flatOptions||{};for(i in t)void 0!==t[i]&&((s[i]?e:n||(n={}))[i]=t[i]);return n&&L.extend(!0,e,n),e}Ft.href=kt.href,L.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:kt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(kt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Rt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":L.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Bt(Bt(e,L.ajaxSettings),t):Bt(L.ajaxSettings,e)},ajaxPrefilter:zt(Wt),ajaxTransport:zt(Nt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,s,a,r,o,l,d,u,c,h,p=L.ajaxSetup({},t),f=p.context||p,m=p.context&&(f.nodeType||f.jquery)?L(f):L.event,_=L.Deferred(),g=L.Callbacks("once memory"),v=p.statusCode||{},b={},w={},M="canceled",k={readyState:0,getResponseHeader:function(e){var t;if(d){if(!r)for(r={};t=jt.exec(a);)r[t[1].toLowerCase()+" "]=(r[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=r[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return d?a:null},setRequestHeader:function(e,t){return null==d&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==d&&(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(d)k.always(e[k.status]);else for(t in e)v[t]=[v[t],e[t]];return this},abort:function(e){var t=e||M;return n&&n.abort(t),D(0,t),this}};if(_.promise(k),p.url=((e||p.url||kt.href)+"").replace(Ot,kt.protocol+"//"),p.type=t.method||t.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(O)||[""],null==p.crossDomain){l=y.createElement("a");try{l.href=p.url,l.href=l.href,p.crossDomain=Ft.protocol+"//"+Ft.host!=l.protocol+"//"+l.host}catch(e){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=L.param(p.data,p.traditional)),$t(Wt,p,t,k),d)return k;for(c in(u=L.event&&p.global)&&0==L.active++&&L.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!It.test(p.type),s=p.url.replace(At,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(Et,"+")):(h=p.url.slice(s.length),p.data&&(p.processData||"string"==typeof p.data)&&(s+=(Tt.test(s)?"&":"?")+p.data,delete p.data),!1===p.cache&&(s=s.replace(Pt,"$1"),h=(Tt.test(s)?"&":"?")+"_="+Dt.guid+++h),p.url=s+h),p.ifModified&&(L.lastModified[s]&&k.setRequestHeader("If-Modified-Since",L.lastModified[s]),L.etag[s]&&k.setRequestHeader("If-None-Match",L.etag[s])),(p.data&&p.hasContent&&!1!==p.contentType||t.contentType)&&k.setRequestHeader("Content-Type",p.contentType),k.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Rt+"; q=0.01":""):p.accepts["*"]),p.headers)k.setRequestHeader(c,p.headers[c]);if(p.beforeSend&&(!1===p.beforeSend.call(f,k,p)||d))return k.abort();if(M="abort",g.add(p.complete),k.done(p.success),k.fail(p.error),n=$t(Nt,p,t,k)){if(k.readyState=1,u&&m.trigger("ajaxSend",[k,p]),d)return k;p.async&&p.timeout>0&&(o=i.setTimeout((function(){k.abort("timeout")}),p.timeout));try{d=!1,n.send(b,D)}catch(e){if(d)throw e;D(-1,e)}}else D(-1,"No Transport");function D(e,t,r,l){var c,h,y,b,w,M=t;d||(d=!0,o&&i.clearTimeout(o),n=void 0,a=l||"",k.readyState=e>0?4:0,c=e>=200&&e<300||304===e,r&&(b=function(e,t,i){for(var n,s,a,r,o=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===n&&(n=e.mimeType||t.getResponseHeader("Content-Type"));if(n)for(s in o)if(o[s]&&o[s].test(n)){l.unshift(s);break}if(l[0]in i)a=l[0];else{for(s in i){if(!l[0]||e.converters[s+" "+l[0]]){a=s;break}r||(r=s)}a=a||r}if(a)return a!==l[0]&&l.unshift(a),i[a]}(p,k,r)),!c&&L.inArray("script",p.dataTypes)>-1&&(p.converters["text script"]=function(){}),b=function(e,t,i,n){var s,a,r,o,l,d={},u=e.dataTypes.slice();if(u[1])for(r in e.converters)d[r.toLowerCase()]=e.converters[r];for(a=u.shift();a;)if(e.responseFields[a]&&(i[e.responseFields[a]]=t),!l&&n&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=a,a=u.shift())if("*"===a)a=l;else if("*"!==l&&l!==a){if(!(r=d[l+" "+a]||d["* "+a]))for(s in d)if((o=s.split(" "))[1]===a&&(r=d[l+" "+o[0]]||d["* "+o[0]])){!0===r?r=d[s]:!0!==d[s]&&(a=o[0],u.unshift(o[1]));break}if(!0!==r)if(r&&e.throws)t=r(t);else try{t=r(t)}catch(e){return{state:"parsererror",error:r?e:"No conversion from "+l+" to "+a}}}return{state:"success",data:t}}(p,b,k,c),c?(p.ifModified&&((w=k.getResponseHeader("Last-Modified"))&&(L.lastModified[s]=w),(w=k.getResponseHeader("etag"))&&(L.etag[s]=w)),204===e||"HEAD"===p.type?M="nocontent":304===e?M="notmodified":(M=b.state,h=b.data,c=!(y=b.error))):(y=M,!e&&M||(M="error",e<0&&(e=0))),k.status=e,k.statusText=(t||M)+"",c?_.resolveWith(f,[h,M,k]):_.rejectWith(f,[k,M,y]),k.statusCode(v),v=void 0,u&&m.trigger(c?"ajaxSuccess":"ajaxError",[k,p,c?h:y]),g.fireWith(f,[k,M]),u&&(m.trigger("ajaxComplete",[k,p]),--L.active||L.event.trigger("ajaxStop")))}return k},getJSON:function(e,t,i){return L.get(e,t,i,"json")},getScript:function(e,t){return L.get(e,void 0,t,"script")}}),L.each(["get","post"],(function(e,t){L[t]=function(e,i,n,s){return g(i)&&(s=s||n,n=i,i=void 0),L.ajax(L.extend({url:e,type:t,dataType:s,data:i,success:n},L.isPlainObject(e)&&e))}})),L.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),L._evalUrl=function(e,t,i){return L.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){L.globalEval(e,t,i)}})},L.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=L(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return g(e)?this.each((function(t){L(this).wrapInner(e.call(this,t))})):this.each((function(){var t=L(this),i=t.contents();i.length?i.wrapAll(e):t.append(e)}))},wrap:function(e){var t=g(e);return this.each((function(i){L(this).wrapAll(t?e.call(this,i):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){L(this).replaceWith(this.childNodes)})),this}}),L.expr.pseudos.hidden=function(e){return!L.expr.pseudos.visible(e)},L.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},L.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(e){}};var qt={0:200,1223:204},Ut=L.ajaxSettings.xhr();_.cors=!!Ut&&"withCredentials"in Ut,_.ajax=Ut=!!Ut,L.ajaxTransport((function(e){var t,n;if(_.cors||Ut&&!e.crossDomain)return{send:function(s,a){var r,o=e.xhr();if(o.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(r in e.xhrFields)o[r]=e.xhrFields[r];for(r in e.mimeType&&o.overrideMimeType&&o.overrideMimeType(e.mimeType),e.crossDomain||s["X-Requested-With"]||(s["X-Requested-With"]="XMLHttpRequest"),s)o.setRequestHeader(r,s[r]);t=function(e){return function(){t&&(t=n=o.onload=o.onerror=o.onabort=o.ontimeout=o.onreadystatechange=null,"abort"===e?o.abort():"error"===e?"number"!=typeof o.status?a(0,"error"):a(o.status,o.statusText):a(qt[o.status]||o.status,o.statusText,"text"!==(o.responseType||"text")||"string"!=typeof o.responseText?{binary:o.response}:{text:o.responseText},o.getAllResponseHeaders()))}},o.onload=t(),n=o.onerror=o.ontimeout=t("error"),void 0!==o.onabort?o.onabort=n:o.onreadystatechange=function(){4===o.readyState&&i.setTimeout((function(){t&&n()}))},t=t("abort");try{o.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),L.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),L.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return L.globalEval(e),e}}}),L.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),L.ajaxTransport("script",(function(e){var t,i;if(e.crossDomain||e.scriptAttrs)return{send:function(n,s){t=L(" + ``` + +- `tabReplace` and `useBR` that were used in different places are also unified + into the global options object and are to be set using `configure(options)`. + This function is documented in our [API docs][]. Also note that these + parameters are gone from `highlightBlock` and `fixMarkup` which are now also + rely on `configure`. + +- We removed public-facing (though undocumented) object `hljs.LANGUAGES` which + was used to register languages with the library in favor of two new methods: + `registerLanguage` and `getLanguage`. Both are documented in our [API docs][]. + +- Result returned from `highlight` and `highlightAuto` no longer contains two + separate attributes contributing to relevance score, `relevance` and + `keyword_count`. They are now unified in `relevance`. + +Another technically compatible change that nonetheless might need attention: + +- The structure of the NPM package was refactored, so if you had installed it + locally, you'll have to update your paths. The usual `require('highlight.js')` + works as before. This is contributed by [Dmitry Smolin][]. + +New features: + +- Languages now can be recognized by multiple names like "js" for JavaScript or + "html" for, well, HTML (which earlier insisted on calling it "xml"). These + aliases can be specified in the class attribute of the code container in your + HTML as well as in various API calls. For now there are only a few very common + aliases but we'll expand it in the future. All of them are listed in the + [class reference][]. + +- Language detection can now be restricted to a subset of languages relevant in + a given context — a web page or even a single highlighting call. This is + especially useful for node.js build that includes all the known languages. + Another example is a StackOverflow-style site where users specify languages + as tags rather than in the markdown-formatted code snippets. This is + documented in the [API reference][] (see methods `highlightAuto` and + `configure`). + +- Language definition syntax streamlined with [variants][] and + [beginKeywords][]. + +New languages and styles: + +- *Oxygene* by [Carlo Kok][] +- *Mathematica* by [Daniel Kvasnička][] +- *Autohotkey* by [Seongwon Lee][] +- *Atelier* family of styles in 10 variants by [Bram de Haan][] +- *Paraíso* styles by [Jan T. Sott][] + +Miscelleanous improvements: + +- Highlighting `=>` prompts in Clojure. +- [Jeremy Hull][] fixed a lot of styles for consistency. +- Finally, highlighting PHP and HTML [mixed in peculiar ways][php-html]. +- Objective C and C# now properly highlight titles in method definition. +- Big overhaul of relevance counting for a number of languages. Please do report + bugs about mis-detection of non-trivial code snippets! + +[cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html +[api docs]: http://highlightjs.readthedocs.org/en/latest/api.html +[variants]: https://groups.google.com/d/topic/highlightjs/VoGC9-1p5vk/discussion +[beginKeywords]: https://github.com/isagalaev/highlight.js/commit/6c7fdea002eb3949577a85b3f7930137c7c3038d +[php-html]: https://twitter.com/highlightjs/status/408890903017689088 + +[Carlo Kok]: https://github.com/carlokok +[Bram de Haan]: https://github.com/atelierbram +[Daniel Kvasnička]: https://github.com/dkvasnicka +[Dmitry Smolin]: https://github.com/dimsmol +[Jeremy Hull]: https://github.com/sourrust +[Seongwon Lee]: https://github.com/dlimpid +[Jan T. Sott]: https://github.com/idleberg + + +## Version 7.5 + +A catch-up release dealing with some of the accumulated contributions. This one +is probably will be the last before the 8.0 which will be slightly backwards +incompatible regarding some advanced use-cases. + +One outstanding change in this version is the addition of 6 languages to the +[hosted script][d]: Markdown, ObjectiveC, CoffeeScript, Apache, Nginx and +Makefile. It now weighs about 6K more but we're going to keep it under 30K. + +New languages: + +- OCaml by [Mehdi Dogguy][mehdid] and [Nicolas Braud-Santoni][nbraud] +- [LiveCode Server][lcs] by [Ralf Bitter][revig] +- Scilab by [Sylvestre Ledru][sylvestre] +- basic support for Makefile by [Ivan Sagalaev][isagalaev] + +Improvements: + +- Ruby's got support for characters like `?A`, `?1`, `?\012` etc. and `%r{..}` + regexps. +- Clojure now allows a function call in the beginning of s-expressions + `(($filter "myCount") (arr 1 2 3 4 5))`. +- Haskell's got new keywords and now recognizes more things like pragmas, + preprocessors, modules, containers, FFIs etc. Thanks to [Zena Treep][treep] + for the implementation and to [Jeremy Hull][sourrust] for guiding it. +- Miscelleanous fixes in PHP, Brainfuck, SCSS, Asciidoc, CMake, Python and F#. + +[mehdid]: https://github.com/mehdid +[nbraud]: https://github.com/nbraud +[revig]: https://github.com/revig +[lcs]: http://livecode.com/developers/guides/server/ +[sylvestre]: https://github.com/sylvestre +[isagalaev]: https://github.com/isagalaev +[treep]: https://github.com/treep +[sourrust]: https://github.com/sourrust +[d]: http://highlightjs.org/download/ + + +## New core developers + +The latest long period of almost complete inactivity in the project coincided +with growing interest to it led to a decision that now seems completely obvious: +we need more core developers. + +So without further ado let me welcome to the core team two long-time +contributors: [Jeremy Hull][] and [Oleg +Efimov][]. + +Hope now we'll be able to work through stuff faster! + +P.S. The historical commit is [here][1] for the record. + +[Jeremy Hull]: https://github.com/sourrust +[Oleg Efimov]: https://github.com/sannis +[1]: https://github.com/isagalaev/highlight.js/commit/f3056941bda56d2b72276b97bc0dd5f230f2473f + + +## Version 7.4 + +This long overdue version is a snapshot of the current source tree with all the +changes that happened during the past year. Sorry for taking so long! + +Along with the changes in code highlight.js has finally got its new home at +, moving from its craddle on Software Maniacs which it +outgrew a long time ago. Be sure to report any bugs about the site to +. + +On to what's new… + +New languages: + +- Handlebars templates by [Robin Ward][] +- Oracle Rules Language by [Jason Jacobson][] +- F# by [Joans Follesø][] +- AsciiDoc and Haml by [Dan Allen][] +- Lasso by [Eric Knibbe][] +- SCSS by [Kurt Emch][] +- VB.NET by [Poren Chiang][] +- Mizar by [Kelley van Evert][] + +[Robin Ward]: https://github.com/eviltrout +[Jason Jacobson]: https://github.com/jayce7 +[Joans Follesø]: https://github.com/follesoe +[Dan Allen]: https://github.com/mojavelinux +[Eric Knibbe]: https://github.com/EricFromCanada +[Kurt Emch]: https://github.com/kemch +[Poren Chiang]: https://github.com/rschiang +[Kelley van Evert]: https://github.com/kelleyvanevert + +New style themes: + +- Monokai Sublime by [noformnocontent][] +- Railscasts by [Damien White][] +- Obsidian by [Alexander Marenin][] +- Docco by [Simon Madine][] +- Mono Blue by [Ivan Sagalaev][] (uses a single color hue for everything) +- Foundation by [Dan Allen][] + +[noformnocontent]: http://nn.mit-license.org/ +[Damien White]: https://github.com/visoft +[Alexander Marenin]: https://github.com/ioncreature +[Simon Madine]: https://github.com/thingsinjars +[Ivan Sagalaev]: https://github.com/isagalaev + +Other notable changes: + +- Corrected many corner cases in CSS. +- Dropped Python 2 version of the build tool. +- Implemented building for the AMD format. +- Updated Rust keywords (thanks to [Dmitry Medvinsky][]). +- Literal regexes can now be used in language definitions. +- CoffeeScript highlighting is now significantly more robust and rich due to + input from [Cédric Néhémie][]. + +[Dmitry Medvinsky]: https://github.com/dmedvinsky +[Cédric Néhémie]: https://github.com/abe33 + + +## Version 7.3 + +- Since this version highlight.js no longer works in IE version 8 and older. + It's made it possible to reduce the library size and dramatically improve code + readability and made it easier to maintain. Time to go forward! + +- New languages: AppleScript (by [Nathan Grigg][ng] and [Dr. Drang][dd]) and + Brainfuck (by [Evgeny Stepanischev][bolk]). + +- Improvements to existing languages: + + - interpreter prompt in Python (`>>>` and `...`) + - @-properties and classes in CoffeeScript + - E4X in JavaScript (by [Oleg Efimov][oe]) + - new keywords in Perl (by [Kirk Kimmel][kk]) + - big Ruby syntax update (by [Vasily Polovnyov][vast]) + - small fixes in Bash + +- Also Oleg Efimov did a great job of moving all the docs for language and style + developers and contributors from the old wiki under the source code in the + "docs" directory. Now these docs are nicely presented at + . + +[ng]: https://github.com/nathan11g +[dd]: https://github.com/drdrang +[bolk]: https://github.com/bolknote +[oe]: https://github.com/Sannis +[kk]: https://github.com/kimmel +[vast]: https://github.com/vast + + +## Version 7.2 + +A regular bug-fix release without any significant new features. Enjoy! + + +## Version 7.1 + +A Summer crop: + +- [Marc Fornos][mf] made the definition for Clojure along with the matching + style Rainbow (which, of course, works for other languages too). +- CoffeeScript support continues to improve getting support for regular + expressions. +- Yoshihide Jimbo ported to highlight.js [five Tomorrow styles][tm] from the + [project by Chris Kempson][tm0]. +- Thanks to [Casey Duncun][cd] the library can now be built in the popular + [AMD format][amd]. +- And last but not least, we've got a fair number of correctness and consistency + fixes, including a pretty significant refactoring of Ruby. + +[mf]: https://github.com/mfornos +[tm]: http://jmblog.github.com/color-themes-for-highlightjs/ +[tm0]: https://github.com/ChrisKempson/Tomorrow-Theme +[cd]: https://github.com/caseman +[amd]: http://requirejs.org/docs/whyamd.html + + +## Version 7.0 + +The reason for the new major version update is a global change of keyword syntax +which resulted in the library getting smaller once again. For example, the +hosted build is 2K less than at the previous version while supporting two new +languages. + +Notable changes: + +- The library now works not only in a browser but also with [node.js][]. It is + installable with `npm install highlight.js`. [API][] docs are available on our + wiki. + +- The new unique feature (apparently) among syntax highlighters is highlighting + *HTTP* headers and an arbitrary language in the request body. The most useful + languages here are *XML* and *JSON* both of which highlight.js does support. + Here's [the detailed post][p] about the feature. + +- Two new style themes: a dark "south" *[Pojoaque][]* by Jason Tate and an + emulation of*XCode* IDE by [Angel Olloqui][ao]. + +- Three new languages: *D* by [Aleksandar Ružičić][ar], *R* by [Joe Cheng][jc] + and *GLSL* by [Sergey Tikhomirov][st]. + +- *Nginx* syntax has become a million times smaller and more universal thanks to + remaking it in a more generic manner that doesn't require listing all the + directives in the known universe. + +- Function titles are now highlighted in *PHP*. + +- *Haskell* and *VHDL* were significantly reworked to be more rich and correct + by their respective maintainers [Jeremy Hull][sr] and [Igor Kalnitsky][ik]. + +And last but not least, many bugs have been fixed around correctness and +language detection. + +Overall highlight.js currently supports 51 languages and 20 style themes. + +[node.js]: http://nodejs.org/ +[api]: http://softwaremaniacs.org/wiki/doku.php/highlight.js:api +[p]: http://softwaremaniacs.org/blog/2012/05/10/http-and-json-in-highlight-js/en/ +[pojoaque]: http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html +[ao]: https://github.com/angelolloqui +[ar]: https://github.com/raleksandar +[jc]: https://github.com/jcheng5 +[st]: https://github.com/tikhomirov +[sr]: https://github.com/sourrust +[ik]: https://github.com/ikalnitsky + + +## Version 6.2 + +A lot of things happened in highlight.js since the last version! We've got nine +new contributors, the discussion group came alive, and the main branch on GitHub +now counts more than 350 followers. Here are most significant results coming +from all this activity: + +- 5 (five!) new languages: Rust, ActionScript, CoffeeScript, MatLab and + experimental support for markdown. Thanks go to [Andrey Vlasovskikh][av], + [Alexander Myadzel][am], [Dmytrii Nagirniak][dn], [Oleg Efimov][oe], [Denis + Bardadym][db] and [John Crepezzi][jc]. + +- 2 new style themes: Monokai by [Luigi Maselli][lm] and stylistic imitation of + another well-known highlighter Google Code Prettify by [Aahan Krish][ak]. + +- A vast number of [correctness fixes and code refactorings][log], mostly made + by [Oleg Efimov][oe] and [Evgeny Stepanischev][es]. + +[av]: https://github.com/vlasovskikh +[am]: https://github.com/myadzel +[dn]: https://github.com/dnagir +[oe]: https://github.com/Sannis +[db]: https://github.com/btd +[jc]: https://github.com/seejohnrun +[lm]: http://grigio.org/ +[ak]: https://github.com/geekpanth3r +[es]: https://github.com/bolknote +[log]: https://github.com/isagalaev/highlight.js/commits/ + + +## Version 6.1 — Solarized + +[Jeremy Hull][jh] has implemented my dream feature — a port of [Solarized][] +style theme famous for being based on the intricate color theory to achieve +correct contrast and color perception. It is now available for highlight.js in +both variants — light and dark. + +This version also adds a new original style Arta. Its author pumbur maintains a +[heavily modified fork of highlight.js][pb] on GitHub. + +[jh]: https://github.com/sourrust +[solarized]: http://ethanschoonover.com/solarized +[pb]: https://github.com/pumbur/highlight.js + + +## Version 6.0 + +New major version of the highlighter has been built on a significantly +refactored syntax. Due to this it's even smaller than the previous one while +supporting more languages! + +New languages are: + +- Haskell by [Jeremy Hull][sourrust] +- Erlang in two varieties — module and REPL — made collectively by [Nikolay + Zakharov][desh], [Dmitry Kovega][arhibot] and [Sergey Ignatov][ignatov] +- Objective C by [Valerii Hiora][vhbit] +- Vala by [Antono Vasiljev][antono] +- Go by [Stephan Kountso][steplg] + +[sourrust]: https://github.com/sourrust +[desh]: http://desh.su/ +[arhibot]: https://github.com/arhibot +[ignatov]: https://github.com/ignatov +[vhbit]: https://github.com/vhbit +[antono]: https://github.com/antono +[steplg]: https://github.com/steplg + +Also this version is marginally faster and fixes a number of small long-standing +bugs. + +Developer overview of the new language syntax is available in a [blog post about +recent beta release][beta]. + +[beta]: http://softwaremaniacs.org/blog/2011/04/25/highlight-js-60-beta/en/ + +P.S. New version is not yet available on a Yandex' CDN, so for now you have to +download [your own copy][d]. + +[d]: /soft/highlight/en/download/ + + +## Version 5.14 + +Fixed bugs in HTML/XML detection and relevance introduced in previous +refactoring. + +Also test.html now shows the second best result of language detection by +relevance. + + +## Version 5.13 + +Past weekend began with a couple of simple additions for existing languages but +ended up in a big code refactoring bringing along nice improvements for language +developers. + +### For users + +- Description of C++ has got new keywords from the upcoming [C++ 0x][] standard. +- Description of HTML has got new tags from [HTML 5][]. +- CSS-styles have been unified to use consistent padding and also have lost + pop-outs with names of detected languages. +- [Igor Kalnitsky][ik] has sent two new language descriptions: CMake и VHDL. + +This makes total number of languages supported by highlight.js to reach 35. + +Bug fixes: + +- Custom classes on `
      ` tags are not being overridden anymore
      +- More correct highlighting of code blocks inside non-`
      ` containers:
      +  highlighter now doesn't insist on replacing them with its own container and
      +  just replaces the contents.
      +- Small fixes in browser compatibility and heuristics.
      +
      +[c++ 0x]: http://ru.wikipedia.org/wiki/C%2B%2B0x
      +[html 5]: http://en.wikipedia.org/wiki/HTML5
      +[ik]: http://kalnitsky.org.ua/
      +
      +### For developers
      +
      +The most significant change is the ability to include language submodes right
      +under `contains` instead of defining explicit named submodes in the main array:
      +
      +    contains: [
      +      'string',
      +      'number',
      +      {begin: '\\n', end: hljs.IMMEDIATE_RE}
      +    ]
      +
      +This is useful for auxiliary modes needed only in one place to define parsing.
      +Note that such modes often don't have `className` and hence won't generate a
      +separate `` in the resulting markup. This is similar in effect to
      +`noMarkup: true`. All existing languages have been refactored accordingly.
      +
      +Test file test.html has at last become a real test. Now it not only puts the
      +detected language name under the code snippet but also tests if it matches the
      +expected one. Test summary is displayed right above all language snippets.
      +
      +
      +## CDN
      +
      +Fine people at [Yandex][] agreed to host highlight.js on their big fast servers.
      +[Link up][l]!
      +
      +[yandex]: http://yandex.com/
      +[l]: http://softwaremaniacs.org/soft/highlight/en/download/
      +
      +
      +## Version 5.10 — "Paris".
      +
      +Though I'm on a vacation in Paris, I decided to release a new version with a
      +couple of small fixes:
      +
      +- Tomas Vitvar discovered that TAB replacement doesn't always work when used
      +  with custom markup in code
      +- SQL parsing is even more rigid now and doesn't step over SmallTalk in tests
      +
      +
      +## Version 5.9
      +
      +A long-awaited version is finally released.
      +
      +New languages:
      +
      +- Andrew Fedorov made a definition for Lua
      +- a long-time highlight.js contributor [Peter Leonov][pl] made a definition for
      +  Nginx config
      +- [Vladimir Moskva][vm] made a definition for TeX
      +
      +[pl]: http://kung-fu-tzu.ru/
      +[vm]: http://fulc.ru/
      +
      +Fixes for existing languages:
      +
      +- [Loren Segal][ls] reworked the Ruby definition and added highlighting for
      +  [YARD][] inline documentation
      +- the definition of SQL has become more solid and now it shouldn't be overly
      +  greedy when it comes to language detection
      +
      +[ls]: http://gnuu.org/
      +[yard]: http://yardoc.org/
      +
      +The highlighter has become more usable as a library allowing to do highlighting
      +from initialization code of JS frameworks and in ajax methods (see.
      +readme.eng.txt).
      +
      +Also this version drops support for the [WordPress][wp] plugin. Everyone is
      +welcome to [pick up its maintenance][p] if needed.
      +
      +[wp]: http://wordpress.org/
      +[p]: http://bazaar.launchpad.net/~isagalaev/+junk/highlight/annotate/342/src/wp_highlight.js.php
      +
      +
      +## Version 5.8
      +
      +- Jan Berkel has contributed a definition for Scala. +1 to hotness!
      +- All CSS-styles are rewritten to work only inside `
      ` tags to avoid
      +  conflicts with host site styles.
      +
      +
      +## Version 5.7.
      +
      +Fixed escaping of quotes in VBScript strings.
      +
      +
      +## Version 5.5
      +
      +This version brings a small change: now .ini-files allow digits, underscores and
      +square brackets in key names.
      +
      +
      +## Version 5.4
      +
      +Fixed small but upsetting bug in the packer which caused incorrect highlighting
      +of explicitly specified languages. Thanks to Andrew Fedorov for precise
      +diagnostics!
      +
      +
      +## Version 5.3
      +
      +The version to fulfil old promises.
      +
      +The most significant change is that highlight.js now preserves custom user
      +markup in code along with its own highlighting markup. This means that now it's
      +possible to use, say, links in code. Thanks to [Vladimir Dolzhenko][vd] for the
      +[initial proposal][1] and for making a proof-of-concept patch.
      +
      +Also in this version:
      +
      +- [Vasily Polovnyov][vp] has sent a GitHub-like style and has implemented
      +  support for CSS @-rules and Ruby symbols.
      +- Yura Zaripov has sent two styles: Brown Paper and School Book.
      +- Oleg Volchkov has sent a definition for [Parser 3][p3].
      +
      +[1]: http://softwaremaniacs.org/forum/highlightjs/6612/
      +[p3]: http://www.parser.ru/
      +[vp]: http://vasily.polovnyov.ru/
      +[vd]: http://dolzhenko.blogspot.com/
      +
      +
      +## Version 5.2
      +
      +- at last it's possible to replace indentation TABs with something sensible (e.g. 2 or 4 spaces)
      +- new keywords and built-ins for 1C by Sergey Baranov
      +- a couple of small fixes to Apache highlighting
      +
      +
      +## Version 5.1
      +
      +This is one of those nice version consisting entirely of new and shiny
      +contributions!
      +
      +- [Vladimir Ermakov][vooon] created highlighting for AVR Assembler
      +- [Ruslan Keba][rukeba] created highlighting for Apache config file. Also his
      +  original visual style for it is now available for all highlight.js languages
      +  under the name "Magula".
      +- [Shuen-Huei Guan][drake] (aka Drake) sent new keywords for RenderMan
      +  languages. Also thanks go to [Konstantin Evdokimenko][ke] for his advice on
      +  the matter.
      +
      +[vooon]: http://vehq.ru/about/
      +[rukeba]: http://rukeba.com/
      +[drake]: http://drakeguan.org/
      +[ke]: http://k-evdokimenko.moikrug.ru/
      +
      +
      +## Version 5.0
      +
      +The main change in the new major version of highlight.js is a mechanism for
      +packing several languages along with the library itself into a single compressed
      +file. Now sites using several languages will load considerably faster because
      +the library won't dynamically include additional files while loading.
      +
      +Also this version fixes a long-standing bug with Javascript highlighting that
      +couldn't distinguish between regular expressions and division operations.
      +
      +And as usually there were a couple of minor correctness fixes.
      +
      +Great thanks to all contributors! Keep using highlight.js.
      +
      +
      +## Version 4.3
      +
      +This version comes with two contributions from [Jason Diamond][jd]:
      +
      +- language definition for C# (yes! it was a long-missed thing!)
      +- Visual Studio-like highlighting style
      +
      +Plus there are a couple of minor bug fixes for parsing HTML and XML attributes.
      +
      +[jd]: http://jason.diamond.name/weblog/
      +
      +
      +## Version 4.2
      +
      +The biggest news is highlighting for Lisp, courtesy of Vasily Polovnyov. It's
      +somewhat experimental meaning that for highlighting "keywords" it doesn't use
      +any pre-defined set of a Lisp dialect. Instead it tries to highlight first word
      +in parentheses wherever it makes sense. I'd like to ask people programming in
      +Lisp to confirm if it's a good idea and send feedback to [the forum][f].
      +
      +Other changes:
      +
      +- Smalltalk was excluded from DEFAULT_LANGUAGES to save traffic
      +- [Vladimir Epifanov][voldmar] has implemented javascript style switcher for
      +  test.html
      +- comments now allowed inside Ruby function definition
      +- [MEL][] language from [Shuen-Huei Guan][drake]
      +- whitespace now allowed between `
      ` and ``
      +- better auto-detection of C++ and PHP
      +- HTML allows embedded VBScript (`<% .. %>`)
      +
      +[f]: http://softwaremaniacs.org/forum/highlightjs/
      +[voldmar]: http://voldmar.ya.ru/
      +[mel]: http://en.wikipedia.org/wiki/Maya_Embedded_Language
      +[drake]: http://drakeguan.org/
      +
      +
      +## Version 4.1
      +
      +Languages:
      +
      +- Bash from Vah
      +- DOS bat-files from Alexander Makarov (Sam)
      +- Diff files from Vasily Polovnyov
      +- Ini files from myself though initial idea was from Sam
      +
      +Styles:
      +
      +- Zenburn from Vladimir Epifanov, this is an imitation of a
      +  [well-known theme for Vim][zenburn].
      +- Ascetic from myself, as a realization of ideals of non-flashy highlighting:
      +  just one color in only three gradations :-)
      +
      +In other news. [One small bug][bug] was fixed, built-in keywords were added for
      +Python and C++ which improved auto-detection for the latter (it was shame that
      +[my wife's blog][alenacpp] had issues with it from time to time). And lastly
      +thanks go to Sam for getting rid of my stylistic comments in code that were
      +getting in the way of [JSMin][].
      +
      +[zenburn]: http://en.wikipedia.org/wiki/Zenburn
      +[alenacpp]: http://alenacpp.blogspot.com/
      +[bug]: http://softwaremaniacs.org/forum/viewtopic.php?id=1823
      +[jsmin]: http://code.google.com/p/jsmin-php/
      +
      +
      +## Version 4.0
      +
      +New major version is a result of vast refactoring and of many contributions.
      +
      +Visible new features:
      +
      +- Highlighting of embedded languages. Currently is implemented highlighting of
      +  Javascript and CSS inside HTML.
      +- Bundled 5 ready-made style themes!
      +
      +Invisible new features:
      +
      +- Highlight.js no longer pollutes global namespace. Only one object and one
      +  function for backward compatibility.
      +- Performance is further increased by about 15%.
      +
      +Changing of a major version number caused by a new format of language definition
      +files. If you use some third-party language files they should be updated.
      +
      +
      +## Version 3.5
      +
      +A very nice version in my opinion fixing a number of small bugs and slightly
      +increased speed in a couple of corner cases. Thanks to everybody who reports
      +bugs in he [forum][f] and by email!
      +
      +There is also a new language — XML. A custom XML formerly was detected as HTML
      +and didn't highlight custom tags. In this version I tried to make custom XML to
      +be detected and highlighted by its own rules. Which by the way include such
      +things as CDATA sections and processing instructions (``).
      +
      +[f]: http://softwaremaniacs.org/forum/viewforum.php?id=6
      +
      +
      +## Version 3.3
      +
      +[Vladimir Gubarkov][xonix] has provided an interesting and useful addition.
      +File export.html contains a little program that shows and allows to copy and
      +paste an HTML code generated by the highlighter for any code snippet. This can
      +be useful in situations when one can't use the script itself on a site.
      +
      +
      +[xonix]: http://xonixx.blogspot.com/
      +
      +
      +## Version 3.2 consists completely of contributions:
      +
      +- Vladimir Gubarkov has described SmallTalk
      +- Yuri Ivanov has described 1C
      +- Peter Leonov has packaged the highlighter as a Firefox extension
      +- Vladimir Ermakov has compiled a mod for phpBB
      +
      +Many thanks to you all!
      +
      +
      +## Version 3.1
      +
      +Three new languages are available: Django templates, SQL and Axapta. The latter
      +two are sent by [Dmitri Roudakov][1]. However I've almost entirely rewrote an
      +SQL definition but I'd never started it be it from the ground up :-)
      +
      +The engine itself has got a long awaited feature of grouping keywords
      +("keyword", "built-in function", "literal"). No more hacks!
      +
      +[1]: http://roudakov.ru/
      +
      +
      +## Version 3.0
      +
      +It is major mainly because now highlight.js has grown large and has become
      +modular. Now when you pass it a list of languages to highlight it will
      +dynamically load into a browser only those languages.
      +
      +Also:
      +
      +- Konstantin Evdokimenko of [RibKit][] project has created a highlighting for
      +  RenderMan Shading Language and RenderMan Interface Bytestream. Yay for more
      +  languages!
      +- Heuristics for C++ and HTML got better.
      +- I've implemented (at last) a correct handling of backslash escapes in C-like
      +  languages.
      +
      +There is also a small backwards incompatible change in the new version. The
      +function initHighlighting that was used to initialize highlighting instead of
      +initHighlightingOnLoad a long time ago no longer works. If you by chance still
      +use it — replace it with the new one.
      +
      +[RibKit]: http://ribkit.sourceforge.net/
      +
      +
      +## Version 2.9
      +
      +Highlight.js is a parser, not just a couple of regular expressions. That said
      +I'm glad to announce that in the new version 2.9 has support for:
      +
      +- in-string substitutions for Ruby -- `#{...}`
      +- strings from from numeric symbol codes (like #XX) for Delphi
      +
      +
      +## Version 2.8
      +
      +A maintenance release with more tuned heuristics. Fully backwards compatible.
      +
      +
      +## Version 2.7
      +
      +- Nikita Ledyaev presents highlighting for VBScript, yay!
      +- A couple of bugs with escaping in strings were fixed thanks to Mickle
      +- Ongoing tuning of heuristics
      +
      +Fixed bugs were rather unpleasant so I encourage everyone to upgrade!
      +
      +
      +## Version 2.4
      +
      +- Peter Leonov provides another improved highlighting for Perl
      +- Javascript gets a new kind of keywords — "literals". These are the words
      +  "true", "false" and "null"
      +
      +Also highlight.js homepage now lists sites that use the library. Feel free to
      +add your site by [dropping me a message][mail] until I find the time to build a
      +submit form.
      +
      +[mail]: mailto:Maniac@SoftwareManiacs.Org
      +
      +
      +## Version 2.3
      +
      +This version fixes IE breakage in previous version. My apologies to all who have
      +already downloaded that one!
      +
      +
      +## Version 2.2
      +
      +- added highlighting for Javascript
      +- at last fixed parsing of Delphi's escaped apostrophes in strings
      +- in Ruby fixed highlighting of keywords 'def' and 'class', same for 'sub' in
      +  Perl
      +
      +
      +## Version 2.0
      +
      +- Ruby support by [Anton Kovalyov][ak]
      +- speed increased by orders of magnitude due to new way of parsing
      +- this same way allows now correct highlighting of keywords in some tricky
      +  places (like keyword "End" at the end of Delphi classes)
      +
      +[ak]: http://anton.kovalyov.net/
      +
      +
      +## Version 1.0
      +
      +Version 1.0 of javascript syntax highlighter is released!
      +
      +It's the first version available with English description. Feel free to post
      +your comments and question to [highlight.js forum][forum]. And don't be afraid
      +if you find there some fancy Cyrillic letters -- it's for Russian users too :-)
      +
      +[forum]: http://softwaremaniacs.org/forum/viewforum.php?id=6
      diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/LICENSE.bin b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/LICENSE.bin
      new file mode 100644
      index 0000000..422deb7
      --- /dev/null
      +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/LICENSE.bin
      @@ -0,0 +1,24 @@
      +Copyright (c) 2006, Ivan Sagalaev
      +All rights reserved.
      +Redistribution and use in source and binary forms, with or without
      +modification, are permitted provided that the following conditions are met:
      +
      +    * Redistributions of source code must retain the above copyright
      +      notice, this list of conditions and the following disclaimer.
      +    * Redistributions in binary form must reproduce the above copyright
      +      notice, this list of conditions and the following disclaimer in the
      +      documentation and/or other materials provided with the distribution.
      +    * Neither the name of highlight.js nor the names of its contributors 
      +      may be used to endorse or promote products derived from this software 
      +      without specific prior written permission.
      +
      +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
      +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
      +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
      +DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
      +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
      +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
      +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
      +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
      +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
      +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md
      new file mode 100644
      index 0000000..be85f6a
      --- /dev/null
      +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md
      @@ -0,0 +1,171 @@
      +# Highlight.js
      +
      +Highlight.js нужен для подсветки синтаксиса в примерах кода в блогах,
      +форумах и вообще на любых веб-страницах. Пользоваться им очень просто,
      +потому что работает он автоматически: сам находит блоки кода, сам
      +определяет язык, сам подсвечивает.
      +
      +Автоопределением языка можно управлять, когда оно не справляется само (см.
      +дальше "Эвристика").
      +
      +
      +## Простое использование
      +
      +Подключите библиотеку и стиль на страницу и повесть вызов подсветки на
      +загрузку страницы:
      +
      +```html
      +
      +
      +
      +```
      +
      +Весь код на странице, обрамлённый в теги `
       .. 
      ` +будет автоматически подсвечен. Если вы используете другие теги или хотите +подсвечивать блоки кода динамически, читайте "Инициализацию вручную" ниже. + +- Вы можете скачать собственную версию "highlight.pack.js" или сослаться + на захостенный файл, как описано на странице загрузки: + + +- Стилевые темы можно найти в загруженном архиве или также использовать + захостенные. Чтобы сделать собственный стиль для своего сайта, вам + будет полезен [CSS classes reference][cr], который тоже есть в архиве. + +[cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html + + +## node.js + +Highlight.js можно использовать в node.js. Библиотеку со всеми возможными языками можно +установить с NPM: + + npm install highlight.js + +Также её можно собрать из исходников с только теми языками, которые нужны: + + python3 tools/build.py -tnode lang1 lang2 .. + +Использование библиотеки: + +```javascript +var hljs = require('highlight.js'); + +// Если вы знаете язык +hljs.highlight(lang, code).value; + +// Автоопределение языка +hljs.highlightAuto(code).value; +``` + + +## AMD + +Highlight.js можно использовать с загрузчиком AMD-модулей. Для этого его +нужно собрать из исходников следующей командой: + +```bash +$ python3 tools/build.py -tamd lang1 lang2 .. +``` + +Она создаст файл `build/highlight.pack.js`, который является загружаемым +AMD-модулем и содержит все выбранные при сборке языки. Используется он так: + +```javascript +require(["highlight.js/build/highlight.pack"], function(hljs){ + + // Если вы знаете язык + hljs.highlight(lang, code).value; + + // Автоопределение языка + hljs.highlightAuto(code).value; +}); +``` + + +## Замена TABов + +Также вы можете заменить символы TAB ('\x09'), используемые для отступов, на +фиксированное количество пробелов или на отдельный ``, чтобы задать ему +какой-нибудь специальный стиль: + +```html + +``` + + +## Инициализация вручную + +Если вы используете другие теги для блоков кода, вы можете инициализировать их +явно с помощью функции `highlightBlock(code)`. Она принимает DOM-элемент с +текстом расцвечиваемого кода и опционально - строчку для замены символов TAB. + +Например с использованием jQuery код инициализации может выглядеть так: + +```javascript +$(document).ready(function() { + $('pre code').each(function(i, e) {hljs.highlightBlock(e)}); +}); +``` + +`highlightBlock` можно также использовать, чтобы подсветить блоки кода, +добавленные на страницу динамически. Только убедитесь, что вы не делаете этого +повторно для уже раскрашенных блоков. + +Если ваш блок кода использует `
      ` вместо переводов строки (т.е. если это не +`
      `), включите опцию `useBR`:
      +
      +```javascript
      +hljs.configure({useBR: true});
      +$('div.code').each(function(i, e) {hljs.highlightBlock(e)});
      +```
      +
      +
      +## Эвристика
      +
      +Определение языка, на котором написан фрагмент, делается с помощью
      +довольно простой эвристики: программа пытается расцветить фрагмент всеми
      +языками подряд, и для каждого языка считает количество подошедших
      +синтаксически конструкций и ключевых слов. Для какого языка нашлось больше,
      +тот и выбирается.
      +
      +Это означает, что в коротких фрагментах высока вероятность ошибки, что
      +периодически и случается. Чтобы указать язык фрагмента явно, надо написать
      +его название в виде класса к элементу ``:
      +
      +```html
      +
      ...
      +``` + +Можно использовать рекомендованные в HTML5 названия классов: +"language-html", "language-php". Также можно назначать классы на элемент +`
      `.
      +
      +Чтобы запретить расцветку фрагмента вообще, используется класс "no-highlight":
      +
      +```html
      +
      ...
      +``` + + +## Экспорт + +В файле export.html находится небольшая программка, которая показывает и дает +скопировать непосредственно HTML-код подсветки для любого заданного фрагмента кода. +Это может понадобится например на сайте, на котором нельзя подключить сам скрипт +highlight.js. + + +## Координаты + +- Версия: 8.0 +- URL: http://highlightjs.org/ + +Лицензионное соглашение читайте в файле LICENSE. +Список авторов и соавторов читайте в файле AUTHORS.ru.txt diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js new file mode 100644 index 0000000..627f79e --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js @@ -0,0 +1 @@ +var hljs=new function(){function k(v){return v.replace(/&/gm,"&").replace(//gm,">")}function t(v){return v.nodeName.toLowerCase()}function i(w,x){var v=w&&w.exec(x);return v&&v.index==0}function d(v){return Array.prototype.map.call(v.childNodes,function(w){if(w.nodeType==3){return b.useBR?w.nodeValue.replace(/\n/g,""):w.nodeValue}if(t(w)=="br"){return"\n"}return d(w)}).join("")}function r(w){var v=(w.className+" "+(w.parentNode?w.parentNode.className:"")).split(/\s+/);v=v.map(function(x){return x.replace(/^language-/,"")});return v.filter(function(x){return j(x)||x=="no-highlight"})[0]}function o(x,y){var v={};for(var w in x){v[w]=x[w]}if(y){for(var w in y){v[w]=y[w]}}return v}function u(x){var v=[];(function w(y,z){for(var A=y.firstChild;A;A=A.nextSibling){if(A.nodeType==3){z+=A.nodeValue.length}else{if(t(A)=="br"){z+=1}else{if(A.nodeType==1){v.push({event:"start",offset:z,node:A});z=w(A,z);v.push({event:"stop",offset:z,node:A})}}}}return z})(x,0);return v}function q(w,y,C){var x=0;var F="";var z=[];function B(){if(!w.length||!y.length){return w.length?w:y}if(w[0].offset!=y[0].offset){return(w[0].offset"}function E(G){F+=""}function v(G){(G.event=="start"?A:E)(G.node)}while(w.length||y.length){var D=B();F+=k(C.substr(x,D[0].offset-x));x=D[0].offset;if(D==w){z.reverse().forEach(E);do{v(D.splice(0,1)[0]);D=B()}while(D==w&&D.length&&D[0].offset==x);z.reverse().forEach(A)}else{if(D[0].event=="start"){z.push(D[0].node)}else{z.pop()}v(D.splice(0,1)[0])}}return F+k(C.substr(x))}function m(y){function v(z){return(z&&z.source)||z}function w(A,z){return RegExp(v(A),"m"+(y.cI?"i":"")+(z?"g":""))}function x(D,C){if(D.compiled){return}D.compiled=true;D.k=D.k||D.bK;if(D.k){var z={};function E(G,F){if(y.cI){F=F.toLowerCase()}F.split(" ").forEach(function(H){var I=H.split("|");z[I[0]]=[G,I[1]?Number(I[1]):1]})}if(typeof D.k=="string"){E("keyword",D.k)}else{Object.keys(D.k).forEach(function(F){E(F,D.k[F])})}D.k=z}D.lR=w(D.l||/\b[A-Za-z0-9_]+\b/,true);if(C){if(D.bK){D.b=D.bK.split(" ").join("|")}if(!D.b){D.b=/\B|\b/}D.bR=w(D.b);if(!D.e&&!D.eW){D.e=/\B|\b/}if(D.e){D.eR=w(D.e)}D.tE=v(D.e)||"";if(D.eW&&C.tE){D.tE+=(D.e?"|":"")+C.tE}}if(D.i){D.iR=w(D.i)}if(D.r===undefined){D.r=1}if(!D.c){D.c=[]}var B=[];D.c.forEach(function(F){if(F.v){F.v.forEach(function(G){B.push(o(F,G))})}else{B.push(F=="self"?D:F)}});D.c=B;D.c.forEach(function(F){x(F,D)});if(D.starts){x(D.starts,C)}var A=D.c.map(function(F){return F.bK?"\\.?\\b("+F.b+")\\b\\.?":F.b}).concat([D.tE]).concat([D.i]).map(v).filter(Boolean);D.t=A.length?w(A.join("|"),true):{exec:function(F){return null}};D.continuation={}}x(y)}function c(S,L,J,R){function v(U,V){for(var T=0;T";U+=Z+'">';return U+X+Y}function N(){var U=k(C);if(!I.k){return U}var T="";var X=0;I.lR.lastIndex=0;var V=I.lR.exec(U);while(V){T+=U.substr(X,V.index-X);var W=E(I,V);if(W){H+=W[1];T+=w(W[0],V[0])}else{T+=V[0]}X=I.lR.lastIndex;V=I.lR.exec(U)}return T+U.substr(X)}function F(){if(I.sL&&!f[I.sL]){return k(C)}var T=I.sL?c(I.sL,C,true,I.continuation.top):g(C);if(I.r>0){H+=T.r}if(I.subLanguageMode=="continuous"){I.continuation.top=T.top}return w(T.language,T.value,false,true)}function Q(){return I.sL!==undefined?F():N()}function P(V,U){var T=V.cN?w(V.cN,"",true):"";if(V.rB){D+=T;C=""}else{if(V.eB){D+=k(U)+T;C=""}else{D+=T;C=U}}I=Object.create(V,{parent:{value:I}})}function G(T,X){C+=T;if(X===undefined){D+=Q();return 0}var V=v(X,I);if(V){D+=Q();P(V,X);return V.rB?0:X.length}var W=z(I,X);if(W){var U=I;if(!(U.rE||U.eE)){C+=X}D+=Q();do{if(I.cN){D+=""}H+=I.r;I=I.parent}while(I!=W.parent);if(U.eE){D+=k(X)}C="";if(W.starts){P(W.starts,"")}return U.rE?0:X.length}if(A(X,I)){throw new Error('Illegal lexeme "'+X+'" for mode "'+(I.cN||"")+'"')}C+=X;return X.length||1}var M=j(S);if(!M){throw new Error('Unknown language: "'+S+'"')}m(M);var I=R||M;var D="";for(var K=I;K!=M;K=K.parent){if(K.cN){D=w(K.cN,D,true)}}var C="";var H=0;try{var B,y,x=0;while(true){I.t.lastIndex=x;B=I.t.exec(L);if(!B){break}y=G(L.substr(x,B.index-x),B[0]);x=B.index+y}G(L.substr(x));for(var K=I;K.parent;K=K.parent){if(K.cN){D+=""}}return{r:H,value:D,language:S,top:I}}catch(O){if(O.message.indexOf("Illegal")!=-1){return{r:0,value:k(L)}}else{throw O}}}function g(y,x){x=x||b.languages||Object.keys(f);var v={r:0,value:k(y)};var w=v;x.forEach(function(z){if(!j(z)){return}var A=c(z,y,false);A.language=z;if(A.r>w.r){w=A}if(A.r>v.r){w=v;v=A}});if(w.language){v.second_best=w}return v}function h(v){if(b.tabReplace){v=v.replace(/^((<[^>]+>|\t)+)/gm,function(w,z,y,x){return z.replace(/\t/g,b.tabReplace)})}if(b.useBR){v=v.replace(/\n/g,"
      ")}return v}function p(z){var y=d(z);var A=r(z);if(A=="no-highlight"){return}var v=A?c(A,y,true):g(y);var w=u(z);if(w.length){var x=document.createElementNS("http://www.w3.org/1999/xhtml","pre");x.innerHTML=v.value;v.value=q(w,u(x),y)}v.value=h(v.value);z.innerHTML=v.value;z.className+=" hljs "+(!A&&v.language||"");z.result={language:v.language,re:v.r};if(v.second_best){z.second_best={language:v.second_best.language,re:v.second_best.r}}}var b={classPrefix:"hljs-",tabReplace:null,useBR:false,languages:undefined};function s(v){b=o(b,v)}function l(){if(l.called){return}l.called=true;var v=document.querySelectorAll("pre code");Array.prototype.forEach.call(v,p)}function a(){addEventListener("DOMContentLoaded",l,false);addEventListener("load",l,false)}var f={};var n={};function e(v,x){var w=f[v]=x(this);if(w.aliases){w.aliases.forEach(function(y){n[y]=v})}}function j(v){return f[v]||f[n[v]]}this.highlight=c;this.highlightAuto=g;this.fixMarkup=h;this.highlightBlock=p;this.configure=s;this.initHighlighting=l;this.initHighlightingOnLoad=a;this.registerLanguage=e;this.getLanguage=j;this.inherit=o;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\b\\d+(\\.\\d+)?";this.CNR="(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)";this.BNR="\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~";this.BE={b:"\\\\[\\s\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[this.BE]};this.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[this.BE]};this.CLCM={cN:"comment",b:"//",e:"$"};this.CBLCLM={cN:"comment",b:"/\\*",e:"\\*/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.REGEXP_MODE={cN:"regexp",b:/\//,e:/\/[gim]*/,i:/\n/,c:[this.BE,{b:/\[/,e:/\]/,r:0,c:[this.BE]}]};this.TM={cN:"title",b:this.IR,r:0};this.UTM={cN:"title",b:this.UIR,r:0}}();hljs.registerLanguage("bash",function(b){var a={cN:"variable",v:[{b:/\$[\w\d#@][\w\d_]*/},{b:/\$\{(.*?)\}/}]};var d={cN:"string",b:/"/,e:/"/,c:[b.BE,a,{cN:"variable",b:/\$\(/,e:/\)/,c:[b.BE]}]};var c={cN:"string",b:/'/,e:/'/};return{l:/-?[a-z\.]+/,k:{keyword:"if then else elif fi for break continue while in do done exit return set declare case esac export exec",literal:"true false",built_in:"printf echo read cd pwd pushd popd dirs let eval unset typeset readonly getopts source shopt caller type hash bind help sudo",operator:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"shebang",b:/^#![^\n]+sh\s*$/,r:10},{cN:"function",b:/\w[\w\d_]*\s*\(\s*\)\s*\{/,rB:true,c:[b.inherit(b.TM,{b:/\w[\w\d_]*/})],r:0},b.HCM,b.NM,d,c,a]}});hljs.registerLanguage("cs",function(b){var a="abstract as base bool break byte case catch char checked const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long new null object operator out override params private protected public readonly ref return sbyte sealed short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async await ascending descending from get group into join let orderby partial select set value var where yield";return{k:a,c:[{cN:"comment",b:"///",e:"$",rB:true,c:[{cN:"xmlDocTag",b:"///|"},{cN:"xmlDocTag",b:""}]},b.CLCM,b.CBLCLM,{cN:"preprocessor",b:"#",e:"$",k:"if else elif endif define undef warning error line region endregion pragma checksum"},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},b.ASM,b.QSM,b.CNM,{bK:"protected public private internal",e:/[{;=]/,k:a,c:[{bK:"class namespace interface",starts:{c:[b.TM]}},{b:b.IR+"\\s*\\(",rB:true,c:[b.TM]}]}]}});hljs.registerLanguage("ruby",function(e){var h="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?";var g="and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor";var a={cN:"yardoctag",b:"@[A-Za-z]+"};var i={cN:"comment",v:[{b:"#",e:"$",c:[a]},{b:"^\\=begin",e:"^\\=end",c:[a],r:10},{b:"^__END__",e:"\\n$"}]};var c={cN:"subst",b:"#\\{",e:"}",k:g};var d={cN:"string",c:[e.BE,c],v:[{b:/'/,e:/'/},{b:/"/,e:/"/},{b:"%[qw]?\\(",e:"\\)"},{b:"%[qw]?\\[",e:"\\]"},{b:"%[qw]?{",e:"}"},{b:"%[qw]?<",e:">",r:10},{b:"%[qw]?/",e:"/",r:10},{b:"%[qw]?%",e:"%",r:10},{b:"%[qw]?-",e:"-",r:10},{b:"%[qw]?\\|",e:"\\|",r:10},{b:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/}]};var b={cN:"params",b:"\\(",e:"\\)",k:g};var f=[d,i,{cN:"class",bK:"class module",e:"$|;",i:/=/,c:[e.inherit(e.TM,{b:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{cN:"inheritance",b:"<\\s*",c:[{cN:"parent",b:"("+e.IR+"::)?"+e.IR}]},i]},{cN:"function",bK:"def",e:" |$|;",r:0,c:[e.inherit(e.TM,{b:h}),b,i]},{cN:"constant",b:"(::)?(\\b[A-Z]\\w*(::)?)+",r:0},{cN:"symbol",b:":",c:[d,{b:h}],r:0},{cN:"symbol",b:e.UIR+"(\\!|\\?)?:",r:0},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{cN:"variable",b:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{b:"("+e.RSR+")\\s*",c:[i,{cN:"regexp",c:[e.BE,c],i:/\n/,v:[{b:"/",e:"/[a-z]*"},{b:"%r{",e:"}[a-z]*"},{b:"%r\\(",e:"\\)[a-z]*"},{b:"%r!",e:"![a-z]*"},{b:"%r\\[",e:"\\][a-z]*"}]}],r:0}];c.c=f;b.c=f;return{k:g,c:f}});hljs.registerLanguage("diff",function(a){return{c:[{cN:"chunk",r:10,v:[{b:/^\@\@ +\-\d+,\d+ +\+\d+,\d+ +\@\@$/},{b:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{b:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{cN:"header",v:[{b:/Index: /,e:/$/},{b:/=====/,e:/=====$/},{b:/^\-\-\-/,e:/$/},{b:/^\*{3} /,e:/$/},{b:/^\+\+\+/,e:/$/},{b:/\*{5}/,e:/\*{5}$/}]},{cN:"addition",b:"^\\+",e:"$"},{cN:"deletion",b:"^\\-",e:"$"},{cN:"change",b:"^\\!",e:"$"}]}});hljs.registerLanguage("javascript",function(a){return{aliases:["js"],k:{keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require"},c:[{cN:"pi",b:/^\s*('|")use strict('|")/,r:10},a.ASM,a.QSM,a.CLCM,a.CBLCLM,a.CNM,{b:"("+a.RSR+"|\\b(case|return|throw)\\b)\\s*",k:"return throw case",c:[a.CLCM,a.CBLCLM,a.REGEXP_MODE,{b:/;/,r:0,sL:"xml"}],r:0},{cN:"function",bK:"function",e:/\{/,c:[a.inherit(a.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/}),{cN:"params",b:/\(/,e:/\)/,c:[a.CLCM,a.CBLCLM],i:/["'\(]/}],i:/\[|%/},{b:/\$[(.]/},{b:"\\."+a.IR,r:0}]}});hljs.registerLanguage("xml",function(a){var c="[A-Za-z0-9\\._:-]+";var d={b:/<\?(php)?(?!\w)/,e:/\?>/,sL:"php",subLanguageMode:"continuous"};var b={eW:true,i:/]+/}]}]}]};return{aliases:["html"],cI:true,c:[{cN:"doctype",b:"",r:10,c:[{b:"\\[",e:"\\]"}]},{cN:"comment",b:"",r:10},{cN:"cdata",b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"tag",b:"|$)",e:">",k:{title:"style"},c:[b],starts:{e:"",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/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css new file mode 100644 index 0000000..d090c7e --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#222}.ini .hljs-title,.nginx .hljs-title,.profile .hljs-header *{color:#fff}.css .hljs-rules,.diff,.hljs-comment,.hljs-doctype,.hljs-javadoc,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-preprocessor .hljs-title,.hljs-shebang,.hljs-tag,.hljs-template_comment,.profile .hljs-summary,.tex .hljs-special{color:#444}.clojure .hljs-attribute,.coffeescript .hljs-attribute,.diff .hljs-change,.hljs-regexp,.hljs-string,.hljs-symbol,.ini .hljs-value,.smalltalk .hljs-char,.xml .hljs-attribute,.xml .hljs-value{color:#fc3}.hljs-addition,.hljs-number{color:#0c6}.css .funtion,.django .hljs-variable,.go .hljs-constant,.go .hljs-typename,.hljs-built_in,.hljs-flow,.hljs-hexcolor,.hljs-important,.hljs-inheritance,.hljs-literal,.ini .hljs-keyword,.lua .hljs-title,.mel .hljs-variable,.parser3 .hljs-variable,.perl .hljs-variable,.php .hljs-variable,.smalltalk .method,.vhdl .hljs-typename{color:#32aaee}.clojure .hljs-built_in,.css .hljs-attr_selector,.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.css .hljs-tag,.hljs-keyword,.hljs-request,.hljs-status,.hljs-tag .hljs-title,.hljs-winutils,.lisp .hljs-title,.tex .hljs-command{color:#64a}.apache .hljs-tag,.avrasm .hljs-label,.bash .hljs-variable,.css .hljs-keyword,.go .hljs-built_in,.hljs-deletion,.hljs-envvar,.hljs-parent,.hljs-template_tag,.hljs-title,.lisp .hljs-keyword,.lua .hljs-built_in,.nginx .hljs-variable,.objectivec .hljs-class .hljs-id,.rsl .hljs-built_in,.ruby .hljs-constant,.smalltalk .hljs-class,.tail,.tex .hljs-formula,.tex .hljs-formula *,.vala .hljs-constant,.vbscript .hljs-built_in{color:#b16}.apache .hljs-tag,.hljs-phpdoc,.hljs-yardoctag,.ini .hljs-title,.parser3 .hljs-title,.profile .hljs-header{font-weight:700}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.6}.css,.css .hljs-attribute,.css .hljs-value,.diff .hljs-chunk,.erlang *,.erlang_repl *,.haskell *,.hljs,.hljs-container,.hljs-subst,.javascript,.lisp .hljs-number,.lisp .hljs-string,.tail .hljs-params,.xml{color:#aaa} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css new file mode 100644 index 0000000..2b2e09d --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#fff;color:#000}.apache .hljs-cbracket,.apache .hljs-tag,.hljs-addition,.hljs-change,.hljs-filter .hljs-argument,.hljs-string,.hljs-tag .hljs-value,.nginx .hljs-built_in,.tex .hljs-formula{color:#888}.apache .hljs-sqbracket,.hljs-comment,.hljs-deletion,.hljs-doctype,.hljs-javadoc,.hljs-pi,.hljs-shebang,.hljs-template_comment{color:#ccc}.apache .hljs-tag,.clojure .hljs-title,.css .hljs-tag,.hljs-flow,.hljs-keyword,.hljs-request,.hljs-status,.hljs-tag .hljs-title,.hljs-winutils,.http .hljs-title,.ini .hljs-title,.lisp .hljs-title,.nginx .hljs-title,.tex .hljs-command{font-weight:700} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css new file mode 100644 index 0000000..d25264c --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#999580}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#d73737}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#b65611}.css .hljs-rules .hljs-attribute,.ruby .hljs-class .hljs-title{color:#cfb017}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#60ac39}.css .hljs-hexcolor{color:#1fad83}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#6684e1}.hljs-keyword,.javascript .hljs-function{color:#b854d4}.hljs{display:block;background:#292824;color:#a6a28c;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css new file mode 100644 index 0000000..6bc215c --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#7d7a68}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#d73737}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#b65611}.css .hljs-rules .hljs-attribute,.hljs-ruby .hljs-class .hljs-title{color:#cfb017}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#60ac39}.css .hljs-hexcolor{color:#1fad83}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#6684e1}.hljs-keyword,.javascript .hljs-function{color:#b854d4}.hljs{display:block;background:#fefbec;color:#6e6b5e;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css new file mode 100644 index 0000000..17b1264 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#9c9491}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#f22c40}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#df5320}.css .hljs-rules .hljs-attribute,.hljs-ruby .hljs-class .hljs-title{color:#d5911a}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#5ab738}.css .hljs-hexcolor{color:#00ad9c}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#407ee7}.hljs-keyword,.javascript .hljs-function{color:#6666ea}.hljs{display:block;background:#2c2421;color:#a8a19f;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css new file mode 100644 index 0000000..e5de9cd --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#766e6b}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#f22c40}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#df5320}.css .hljs-rules .hljs-attribute,.hljs-ruby .hljs-class .hljs-title{color:#d5911a}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#5ab738}.css .hljs-hexcolor{color:#00ad9c}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#407ee7}.hljs-keyword,.javascript .hljs-function{color:#6666ea}.hljs{display:block;background:#f1efee;color:#68615e;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css new file mode 100644 index 0000000..ee949e0 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#9e8f9e}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#ca402b}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#a65926}.css .hljs-rules .hljs-attribute,.hljs-ruby .hljs-class .hljs-title{color:#bb8a35}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#379a37}.css .hljs-hexcolor{color:#159393}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#516aec}.hljs-keyword,.javascript .hljs-function{color:#7b59c0}.hljs{display:block;background:#292329;color:#ab9bab;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css new file mode 100644 index 0000000..bb40e13 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#776977}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#ca402b}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#a65926}.css .hljs-rules .hljs-attribute,.hljs-ruby .hljs-class .hljs-title{color:#bb8a35}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#379a37}.css .hljs-hexcolor{color:#159393}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#516aec}.hljs-keyword,.javascript .hljs-function{color:#7b59c0}.hljs{display:block;background:#f7f3f7;color:#695d69;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css new file mode 100644 index 0000000..ac2801d --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#7195a8}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#d22d72}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#935c25}.css .hljs-rules .hljs-attribute,.hljs-ruby .hljs-class .hljs-title{color:#8a8a0f}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#568c3b}.css .hljs-hexcolor{color:#2d8f6f}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#257fad}.hljs-keyword,.javascript .hljs-function{color:#5d5db1}.hljs{display:block;background:#1f292e;color:#7ea2b4;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css new file mode 100644 index 0000000..5f271ad --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#5a7b8c}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#d22d72}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#935c25}.css .hljs-rules .hljs-attribute,.hljs-ruby .hljs-class .hljs-title{color:#8a8a0f}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#568c3b}.css .hljs-hexcolor{color:#2d8f6f}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#257fad}.hljs-keyword,.javascript .hljs-function{color:#5d5db1}.hljs{display:block;background:#ebf8ff;color:#516d7b;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css new file mode 100644 index 0000000..890648a --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#809980}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#e6193c}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#87711d}.css .hljs-rules .hljs-attribute,.hljs-ruby .hljs-class .hljs-title{color:#c3c322}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#29a329}.css .hljs-hexcolor{color:#1999b3}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#3d62f5}.hljs-keyword,.javascript .hljs-function{color:#ad2bee}.hljs{display:block;background:#242924;color:#8ca68c;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css new file mode 100644 index 0000000..4483cd7 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#687d68}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#e6193c}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#87711d}.css .hljs-rules .hljs-attribute,.hljs-ruby .hljs-class .hljs-title{color:#c3c322}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#29a329}.css .hljs-hexcolor{color:#1999b3}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#3d62f5}.hljs-keyword,.javascript .hljs-function{color:#ad2bee}.hljs{display:block;background:#f0fff0;color:#5e6e5e;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css new file mode 100644 index 0000000..bd50188 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#b7a68e url(brown_papersq.png)}.clojure .hljs-built_in,.hljs-change,.hljs-flow,.hljs-keyword,.hljs-literal,.hljs-request,.hljs-status,.hljs-winutils,.lisp .hljs-title,.nginx .hljs-title,.tex .hljs-special{color:#059;font-weight:700}.hljs,.hljs-subst,.hljs-tag .hljs-keyword{color:#363c69}.apache .hljs-cbracket,.apache .hljs-tag,.css .hljs-rules .hljs-value,.django .hljs-filter .hljs-argument,.django .hljs-template_tag,.django .hljs-variable,.haskell .hljs-type,.hljs-addition,.hljs-attr_selector,.hljs-built_in,.hljs-envvar,.hljs-javadoc,.hljs-pragma,.hljs-preprocessor,.hljs-pseudo,.hljs-stream,.hljs-string,.hljs-tag .hljs-value,.hljs-title,.ruby .hljs-class .hljs-parent,.ruby .hljs-string,.ruby .hljs-symbol,.ruby .hljs-symbol .hljs-string,.smalltalk .hljs-array,.smalltalk .hljs-class,.smalltalk .hljs-localvars,.sql .hljs-aggregate,.tex .hljs-number{color:#2c009f}.apache .hljs-sqbracket,.hljs-comment,.hljs-deletion,.hljs-doctype,.hljs-pi,.hljs-shebang,.hljs-template_comment,.java .hljs-annotation,.nginx .hljs-built_in,.python .hljs-decorator,.tex .hljs-formula{color:#802022}.apache .hljs-tag,.bash .hljs-variable,.css .hljs-id,.diff .hljs-header,.haskell .hljs-type,.hljs-chunk,.hljs-keyword,.hljs-literal,.hljs-phpdoc,.hljs-title,.hljs-winutils,.rsl .hljs-built_in,.smalltalk .hljs-class,.sql .hljs-aggregate,.tex .hljs-command,.vbscript .hljs-built_in{font-weight:700}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.8} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css new file mode 100644 index 0000000..5874ad1 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#444}.clojure .hljs-built_in,.hljs-change,.hljs-flow,.hljs-keyword,.hljs-literal,.hljs-winutils,.lisp .hljs-title,.nginx .hljs-title,.tex .hljs-special{color:#fff}.hljs,.hljs-subst{color:#ddd}.apache .hljs-cbracket,.apache .hljs-tag,.coffeescript .hljs-attribute,.css .hljs-rules .hljs-value,.django .hljs-filter .hljs-argument,.django .hljs-template_tag,.django .hljs-variable,.haskell .hljs-type,.hljs-addition,.hljs-attr_selector,.hljs-built_in,.hljs-envvar,.hljs-javadoc,.hljs-pragma,.hljs-preprocessor,.hljs-prompt,.hljs-pseudo,.hljs-stream,.hljs-string,.hljs-tag .hljs-value,.hljs-title,.ini .hljs-title,.ruby .hljs-class .hljs-parent,.ruby .hljs-string,.ruby .hljs-symbol,.ruby .hljs-symbol .hljs-string,.smalltalk .hljs-array,.smalltalk .hljs-class,.smalltalk .hljs-localvars,.sql .hljs-aggregate,.tex .hljs-command{color:#d88}.apache .hljs-sqbracket,.hljs-comment,.hljs-deletion,.hljs-doctype,.hljs-pi,.hljs-shebang,.hljs-template_comment,.java .hljs-annotation,.python .hljs-decorator,.tex .hljs-formula{color:#777}.apache .hljs-tag,.bash .hljs-variable,.css .hljs-id,.diff .hljs-header,.haskell .hljs-type,.hljs-chunk,.hljs-keyword,.hljs-literal,.hljs-phpdoc,.hljs-request,.hljs-status,.hljs-title,.hljs-winutils,.rsl .hljs-built_in,.smalltalk .hljs-class,.sql .hljs-aggregate,.tex .hljs-special,.vbscript .hljs-built_in{font-weight:700}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css new file mode 100644 index 0000000..4f3f771 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#f0f0f0}.clojure .hljs-built_in,.hljs,.hljs-subst,.hljs-tag .hljs-title,.lisp .hljs-title,.nginx .hljs-title{color:#000}.apache .hljs-cbracket,.apache .hljs-tag,.asciidoc .hljs-header,.bash .hljs-variable,.coffeescript .hljs-attribute,.django .hljs-variable,.erlang_repl .hljs-function_or_atom,.haml .hljs-symbol,.hljs-addition,.hljs-aggregate,.hljs-constant,.hljs-flow,.hljs-parent,.hljs-pragma,.hljs-preprocessor,.hljs-rules .hljs-value,.hljs-rules .hljs-value .hljs-number,.hljs-stream,.hljs-string,.hljs-tag .hljs-value,.hljs-template_tag,.hljs-title,.markdown .hljs-header,.ruby .hljs-symbol,.ruby .hljs-symbol .hljs-string,.smalltalk .hljs-class,.tex .hljs-command,.tex .hljs-special{color:#800}.asciidoc .hljs-blockquote,.diff .hljs-header,.hljs-annotation,.hljs-chunk,.hljs-comment,.hljs-template_comment,.markdown .hljs-blockquote,.smartquote{color:#888}.asciidoc .hljs-bullet,.asciidoc .hljs-link_url,.go .hljs-constant,.hljs-change,.hljs-date,.hljs-hexcolor,.hljs-literal,.hljs-number,.hljs-regexp,.lasso .hljs-variable,.makefile .hljs-variable,.markdown .hljs-bullet,.markdown .hljs-link_url,.smalltalk .hljs-char,.smalltalk .hljs-symbol{color:#080}.apache .hljs-sqbracket,.asciidoc .hljs-attribute,.asciidoc .hljs-link_label,.clojure .hljs-attribute,.coffeescript .hljs-property,.erlang_repl .hljs-reserved,.haml .hljs-bullet,.hljs-array,.hljs-attr_selector,.hljs-decorator,.hljs-deletion,.hljs-doctype,.hljs-envvar,.hljs-filter .hljs-argument,.hljs-important,.hljs-javadoc,.hljs-label,.hljs-localvars,.hljs-phony,.hljs-pi,.hljs-prompt,.hljs-pseudo,.hljs-shebang,.lasso .hljs-attribute,.markdown .hljs-link_label,.nginx .hljs-built_in,.ruby .hljs-string,.tex .hljs-formula,.vhdl .hljs-attribute{color:#88f}.apache .hljs-tag,.asciidoc .hljs-strong,.bash .hljs-variable,.css .hljs-tag,.go .hljs-typename,.hljs-aggregate,.hljs-built_in,.hljs-id,.hljs-javadoctag,.hljs-keyword,.hljs-phpdoc,.hljs-request,.hljs-status,.hljs-title,.hljs-winutils,.hljs-yardoctag,.markdown .hljs-strong,.smalltalk .hljs-class,.tex .hljs-command{font-weight:700}.asciidoc .hljs-emphasis,.markdown .hljs-emphasis{font-style:italic}.nginx .hljs-built_in{font-weight:400}.coffeescript .javascript,.javascript .xml,.lasso .markup,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css new file mode 100644 index 0000000..1d03010 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;color:#000;background:#f8f8ff}.diff .hljs-header,.hljs-comment,.hljs-javadoc,.hljs-template_comment{color:#408080;font-style:italic}.assignment,.css .rule .hljs-keyword,.hljs-keyword,.hljs-literal,.hljs-subst,.hljs-winutils,.javascript .hljs-title,.lisp .hljs-title{color:#954121}.hljs-hexcolor,.hljs-number{color:#40a070}.hljs-phpdoc,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-formula{color:#219161}.hljs-id,.hljs-title{color:#19469d}.hljs-params{color:#00f}.hljs-subst,.javascript .hljs-title,.lisp .hljs-title{font-weight:400}.haskell .hljs-label,.hljs-class .hljs-title,.tex .hljs-command{color:#458;font-weight:700}.django .hljs-tag .hljs-keyword,.hljs-rules .hljs-property,.hljs-tag,.hljs-tag .hljs-title{color:navy;font-weight:400}.hljs-attribute,.hljs-variable,.instancevar,.lisp .hljs-body{color:teal}.hljs-regexp{color:#b68}.hljs-class{color:#458;font-weight:700}.hljs-symbol,.input_number,.lisp .hljs-keyword,.ruby .hljs-symbol .hljs-keyword,.ruby .hljs-symbol .hljs-string,.ruby .hljs-symbol .keymethods,.tex .hljs-special{color:#990073}.builtin,.constructor,.hljs-built_in,.lisp .hljs-title{color:#0086b3}.hljs-cdata,.hljs-doctype,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-shebang{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.diff .hljs-change{background:#0086b3}.hljs-chunk{color:#aaa}.tex .hljs-formula{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css new file mode 100644 index 0000000..816e1cd --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:navy}.hljs,.hljs-subst{color:#0ff}.apache .hljs-cbracket,.apache .hljs-tag,.clojure .hljs-title,.coffeescript .hljs-attribute,.css .hljs-rules .hljs-value,.css .hljs-rules .hljs-value .hljs-number,.django .hljs-template_tag,.django .hljs-variable,.haskell .hljs-type,.hljs-addition,.hljs-built_in,.hljs-pragma,.hljs-preprocessor,.hljs-string,.hljs-tag .hljs-value,.ruby .hljs-string,.ruby .hljs-symbol,.ruby .hljs-symbol .hljs-string,.smalltalk .hljs-class,.sql .hljs-aggregate,.tex .hljs-command{color:#ff0}.bash .hljs-variable,.clojure .hljs-built_in,.css .hljs-id,.haskell .hljs-type,.hljs-change,.hljs-envvar,.hljs-flow,.hljs-keyword,.hljs-title,.hljs-winutils,.rsl .hljs-built_in,.smalltalk .hljs-class,.sql .hljs-aggregate,.tex .hljs-special,.vbscript .hljs-built_in,.xml .hljs-tag .hljs-title{color:#fff}.apache .hljs-sqbracket,.hljs-comment,.hljs-deletion,.hljs-javadoc,.hljs-phpdoc,.hljs-template_comment,.java .hljs-annotation,.tex .hljs-formula{color:#888}.clojure .hljs-attribute,.hljs-date,.hljs-literal,.hljs-number,.hljs-regexp,.smalltalk .hljs-char,.smalltalk .hljs-symbol{color:#0f0}.diff .hljs-header,.django .hljs-filter .hljs-argument,.hljs-attr_selector,.hljs-chunk,.hljs-prompt,.hljs-pseudo,.hljs-shebang,.nginx .hljs-built_in,.python .hljs-decorator,.smalltalk .hljs-array,.smalltalk .hljs-localvars,.xml .hljs-pi{color:teal}.apache .hljs-tag,.css .hljs-id,.haskell .hljs-type,.hljs-flow,.hljs-keyword,.hljs-request,.hljs-status,.hljs-title,.hljs-winutils,.nginx .hljs-built_in,.rsl .hljs-built_in,.smalltalk .hljs-class,.sql .hljs-aggregate,.tex .hljs-command,.tex .hljs-special,.vbscript .hljs-built_in{font-weight:700} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css new file mode 100644 index 0000000..41b12da --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#eee}.hljs-annotation,.hljs-decorator,.hljs-header{color:#007}.hljs-attribute,.hljs-emphasis,.hljs-horizontal_rule,.hljs-link_url{color:#070}.hljs-emphasis{font-style:italic}.hljs-link_label,.hljs-string,.hljs-strong,.hljs-value,.scss .hljs-value .hljs-string{color:#d14}.hljs-strong{font-weight:700}.hljs-blockquote,.hljs-comment{color:#998;font-style:italic}.asciidoc .hljs-title,.hljs-function .hljs-title{color:#900}.hljs-class{color:#458}.hljs-constant,.hljs-hexcolor,.hljs-id,.hljs-pseudo{color:teal}.hljs-variable{color:#369}.hljs-bullet,.hljs-javadoc{color:#970}.hljs-doctype,.hljs-pi{color:#34b}.hljs-code,.hljs-number{color:#099}.hljs-important{color:red}.hljs-label,.smartquote{color:#970}.hljs-pragma,.hljs-preprocessor{color:#579}.hljs-keyword,.hljs-reserved,.scss .hljs-value{color:#000}.hljs-regexp{background-color:#fff0ff;color:#808}.hljs-symbol{color:#990073}.hljs-symbol .hljs-string{color:#a60}.hljs-tag{color:#070}.hljs-at_rule,.hljs-at_rule .hljs-keyword{color:#088}.hljs-at_rule .hljs-preprocessor{color:#808}.scss .hljs-attribute,.scss .hljs-tag{color:#339} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css new file mode 100644 index 0000000..7c31b67 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;color:#333;background:#f8f8f8}.diff .hljs-header,.hljs-comment,.hljs-javadoc,.hljs-template_comment{color:#998;font-style:italic}.css .rule .hljs-keyword,.hljs-keyword,.hljs-request,.hljs-status,.hljs-subst,.hljs-winutils,.javascript .hljs-title,.nginx .hljs-title{color:#333;font-weight:700}.hljs-hexcolor,.hljs-number,.ruby .hljs-constant{color:#099}.hljs-phpdoc,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-formula{color:#d14}.coffeescript .hljs-params,.hljs-id,.hljs-title,.scss .hljs-preprocessor{color:#900;font-weight:700}.clojure .hljs-title,.hljs-subst,.javascript .hljs-title,.lisp .hljs-title{font-weight:400}.haskell .hljs-type,.hljs-class .hljs-title,.tex .hljs-command,.vhdl .hljs-literal{color:#458;font-weight:700}.django .hljs-tag .hljs-keyword,.hljs-rules .hljs-property,.hljs-tag,.hljs-tag .hljs-title{color:navy;font-weight:400}.hljs-attribute,.hljs-variable,.lisp .hljs-body{color:teal}.hljs-regexp{color:#009926}.hljs-prompt,.hljs-symbol,.lisp .hljs-keyword,.ruby .hljs-symbol .hljs-string,.tex .hljs-special{color:#990073}.clojure .hljs-built_in,.hljs-built_in,.lisp .hljs-title{color:#0086b3}.hljs-cdata,.hljs-doctype,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-shebang{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.diff .hljs-change{background:#0086b3}.hljs-chunk{color:#aaa} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css new file mode 100644 index 0000000..439423c --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#fff;color:#000}.hljs-comment,.hljs-comment *,.hljs-javadoc,.hljs-template_comment{color:#800}.clojure .hljs-built_in,.hljs-keyword,.hljs-list .hljs-title,.hljs-request,.hljs-status,.hljs-tag .hljs-title,.hljs-winutils,.http .hljs-title,.method,.nginx .hljs-title,.setting .hljs-value,.tex .hljs-command{color:#008}.hljs-envvar,.tex .hljs-special{color:#660}.apache .hljs-cbracket,.coffeescript .hljs-attribute,.hljs-attr_selector,.hljs-cdata,.hljs-date,.hljs-filter .hljs-argument,.hljs-regexp,.hljs-string,.hljs-tag .hljs-value{color:#080}.clojure .hljs-attribute,.css .hljs-function,.css .hljs-value .hljs-number,.hljs-decorator,.hljs-hexcolor,.hljs-literal,.hljs-number,.hljs-pi,.hljs-prompt,.hljs-rules .hljs-value,.hljs-shebang,.hljs-sub .hljs-identifier,.hljs-symbol,.hljs-tag,.hljs-tag .hljs-keyword,.ini .hljs-title,.ruby .hljs-symbol .hljs-string{color:#066}.clojure .hljs-title,.haskell .hljs-type,.hljs-built_in,.hljs-class .hljs-id,.hljs-class .hljs-title,.hljs-doctype,.hljs-javadoctag,.hljs-params,.hljs-phpdoc,.hljs-tag .hljs-attribute,.hljs-typename,.hljs-variable,.hljs-yardoctag,.setting,.smalltalk .hljs-class{color:#606}.css .hljs-tag,.hljs-pseudo,.hljs-rules .hljs-property,.hljs-subst{color:#000}.css .hljs-class,.css .hljs-id{color:#9b703f}.hljs-value .hljs-important{color:#f70;font-weight:700}.hljs-rules .hljs-keyword{color:#c5af75}.apache .hljs-sqbracket,.hljs-annotation,.nginx .hljs-built_in{color:#9b859d}.hljs-pragma,.hljs-preprocessor,.hljs-preprocessor *{color:#444}.tex .hljs-formula{background-color:#eee;font-style:italic}.diff .hljs-header,.hljs-chunk{color:grey;font-weight:700}.diff .hljs-change{background-color:#bccff9}.hljs-addition{background-color:#baeeba}.hljs-deletion{background-color:#ffc8bd}.hljs-comment .hljs-yardoctag{font-weight:700} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css new file mode 100644 index 0000000..1208a09 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;color:#000;background:#fff}.hljs-subst,.hljs-title{font-weight:400;color:#000}.diff .hljs-header,.hljs-comment,.hljs-javadoc,.hljs-template_comment{color:grey;font-style:italic}.apache .hljs-cbracket,.hljs-annotation,.hljs-chunk,.hljs-decorator,.hljs-doctype,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-prompt,.hljs-shebang,.http .hljs-title{color:olive}.hljs-pi,.hljs-tag{background:#efefef}.clojure .hljs-title,.css .hljs-class,.css .hljs-function,.hljs-attr_selector,.hljs-hexcolor,.hljs-id,.hljs-keyword,.hljs-list .hljs-title,.hljs-literal,.hljs-pseudo,.hljs-request,.hljs-status,.hljs-tag .hljs-title,.ini .hljs-title,.nginx .hljs-title,.tex .hljs-command{font-weight:700;color:navy}.hljs-attribute,.hljs-date,.hljs-number,.hljs-regexp,.hljs-rules .hljs-keyword,.tex .hljs-special{font-weight:700;color:#00f}.hljs-number,.hljs-regexp{font-weight:400}.apache .hljs-tag,.css .hljs-function .hljs-params,.hljs-filter .hljs-argument,.hljs-string,.hljs-value{color:green;font-weight:700}.hljs-char,.hljs-symbol,.ruby .hljs-symbol .hljs-string,.tex .hljs-formula{color:#000;background:#d0eded;font-style:italic}.hljs-javadoctag,.hljs-phpdoc,.hljs-yardoctag{text-decoration:underline}.apache .hljs-sqbracket,.hljs-envvar,.hljs-variable,.nginx .hljs-built_in{color:#660e7a}.hljs-addition{background:#baeeba}.hljs-deletion{background:#ffc8bd}.diff .hljs-change{background:#bccff9} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css new file mode 100644 index 0000000..3fd43ee --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#000;color:#f8f8f8}.hljs-comment,.hljs-javadoc,.hljs-shebang,.hljs-template_comment{color:#7c7c7c}.clojure .hljs-attribute,.hljs-keyword,.hljs-request,.hljs-status,.hljs-tag,.tex .hljs-command{color:#96cbfe}.hljs-list .hljs-title,.hljs-sub .hljs-keyword,.method,.nginx .hljs-title{color:#ffffb6}.apache .hljs-cbracket,.coffeescript .hljs-attribute,.hljs-attr_selector,.hljs-cdata,.hljs-date,.hljs-filter .hljs-argument,.hljs-string,.hljs-tag .hljs-value{color:#a8ff60}.hljs-subst{color:#daefa3}.hljs-regexp{color:#e9c062}.haskell .hljs-type,.hljs-constant,.hljs-decorator,.hljs-javadoctag,.hljs-phpdoc,.hljs-pi,.hljs-sub .hljs-identifier,.hljs-title,.hljs-yardoctag,.nginx .hljs-built_in,.smalltalk .hljs-class,.tex .hljs-special{color:#ffffb6}.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable,.ruby .hljs-symbol .hljs-string,.vbscript{color:#c6c5fe}.css .hljs-tag{color:#96cbfe}.css .hljs-id,.css .hljs-rules .hljs-property{color:#ffffb6}.css .hljs-class{color:#fff}.hljs-hexcolor{color:#c6c5fe}.hljs-number{color:#ff73fd}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.7} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css new file mode 100644 index 0000000..b695f36 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background-color:#f4f4f4}.clojure .hljs-built_in,.hljs,.hljs-subst,.lisp .hljs-title{color:#000}.apache .hljs-cbracket,.bash .hljs-variable,.coffeescript .hljs-attribute,.django .hljs-variable,.hljs-addition,.hljs-aggregate,.hljs-flow,.hljs-parent,.hljs-pragma,.hljs-preprocessor,.hljs-rules .hljs-value,.hljs-rules .hljs-value .hljs-number,.hljs-stream,.hljs-string,.hljs-tag .hljs-value,.hljs-template_tag,.hljs-title,.ruby .hljs-symbol,.ruby .hljs-symbol .hljs-string,.smalltalk .hljs-class{color:#050}.diff .hljs-header,.hljs-annotation,.hljs-chunk,.hljs-comment,.hljs-template_comment{color:#777}.hljs-change,.hljs-date,.hljs-literal,.hljs-number,.hljs-regexp,.smalltalk .hljs-char,.smalltalk .hljs-symbol,.tex .hljs-special{color:#800}.apache .hljs-sqbracket,.clojure .hljs-attribute,.hljs-array,.hljs-attr_selector,.hljs-decorator,.hljs-deletion,.hljs-doctype,.hljs-envvar,.hljs-filter .hljs-argument,.hljs-javadoc,.hljs-label,.hljs-localvars,.hljs-pi,.hljs-prompt,.hljs-pseudo,.hljs-shebang,.nginx .hljs-built_in,.ruby .hljs-string,.tex .hljs-formula{color:#00e}.apache .hljs-tag,.bash .hljs-variable,.hljs-aggregate,.hljs-built_in,.hljs-id,.hljs-keyword,.hljs-phpdoc,.hljs-request,.hljs-status,.hljs-title,.hljs-winutils,.smalltalk .hljs-class,.tex .hljs-command,.xml .hljs-tag{font-weight:700;color:navy}.nginx .hljs-built_in{font-weight:400}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5}.apache .hljs-tag{font-weight:700;color:#00f} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css new file mode 100644 index 0000000..74df15f --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#eaeef3;color:#00193a}.hljs-header,.hljs-important,.hljs-javadoctag,.hljs-keyword,.hljs-request,.hljs-title{font-weight:700}.hljs-chunk,.hljs-comment,.hljs-template_comment{color:#738191}.hljs-addition,.hljs-argument,.hljs-blockquote,.hljs-built_in,.hljs-filename,.hljs-header,.hljs-link_label,.hljs-literal,.hljs-parent,.hljs-string,.hljs-tag,.hljs-title,.hljs-value{color:#0048ab}.hljs-attr_selector,.hljs-attribute,.hljs-bullet,.hljs-decorator,.hljs-deletion,.hljs-doctype,.hljs-javadoc,.hljs-link_url,.hljs-phony,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-prompt,.hljs-regexp,.hljs-shebang,.hljs-sqbracket,.hljs-string .hljs-variable,.hljs-subst,.hljs-symbol,.hljs-xmlDocTag,.hljs-yardoctag{color:#4c81c9} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css new file mode 100644 index 0000000..44a9a65 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#272822}.clojure .hljs-built_in,.hljs-change,.hljs-flow,.hljs-keyword,.hljs-literal,.hljs-strong,.hljs-tag,.hljs-tag .hljs-title,.hljs-winutils,.lisp .hljs-title,.nginx .hljs-title,.tex .hljs-special{color:#f92672}.hljs{color:#ddd}.asciidoc .hljs-code,.hljs .hljs-constant{color:#66d9ef}.hljs-class .hljs-title,.hljs-code,.hljs-header{color:#fff}.hljs-attribute,.hljs-link_label,.hljs-regexp,.hljs-symbol,.hljs-symbol .hljs-string,.hljs-value{color:#bf79db}.apache .hljs-cbracket,.apache .hljs-tag,.django .hljs-filter .hljs-argument,.django .hljs-template_tag,.django .hljs-variable,.haskell .hljs-type,.hljs-addition,.hljs-attr_selector,.hljs-built_in,.hljs-bullet,.hljs-emphasis,.hljs-envvar,.hljs-javadoc,.hljs-link_url,.hljs-pragma,.hljs-preprocessor,.hljs-prompt,.hljs-pseudo,.hljs-stream,.hljs-string,.hljs-subst,.hljs-tag .hljs-value,.hljs-title,.ruby .hljs-class .hljs-parent,.smalltalk .hljs-array,.smalltalk .hljs-class,.smalltalk .hljs-localvars,.sql .hljs-aggregate,.tex .hljs-command{color:#a6e22e}.apache .hljs-sqbracket,.hljs-blockquote,.hljs-comment,.hljs-deletion,.hljs-doctype,.hljs-horizontal_rule,.hljs-pi,.hljs-shebang,.hljs-template_comment,.java .hljs-annotation,.python .hljs-decorator,.smartquote,.tex .hljs-formula{color:#75715e}.apache .hljs-tag,.bash .hljs-variable,.css .hljs-id,.diff .hljs-header,.haskell .hljs-type,.hljs-chunk,.hljs-header,.hljs-keyword,.hljs-literal,.hljs-phpdoc,.hljs-request,.hljs-status,.hljs-title,.hljs-winutils,.rsl .hljs-built_in,.smalltalk .hljs-class,.sql .hljs-aggregate,.tex .hljs-special,.vbscript .hljs-built_in{font-weight:700}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css new file mode 100644 index 0000000..cf6ccd8 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#23241f}.css .hljs-function .hljs-preprocessor,.css .hljs-rules,.css .hljs-value,.hljs,.hljs-pragma,.hljs-tag{color:#f8f8f2}.hljs-emphasis,.hljs-strong,.hljs-strongemphasis{color:#a8a8a2}.alias .hljs-keyword,.hljs-blockquote,.hljs-bullet,.hljs-hexcolor,.hljs-horizontal_rule,.hljs-literal,.hljs-number,.hljs-regexp{color:#ae81ff}.css .hljs-class,.hljs-class .hljs-title:last-child,.hljs-code,.hljs-tag .hljs-value,.hljs-title{color:#a6e22e}.hljs-link_url{font-size:80%}.hljs-strong,.hljs-strongemphasis{font-weight:700}.hljs-class .hljs-title:last-child,.hljs-emphasis,.hljs-strongemphasis{font-style:italic}.alias .hljs-keyword:first-child,.clojure .hljs-built_in,.css .hljs-important,.css .hljs-tag,.css .unit,.hljs-attribute,.hljs-change,.hljs-flow,.hljs-function,.hljs-header,.hljs-keyword,.hljs-symbol,.hljs-symbol .hljs-string,.hljs-tag .hljs-title,.hljs-value,.hljs-winutils,.lisp .hljs-title,.nginx .hljs-title,.tex .hljs-special{color:#f92672}.css .hljs-attribute,.hljs-class .hljs-keyword:first-child,.hljs-constant,.hljs-function .hljs-keyword{color:#66d9ef}.hljs-class .hljs-title,.hljs-params,.hljs-variable{color:#f8f8f2}.apache .hljs-cbracket,.apache .hljs-tag,.css .hljs-id,.django .hljs-filter .hljs-argument,.django .hljs-template_tag,.django .hljs-variable,.haskell .hljs-type,.hljs-addition,.hljs-attr_selector,.hljs-built_in,.hljs-envvar,.hljs-link_label,.hljs-link_url,.hljs-prompt,.hljs-pseudo,.hljs-stream,.hljs-string,.hljs-subst,.ruby .hljs-class .hljs-parent,.smalltalk .hljs-array,.smalltalk .hljs-class,.smalltalk .hljs-localvars,.sql .hljs-aggregate,.tex .hljs-command{color:#e6db74}.apache .hljs-sqbracket,.hljs-comment,.hljs-deletion,.hljs-doctype,.hljs-javadoc,.hljs-pi,.hljs-shebang,.hljs-template_comment,.java .hljs-annotation,.python .hljs-decorator,.tex .hljs-formula{color:#75715e}.coffeescript .javascript,.javascript .xml,.php .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .php,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css new file mode 100644 index 0000000..62e9a02 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#282b2e}.clojure .hljs-built_in,.css .hljs-id,.hljs-change,.hljs-flow,.hljs-keyword,.hljs-literal,.hljs-winutils,.lisp .hljs-title,.nginx .hljs-title,.tex .hljs-special{color:#93c763}.hljs-number{color:#ffcd22}.hljs{color:#e0e2e4}.css .hljs-pseudo,.css .hljs-tag{color:#d0d2b5}.hljs-attribute,.hljs .hljs-constant{color:#668bb0}.xml .hljs-attribute{color:#b3b689}.xml .hljs-tag .hljs-value{color:#e8e2b7}.hljs-class .hljs-title,.hljs-code,.hljs-header{color:#fff}.hljs-class,.hljs-hexcolor{color:#93c763}.hljs-regexp{color:#d39745}.hljs-at_rule,.hljs-at_rule .hljs-keyword{color:#a082bd}.hljs-doctype{color:#557182}.apache .hljs-cbracket,.apache .hljs-tag,.django .hljs-filter .hljs-argument,.django .hljs-template_tag,.django .hljs-variable,.haskell .hljs-type,.hljs-addition,.hljs-attr_selector,.hljs-built_in,.hljs-bullet,.hljs-emphasis,.hljs-envvar,.hljs-javadoc,.hljs-link_url,.hljs-pragma,.hljs-preprocessor,.hljs-prompt,.hljs-pseudo,.hljs-stream,.hljs-subst,.hljs-tag,.hljs-tag .hljs-title,.ruby .hljs-class .hljs-parent,.smalltalk .hljs-array,.smalltalk .hljs-class,.smalltalk .hljs-localvars,.sql .hljs-aggregate,.tex .hljs-command{color:#8cbbad}.hljs-string{color:#ec7600}.apache .hljs-sqbracket,.hljs-blockquote,.hljs-comment,.hljs-deletion,.hljs-horizontal_rule,.hljs-pi,.hljs-shebang,.hljs-template_comment,.java .hljs-annotation,.python .hljs-decorator,.tex .hljs-formula{color:#818e96}.apache .hljs-tag,.bash .hljs-variable,.css .hljs-id,.diff .hljs-header,.haskell .hljs-type,.hljs-at_rule .hljs-keyword,.hljs-chunk,.hljs-header,.hljs-keyword,.hljs-literal,.hljs-phpdoc,.hljs-request,.hljs-status,.hljs-title,.hljs-winutils,.rsl .hljs-built_in,.smalltalk .hljs-class,.sql .hljs-aggregate,.tex .hljs-special,.vbscript .hljs-built_in{font-weight:700}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css new file mode 100644 index 0000000..bacae92 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#8d8687}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#ef6155}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-preprocessor{color:#f99b15}.css .hljs-rules .hljs-attribute,.ruby .hljs-class .hljs-title{color:#fec418}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#48b685}.css .hljs-hexcolor{color:#5bc4bf}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#06b6ef}.hljs-keyword,.javascript .hljs-function{color:#815ba4}.hljs{display:block;background:#2f1e2e;color:#a39e9b;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css new file mode 100644 index 0000000..83890d7 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#776e71}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#ef6155}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-preprocessor{color:#f99b15}.css .hljs-rules .hljs-attribute,.ruby .hljs-class .hljs-title{color:#fec418}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#48b685}.css .hljs-hexcolor{color:#5bc4bf}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#06b6ef}.hljs-keyword,.javascript .hljs-function{color:#815ba4}.hljs{display:block;background:#e7e9db;color:#4f424c;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css new file mode 100644 index 0000000..21e4691 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;color:#dccf8f;background:url(pojoaque.jpg) repeat scroll 0 0 #181914}.diff .hljs-header,.hljs-comment,.hljs-doctype,.hljs-javadoc,.hljs-template_comment,.lisp .hljs-string{color:#586e75;font-style:italic}.clojure .hljs-title,.css .hljs-tag,.css .rule .hljs-keyword,.hljs-addition,.hljs-keyword,.hljs-winutils,.javascript .hljs-title,.method,.nginx .hljs-title{color:#b64926}.hljs-command,.hljs-hexcolor,.hljs-number,.hljs-phpdoc,.hljs-regexp,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-formula{color:#468966}.clojure .hljs-built_in,.hljs-built_in,.hljs-chunk,.hljs-decorator,.hljs-function .hljs-title,.hljs-id,.hljs-identifier,.hljs-localvars,.hljs-title,.lisp .hljs-title{color:#ffb03b}.haskell .hljs-type,.hljs-attribute,.hljs-class .hljs-title,.hljs-constant,.hljs-parent,.hljs-variable,.lisp .hljs-body,.smalltalk .hljs-number{color:#b58900}.css .hljs-attribute{color:#b89859}.css .hljs-hexcolor,.css .hljs-number{color:#dccf8f}.css .hljs-class{color:#d3a60c}.diff .hljs-change,.hljs-attr_selector,.hljs-cdata,.hljs-important,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-shebang,.hljs-special,.hljs-subst,.hljs-symbol,.hljs-symbol .hljs-string{color:#cb4b16}.hljs-deletion{color:#dc322f}.tex .hljs-formula{background:#073642} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css new file mode 100644 index 0000000..7d2602e --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#232323;color:#e6e1dc}.hljs-comment,.hljs-javadoc,.hljs-shebang,.hljs-template_comment{color:#bc9458;font-style:italic}.hljs-keyword,.hljs-list .hljs-title,.hljs-request,.hljs-status,.method,.nginx .hljs-title,.ruby .hljs-function .hljs-keyword{color:#c26230}.apache .hljs-cbracket,.hljs-attr_selector,.hljs-cdata,.hljs-date,.hljs-filter .hljs-argument,.hljs-number,.hljs-regexp,.hljs-string,.hljs-tag .hljs-value,.markdown .hljs-link_label,.tex .hljs-command{color:#a5c261}.hljs-subst{color:#519f50}.hljs-doctype,.hljs-pi,.hljs-sub .hljs-identifier,.hljs-tag,.hljs-tag .hljs-keyword,.hljs-tag .hljs-title,.input_number{color:#e8bf6a}.hljs-identifier{color:#d0d0ff}.haskell .hljs-type,.hljs-class .hljs-title,.hljs-javadoctag,.hljs-phpdoc,.hljs-yardoctag,.smalltalk .hljs-class{text-decoration:none}.hljs-constant{color:#da4939}.hljs-attribute,.hljs-built_in,.hljs-symbol,.markdown .hljs-link_url,.ruby .hljs-symbol .hljs-identifier,.ruby .hljs-symbol .hljs-string{color:#6d9cbe}.markdown .hljs-link_url{text-decoration:underline}.clojure .hljs-attribute,.hljs-params,.hljs-variable{color:#d0d0ff}.css .hljs-tag,.hljs-pseudo,.hljs-rules .hljs-property,.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}.apache .hljs-sqbracket,.hljs-annotation,.nginx .hljs-built_in{color:#9b859d}.hljs-pragma,.hljs-preprocessor,.hljs-preprocessor *{color:#8996a8!important}.css .hljs-value .hljs-number,.hljs-hexcolor{color:#a5c261}.css .hljs-function,.hljs-decorator,.hljs-title{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}.hljs-addition,.hljs-deletion{color:#e6e1dc;display:inline-block;width:100%}.hljs-deletion{background-color:#600}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.7} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css new file mode 100644 index 0000000..aa995f0 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#474949}.hljs,.hljs-body,.hljs-collection{color:#d1d9e1}.diff .hljs-header,.hljs-comment,.hljs-doctype,.hljs-javadoc,.hljs-template_comment,.lisp .hljs-string{color:#969896;font-style:italic}.clojure .hljs-attribute,.css .hljs-tag,.hljs-addition,.hljs-keyword,.hljs-winutils,.javascript .hljs-title{color:#c9c}.hljs-number{color:#f99157}.hljs-command,.hljs-hexcolor,.hljs-phpdoc,.hljs-regexp,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-formula{color:#8abeb7}.hljs-built_in,.hljs-chunk,.hljs-decorator,.hljs-function .hljs-title,.hljs-identifier,.hljs-localvars,.hljs-title,.lisp .hljs-title{color:#b5bd68}.hljs-class .hljs-keyword{color:#f2777a}.clojure .hljs-title .hljs-built_in,.haskell .hljs-label,.hljs-class .hljs-title,.hljs-constant,.hljs-id,.hljs-parent,.hljs-variable,.lisp .hljs-body,.lisp .hljs-title,.smalltalk .hljs-number{color:#fc6}.clojure .hljs-title .hljs-built_in,.django .hljs-tag .hljs-keyword,.hljs-rules .hljs-property,.hljs-tag .hljs-title{font-weight:700}.clojure .hljs-title,.hljs-attribute{color:#81a2be}.diff .hljs-change,.hljs-attr_selector,.hljs-cdata,.hljs-important,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-shebang,.hljs-special,.hljs-subst,.hljs-symbol,.hljs-symbol .hljs-string{color:#f99157}.hljs-deletion{color:#dc322f}.tex .hljs-formula{background:#eee8d5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css new file mode 100644 index 0000000..29c2b84 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css @@ -0,0 +1 @@ +.hljs{display:block;padding:15px .5em .5em 30px;font-size:11px!important;line-height:16px!important}pre{background:#f6f6ae url(school_book.png);border-top:2px solid #d2e8b9;border-bottom:1px solid #d2e8b9}.clojure .hljs-built_in,.hljs-change,.hljs-flow,.hljs-keyword,.hljs-literal,.hljs-winutils,.lisp .hljs-title,.nginx .hljs-title,.tex .hljs-special{color:#059;font-weight:700}.hljs,.hljs-subst,.hljs-tag .hljs-keyword{color:#3e5915}.apache .hljs-cbracket,.apache .hljs-tag,.coffeescript .hljs-attribute,.css .hljs-rules .hljs-value,.django .hljs-filter .hljs-argument,.django .hljs-template_tag,.django .hljs-variable,.haskell .hljs-type,.hljs-addition,.hljs-attr_selector,.hljs-built_in,.hljs-envvar,.hljs-javadoc,.hljs-pragma,.hljs-preprocessor,.hljs-pseudo,.hljs-stream,.hljs-string,.hljs-tag .hljs-value,.hljs-title,.nginx .hljs-built_in,.ruby .hljs-class .hljs-parent,.ruby .hljs-string,.ruby .hljs-symbol,.ruby .hljs-symbol .hljs-string,.smalltalk .hljs-array,.smalltalk .hljs-class,.smalltalk .hljs-localvars,.sql .hljs-aggregate,.tex .hljs-command{color:#2c009f}.apache .hljs-sqbracket,.hljs-comment,.hljs-deletion,.hljs-doctype,.hljs-pi,.hljs-shebang,.hljs-template_comment,.java .hljs-annotation,.python .hljs-decorator{color:#e60415}.apache .hljs-tag,.bash .hljs-variable,.css .hljs-id,.diff .hljs-header,.haskell .hljs-type,.hljs-chunk,.hljs-keyword,.hljs-literal,.hljs-phpdoc,.hljs-request,.hljs-status,.hljs-title,.hljs-winutils,.rsl .hljs-built_in,.smalltalk .hljs-class,.sql .hljs-aggregate,.tex .hljs-command,.vbscript .hljs-built_in,.xml .hljs-tag .hljs-title{font-weight:700}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css new file mode 100644 index 0000000..af0c770 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#002b36;color:#839496}.diff .hljs-header,.hljs-comment,.hljs-doctype,.hljs-javadoc,.hljs-pi,.hljs-template_comment,.lisp .hljs-string{color:#586e75}.css .hljs-tag,.hljs-addition,.hljs-keyword,.hljs-request,.hljs-status,.hljs-winutils,.method,.nginx .hljs-title{color:#859900}.hljs-command,.hljs-hexcolor,.hljs-link_url,.hljs-number,.hljs-phpdoc,.hljs-regexp,.hljs-rules .hljs-value,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-formula{color:#2aa198}.css .hljs-function,.hljs-built_in,.hljs-chunk,.hljs-decorator,.hljs-id,.hljs-identifier,.hljs-localvars,.hljs-title,.vhdl .hljs-literal{color:#268bd2}.haskell .hljs-type,.hljs-attribute,.hljs-class .hljs-title,.hljs-constant,.hljs-link_reference,.hljs-parent,.hljs-variable,.lisp .hljs-body,.smalltalk .hljs-number{color:#b58900}.clojure .hljs-title,.css .hljs-pseudo,.diff .hljs-change,.hljs-attr_selector,.hljs-cdata,.hljs-header,.hljs-pragma,.hljs-preprocessor,.hljs-preprocessor .hljs-keyword,.hljs-shebang,.hljs-special,.hljs-subst,.hljs-symbol,.hljs-symbol .hljs-string{color:#cb4b16}.hljs-deletion,.hljs-important{color:#dc322f}.hljs-link_label{color:#6c71c4}.tex .hljs-formula{background:#073642} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css new file mode 100644 index 0000000..637bc16 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#fdf6e3;color:#657b83}.diff .hljs-header,.hljs-comment,.hljs-doctype,.hljs-javadoc,.hljs-pi,.hljs-template_comment,.lisp .hljs-string{color:#93a1a1}.css .hljs-tag,.hljs-addition,.hljs-keyword,.hljs-request,.hljs-status,.hljs-winutils,.method,.nginx .hljs-title{color:#859900}.hljs-command,.hljs-hexcolor,.hljs-link_url,.hljs-number,.hljs-phpdoc,.hljs-regexp,.hljs-rules .hljs-value,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-formula{color:#2aa198}.css .hljs-function,.hljs-built_in,.hljs-chunk,.hljs-decorator,.hljs-id,.hljs-identifier,.hljs-localvars,.hljs-title,.vhdl .hljs-literal{color:#268bd2}.haskell .hljs-type,.hljs-attribute,.hljs-class .hljs-title,.hljs-constant,.hljs-link_reference,.hljs-parent,.hljs-variable,.lisp .hljs-body,.smalltalk .hljs-number{color:#b58900}.clojure .hljs-title,.css .hljs-pseudo,.diff .hljs-change,.hljs-attr_selector,.hljs-cdata,.hljs-header,.hljs-pragma,.hljs-preprocessor,.hljs-preprocessor .hljs-keyword,.hljs-shebang,.hljs-special,.hljs-subst,.hljs-symbol,.hljs-symbol .hljs-string{color:#cb4b16}.hljs-deletion,.hljs-important{color:#dc322f}.hljs-link_label{color:#6c71c4}.tex .hljs-formula{background:#eee8d5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css new file mode 100644 index 0000000..a615988 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#000;color:#f8f8f8}.hljs-comment,.hljs-javadoc,.hljs-template_comment{color:#aeaeae;font-style:italic}.hljs-keyword,.hljs-request,.hljs-status,.nginx .hljs-title,.ruby .hljs-function .hljs-keyword{color:#e28964}.hljs-function .hljs-keyword,.hljs-list .hljs-title,.hljs-sub .hljs-keyword,.method{color:#99cf50}.apache .hljs-cbracket,.coffeescript .hljs-attribute,.hljs-attr_selector,.hljs-cdata,.hljs-date,.hljs-filter .hljs-argument,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-command{color:#65b042}.hljs-subst{color:#daefa3}.hljs-regexp{color:#e9c062}.hljs-decorator,.hljs-pi,.hljs-prompt,.hljs-shebang,.hljs-sub .hljs-identifier,.hljs-tag,.hljs-tag .hljs-keyword,.hljs-title{color:#89bdff}.haskell .hljs-type,.hljs-class .hljs-title,.hljs-javadoctag,.hljs-phpdoc,.hljs-yardoctag,.smalltalk .hljs-class{text-decoration:underline}.hljs-number,.hljs-symbol,.ruby .hljs-symbol .hljs-string{color:#3387cc}.clojure .hljs-attribute,.hljs-params,.hljs-variable{color:#3e87e3}.css .hljs-tag,.hljs-pseudo,.hljs-rules .hljs-property,.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}.apache .hljs-sqbracket,.hljs-annotation,.nginx .hljs-built_in{color:#9b859d}.hljs-pragma,.hljs-preprocessor{color:#8996a8}.css .hljs-value .hljs-number,.hljs-hexcolor{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 .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css new file mode 100644 index 0000000..71f07d4 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#7285b7}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#ff9da4}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#ffc58f}.css .hljs-rules .hljs-attribute,.ruby .hljs-class .hljs-title{color:#ffeead}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#d1f1a9}.css .hljs-hexcolor{color:#9ff}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#bbdaff}.hljs-keyword,.javascript .hljs-function{color:#ebbbff}.hljs{display:block;background:#002451;color:#fff;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css new file mode 100644 index 0000000..a6fe94c --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#969896}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#d54e53}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#e78c45}.css .hljs-rules .hljs-attribute,.ruby .hljs-class .hljs-title{color:#e7c547}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#b9ca4a}.css .hljs-hexcolor{color:#70c0b1}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#7aa6da}.hljs-keyword,.javascript .hljs-function{color:#c397d8}.hljs{display:block;background:#000;color:#eaeaea;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css new file mode 100644 index 0000000..ec52835 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#999}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#f2777a}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#f99157}.css .hljs-rules .hljs-attribute,.ruby .hljs-class .hljs-title{color:#fc6}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#9c9}.css .hljs-hexcolor{color:#6cc}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#69c}.hljs-keyword,.javascript .hljs-function{color:#c9c}.hljs{display:block;background:#2d2d2d;color:#ccc;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css new file mode 100644 index 0000000..6e489c0 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#969896}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#c66}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#de935f}.css .hljs-rules .hljs-attribute,.ruby .hljs-class .hljs-title{color:#f0c674}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#b5bd68}.css .hljs-hexcolor{color:#8abeb7}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#81a2be}.hljs-keyword,.javascript .hljs-function{color:#b294bb}.hljs{display:block;background:#1d1f21;color:#c5c8c6;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css new file mode 100644 index 0000000..9f9f2e2 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css @@ -0,0 +1 @@ +.hljs-comment,.hljs-title{color:#8e908c}.css .hljs-class,.css .hljs-id,.css .hljs-pseudo,.hljs-attribute,.hljs-regexp,.hljs-tag,.hljs-variable,.html .hljs-doctype,.ruby .hljs-constant,.xml .hljs-doctype,.xml .hljs-pi,.xml .hljs-tag .hljs-title{color:#c82829}.hljs-built_in,.hljs-constant,.hljs-literal,.hljs-number,.hljs-params,.hljs-pragma,.hljs-preprocessor{color:#f5871f}.css .hljs-rules .hljs-attribute,.ruby .hljs-class .hljs-title{color:#eab700}.hljs-header,.hljs-inheritance,.hljs-string,.hljs-value,.ruby .hljs-symbol,.xml .hljs-cdata{color:#718c00}.css .hljs-hexcolor{color:#3e999f}.coffeescript .hljs-title,.hljs-function,.javascript .hljs-title,.perl .hljs-sub,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword{color:#4271ae}.hljs-keyword,.javascript .hljs-function{color:#8959a8}.hljs{display:block;background:#fff;color:#4d4d4c;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css new file mode 100644 index 0000000..1c5825e --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#fff;color:#000}.apache .hljs-cbracket,.diff .hljs-header,.hljs-annotation,.hljs-chunk,.hljs-comment,.hljs-template_comment{color:green}.bash .hljs-variable,.hljs-built_in,.hljs-id,.hljs-keyword,.hljs-request,.hljs-status,.hljs-winutils,.nginx .hljs-title,.smalltalk .hljs-class,.tex .hljs-command,.xml .hljs-tag,.xml .hljs-tag .hljs-value{color:#00f}.apache .hljs-tag,.coffeescript .hljs-attribute,.django .hljs-variable,.hljs-addition,.hljs-aggregate,.hljs-date,.hljs-flow,.hljs-parent,.hljs-rules .hljs-value,.hljs-rules .hljs-value .hljs-number,.hljs-stream,.hljs-string,.hljs-tag .hljs-value,.hljs-template_tag,.hljs-title,.ruby .hljs-symbol,.ruby .hljs-symbol .hljs-string,.tex .hljs-formula{color:#a31515}.apache .hljs-sqbracket,.hljs-array,.hljs-attr_selector,.hljs-decorator,.hljs-deletion,.hljs-doctype,.hljs-envvar,.hljs-filter .hljs-argument,.hljs-localvars,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-prompt,.hljs-pseudo,.hljs-shebang,.nginx .hljs-built_in,.ruby .hljs-string,.tex .hljs-special,.userType{color:#2b91af}.hljs-javadoc,.hljs-phpdoc,.hljs-xmlDocTag{color:grey}.vhdl .hljs-typename{font-weight:700}.vhdl .hljs-string{color:#666}.vhdl .hljs-literal{color:#a31515}.vhdl .hljs-attribute{color:#00b0e8}.xml .hljs-attribute{color:red} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css new file mode 100644 index 0000000..8ee0e13 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#fff;color:#000}.hljs-comment,.hljs-comment *,.hljs-javadoc,.hljs-template_comment{color:#006a00}.hljs-keyword,.hljs-literal,.nginx .hljs-title{color:#aa0d91}.hljs-list .hljs-title,.hljs-request,.hljs-status,.hljs-tag .hljs-title,.hljs-winutils,.http .hljs-title,.method,.setting .hljs-value,.tex .hljs-command{color:#008}.hljs-envvar,.tex .hljs-special{color:#660}.hljs-string{color:#c41a16}.apache .hljs-cbracket,.hljs-attr_selector,.hljs-cdata,.hljs-date,.hljs-filter .hljs-argument,.hljs-regexp,.hljs-tag .hljs-value{color:#080}.clojure .hljs-built_in,.clojure .hljs-title,.coffeescript .hljs-attribute,.css .hljs-function,.css .hljs-value .hljs-number,.hljs-decorator,.hljs-function .hljs-title,.hljs-hexcolor,.hljs-number,.hljs-pi,.hljs-prompt,.hljs-rules .hljs-value,.hljs-shebang,.hljs-sub .hljs-identifier,.hljs-symbol,.hljs-symbol .hljs-string,.hljs-tag,.hljs-tag .hljs-keyword,.ini .hljs-title{color:#1c00cf}.clojure .hljs-attribute,.haskell .hljs-type,.hljs-built_in,.hljs-class .hljs-id,.hljs-class .hljs-title,.hljs-doctype,.hljs-javadoctag,.hljs-params,.hljs-phpdoc,.hljs-tag .hljs-attribute,.hljs-typename,.hljs-yardoctag,.setting,.smalltalk .hljs-class{color:#5c2699}.hljs-variable{color:#3f6e74}.css .hljs-tag,.hljs-pseudo,.hljs-rules .hljs-property,.hljs-subst{color:#000}.css .hljs-class,.css .hljs-id{color:#9b703f}.hljs-value .hljs-important{color:#f70;font-weight:700}.hljs-rules .hljs-keyword{color:#c5af75}.apache .hljs-sqbracket,.hljs-annotation,.nginx .hljs-built_in{color:#9b859d}.hljs-pragma,.hljs-preprocessor,.hljs-preprocessor *{color:#643820}.tex .hljs-formula{background-color:#eee;font-style:italic}.diff .hljs-header,.hljs-chunk{color:grey;font-weight:700}.diff .hljs-change{background-color:#bccff9}.hljs-addition{background-color:#baeeba}.hljs-deletion{background-color:#ffc8bd}.hljs-comment .hljs-yardoctag{font-weight:700}.method .hljs-id{color:#000} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css new file mode 100644 index 0000000..f68c923 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css @@ -0,0 +1 @@ +.hljs{display:block;padding:.5em;background:#3f3f3f;color:#dcdcdc}.clojure .hljs-attribute,.css .hljs-class,.css .hljs-id,.hljs-keyword,.hljs-request,.hljs-status,.hljs-tag,.lisp .hljs-title,.nginx .hljs-title{color:#e3ceab}.django .hljs-filter .hljs-argument,.django .hljs-template_tag,.django .hljs-variable{color:#dcdcdc}.hljs-date,.hljs-number{color:#8cd0d3}.apache .hljs-sqbracket,.dos .hljs-envvar,.dos .hljs-stream,.hljs-variable{color:#efdcbc}.diff .hljs-change,.dos .hljs-flow,.hljs-literal,.python .exception,.python .hljs-built_in,.tex .hljs-special{color:#efefaf}.diff .hljs-chunk,.hljs-subst{color:#8f8f8f}.apache .hljs-tag,.diff .hljs-header,.dos .hljs-keyword,.haskell .hljs-type,.hljs-prompt,.hljs-title,.nginx .hljs-built_in,.python .hljs-decorator,.ruby .hljs-class .hljs-parent,.tex .hljs-command{color:#efef8f}.dos .hljs-winutils,.ruby .hljs-string,.ruby .hljs-symbol,.ruby .hljs-symbol .hljs-string{color:#dca3a3}.apache .hljs-cbracket,.coffeescript .hljs-attribute,.css .hljs-rules .hljs-value,.diff .hljs-deletion,.hljs-attr_selector,.hljs-built_in,.hljs-javadoc,.hljs-pragma,.hljs-preprocessor,.hljs-pseudo,.hljs-string,.hljs-tag .hljs-value,.smalltalk .hljs-array,.smalltalk .hljs-class,.smalltalk .hljs-localvars,.sql .hljs-aggregate,.tex .hljs-formula{color:#cc9393}.diff .hljs-addition,.hljs-comment,.hljs-doctype,.hljs-pi,.hljs-shebang,.hljs-template_comment,.java .hljs-annotation{color:#7f9f7f}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .css,.xml .hljs-cdata,.xml .javascript,.xml .vbscript{opacity:.5} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/plugin.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/codesnippet/plugin.js new file mode 100644 index 0000000..03d420c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/icons/hidpi/textcolor.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/af.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/af.js new file mode 100644 index 0000000..238e54a --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ar.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ar.js new file mode 100644 index 0000000..c231830 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/az.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/az.js new file mode 100644 index 0000000..ad3ec16 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/bg.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/bg.js new file mode 100644 index 0000000..58f30d5 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/bn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/bn.js new file mode 100644 index 0000000..2218002 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/bs.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/bs.js new file mode 100644 index 0000000..0c63064 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ca.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ca.js new file mode 100644 index 0000000..a15faed --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/cs.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/cs.js new file mode 100644 index 0000000..0739123 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/cy.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/cy.js new file mode 100644 index 0000000..8289cbf --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/da.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/da.js new file mode 100644 index 0000000..63005c4 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/de-ch.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/de-ch.js new file mode 100644 index 0000000..026c230 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/de.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/de.js new file mode 100644 index 0000000..c2af13a --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/el.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/el.js new file mode 100644 index 0000000..8afe221 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-au.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-au.js new file mode 100644 index 0000000..9edca55 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-ca.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-ca.js new file mode 100644 index 0000000..43b22d1 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-gb.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en-gb.js new file mode 100644 index 0000000..a0adadb --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/en.js new file mode 100644 index 0000000..e77ae09 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/eo.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/eo.js new file mode 100644 index 0000000..b06f1a2 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/es-mx.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/es-mx.js new file mode 100644 index 0000000..9cd9f81 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/es.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/es.js new file mode 100644 index 0000000..c845142 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/et.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/et.js new file mode 100644 index 0000000..b006570 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/eu.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/eu.js new file mode 100644 index 0000000..50d0e86 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fa.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fa.js new file mode 100644 index 0000000..1763907 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fi.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fi.js new file mode 100644 index 0000000..2bcb8a1 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fo.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fo.js new file mode 100644 index 0000000..d4334b0 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr-ca.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr-ca.js new file mode 100644 index 0000000..a6c43c8 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/fr.js new file mode 100644 index 0000000..cd7c51e --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/gl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/gl.js new file mode 100644 index 0000000..acd6713 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/gu.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/gu.js new file mode 100644 index 0000000..3bb7427 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/he.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/he.js new file mode 100644 index 0000000..589db16 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/hi.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/hi.js new file mode 100644 index 0000000..28563cc --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/hr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/hr.js new file mode 100644 index 0000000..f10eeb6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/hu.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/hu.js new file mode 100644 index 0000000..24d07e6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/id.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/id.js new file mode 100644 index 0000000..4bf03b5 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/is.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/is.js new file mode 100644 index 0000000..ad2fc3e --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/it.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/it.js new file mode 100644 index 0000000..c11bd13 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ja.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ja.js new file mode 100644 index 0000000..b63d5fa --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ka.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ka.js new file mode 100644 index 0000000..ed0cbb5 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/km.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/km.js new file mode 100644 index 0000000..5411b0c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ko.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ko.js new file mode 100644 index 0000000..ef9f361 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ku.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ku.js new file mode 100644 index 0000000..f676483 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/lt.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/lt.js new file mode 100644 index 0000000..8e6ed5d --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/lv.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/lv.js new file mode 100644 index 0000000..64ed110 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/mk.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/mk.js new file mode 100644 index 0000000..ad2270f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/mn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/mn.js new file mode 100644 index 0000000..0429c66 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ms.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ms.js new file mode 100644 index 0000000..53ffb92 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/nb.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/nb.js new file mode 100644 index 0000000..b859fa6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/nl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/nl.js new file mode 100644 index 0000000..5881b46 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/no.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/no.js new file mode 100644 index 0000000..c8ee331 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/oc.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/oc.js new file mode 100644 index 0000000..0a7bece --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/pl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/pl.js new file mode 100644 index 0000000..2b1195a --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt-br.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt-br.js new file mode 100644 index 0000000..4ae7d80 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/pt.js new file mode 100644 index 0000000..2ef35e1 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ro.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ro.js new file mode 100644 index 0000000..c67dc10 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ru.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ru.js new file mode 100644 index 0000000..a42a87b --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/si.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/si.js new file mode 100644 index 0000000..0e6e3c6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sk.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sk.js new file mode 100644 index 0000000..86c27c1 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sl.js new file mode 100644 index 0000000..2ee82b6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sq.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sq.js new file mode 100644 index 0000000..8784691 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr-latn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr-latn.js new file mode 100644 index 0000000..d44e676 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sr.js new file mode 100644 index 0000000..1eb3735 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sv.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/sv.js new file mode 100644 index 0000000..ba42c1d --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/th.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/th.js new file mode 100644 index 0000000..38c821f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/tr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/tr.js new file mode 100644 index 0000000..efef5c5 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/tt.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/tt.js new file mode 100644 index 0000000..8847d79 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ug.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/ug.js new file mode 100644 index 0000000..f526f8a --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/uk.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/uk.js new file mode 100644 index 0000000..7803b3e --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/vi.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/vi.js new file mode 100644 index 0000000..16177f4 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh-cn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh-cn.js new file mode 100644 index 0000000..e1fb1ee --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/lang/zh.js new file mode 100644 index 0000000..e4df4bd --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/plugin.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colorbutton/plugin.js new file mode 100644 index 0000000..419ae32 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/af.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/af.js new file mode 100644 index 0000000..9a6d574 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ar.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ar.js new file mode 100644 index 0000000..3b4a497 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/az.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/az.js new file mode 100644 index 0000000..03776b4 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/bg.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/bg.js new file mode 100644 index 0000000..9bd950a --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/bn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/bn.js new file mode 100644 index 0000000..1cd5097 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/bs.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/bs.js new file mode 100644 index 0000000..e8ea577 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ca.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ca.js new file mode 100644 index 0000000..9e76e9e --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/cs.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/cs.js new file mode 100644 index 0000000..4de1f1f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/cy.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/cy.js new file mode 100644 index 0000000..6536226 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/da.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/da.js new file mode 100644 index 0000000..df1c5c8 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/de-ch.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/de-ch.js new file mode 100644 index 0000000..9d156a7 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/de.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/de.js new file mode 100644 index 0000000..6ebe48e --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/el.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/el.js new file mode 100644 index 0000000..1447a1c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en-au.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en-au.js new file mode 100644 index 0000000..fabddc3 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en-ca.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en-ca.js new file mode 100644 index 0000000..535acfc --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en-gb.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en-gb.js new file mode 100644 index 0000000..1ec95ff --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/en.js new file mode 100644 index 0000000..21a79bc --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/eo.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/eo.js new file mode 100644 index 0000000..aaa8cf9 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/es-mx.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/es-mx.js new file mode 100644 index 0000000..ebef961 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/es.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/es.js new file mode 100644 index 0000000..ae4688f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/et.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/et.js new file mode 100644 index 0000000..4a51ac6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/eu.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/eu.js new file mode 100644 index 0000000..4155381 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fa.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fa.js new file mode 100644 index 0000000..8b0de9d --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fi.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fi.js new file mode 100644 index 0000000..8a9a1fe --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fo.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fo.js new file mode 100644 index 0000000..575a9d4 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fr-ca.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fr-ca.js new file mode 100644 index 0000000..d321a83 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/fr.js new file mode 100644 index 0000000..d769915 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/gl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/gl.js new file mode 100644 index 0000000..13fcd5f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/gu.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/gu.js new file mode 100644 index 0000000..658cb5a --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/he.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/he.js new file mode 100644 index 0000000..c570071 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/hi.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/hi.js new file mode 100644 index 0000000..d14f1a8 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/hr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/hr.js new file mode 100644 index 0000000..5a99c46 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/hu.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/hu.js new file mode 100644 index 0000000..f905e8f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/id.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/id.js new file mode 100644 index 0000000..21ca1ad --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/is.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/is.js new file mode 100644 index 0000000..3504439 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/it.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/it.js new file mode 100644 index 0000000..cb5ca86 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ja.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ja.js new file mode 100644 index 0000000..01f2851 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ka.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ka.js new file mode 100644 index 0000000..d11c484 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/km.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/km.js new file mode 100644 index 0000000..9be3d0f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ko.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ko.js new file mode 100644 index 0000000..bf8921f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ku.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ku.js new file mode 100644 index 0000000..5b59075 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/lt.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/lt.js new file mode 100644 index 0000000..4e3f250 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/lv.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/lv.js new file mode 100644 index 0000000..0e4c7b8 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/mk.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/mk.js new file mode 100644 index 0000000..870e232 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/mn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/mn.js new file mode 100644 index 0000000..0547d82 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ms.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ms.js new file mode 100644 index 0000000..65c6e81 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/nb.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/nb.js new file mode 100644 index 0000000..85795e8 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/nl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/nl.js new file mode 100644 index 0000000..c2ed122 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/no.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/no.js new file mode 100644 index 0000000..7a85302 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/oc.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/oc.js new file mode 100644 index 0000000..f4b57e4 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/pl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/pl.js new file mode 100644 index 0000000..3be00f6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/pt-br.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/pt-br.js new file mode 100644 index 0000000..90c14fd --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/pt.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/pt.js new file mode 100644 index 0000000..ac36645 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ro.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ro.js new file mode 100644 index 0000000..d7c0d3e --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ru.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ru.js new file mode 100644 index 0000000..7fe16d2 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/si.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/si.js new file mode 100644 index 0000000..54bb692 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sk.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sk.js new file mode 100644 index 0000000..77777c7 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sl.js new file mode 100644 index 0000000..29ac7cc --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sq.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sq.js new file mode 100644 index 0000000..1c93b3b --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sr-latn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sr-latn.js new file mode 100644 index 0000000..de708cb --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sr.js new file mode 100644 index 0000000..7185b34 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sv.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/sv.js new file mode 100644 index 0000000..d527156 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/th.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/th.js new file mode 100644 index 0000000..8f352d9 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/tr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/tr.js new file mode 100644 index 0000000..c416c06 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/tt.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/tt.js new file mode 100644 index 0000000..df9d32a --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ug.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/ug.js new file mode 100644 index 0000000..f89a948 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/uk.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/uk.js new file mode 100644 index 0000000..c59d1de --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/vi.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/vi.js new file mode 100644 index 0000000..dae8623 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/zh-cn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/zh-cn.js new file mode 100644 index 0000000..25e3b00 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/zh.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/lang/zh.js new file mode 100644 index 0000000..57868b9 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/plugin.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/colordialog/plugin.js new file mode 100644 index 0000000..d5633b9 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg b/src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg new file mode 100644 index 0000000..9298aef --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor.svg b/src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor.svg new file mode 100644 index 0000000..9595147 --- /dev/null +++ b/src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/cursors/cursor.svg @@ -0,0 +1,14 @@ + + + cursor + + + + + + + + + + + diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/icons/copyformatting.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/copyformatting/icons/hidpi/copyformatting.png b/src/ninebadge-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!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/ninebadge-1.0/public/build/ckeditor/plugins/div/icons/hidpi/creatediv.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/af.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/af.js new file mode 100644 index 0000000..d3d3fc9 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ar.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ar.js new file mode 100644 index 0000000..21c63f7 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/az.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/az.js new file mode 100644 index 0000000..61502ab --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/bg.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/bg.js new file mode 100644 index 0000000..e7ed8c2 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/bn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/bn.js new file mode 100644 index 0000000..ae62f7d --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/bs.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/bs.js new file mode 100644 index 0000000..259583d --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ca.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ca.js new file mode 100644 index 0000000..118a681 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/cs.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/cs.js new file mode 100644 index 0000000..1239c57 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/cy.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/cy.js new file mode 100644 index 0000000..aed7b77 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/da.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/da.js new file mode 100644 index 0000000..38e5920 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/de-ch.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/de-ch.js new file mode 100644 index 0000000..923e7b1 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/de.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/de.js new file mode 100644 index 0000000..8b90221 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/el.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/el.js new file mode 100644 index 0000000..d65661c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en-au.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en-au.js new file mode 100644 index 0000000..eb88103 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en-ca.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en-ca.js new file mode 100644 index 0000000..136b99f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en-gb.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en-gb.js new file mode 100644 index 0000000..04d4745 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/en.js new file mode 100644 index 0000000..03fc7d6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/eo.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/eo.js new file mode 100644 index 0000000..e587cac --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/es-mx.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/es-mx.js new file mode 100644 index 0000000..0d90bed --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/es.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/es.js new file mode 100644 index 0000000..78732f1 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/et.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/et.js new file mode 100644 index 0000000..690848d --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/eu.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/eu.js new file mode 100644 index 0000000..780527d --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fa.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fa.js new file mode 100644 index 0000000..bdc9449 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fi.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fi.js new file mode 100644 index 0000000..e888579 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fo.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fo.js new file mode 100644 index 0000000..e00fb86 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fr-ca.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fr-ca.js new file mode 100644 index 0000000..0f61fc3 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/fr.js new file mode 100644 index 0000000..8074f28 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/gl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/gl.js new file mode 100644 index 0000000..2f5e171 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/gu.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/gu.js new file mode 100644 index 0000000..633644c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/he.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/he.js new file mode 100644 index 0000000..80ad2a9 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/hi.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/hi.js new file mode 100644 index 0000000..fa3f895 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/hr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/hr.js new file mode 100644 index 0000000..87d62ff --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/hu.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/hu.js new file mode 100644 index 0000000..949b2dd --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/id.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/id.js new file mode 100644 index 0000000..a7016a3 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/is.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/is.js new file mode 100644 index 0000000..39a3b10 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/it.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/it.js new file mode 100644 index 0000000..4d1717c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ja.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ja.js new file mode 100644 index 0000000..d6f6e50 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ka.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ka.js new file mode 100644 index 0000000..aff4cc2 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/km.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/km.js new file mode 100644 index 0000000..7032cb7 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ko.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ko.js new file mode 100644 index 0000000..60446c3 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ku.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ku.js new file mode 100644 index 0000000..33b8929 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/lt.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/lt.js new file mode 100644 index 0000000..2dace83 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/lv.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/lv.js new file mode 100644 index 0000000..e8cfc36 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/mk.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/mk.js new file mode 100644 index 0000000..8931f80 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/mn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/mn.js new file mode 100644 index 0000000..cb515d6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ms.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ms.js new file mode 100644 index 0000000..0b06fd0 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/nb.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/nb.js new file mode 100644 index 0000000..88f83b3 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/nl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/nl.js new file mode 100644 index 0000000..4989eb6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/no.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/no.js new file mode 100644 index 0000000..e431936 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/oc.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/oc.js new file mode 100644 index 0000000..df85cf6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/pl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/pl.js new file mode 100644 index 0000000..11edd56 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/pt-br.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/pt-br.js new file mode 100644 index 0000000..7bbd2ca --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/pt.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/pt.js new file mode 100644 index 0000000..8df05f0 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ro.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ro.js new file mode 100644 index 0000000..2186038 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ru.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ru.js new file mode 100644 index 0000000..a254cee --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/si.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/si.js new file mode 100644 index 0000000..035a735 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sk.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sk.js new file mode 100644 index 0000000..ba965da --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sl.js new file mode 100644 index 0000000..a55087d --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sq.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sq.js new file mode 100644 index 0000000..77a0771 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sr-latn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sr-latn.js new file mode 100644 index 0000000..51a25e2 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sr.js new file mode 100644 index 0000000..9ad35fc --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sv.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/sv.js new file mode 100644 index 0000000..56e5876 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/th.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/th.js new file mode 100644 index 0000000..1b5bbbe --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/tr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/tr.js new file mode 100644 index 0000000..7c9a026 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/tt.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/tt.js new file mode 100644 index 0000000..1dbf987 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ug.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/ug.js new file mode 100644 index 0000000..0ec740e --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/uk.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/uk.js new file mode 100644 index 0000000..8722fc6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/vi.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/vi.js new file mode 100644 index 0000000..abab657 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/zh-cn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/zh-cn.js new file mode 100644 index 0000000..8957cc8 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/zh.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/lang/zh.js new file mode 100644 index 0000000..c266d4c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/div/plugin.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/div/plugin.js new file mode 100644 index 0000000..a023df8 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/docprops/icons/docprops.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/docprops/icons/hidpi/docprops-rtl.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/docprops/icons/hidpi/docprops.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealignleft.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealignright.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagealt.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimagefull.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimageside.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/easyimageupload.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagealigncenter.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/icons/hidpi/easyimagefull.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/lang/en.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/lang/en.js new file mode 100644 index 0000000..acd56a3 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/plugin.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/easyimage/plugin.js new file mode 100644 index 0000000..0618bbb --- /dev/null +++ b/src/ninebadge-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}.cke_widget_uploadeasyimage img,.easyimage img{display:block;height:auto;margin:0 auto;max-width:100%}.cke_widget_wrapper_easyimage-align-right,.cke_widget_wrapper_easyimage-side,:not(.cke_widget_wrapper_easyimage):not(.cke_widget_wrapper_easyimage-align-right)>.easyimage-align-right,:not(.cke_widget_wrapper_easyimage):not(.cke_widget_wrapper_easyimage-side)>.easyimage-side{float:right;max-width:50%;min-width:10em;margin-left:1.5em}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;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}.cke_widget_element.easyimage{position:relative}.cke_loader{position:absolute;top:0;left:0;right:0}.cke_loader .cke_bar{height:10px;background:#6a9ed1;width:0}.cke_widget_wrapper_easyimage:not(.cke_widget_wrapper_uploading) figure img{transition:opacity .3s ease-in-out}.cke_widget_wrapper_easyimage.cke_widget_wrapper_uploading figure img{opacity:.75} \ No newline at end of file diff --git a/src/ninebadge-1.0/public/build/ckeditor/plugins/embed/icons/embed.png b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embed/plugin.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embed/plugin.js new file mode 100644 index 0000000..72fbfcf --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/dialogs/embedbase.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/dialogs/embedbase.js new file mode 100644 index 0000000..1a6aa83 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ar.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ar.js new file mode 100644 index 0000000..c76040a --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/az.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/az.js new file mode 100644 index 0000000..bd93173 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/bg.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/bg.js new file mode 100644 index 0000000..a366370 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ca.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ca.js new file mode 100644 index 0000000..0a84675 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/cs.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/cs.js new file mode 100644 index 0000000..b3e9fdc --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/da.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/da.js new file mode 100644 index 0000000..46b7f93 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/de-ch.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/de-ch.js new file mode 100644 index 0000000..70e86b9 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/de.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/de.js new file mode 100644 index 0000000..e115c94 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/en-au.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/en-au.js new file mode 100644 index 0000000..1cbfdfe --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/en.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/en.js new file mode 100644 index 0000000..30668c8 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/eo.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/eo.js new file mode 100644 index 0000000..4e9fcb4 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/es-mx.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/es-mx.js new file mode 100644 index 0000000..36a0bcb --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/es.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/es.js new file mode 100644 index 0000000..305fc5c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/et.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/et.js new file mode 100644 index 0000000..8b90fa0 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/eu.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/eu.js new file mode 100644 index 0000000..d88a889 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/fr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/fr.js new file mode 100644 index 0000000..7b705b6 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/gl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/gl.js new file mode 100644 index 0000000..b8429ba --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/hr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/hr.js new file mode 100644 index 0000000..abb6c2c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/hu.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/hu.js new file mode 100644 index 0000000..89927e5 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/id.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/id.js new file mode 100644 index 0000000..084a542 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/it.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/it.js new file mode 100644 index 0000000..aa6ed31 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ja.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ja.js new file mode 100644 index 0000000..d05045c --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ko.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ko.js new file mode 100644 index 0000000..f1f3f30 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ku.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ku.js new file mode 100644 index 0000000..3f76a93 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/lv.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/lv.js new file mode 100644 index 0000000..235601f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/nb.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/nb.js new file mode 100644 index 0000000..1ded173 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/nl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/nl.js new file mode 100644 index 0000000..2f5d699 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/oc.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/oc.js new file mode 100644 index 0000000..6022fb3 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/pl.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/pl.js new file mode 100644 index 0000000..f50aec5 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/pt-br.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/pt-br.js new file mode 100644 index 0000000..b423121 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/pt.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/pt.js new file mode 100644 index 0000000..183d418 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ro.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ro.js new file mode 100644 index 0000000..2921551 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ru.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ru.js new file mode 100644 index 0000000..a37c305 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sk.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sk.js new file mode 100644 index 0000000..e353e89 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sq.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sq.js new file mode 100644 index 0000000..b1e2855 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sr-latn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sr-latn.js new file mode 100644 index 0000000..5bf8383 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sr.js new file mode 100644 index 0000000..7948c56 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sv.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/sv.js new file mode 100644 index 0000000..d943de0 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/tr.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/tr.js new file mode 100644 index 0000000..bd50191 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ug.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/ug.js new file mode 100644 index 0000000..fd05f27 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/uk.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/uk.js new file mode 100644 index 0000000..39a136f --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/zh-cn.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/zh-cn.js new file mode 100644 index 0000000..092c190 --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/zh.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/lang/zh.js new file mode 100644 index 0000000..d753ecc --- /dev/null +++ b/src/ninebadge-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/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/plugin.js b/src/ninebadge-1.0/public/build/ckeditor/plugins/embedbase/plugin.js new file mode 100644 index 0000000..ec0c39f --- /dev/null +++ b/src/ninebadge-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(/ +
      +
      +
      +
      + + + + + + {% block localexternalscript %} + + {% endblock %} + + + + {% if not app.session.get("apptheme") is empty %} + + {% endif %} + + {% if sondeUse %} + {{ render(path("app_sonde")) }} + {% endif %} + + diff --git a/src/ninebadge-1.0/tests/bootstrap.php b/src/ninebadge-1.0/tests/bootstrap.php new file mode 100644 index 0000000..469dcce --- /dev/null +++ b/src/ninebadge-1.0/tests/bootstrap.php @@ -0,0 +1,11 @@ +bootEnv(dirname(__DIR__).'/.env'); +} diff --git a/src/ninebadge-1.0/translations/.gitignore b/src/ninebadge-1.0/translations/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/src/ninebadge-1.0/webpack.config.js b/src/ninebadge-1.0/webpack.config.js new file mode 100644 index 0000000..9b19703 --- /dev/null +++ b/src/ninebadge-1.0/webpack.config.js @@ -0,0 +1,74 @@ +var Encore = require('@symfony/webpack-encore'); + +// Manually configure the runtime environment if not already configured yet by the "encore" command. +// It's useful when you use tools that rely on webpack.config.js file. +if (!Encore.isRuntimeEnvironmentConfigured()) { + Encore.configureRuntimeEnvironment(process.env.NODE_ENV || 'dev'); +} + +Encore + // directory where compiled assets will be stored + .setOutputPath('public/build/') + + // public path used by the web server to access the output path + .setPublicPath('/ninebadge/build') + .setManifestKeyPrefix('ninebadge') + + // Entry config + .addEntry('app', './assets/js/app.js') + .addEntry('fullcalendar', './assets/js/fullcalendar.js') + .addEntry('dropzone', './assets/js/dropzone.js') + + // When enabled, Webpack "splits" your files into smaller pieces for greater optimization. + .splitEntryChunks() + + // will require an extra script tag for runtime.js + // but, you probably want this, unless you're building a single-page app + .enableSingleRuntimeChunk() + + /* + * FEATURE CONFIG + * + * Enable & configure other features below. For a full + * list of features, see: + * https://symfony.com/doc/current/frontend.html#adding-more-features + */ + .cleanupOutputBeforeBuild() + .enableBuildNotifications() + .enableSourceMaps(!Encore.isProduction()) + // enables hashed filenames (e.g. app.abc123.css) + .enableVersioning(Encore.isProduction()) + + // enables @babel/preset-env polyfills + .configureBabelPresetEnv((config) => { + config.useBuiltIns = 'usage'; + config.corejs = 3; + }) + + .copyFiles([ + {from: './node_modules/ckeditor/', to: 'ckeditor/[path][name].[ext]', pattern: /\.(js|css)$/, includeSubdirectories: false}, + {from: './node_modules/ckeditor/adapters', to: 'ckeditor/adapters/[path][name].[ext]'}, + {from: './node_modules/ckeditor/lang', to: 'ckeditor/lang/[path][name].[ext]'}, + {from: './node_modules/ckeditor/plugins', to: 'ckeditor/plugins/[path][name].[ext]'}, + {from: './node_modules/ckeditor/skins', to: 'ckeditor/skins/[path][name].[ext]'} + ]) + + // enables Sass/SCSS support + //.enableSassLoader() + + // uncomment if you use TypeScript + //.enableTypeScriptLoader() + + // uncomment to get integrity="..." attributes on your script & link tags + // requires WebpackEncoreBundle 1.4 or higher + //.enableIntegrityHashes(Encore.isProduction()) + + // uncomment if you're having problems with a jQuery plugin + //.autoProvidejQuery() + + // uncomment if you use API Platform Admin (composer req api-admin) + //.enableReactPreset() + //.addEntry('admin', './assets/js/admin.js') +; + +module.exports = Encore.getWebpackConfig(); diff --git a/src/ninebadge-1.0/yarn.lock b/src/ninebadge-1.0/yarn.lock new file mode 100644 index 0000000..45fe66a --- /dev/null +++ b/src/ninebadge-1.0/yarn.lock @@ -0,0 +1,6515 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@babel/code-frame@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" + integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== + dependencies: + "@babel/highlight" "^7.10.4" + +"@babel/compat-data@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.4.tgz#706a6484ee6f910b719b696a9194f8da7d7ac241" + integrity sha512-t+rjExOrSVvjQQXNp5zAIYDp00KjdvGl/TpDX5REPr0S9IAIPQMTilcfG6q8c0QFmj9lSTVySV2VTsyggvtNIw== + dependencies: + browserslist "^4.12.0" + invariant "^2.2.4" + semver "^5.5.0" + +"@babel/core@^7.4.0": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" + integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== + dependencies: + "@babel/code-frame" "^7.10.4" + "@babel/generator" "^7.10.4" + "@babel/helper-module-transforms" "^7.10.4" + "@babel/helpers" "^7.10.4" + "@babel/parser" "^7.10.4" + "@babel/template" "^7.10.4" + "@babel/traverse" "^7.10.4" + "@babel/types" "^7.10.4" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.1" + json5 "^2.1.2" + lodash "^4.17.13" + resolve "^1.3.2" + semver "^5.4.1" + source-map "^0.5.0" + +"@babel/generator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243" + integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng== + dependencies: + "@babel/types" "^7.10.4" + jsesc "^2.5.1" + lodash "^4.17.13" + source-map "^0.5.0" + +"@babel/helper-annotate-as-pure@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" + integrity sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== + dependencies: + "@babel/types" "^7.10.4" + +"@babel/helper-builder-binary-assignment-operator-visitor@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz#bb0b75f31bf98cbf9ff143c1ae578b87274ae1a3" + integrity sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg== + dependencies: + "@babel/helper-explode-assignable-expression" "^7.10.4" + "@babel/types" "^7.10.4" + +"@babel/helper-compilation-targets@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz#804ae8e3f04376607cc791b9d47d540276332bd2" + integrity sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== + dependencies: + "@babel/compat-data" "^7.10.4" + browserslist "^4.12.0" + invariant "^2.2.4" + levenary "^1.1.1" + semver "^5.5.0" + +"@babel/helper-create-class-features-plugin@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz#2d4015d0136bd314103a70d84a7183e4b344a355" + integrity sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ== + dependencies: + "@babel/helper-function-name" "^7.10.4" + "@babel/helper-member-expression-to-functions" "^7.10.4" + "@babel/helper-optimise-call-expression" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-replace-supers" "^7.10.4" + "@babel/helper-split-export-declaration" "^7.10.4" + +"@babel/helper-create-regexp-features-plugin@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.4.tgz#fdd60d88524659a0b6959c0579925e425714f3b8" + integrity sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== + dependencies: + "@babel/helper-annotate-as-pure" "^7.10.4" + "@babel/helper-regex" "^7.10.4" + regexpu-core "^4.7.0" + +"@babel/helper-define-map@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.10.4.tgz#f037ad794264f729eda1889f4ee210b870999092" + integrity sha512-nIij0oKErfCnLUCWaCaHW0Bmtl2RO9cN7+u2QT8yqTywgALKlyUVOvHDElh+b5DwVC6YB1FOYFOTWcN/+41EDA== + dependencies: + "@babel/helper-function-name" "^7.10.4" + "@babel/types" "^7.10.4" + lodash "^4.17.13" + +"@babel/helper-explode-assignable-expression@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.4.tgz#40a1cd917bff1288f699a94a75b37a1a2dbd8c7c" + integrity sha512-4K71RyRQNPRrR85sr5QY4X3VwG4wtVoXZB9+L3r1Gp38DhELyHCtovqydRi7c1Ovb17eRGiQ/FD5s8JdU0Uy5A== + dependencies: + "@babel/traverse" "^7.10.4" + "@babel/types" "^7.10.4" + +"@babel/helper-function-name@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" + integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== + dependencies: + "@babel/helper-get-function-arity" "^7.10.4" + "@babel/template" "^7.10.4" + "@babel/types" "^7.10.4" + +"@babel/helper-get-function-arity@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" + integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== + dependencies: + "@babel/types" "^7.10.4" + +"@babel/helper-hoist-variables@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e" + integrity sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA== + dependencies: + "@babel/types" "^7.10.4" + +"@babel/helper-member-expression-to-functions@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4" + integrity sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A== + dependencies: + "@babel/types" "^7.10.4" + +"@babel/helper-module-imports@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" + integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== + dependencies: + "@babel/types" "^7.10.4" + +"@babel/helper-module-transforms@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d" + integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q== + dependencies: + "@babel/helper-module-imports" "^7.10.4" + "@babel/helper-replace-supers" "^7.10.4" + "@babel/helper-simple-access" "^7.10.4" + "@babel/helper-split-export-declaration" "^7.10.4" + "@babel/template" "^7.10.4" + "@babel/types" "^7.10.4" + lodash "^4.17.13" + +"@babel/helper-optimise-call-expression@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" + integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== + dependencies: + "@babel/types" "^7.10.4" + +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" + integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== + +"@babel/helper-regex@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.4.tgz#59b373daaf3458e5747dece71bbaf45f9676af6d" + integrity sha512-inWpnHGgtg5NOF0eyHlC0/74/VkdRITY9dtTpB2PrxKKn+AkVMRiZz/Adrx+Ssg+MLDesi2zohBW6MVq6b4pOQ== + dependencies: + lodash "^4.17.13" + +"@babel/helper-remap-async-to-generator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.4.tgz#fce8bea4e9690bbe923056ded21e54b4e8b68ed5" + integrity sha512-86Lsr6NNw3qTNl+TBcF1oRZMaVzJtbWTyTko+CQL/tvNvcGYEFKbLXDPxtW0HKk3McNOk4KzY55itGWCAGK5tg== + dependencies: + "@babel/helper-annotate-as-pure" "^7.10.4" + "@babel/helper-wrap-function" "^7.10.4" + "@babel/template" "^7.10.4" + "@babel/traverse" "^7.10.4" + "@babel/types" "^7.10.4" + +"@babel/helper-replace-supers@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" + integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== + dependencies: + "@babel/helper-member-expression-to-functions" "^7.10.4" + "@babel/helper-optimise-call-expression" "^7.10.4" + "@babel/traverse" "^7.10.4" + "@babel/types" "^7.10.4" + +"@babel/helper-simple-access@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" + integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== + dependencies: + "@babel/template" "^7.10.4" + "@babel/types" "^7.10.4" + +"@babel/helper-split-export-declaration@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" + integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== + dependencies: + "@babel/types" "^7.10.4" + +"@babel/helper-validator-identifier@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" + integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== + +"@babel/helper-wrap-function@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87" + integrity sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug== + dependencies: + "@babel/helper-function-name" "^7.10.4" + "@babel/template" "^7.10.4" + "@babel/traverse" "^7.10.4" + "@babel/types" "^7.10.4" + +"@babel/helpers@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044" + integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== + dependencies: + "@babel/template" "^7.10.4" + "@babel/traverse" "^7.10.4" + "@babel/types" "^7.10.4" + +"@babel/highlight@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" + integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== + dependencies: + "@babel/helper-validator-identifier" "^7.10.4" + chalk "^2.0.0" + js-tokens "^4.0.0" + +"@babel/parser@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" + integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== + +"@babel/plugin-proposal-async-generator-functions@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz#4b65abb3d9bacc6c657aaa413e56696f9f170fc6" + integrity sha512-MJbxGSmejEFVOANAezdO39SObkURO5o/8b6fSH6D1pi9RZQt+ldppKPXfqgUWpSQ9asM6xaSaSJIaeWMDRP0Zg== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-remap-async-to-generator" "^7.10.4" + "@babel/plugin-syntax-async-generators" "^7.8.0" + +"@babel/plugin-proposal-class-properties@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807" + integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-proposal-dynamic-import@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz#ba57a26cb98b37741e9d5bca1b8b0ddf8291f17e" + integrity sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-syntax-dynamic-import" "^7.8.0" + +"@babel/plugin-proposal-json-strings@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db" + integrity sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-syntax-json-strings" "^7.8.0" + +"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a" + integrity sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" + +"@babel/plugin-proposal-numeric-separator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.4.tgz#ce1590ff0a65ad12970a609d78855e9a4c1aef06" + integrity sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + +"@babel/plugin-proposal-object-rest-spread@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0" + integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-syntax-object-rest-spread" "^7.8.0" + "@babel/plugin-transform-parameters" "^7.10.4" + +"@babel/plugin-proposal-optional-catch-binding@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz#31c938309d24a78a49d68fdabffaa863758554dd" + integrity sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" + +"@babel/plugin-proposal-optional-chaining@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7" + integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-syntax-optional-chaining" "^7.8.0" + +"@babel/plugin-proposal-private-methods@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz#b160d972b8fdba5c7d111a145fc8c421fc2a6909" + integrity sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-proposal-unicode-property-regex@^7.10.4", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.4.tgz#4483cda53041ce3413b7fe2f00022665ddfaa75d" + integrity sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-async-generators@^7.8.0": + version "7.8.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" + integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-class-properties@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz#6644e6a0baa55a61f9e3231f6c9eeb6ee46c124c" + integrity sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-dynamic-import@^7.0.0", "@babel/plugin-syntax-dynamic-import@^7.8.0": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" + integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-json-strings@^7.8.0": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" + integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" + integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-numeric-separator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" + integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-object-rest-spread@^7.8.0": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" + integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-catch-binding@^7.8.0": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" + integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-chaining@^7.8.0": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" + integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-top-level-await@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.4.tgz#4bbeb8917b54fcf768364e0a81f560e33a3ef57d" + integrity sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-arrow-functions@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz#e22960d77e697c74f41c501d44d73dbf8a6a64cd" + integrity sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-async-to-generator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.4.tgz#41a5017e49eb6f3cda9392a51eef29405b245a37" + integrity sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== + dependencies: + "@babel/helper-module-imports" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-remap-async-to-generator" "^7.10.4" + +"@babel/plugin-transform-block-scoped-functions@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz#1afa595744f75e43a91af73b0d998ecfe4ebc2e8" + integrity sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-block-scoping@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.4.tgz#a670d1364bb5019a621b9ea2001482876d734787" + integrity sha512-J3b5CluMg3hPUii2onJDRiaVbPtKFPLEaV5dOPY5OeAbDi1iU/UbbFFTgwb7WnanaDy7bjU35kc26W3eM5Qa0A== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + lodash "^4.17.13" + +"@babel/plugin-transform-classes@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.4.tgz#405136af2b3e218bc4a1926228bc917ab1a0adc7" + integrity sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.10.4" + "@babel/helper-define-map" "^7.10.4" + "@babel/helper-function-name" "^7.10.4" + "@babel/helper-optimise-call-expression" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-replace-supers" "^7.10.4" + "@babel/helper-split-export-declaration" "^7.10.4" + globals "^11.1.0" + +"@babel/plugin-transform-computed-properties@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz#9ded83a816e82ded28d52d4b4ecbdd810cdfc0eb" + integrity sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-destructuring@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.4.tgz#70ddd2b3d1bea83d01509e9bb25ddb3a74fc85e5" + integrity sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-dotall-regex@^7.10.4", "@babel/plugin-transform-dotall-regex@^7.4.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.4.tgz#469c2062105c1eb6a040eaf4fac4b488078395ee" + integrity sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-duplicate-keys@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.4.tgz#697e50c9fee14380fe843d1f306b295617431e47" + integrity sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-exponentiation-operator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.4.tgz#5ae338c57f8cf4001bdb35607ae66b92d665af2e" + integrity sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== + dependencies: + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-for-of@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz#c08892e8819d3a5db29031b115af511dbbfebae9" + integrity sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-function-name@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.4.tgz#6a467880e0fc9638514ba369111811ddbe2644b7" + integrity sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== + dependencies: + "@babel/helper-function-name" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-literals@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.4.tgz#9f42ba0841100a135f22712d0e391c462f571f3c" + integrity sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-member-expression-literals@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.4.tgz#b1ec44fcf195afcb8db2c62cd8e551c881baf8b7" + integrity sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-modules-amd@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.4.tgz#cb407c68b862e4c1d13a2fc738c7ec5ed75fc520" + integrity sha512-3Fw+H3WLUrTlzi3zMiZWp3AR4xadAEMv6XRCYnd5jAlLM61Rn+CRJaZMaNvIpcJpQ3vs1kyifYvEVPFfoSkKOA== + dependencies: + "@babel/helper-module-transforms" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-commonjs@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.4.tgz#66667c3eeda1ebf7896d41f1f16b17105a2fbca0" + integrity sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== + dependencies: + "@babel/helper-module-transforms" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-simple-access" "^7.10.4" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-systemjs@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.4.tgz#8f576afd943ac2f789b35ded0a6312f929c633f9" + integrity sha512-Tb28LlfxrTiOTGtZFsvkjpyjCl9IoaRI52AEU/VIwOwvDQWtbNJsAqTXzh+5R7i74e/OZHH2c2w2fsOqAfnQYQ== + dependencies: + "@babel/helper-hoist-variables" "^7.10.4" + "@babel/helper-module-transforms" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + babel-plugin-dynamic-import-node "^2.3.3" + +"@babel/plugin-transform-modules-umd@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.4.tgz#9a8481fe81b824654b3a0b65da3df89f3d21839e" + integrity sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== + dependencies: + "@babel/helper-module-transforms" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-named-capturing-groups-regex@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz#78b4d978810b6f3bcf03f9e318f2fc0ed41aecb6" + integrity sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.10.4" + +"@babel/plugin-transform-new-target@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.4.tgz#9097d753cb7b024cb7381a3b2e52e9513a9c6888" + integrity sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-object-super@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.4.tgz#d7146c4d139433e7a6526f888c667e314a093894" + integrity sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-replace-supers" "^7.10.4" + +"@babel/plugin-transform-parameters@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.4.tgz#7b4d137c87ea7adc2a0f3ebf53266871daa6fced" + integrity sha512-RurVtZ/D5nYfEg0iVERXYKEgDFeesHrHfx8RT05Sq57ucj2eOYAP6eu5fynL4Adju4I/mP/I6SO0DqNWAXjfLQ== + dependencies: + "@babel/helper-get-function-arity" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-property-literals@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz#f6fe54b6590352298785b83edd815d214c42e3c0" + integrity sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-regenerator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.4.tgz#2015e59d839074e76838de2159db421966fd8b63" + integrity sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== + dependencies: + regenerator-transform "^0.14.2" + +"@babel/plugin-transform-reserved-words@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz#8f2682bcdcef9ed327e1b0861585d7013f8a54dd" + integrity sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-shorthand-properties@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.4.tgz#9fd25ec5cdd555bb7f473e5e6ee1c971eede4dd6" + integrity sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-spread@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff" + integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-sticky-regex@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.4.tgz#8f3889ee8657581130a29d9cc91d7c73b7c4a28d" + integrity sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/helper-regex" "^7.10.4" + +"@babel/plugin-transform-template-literals@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.4.tgz#e6375407b30fcb7fcfdbba3bb98ef3e9d36df7bc" + integrity sha512-4NErciJkAYe+xI5cqfS8pV/0ntlY5N5Ske/4ImxAVX7mk9Rxt2bwDTGv1Msc2BRJvWQcmYEC+yoMLdX22aE4VQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-typeof-symbol@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.4.tgz#9509f1a7eec31c4edbffe137c16cc33ff0bc5bfc" + integrity sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-unicode-escapes@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz#feae523391c7651ddac115dae0a9d06857892007" + integrity sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-transform-unicode-regex@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.4.tgz#e56d71f9282fac6db09c82742055576d5e6d80a8" + integrity sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/preset-env@^7.4.0": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f" + integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw== + dependencies: + "@babel/compat-data" "^7.10.4" + "@babel/helper-compilation-targets" "^7.10.4" + "@babel/helper-module-imports" "^7.10.4" + "@babel/helper-plugin-utils" "^7.10.4" + "@babel/plugin-proposal-async-generator-functions" "^7.10.4" + "@babel/plugin-proposal-class-properties" "^7.10.4" + "@babel/plugin-proposal-dynamic-import" "^7.10.4" + "@babel/plugin-proposal-json-strings" "^7.10.4" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4" + "@babel/plugin-proposal-numeric-separator" "^7.10.4" + "@babel/plugin-proposal-object-rest-spread" "^7.10.4" + "@babel/plugin-proposal-optional-catch-binding" "^7.10.4" + "@babel/plugin-proposal-optional-chaining" "^7.10.4" + "@babel/plugin-proposal-private-methods" "^7.10.4" + "@babel/plugin-proposal-unicode-property-regex" "^7.10.4" + "@babel/plugin-syntax-async-generators" "^7.8.0" + "@babel/plugin-syntax-class-properties" "^7.10.4" + "@babel/plugin-syntax-dynamic-import" "^7.8.0" + "@babel/plugin-syntax-json-strings" "^7.8.0" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + "@babel/plugin-syntax-object-rest-spread" "^7.8.0" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" + "@babel/plugin-syntax-optional-chaining" "^7.8.0" + "@babel/plugin-syntax-top-level-await" "^7.10.4" + "@babel/plugin-transform-arrow-functions" "^7.10.4" + "@babel/plugin-transform-async-to-generator" "^7.10.4" + "@babel/plugin-transform-block-scoped-functions" "^7.10.4" + "@babel/plugin-transform-block-scoping" "^7.10.4" + "@babel/plugin-transform-classes" "^7.10.4" + "@babel/plugin-transform-computed-properties" "^7.10.4" + "@babel/plugin-transform-destructuring" "^7.10.4" + "@babel/plugin-transform-dotall-regex" "^7.10.4" + "@babel/plugin-transform-duplicate-keys" "^7.10.4" + "@babel/plugin-transform-exponentiation-operator" "^7.10.4" + "@babel/plugin-transform-for-of" "^7.10.4" + "@babel/plugin-transform-function-name" "^7.10.4" + "@babel/plugin-transform-literals" "^7.10.4" + "@babel/plugin-transform-member-expression-literals" "^7.10.4" + "@babel/plugin-transform-modules-amd" "^7.10.4" + "@babel/plugin-transform-modules-commonjs" "^7.10.4" + "@babel/plugin-transform-modules-systemjs" "^7.10.4" + "@babel/plugin-transform-modules-umd" "^7.10.4" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.10.4" + "@babel/plugin-transform-new-target" "^7.10.4" + "@babel/plugin-transform-object-super" "^7.10.4" + "@babel/plugin-transform-parameters" "^7.10.4" + "@babel/plugin-transform-property-literals" "^7.10.4" + "@babel/plugin-transform-regenerator" "^7.10.4" + "@babel/plugin-transform-reserved-words" "^7.10.4" + "@babel/plugin-transform-shorthand-properties" "^7.10.4" + "@babel/plugin-transform-spread" "^7.10.4" + "@babel/plugin-transform-sticky-regex" "^7.10.4" + "@babel/plugin-transform-template-literals" "^7.10.4" + "@babel/plugin-transform-typeof-symbol" "^7.10.4" + "@babel/plugin-transform-unicode-escapes" "^7.10.4" + "@babel/plugin-transform-unicode-regex" "^7.10.4" + "@babel/preset-modules" "^0.1.3" + "@babel/types" "^7.10.4" + browserslist "^4.12.0" + core-js-compat "^3.6.2" + invariant "^2.2.2" + levenary "^1.1.1" + semver "^5.5.0" + +"@babel/preset-modules@^0.1.3": + version "0.1.3" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz#13242b53b5ef8c883c3cf7dddd55b36ce80fbc72" + integrity sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" + "@babel/plugin-transform-dotall-regex" "^7.4.4" + "@babel/types" "^7.4.4" + esutils "^2.0.2" + +"@babel/runtime@^7.8.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.4.tgz#a6724f1a6b8d2f6ea5236dbfe58c7d7ea9c5eb99" + integrity sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw== + dependencies: + regenerator-runtime "^0.13.4" + +"@babel/template@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" + integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== + dependencies: + "@babel/code-frame" "^7.10.4" + "@babel/parser" "^7.10.4" + "@babel/types" "^7.10.4" + +"@babel/traverse@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818" + integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q== + dependencies: + "@babel/code-frame" "^7.10.4" + "@babel/generator" "^7.10.4" + "@babel/helper-function-name" "^7.10.4" + "@babel/helper-split-export-declaration" "^7.10.4" + "@babel/parser" "^7.10.4" + "@babel/types" "^7.10.4" + debug "^4.1.0" + globals "^11.1.0" + lodash "^4.17.13" + +"@babel/types@^7.10.4", "@babel/types@^7.4.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee" + integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg== + dependencies: + "@babel/helper-validator-identifier" "^7.10.4" + lodash "^4.17.13" + to-fast-properties "^2.0.0" + +"@fortawesome/fontawesome-free@^5.12.1": + version "5.13.1" + resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.13.1.tgz#c53b4066edae16cd1fd669f687baf031b45fb9d6" + integrity sha512-D819f34FLHeBN/4xvw0HR0u7U2G7RqjPSggXqf7LktsxWQ48VAfGwvMrhcVuaZV2fF069c/619RdgCCms0DHhw== + +"@fullcalendar/core@^4.4.0": + version "4.4.2" + resolved "https://registry.yarnpkg.com/@fullcalendar/core/-/core-4.4.2.tgz#864abe98cce4497a163c01a8fc30389f15d3d4e1" + integrity sha512-vq7KQGuAJ1ieFG5tUqwxwUwmXYtblFOTjHaLAVHo6iEPB52mS7DS45VJfkhaQmX4+5/+BHRpg82G1qkuAINwtg== + +"@fullcalendar/daygrid@^4.4.0": + version "4.4.2" + resolved "https://registry.yarnpkg.com/@fullcalendar/daygrid/-/daygrid-4.4.2.tgz#568bfb3c7cc97f83b57cf3aef0fa3ed1bf6eda16" + integrity sha512-axjfMhxEXHShV3r2TZjf+2niJ1C6LdAxkHKmg7mVq4jXtUQHOldU5XsjV0v2lUAt1urJBFi2zajfK8798ukL3Q== + +"@fullcalendar/interaction@^4.4.0": + version "4.4.2" + resolved "https://registry.yarnpkg.com/@fullcalendar/interaction/-/interaction-4.4.2.tgz#0a6be06538f843b6f0f4e9b4de87a5e3ec3629fb" + integrity sha512-3ItpGFnxcYQT4NClqhq93QTQwOI8x3mlMf5M4DgK5avVaSzpv9g8p+opqeotK2yzpFeINps06cuQyB1h7vcv1Q== + +"@symfony/webpack-encore@^0.28.2": + version "0.28.3" + resolved "https://registry.yarnpkg.com/@symfony/webpack-encore/-/webpack-encore-0.28.3.tgz#45b590f7b86beb7bb6918a95df89f42f72b796d0" + integrity sha512-ZXnwU6uobDCRMbZhT99c42/6j9yIM9aGWgT/we6fdaEGgJJmO1dXl4heq+flL61K3wztQqW6G54N8Q6aPcz1Xw== + dependencies: + "@babel/core" "^7.4.0" + "@babel/plugin-syntax-dynamic-import" "^7.0.0" + "@babel/preset-env" "^7.4.0" + assets-webpack-plugin "^3.9.7" + babel-loader "^8.0.0" + chalk "^2.4.1" + clean-webpack-plugin "^0.1.19" + css-loader "^2.1.1" + fast-levenshtein "^2.0.6" + file-loader "^1.1.10" + friendly-errors-webpack-plugin "^2.0.0-beta.1" + loader-utils "^1.1.0" + mini-css-extract-plugin ">=0.4.0 <0.4.3" + optimize-css-assets-webpack-plugin "^5.0.1" + pkg-up "^1.0.0" + pretty-error "^2.1.1" + resolve-url-loader "^3.0.1" + semver "^5.5.0" + style-loader "^0.21.0" + terser-webpack-plugin "^1.1.0" + tmp "^0.0.33" + webpack "^4.20.0" + webpack-cli "^3.0.0" + webpack-dev-server "^3.1.14" + webpack-manifest-plugin "^2.0.2" + webpack-sources "^1.3.0" + yargs-parser "^12.0.0" + +"@ttskch/select2-bootstrap4-theme@^1.3.2": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@ttskch/select2-bootstrap4-theme/-/select2-bootstrap4-theme-1.4.0.tgz#1e15ed14c5adbd6f86940811e195bde984aa9882" + integrity sha512-5WVMdFpQLx0vKxX0/LfapI0aE+qUYOuOuMjOc+ecN8vsr7plcBsgIbp4YtlpLmQR9aqgyM1QyqEiO/FwB+qaqQ== + +"@types/glob@^7.1.1": + version "7.1.3" + resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183" + integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== + dependencies: + "@types/minimatch" "*" + "@types/node" "*" + +"@types/json-schema@^7.0.4": + version "7.0.5" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd" + integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ== + +"@types/minimatch@*": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" + integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== + +"@types/node@*": + version "14.0.18" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.18.tgz#5111b2285659442f9f95697386a2b42b875bd7e9" + integrity sha512-0Z3nS5acM0cIV4JPzrj9g/GH0Et5vmADWtip3YOXOp1NpOLU8V3KoZDc8ny9c1pe/YSYYzQkAWob6dyV/EWg4g== + +"@types/q@^1.5.1": + version "1.5.4" + resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" + integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== + +"@webassemblyjs/ast@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964" + integrity sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA== + dependencies: + "@webassemblyjs/helper-module-context" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/wast-parser" "1.9.0" + +"@webassemblyjs/floating-point-hex-parser@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4" + integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA== + +"@webassemblyjs/helper-api-error@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2" + integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw== + +"@webassemblyjs/helper-buffer@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00" + integrity sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA== + +"@webassemblyjs/helper-code-frame@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz#647f8892cd2043a82ac0c8c5e75c36f1d9159f27" + integrity sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA== + dependencies: + "@webassemblyjs/wast-printer" "1.9.0" + +"@webassemblyjs/helper-fsm@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz#c05256b71244214671f4b08ec108ad63b70eddb8" + integrity sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw== + +"@webassemblyjs/helper-module-context@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz#25d8884b76839871a08a6c6f806c3979ef712f07" + integrity sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g== + dependencies: + "@webassemblyjs/ast" "1.9.0" + +"@webassemblyjs/helper-wasm-bytecode@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790" + integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw== + +"@webassemblyjs/helper-wasm-section@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346" + integrity sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-buffer" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/wasm-gen" "1.9.0" + +"@webassemblyjs/ieee754@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4" + integrity sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg== + dependencies: + "@xtuc/ieee754" "^1.2.0" + +"@webassemblyjs/leb128@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95" + integrity sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw== + dependencies: + "@xtuc/long" "4.2.2" + +"@webassemblyjs/utf8@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab" + integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w== + +"@webassemblyjs/wasm-edit@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf" + integrity sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-buffer" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/helper-wasm-section" "1.9.0" + "@webassemblyjs/wasm-gen" "1.9.0" + "@webassemblyjs/wasm-opt" "1.9.0" + "@webassemblyjs/wasm-parser" "1.9.0" + "@webassemblyjs/wast-printer" "1.9.0" + +"@webassemblyjs/wasm-gen@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c" + integrity sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/ieee754" "1.9.0" + "@webassemblyjs/leb128" "1.9.0" + "@webassemblyjs/utf8" "1.9.0" + +"@webassemblyjs/wasm-opt@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61" + integrity sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-buffer" "1.9.0" + "@webassemblyjs/wasm-gen" "1.9.0" + "@webassemblyjs/wasm-parser" "1.9.0" + +"@webassemblyjs/wasm-parser@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e" + integrity sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-api-error" "1.9.0" + "@webassemblyjs/helper-wasm-bytecode" "1.9.0" + "@webassemblyjs/ieee754" "1.9.0" + "@webassemblyjs/leb128" "1.9.0" + "@webassemblyjs/utf8" "1.9.0" + +"@webassemblyjs/wast-parser@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz#3031115d79ac5bd261556cecc3fa90a3ef451914" + integrity sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/floating-point-hex-parser" "1.9.0" + "@webassemblyjs/helper-api-error" "1.9.0" + "@webassemblyjs/helper-code-frame" "1.9.0" + "@webassemblyjs/helper-fsm" "1.9.0" + "@xtuc/long" "4.2.2" + +"@webassemblyjs/wast-printer@1.9.0": + version "1.9.0" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899" + integrity sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/wast-parser" "1.9.0" + "@xtuc/long" "4.2.2" + +"@xtuc/ieee754@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" + integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== + +"@xtuc/long@4.2.2": + version "4.2.2" + resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" + integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== + +accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7: + version "1.3.7" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd" + integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA== + dependencies: + mime-types "~2.1.24" + negotiator "0.6.2" + +acorn@^6.4.1: + version "6.4.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474" + integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== + +adjust-sourcemap-loader@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-2.0.0.tgz#6471143af75ec02334b219f54bc7970c52fb29a4" + integrity sha512-4hFsTsn58+YjrU9qKzML2JSSDqKvN8mUGQ0nNIrfPi8hmIONT4L3uUaT6MKdMsZ9AjsU6D2xDkZxCkbQPxChrA== + dependencies: + assert "1.4.1" + camelcase "5.0.0" + loader-utils "1.2.3" + object-path "0.11.4" + regex-parser "2.2.10" + +ajv-errors@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" + integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== + +ajv-keywords@^3.1.0, ajv-keywords@^3.4.1: + version "3.5.0" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.0.tgz#5c894537098785926d71e696114a53ce768ed773" + integrity sha512-eyoaac3btgU8eJlvh01En8OCKzRqlLe2G5jDsCr3RiE2uLGMEEB1aaGwVVpwR8M95956tGH6R+9edC++OvzaVw== + +ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.2: + version "6.12.3" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.3.tgz#18c5af38a111ddeb4f2697bd78d68abc1cabd706" + integrity sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA== + dependencies: + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + +alphanum-sort@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" + integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= + +amdefine@>=0.0.4: + version "1.0.1" + resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" + integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= + +ansi-colors@^3.0.0: + version "3.2.4" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" + integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA== + +ansi-html@0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" + integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4= + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= + +ansi-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" + integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= + +ansi-regex@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" + integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== + +ansi-styles@^3.2.0, ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +anymatch@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" + integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== + dependencies: + micromatch "^3.1.4" + normalize-path "^2.1.1" + +anymatch@~3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" + integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== + dependencies: + normalize-path "^3.0.0" + picomatch "^2.0.4" + +aproba@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" + integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== + +argparse@^1.0.7: + version "1.0.10" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== + dependencies: + sprintf-js "~1.0.2" + +arity-n@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz#d9e76b11733e08569c0847ae7b39b2860b30b745" + integrity sha1-2edrEXM+CFacCEeuezmyhgswt0U= + +arr-diff@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= + +arr-flatten@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== + +arr-union@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= + +array-flatten@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= + +array-flatten@^2.1.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099" + integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== + +array-union@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" + integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk= + dependencies: + array-uniq "^1.0.1" + +array-uniq@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" + integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= + +array-unique@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= + +asn1.js@^4.0.0: + version "4.10.1" + resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0" + integrity sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw== + dependencies: + bn.js "^4.0.0" + inherits "^2.0.1" + minimalistic-assert "^1.0.0" + +assert@1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/assert/-/assert-1.4.1.tgz#99912d591836b5a6f5b345c0f07eefc08fc65d91" + integrity sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE= + dependencies: + util "0.10.3" + +assert@^1.1.1: + version "1.5.0" + resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" + integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA== + dependencies: + object-assign "^4.1.1" + util "0.10.3" + +assets-webpack-plugin@^3.9.7: + version "3.10.0" + resolved "https://registry.yarnpkg.com/assets-webpack-plugin/-/assets-webpack-plugin-3.10.0.tgz#d803404177c327e6a6fa3144acb618ab6b43066f" + integrity sha512-r72GzN3TvYyOcyNmhRx3qR3LNFsfNHgqTdSeYuxpGmciSpwBpXSVGoU3PXUMKRd8aodcpE6fZlsvyOgimwUxdA== + dependencies: + camelcase "6.0.0" + escape-string-regexp "4.0.0" + lodash "4.17.15" + mkdirp "1.0.4" + +assign-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= + +async-each@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" + integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== + +async-limiter@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" + integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== + +async@^2.6.2: + version "2.6.3" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" + integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== + dependencies: + lodash "^4.17.14" + +async@~0.2.6: + version "0.2.10" + resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1" + integrity sha1-trvgsGdLnXGXCMo43owjfLUmw9E= + +atob@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== + +babel-loader@^8.0.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3" + integrity sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw== + dependencies: + find-cache-dir "^2.1.0" + loader-utils "^1.4.0" + mkdirp "^0.5.3" + pify "^4.0.1" + schema-utils "^2.6.5" + +babel-plugin-dynamic-import-node@^2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" + integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== + dependencies: + object.assign "^4.1.0" + +balanced-match@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" + integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + +base64-js@^1.0.2: + version "1.3.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1" + integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== + +base@^0.11.1: + version "0.11.2" + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== + dependencies: + cache-base "^1.0.1" + class-utils "^0.3.5" + component-emitter "^1.2.1" + define-property "^1.0.0" + isobject "^3.0.1" + mixin-deep "^1.2.0" + pascalcase "^0.1.1" + +batch@0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16" + integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY= + +big.js@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" + integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== + +binary-extensions@^1.0.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" + integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== + +binary-extensions@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9" + integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== + +bindings@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" + integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== + dependencies: + file-uri-to-path "1.0.0" + +bluebird@^3.5.5: + version "3.7.2" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" + integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== + +bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.4.0: + version "4.11.9" + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828" + integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== + +bn.js@^5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.1.2.tgz#c9686902d3c9a27729f43ab10f9d79c2004da7b0" + integrity sha512-40rZaf3bUNKTVYu9sIeeEGOg7g14Yvnj9kH7b50EiwX0Q7A6umbvfI5tvHaOERH0XigqKkfLkFQxzb4e6CIXnA== + +body-parser@1.19.0: + version "1.19.0" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" + integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== + dependencies: + bytes "3.1.0" + content-type "~1.0.4" + debug "2.6.9" + depd "~1.1.2" + http-errors "1.7.2" + iconv-lite "0.4.24" + on-finished "~2.3.0" + qs "6.7.0" + raw-body "2.4.0" + type-is "~1.6.17" + +bonjour@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5" + integrity sha1-jokKGD2O6aI5OzhExpGkK897yfU= + dependencies: + array-flatten "^2.1.0" + deep-equal "^1.0.1" + dns-equal "^1.0.0" + dns-txt "^2.0.2" + multicast-dns "^6.0.1" + multicast-dns-service-types "^1.1.0" + +boolbase@^1.0.0, boolbase@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" + integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= + +bootstrap@^4.4.1: + version "4.5.0" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.0.tgz#97d9dbcb5a8972f8722c9962483543b907d9b9ec" + integrity sha512-Z93QoXvodoVslA+PWNdk23Hze4RBYIkpb5h8I2HY2Tu2h7A0LpAgLcyrhrSUyo2/Oxm2l1fRZPs1e5hnxnliXA== + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +braces@^2.3.1, braces@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== + dependencies: + arr-flatten "^1.1.0" + array-unique "^0.3.2" + extend-shallow "^2.0.1" + fill-range "^4.0.0" + isobject "^3.0.1" + repeat-element "^1.1.2" + snapdragon "^0.8.1" + snapdragon-node "^2.0.1" + split-string "^3.0.2" + to-regex "^3.0.1" + +braces@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + dependencies: + fill-range "^7.0.1" + +brorand@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" + integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= + +browserify-aes@^1.0.0, browserify-aes@^1.0.4: + version "1.2.0" + resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" + integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== + dependencies: + buffer-xor "^1.0.3" + cipher-base "^1.0.0" + create-hash "^1.1.0" + evp_bytestokey "^1.0.3" + inherits "^2.0.1" + safe-buffer "^5.0.1" + +browserify-cipher@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" + integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== + dependencies: + browserify-aes "^1.0.4" + browserify-des "^1.0.0" + evp_bytestokey "^1.0.0" + +browserify-des@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c" + integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== + dependencies: + cipher-base "^1.0.1" + des.js "^1.0.0" + inherits "^2.0.1" + safe-buffer "^5.1.2" + +browserify-rsa@^4.0.0, browserify-rsa@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524" + integrity sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= + dependencies: + bn.js "^4.1.0" + randombytes "^2.0.1" + +browserify-sign@^4.0.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.0.tgz#545d0b1b07e6b2c99211082bf1b12cce7a0b0e11" + integrity sha512-hEZC1KEeYuoHRqhGhTy6gWrpJA3ZDjFWv0DE61643ZnOXAKJb3u7yWcrU0mMc9SwAqK1n7myPGndkp0dFG7NFA== + dependencies: + bn.js "^5.1.1" + browserify-rsa "^4.0.1" + create-hash "^1.2.0" + create-hmac "^1.1.7" + elliptic "^6.5.2" + inherits "^2.0.4" + parse-asn1 "^5.1.5" + readable-stream "^3.6.0" + safe-buffer "^5.2.0" + +browserify-zlib@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" + integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== + dependencies: + pako "~1.0.5" + +browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.8.5: + version "4.13.0" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.13.0.tgz#42556cba011e1b0a2775b611cba6a8eca18e940d" + integrity sha512-MINatJ5ZNrLnQ6blGvePd/QOz9Xtu+Ne+x29iQSCHfkU5BugKVJwZKn/iiL8UbpIpa3JhviKjz+XxMo0m2caFQ== + dependencies: + caniuse-lite "^1.0.30001093" + electron-to-chromium "^1.3.488" + escalade "^3.0.1" + node-releases "^1.1.58" + +bs-stepper@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/bs-stepper/-/bs-stepper-1.7.0.tgz#bfa4cc51c4e67957caae57f5bdcba1977186bac1" + integrity sha512-+DX7UKKgw2GI6ucsSCRd19VHYrxf/8znRCLs1lQVVLxz+h7EqgIOxoHcJ0/QTaaNoR9Cwg78ydo6hXIasyd3LA== + +buffer-from@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" + integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== + +buffer-indexof@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c" + integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g== + +buffer-xor@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" + integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= + +buffer@^4.3.0: + version "4.9.2" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8" + integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg== + dependencies: + base64-js "^1.0.2" + ieee754 "^1.1.4" + isarray "^1.0.0" + +builtin-status-codes@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" + integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= + +bytes@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" + integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= + +bytes@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" + integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== + +cacache@^12.0.2: + version "12.0.4" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c" + integrity sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== + dependencies: + bluebird "^3.5.5" + chownr "^1.1.1" + figgy-pudding "^3.5.1" + glob "^7.1.4" + graceful-fs "^4.1.15" + infer-owner "^1.0.3" + lru-cache "^5.1.1" + mississippi "^3.0.0" + mkdirp "^0.5.1" + move-concurrently "^1.0.1" + promise-inflight "^1.0.1" + rimraf "^2.6.3" + ssri "^6.0.1" + unique-filename "^1.1.1" + y18n "^4.0.0" + +cache-base@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== + dependencies: + collection-visit "^1.0.0" + component-emitter "^1.2.1" + get-value "^2.0.6" + has-value "^1.0.0" + isobject "^3.0.1" + set-value "^2.0.0" + to-object-path "^0.3.0" + union-value "^1.0.0" + unset-value "^1.0.0" + +caller-callsite@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" + integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= + dependencies: + callsites "^2.0.0" + +caller-path@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" + integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= + dependencies: + caller-callsite "^2.0.0" + +callsites@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" + integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= + +camelcase@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.0.0.tgz#03295527d58bd3cd4aa75363f35b2e8d97be2f42" + integrity sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA== + +camelcase@5.3.1, camelcase@^5.0.0, camelcase@^5.2.0: + version "5.3.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + +camelcase@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.0.0.tgz#5259f7c30e35e278f1bdc2a4d91230b37cad981e" + integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w== + +caniuse-api@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0" + integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== + dependencies: + browserslist "^4.0.0" + caniuse-lite "^1.0.0" + lodash.memoize "^4.1.2" + lodash.uniq "^4.5.0" + +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001093: + version "1.0.30001094" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001094.tgz#0b11d02e1cdc201348dbd8e3e57bd9b6ce82b175" + integrity sha512-ufHZNtMaDEuRBpTbqD93tIQnngmJ+oBknjvr0IbFympSdtFpAUFmNv4mVKbb53qltxFx0nK3iy32S9AqkLzUNA== + +chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chokidar@^2.1.8: + version "2.1.8" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" + integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== + dependencies: + anymatch "^2.0.0" + async-each "^1.0.1" + braces "^2.3.2" + glob-parent "^3.1.0" + inherits "^2.0.3" + is-binary-path "^1.0.0" + is-glob "^4.0.0" + normalize-path "^3.0.0" + path-is-absolute "^1.0.0" + readdirp "^2.2.1" + upath "^1.1.1" + optionalDependencies: + fsevents "^1.2.7" + +chokidar@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0.tgz#b30611423ce376357c765b9b8f904b9fba3c0be8" + integrity sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ== + dependencies: + anymatch "~3.1.1" + braces "~3.0.2" + glob-parent "~5.1.0" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.4.0" + optionalDependencies: + fsevents "~2.1.2" + +chokidar@~0.8.0: + version "0.8.4" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-0.8.4.tgz#3b2b5066817086534ba81a092bdcf4be25b8bee0" + integrity sha1-OytQZoFwhlNLqBoJK9z0viW4vuA= + optionalDependencies: + fsevents pipobscure/fsevents#7dcdf9fa3f8956610fd6f69f72c67bace2de7138 + recursive-readdir "0.0.2" + +chownr@^1.1.1: + version "1.1.4" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" + integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== + +chrome-trace-event@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4" + integrity sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== + dependencies: + tslib "^1.9.0" + +cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" + integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== + dependencies: + inherits "^2.0.1" + safe-buffer "^5.0.1" + +ckeditor@^4.12.1: + version "4.12.1" + resolved "https://registry.yarnpkg.com/ckeditor/-/ckeditor-4.12.1.tgz#954a7b028dd611e44ba51cc7c2fe051cf1052186" + integrity sha512-pH2Su4oi0D4iN/3U8nUcwI7/lXHoOJi0aiN8e2zxnm4Ow5kq8eZP2ZGmpYyuqRyKZ2tHaU8+OyYi7laXcjiq9Q== + +class-utils@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== + dependencies: + arr-union "^3.1.0" + define-property "^0.2.5" + isobject "^3.0.0" + static-extend "^0.1.1" + +clean-webpack-plugin@^0.1.19: + version "0.1.19" + resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-0.1.19.tgz#ceda8bb96b00fe168e9b080272960d20fdcadd6d" + integrity sha512-M1Li5yLHECcN2MahoreuODul5LkjohJGFxLPTjl3j1ttKrF5rgjZET1SJduuqxLAuT1gAPOdkhg03qcaaU1KeA== + dependencies: + rimraf "^2.6.1" + +cliui@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" + integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== + dependencies: + string-width "^3.1.0" + strip-ansi "^5.2.0" + wrap-ansi "^5.1.0" + +coa@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3" + integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== + dependencies: + "@types/q" "^1.5.1" + chalk "^2.4.1" + q "^1.1.2" + +collection-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= + dependencies: + map-visit "^1.0.0" + object-visit "^1.0.0" + +color-convert@^1.9.0, color-convert@^1.9.1: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + +color-name@^1.0.0: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +color-string@^1.5.2: + version "1.5.3" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.3.tgz#c9bbc5f01b58b5492f3d6857459cb6590ce204cc" + integrity sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw== + dependencies: + color-name "^1.0.0" + simple-swizzle "^0.2.2" + +color@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10" + integrity sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg== + dependencies: + color-convert "^1.9.1" + color-string "^1.5.2" + +commander@^2.20.0: + version "2.20.3" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" + integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== + +commondir@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" + integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= + +component-emitter@^1.2.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" + integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== + +compose-function@3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/compose-function/-/compose-function-3.0.3.tgz#9ed675f13cc54501d30950a486ff6a7ba3ab185f" + integrity sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8= + dependencies: + arity-n "^1.0.4" + +compressible@~2.0.16: + version "2.0.18" + resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" + integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== + dependencies: + mime-db ">= 1.43.0 < 2" + +compression@^1.7.4: + version "1.7.4" + resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" + integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== + dependencies: + accepts "~1.3.5" + bytes "3.0.0" + compressible "~2.0.16" + debug "2.6.9" + on-headers "~1.0.2" + safe-buffer "5.1.2" + vary "~1.1.2" + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + +concat-stream@^1.5.0: + version "1.6.2" + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" + integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== + dependencies: + buffer-from "^1.0.0" + inherits "^2.0.3" + readable-stream "^2.2.2" + typedarray "^0.0.6" + +connect-history-api-fallback@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc" + integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg== + +console-browserify@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" + integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== + +constants-browserify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" + integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= + +content-disposition@0.5.3: + version "0.5.3" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" + integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== + dependencies: + safe-buffer "5.1.2" + +content-type@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" + integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== + +convert-source-map@1.7.0, convert-source-map@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" + integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== + dependencies: + safe-buffer "~5.1.1" + +convert-source-map@^0.3.3: + version "0.3.5" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190" + integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA= + +cookie-signature@1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= + +cookie@0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" + integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== + +copy-concurrently@^1.0.0: + version "1.0.5" + resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" + integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== + dependencies: + aproba "^1.1.1" + fs-write-stream-atomic "^1.0.8" + iferr "^0.1.5" + mkdirp "^0.5.1" + rimraf "^2.5.4" + run-queue "^1.0.0" + +copy-descriptor@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= + +core-js-compat@^3.6.2: + version "3.6.5" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c" + integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== + dependencies: + browserslist "^4.8.5" + semver "7.0.0" + +core-js@^3.0.0: + version "3.6.5" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a" + integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== + +core-util-is@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + +cosmiconfig@^5.0.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" + integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== + dependencies: + import-fresh "^2.0.0" + is-directory "^0.3.1" + js-yaml "^3.13.1" + parse-json "^4.0.0" + +create-ecdh@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff" + integrity sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw== + dependencies: + bn.js "^4.1.0" + elliptic "^6.0.0" + +create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" + integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== + dependencies: + cipher-base "^1.0.1" + inherits "^2.0.1" + md5.js "^1.3.4" + ripemd160 "^2.0.1" + sha.js "^2.4.0" + +create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: + version "1.1.7" + resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" + integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== + dependencies: + cipher-base "^1.0.3" + create-hash "^1.1.0" + inherits "^2.0.1" + ripemd160 "^2.0.0" + safe-buffer "^5.0.1" + sha.js "^2.4.8" + +crop-select-js@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/crop-select-js/-/crop-select-js-1.0.1.tgz#e078ec99533b4ac254a866691adb78aa34f6febe" + integrity sha1-4HjsmVM7SsJUqGZpGtt4qjT2/r4= + +cross-spawn@^6.0.0, cross-spawn@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" + integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== + dependencies: + nice-try "^1.0.4" + path-key "^2.0.1" + semver "^5.5.0" + shebang-command "^1.2.0" + which "^1.2.9" + +crypto-browserify@^3.11.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" + integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== + dependencies: + browserify-cipher "^1.0.0" + browserify-sign "^4.0.0" + create-ecdh "^4.0.0" + create-hash "^1.1.0" + create-hmac "^1.1.0" + diffie-hellman "^5.0.0" + inherits "^2.0.1" + pbkdf2 "^3.0.3" + public-encrypt "^4.0.0" + randombytes "^2.0.0" + randomfill "^1.0.3" + +css-color-names@0.0.4, css-color-names@^0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" + integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= + +css-declaration-sorter@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22" + integrity sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== + dependencies: + postcss "^7.0.1" + timsort "^0.3.0" + +css-loader@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-2.1.1.tgz#d8254f72e412bb2238bb44dd674ffbef497333ea" + integrity sha512-OcKJU/lt232vl1P9EEDamhoO9iKY3tIjY5GU+XDLblAykTdgs6Ux9P1hTHve8nFKy5KPpOXOsVI/hIwi3841+w== + dependencies: + camelcase "^5.2.0" + icss-utils "^4.1.0" + loader-utils "^1.2.3" + normalize-path "^3.0.0" + postcss "^7.0.14" + postcss-modules-extract-imports "^2.0.0" + postcss-modules-local-by-default "^2.0.6" + postcss-modules-scope "^2.1.0" + postcss-modules-values "^2.0.0" + postcss-value-parser "^3.3.0" + schema-utils "^1.0.0" + +css-select-base-adapter@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" + integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== + +css-select@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858" + integrity sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg= + dependencies: + boolbase "~1.0.0" + css-what "2.1" + domutils "1.5.1" + nth-check "~1.0.1" + +css-select@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" + integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== + dependencies: + boolbase "^1.0.0" + css-what "^3.2.1" + domutils "^1.7.0" + nth-check "^1.0.2" + +css-tree@1.0.0-alpha.37: + version "1.0.0-alpha.37" + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22" + integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== + dependencies: + mdn-data "2.0.4" + source-map "^0.6.1" + +css-tree@1.0.0-alpha.39: + version "1.0.0-alpha.39" + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.39.tgz#2bff3ffe1bb3f776cf7eefd91ee5cba77a149eeb" + integrity sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA== + dependencies: + mdn-data "2.0.6" + source-map "^0.6.1" + +css-what@2.1: + version "2.1.3" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2" + integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg== + +css-what@^3.2.1: + version "3.3.0" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.3.0.tgz#10fec696a9ece2e591ac772d759aacabac38cd39" + integrity sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg== + +css@^2.0.0: + version "2.2.4" + resolved "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929" + integrity sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw== + dependencies: + inherits "^2.0.3" + source-map "^0.6.1" + source-map-resolve "^0.5.2" + urix "^0.1.0" + +cssesc@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" + integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== + +cssnano-preset-default@^4.0.7: + version "4.0.7" + resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz#51ec662ccfca0f88b396dcd9679cdb931be17f76" + integrity sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA== + dependencies: + css-declaration-sorter "^4.0.1" + cssnano-util-raw-cache "^4.0.1" + postcss "^7.0.0" + postcss-calc "^7.0.1" + postcss-colormin "^4.0.3" + postcss-convert-values "^4.0.1" + postcss-discard-comments "^4.0.2" + postcss-discard-duplicates "^4.0.2" + postcss-discard-empty "^4.0.1" + postcss-discard-overridden "^4.0.1" + postcss-merge-longhand "^4.0.11" + postcss-merge-rules "^4.0.3" + postcss-minify-font-values "^4.0.2" + postcss-minify-gradients "^4.0.2" + postcss-minify-params "^4.0.2" + postcss-minify-selectors "^4.0.2" + postcss-normalize-charset "^4.0.1" + postcss-normalize-display-values "^4.0.2" + postcss-normalize-positions "^4.0.2" + postcss-normalize-repeat-style "^4.0.2" + postcss-normalize-string "^4.0.2" + postcss-normalize-timing-functions "^4.0.2" + postcss-normalize-unicode "^4.0.1" + postcss-normalize-url "^4.0.1" + postcss-normalize-whitespace "^4.0.2" + postcss-ordered-values "^4.1.2" + postcss-reduce-initial "^4.0.3" + postcss-reduce-transforms "^4.0.2" + postcss-svgo "^4.0.2" + postcss-unique-selectors "^4.0.1" + +cssnano-util-get-arguments@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f" + integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= + +cssnano-util-get-match@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d" + integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= + +cssnano-util-raw-cache@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282" + integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== + dependencies: + postcss "^7.0.0" + +cssnano-util-same-parent@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3" + integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== + +cssnano@^4.1.10: + version "4.1.10" + resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.10.tgz#0ac41f0b13d13d465487e111b778d42da631b8b2" + integrity sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ== + dependencies: + cosmiconfig "^5.0.0" + cssnano-preset-default "^4.0.7" + is-resolvable "^1.0.0" + postcss "^7.0.0" + +csso@^4.0.2: + version "4.0.3" + resolved "https://registry.yarnpkg.com/csso/-/csso-4.0.3.tgz#0d9985dc852c7cc2b2cacfbbe1079014d1a8e903" + integrity sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ== + dependencies: + css-tree "1.0.0-alpha.39" + +cyclist@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" + integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= + +d@1, d@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a" + integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA== + dependencies: + es5-ext "^0.10.50" + type "^1.0.1" + +datatables.net-bs4@^1.10.20: + version "1.10.21" + resolved "https://registry.yarnpkg.com/datatables.net-bs4/-/datatables.net-bs4-1.10.21.tgz#7a9ae489ebbd815cd869292450d284edd0f44697" + integrity sha512-F9zabYw8ZLXfjvj2S+BdnbkEUsL48bJwWxQFrA47cOXrIvsMhW8nmqPZcIMK4ko3k1i74nbpWLO1t+vueQKoXQ== + dependencies: + datatables.net "1.10.21" + jquery ">=1.7" + +datatables.net@1.10.21: + version "1.10.21" + resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-1.10.21.tgz#f1d35c8e5c3eb7f5caef39e80cd5b836a8c77103" + integrity sha512-/bSZtxmf3GTpYcvEmwZ8q26I1yhSx8qklR2B+s1K8+/51UW/zc2zTYwJMqr/Z+iCYixAc00ildj4g2x0Qamolw== + dependencies: + jquery ">=1.7" + +debug@2.6.9, debug@^2.2.0, debug@^2.3.3: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@^3.1.1, debug@^3.2.5: + version "3.2.6" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" + integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== + dependencies: + ms "^2.1.1" + +debug@^4.1.0, debug@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" + integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== + dependencies: + ms "^2.1.1" + +decamelize@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= + +decode-uri-component@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= + +deep-equal@^1.0.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a" + integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== + dependencies: + is-arguments "^1.0.4" + is-date-object "^1.0.1" + is-regex "^1.0.4" + object-is "^1.0.1" + object-keys "^1.1.1" + regexp.prototype.flags "^1.2.0" + +default-gateway@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b" + integrity sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA== + dependencies: + execa "^1.0.0" + ip-regex "^2.1.0" + +define-properties@^1.1.2, define-properties@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" + integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== + dependencies: + object-keys "^1.0.12" + +define-property@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= + dependencies: + is-descriptor "^0.1.0" + +define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= + dependencies: + is-descriptor "^1.0.0" + +define-property@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== + dependencies: + is-descriptor "^1.0.2" + isobject "^3.0.1" + +del@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4" + integrity sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ== + dependencies: + "@types/glob" "^7.1.1" + globby "^6.1.0" + is-path-cwd "^2.0.0" + is-path-in-cwd "^2.0.0" + p-map "^2.0.0" + pify "^4.0.1" + rimraf "^2.6.3" + +depd@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= + +des.js@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" + integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== + dependencies: + inherits "^2.0.1" + minimalistic-assert "^1.0.0" + +desandro-matches-selector@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/desandro-matches-selector/-/desandro-matches-selector-2.0.2.tgz#717beed4dc13e7d8f3762f707a6d58a6774218e1" + integrity sha1-cXvu1NwT59jzdi9wem1YpndCGOE= + +destroy@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" + integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= + +detect-file@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" + integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= + +detect-node@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" + integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== + +diffie-hellman@^5.0.0: + version "5.0.3" + resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" + integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== + dependencies: + bn.js "^4.1.0" + miller-rabin "^4.0.0" + randombytes "^2.0.0" + +dns-equal@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d" + integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0= + +dns-packet@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.1.tgz#12aa426981075be500b910eedcd0b47dd7deda5a" + integrity sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg== + dependencies: + ip "^1.1.0" + safe-buffer "^5.0.1" + +dns-txt@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6" + integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY= + dependencies: + buffer-indexof "^1.0.0" + +dom-converter@^0.2: + version "0.2.0" + resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" + integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== + dependencies: + utila "~0.4" + +dom-serializer@0: + version "0.2.2" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" + integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== + dependencies: + domelementtype "^2.0.1" + entities "^2.0.0" + +domain-browser@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" + integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA== + +domelementtype@1, domelementtype@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" + integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== + +domelementtype@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.1.tgz#1f8bdfe91f5a78063274e803b4bdcedf6e94f94d" + integrity sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ== + +domhandler@^2.3.0: + version "2.4.2" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803" + integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== + dependencies: + domelementtype "1" + +domutils@1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf" + integrity sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8= + dependencies: + dom-serializer "0" + domelementtype "1" + +domutils@^1.5.1, domutils@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" + integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== + dependencies: + dom-serializer "0" + domelementtype "1" + +dot-prop@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb" + integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A== + dependencies: + is-obj "^2.0.0" + +dropzone@^5.7.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/dropzone/-/dropzone-5.7.1.tgz#8e41a85879ff145562e8fcce39c6ff619dce81be" + integrity sha512-eqcJafupMKRlVUihZtsLkzLn02WTPUMHeImP5ZtWm3ERObC/dv15te0qqn/X2rEKaSqRC0pNTHUBPgrPWcP52w== + +duplexify@^3.4.2, duplexify@^3.6.0: + version "3.7.1" + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309" + integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== + dependencies: + end-of-stream "^1.0.0" + inherits "^2.0.1" + readable-stream "^2.0.0" + stream-shift "^1.0.0" + +easyioc@~0.1.10: + version "0.1.13" + resolved "https://registry.yarnpkg.com/easyioc/-/easyioc-0.1.13.tgz#a3eebbc4dcb26679aed1723a99f97c54e0b026ed" + integrity sha1-o+67xNyyZnmu0XI6mfl8VOCwJu0= + dependencies: + lodash-node "~2.4.0" + +ee-first@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= + +electron-to-chromium@^1.3.488: + version "1.3.489" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.489.tgz#6e87ed17744c85629ca6f567e5bc7ebe67652f57" + integrity sha512-1FfqjT+IXbs/H9bGJwRIyQQqOXIo7mOVUnv8s7nb2ff01fD0Z8dn1YjKovLDCFe4900Dal2uutR0YzXN5ldqEQ== + +elliptic@^6.0.0, elliptic@^6.5.2: + version "6.5.3" + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6" + integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw== + dependencies: + bn.js "^4.4.0" + brorand "^1.0.1" + hash.js "^1.0.0" + hmac-drbg "^1.0.0" + inherits "^2.0.1" + minimalistic-assert "^1.0.0" + minimalistic-crypto-utils "^1.0.0" + +emoji-regex@^7.0.1: + version "7.0.3" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" + integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== + +emojis-list@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" + integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= + +emojis-list@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" + integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== + +encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= + +encore@^0.0.30-beta: + version "0.0.30-beta" + resolved "https://registry.yarnpkg.com/encore/-/encore-0.0.30-beta.tgz#ce1a924bec400051fca893fe3610c8c87c99657a" + integrity sha1-zhqSS+xAAFH8qJP+NhDIyHyZZXo= + dependencies: + chokidar "~0.8.0" + easyioc "~0.1.10" + filefetcher "0.0.1" + handlebars "~1.2.0" + lodash-node "~2.4.0" + runway "~3.15.47-beta" + +end-of-stream@^1.0.0, end-of-stream@^1.1.0: + version "1.4.4" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +enhanced-resolve@^4.1.0, enhanced-resolve@^4.1.1: + version "4.2.0" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.2.0.tgz#5d43bda4a0fd447cb0ebbe71bef8deff8805ad0d" + integrity sha512-S7eiFb/erugyd1rLb6mQ3Vuq+EXHv5cpCkNqqIkYkBgN2QdFnyCZzFBleqwGEx4lgNGYij81BWnCrFNK7vxvjQ== + dependencies: + graceful-fs "^4.1.2" + memory-fs "^0.5.0" + tapable "^1.0.0" + +entities@^1.1.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" + integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== + +entities@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f" + integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== + +errno@^0.1.3, errno@~0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" + integrity sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg== + dependencies: + prr "~1.0.1" + +error-ex@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + dependencies: + is-arrayish "^0.2.1" + +error-stack-parser@^2.0.2: + version "2.0.6" + resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.6.tgz#5a99a707bd7a4c58a797902d48d82803ede6aad8" + integrity sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ== + dependencies: + stackframe "^1.1.1" + +es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: + version "1.17.6" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a" + integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== + dependencies: + es-to-primitive "^1.2.1" + function-bind "^1.1.1" + has "^1.0.3" + has-symbols "^1.0.1" + is-callable "^1.2.0" + is-regex "^1.1.0" + object-inspect "^1.7.0" + object-keys "^1.1.1" + object.assign "^4.1.0" + string.prototype.trimend "^1.0.1" + string.prototype.trimstart "^1.0.1" + +es-to-primitive@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" + integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== + dependencies: + is-callable "^1.1.4" + is-date-object "^1.0.1" + is-symbol "^1.0.2" + +es5-ext@^0.10.35, es5-ext@^0.10.50: + version "0.10.53" + resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz#93c5a3acfdbef275220ad72644ad02ee18368de1" + integrity sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q== + dependencies: + es6-iterator "~2.0.3" + es6-symbol "~3.1.3" + next-tick "~1.0.0" + +es6-iterator@2.0.3, es6-iterator@~2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7" + integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c= + dependencies: + d "1" + es5-ext "^0.10.35" + es6-symbol "^3.1.1" + +es6-symbol@^3.1.1, es6-symbol@~3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18" + integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== + dependencies: + d "^1.0.1" + ext "^1.1.2" + +escalade@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.0.1.tgz#52568a77443f6927cd0ab9c73129137533c965ed" + integrity sha512-DR6NO3h9niOT+MZs7bjxlj2a1k+POu5RN8CLTPX2+i78bRi9eLe7+0zXgUHMnGXWybYcL61E9hGhPKqedy8tQA== + +escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= + +escape-string-regexp@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== + +escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + +eslint-scope@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" + integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== + dependencies: + esrecurse "^4.1.0" + estraverse "^4.1.1" + +esprima@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== + +esrecurse@^4.1.0: + version "4.2.1" + resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf" + integrity sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ== + dependencies: + estraverse "^4.1.0" + +estraverse@^4.1.0, estraverse@^4.1.1: + version "4.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== + +esutils@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + +etag@~1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= + +ev-emitter@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ev-emitter/-/ev-emitter-1.1.1.tgz#8f18b0ce5c76a5d18017f71c0a795c65b9138f2a" + integrity sha512-ipiDYhdQSCZ4hSbX4rMW+XzNKMD1prg/sTvoVmSLkuQ1MVlwjJQQA+sW8tMYR3BLUr9KjodFV4pvzunvRhd33Q== + +eve-raphael@0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/eve-raphael/-/eve-raphael-0.5.0.tgz#17c754b792beef3fa6684d79cf5a47c63c4cda30" + integrity sha1-F8dUt5K+7z+maE15z1pHxjxM2jA= + +eventemitter3@^4.0.0: + version "4.0.4" + resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.4.tgz#b5463ace635a083d018bdc7c917b4c5f10a85384" + integrity sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ== + +events@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/events/-/events-3.1.0.tgz#84279af1b34cb75aa88bf5ff291f6d0bd9b31a59" + integrity sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg== + +eventsource@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.0.7.tgz#8fbc72c93fcd34088090bc0a4e64f4b5cee6d8d0" + integrity sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ== + dependencies: + original "^1.0.0" + +evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" + integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== + dependencies: + md5.js "^1.3.4" + safe-buffer "^5.1.1" + +execa@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" + integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== + dependencies: + cross-spawn "^6.0.0" + get-stream "^4.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + +expand-brackets@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= + dependencies: + debug "^2.3.3" + define-property "^0.2.5" + extend-shallow "^2.0.1" + posix-character-classes "^0.1.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +expand-tilde@^2.0.0, expand-tilde@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" + integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= + dependencies: + homedir-polyfill "^1.0.1" + +express@^4.17.1: + version "4.17.1" + resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" + integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== + dependencies: + accepts "~1.3.7" + array-flatten "1.1.1" + body-parser "1.19.0" + content-disposition "0.5.3" + content-type "~1.0.4" + cookie "0.4.0" + cookie-signature "1.0.6" + debug "2.6.9" + depd "~1.1.2" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + finalhandler "~1.1.2" + fresh "0.5.2" + merge-descriptors "1.0.1" + methods "~1.1.2" + on-finished "~2.3.0" + parseurl "~1.3.3" + path-to-regexp "0.1.7" + proxy-addr "~2.0.5" + qs "6.7.0" + range-parser "~1.2.1" + safe-buffer "5.1.2" + send "0.17.1" + serve-static "1.14.1" + setprototypeof "1.1.1" + statuses "~1.5.0" + type-is "~1.6.18" + utils-merge "1.0.1" + vary "~1.1.2" + +ext@^1.1.2: + version "1.4.0" + resolved "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244" + integrity sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A== + dependencies: + type "^2.0.0" + +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= + dependencies: + is-extendable "^0.1.0" + +extend-shallow@^3.0.0, extend-shallow@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= + dependencies: + assign-symbols "^1.0.0" + is-extendable "^1.0.1" + +extglob@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== + dependencies: + array-unique "^0.3.2" + define-property "^1.0.0" + expand-brackets "^2.1.4" + extend-shallow "^2.0.1" + fragment-cache "^0.2.1" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +fast-deep-equal@^3.1.1: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + +fast-json-stable-stringify@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" + integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== + +fast-levenshtein@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" + integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= + +faye-websocket@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4" + integrity sha1-TkkvjQTftviQA1B/btvy1QHnxvQ= + dependencies: + websocket-driver ">=0.5.1" + +faye-websocket@~0.11.1: + version "0.11.3" + resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.3.tgz#5c0e9a8968e8912c286639fde977a8b209f2508e" + integrity sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA== + dependencies: + websocket-driver ">=0.5.1" + +figgy-pudding@^3.5.1: + version "3.5.2" + resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e" + integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== + +file-loader@^1.1.10: + version "1.1.11" + resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.11.tgz#6fe886449b0f2a936e43cabaac0cdbfb369506f8" + integrity sha512-TGR4HU7HUsGg6GCOPJnFk06RhWgEWFLAGWiT6rcD+GRC2keU3s9RGJ+b3Z6/U73jwwNb2gKLJ7YCrp+jvU4ALg== + dependencies: + loader-utils "^1.0.2" + schema-utils "^0.4.5" + +file-uri-to-path@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" + integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== + +filefetcher@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/filefetcher/-/filefetcher-0.0.1.tgz#e1b1d0501ac80b4b8448b8de699e78670c5794a5" + integrity sha1-4bHQUBrIC0uESLjeaZ54ZwxXlKU= + +fill-range@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= + dependencies: + extend-shallow "^2.0.1" + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range "^2.1.0" + +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + dependencies: + to-regex-range "^5.0.1" + +finalhandler@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" + integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== + dependencies: + debug "2.6.9" + encodeurl "~1.0.2" + escape-html "~1.0.3" + on-finished "~2.3.0" + parseurl "~1.3.3" + statuses "~1.5.0" + unpipe "~1.0.0" + +find-cache-dir@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" + integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== + dependencies: + commondir "^1.0.1" + make-dir "^2.0.0" + pkg-dir "^3.0.0" + +find-up@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" + integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= + dependencies: + path-exists "^2.0.0" + pinkie-promise "^2.0.0" + +find-up@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" + integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== + dependencies: + locate-path "^3.0.0" + +findup-sync@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1" + integrity sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg== + dependencies: + detect-file "^1.0.0" + is-glob "^4.0.0" + micromatch "^3.0.4" + resolve-dir "^1.0.1" + +fizzy-ui-utils@^2.0.0: + version "2.0.7" + resolved "https://registry.yarnpkg.com/fizzy-ui-utils/-/fizzy-ui-utils-2.0.7.tgz#7df45dcc4eb374a08b65d39bb9a4beedf7330505" + integrity sha512-CZXDVXQ1If3/r8s0T+v+qVeMshhfcuq0rqIFgJnrtd+Bu8GmDmqMjntjUePypVtjHXKJ6V4sw9zeyox34n9aCg== + dependencies: + desandro-matches-selector "^2.0.0" + +flush-write-stream@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" + integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== + dependencies: + inherits "^2.0.3" + readable-stream "^2.3.6" + +follow-redirects@^1.0.0: + version "1.12.1" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.12.1.tgz#de54a6205311b93d60398ebc01cf7015682312b6" + integrity sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg== + +for-in@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= + +forwarded@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" + integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= + +fragment-cache@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= + dependencies: + map-cache "^0.2.2" + +fresh@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= + +friendly-errors-webpack-plugin@^2.0.0-beta.1: + version "2.0.0-beta.2" + resolved "https://registry.yarnpkg.com/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.0.0-beta.2.tgz#69987c67c2ed3e93847248f8ba1920f75f6ff45c" + integrity sha512-0x14cdjGx5q0yZc3Cy9sgAF/szWUFx1WxH/IX88UuKbM5Z+7FCk/Z/6hFbXMcz3qqK0mp7WrHKX3cxhUAL2aqQ== + dependencies: + chalk "^2.4.2" + error-stack-parser "^2.0.2" + string-width "^2.0.0" + strip-ansi "^5" + +from2@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" + integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= + dependencies: + inherits "^2.0.1" + readable-stream "^2.0.0" + +fs-extra@^7.0.0: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" + integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== + dependencies: + graceful-fs "^4.1.2" + jsonfile "^4.0.0" + universalify "^0.1.0" + +fs-write-stream-atomic@^1.0.8: + version "1.0.10" + resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" + integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= + dependencies: + graceful-fs "^4.1.2" + iferr "^0.1.5" + imurmurhash "^0.1.4" + readable-stream "1 || 2" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + +fsevents@^1.2.7: + version "1.2.13" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" + integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== + dependencies: + bindings "^1.5.0" + nan "^2.12.1" + +fsevents@pipobscure/fsevents#7dcdf9fa3f8956610fd6f69f72c67bace2de7138: + version "0.2.1" + resolved "https://codeload.github.com/pipobscure/fsevents/tar.gz/7dcdf9fa3f8956610fd6f69f72c67bace2de7138" + dependencies: + nan "~0.8.0" + +fsevents@~2.1.2: + version "2.1.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e" + integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + +function-bind@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== + +gensync@^1.0.0-beta.1: + version "1.0.0-beta.1" + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" + integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== + +get-caller-file@^2.0.1: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-size@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/get-size/-/get-size-2.0.3.tgz#54a1d0256b20ea7ac646516756202769941ad2ef" + integrity sha512-lXNzT/h/dTjTxRbm9BXb+SGxxzkm97h/PCIKtlN/CBCxxmkkIVV21udumMS93MuVTDX583gqc94v3RjuHmI+2Q== + +get-stream@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" + integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== + dependencies: + pump "^3.0.0" + +get-value@^2.0.3, get-value@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= + +glob-parent@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" + integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= + dependencies: + is-glob "^3.1.0" + path-dirname "^1.0.0" + +glob-parent@~5.1.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229" + integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== + dependencies: + is-glob "^4.0.1" + +glob@^7.0.3, glob@^7.1.3, glob@^7.1.4: + version "7.1.6" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" + integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + +global-modules@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" + integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== + dependencies: + global-prefix "^1.0.1" + is-windows "^1.0.1" + resolve-dir "^1.0.0" + +global-modules@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780" + integrity sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A== + dependencies: + global-prefix "^3.0.0" + +global-prefix@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" + integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= + dependencies: + expand-tilde "^2.0.2" + homedir-polyfill "^1.0.1" + ini "^1.3.4" + is-windows "^1.0.1" + which "^1.2.14" + +global-prefix@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz#fc85f73064df69f50421f47f883fe5b913ba9b97" + integrity sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg== + dependencies: + ini "^1.3.5" + kind-of "^6.0.2" + which "^1.3.1" + +globals@^11.1.0: + version "11.12.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" + integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== + +globby@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" + integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw= + dependencies: + array-union "^1.0.1" + glob "^7.0.3" + object-assign "^4.0.1" + pify "^2.0.0" + pinkie-promise "^2.0.0" + +graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6: + version "4.2.4" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" + integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== + +growly@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" + integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= + +handle-thing@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e" + integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== + +handlebars@~1.2.0: + version "1.2.1" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-1.2.1.tgz#0a9016379064f8957779bdc2812869120aba9d98" + integrity sha1-CpAWN5Bk+JV3eb3CgShpEgq6nZg= + dependencies: + optimist "~0.3" + optionalDependencies: + uglify-js "~2.3" + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + +has-symbols@^1.0.0, has-symbols@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" + integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== + +has-value@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= + dependencies: + get-value "^2.0.3" + has-values "^0.1.4" + isobject "^2.0.0" + +has-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= + dependencies: + get-value "^2.0.6" + has-values "^1.0.0" + isobject "^3.0.0" + +has-values@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= + +has-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + +has@^1.0.0, has@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== + dependencies: + function-bind "^1.1.1" + +hash-base@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33" + integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== + dependencies: + inherits "^2.0.4" + readable-stream "^3.6.0" + safe-buffer "^5.2.0" + +hash.js@^1.0.0, hash.js@^1.0.3: + version "1.1.7" + resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" + integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== + dependencies: + inherits "^2.0.3" + minimalistic-assert "^1.0.1" + +hex-color-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" + integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== + +hmac-drbg@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" + integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= + dependencies: + hash.js "^1.0.3" + minimalistic-assert "^1.0.0" + minimalistic-crypto-utils "^1.0.1" + +homedir-polyfill@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" + integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== + dependencies: + parse-passwd "^1.0.0" + +hpack.js@^2.1.6: + version "2.1.6" + resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2" + integrity sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI= + dependencies: + inherits "^2.0.1" + obuf "^1.0.0" + readable-stream "^2.0.1" + wbuf "^1.1.0" + +hsl-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e" + integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= + +hsla-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38" + integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg= + +html-comment-regex@^1.1.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7" + integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== + +html-entities@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44" + integrity sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA== + +htmlparser2@^3.3.0: + version "3.10.1" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" + integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== + dependencies: + domelementtype "^1.3.1" + domhandler "^2.3.0" + domutils "^1.5.1" + entities "^1.1.1" + inherits "^2.0.1" + readable-stream "^3.1.1" + +http-deceiver@^1.2.7: + version "1.2.7" + resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87" + integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc= + +http-errors@1.7.2: + version "1.7.2" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" + integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.1" + statuses ">= 1.5.0 < 2" + toidentifier "1.0.0" + +http-errors@~1.6.2: + version "1.6.3" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" + integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.0" + statuses ">= 1.4.0 < 2" + +http-errors@~1.7.2: + version "1.7.3" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" + integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== + dependencies: + depd "~1.1.2" + inherits "2.0.4" + setprototypeof "1.1.1" + statuses ">= 1.5.0 < 2" + toidentifier "1.0.0" + +http-parser-js@>=0.5.1: + version "0.5.2" + resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.2.tgz#da2e31d237b393aae72ace43882dd7e270a8ff77" + integrity sha512-opCO9ASqg5Wy2FNo7A0sxy71yGbbkJJXLdgMK04Tcypw9jr2MgWbyubb0+WdmDmGnFflO7fRbqbaihh/ENDlRQ== + +http-proxy-middleware@0.19.1: + version "0.19.1" + resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a" + integrity sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q== + dependencies: + http-proxy "^1.17.0" + is-glob "^4.0.0" + lodash "^4.17.11" + micromatch "^3.1.10" + +http-proxy@^1.17.0: + version "1.18.1" + resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" + integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== + dependencies: + eventemitter3 "^4.0.0" + follow-redirects "^1.0.0" + requires-port "^1.0.0" + +https-browserify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" + integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= + +iconv-lite@0.4.24: + version "0.4.24" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + +icss-replace-symbols@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded" + integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= + +icss-utils@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467" + integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== + dependencies: + postcss "^7.0.14" + +ieee754@^1.1.4: + version "1.1.13" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84" + integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== + +iferr@^0.1.5: + version "0.1.5" + resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" + integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= + +imagesloaded@^4.1.4: + version "4.1.4" + resolved "https://registry.yarnpkg.com/imagesloaded/-/imagesloaded-4.1.4.tgz#1376efcd162bb768c34c3727ac89cc04051f3cc7" + integrity sha512-ltiBVcYpc/TYTF5nolkMNsnREHW+ICvfQ3Yla2Sgr71YFwQ86bDwV9hgpFhFtrGPuwEx5+LqOHIrdXBdoWwwsA== + dependencies: + ev-emitter "^1.0.0" + +import-fresh@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" + integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= + dependencies: + caller-path "^2.0.0" + resolve-from "^3.0.0" + +import-local@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" + integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== + dependencies: + pkg-dir "^3.0.0" + resolve-cwd "^2.0.0" + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= + +indexes-of@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" + integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= + +infer-owner@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" + integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +inherits@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" + integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= + +inherits@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= + +ini@^1.3.4, ini@^1.3.5: + version "1.3.5" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" + integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + +internal-ip@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907" + integrity sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg== + dependencies: + default-gateway "^4.2.0" + ipaddr.js "^1.9.0" + +interpret@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" + integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== + +invariant@^2.2.2, invariant@^2.2.4: + version "2.2.4" + resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" + integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== + dependencies: + loose-envify "^1.0.0" + +ip-regex@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" + integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= + +ip@^1.1.0, ip@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" + integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= + +ipaddr.js@1.9.1, ipaddr.js@^1.9.0: + version "1.9.1" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" + integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== + +is-absolute-url@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" + integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= + +is-absolute-url@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698" + integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q== + +is-accessor-descriptor@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" + integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= + dependencies: + kind-of "^3.0.2" + +is-accessor-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" + integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== + dependencies: + kind-of "^6.0.0" + +is-arguments@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz#3faf966c7cba0ff437fb31f6250082fcf0448cf3" + integrity sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA== + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= + +is-arrayish@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" + integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== + +is-binary-path@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" + integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= + dependencies: + binary-extensions "^1.0.0" + +is-binary-path@~2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" + integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== + dependencies: + binary-extensions "^2.0.0" + +is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + +is-callable@^1.1.4, is-callable@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb" + integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw== + +is-color-stop@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345" + integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= + dependencies: + css-color-names "^0.0.4" + hex-color-regex "^1.1.0" + hsl-regex "^1.0.0" + hsla-regex "^1.0.0" + rgb-regex "^1.0.1" + rgba-regex "^1.0.0" + +is-data-descriptor@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" + integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= + dependencies: + kind-of "^3.0.2" + +is-data-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" + integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== + dependencies: + kind-of "^6.0.0" + +is-date-object@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e" + integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== + +is-descriptor@^0.1.0: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" + integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== + dependencies: + is-accessor-descriptor "^0.1.6" + is-data-descriptor "^0.1.4" + kind-of "^5.0.0" + +is-descriptor@^1.0.0, is-descriptor@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" + integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== + dependencies: + is-accessor-descriptor "^1.0.0" + is-data-descriptor "^1.0.0" + kind-of "^6.0.2" + +is-directory@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" + integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= + +is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= + +is-extendable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== + dependencies: + is-plain-object "^2.0.4" + +is-extglob@^2.1.0, is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + +is-glob@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" + integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= + dependencies: + is-extglob "^2.1.0" + +is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" + integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== + dependencies: + is-extglob "^2.1.1" + +is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= + dependencies: + kind-of "^3.0.2" + +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + +is-obj@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" + integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== + +is-path-cwd@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" + integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== + +is-path-in-cwd@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz#bfe2dca26c69f397265a4009963602935a053acb" + integrity sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ== + dependencies: + is-path-inside "^2.1.0" + +is-path-inside@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2" + integrity sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg== + dependencies: + path-is-inside "^1.0.2" + +is-plain-object@^2.0.3, is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + dependencies: + isobject "^3.0.1" + +is-regex@^1.0.4, is-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff" + integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw== + dependencies: + has-symbols "^1.0.1" + +is-resolvable@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" + integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== + +is-stream@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" + integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= + +is-svg@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75" + integrity sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ== + dependencies: + html-comment-regex "^1.1.0" + +is-symbol@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937" + integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== + dependencies: + has-symbols "^1.0.1" + +is-windows@^1.0.1, is-windows@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + +is-wsl@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" + integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= + +isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= + dependencies: + isarray "1.0.0" + +isobject@^3.0.0, isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + +jquery@>=1.7, jquery@^3.0, jquery@^3.4.1: + version "3.5.1" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5" + integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg== + +jqueryui@^1.11.1: + version "1.11.1" + resolved "https://registry.yarnpkg.com/jqueryui/-/jqueryui-1.11.1.tgz#8718550705f5568d1199196169094db73b2291bc" + integrity sha1-hxhVBwX1Vo0RmRlhaQlNtzsikbw= + +"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + +js-yaml@^3.13.1: + version "3.14.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482" + integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +jsesc@^2.5.1: + version "2.5.2" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" + integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== + +jsesc@~0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" + integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= + +json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" + integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + +json-schema-traverse@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== + +json3@^3.3.2: + version "3.3.3" + resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81" + integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA== + +json5@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" + integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== + dependencies: + minimist "^1.2.0" + +json5@^2.1.2: + version "2.1.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" + integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== + dependencies: + minimist "^1.2.5" + +jsonfile@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" + integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= + optionalDependencies: + graceful-fs "^4.1.6" + +killable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892" + integrity sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg== + +kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= + dependencies: + is-buffer "^1.1.5" + +kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= + dependencies: + is-buffer "^1.1.5" + +kind-of@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" + integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== + +kind-of@^6.0.0, kind-of@^6.0.2: + version "6.0.3" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" + integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== + +last-call-webpack-plugin@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz#9742df0e10e3cf46e5c0381c2de90d3a7a2d7555" + integrity sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w== + dependencies: + lodash "^4.17.5" + webpack-sources "^1.1.0" + +leven@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" + integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== + +levenary@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77" + integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ== + dependencies: + leven "^3.1.0" + +loader-runner@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357" + integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw== + +loader-utils@1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7" + integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA== + dependencies: + big.js "^5.2.2" + emojis-list "^2.0.0" + json5 "^1.0.1" + +loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613" + integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== + dependencies: + big.js "^5.2.2" + emojis-list "^3.0.0" + json5 "^1.0.1" + +locate-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" + integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== + dependencies: + p-locate "^3.0.0" + path-exists "^3.0.0" + +lodash-node@~2.4.0, lodash-node@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash-node/-/lodash-node-2.4.1.tgz#ea82f7b100c733d1a42af76801e506105e2a80ec" + integrity sha1-6oL3sQDHM9GkKvdoAeUGEF4qgOw= + +lodash.memoize@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" + integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= + +lodash.uniq@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" + integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= + +lodash@4.17.15, "lodash@>=3.5 <5", lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.5: + version "4.17.15" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" + integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== + +loglevel@^1.6.8: + version "1.6.8" + resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171" + integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA== + +loose-envify@^1.0.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" + integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== + dependencies: + js-tokens "^3.0.0 || ^4.0.0" + +lru-cache@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + dependencies: + yallist "^3.0.2" + +make-dir@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" + integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== + dependencies: + pify "^4.0.1" + semver "^5.6.0" + +map-cache@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= + +map-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= + dependencies: + object-visit "^1.0.0" + +masonry-layout@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/masonry-layout/-/masonry-layout-4.2.2.tgz#d57b44af13e601bfcdc423f1dd8348b5524de348" + integrity sha512-iGtAlrpHNyxaR19CvKC3npnEcAwszXoyJiI8ARV2ePi7fmYhIud25MHK8Zx4P0LCC4d3TNO9+rFa1KoK1OEOaA== + dependencies: + get-size "^2.0.2" + outlayer "^2.1.0" + +md5.js@^1.3.4: + version "1.3.5" + resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" + integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== + dependencies: + hash-base "^3.0.0" + inherits "^2.0.1" + safe-buffer "^5.1.2" + +mdn-data@2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" + integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== + +mdn-data@2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.6.tgz#852dc60fcaa5daa2e8cf6c9189c440ed3e042978" + integrity sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA== + +media-typer@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= + +memory-fs@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" + integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI= + dependencies: + errno "^0.1.3" + readable-stream "^2.0.1" + +memory-fs@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c" + integrity sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== + dependencies: + errno "^0.1.3" + readable-stream "^2.0.1" + +merge-descriptors@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= + +methods@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= + +micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: + version "3.1.10" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + braces "^2.3.1" + define-property "^2.0.2" + extend-shallow "^3.0.2" + extglob "^2.0.4" + fragment-cache "^0.2.1" + kind-of "^6.0.2" + nanomatch "^1.2.9" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.2" + +miller-rabin@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" + integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== + dependencies: + bn.js "^4.0.0" + brorand "^1.0.1" + +mime-db@1.44.0, "mime-db@>= 1.43.0 < 2": + version "1.44.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92" + integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== + +mime-types@~2.1.17, mime-types@~2.1.24: + version "2.1.27" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f" + integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== + dependencies: + mime-db "1.44.0" + +mime@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +mime@^2.4.4: + version "2.4.6" + resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.6.tgz#e5b407c90db442f2beb5b162373d07b69affa4d1" + integrity sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA== + +"mini-css-extract-plugin@>=0.4.0 <0.4.3": + version "0.4.2" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.2.tgz#b3ecc0d6b1bbe5ff14add42b946a7b200cf78651" + integrity sha512-ots7URQH4wccfJq9Ssrzu2+qupbncAce4TmTzunI9CIwlQMp2XI+WNUw6xWF6MMAGAm1cbUVINrSjATaVMyKXg== + dependencies: + loader-utils "^1.1.0" + schema-utils "^1.0.0" + webpack-sources "^1.1.0" + +minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" + integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== + +minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" + integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= + +minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + dependencies: + brace-expansion "^1.1.7" + +minimist@^1.2.0, minimist@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" + integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + +mississippi@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022" + integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== + dependencies: + concat-stream "^1.5.0" + duplexify "^3.4.2" + end-of-stream "^1.1.0" + flush-write-stream "^1.0.0" + from2 "^2.1.0" + parallel-transform "^1.1.0" + pump "^3.0.0" + pumpify "^1.3.3" + stream-each "^1.1.0" + through2 "^2.0.0" + +mixin-deep@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" + integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== + dependencies: + for-in "^1.0.2" + is-extendable "^1.0.1" + +mkdirp@1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== + +mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@~0.5.1: + version "0.5.5" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" + integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== + dependencies: + minimist "^1.2.5" + +moment-timezone@^0.4.0: + version "0.4.1" + resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.4.1.tgz#81f598c3ad5e22cdad796b67ecd8d88d0f5baa06" + integrity sha1-gfWYw61eIs2teWtn7NjYjQ9bqgY= + dependencies: + moment ">= 2.6.0" + +"moment@>= 2.6.0", moment@^2.22.2, moment@^2.24.0: + version "2.27.0" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d" + integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ== + +morris.js@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/morris.js/-/morris.js-0.5.0.tgz#725767135cfae059aae75999bb2ce6a1c5d1b44b" + integrity sha1-cldnE1z64Fmq51mZuyzmocXRtEs= + +move-concurrently@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" + integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= + dependencies: + aproba "^1.1.1" + copy-concurrently "^1.0.0" + fs-write-stream-atomic "^1.0.8" + mkdirp "^0.5.1" + rimraf "^2.5.4" + run-queue "^1.0.3" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + +ms@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" + integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== + +ms@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +multicast-dns-service-types@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901" + integrity sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE= + +multicast-dns@^6.0.1: + version "6.2.3" + resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-6.2.3.tgz#a0ec7bd9055c4282f790c3c82f4e28db3b31b229" + integrity sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g== + dependencies: + dns-packet "^1.3.1" + thunky "^1.0.2" + +nan@^2.12.1: + version "2.14.1" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01" + integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw== + +nan@~0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-0.8.0.tgz#022a8fa5e9fe8420964ac1fb3dc94e17f449f5fd" + integrity sha1-AiqPpen+hCCWSsH7PclOF/RJ9f0= + +nanomatch@^1.2.9: + version "1.2.13" + resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + define-property "^2.0.2" + extend-shallow "^3.0.2" + fragment-cache "^0.2.1" + is-windows "^1.0.2" + kind-of "^6.0.2" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +negotiator@0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb" + integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== + +neo-async@^2.5.0, neo-async@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" + integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== + +next-tick@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" + integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= + +nice-try@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" + integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== + +node-forge@0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.9.0.tgz#d624050edbb44874adca12bb9a52ec63cb782579" + integrity sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== + +node-libs-browser@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425" + integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q== + dependencies: + assert "^1.1.1" + browserify-zlib "^0.2.0" + buffer "^4.3.0" + console-browserify "^1.1.0" + constants-browserify "^1.0.0" + crypto-browserify "^3.11.0" + domain-browser "^1.1.1" + events "^3.0.0" + https-browserify "^1.0.0" + os-browserify "^0.3.0" + path-browserify "0.0.1" + process "^0.11.10" + punycode "^1.2.4" + querystring-es3 "^0.2.0" + readable-stream "^2.3.3" + stream-browserify "^2.0.1" + stream-http "^2.7.2" + string_decoder "^1.0.0" + timers-browserify "^2.0.4" + tty-browserify "0.0.0" + url "^0.11.0" + util "^0.11.0" + vm-browserify "^1.0.1" + +node-notifier@^5.1.2: + version "5.4.3" + resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.4.3.tgz#cb72daf94c93904098e28b9c590fd866e464bd50" + integrity sha512-M4UBGcs4jeOK9CjTsYwkvH6/MzuUmGCyTW+kCY7uO+1ZVr0+FHGdPdIf5CCLqAaxnRrWidyoQlNkMIIVwbKB8Q== + dependencies: + growly "^1.3.0" + is-wsl "^1.1.0" + semver "^5.5.0" + shellwords "^0.1.1" + which "^1.3.0" + +node-releases@^1.1.58: + version "1.1.58" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.58.tgz#8ee20eef30fa60e52755fcc0942def5a734fe935" + integrity sha512-NxBudgVKiRh/2aPWMgPR7bPTX0VPmGx5QBwCtdHitnqFE5/O8DeBXuIMH1nwNnw/aMo6AjOrpsHzfY3UbUJ7yg== + +normalize-path@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= + dependencies: + remove-trailing-separator "^1.0.1" + +normalize-path@^3.0.0, normalize-path@~3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + +normalize-url@^3.0.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" + integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== + +npm-run-path@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" + integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= + dependencies: + path-key "^2.0.0" + +nth-check@^1.0.2, nth-check@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" + integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== + dependencies: + boolbase "~1.0.0" + +object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + +object-copy@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= + dependencies: + copy-descriptor "^0.1.0" + define-property "^0.2.5" + kind-of "^3.0.3" + +object-inspect@^1.7.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0" + integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== + +object-is@^1.0.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz#c5d2e87ff9e119f78b7a088441519e2eec1573b6" + integrity sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.5" + +object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" + integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== + +object-path@0.11.4: + version "0.11.4" + resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949" + integrity sha1-NwrnUvvzfePqcKhhwju6iRVpGUk= + +object-visit@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= + dependencies: + isobject "^3.0.0" + +object.assign@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" + integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w== + dependencies: + define-properties "^1.1.2" + function-bind "^1.1.1" + has-symbols "^1.0.0" + object-keys "^1.0.11" + +object.entries@^1.1.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add" + integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.5" + has "^1.0.3" + +object.getownpropertydescriptors@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649" + integrity sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.0-next.1" + +object.pick@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= + dependencies: + isobject "^3.0.1" + +object.values@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz#68a99ecde356b7e9295a3c5e0ce31dc8c953de5e" + integrity sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.0-next.1" + function-bind "^1.1.1" + has "^1.0.3" + +obuf@^1.0.0, obuf@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" + integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg== + +on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= + dependencies: + ee-first "1.1.1" + +on-headers@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" + integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== + +once@^1.3.0, once@^1.3.1, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + +opn@^5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc" + integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA== + dependencies: + is-wsl "^1.1.0" + +optimist@~0.3, optimist@~0.3.5: + version "0.3.7" + resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.3.7.tgz#c90941ad59e4273328923074d2cf2e7cbc6ec0d9" + integrity sha1-yQlBrVnkJzMokjB00s8ufLxuwNk= + dependencies: + wordwrap "~0.0.2" + +optimize-css-assets-webpack-plugin@^5.0.1: + version "5.0.3" + resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.3.tgz#e2f1d4d94ad8c0af8967ebd7cf138dcb1ef14572" + integrity sha512-q9fbvCRS6EYtUKKSwI87qm2IxlyJK5b4dygW1rKUBT6mMDhdG5e5bZT63v6tnJR9F9FB/H5a0HTmtw+laUBxKA== + dependencies: + cssnano "^4.1.10" + last-call-webpack-plugin "^3.0.0" + +original@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f" + integrity sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg== + dependencies: + url-parse "^1.4.3" + +os-browserify@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" + integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= + +os-tmpdir@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= + +outlayer@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/outlayer/-/outlayer-2.1.1.tgz#29863b6de10ea5dadfffcadfa0d728907387e9a2" + integrity sha1-KYY7beEOpdrf/8rfoNcokHOH6aI= + dependencies: + ev-emitter "^1.0.0" + fizzy-ui-utils "^2.0.0" + get-size "^2.0.2" + +p-finally@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" + integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= + +p-limit@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + dependencies: + p-try "^2.0.0" + +p-locate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" + integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== + dependencies: + p-limit "^2.0.0" + +p-map@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" + integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== + +p-retry@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-3.0.1.tgz#316b4c8893e2c8dc1cfa891f406c4b422bebf328" + integrity sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w== + dependencies: + retry "^0.12.0" + +p-try@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== + +pako@~1.0.5: + version "1.0.11" + resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" + integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== + +parallel-transform@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc" + integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== + dependencies: + cyclist "^1.0.1" + inherits "^2.0.3" + readable-stream "^2.1.5" + +parse-asn1@^5.0.0, parse-asn1@^5.1.5: + version "5.1.5" + resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.5.tgz#003271343da58dc94cace494faef3d2147ecea0e" + integrity sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ== + dependencies: + asn1.js "^4.0.0" + browserify-aes "^1.0.0" + create-hash "^1.1.0" + evp_bytestokey "^1.0.0" + pbkdf2 "^3.0.3" + safe-buffer "^5.1.1" + +parse-json@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" + integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= + dependencies: + error-ex "^1.3.1" + json-parse-better-errors "^1.0.1" + +parse-passwd@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" + integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= + +parseurl@~1.3.2, parseurl@~1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" + integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== + +pascalcase@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= + +path-browserify@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a" + integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ== + +path-dirname@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" + integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= + +path-exists@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" + integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= + dependencies: + pinkie-promise "^2.0.0" + +path-exists@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" + integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + +path-is-inside@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" + integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= + +path-key@^2.0.0, path-key@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" + integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= + +path-parse@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" + integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== + +path-to-regexp@0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= + +pbkdf2@^3.0.3: + version "3.1.1" + resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94" + integrity sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg== + dependencies: + create-hash "^1.1.2" + create-hmac "^1.1.4" + ripemd160 "^2.0.1" + safe-buffer "^5.0.1" + sha.js "^2.4.8" + +picomatch@^2.0.4, picomatch@^2.2.1: + version "2.2.2" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" + integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== + +pify@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= + +pify@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" + integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== + +pinkie-promise@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" + integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= + dependencies: + pinkie "^2.0.0" + +pinkie@^2.0.0: + version "2.0.4" + resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" + integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= + +pkg-dir@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" + integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== + dependencies: + find-up "^3.0.0" + +pkg-up@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-1.0.0.tgz#3e08fb461525c4421624a33b9f7e6d0af5b05a26" + integrity sha1-Pgj7RhUlxEIWJKM7n35tCvWwWiY= + dependencies: + find-up "^1.0.0" + +popper.js@^1.16.1: + version "1.16.1" + resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b" + integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ== + +portfinder@^1.0.26: + version "1.0.26" + resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.26.tgz#475658d56ca30bed72ac7f1378ed350bd1b64e70" + integrity sha512-Xi7mKxJHHMI3rIUrnm/jjUgwhbYMkp/XKEcZX3aG4BrumLpq3nmoQMX+ClYnDZnZ/New7IatC1no5RX0zo1vXQ== + dependencies: + async "^2.6.2" + debug "^3.1.1" + mkdirp "^0.5.1" + +posix-character-classes@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= + +postcss-calc@^7.0.1: + version "7.0.2" + resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.2.tgz#504efcd008ca0273120568b0792b16cdcde8aac1" + integrity sha512-rofZFHUg6ZIrvRwPeFktv06GdbDYLcGqh9EwiMutZg+a0oePCCw1zHOEiji6LCpyRcjTREtPASuUqeAvYlEVvQ== + dependencies: + postcss "^7.0.27" + postcss-selector-parser "^6.0.2" + postcss-value-parser "^4.0.2" + +postcss-colormin@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381" + integrity sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== + dependencies: + browserslist "^4.0.0" + color "^3.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-convert-values@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f" + integrity sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== + dependencies: + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-discard-comments@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033" + integrity sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== + dependencies: + postcss "^7.0.0" + +postcss-discard-duplicates@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb" + integrity sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== + dependencies: + postcss "^7.0.0" + +postcss-discard-empty@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765" + integrity sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== + dependencies: + postcss "^7.0.0" + +postcss-discard-overridden@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57" + integrity sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== + dependencies: + postcss "^7.0.0" + +postcss-merge-longhand@^4.0.11: + version "4.0.11" + resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24" + integrity sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== + dependencies: + css-color-names "0.0.4" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + stylehacks "^4.0.0" + +postcss-merge-rules@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650" + integrity sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== + dependencies: + browserslist "^4.0.0" + caniuse-api "^3.0.0" + cssnano-util-same-parent "^4.0.0" + postcss "^7.0.0" + postcss-selector-parser "^3.0.0" + vendors "^1.0.0" + +postcss-minify-font-values@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6" + integrity sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== + dependencies: + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-minify-gradients@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471" + integrity sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== + dependencies: + cssnano-util-get-arguments "^4.0.0" + is-color-stop "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-minify-params@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874" + integrity sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== + dependencies: + alphanum-sort "^1.0.0" + browserslist "^4.0.0" + cssnano-util-get-arguments "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + uniqs "^2.0.0" + +postcss-minify-selectors@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8" + integrity sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== + dependencies: + alphanum-sort "^1.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-selector-parser "^3.0.0" + +postcss-modules-extract-imports@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" + integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== + dependencies: + postcss "^7.0.5" + +postcss-modules-local-by-default@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.6.tgz#dd9953f6dd476b5fd1ef2d8830c8929760b56e63" + integrity sha512-oLUV5YNkeIBa0yQl7EYnxMgy4N6noxmiwZStaEJUSe2xPMcdNc8WmBQuQCx18H5psYbVxz8zoHk0RAAYZXP9gA== + dependencies: + postcss "^7.0.6" + postcss-selector-parser "^6.0.0" + postcss-value-parser "^3.3.1" + +postcss-modules-scope@^2.1.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" + integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== + dependencies: + postcss "^7.0.6" + postcss-selector-parser "^6.0.0" + +postcss-modules-values@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-2.0.0.tgz#479b46dc0c5ca3dc7fa5270851836b9ec7152f64" + integrity sha512-Ki7JZa7ff1N3EIMlPnGTZfUMe69FFwiQPnVSXC9mnn3jozCRBYIxiZd44yJOV2AmabOo4qFf8s0dC/+lweG7+w== + dependencies: + icss-replace-symbols "^1.1.0" + postcss "^7.0.6" + +postcss-normalize-charset@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4" + integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== + dependencies: + postcss "^7.0.0" + +postcss-normalize-display-values@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a" + integrity sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== + dependencies: + cssnano-util-get-match "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-positions@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f" + integrity sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== + dependencies: + cssnano-util-get-arguments "^4.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-repeat-style@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c" + integrity sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== + dependencies: + cssnano-util-get-arguments "^4.0.0" + cssnano-util-get-match "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-string@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c" + integrity sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== + dependencies: + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-timing-functions@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9" + integrity sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== + dependencies: + cssnano-util-get-match "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-unicode@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb" + integrity sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== + dependencies: + browserslist "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-url@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1" + integrity sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== + dependencies: + is-absolute-url "^2.0.0" + normalize-url "^3.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-normalize-whitespace@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82" + integrity sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== + dependencies: + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-ordered-values@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee" + integrity sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== + dependencies: + cssnano-util-get-arguments "^4.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-reduce-initial@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df" + integrity sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== + dependencies: + browserslist "^4.0.0" + caniuse-api "^3.0.0" + has "^1.0.0" + postcss "^7.0.0" + +postcss-reduce-transforms@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29" + integrity sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== + dependencies: + cssnano-util-get-match "^4.0.0" + has "^1.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + +postcss-selector-parser@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270" + integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== + dependencies: + dot-prop "^5.2.0" + indexes-of "^1.0.1" + uniq "^1.0.1" + +postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c" + integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== + dependencies: + cssesc "^3.0.0" + indexes-of "^1.0.1" + uniq "^1.0.1" + +postcss-svgo@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.2.tgz#17b997bc711b333bab143aaed3b8d3d6e3d38258" + integrity sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw== + dependencies: + is-svg "^3.0.0" + postcss "^7.0.0" + postcss-value-parser "^3.0.0" + svgo "^1.0.0" + +postcss-unique-selectors@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac" + integrity sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== + dependencies: + alphanum-sort "^1.0.0" + postcss "^7.0.0" + uniqs "^2.0.0" + +postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.0, postcss-value-parser@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" + integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== + +postcss-value-parser@^4.0.2: + version "4.1.0" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" + integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== + +postcss@7.0.21: + version "7.0.21" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17" + integrity sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ== + dependencies: + chalk "^2.4.2" + source-map "^0.6.1" + supports-color "^6.1.0" + +postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27, postcss@^7.0.5, postcss@^7.0.6: + version "7.0.32" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d" + integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== + dependencies: + chalk "^2.4.2" + source-map "^0.6.1" + supports-color "^6.1.0" + +pretty-error@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3" + integrity sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM= + dependencies: + renderkid "^2.0.1" + utila "~0.4" + +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + +process@^0.11.10: + version "0.11.10" + resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" + integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= + +promise-inflight@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" + integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= + +proxy-addr@~2.0.5: + version "2.0.6" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz#fdc2336505447d3f2f2c638ed272caf614bbb2bf" + integrity sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw== + dependencies: + forwarded "~0.1.2" + ipaddr.js "1.9.1" + +prr@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" + integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY= + +public-encrypt@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" + integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== + dependencies: + bn.js "^4.1.0" + browserify-rsa "^4.0.0" + create-hash "^1.1.0" + parse-asn1 "^5.0.0" + randombytes "^2.0.1" + safe-buffer "^5.1.2" + +pump@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" + integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pumpify@^1.3.3: + version "1.5.1" + resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" + integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== + dependencies: + duplexify "^3.6.0" + inherits "^2.0.3" + pump "^2.0.0" + +punycode@1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" + integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= + +punycode@^1.2.4: + version "1.4.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" + integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= + +punycode@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" + integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + +q@^1.1.2: + version "1.5.1" + resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" + integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= + +qs@6.7.0: + version "6.7.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" + integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== + +querystring-es3@^0.2.0: + version "0.2.1" + resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" + integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= + +querystring@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" + integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= + +querystringify@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e" + integrity sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA== + +randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" + integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== + dependencies: + safe-buffer "^5.1.0" + +randomfill@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458" + integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== + dependencies: + randombytes "^2.0.5" + safe-buffer "^5.1.0" + +range-parser@^1.2.1, range-parser@~1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" + integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== + +raphael@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/raphael/-/raphael-2.3.0.tgz#eabeb09dba861a1d4cee077eaafb8c53f3131f89" + integrity sha512-w2yIenZAQnp257XUWGni4bLMVxpUpcIl7qgxEgDIXtmSypYtlNxfXWpOBxs7LBTps5sDwhRnrToJrMUrivqNTQ== + dependencies: + eve-raphael "0.5.0" + +raw-body@2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" + integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== + dependencies: + bytes "3.1.0" + http-errors "1.7.2" + iconv-lite "0.4.24" + unpipe "1.0.0" + +"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6: + version "2.3.7" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" + integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" + integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + +readdirp@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" + integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== + dependencies: + graceful-fs "^4.1.11" + micromatch "^3.1.10" + readable-stream "^2.0.2" + +readdirp@~3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada" + integrity sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== + dependencies: + picomatch "^2.2.1" + +recursive-readdir@0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-0.0.2.tgz#0bc47dc4838e646dccfba0507b5e57ffbff35f7c" + integrity sha1-C8R9xIOOZG3M+6BQe15X/7/zX3w= + +regenerate-unicode-properties@^8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz#e5de7111d655e7ba60c057dbe9ff37c87e65cdec" + integrity sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== + dependencies: + regenerate "^1.4.0" + +regenerate@^1.4.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.1.tgz#cad92ad8e6b591773485fbe05a485caf4f457e6f" + integrity sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A== + +regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.4: + version "0.13.5" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697" + integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== + +regenerator-transform@^0.14.2: + version "0.14.5" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4" + integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== + dependencies: + "@babel/runtime" "^7.8.4" + +regex-not@^1.0.0, regex-not@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== + dependencies: + extend-shallow "^3.0.2" + safe-regex "^1.1.0" + +regex-parser@2.2.10: + version "2.2.10" + resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.10.tgz#9e66a8f73d89a107616e63b39d4deddfee912b37" + integrity sha512-8t6074A68gHfU8Neftl0Le6KTDwfGAj7IyjPIMSfikI2wJUTHDMaIq42bUsfVnj8mhx0R+45rdUXHGpN164avA== + +regexp.prototype.flags@^1.2.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75" + integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.0-next.1" + +regexpu-core@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.0.tgz#fcbf458c50431b0bb7b45d6967b8192d91f3d938" + integrity sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ== + dependencies: + regenerate "^1.4.0" + regenerate-unicode-properties "^8.2.0" + regjsgen "^0.5.1" + regjsparser "^0.6.4" + unicode-match-property-ecmascript "^1.0.4" + unicode-match-property-value-ecmascript "^1.2.0" + +regjsgen@^0.5.1: + version "0.5.2" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733" + integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== + +regjsparser@^0.6.4: + version "0.6.4" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.4.tgz#a769f8684308401a66e9b529d2436ff4d0666272" + integrity sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw== + dependencies: + jsesc "~0.5.0" + +remove-trailing-separator@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= + +renderkid@^2.0.1: + version "2.0.3" + resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.3.tgz#380179c2ff5ae1365c522bf2fcfcff01c5b74149" + integrity sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA== + dependencies: + css-select "^1.1.0" + dom-converter "^0.2" + htmlparser2 "^3.3.0" + strip-ansi "^3.0.0" + utila "^0.4.0" + +repeat-element@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" + integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== + +repeat-string@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + +require-main-filename@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" + integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== + +requires-port@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= + +resolve-cwd@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" + integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo= + dependencies: + resolve-from "^3.0.0" + +resolve-dir@^1.0.0, resolve-dir@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" + integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= + dependencies: + expand-tilde "^2.0.0" + global-modules "^1.0.0" + +resolve-from@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" + integrity sha1-six699nWiBvItuZTM17rywoYh0g= + +resolve-url-loader@^3.0.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.1.tgz#28931895fa1eab9be0647d3b2958c100ae3c0bf0" + integrity sha512-K1N5xUjj7v0l2j/3Sgs5b8CjrrgtC70SmdCuZiJ8tSyb5J+uk3FoeZ4b7yTnH6j7ngI+Bc5bldHJIa8hYdu2gQ== + dependencies: + adjust-sourcemap-loader "2.0.0" + camelcase "5.3.1" + compose-function "3.0.3" + convert-source-map "1.7.0" + es6-iterator "2.0.3" + loader-utils "1.2.3" + postcss "7.0.21" + rework "1.0.1" + rework-visit "1.0.0" + source-map "0.6.1" + +resolve-url@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= + +resolve@^1.3.2: + version "1.17.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" + integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== + dependencies: + path-parse "^1.0.6" + +ret@~0.1.10: + version "0.1.15" + resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== + +retry@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" + integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= + +rework-visit@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/rework-visit/-/rework-visit-1.0.0.tgz#9945b2803f219e2f7aca00adb8bc9f640f842c9a" + integrity sha1-mUWygD8hni96ygCtuLyfZA+ELJo= + +rework@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/rework/-/rework-1.0.1.tgz#30806a841342b54510aa4110850cd48534144aa7" + integrity sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc= + dependencies: + convert-source-map "^0.3.3" + css "^2.0.0" + +rgb-regex@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1" + integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE= + +rgba-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" + integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= + +rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3: + version "2.7.1" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" + integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== + dependencies: + glob "^7.1.3" + +ripemd160@^2.0.0, ripemd160@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" + integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== + dependencies: + hash-base "^3.0.0" + inherits "^2.0.1" + +run-queue@^1.0.0, run-queue@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" + integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= + dependencies: + aproba "^1.1.1" + +runway@~3.15.47-beta: + version "3.15.47-beta" + resolved "https://registry.yarnpkg.com/runway/-/runway-3.15.47-beta.tgz#425041292ab01477fa33a0b28cf6ab96bd9357dc" + integrity sha1-QlBBKSqwFHf6M6CyjParlr2TV9w= + dependencies: + lodash-node "~2.4.1" + +safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +safe-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= + dependencies: + ret "~0.1.10" + +"safer-buffer@>= 2.1.2 < 3": + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +sax@~1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" + integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== + +schema-utils@^0.4.5: + version "0.4.7" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187" + integrity sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ== + dependencies: + ajv "^6.1.0" + ajv-keywords "^3.1.0" + +schema-utils@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" + integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== + dependencies: + ajv "^6.1.0" + ajv-errors "^1.0.0" + ajv-keywords "^3.1.0" + +schema-utils@^2.6.5: + version "2.7.0" + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7" + integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A== + dependencies: + "@types/json-schema" "^7.0.4" + ajv "^6.12.2" + ajv-keywords "^3.4.1" + +select-hose@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" + integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo= + +select2@^4.0.13: + version "4.0.13" + resolved "https://registry.yarnpkg.com/select2/-/select2-4.0.13.tgz#0dbe377df3f96167c4c1626033e924372d8ef44d" + integrity sha512-1JeB87s6oN/TDxQQYCvS5EFoQyvV6eYMZZ0AeA4tdFDYWN3BAGZ8npr17UBFddU0lgAt3H0yjX3X6/ekOj1yjw== + +selfsigned@^1.10.7: + version "1.10.7" + resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.7.tgz#da5819fd049d5574f28e88a9bcc6dbc6e6f3906b" + integrity sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA== + dependencies: + node-forge "0.9.0" + +semver@7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" + integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== + +semver@^5.4.1, semver@^5.5.0, semver@^5.6.0: + version "5.7.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" + integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + +semver@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== + +send@0.17.1: + version "0.17.1" + resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" + integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== + dependencies: + debug "2.6.9" + depd "~1.1.2" + destroy "~1.0.4" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "~1.7.2" + mime "1.6.0" + ms "2.1.1" + on-finished "~2.3.0" + range-parser "~1.2.1" + statuses "~1.5.0" + +serialize-javascript@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-3.1.0.tgz#8bf3a9170712664ef2561b44b691eafe399214ea" + integrity sha512-JIJT1DGiWmIKhzRsG91aS6Ze4sFUrYbltlkg2onR5OrnNM02Kl/hnY/T4FN2omvyeBbQmMJv+K4cPOpGzOTFBg== + dependencies: + randombytes "^2.1.0" + +serve-index@^1.9.1: + version "1.9.1" + resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239" + integrity sha1-03aNabHn2C5c4FD/9bRTvqEqkjk= + dependencies: + accepts "~1.3.4" + batch "0.6.1" + debug "2.6.9" + escape-html "~1.0.3" + http-errors "~1.6.2" + mime-types "~2.1.17" + parseurl "~1.3.2" + +serve-static@1.14.1: + version "1.14.1" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" + integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.3" + send "0.17.1" + +set-blocking@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + +set-value@^2.0.0, set-value@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" + integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.3" + split-string "^3.0.1" + +setimmediate@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" + integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= + +setprototypeof@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" + integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== + +setprototypeof@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" + integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== + +sha.js@^2.4.0, sha.js@^2.4.8: + version "2.4.11" + resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" + integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== + dependencies: + inherits "^2.0.1" + safe-buffer "^5.0.1" + +shebang-command@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" + integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= + dependencies: + shebang-regex "^1.0.0" + +shebang-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" + integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= + +shellwords@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" + integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== + +signal-exit@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" + integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== + +simple-swizzle@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" + integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= + dependencies: + is-arrayish "^0.3.1" + +slick-carousel@^1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/slick-carousel/-/slick-carousel-1.8.1.tgz#a4bfb29014887bb66ce528b90bd0cda262cc8f8d" + integrity sha512-XB9Ftrf2EEKfzoQXt3Nitrt/IPbT+f1fgqBdoxO3W/+JYvtEOW6EgxnWfr9GH6nmULv7Y2tPmEX3koxThVmebA== + +snapdragon-node@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== + dependencies: + define-property "^1.0.0" + isobject "^3.0.0" + snapdragon-util "^3.0.1" + +snapdragon-util@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== + dependencies: + kind-of "^3.2.0" + +snapdragon@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== + dependencies: + base "^0.11.1" + debug "^2.2.0" + define-property "^0.2.5" + extend-shallow "^2.0.1" + map-cache "^0.2.2" + source-map "^0.5.6" + source-map-resolve "^0.5.0" + use "^3.1.0" + +sockjs-client@1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.4.0.tgz#c9f2568e19c8fd8173b4997ea3420e0bb306c7d5" + integrity sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g== + dependencies: + debug "^3.2.5" + eventsource "^1.0.7" + faye-websocket "~0.11.1" + inherits "^2.0.3" + json3 "^3.3.2" + url-parse "^1.4.3" + +sockjs@0.3.20: + version "0.3.20" + resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.20.tgz#b26a283ec562ef8b2687b44033a4eeceac75d855" + integrity sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA== + dependencies: + faye-websocket "^0.10.0" + uuid "^3.4.0" + websocket-driver "0.6.5" + +source-list-map@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" + integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== + +source-map-resolve@^0.5.0, source-map-resolve@^0.5.2: + version "0.5.3" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" + integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== + dependencies: + atob "^2.1.2" + decode-uri-component "^0.2.0" + resolve-url "^0.2.1" + source-map-url "^0.4.0" + urix "^0.1.0" + +source-map-support@~0.5.12: + version "0.5.19" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" + integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map-url@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" + integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= + +source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +source-map@^0.5.0, source-map@^0.5.6: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= + +source-map@~0.1.7: + version "0.1.43" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.1.43.tgz#c24bc146ca517c1471f5dacbe2571b2b7f9e3346" + integrity sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y= + dependencies: + amdefine ">=0.0.4" + +spdy-transport@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31" + integrity sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw== + dependencies: + debug "^4.1.0" + detect-node "^2.0.4" + hpack.js "^2.1.6" + obuf "^1.1.2" + readable-stream "^3.0.6" + wbuf "^1.7.3" + +spdy@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.2.tgz#b74f466203a3eda452c02492b91fb9e84a27677b" + integrity sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA== + dependencies: + debug "^4.1.0" + handle-thing "^2.0.0" + http-deceiver "^1.2.7" + select-hose "^2.0.0" + spdy-transport "^3.0.0" + +spectrum-colorpicker2@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/spectrum-colorpicker2/-/spectrum-colorpicker2-2.0.0.tgz#be76b4470451c6e3b13322b1881d487b4bf4338c" + integrity sha512-kEgI1WYfR//LLbt8G+uoEjgDLHsp1ke6kdWS7xaBa2pFYcFEPswu6BFHDS28MnjzRjcdueEbZDqG8HedrrZqPQ== + +split-string@^3.0.1, split-string@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== + dependencies: + extend-shallow "^3.0.0" + +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= + +ssri@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8" + integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA== + dependencies: + figgy-pudding "^3.5.1" + +stable@^0.1.8: + version "0.1.8" + resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" + integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== + +stackframe@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.0.tgz#52429492d63c62eb989804c11552e3d22e779303" + integrity sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA== + +static-extend@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= + dependencies: + define-property "^0.2.5" + object-copy "^0.1.0" + +"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@~1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= + +stream-browserify@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b" + integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg== + dependencies: + inherits "~2.0.1" + readable-stream "^2.0.2" + +stream-each@^1.1.0: + version "1.2.3" + resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae" + integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== + dependencies: + end-of-stream "^1.1.0" + stream-shift "^1.0.0" + +stream-http@^2.7.2: + version "2.8.3" + resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc" + integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw== + dependencies: + builtin-status-codes "^3.0.0" + inherits "^2.0.1" + readable-stream "^2.3.6" + to-arraybuffer "^1.0.0" + xtend "^4.0.0" + +stream-shift@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d" + integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== + +string-width@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" + integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== + dependencies: + is-fullwidth-code-point "^2.0.0" + strip-ansi "^4.0.0" + +string-width@^3.0.0, string-width@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" + integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== + dependencies: + emoji-regex "^7.0.1" + is-fullwidth-code-point "^2.0.0" + strip-ansi "^5.1.0" + +string.prototype.trimend@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913" + integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.5" + +string.prototype.trimstart@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54" + integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.5" + +string_decoder@^1.0.0, string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^3.0.0, strip-ansi@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= + dependencies: + ansi-regex "^2.0.0" + +strip-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" + integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= + dependencies: + ansi-regex "^3.0.0" + +strip-ansi@^5, strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" + integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + dependencies: + ansi-regex "^4.1.0" + +strip-eof@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" + integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= + +style-loader@^0.21.0: + version "0.21.0" + resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.21.0.tgz#68c52e5eb2afc9ca92b6274be277ee59aea3a852" + integrity sha512-T+UNsAcl3Yg+BsPKs1vd22Fr8sVT+CJMtzqc6LEw9bbJZb43lm9GoeIfUcDEefBSWC0BhYbcdupV1GtI4DGzxg== + dependencies: + loader-utils "^1.1.0" + schema-utils "^0.4.5" + +stylehacks@^4.0.0: + version "4.0.3" + resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" + integrity sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== + dependencies: + browserslist "^4.0.0" + postcss "^7.0.0" + postcss-selector-parser "^3.0.0" + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +supports-color@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" + integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== + dependencies: + has-flag "^3.0.0" + +svgo@^1.0.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" + integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== + dependencies: + chalk "^2.4.1" + coa "^2.0.2" + css-select "^2.0.0" + css-select-base-adapter "^0.1.1" + css-tree "1.0.0-alpha.37" + csso "^4.0.2" + js-yaml "^3.13.1" + mkdirp "~0.5.1" + object.values "^1.1.0" + sax "~1.2.4" + stable "^0.1.8" + unquote "~1.1.1" + util.promisify "~1.0.0" + +tapable@^1.0.0, tapable@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" + integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== + +tempusdominus-core@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/tempusdominus-core/-/tempusdominus-core-5.0.3.tgz#808642e47a83f45d7ef18c1597fd7b1d413d69e5" + integrity sha512-52lClmU33gb6J6I/S9uGDrgQwccq3Yw9SlZerTgGLOzOB3Sc9pgIVBirfPMsMcx8nPsg6mA5ItFAH/5BZiQThg== + dependencies: + jquery "^3.0" + moment "^2.22.2" + moment-timezone "^0.4.0" + +terser-webpack-plugin@^1.1.0, terser-webpack-plugin@^1.4.3: + version "1.4.4" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.4.tgz#2c63544347324baafa9a56baaddf1634c8abfc2f" + integrity sha512-U4mACBHIegmfoEe5fdongHESNJWqsGU+W0S/9+BmYGVQDw1+c2Ow05TpMhxjPK1sRb7cuYq1BPl1e5YHJMTCqA== + dependencies: + cacache "^12.0.2" + find-cache-dir "^2.1.0" + is-wsl "^1.1.0" + schema-utils "^1.0.0" + serialize-javascript "^3.1.0" + source-map "^0.6.1" + terser "^4.1.2" + webpack-sources "^1.4.0" + worker-farm "^1.7.0" + +terser@^4.1.2: + version "4.8.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" + integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== + dependencies: + commander "^2.20.0" + source-map "~0.6.1" + source-map-support "~0.5.12" + +through2@^2.0.0: + version "2.0.5" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" + integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== + dependencies: + readable-stream "~2.3.6" + xtend "~4.0.1" + +thunky@^1.0.2: + version "1.1.0" + resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" + integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA== + +timepicki@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/timepicki/-/timepicki-2.0.1.tgz#d4da4a95288ca0b60c3015aacbe2f6629147d0bf" + integrity sha1-1NpKlSiMoLYMMBWqy+L2YpFH0L8= + +timers-browserify@^2.0.4: + version "2.0.11" + resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.11.tgz#800b1f3eee272e5bc53ee465a04d0e804c31211f" + integrity sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ== + dependencies: + setimmediate "^1.0.4" + +timsort@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" + integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= + +tmp@^0.0.33: + version "0.0.33" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" + integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== + dependencies: + os-tmpdir "~1.0.2" + +to-arraybuffer@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" + integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M= + +to-fast-properties@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" + integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= + +to-object-path@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= + dependencies: + kind-of "^3.0.2" + +to-regex-range@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= + dependencies: + is-number "^3.0.0" + repeat-string "^1.6.1" + +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + +to-regex@^3.0.1, to-regex@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== + dependencies: + define-property "^2.0.2" + extend-shallow "^3.0.2" + regex-not "^1.0.2" + safe-regex "^1.1.0" + +toidentifier@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" + integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== + +tslib@^1.9.0: + version "1.13.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" + integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== + +tty-browserify@0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" + integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY= + +type-is@~1.6.17, type-is@~1.6.18: + version "1.6.18" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" + integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== + dependencies: + media-typer "0.3.0" + mime-types "~2.1.24" + +type@^1.0.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0" + integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== + +type@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/type/-/type-2.0.0.tgz#5f16ff6ef2eb44f260494dae271033b29c09a9c3" + integrity sha512-KBt58xCHry4Cejnc2ISQAF7QY+ORngsWfxezO68+12hKV6lQY8P/psIkcbjeHWn7MqcgciWJyCCevFMJdIXpow== + +typedarray@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" + integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= + +uglify-js@~2.3: + version "2.3.6" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.3.6.tgz#fa0984770b428b7a9b2a8058f46355d14fef211a" + integrity sha1-+gmEdwtCi3qbKoBY9GNV0U/vIRo= + dependencies: + async "~0.2.6" + optimist "~0.3.5" + source-map "~0.1.7" + +unicode-canonical-property-names-ecmascript@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818" + integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== + +unicode-match-property-ecmascript@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c" + integrity sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== + dependencies: + unicode-canonical-property-names-ecmascript "^1.0.4" + unicode-property-aliases-ecmascript "^1.0.4" + +unicode-match-property-value-ecmascript@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz#0d91f600eeeb3096aa962b1d6fc88876e64ea531" + integrity sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ== + +unicode-property-aliases-ecmascript@^1.0.4: + version "1.1.0" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4" + integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== + +union-value@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" + integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== + dependencies: + arr-union "^3.1.0" + get-value "^2.0.6" + is-extendable "^0.1.1" + set-value "^2.0.1" + +uniq@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" + integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= + +uniqs@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" + integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI= + +unique-filename@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" + integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== + dependencies: + unique-slug "^2.0.0" + +unique-slug@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" + integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== + dependencies: + imurmurhash "^0.1.4" + +universalify@^0.1.0: + version "0.1.2" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" + integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== + +unpipe@1.0.0, unpipe@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= + +unquote@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" + integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= + +unset-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= + dependencies: + has-value "^0.3.1" + isobject "^3.0.0" + +upath@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" + integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== + +uri-js@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" + integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ== + dependencies: + punycode "^2.1.0" + +urix@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= + +url-parse@^1.4.3: + version "1.4.7" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" + integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== + dependencies: + querystringify "^2.1.1" + requires-port "^1.0.0" + +url@^0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" + integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= + dependencies: + punycode "1.3.2" + querystring "0.2.0" + +use@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== + +util-deprecate@^1.0.1, util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + +util.promisify@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee" + integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.2" + has-symbols "^1.0.1" + object.getownpropertydescriptors "^2.1.0" + +util@0.10.3: + version "0.10.3" + resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" + integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk= + dependencies: + inherits "2.0.1" + +util@^0.11.0: + version "0.11.1" + resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61" + integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ== + dependencies: + inherits "2.0.3" + +utila@^0.4.0, utila@~0.4: + version "0.4.0" + resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c" + integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw= + +utils-merge@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= + +uuid@^3.3.2, uuid@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== + +v8-compile-cache@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz#54bc3cdd43317bca91e35dcaf305b1a7237de745" + integrity sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ== + +vary@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= + +vendors@^1.0.0: + version "1.0.4" + resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e" + integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== + +vm-browserify@^1.0.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" + integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== + +watchpack-chokidar2@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz#9948a1866cbbd6cb824dea13a7ed691f6c8ddff0" + integrity sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA== + dependencies: + chokidar "^2.1.8" + +watchpack@^1.6.1: + version "1.7.2" + resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.2.tgz#c02e4d4d49913c3e7e122c3325365af9d331e9aa" + integrity sha512-ymVbbQP40MFTp+cNMvpyBpBtygHnPzPkHqoIwRRj/0B8KhqQwV8LaKjtbaxF2lK4vl8zN9wCxS46IFCU5K4W0g== + dependencies: + graceful-fs "^4.1.2" + neo-async "^2.5.0" + optionalDependencies: + chokidar "^3.4.0" + watchpack-chokidar2 "^2.0.0" + +wbuf@^1.1.0, wbuf@^1.7.3: + version "1.7.3" + resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" + integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA== + dependencies: + minimalistic-assert "^1.0.0" + +webpack-cli@^3.0.0: + version "3.3.12" + resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.12.tgz#94e9ada081453cd0aa609c99e500012fd3ad2d4a" + integrity sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag== + dependencies: + chalk "^2.4.2" + cross-spawn "^6.0.5" + enhanced-resolve "^4.1.1" + findup-sync "^3.0.0" + global-modules "^2.0.0" + import-local "^2.0.0" + interpret "^1.4.0" + loader-utils "^1.4.0" + supports-color "^6.1.0" + v8-compile-cache "^2.1.1" + yargs "^13.3.2" + +webpack-dev-middleware@^3.7.2: + version "3.7.2" + resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz#0019c3db716e3fa5cecbf64f2ab88a74bab331f3" + integrity sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw== + dependencies: + memory-fs "^0.4.1" + mime "^2.4.4" + mkdirp "^0.5.1" + range-parser "^1.2.1" + webpack-log "^2.0.0" + +webpack-dev-server@^3.1.14: + version "3.11.0" + resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz#8f154a3bce1bcfd1cc618ef4e703278855e7ff8c" + integrity sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg== + dependencies: + ansi-html "0.0.7" + bonjour "^3.5.0" + chokidar "^2.1.8" + compression "^1.7.4" + connect-history-api-fallback "^1.6.0" + debug "^4.1.1" + del "^4.1.1" + express "^4.17.1" + html-entities "^1.3.1" + http-proxy-middleware "0.19.1" + import-local "^2.0.0" + internal-ip "^4.3.0" + ip "^1.1.5" + is-absolute-url "^3.0.3" + killable "^1.0.1" + loglevel "^1.6.8" + opn "^5.5.0" + p-retry "^3.0.1" + portfinder "^1.0.26" + schema-utils "^1.0.0" + selfsigned "^1.10.7" + semver "^6.3.0" + serve-index "^1.9.1" + sockjs "0.3.20" + sockjs-client "1.4.0" + spdy "^4.0.2" + strip-ansi "^3.0.1" + supports-color "^6.1.0" + url "^0.11.0" + webpack-dev-middleware "^3.7.2" + webpack-log "^2.0.0" + ws "^6.2.1" + yargs "^13.3.2" + +webpack-log@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f" + integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg== + dependencies: + ansi-colors "^3.0.0" + uuid "^3.3.2" + +webpack-manifest-plugin@^2.0.2: + version "2.2.0" + resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz#19ca69b435b0baec7e29fbe90fb4015de2de4f16" + integrity sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ== + dependencies: + fs-extra "^7.0.0" + lodash ">=3.5 <5" + object.entries "^1.1.0" + tapable "^1.0.0" + +webpack-notifier@^1.6.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/webpack-notifier/-/webpack-notifier-1.8.0.tgz#994bdde0fcefc5f1a92b6d91353c8152ddd9c583" + integrity sha512-I6t76NoPe5DZCCm5geELmDV2wlJ89LbU425uN6T2FG8Ywrrt1ZcUMz6g8yWGNg4pttqTPFQJYUPjWAlzUEQ+cQ== + dependencies: + node-notifier "^5.1.2" + object-assign "^4.1.0" + strip-ansi "^3.0.1" + +webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1: + version "1.4.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" + integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== + dependencies: + source-list-map "^2.0.0" + source-map "~0.6.1" + +webpack@^4.20.0: + version "4.43.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.43.0.tgz#c48547b11d563224c561dad1172c8aa0b8a678e6" + integrity sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g== + dependencies: + "@webassemblyjs/ast" "1.9.0" + "@webassemblyjs/helper-module-context" "1.9.0" + "@webassemblyjs/wasm-edit" "1.9.0" + "@webassemblyjs/wasm-parser" "1.9.0" + acorn "^6.4.1" + ajv "^6.10.2" + ajv-keywords "^3.4.1" + chrome-trace-event "^1.0.2" + enhanced-resolve "^4.1.0" + eslint-scope "^4.0.3" + json-parse-better-errors "^1.0.2" + loader-runner "^2.4.0" + loader-utils "^1.2.3" + memory-fs "^0.4.1" + micromatch "^3.1.10" + mkdirp "^0.5.3" + neo-async "^2.6.1" + node-libs-browser "^2.2.1" + schema-utils "^1.0.0" + tapable "^1.1.3" + terser-webpack-plugin "^1.4.3" + watchpack "^1.6.1" + webpack-sources "^1.4.1" + +websocket-driver@0.6.5: + version "0.6.5" + resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.6.5.tgz#5cb2556ceb85f4373c6d8238aa691c8454e13a36" + integrity sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY= + dependencies: + websocket-extensions ">=0.1.1" + +websocket-driver@>=0.5.1: + version "0.7.4" + resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760" + integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg== + dependencies: + http-parser-js ">=0.5.1" + safe-buffer ">=5.1.0" + websocket-extensions ">=0.1.1" + +websocket-extensions@>=0.1.1: + version "0.1.4" + resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" + integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== + +which-module@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" + integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= + +which@^1.2.14, which@^1.2.9, which@^1.3.0, which@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + dependencies: + isexe "^2.0.0" + +wordwrap@~0.0.2: + version "0.0.3" + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107" + integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc= + +worker-farm@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" + integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw== + dependencies: + errno "~0.1.7" + +wrap-ansi@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" + integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== + dependencies: + ansi-styles "^3.2.0" + string-width "^3.0.0" + strip-ansi "^5.0.0" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + +ws@^6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" + integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== + dependencies: + async-limiter "~1.0.0" + +xtend@^4.0.0, xtend@~4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" + integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== + +y18n@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" + integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== + +yallist@^3.0.2: + version "3.1.1" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + +yargs-parser@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-12.0.0.tgz#18aa348854747dfe1002d01bd87d65df10d40a84" + integrity sha512-WQM8GrbF5TKiACr7iE3I2ZBNC7qC9taKPMfjJaMD2LkOJQhIctASxKXdFAOPim/m47kgAQBVIaPlFjnRdkol7w== + dependencies: + camelcase "^5.0.0" + decamelize "^1.2.0" + +yargs-parser@^13.1.2: + version "13.1.2" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" + integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== + dependencies: + camelcase "^5.0.0" + decamelize "^1.2.0" + +yargs@^13.3.2: + version "13.3.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" + integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== + dependencies: + cliui "^5.0.0" + find-up "^3.0.0" + get-caller-file "^2.0.1" + require-directory "^2.1.1" + require-main-filename "^2.0.0" + set-blocking "^2.0.0" + string-width "^3.0.0" + which-module "^2.0.0" + y18n "^4.0.0" + yargs-parser "^13.1.2" diff --git a/sso/filtres/ninebadge.ini b/sso/filtres/ninebadge.ini new file mode 100644 index 0000000..8556255 --- /dev/null +++ b/sso/filtres/ninebadge.ini @@ -0,0 +1,11 @@ +[attributes] +user=uid +username=uid +firstname=givenName +lastname=sn +email=mail +user_groups=user_groups +rne=rne +ENTPersonProfils=ENTPersonProfils + + diff --git a/sso/filtres/ninebadge_apps.ini b/sso/filtres/ninebadge_apps.ini new file mode 100644 index 0000000..2a0c880 --- /dev/null +++ b/sso/filtres/ninebadge_apps.ini @@ -0,0 +1,6 @@ +[nineskeletor] +baseurl=/nineskeletor/ +scheme=both +addr=0/0 +typeaddr=ip +filter=nineskeletor diff --git a/tmpl/ninebadge-apache.conf b/tmpl/ninebadge-apache.conf new file mode 100644 index 0000000..6e86fdd --- /dev/null +++ b/tmpl/ninebadge-apache.conf @@ -0,0 +1,9 @@ +Alias /ninebadge /var/www/html/ninebadge/public + + + AllowOverride All + Order Allow,Deny + Allow from All + Options Indexes FollowSymLinks MultiViews + php_admin_flag allow_url_fopen On + \ No newline at end of file diff --git a/tmpl/ninebadge-db.yml b/tmpl/ninebadge-db.yml new file mode 100644 index 0000000..fd2130b --- /dev/null +++ b/tmpl/ninebadge-db.yml @@ -0,0 +1,39 @@ +--- +%set dmode = %%getVar('nineskeletor_db_mode','non') +%if %%dmode == "externe" +dbhost: %%nineskeletor_dbserver +dbport: %%nineskeletor_dbport +dbroot: %%nineskeletor_dbuser +dbrootpwd: %%nineskeletor_dbpass +%else if %%dmode == "local" +dbhost: 127.0.0.1 +%end if +dbtype: mysql +dbname: ninebadge +dbuser: ninebadge +dbpass: "changeme" +%set allow_hosts = %%getVar('nineskeletor_allow_hosts', '') +%if %%dmode == "local" +client_hosts: ["127.0.0.1", "localhost" %slurp +%else if %%dmode == "externe" +client_hosts: ["%%adresse_ip_eth0" %slurp +%end if +%if %%dmode != "default" + %if %%is_empty(%%allow_hosts) +] + %else + %for %%hst in %%allow_hosts +,"%%hst" %slurp + %end for +] + %end if +%end if + +createscript: "/usr/share/eole/db/ninebadge/gen/ninebadge-create-0.sql" + +%set cnt_prefix = %%getVar('container_path_reseau', '') +pwd_files: + - {file: '%%cnt_prefix/var/www/html/ninebadge/.env.local', + pattern: 'DATABASE_PASSWORD=', + owner: 'root:www-data', + mod: '660' } diff --git a/tmpl/ninebadge-env.local b/tmpl/ninebadge-env.local new file mode 100755 index 0000000..432fe23 --- /dev/null +++ b/tmpl/ninebadge-env.local @@ -0,0 +1,84 @@ +# SYMFONY +APP_ENV=PROD +%set keyfile = %%getVar('container_path_web','') + '/var/www/html/ninebadge/.key' +APP_SECRET=%%pwdreader("",%%keyfile) +#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=%%web_url +APP_AUTH=CAS +APP_ALIAS=ninebadge +APP_NAME=Ninebadge +APP_CRON=1 + +# BDD +DATABASE_NAME=ninebadge +DATABASE_USER=ninebadge +DATABASE_PASSWORD=tochange +%if %%getVar("ninebadge_db_mode", 'non') == "externe" +DATABASE_HOST=%%ninebadge_dbserver +%else if %%getVar("ninebadge_db_mode", 'non') == "default" + %set dbhost = %%getVar('edb_host', 'non') + %if %%dbhost == 'non' and %%mode_conteneur_actif == 'oui': +DATABASE_HOST=%%adresse_ip_mysql + %else + %if %%dbhost == 'non' +DATABASE_HOST=localhost + %else +DATABASE_HOST=localhost + %end if + %end if +%else +DATABASE_HOST=%%adresse_ip_mysql +%end if + + +# MAIL sendmail / smtp +%if %%getVar("ninebadge_activer_localmail", "oui") == "oui" +MAILER_METHOD=sendmail +MAILER_URL= +%else +MAILER_METHOD=smtp +MAILER_URL=smtp://%%ninebadge_smtphost:%%ninebadge_smtpport?encryption=%%ninebadge_smtpencryption&auth_mode=%%ninebadge_smtpauthmode&username=%%ninebadge_smtpuser&password=%%ninebadge_smtppwd +%end if +MAILER_NOREPLY=noreply@noreply.fr + + +# CAS +CAS_HOST=%%eolesso_adresse +CAS_PORT=%%eolesso_port +CAS_PATH=%%eolesso_cas_folder +CAS_USERNAME=username +CAS_EMAIL=email +CAS_LASTNAME=lastname +CAS_FIRSTNAME=firstname + + +# Proxy +%if %%activer_proxy_client == 'oui' +PROXY_USE=1 +PROXY_HOST=%%proxy_client_adresse +PROXY_PORT=%%proxy_client_port +%else +PROXY_USE=0 +PROXY_HOST= +PROXY_PORT= +%end if + + +# Sonde statistic +%if %%getVar("activer_sondepiwik_local", 'non') == "oui" +SONDE_USE=1 +SONDE_URL=/sondepiwik/envoleTrackeur.js.php +%else if %%getVar("activer_piwik", 'non') == "oui" +SONDE_USE=1 +SONDE_URL=/piwik/envoleTrackeur.js.php +%else if %%getVar("activer_sondednma", 'non') == "oui" +SONDE_USE=1 +SONDE_URL=/sondepiwik/envoleTrackeur.js.php +%else +SONDE_USE=0 +SONDE_URL= +%end if diff --git a/tmpl/ninebadge.cron b/tmpl/ninebadge.cron new file mode 100644 index 0000000..1186bb1 --- /dev/null +++ b/tmpl/ninebadge.cron @@ -0,0 +1 @@ +* * * * * root /var/www/html/ninebadge/scripts/cron.sh &>/dev/null