git: 9be02a5db607 - main - www/drupal8: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Sep 2023 02:24:37 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9be02a5db6077e78f20c8b80de14dc177943a3e9 commit 9be02a5db6077e78f20c8b80de14dc177943a3e9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-30 01:21:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-30 02:22:59 +0000 www/drupal8: Remove expired port 2023-09-30 www/drupal8: Upstream EOL reached on 2021-11-17 --- MOVED | 1 + www/Makefile | 1 - www/drupal8/Makefile | 52 - www/drupal8/distinfo | 3 - www/drupal8/files/pkg-message.in | 52 - www/drupal8/pkg-descr | 10 - www/drupal8/pkg-plist | 18558 ------------------------------------- 7 files changed, 1 insertion(+), 18676 deletions(-) diff --git a/MOVED b/MOVED index 87786aaec472..5c8f453d9980 100644 --- a/MOVED +++ b/MOVED @@ -7915,3 +7915,4 @@ textproc/popup||2023-09-30|Has expired: Abandonware, last release in 2004 and de textproc/yamcha||2023-09-30|Has expired: Last upstream release was in 2005 japanese/awffull||2023-09-30|Has expired: Abandonware, last release in 14+ years ago. Consider using www/awstats www/dhttpd||2023-09-30|Has expired: Abandonware, last release in 15+ years ago. Consider using www/darkhttpd, www/obhttpd or www/miniserve +www/drupal8|www/drupal9|2023-09-30|Has expired: Upstream EOL reached on 2021-11-17 diff --git a/www/Makefile b/www/Makefile index 071a52ba74ea..ce3c899ed3e9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -149,7 +149,6 @@ SUBDIR += drupal10 SUBDIR += drupal7 SUBDIR += drupal7-wysiwyg - SUBDIR += drupal8 SUBDIR += drupal9 SUBDIR += drush SUBDIR += dtse diff --git a/www/drupal8/Makefile b/www/drupal8/Makefile deleted file mode 100644 index 7e005f95d257..000000000000 --- a/www/drupal8/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -PORTNAME= drupal8 -PORTVERSION= 8.9.20 -CATEGORIES= www -MASTER_SITES= http://ftp.drupal.org/files/projects/ -DISTNAME= drupal-${PORTVERSION} -DIST_SUBDIR= drupal - -MAINTAINER= acm@FreeBSD.org -COMMENT= Database driven web content management system (CMS) -WWW= https://www.drupal.org/ - -LICENSE= GPLv2+ - -DEPRECATED= Upstream EOL reached on 2021-11-17 -EXPIRATION_DATE= 2023-09-30 - -USES= php:web shebangfix -USE_PHP= dom filter gd mbstring opcache pdo session \ - simplexml tokenizer xml -SHEBANG_FILES= core/scripts/password-hash.sh - -NO_ARCH= yes -NO_BUILD= yes -DOCS= core/CHANGELOG.txt core/INSTALL.mysql.txt core/INSTALL.sqlite.txt \ - LICENSE.txt README.txt core/COPYRIGHT.txt core/INSTALL.pgsql.txt \ - core/INSTALL.txt core/MAINTAINERS.txt core/UPDATE.txt - -OPTIONS_DEFINE= MYSQL SQLITE3 PGSQL DOCS -OPTIONS_DEFAULT= MYSQL - -SUB_FILES+= pkg-message - -PGSQL_USES= pgsql -PGSQL_USE= PHP=pdo_pgsql -SQLITE3_USE= PHP=pdo_sqlite -MYSQL_USES= mysql -MYSQL_USE= PHP=pdo_mysql - -post-extract: - @${MKDIR} ${WRKDIR}/DOCS - @${MV} ${DOCS:S|^|${WRKSRC}/|} ${WRKDIR}/DOCS/ - -do-install: - (cd ${WRKSRC} && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${WWWDIR}) - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKDIR}/DOCS && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${DOCSDIR}) - -.include <bsd.port.mk> diff --git a/www/drupal8/distinfo b/www/drupal8/distinfo deleted file mode 100644 index 315a013c956a..000000000000 --- a/www/drupal8/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1638760121 -SHA256 (drupal/drupal-8.9.20.tar.gz) = 5a525bcee6f83a10151c93ba2cd995a0bfe53f3b916d2d50221dc1435ace05b3 -SIZE (drupal/drupal-8.9.20.tar.gz) = 19837562 diff --git a/www/drupal8/files/pkg-message.in b/www/drupal8/files/pkg-message.in deleted file mode 100644 index ed143c768f7e..000000000000 --- a/www/drupal8/files/pkg-message.in +++ /dev/null @@ -1,52 +0,0 @@ -[ -{ type: install - message: <<EOM -Complete instructions for installing and configuring Drupal can be found here: - -%%DOCSDIR%%/INSTALL.txt - -You need to create the DB where Drupal is going to live, and depending on -which database you intend to use, you should consult one of the following -documents: - - %%DOCSDIR%%/INSTALL.mysql.txt - %%DOCSDIR%%/INSTALL.pgsql.txt - %%DOCSDIR%%/INSTALL.sqlite.txt - -You also need to add appropriate configuration directives to your apache -configuration file (%%PREFIX%%/etc/apache(2)/httpd.conf). - -A typical configuration might read: - - Alias /drupal "%%DRUPAL_DIR%%" - <Directory "%%DRUPAL_DIR%%"> - Options Indexes FollowSymlinks MultiViews - AllowOverride None - Order allow,deny - Allow from all - </Directory> - -Please see http://drupal.org/cron for important information on setting up -periodic maintenance tasks in Drupal. - -Please see http://drupal.org/requirements for important information on -system requirements for Drupal 8. In particular, please ensure that your -configuration: - -- uses PHP 5.2.5 or later -- PHP "memory_limit" is set to "32Mb" or larger -- PHP "register_globals" is set to "Off" -- PHP "safe_mode" is set to "Off" -- PHP "session.cache_limiter" is set to "nocache" -EOM -} -{ type: UPGRADE - message: <<EOM -For important information about upgrading from previous versions of Drupal, please -please see: %%DOCSDIR%%/UPDATE.txt - -You can install www/drush if you have problems with Drupal update. Drush is a -command line tool for Drupal -EOM -} -] diff --git a/www/drupal8/pkg-descr b/www/drupal8/pkg-descr deleted file mode 100644 index d82648993ef1..000000000000 --- a/www/drupal8/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Drupal is a free web Content Management System (CMS) that allows an -individual or a community of users to easily publish, manage and organize a -wide variety of content on a website. - -Drupal is ready to go from the moment you download it. It even has an -easy-to-use web installer! The built-in functionality, combined with dozens -of freely available add-on modules, will enable features such as: Content -Management Systems, Blogs, Collaborative authoring environments, Forums, -Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File -uploads/downloads and much more. diff --git a/www/drupal8/pkg-plist b/www/drupal8/pkg-plist deleted file mode 100644 index a68164530bf6..000000000000 --- a/www/drupal8/pkg-plist +++ /dev/null @@ -1,18558 +0,0 @@ -@owner www -@group www -%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.txt -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.mysql.txt -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.pgsql.txt -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.sqlite.txt -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt -%%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/UPDATE.txt -%%WWWDIR%%/.csslintrc -%%WWWDIR%%/.editorconfig -%%WWWDIR%%/.eslintignore -%%WWWDIR%%/.eslintrc.json -%%WWWDIR%%/.gitattributes -%%WWWDIR%%/.ht.router.php -%%WWWDIR%%/.htaccess -%%WWWDIR%%/INSTALL.txt -%%WWWDIR%%/autoload.php -%%WWWDIR%%/composer.json -%%WWWDIR%%/composer.lock -%%WWWDIR%%/core/.env.example -%%WWWDIR%%/core/.eslintignore -%%WWWDIR%%/core/.eslintrc.json -%%WWWDIR%%/core/.eslintrc.legacy.json -%%WWWDIR%%/core/.eslintrc.passing.json -%%WWWDIR%%/core/.gitignore -%%WWWDIR%%/core/.prettierignore -%%WWWDIR%%/core/.prettierrc.json -%%WWWDIR%%/core/.stylelintignore -%%WWWDIR%%/core/.stylelintrc.json -%%WWWDIR%%/core/LICENSE.txt -%%WWWDIR%%/core/assets/scaffold/README.txt -%%WWWDIR%%/core/assets/scaffold/TESTING.txt -%%WWWDIR%%/core/assets/scaffold/files/csslintrc -%%WWWDIR%%/core/assets/scaffold/files/default.services.yml -%%WWWDIR%%/core/assets/scaffold/files/default.settings.php -%%WWWDIR%%/core/assets/scaffold/files/development.services.yml -%%WWWDIR%%/core/assets/scaffold/files/drupal.INSTALL.txt -%%WWWDIR%%/core/assets/scaffold/files/drupal.README.txt -%%WWWDIR%%/core/assets/scaffold/files/editorconfig -%%WWWDIR%%/core/assets/scaffold/files/eslintignore -%%WWWDIR%%/core/assets/scaffold/files/eslintrc.json -%%WWWDIR%%/core/assets/scaffold/files/example.gitignore -%%WWWDIR%%/core/assets/scaffold/files/example.settings.local.php -%%WWWDIR%%/core/assets/scaffold/files/example.sites.php -%%WWWDIR%%/core/assets/scaffold/files/gitattributes -%%WWWDIR%%/core/assets/scaffold/files/ht.router.php -%%WWWDIR%%/core/assets/scaffold/files/htaccess -%%WWWDIR%%/core/assets/scaffold/files/index.php -%%WWWDIR%%/core/assets/scaffold/files/modules.README.txt -%%WWWDIR%%/core/assets/scaffold/files/profiles.README.txt -%%WWWDIR%%/core/assets/scaffold/files/robots.txt -%%WWWDIR%%/core/assets/scaffold/files/sites.README.txt -%%WWWDIR%%/core/assets/scaffold/files/themes.README.txt -%%WWWDIR%%/core/assets/scaffold/files/update.php -%%WWWDIR%%/core/assets/scaffold/files/web.config -%%WWWDIR%%/core/assets/vendor/.gitignore -%%WWWDIR%%/core/assets/vendor/backbone/backbone-min.js -%%WWWDIR%%/core/assets/vendor/backbone/backbone-min.map -%%WWWDIR%%/core/assets/vendor/backbone/backbone.js -%%WWWDIR%%/core/assets/vendor/ckeditor/CHANGES.md -%%WWWDIR%%/core/assets/vendor/ckeditor/LICENSE.md -%%WWWDIR%%/core/assets/vendor/ckeditor/SECURITY.md -%%WWWDIR%%/core/assets/vendor/ckeditor/build-config.js -%%WWWDIR%%/core/assets/vendor/ckeditor/ckeditor.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/_translationstatus.txt -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/af.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/ar.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/az.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/bg.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/bn.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/bs.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/ca.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/cs.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/cy.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/da.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/de-ch.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/de.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/el.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/en-au.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/en-ca.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/en-gb.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/en.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/eo.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/es-mx.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/es.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/et.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/eu.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/fa.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/fi.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/fo.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/fr-ca.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/fr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/gl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/gu.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/he.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/hi.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/hr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/hu.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/id.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/is.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/it.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/ja.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/ka.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/km.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/ko.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/ku.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/lt.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/lv.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/mk.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/mn.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/ms.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/nb.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/nl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/no.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/oc.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/pl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/pt-br.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/pt.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/ro.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/ru.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/si.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/sk.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/sl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/sq.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/sr-latn.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/sr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/sv.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/th.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/tr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/tt.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/ug.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/uk.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/vi.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/zh-cn.js -%%WWWDIR%%/core/assets/vendor/ckeditor/lang/zh.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/az.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/about/dialogs/about.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/clipboard/dialogs/paste.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/dialog/dialogDefinition.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/dialog/styles/dialog.css -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/icons.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/icons_hidpi.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/image2/dialogs/image2.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/magicline/images/icon-rtl.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/magicline/images/icon.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/pastefromgdocs/filter/default.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/pastefromlibreoffice/filter/default.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/pastefromword/filter/default.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/pastetools/filter/common.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/pastetools/filter/image.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/showblocks/images/block_address.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/showblocks/images/block_blockquote.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/showblocks/images/block_div.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h1.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h2.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h3.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h4.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h5.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h6.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/showblocks/images/block_p.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/showblocks/images/block_pre.png -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/af.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ar.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/az.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/bg.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ca.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cs.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cy.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/da.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/el.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en-au.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eo.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/es.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/et.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eu.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fa.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fi.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/gl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/he.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hu.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/id.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/it.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ja.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/km.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ko.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ku.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lt.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lv.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nb.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/no.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/oc.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ro.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ru.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/si.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sk.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sl.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sq.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sv.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/th.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tr.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tt.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ug.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/uk.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/vi.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/specialchar.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/table/dialogs/table.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/tabletools/dialogs/tableCell.js -%%WWWDIR%%/core/assets/vendor/ckeditor/plugins/widget/images/handle.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/dialog.css -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/dialog_ie.css -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/dialog_ie8.css -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/dialog_iequirks.css -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/editor.css -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/editor_gecko.css -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/editor_ie.css -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/editor_ie8.css -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/editor_iequirks.css -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/icons.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/icons_hidpi.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/images/arrow.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/images/close.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/images/hidpi/close.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/images/hidpi/lock.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/images/hidpi/refresh.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/images/lock-open.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/images/lock.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/images/refresh.png -%%WWWDIR%%/core/assets/vendor/ckeditor/skins/moono-lisa/images/spinner.gif -%%WWWDIR%%/core/assets/vendor/ckeditor/vendor/promise.js -%%WWWDIR%%/core/assets/vendor/classList/LICENSE.md -%%WWWDIR%%/core/assets/vendor/classList/classList.min.js -%%WWWDIR%%/core/assets/vendor/domready/ready.min.js -%%WWWDIR%%/core/assets/vendor/farbtastic/farbtastic.css -%%WWWDIR%%/core/assets/vendor/farbtastic/farbtastic.js -%%WWWDIR%%/core/assets/vendor/farbtastic/marker.png -%%WWWDIR%%/core/assets/vendor/farbtastic/mask.png -%%WWWDIR%%/core/assets/vendor/farbtastic/wheel.png -%%WWWDIR%%/core/assets/vendor/html5shiv/html5shiv.min.js -%%WWWDIR%%/core/assets/vendor/jquery-form/jquery.form.min.js -%%WWWDIR%%/core/assets/vendor/jquery-form/jquery.form.min.js.map -%%WWWDIR%%/core/assets/vendor/jquery-joyride/jquery.joyride-2.1.js -%%WWWDIR%%/core/assets/vendor/jquery-once/jquery.once.js -%%WWWDIR%%/core/assets/vendor/jquery-once/jquery.once.min.js -%%WWWDIR%%/core/assets/vendor/jquery-once/jquery.once.min.js.map -%%WWWDIR%%/core/assets/vendor/jquery-ui-touch-punch/jquery.ui.touch-punch.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/AUTHORS.txt -%%WWWDIR%%/core/assets/vendor/jquery.ui/README.md -%%WWWDIR%%/core/assets/vendor/jquery.ui/package.json -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/accordion.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/all.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/autocomplete.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/base.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/button.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/controlgroup.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/core.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/datepicker.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/dialog.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/draggable.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_555555_256x240.png -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_777620_256x240.png -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_777777_256x240.png -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_cc0000_256x240.png -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/menu.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/progressbar.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/resizable.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/selectable.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/selectmenu.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/slider.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/sortable.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/spinner.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/tabs.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/theme.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/themes/base/tooltip.css -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/core-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/data-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/disable-selection-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effect-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-blind-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-bounce-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-clip-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-drop-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-explode-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-fade-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-fold-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-highlight-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-puff-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-pulsate-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-scale-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-shake-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-size-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-slide-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/effects/effect-transfer-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/escape-selector-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/focusable-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/form-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-af.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ar-DZ.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ar.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-az.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-be.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-bg.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-bs.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ca.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-cs.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-cy-GB.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-da.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-de.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-el.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-AU.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-GB.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-NZ.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-eo.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-es.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-et.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-eu.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fa.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fi.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fo.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr-CA.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr-CH.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-gl.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-he.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hi.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hr.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hu.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hy.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-id.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-is.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-it-CH.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-it.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ja.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ka.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-kk.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-km.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ko.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ky.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lb.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lt.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lv.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-mk.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ml.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ms.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nb.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nl-BE.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nl.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nn.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-no.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pl.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pt-BR.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pt.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-rm.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ro.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ru.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sk.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sl.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sq.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sr-SR.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sr.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sv.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ta.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-th.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-tj.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-tr.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-uk.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-vi.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-CN.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-HK.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-TW.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/ie-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/jquery-1-7-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/keycode-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/labels-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/plugin-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/position-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/safe-active-element-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/safe-blur-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/tabbable-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/unique-id-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/version-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widget-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/accordion-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/autocomplete-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/button-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/datepicker-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/droppable-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/menu-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/progressbar-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/selectable-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/selectmenu-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/slider-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/sortable-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/spinner-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/tabs-min.js -%%WWWDIR%%/core/assets/vendor/jquery.ui/ui/widgets/tooltip-min.js -%%WWWDIR%%/core/assets/vendor/jquery/jquery.js -%%WWWDIR%%/core/assets/vendor/jquery/jquery.min.js -%%WWWDIR%%/core/assets/vendor/jquery/jquery.min.map -%%WWWDIR%%/core/assets/vendor/js-cookie/js.cookie.min.js -%%WWWDIR%%/core/assets/vendor/matchMedia/matchMedia.addListener.min.js -%%WWWDIR%%/core/assets/vendor/matchMedia/matchMedia.min.js -%%WWWDIR%%/core/assets/vendor/modernizr/modernizr.min.js -%%WWWDIR%%/core/assets/vendor/normalize-css/normalize.css -%%WWWDIR%%/core/assets/vendor/picturefill/picturefill.min.js -%%WWWDIR%%/core/assets/vendor/popperjs/popper.min.js -%%WWWDIR%%/core/assets/vendor/popperjs/popper.min.js.map -%%WWWDIR%%/core/assets/vendor/sortable/Sortable.min.js -%%WWWDIR%%/core/assets/vendor/underscore/underscore-min.js -%%WWWDIR%%/core/assets/vendor/underscore/underscore-min.js.map -%%WWWDIR%%/core/authorize.php -%%WWWDIR%%/core/composer.json -%%WWWDIR%%/core/config/install/core.extension.yml -%%WWWDIR%%/core/config/install/core.menu.static_menu_link_overrides.yml -%%WWWDIR%%/core/config/schema/core.data_types.schema.yml -%%WWWDIR%%/core/config/schema/core.entity.schema.yml -%%WWWDIR%%/core/config/schema/core.extension.schema.yml -%%WWWDIR%%/core/config/schema/core.menu.schema.yml -%%WWWDIR%%/core/core.api.php -%%WWWDIR%%/core/core.libraries.yml -%%WWWDIR%%/core/core.link_relation_types.yml -%%WWWDIR%%/core/core.services.yml -%%WWWDIR%%/core/drupalci.yml -%%WWWDIR%%/core/globals.api.php -%%WWWDIR%%/core/includes/batch.inc -%%WWWDIR%%/core/includes/bootstrap.inc -%%WWWDIR%%/core/includes/common.inc -%%WWWDIR%%/core/includes/database.inc -%%WWWDIR%%/core/includes/entity.inc -%%WWWDIR%%/core/includes/errors.inc -%%WWWDIR%%/core/includes/file.inc -%%WWWDIR%%/core/includes/form.inc -%%WWWDIR%%/core/includes/install.core.inc -%%WWWDIR%%/core/includes/install.inc -%%WWWDIR%%/core/includes/menu.inc -%%WWWDIR%%/core/includes/module.inc -%%WWWDIR%%/core/includes/pager.inc -%%WWWDIR%%/core/includes/schema.inc -%%WWWDIR%%/core/includes/tablesort.inc -%%WWWDIR%%/core/includes/theme.inc -%%WWWDIR%%/core/includes/theme.maintenance.inc -%%WWWDIR%%/core/includes/unicode.inc -%%WWWDIR%%/core/includes/update.inc -%%WWWDIR%%/core/includes/utility.inc -%%WWWDIR%%/core/install.php -%%WWWDIR%%/core/lib/Drupal.php -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/AnnotationBase.php -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/AnnotationInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/Plugin.php -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecorator.php -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/PluginID.php -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Annotation/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/Assertion/Handle.php -%%WWWDIR%%/core/lib/Drupal/Component/Assertion/Inspector.php -%%WWWDIR%%/core/lib/Drupal/Component/Assertion/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Assertion/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Assertion/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Assertion/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/Bridge/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Bridge/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Bridge/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php -%%WWWDIR%%/core/lib/Drupal/Component/Bridge/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/ClassFinder/ClassFinder.php -%%WWWDIR%%/core/lib/Drupal/Component/ClassFinder/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/ClassFinder/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/ClassFinder/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/ClassFinder/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/Datetime/DateTimePlus.php -%%WWWDIR%%/core/lib/Drupal/Component/Datetime/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Datetime/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Datetime/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Datetime/Time.php -%%WWWDIR%%/core/lib/Drupal/Component/Datetime/TimeInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Datetime/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/DependencyInjection/Container.php -%%WWWDIR%%/core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php -%%WWWDIR%%/core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php -%%WWWDIR%%/core/lib/Drupal/Component/DependencyInjection/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php -%%WWWDIR%%/core/lib/Drupal/Component/DependencyInjection/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/DependencyInjection/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/DependencyInjection/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/Diff/Diff.php -%%WWWDIR%%/core/lib/Drupal/Component/Diff/DiffFormatter.php -%%WWWDIR%%/core/lib/Drupal/Component/Diff/Engine/DiffEngine.php -%%WWWDIR%%/core/lib/Drupal/Component/Diff/Engine/DiffOp.php -%%WWWDIR%%/core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php -%%WWWDIR%%/core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php -%%WWWDIR%%/core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php -%%WWWDIR%%/core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php -%%WWWDIR%%/core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php -%%WWWDIR%%/core/lib/Drupal/Component/Diff/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Diff/MappedDiff.php -%%WWWDIR%%/core/lib/Drupal/Component/Diff/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Diff/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Diff/WordLevelDiff.php -%%WWWDIR%%/core/lib/Drupal/Component/Diff/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/Discovery/DiscoverableInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Discovery/DiscoveryException.php -%%WWWDIR%%/core/lib/Drupal/Component/Discovery/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Discovery/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Discovery/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php -%%WWWDIR%%/core/lib/Drupal/Component/Discovery/YamlDiscovery.php -%%WWWDIR%%/core/lib/Drupal/Component/Discovery/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php -%%WWWDIR%%/core/lib/Drupal/Component/EventDispatcher/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/EventDispatcher/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/EventDispatcher/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/EventDispatcher/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php -%%WWWDIR%%/core/lib/Drupal/Component/FileCache/FileCache.php -%%WWWDIR%%/core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/FileCache/FileCacheFactory.php -%%WWWDIR%%/core/lib/Drupal/Component/FileCache/FileCacheInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/FileCache/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/FileCache/NullFileCache.php -%%WWWDIR%%/core/lib/Drupal/Component/FileCache/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/FileCache/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/FileCache/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/FileSecurity/FileSecurity.php -%%WWWDIR%%/core/lib/Drupal/Component/FileSecurity/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/FileSecurity/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/FileSecurity/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/FileSecurity/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/FileSystem/FileSystem.php -%%WWWDIR%%/core/lib/Drupal/Component/FileSystem/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/FileSystem/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php -%%WWWDIR%%/core/lib/Drupal/Component/FileSystem/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/FileSystem/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/PoHeader.php -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/PoItem.php -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/PoMetadataInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/PoReaderInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/PoStreamInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/PoStreamReader.php -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/PoStreamWriter.php -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/PoWriterInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Gettext/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/Graph/Graph.php -%%WWWDIR%%/core/lib/Drupal/Component/Graph/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Graph/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Graph/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Graph/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/HttpFoundation/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/HttpFoundation/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php -%%WWWDIR%%/core/lib/Drupal/Component/HttpFoundation/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/HttpFoundation/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php -%%WWWDIR%%/core/lib/Drupal/Component/PhpStorage/FileStorage.php -%%WWWDIR%%/core/lib/Drupal/Component/PhpStorage/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php -%%WWWDIR%%/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php -%%WWWDIR%%/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/PhpStorage/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/PhpStorage/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/PhpStorage/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/ConfigurableInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Context/Context.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionTrait.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/DependentPluginInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Exception/ContextException.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Exception/MissingValueContextException.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Exception/PluginException.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Exception/PluginNotFoundException.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/LazyPluginCollection.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/PluginAwareInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/PluginBase.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/PluginHelper.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/PluginManagerBase.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/PluginManagerInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Plugin/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/ProxyBuilder/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php -%%WWWDIR%%/core/lib/Drupal/Component/ProxyBuilder/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/ProxyBuilder/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/ProxyBuilder/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Render/FormattableMarkup.php -%%WWWDIR%%/core/lib/Drupal/Component/Render/HtmlEscapedText.php -%%WWWDIR%%/core/lib/Drupal/Component/Render/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Render/MarkupInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Render/MarkupTrait.php -%%WWWDIR%%/core/lib/Drupal/Component/Render/OutputStrategyInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Render/PlainTextOutput.php -%%WWWDIR%%/core/lib/Drupal/Component/Render/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Render/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Render/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/Serialization/Exception/InvalidDataTypeException.php -%%WWWDIR%%/core/lib/Drupal/Component/Serialization/Json.php -%%WWWDIR%%/core/lib/Drupal/Component/Serialization/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Serialization/PhpSerialize.php -%%WWWDIR%%/core/lib/Drupal/Component/Serialization/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Serialization/SerializationInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Serialization/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Serialization/Yaml.php -%%WWWDIR%%/core/lib/Drupal/Component/Serialization/YamlPecl.php -%%WWWDIR%%/core/lib/Drupal/Component/Serialization/YamlSymfony.php -%%WWWDIR%%/core/lib/Drupal/Component/Serialization/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/LICENSE.txt -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/PhpTransliteration.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/README.txt -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/TESTING.txt -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/TransliterationInterface.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/composer.json -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/da.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/de.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/eo.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/kg.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/uk.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x00.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x01.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x02.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x03.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x04.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x05.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x06.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x07.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x09.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x0a.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x0b.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x0c.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x0d.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x0e.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x0f.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x10.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x11.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x12.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x13.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x14.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x15.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x16.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x17.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x18.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x1d.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x1e.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x1f.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x20.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x21.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x22.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x23.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x24.php -%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x25.php *** 17763 LINES SKIPPED ***