aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-22 12:49:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-22 12:49:52 +0000
commit946ac2329cd95a526db1ade12229fb76cbb5f6fe (patch)
tree15bd89019ddb739cb3eb3c88a03cb159f56ba3fc /www
parent9951f19d1dc2d4565b9270229333c6dd9b707e91 (diff)
downloadports-946ac2329cd95a526db1ade12229fb76cbb5f6fe.tar.gz
ports-946ac2329cd95a526db1ade12229fb76cbb5f6fe.zip
Update to 10.0.8
Notes
Notes: svn path=/head/; revision=468016
Diffstat (limited to 'www')
-rw-r--r--www/owncloud/Makefile20
-rw-r--r--www/owncloud/distinfo6
-rw-r--r--www/owncloud/pkg-plist1729
3 files changed, 1053 insertions, 702 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile
index 6bf692817099..ea4864f60135 100644
--- a/www/owncloud/Makefile
+++ b/www/owncloud/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= owncloud
-PORTVERSION= 10.0.7
+PORTVERSION= 10.0.8
CATEGORIES= www
MASTER_SITES= https://download.owncloud.org/community/
@@ -12,20 +12,20 @@ COMMENT= Personal cloud which runs on your own server
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cpe tar:bzip2 php:web
+USES= cpe php:web tar:bzip2
USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv intl json \
mbstring pdo posix session simplexml xml xmlreader xmlwriter \
xsl wddx zip zlib
-
-OWNCLOUD_USERNAME?= ${WWWOWN}
-OWNCLOUD_GROUPNAME?= ${WWWGRP}
-
WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_BUILD= yes
+
NO_ARCH= yes
+NO_BUILD= yes
+
+OWNCLOUD_USER?= ${WWWOWN}
+OWNCLOUD_GROUP?=${WWWGRP}
+PLIST_SUB= OWNCLOUD_USER=${OWNCLOUD_USER} \
+ OWNCLOUD_GROUP=${OWNCLOUD_GROUP}
SUB_FILES= pkg-message newsyslog
-PLIST_SUB= OWNCLOUD_USERNAME=${OWNCLOUD_USERNAME} \
- OWNCLOUD_GROUPNAME=${OWNCLOUD_GROUPNAME}
OPTIONS_DEFINE= EXAMPLES EXIF LDAP SMB SSL
OPTIONS_MULTI= DB
@@ -41,7 +41,7 @@ MYSQL_USES= mysql
PGSQL_USES= pgsql
PGSQL_USE= PHP=pdo_pgsql,pgsql
SQLITE_USE= PHP=pdo_sqlite,sqlite3
-SMB_RUN_DEPENDS= ${PECL_PKGNAMEPREFIX}smbclient>=0.8.0:net/pecl-smbclient@${PHP_FLAVOR}
+SMB_RUN_DEPENDS=${PECL_PKGNAMEPREFIX}smbclient>=0.8.0:net/pecl-smbclient@${PHP_FLAVOR}
SSL_USE= PHP=openssl
do-install:
diff --git a/www/owncloud/distinfo b/www/owncloud/distinfo
index d88a13a028d0..1cde16c7e67c 100644
--- a/www/owncloud/distinfo
+++ b/www/owncloud/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519140281
-SHA256 (owncloud-10.0.7.tar.bz2) = 7c822aa163182391ae3213a5465151d7cc7dd0990666315da0d8e118269d0fb0
-SIZE (owncloud-10.0.7.tar.bz2) = 39395237
+TIMESTAMP = 1524388550
+SHA256 (owncloud-10.0.8.tar.bz2) = 9eef77a171cf69fc89b0628b083b4b1dd15eec375599c7eb5ac0b6d37ab6f903
+SIZE (owncloud-10.0.8.tar.bz2) = 40671279
diff --git a/www/owncloud/pkg-plist b/www/owncloud/pkg-plist
index d81fc09dee95..235425e9bc08 100644
--- a/www/owncloud/pkg-plist
+++ b/www/owncloud/pkg-plist
@@ -5,8 +5,8 @@
%%WWWDIR%%/AUTHORS
%%WWWDIR%%/CHANGELOG.md
%%WWWDIR%%/COPYING
-@owner %%OWNCLOUD_USERNAME%%
-@group %%OWNCLOUD_GROUPNAME%%
+@owner %%OWNCLOUD_USER%%
+@group %%OWNCLOUD_GROUP%%
%%WWWDIR%%/apps/comments/appinfo/app.php
%%WWWDIR%%/apps/comments/appinfo/info.xml
%%WWWDIR%%/apps/comments/appinfo/signature.json
@@ -457,6 +457,7 @@
%%WWWDIR%%/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
%%WWWDIR%%/apps/dav/lib/Files/Xml/FilterRequest.php
%%WWWDIR%%/apps/dav/lib/HookManager.php
+%%WWWDIR%%/apps/dav/lib/Repair/RemoveInvalidShares.php
%%WWWDIR%%/apps/dav/lib/RootCollection.php
%%WWWDIR%%/apps/dav/lib/Server.php
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php
@@ -1391,6 +1392,7 @@
%%WWWDIR%%/apps/files/lib/Command/DeleteOrphanedFiles.php
%%WWWDIR%%/apps/files/lib/Command/Scan.php
%%WWWDIR%%/apps/files/lib/Command/TransferOwnership.php
+%%WWWDIR%%/apps/files/lib/Command/VerifyChecksums.php
%%WWWDIR%%/apps/files/lib/Controller/ApiController.php
%%WWWDIR%%/apps/files/lib/Controller/ViewController.php
%%WWWDIR%%/apps/files/lib/Helper.php
@@ -2877,6 +2879,7 @@
%%WWWDIR%%/apps/files_trashbin/lib/Expiration.php
%%WWWDIR%%/apps/files_trashbin/lib/Helper.php
%%WWWDIR%%/apps/files_trashbin/lib/Hooks.php
+%%WWWDIR%%/apps/files_trashbin/lib/Quota.php
%%WWWDIR%%/apps/files_trashbin/lib/Storage.php
%%WWWDIR%%/apps/files_trashbin/lib/Trashbin.php
%%WWWDIR%%/apps/files_trashbin/list.php
@@ -3253,6 +3256,7 @@
%%WWWDIR%%/apps/notifications/Makefile
%%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20170801085340.php
%%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20170801152524.php
+%%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20180119080933.php
%%WWWDIR%%/apps/notifications/appinfo/app.php
%%WWWDIR%%/apps/notifications/appinfo/info.xml
%%WWWDIR%%/apps/notifications/appinfo/routes.php
@@ -3269,13 +3273,22 @@
%%WWWDIR%%/apps/notifications/img/sample-new.png
%%WWWDIR%%/apps/notifications/js/app.js
%%WWWDIR%%/apps/notifications/js/notification.js
+%%WWWDIR%%/apps/notifications/js/personal_settings.js
%%WWWDIR%%/apps/notifications/lib/App.php
%%WWWDIR%%/apps/notifications/lib/AppInfo/Application.php
%%WWWDIR%%/apps/notifications/lib/Capabilities.php
%%WWWDIR%%/apps/notifications/lib/Command/Generate.php
+%%WWWDIR%%/apps/notifications/lib/Configuration/OptionsStorage.php
%%WWWDIR%%/apps/notifications/lib/Controller/EndpointController.php
+%%WWWDIR%%/apps/notifications/lib/Controller/NotificationOptionsController.php
%%WWWDIR%%/apps/notifications/lib/Handler.php
+%%WWWDIR%%/apps/notifications/lib/Mailer/NotificationMailer.php
+%%WWWDIR%%/apps/notifications/lib/Mailer/NotificationMailerAdapter.php
%%WWWDIR%%/apps/notifications/lib/Notifier.php
+%%WWWDIR%%/apps/notifications/lib/Panels/Personal/NotificationsPanel.php
+%%WWWDIR%%/apps/notifications/templates/mail/htmlmail.php
+%%WWWDIR%%/apps/notifications/templates/mail/plaintextmail.php
+%%WWWDIR%%/apps/notifications/templates/panels/personal/notifications.php
%%WWWDIR%%/apps/provisioning_api/appinfo/info.xml
%%WWWDIR%%/apps/provisioning_api/appinfo/routes.php
%%WWWDIR%%/apps/provisioning_api/appinfo/signature.json
@@ -3442,150 +3455,6 @@
%%WWWDIR%%/apps/systemtags/lib/Activity/Listener.php
%%WWWDIR%%/apps/systemtags/list.php
%%WWWDIR%%/apps/systemtags/templates/list.php
-%%WWWDIR%%/apps/templateeditor/CHANGELOG.md
-%%WWWDIR%%/apps/templateeditor/COPYING
-%%WWWDIR%%/apps/templateeditor/Makefile
-%%WWWDIR%%/apps/templateeditor/appinfo/info.xml
-%%WWWDIR%%/apps/templateeditor/appinfo/routes.php
-%%WWWDIR%%/apps/templateeditor/appinfo/signature.json
-%%WWWDIR%%/apps/templateeditor/css/settings-admin.css
-%%WWWDIR%%/apps/templateeditor/img/app.svg
-%%WWWDIR%%/apps/templateeditor/js/settings-admin.js
-%%WWWDIR%%/apps/templateeditor/l10n/.tx/config
-%%WWWDIR%%/apps/templateeditor/l10n/af_ZA.js
-%%WWWDIR%%/apps/templateeditor/l10n/af_ZA.json
-%%WWWDIR%%/apps/templateeditor/l10n/ar.js
-%%WWWDIR%%/apps/templateeditor/l10n/ar.json
-%%WWWDIR%%/apps/templateeditor/l10n/ast.js
-%%WWWDIR%%/apps/templateeditor/l10n/ast.json
-%%WWWDIR%%/apps/templateeditor/l10n/az.js
-%%WWWDIR%%/apps/templateeditor/l10n/az.json
-%%WWWDIR%%/apps/templateeditor/l10n/bg_BG.js
-%%WWWDIR%%/apps/templateeditor/l10n/bg_BG.json
-%%WWWDIR%%/apps/templateeditor/l10n/bn_BD.js
-%%WWWDIR%%/apps/templateeditor/l10n/bn_BD.json
-%%WWWDIR%%/apps/templateeditor/l10n/bn_BD.php
-%%WWWDIR%%/apps/templateeditor/l10n/bn_IN.js
-%%WWWDIR%%/apps/templateeditor/l10n/bn_IN.json
-%%WWWDIR%%/apps/templateeditor/l10n/bn_IN.php
-%%WWWDIR%%/apps/templateeditor/l10n/bs.php
-%%WWWDIR%%/apps/templateeditor/l10n/ca.js
-%%WWWDIR%%/apps/templateeditor/l10n/ca.json
-%%WWWDIR%%/apps/templateeditor/l10n/cs_CZ.js
-%%WWWDIR%%/apps/templateeditor/l10n/cs_CZ.json
-%%WWWDIR%%/apps/templateeditor/l10n/cy_GB.php
-%%WWWDIR%%/apps/templateeditor/l10n/da.js
-%%WWWDIR%%/apps/templateeditor/l10n/da.json
-%%WWWDIR%%/apps/templateeditor/l10n/de.js
-%%WWWDIR%%/apps/templateeditor/l10n/de.json
-%%WWWDIR%%/apps/templateeditor/l10n/de_AT.php
-%%WWWDIR%%/apps/templateeditor/l10n/de_CH.php
-%%WWWDIR%%/apps/templateeditor/l10n/de_DE.js
-%%WWWDIR%%/apps/templateeditor/l10n/de_DE.json
-%%WWWDIR%%/apps/templateeditor/l10n/el.js
-%%WWWDIR%%/apps/templateeditor/l10n/el.json
-%%WWWDIR%%/apps/templateeditor/l10n/en_GB.js
-%%WWWDIR%%/apps/templateeditor/l10n/en_GB.json
-%%WWWDIR%%/apps/templateeditor/l10n/eo.php
-%%WWWDIR%%/apps/templateeditor/l10n/es.js
-%%WWWDIR%%/apps/templateeditor/l10n/es.json
-%%WWWDIR%%/apps/templateeditor/l10n/es_AR.php
-%%WWWDIR%%/apps/templateeditor/l10n/es_MX.js
-%%WWWDIR%%/apps/templateeditor/l10n/es_MX.json
-%%WWWDIR%%/apps/templateeditor/l10n/et_EE.js
-%%WWWDIR%%/apps/templateeditor/l10n/et_EE.json
-%%WWWDIR%%/apps/templateeditor/l10n/eu.js
-%%WWWDIR%%/apps/templateeditor/l10n/eu.json
-%%WWWDIR%%/apps/templateeditor/l10n/eu.php
-%%WWWDIR%%/apps/templateeditor/l10n/eu_ES.php
-%%WWWDIR%%/apps/templateeditor/l10n/fa.js
-%%WWWDIR%%/apps/templateeditor/l10n/fa.json
-%%WWWDIR%%/apps/templateeditor/l10n/fi_FI.js
-%%WWWDIR%%/apps/templateeditor/l10n/fi_FI.json
-%%WWWDIR%%/apps/templateeditor/l10n/fr.js
-%%WWWDIR%%/apps/templateeditor/l10n/fr.json
-%%WWWDIR%%/apps/templateeditor/l10n/gl.js
-%%WWWDIR%%/apps/templateeditor/l10n/gl.json
-%%WWWDIR%%/apps/templateeditor/l10n/he.js
-%%WWWDIR%%/apps/templateeditor/l10n/he.json
-%%WWWDIR%%/apps/templateeditor/l10n/hi.php
-%%WWWDIR%%/apps/templateeditor/l10n/hr.php
-%%WWWDIR%%/apps/templateeditor/l10n/hu_HU.js
-%%WWWDIR%%/apps/templateeditor/l10n/hu_HU.json
-%%WWWDIR%%/apps/templateeditor/l10n/hy.php
-%%WWWDIR%%/apps/templateeditor/l10n/ia.php
-%%WWWDIR%%/apps/templateeditor/l10n/id.js
-%%WWWDIR%%/apps/templateeditor/l10n/id.json
-%%WWWDIR%%/apps/templateeditor/l10n/is.js
-%%WWWDIR%%/apps/templateeditor/l10n/is.json
-%%WWWDIR%%/apps/templateeditor/l10n/it.js
-%%WWWDIR%%/apps/templateeditor/l10n/it.json
-%%WWWDIR%%/apps/templateeditor/l10n/ja.js
-%%WWWDIR%%/apps/templateeditor/l10n/ja.json
-%%WWWDIR%%/apps/templateeditor/l10n/ka_GE.php
-%%WWWDIR%%/apps/templateeditor/l10n/km.php
-%%WWWDIR%%/apps/templateeditor/l10n/ko.js
-%%WWWDIR%%/apps/templateeditor/l10n/ko.json
-%%WWWDIR%%/apps/templateeditor/l10n/ku_IQ.php
-%%WWWDIR%%/apps/templateeditor/l10n/lb.js
-%%WWWDIR%%/apps/templateeditor/l10n/lb.json
-%%WWWDIR%%/apps/templateeditor/l10n/lt_LT.php
-%%WWWDIR%%/apps/templateeditor/l10n/lv.php
-%%WWWDIR%%/apps/templateeditor/l10n/mk.php
-%%WWWDIR%%/apps/templateeditor/l10n/ms_MY.php
-%%WWWDIR%%/apps/templateeditor/l10n/nb_NO.js
-%%WWWDIR%%/apps/templateeditor/l10n/nb_NO.json
-%%WWWDIR%%/apps/templateeditor/l10n/nl.js
-%%WWWDIR%%/apps/templateeditor/l10n/nl.json
-%%WWWDIR%%/apps/templateeditor/l10n/nn_NO.php
-%%WWWDIR%%/apps/templateeditor/l10n/oc.js
-%%WWWDIR%%/apps/templateeditor/l10n/oc.json
-%%WWWDIR%%/apps/templateeditor/l10n/pl.js
-%%WWWDIR%%/apps/templateeditor/l10n/pl.json
-%%WWWDIR%%/apps/templateeditor/l10n/pt_BR.js
-%%WWWDIR%%/apps/templateeditor/l10n/pt_BR.json
-%%WWWDIR%%/apps/templateeditor/l10n/pt_PT.js
-%%WWWDIR%%/apps/templateeditor/l10n/pt_PT.json
-%%WWWDIR%%/apps/templateeditor/l10n/ro.js
-%%WWWDIR%%/apps/templateeditor/l10n/ro.json
-%%WWWDIR%%/apps/templateeditor/l10n/ru.js
-%%WWWDIR%%/apps/templateeditor/l10n/ru.json
-%%WWWDIR%%/apps/templateeditor/l10n/si_LK.php
-%%WWWDIR%%/apps/templateeditor/l10n/sk.php
-%%WWWDIR%%/apps/templateeditor/l10n/sk_SK.js
-%%WWWDIR%%/apps/templateeditor/l10n/sk_SK.json
-%%WWWDIR%%/apps/templateeditor/l10n/sl.js
-%%WWWDIR%%/apps/templateeditor/l10n/sl.json
-%%WWWDIR%%/apps/templateeditor/l10n/sq.js
-%%WWWDIR%%/apps/templateeditor/l10n/sq.json
-%%WWWDIR%%/apps/templateeditor/l10n/sr.js
-%%WWWDIR%%/apps/templateeditor/l10n/sr.json
-%%WWWDIR%%/apps/templateeditor/l10n/sr@latin.php
-%%WWWDIR%%/apps/templateeditor/l10n/sv.js
-%%WWWDIR%%/apps/templateeditor/l10n/sv.json
-%%WWWDIR%%/apps/templateeditor/l10n/ta_LK.php
-%%WWWDIR%%/apps/templateeditor/l10n/te.php
-%%WWWDIR%%/apps/templateeditor/l10n/th_TH.js
-%%WWWDIR%%/apps/templateeditor/l10n/th_TH.json
-%%WWWDIR%%/apps/templateeditor/l10n/tr.js
-%%WWWDIR%%/apps/templateeditor/l10n/tr.json
-%%WWWDIR%%/apps/templateeditor/l10n/ug.php
-%%WWWDIR%%/apps/templateeditor/l10n/uk.js
-%%WWWDIR%%/apps/templateeditor/l10n/uk.json
-%%WWWDIR%%/apps/templateeditor/l10n/ur_PK.php
-%%WWWDIR%%/apps/templateeditor/l10n/vi.php
-%%WWWDIR%%/apps/templateeditor/l10n/zh_CN.js
-%%WWWDIR%%/apps/templateeditor/l10n/zh_CN.json
-%%WWWDIR%%/apps/templateeditor/l10n/zh_HK.php
-%%WWWDIR%%/apps/templateeditor/l10n/zh_TW.js
-%%WWWDIR%%/apps/templateeditor/l10n/zh_TW.json
-%%WWWDIR%%/apps/templateeditor/lib/AdminPanel.php
-%%WWWDIR%%/apps/templateeditor/lib/AppInfo/Application.php
-%%WWWDIR%%/apps/templateeditor/lib/Controller/AdminSettingsController.php
-%%WWWDIR%%/apps/templateeditor/lib/Http/MailTemplateResponse.php
-%%WWWDIR%%/apps/templateeditor/lib/MailTemplate.php
-%%WWWDIR%%/apps/templateeditor/lib/TemplateEditor.php
-%%WWWDIR%%/apps/templateeditor/templates/settings-admin.php
%%WWWDIR%%/apps/theme-example/appinfo/info.xml
%%WWWDIR%%/apps/theme-example/appinfo/signature.json
%%WWWDIR%%/apps/theme-example/core/css/styles.css
@@ -3809,6 +3678,7 @@
%%WWWDIR%%/core/Command/User/LastSeen.php
%%WWWDIR%%/core/Command/User/ListUserGroups.php
%%WWWDIR%%/core/Command/User/ListUsers.php
+%%WWWDIR%%/core/Command/User/Modify.php
%%WWWDIR%%/core/Command/User/Report.php
%%WWWDIR%%/core/Command/User/ResetPassword.php
%%WWWDIR%%/core/Command/User/Setting.php
@@ -3840,6 +3710,8 @@
%%WWWDIR%%/core/Migrations/Version20170804201253.php
%%WWWDIR%%/core/Migrations/Version20170928120000.php
%%WWWDIR%%/core/Migrations/Version20171026130750.php
+%%WWWDIR%%/core/Migrations/Version20180123131835.php
+%%WWWDIR%%/core/Migrations/Version20180319102121.php
%%WWWDIR%%/core/ajax/appconfig.php
%%WWWDIR%%/core/ajax/preview.php
%%WWWDIR%%/core/ajax/share.php
@@ -3888,8 +3760,6 @@
%%WWWDIR%%/core/doc/admin/_images/antivirus-logging.png
%%WWWDIR%%/core/doc/admin/_images/app-center-search-for-owncloud.png
%%WWWDIR%%/core/doc/admin/_images/app-configuration.png
-%%WWWDIR%%/core/doc/admin/_images/appliance-is-ready.png
-%%WWWDIR%%/core/doc/admin/_images/appliance-post-installation-screen.png
%%WWWDIR%%/core/doc/admin/_images/applicable.png
%%WWWDIR%%/core/doc/admin/_images/auth_backends-2.png
%%WWWDIR%%/core/doc/admin/_images/auth_backends.png
@@ -3909,7 +3779,6 @@
%%WWWDIR%%/core/doc/admin/_images/deprecs-1.png
%%WWWDIR%%/core/doc/admin/_images/deprecs-2.png
%%WWWDIR%%/core/doc/admin/_images/deprecs-3.png
-%%WWWDIR%%/core/doc/admin/_images/domain-and-network-configuration.png
%%WWWDIR%%/core/doc/admin/_images/download-form.png
%%WWWDIR%%/core/doc/admin/_images/dropbox-apps-folders.png
%%WWWDIR%%/core/doc/admin/_images/dropbox-oc.png
@@ -3929,6 +3798,7 @@
%%WWWDIR%%/core/doc/admin/_images/external-sites-3.png
%%WWWDIR%%/core/doc/admin/_images/external-sites-4.png
%%WWWDIR%%/core/doc/admin/_images/external-sites-5.png
+%%WWWDIR%%/core/doc/admin/_images/external-storage-dropbox-highlighted.png
%%WWWDIR%%/core/doc/admin/_images/external-storage-google-drive-and-dropbox-configuration.png
%%WWWDIR%%/core/doc/admin/_images/federation-0.png
%%WWWDIR%%/core/doc/admin/_images/federation-1.png
@@ -3994,9 +3864,11 @@
%%WWWDIR%%/core/doc/admin/_images/password-policy-app.png
%%WWWDIR%%/core/doc/admin/_images/phpinfo.png
%%WWWDIR%%/core/doc/admin/_images/picking-a-user-to-impersonate.png
+%%WWWDIR%%/core/doc/admin/_images/portal.png
%%WWWDIR%%/core/doc/admin/_images/preview_images.png
%%WWWDIR%%/core/doc/admin/_images/rackspace.png
%%WWWDIR%%/core/doc/admin/_images/register-an-application.png
+%%WWWDIR%%/core/doc/admin/_images/security-app-password-policy.png
%%WWWDIR%%/core/doc/admin/_images/security-setup-warning-1.png
%%WWWDIR%%/core/doc/admin/_images/set-application-name.png
%%WWWDIR%%/core/doc/admin/_images/set-permissions.png
@@ -4008,17 +3880,14 @@
%%WWWDIR%%/core/doc/admin/_images/sharing-files-2.png
%%WWWDIR%%/core/doc/admin/_images/sharing-files-settings.png
%%WWWDIR%%/core/doc/admin/_images/sharing-files-via-social-media.png
-%%WWWDIR%%/core/doc/admin/_images/shib-gui1.png
-%%WWWDIR%%/core/doc/admin/_images/shib-gui4.png
%%WWWDIR%%/core/doc/admin/_images/shib-gui5.png
%%WWWDIR%%/core/doc/admin/_images/shib-gui6.png
-%%WWWDIR%%/core/doc/admin/_images/shibboleth-personal.png
%%WWWDIR%%/core/doc/admin/_images/skeleton-files.png
%%WWWDIR%%/core/doc/admin/_images/skeleton-files1.png
%%WWWDIR%%/core/doc/admin/_images/smb.png
%%WWWDIR%%/core/doc/admin/_images/smtp-config-php-sendmail.png
%%WWWDIR%%/core/doc/admin/_images/smtp-config-smtp.png
-%%WWWDIR%%/core/doc/admin/_images/smtp-config-wizard.png
+%%WWWDIR%%/core/doc/admin/_images/ssllabs.png
%%WWWDIR%%/core/doc/admin/_images/step-1.png
%%WWWDIR%%/core/doc/admin/_images/step-10.png
%%WWWDIR%%/core/doc/admin/_images/step-2.png
@@ -4055,11 +3924,15 @@
%%WWWDIR%%/core/doc/admin/_images/workflow-3.png
%%WWWDIR%%/core/doc/admin/_images/workflow-4.png
%%WWWDIR%%/core/doc/admin/_images/workflow-5.png
+%%WWWDIR%%/core/doc/admin/_sources/appliance/Active_Directory.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/appliance/Backup.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/appliance/Clamav.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/appliance/Collabora.rst.txt
-%%WWWDIR%%/core/doc/admin/_sources/appliance/clamav.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/appliance/certificates.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/appliance/howto-update-owncloud.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/appliance/index.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/appliance/installation.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/appliance/login_information.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/appliance/managing-ucs.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/appliance/ucs/add-groups-and-users.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/appliance/what-is-it.rst.txt
@@ -4161,6 +4034,9 @@
%%WWWDIR%%/core/doc/admin/_sources/installation/docker/index.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/installation/index.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/installation/installation_wizard.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/letsencrypt/apache.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/letsencrypt/index.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/letsencrypt/nginx.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/installation/linux_installation.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/installation/nginx_configuration.rst.txt
%%WWWDIR%%/core/doc/admin/_sources/installation/selinux_configuration.rst.txt
@@ -4267,11 +4143,15 @@
%%WWWDIR%%/core/doc/admin/_static/up-pressed.png
%%WWWDIR%%/core/doc/admin/_static/up.png
%%WWWDIR%%/core/doc/admin/_static/websupport.js
+%%WWWDIR%%/core/doc/admin/appliance/Active_Directory.html
+%%WWWDIR%%/core/doc/admin/appliance/Backup.html
+%%WWWDIR%%/core/doc/admin/appliance/Clamav.html
%%WWWDIR%%/core/doc/admin/appliance/Collabora.html
-%%WWWDIR%%/core/doc/admin/appliance/clamav.html
+%%WWWDIR%%/core/doc/admin/appliance/certificates.html
%%WWWDIR%%/core/doc/admin/appliance/howto-update-owncloud.html
%%WWWDIR%%/core/doc/admin/appliance/index.html
%%WWWDIR%%/core/doc/admin/appliance/installation.html
+%%WWWDIR%%/core/doc/admin/appliance/login_information.html
%%WWWDIR%%/core/doc/admin/appliance/managing-ucs.html
%%WWWDIR%%/core/doc/admin/appliance/ucs/add-groups-and-users.html
%%WWWDIR%%/core/doc/admin/appliance/what-is-it.html
@@ -4374,6 +4254,9 @@
%%WWWDIR%%/core/doc/admin/installation/docker/index.html
%%WWWDIR%%/core/doc/admin/installation/index.html
%%WWWDIR%%/core/doc/admin/installation/installation_wizard.html
+%%WWWDIR%%/core/doc/admin/installation/letsencrypt/apache.html
+%%WWWDIR%%/core/doc/admin/installation/letsencrypt/index.html
+%%WWWDIR%%/core/doc/admin/installation/letsencrypt/nginx.html
%%WWWDIR%%/core/doc/admin/installation/linux_installation.html
%%WWWDIR%%/core/doc/admin/installation/nginx_configuration.html
%%WWWDIR%%/core/doc/admin/installation/selinux_configuration.html
@@ -4402,7 +4285,6 @@
%%WWWDIR%%/core/doc/admin/upgrading/marketplace_apps.html
%%WWWDIR%%/core/doc/admin/upgrading/upgrade_php.html
%%WWWDIR%%/core/doc/admin/whats_new_admin.html
-%%WWWDIR%%/core/doc/user/_images/add-user-to-guests.png
%%WWWDIR%%/core/doc/user/_images/contact_thunderbird-Symbol_Gear.jpg
%%WWWDIR%%/core/doc/user/_images/contact_thunderbird-Symbol_Impeller.jpg
%%WWWDIR%%/core/doc/user/_images/contact_thunderbird-URL_config.jpg
@@ -6377,6 +6259,7 @@
%%WWWDIR%%/core/vendor/moment/templates/globals.js
%%WWWDIR%%/core/vendor/moment/templates/locale-header.js
%%WWWDIR%%/core/vendor/moment/templates/test-header.js
+%%WWWDIR%%/core/vendor/select2/CONTRIBUTING.md
%%WWWDIR%%/core/vendor/select2/LICENSE
%%WWWDIR%%/core/vendor/select2/README.md
%%WWWDIR%%/core/vendor/select2/component.json
@@ -6389,6 +6272,7 @@
%%WWWDIR%%/core/vendor/select2/select2.min.js
%%WWWDIR%%/core/vendor/select2/select2.png
%%WWWDIR%%/core/vendor/select2/select2_locale_ar.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_az.js
%%WWWDIR%%/core/vendor/select2/select2_locale_bg.js
%%WWWDIR%%/core/vendor/select2/select2_locale_ca.js
%%WWWDIR%%/core/vendor/select2/select2_locale_cs.js
@@ -6416,8 +6300,8 @@
%%WWWDIR%%/core/vendor/select2/select2_locale_lv.js
%%WWWDIR%%/core/vendor/select2/select2_locale_mk.js
%%WWWDIR%%/core/vendor/select2/select2_locale_ms.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_nb.js
%%WWWDIR%%/core/vendor/select2/select2_locale_nl.js
-%%WWWDIR%%/core/vendor/select2/select2_locale_no.js
%%WWWDIR%%/core/vendor/select2/select2_locale_pl.js
%%WWWDIR%%/core/vendor/select2/select2_locale_pt-BR.js
%%WWWDIR%%/core/vendor/select2/select2_locale_pt-PT.js
@@ -6428,6 +6312,7 @@
%%WWWDIR%%/core/vendor/select2/select2_locale_sv.js
%%WWWDIR%%/core/vendor/select2/select2_locale_th.js
%%WWWDIR%%/core/vendor/select2/select2_locale_tr.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_ug-CN.js
%%WWWDIR%%/core/vendor/select2/select2_locale_uk.js
%%WWWDIR%%/core/vendor/select2/select2_locale_vi.js
%%WWWDIR%%/core/vendor/select2/select2_locale_zh-CN.js
@@ -6538,6 +6423,19 @@
%%WWWDIR%%/lib/composer/composer/autoload_static.php
%%WWWDIR%%/lib/composer/composer/include_paths.php
%%WWWDIR%%/lib/composer/composer/installed.json
+%%WWWDIR%%/lib/composer/container-interop/container-interop/LICENSE
+%%WWWDIR%%/lib/composer/container-interop/container-interop/README.md
+%%WWWDIR%%/lib/composer/container-interop/container-interop/composer.json
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/ContainerInterface-meta.md
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/ContainerInterface.md
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/Delegate-lookup-meta.md
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/Delegate-lookup.md
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/images/interoperating_containers.png
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/images/priority.png
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/images/side_by_side_containers.png
+%%WWWDIR%%/lib/composer/container-interop/container-interop/src/Interop/Container/ContainerInterface.php
+%%WWWDIR%%/lib/composer/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php
+%%WWWDIR%%/lib/composer/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php
%%WWWDIR%%/lib/composer/deepdiver/zipstreamer/.travis.yml
%%WWWDIR%%/lib/composer/deepdiver/zipstreamer/COPYING
%%WWWDIR%%/lib/composer/deepdiver/zipstreamer/MANUAL.md
@@ -7201,6 +7099,7 @@
%%WWWDIR%%/lib/composer/league/flysystem/composer.json
%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/AbstractAdapter.php
%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/AbstractFtpAdapter.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/CanOverwriteFiles.php
%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Ftp.php
%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Ftpd.php
%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Local.php
@@ -7221,6 +7120,7 @@
%%WWWDIR%%/lib/composer/league/flysystem/src/FileNotFoundException.php
%%WWWDIR%%/lib/composer/league/flysystem/src/Filesystem.php
%%WWWDIR%%/lib/composer/league/flysystem/src/FilesystemInterface.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/FilesystemNotFoundException.php
%%WWWDIR%%/lib/composer/league/flysystem/src/Handler.php
%%WWWDIR%%/lib/composer/league/flysystem/src/MountManager.php
%%WWWDIR%%/lib/composer/league/flysystem/src/NotSupportedException.php
@@ -7243,6 +7143,7 @@
%%WWWDIR%%/lib/composer/league/flysystem/src/Util/ContentListingFormatter.php
%%WWWDIR%%/lib/composer/league/flysystem/src/Util/MimeType.php
%%WWWDIR%%/lib/composer/league/flysystem/src/Util/StreamHasher.php
+%%WWWDIR%%/lib/composer/lukasreschke/id3parser/LICENSE
%%WWWDIR%%/lib/composer/lukasreschke/id3parser/README.md
%%WWWDIR%%/lib/composer/lukasreschke/id3parser/composer.json
%%WWWDIR%%/lib/composer/lukasreschke/id3parser/src/ID3Parser.php
@@ -7626,7 +7527,6 @@
%%WWWDIR%%/lib/composer/phpseclib/phpseclib/LICENSE
%%WWWDIR%%/lib/composer/phpseclib/phpseclib/README.md
%%WWWDIR%%/lib/composer/phpseclib/phpseclib/composer.json
-%%WWWDIR%%/lib/composer/phpseclib/phpseclib/composer.lock
%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/AES.php
%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Base.php
%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
@@ -7673,6 +7573,12 @@
%%WWWDIR%%/lib/composer/pimple/pimple/src/Pimple/Tests/Fixtures/Service.php
%%WWWDIR%%/lib/composer/pimple/pimple/src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php
%%WWWDIR%%/lib/composer/pimple/pimple/src/Pimple/Tests/PimpleTest.php
+%%WWWDIR%%/lib/composer/psr/container/LICENSE
+%%WWWDIR%%/lib/composer/psr/container/README.md
+%%WWWDIR%%/lib/composer/psr/container/composer.json
+%%WWWDIR%%/lib/composer/psr/container/src/ContainerExceptionInterface.php
+%%WWWDIR%%/lib/composer/psr/container/src/ContainerInterface.php
+%%WWWDIR%%/lib/composer/psr/container/src/NotFoundExceptionInterface.php
%%WWWDIR%%/lib/composer/psr/log/LICENSE
%%WWWDIR%%/lib/composer/psr/log/Psr/Log/AbstractLogger.php
%%WWWDIR%%/lib/composer/psr/log/Psr/Log/InvalidArgumentException.php
@@ -7686,533 +7592,535 @@
%%WWWDIR%%/lib/composer/psr/log/README.md
%%WWWDIR%%/lib/composer/psr/log/composer.json
%%WWWDIR%%/lib/composer/punic/punic/LICENSE.txt
-%%WWWDIR%%/lib/composer/punic/punic/README.md
%%WWWDIR%%/lib/composer/punic/punic/UNICODE-LICENSE.txt
-%%WWWDIR%%/lib/composer/punic/punic/code/Calendar.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Comparer.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Currency.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Data.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/BadArgumentType.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/BadDataFileContents.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/DataFileNotFound.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/DataFileNotReadable.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/DataFolderNotFound.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/InvalidDataFile.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/InvalidLocale.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/NotImplemented.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/ValueNotInList.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Language.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Misc.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Number.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Phone.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Plural.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Territory.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Unit.php
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/currencyData.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/likelySubtags.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/measurementData.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/metaZones.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/parentLocales.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/plurals.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/telephoneCodeData.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/territoryContainment.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/territoryInfo.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/vi/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/weekData.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh-Hant/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/zh/units.json
%%WWWDIR%%/lib/composer/punic/punic/composer.json
%%WWWDIR%%/lib/composer/punic/punic/punic.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Comparer.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Currency.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Data.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Exception.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Exception/BadArgumentType.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Exception/BadDataFileContents.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Exception/DataFileNotFound.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Exception/DataFileNotReadable.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Exception/DataFolderNotFound.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Exception/InvalidDataFile.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Exception/InvalidLocale.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Exception/NotImplemented.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Exception/ValueNotInList.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Language.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Misc.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Number.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Phone.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Plural.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Territory.php
+%%WWWDIR%%/lib/composer/punic/punic/src/Unit.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ar/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ca/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/cs/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/currencyData.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/da/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/dayPeriods.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/de/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/el/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-AU/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-CA/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-GB/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-HK/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en-IN/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/en/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/es/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fi/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/fr/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/he/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hi/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hr/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/hu/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/it/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ja/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ko/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/likelySubtags.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/measurementData.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/metaZones.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nb/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nl/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/nn/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/parentLocales.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pl/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/plurals.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/primaryZones.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt-PT/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/pt/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ro/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/root/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/ru/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sk/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sl/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sr/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/sv/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/telephoneCodeData.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/territoryContainment.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/territoryInfo.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/th/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/timeData.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/tr/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/uk/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/vi/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/weekData.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh-Hant/units.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/calendar.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/currencies.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/dateFields.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/languages.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/layout.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/listPatterns.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/localeDisplayNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/measurementSystemNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/numbers.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/territories.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/timeZoneNames.php
+%%WWWDIR%%/lib/composer/punic/punic/src/data/zh/units.php
%%WWWDIR%%/lib/composer/rackspace/php-opencloud/.coveralls.yml
%%WWWDIR%%/lib/composer/rackspace/php-opencloud/.travis.yml
%%WWWDIR%%/lib/composer/rackspace/php-opencloud/CONTRIBUTING.md
@@ -9137,7 +9045,11 @@
%%WWWDIR%%/lib/composer/symfony/console/Command/HelpCommand.php
%%WWWDIR%%/lib/composer/symfony/console/Command/ListCommand.php
%%WWWDIR%%/lib/composer/symfony/console/Command/LockableTrait.php
+%%WWWDIR%%/lib/composer/symfony/console/CommandLoader/CommandLoaderInterface.php
+%%WWWDIR%%/lib/composer/symfony/console/CommandLoader/ContainerCommandLoader.php
+%%WWWDIR%%/lib/composer/symfony/console/CommandLoader/FactoryCommandLoader.php
%%WWWDIR%%/lib/composer/symfony/console/ConsoleEvents.php
+%%WWWDIR%%/lib/composer/symfony/console/DependencyInjection/AddConsoleCommandPass.php
%%WWWDIR%%/lib/composer/symfony/console/Descriptor/ApplicationDescription.php
%%WWWDIR%%/lib/composer/symfony/console/Descriptor/Descriptor.php
%%WWWDIR%%/lib/composer/symfony/console/Descriptor/DescriptorInterface.php
@@ -9146,9 +9058,11 @@
%%WWWDIR%%/lib/composer/symfony/console/Descriptor/TextDescriptor.php
%%WWWDIR%%/lib/composer/symfony/console/Descriptor/XmlDescriptor.php
%%WWWDIR%%/lib/composer/symfony/console/Event/ConsoleCommandEvent.php
+%%WWWDIR%%/lib/composer/symfony/console/Event/ConsoleErrorEvent.php
%%WWWDIR%%/lib/composer/symfony/console/Event/ConsoleEvent.php
%%WWWDIR%%/lib/composer/symfony/console/Event/ConsoleExceptionEvent.php
%%WWWDIR%%/lib/composer/symfony/console/Event/ConsoleTerminateEvent.php
+%%WWWDIR%%/lib/composer/symfony/console/EventListener/ErrorListener.php
%%WWWDIR%%/lib/composer/symfony/console/Exception/CommandNotFoundException.php
%%WWWDIR%%/lib/composer/symfony/console/Exception/ExceptionInterface.php
%%WWWDIR%%/lib/composer/symfony/console/Exception/InvalidArgumentException.php
@@ -9210,12 +9124,16 @@
%%WWWDIR%%/lib/composer/symfony/console/Tests/Command/HelpCommandTest.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Command/ListCommandTest.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Command/LockableTraitTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/CommandLoader/ContainerCommandLoaderTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/CommandLoader/FactoryCommandLoaderTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/DependencyInjection/AddConsoleCommandPassTest.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Descriptor/AbstractDescriptorTest.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Descriptor/JsonDescriptorTest.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Descriptor/MarkdownDescriptorTest.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Descriptor/ObjectsProvider.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Descriptor/TextDescriptorTest.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Descriptor/XmlDescriptorTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/EventListener/ErrorListenerTest.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/BarBucCommand.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DescriptorApplication1.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DescriptorApplication2.php
@@ -9223,6 +9141,7 @@
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DescriptorCommand1.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DescriptorCommand2.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DescriptorCommand3.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DescriptorCommand4.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DescriptorCommandMbString.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DummyOutput.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Foo1Command.php
@@ -9234,6 +9153,9 @@
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/FooCommand.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/FooLock2Command.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/FooLockCommand.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/FooOptCommand.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/FooSameCaseUppercaseCommand.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/FooSubnamespaced1Command.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/FooSubnamespaced2Command.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/FoobarCommand.php
@@ -9276,6 +9198,8 @@
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/TestCommand.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/TestTiti.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/TestToto.php
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_1.json
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_1.md
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_1.txt
@@ -9284,6 +9208,7 @@
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_2.md
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_2.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_2.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_filtered_namespace.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_gethelp.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_mbstring.md
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_mbstring.txt
@@ -9295,6 +9220,8 @@
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_renderexception_doublewidth2.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_renderexception_escapeslines.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_renderexception_linebreaks.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_run1.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_run2.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_run3.txt
@@ -9325,6 +9252,10 @@
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_4.md
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_4.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_4.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.xml
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_style.json
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_style.md
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_style.txt
@@ -9369,6 +9300,10 @@
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_6.md
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_6.txt
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_6.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.xml
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style.json
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style.md
%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style.txt
@@ -9442,11 +9377,20 @@
%%WWWDIR%%/lib/composer/symfony/debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/AnnotatedClass.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/ClassAlias.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/DeprecatedClass.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/DeprecatedInterface.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/ExtendedFinalMethod.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/FinalClass.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/FinalMethod.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/InternalClass.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/InternalInterface.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/InternalTrait.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/InternalTrait2.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/NonDeprecatedInterface.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/PEARClass.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/Throwing.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/ToStringThrower.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/casemismatch.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/notPsr0Bis.php
@@ -9455,6 +9399,10 @@
%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures2/RequiredTwice.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/HeaderMock.php
%%WWWDIR%%/lib/composer/symfony/debug/Tests/MockExceptionHandler.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/phpt/debug_class_loader.phpt
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/phpt/decorate_exception_hander.phpt
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/phpt/exception_rethrown.phpt
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/phpt/fatal_with_nested_handlers.phpt
%%WWWDIR%%/lib/composer/symfony/debug/composer.json
%%WWWDIR%%/lib/composer/symfony/debug/phpunit.xml.dist
%%WWWDIR%%/lib/composer/symfony/event-dispatcher/CHANGELOG.md
@@ -9496,6 +9444,7 @@
%%WWWDIR%%/lib/composer/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
%%WWWDIR%%/lib/composer/symfony/polyfill-php70/Resources/stubs/Error.php
%%WWWDIR%%/lib/composer/symfony/polyfill-php70/Resources/stubs/ParseError.php
+%%WWWDIR%%/lib/composer/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php
%%WWWDIR%%/lib/composer/symfony/polyfill-php70/Resources/stubs/TypeError.php
%%WWWDIR%%/lib/composer/symfony/polyfill-php70/bootstrap.php
%%WWWDIR%%/lib/composer/symfony/polyfill-php70/composer.json
@@ -9534,10 +9483,12 @@
%%WWWDIR%%/lib/composer/symfony/routing/Annotation/Route.php
%%WWWDIR%%/lib/composer/symfony/routing/CHANGELOG.md
%%WWWDIR%%/lib/composer/symfony/routing/CompiledRoute.php
+%%WWWDIR%%/lib/composer/symfony/routing/DependencyInjection/RoutingResolverPass.php
%%WWWDIR%%/lib/composer/symfony/routing/Exception/ExceptionInterface.php
%%WWWDIR%%/lib/composer/symfony/routing/Exception/InvalidParameterException.php
%%WWWDIR%%/lib/composer/symfony/routing/Exception/MethodNotAllowedException.php
%%WWWDIR%%/lib/composer/symfony/routing/Exception/MissingMandatoryParametersException.php
+%%WWWDIR%%/lib/composer/symfony/routing/Exception/NoConfigurationException.php
%%WWWDIR%%/lib/composer/symfony/routing/Exception/ResourceNotFoundException.php
%%WWWDIR%%/lib/composer/symfony/routing/Exception/RouteNotFoundException.php
%%WWWDIR%%/lib/composer/symfony/routing/Generator/ConfigurableRequirementsInterface.php
@@ -9551,19 +9502,26 @@
%%WWWDIR%%/lib/composer/symfony/routing/Loader/AnnotationDirectoryLoader.php
%%WWWDIR%%/lib/composer/symfony/routing/Loader/AnnotationFileLoader.php
%%WWWDIR%%/lib/composer/symfony/routing/Loader/ClosureLoader.php
+%%WWWDIR%%/lib/composer/symfony/routing/Loader/Configurator/CollectionConfigurator.php
+%%WWWDIR%%/lib/composer/symfony/routing/Loader/Configurator/ImportConfigurator.php
+%%WWWDIR%%/lib/composer/symfony/routing/Loader/Configurator/RouteConfigurator.php
+%%WWWDIR%%/lib/composer/symfony/routing/Loader/Configurator/RoutingConfigurator.php
+%%WWWDIR%%/lib/composer/symfony/routing/Loader/Configurator/Traits/AddTrait.php
+%%WWWDIR%%/lib/composer/symfony/routing/Loader/Configurator/Traits/RouteTrait.php
%%WWWDIR%%/lib/composer/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php
%%WWWDIR%%/lib/composer/symfony/routing/Loader/DirectoryLoader.php
+%%WWWDIR%%/lib/composer/symfony/routing/Loader/GlobFileLoader.php
%%WWWDIR%%/lib/composer/symfony/routing/Loader/ObjectRouteLoader.php
%%WWWDIR%%/lib/composer/symfony/routing/Loader/PhpFileLoader.php
%%WWWDIR%%/lib/composer/symfony/routing/Loader/XmlFileLoader.php
%%WWWDIR%%/lib/composer/symfony/routing/Loader/YamlFileLoader.php
%%WWWDIR%%/lib/composer/symfony/routing/Loader/schema/routing/routing-1.0.xsd
%%WWWDIR%%/lib/composer/symfony/routing/Matcher/Dumper/DumperCollection.php
-%%WWWDIR%%/lib/composer/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php
%%WWWDIR%%/lib/composer/symfony/routing/Matcher/Dumper/DumperRoute.php
%%WWWDIR%%/lib/composer/symfony/routing/Matcher/Dumper/MatcherDumper.php
%%WWWDIR%%/lib/composer/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
%%WWWDIR%%/lib/composer/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
+%%WWWDIR%%/lib/composer/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php
%%WWWDIR%%/lib/composer/symfony/routing/Matcher/RedirectableUrlMatcher.php
%%WWWDIR%%/lib/composer/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
%%WWWDIR%%/lib/composer/symfony/routing/Matcher/RequestMatcherInterface.php
@@ -9582,26 +9540,44 @@
%%WWWDIR%%/lib/composer/symfony/routing/RouterInterface.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Annotation/RouteTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/CompiledRouteTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/DependencyInjection/RoutingResolverPassTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/AnnotatedClasses/AbstractClass.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/AnnotatedClasses/BarClass.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/AnnotatedClasses/BazClass.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/AnnotatedClasses/FooClass.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/AnnotatedClasses/FooTrait.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/CustomCompiledRoute.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/CustomRouteCompiler.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/CustomXmlFileLoader.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/OtherAnnotatedClasses/AnonymousClassInTrait.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/OtherAnnotatedClasses/NoStartTagClass.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/OtherAnnotatedClasses/VariadicClass.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/RedirectableUrlMatcher.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/annotated.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/bad_format.yml
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/bar.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/controller/import__controller.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/controller/import__controller.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/controller/import_controller.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/controller/import_controller.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/controller/import_override_defaults.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/controller/import_override_defaults.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/controller/override_defaults.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/controller/override_defaults.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/controller/routing.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/controller/routing.yml
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/directory/recurse/routes1.yml
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/directory/recurse/routes2.yml
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/directory/routes3.yml
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/directory_import/import.yml
-%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher1.apache
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher0.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher1.php
-%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher2.apache
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher2.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher3.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher4.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher5.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher6.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/dumper/url_matcher7.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/empty.yml
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/file_resource.yml
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/foo.xml
@@ -9627,6 +9603,8 @@
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/nonvalidnode.xml
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/nonvalidroute.xml
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/null_values.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/php_dsl.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/php_dsl_sub.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/scalar_defaults.xml
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/special_route_name.yml
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/validpattern.php
@@ -9645,13 +9623,16 @@
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Loader/AnnotationFileLoaderTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Loader/ClosureLoaderTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Loader/DirectoryLoaderTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Loader/GlobFileLoaderTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Loader/ObjectRouteLoaderTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Loader/PhpFileLoaderTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Loader/XmlFileLoaderTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Loader/YamlFileLoaderTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Matcher/DumpedRedirectableUrlMatcherTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Matcher/DumpedUrlMatcherTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Matcher/Dumper/DumperCollectionTest.php
-%%WWWDIR%%/lib/composer/symfony/routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Matcher/Dumper/StaticPrefixCollectionTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Matcher/RedirectableUrlMatcherTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Matcher/TraceableUrlMatcherTest.php
%%WWWDIR%%/lib/composer/symfony/routing/Tests/Matcher/UrlMatcherTest.php
@@ -9668,8 +9649,12 @@
%%WWWDIR%%/lib/composer/symfony/translation/Catalogue/MergeOperation.php
%%WWWDIR%%/lib/composer/symfony/translation/Catalogue/OperationInterface.php
%%WWWDIR%%/lib/composer/symfony/translation/Catalogue/TargetOperation.php
+%%WWWDIR%%/lib/composer/symfony/translation/Command/XliffLintCommand.php
%%WWWDIR%%/lib/composer/symfony/translation/DataCollector/TranslationDataCollector.php
%%WWWDIR%%/lib/composer/symfony/translation/DataCollectorTranslator.php
+%%WWWDIR%%/lib/composer/symfony/translation/DependencyInjection/TranslationDumperPass.php
+%%WWWDIR%%/lib/composer/symfony/translation/DependencyInjection/TranslationExtractorPass.php
+%%WWWDIR%%/lib/composer/symfony/translation/DependencyInjection/TranslatorPass.php
%%WWWDIR%%/lib/composer/symfony/translation/Dumper/CsvFileDumper.php
%%WWWDIR%%/lib/composer/symfony/translation/Dumper/DumperInterface.php
%%WWWDIR%%/lib/composer/symfony/translation/Dumper/FileDumper.php
@@ -9691,6 +9676,11 @@
%%WWWDIR%%/lib/composer/symfony/translation/Extractor/AbstractFileExtractor.php
%%WWWDIR%%/lib/composer/symfony/translation/Extractor/ChainExtractor.php
%%WWWDIR%%/lib/composer/symfony/translation/Extractor/ExtractorInterface.php
+%%WWWDIR%%/lib/composer/symfony/translation/Extractor/PhpExtractor.php
+%%WWWDIR%%/lib/composer/symfony/translation/Extractor/PhpStringTokenParser.php
+%%WWWDIR%%/lib/composer/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php
+%%WWWDIR%%/lib/composer/symfony/translation/Formatter/MessageFormatter.php
+%%WWWDIR%%/lib/composer/symfony/translation/Formatter/MessageFormatterInterface.php
%%WWWDIR%%/lib/composer/symfony/translation/IdentityTranslator.php
%%WWWDIR%%/lib/composer/symfony/translation/Interval.php
%%WWWDIR%%/lib/composer/symfony/translation/LICENSE
@@ -9718,11 +9708,17 @@
%%WWWDIR%%/lib/composer/symfony/translation/MetadataAwareInterface.php
%%WWWDIR%%/lib/composer/symfony/translation/PluralizationRules.php
%%WWWDIR%%/lib/composer/symfony/translation/README.md
+%%WWWDIR%%/lib/composer/symfony/translation/Reader/TranslationReader.php
+%%WWWDIR%%/lib/composer/symfony/translation/Reader/TranslationReaderInterface.php
+%%WWWDIR%%/lib/composer/symfony/translation/Resources/schemas/xliff-core-1.2-strict.xsd
%%WWWDIR%%/lib/composer/symfony/translation/Tests/Catalogue/AbstractOperationTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/Catalogue/MergeOperationTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/Catalogue/TargetOperationTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/DataCollector/TranslationDataCollectorTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/DataCollectorTranslatorTest.php
+%%WWWDIR%%/lib/composer/symfony/translation/Tests/DependencyInjection/TranslationDumperPassTest.php
+%%WWWDIR%%/lib/composer/symfony/translation/Tests/DependencyInjection/TranslationExtractorPassTest.php
+%%WWWDIR%%/lib/composer/symfony/translation/Tests/DependencyInjection/TranslationPassTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/Dumper/CsvFileDumperTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/Dumper/FileDumperTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/Dumper/IcuResFileDumperTest.php
@@ -9734,6 +9730,8 @@
%%WWWDIR%%/lib/composer/symfony/translation/Tests/Dumper/QtFileDumperTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/Dumper/XliffFileDumperTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/Dumper/YamlFileDumperTest.php
+%%WWWDIR%%/lib/composer/symfony/translation/Tests/Extractor/PhpExtractorTest.php
+%%WWWDIR%%/lib/composer/symfony/translation/Tests/Formatter/MessageFormatterTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/IdentityTranslatorTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/IntervalTest.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/Loader/CsvFileLoaderTest.php
@@ -9768,6 +9766,9 @@
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/encoding.xlf
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/escaped-id-plurals.po
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/escaped-id.po
+%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/extractor/resource.format.engine
+%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/extractor/this.is.a.template.format.engine
+%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/extractor/translation.html.php
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/fuzzy-translations.po
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/invalid-xml-resources.xlf
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/malformed.json
@@ -9787,8 +9788,10 @@
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/dat/resources.dat
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/resourcebundle/res/en.res
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/resources-2.0-clean.xlf
+%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/resources-2.0-multi-segment-unit.xlf
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/resources-2.0.xlf
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/resources-clean.xlf
+%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/resources-notes-meta.xlf
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/resources-target-attributes.xlf
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/resources-tool-info.xlf
%%WWWDIR%%/lib/composer/symfony/translation/Tests/fixtures/resources.csv
@@ -9810,8 +9813,338 @@
%%WWWDIR%%/lib/composer/symfony/translation/TranslatorInterface.php
%%WWWDIR%%/lib/composer/symfony/translation/Util/ArrayConverter.php
%%WWWDIR%%/lib/composer/symfony/translation/Writer/TranslationWriter.php
+%%WWWDIR%%/lib/composer/symfony/translation/Writer/TranslationWriterInterface.php
%%WWWDIR%%/lib/composer/symfony/translation/composer.json
%%WWWDIR%%/lib/composer/symfony/translation/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/CHANGELOG.md
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/CONDUCT.md
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/CONTRIBUTING.md
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/LICENSE.md
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/README.md
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/composer.json
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/mkdocs.yml
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/phpcs.xml
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/AbstractDateDropdown.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/AbstractFilter.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/AbstractUnicode.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/BaseName.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Blacklist.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Boolean.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Callback.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Compress.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Compress/AbstractCompressionAlgorithm.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Compress/Bz2.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Compress/CompressionAlgorithmInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Compress/Gz.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Compress/Lzf.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Compress/Rar.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Compress/Snappy.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Compress/Tar.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Compress/Zip.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/ConfigProvider.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/DataUnitFormatter.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/DateSelect.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/DateTimeFormatter.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/DateTimeSelect.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Decompress.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Decrypt.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Digits.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Dir.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Encrypt.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Encrypt/BlockCipher.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Encrypt/EncryptionAlgorithmInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Encrypt/Openssl.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Exception/BadMethodCallException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Exception/DomainException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Exception/ExtensionNotLoadedException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Exception/RuntimeException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/File/Decrypt.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/File/Encrypt.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/File/LowerCase.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/File/Rename.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/File/RenameUpload.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/File/UpperCase.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/FilterChain.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/FilterInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/FilterPluginManager.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/FilterPluginManagerFactory.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/HtmlEntities.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Inflector.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Int.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Module.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/MonthSelect.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Null.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/PregReplace.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/RealPath.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/StaticFilter.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/StringToLower.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/StringToUpper.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/StringTrim.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/StripNewlines.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/StripTags.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/ToInt.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/ToNull.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/UpperCaseWords.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/UriNormalize.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Whitelist.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/AbstractSeparator.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/CamelCaseToDash.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/CamelCaseToSeparator.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/CamelCaseToUnderscore.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/DashToCamelCase.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/DashToSeparator.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/DashToUnderscore.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/SeparatorToCamelCase.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/SeparatorToDash.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/SeparatorToSeparator.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/Service/SeparatorToSeparatorFactory.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/UnderscoreToCamelCase.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/UnderscoreToDash.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/UnderscoreToSeparator.php
+%%WWWDIR%%/lib/composer/zendframework/zend-filter/src/Word/UnderscoreToStudlyCase.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/CHANGELOG.md
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/LICENSE.md
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/README.md
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/composer.json
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/ArrayInput.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/BaseInputFilter.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/CollectionInputFilter.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/ConfigProvider.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/EmptyContextInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/Exception/RuntimeException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/Factory.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/FileInput.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/Input.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/InputFilter.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/InputFilterAbstractServiceFactory.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/InputFilterAwareInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/InputFilterAwareTrait.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/InputFilterInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/InputFilterPluginManager.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/InputFilterPluginManagerFactory.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/InputFilterProviderInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/InputInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/InputProviderInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/Module.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/OptionalInputFilter.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/ReplaceableInputInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-inputfilter/src/UnknownInputsCapableInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/CHANGELOG.md
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/LICENSE.md
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/README.md
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/composer.json
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/AbstractFactory/ConfigAbstractFactory.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/AbstractFactory/ReflectionBasedAbstractFactory.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/AbstractFactoryInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/AbstractPluginManager.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Config.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/ConfigInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/DelegatorFactoryInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Exception/ContainerModificationsNotAllowedException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Exception/CyclicAliasException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Exception/InvalidServiceException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Exception/ServiceNotCreatedException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Exception/ServiceNotFoundException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Factory/AbstractFactoryInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Factory/DelegatorFactoryInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Factory/FactoryInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Factory/InvokableFactory.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/FactoryInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Initializer/InitializerInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/InitializerInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/PluginManagerInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Proxy/LazyServiceFactory.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/ServiceLocatorInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/ServiceManager.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Test/CommonPluginManagerTrait.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Tool/ConfigDumper.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Tool/ConfigDumperCommand.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Tool/FactoryCreator.php
+%%WWWDIR%%/lib/composer/zendframework/zend-servicemanager/src/Tool/FactoryCreatorCommand.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/CHANGELOG.md
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/CONDUCT.md
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/CONTRIBUTING.md
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/LICENSE.md
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/README.md
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/benchmark/ExtractPriorityQueue.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/benchmark/InsertPriorityQueue.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/benchmark/RemovePriorityQueue.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/composer.json
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/mkdocs.yml
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/phpcs.xml
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/AbstractOptions.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ArrayObject.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ArraySerializableInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ArrayStack.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ArrayUtils.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ArrayUtils/MergeRemoveKey.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ConsoleHelper.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/DispatchableInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ErrorHandler.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Exception/BadMethodCallException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Exception/DomainException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Exception/ExtensionNotLoadedException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Exception/LogicException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Exception/RuntimeException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/FastPriorityQueue.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Glob.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Guard/EmptyGuardTrait.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Guard/NullGuardTrait.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/InitializableInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/JsonSerializable.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Message.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/MessageInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ParameterObjectInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Parameters.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ParametersInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/PriorityList.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/PriorityQueue.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Request.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/RequestInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/Response.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/ResponseInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/SplPriorityQueue.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/SplQueue.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/SplStack.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/StringUtils.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/StringWrapper/Iconv.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/StringWrapper/Intl.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/StringWrapper/MbString.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/StringWrapper/Native.php
+%%WWWDIR%%/lib/composer/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/CHANGELOG.md
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/CONDUCT.md
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/CONTRIBUTING.md
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/LICENSE.md
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/README.md
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/composer.json
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/composer.lock
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/mkdocs.yml
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/phpcs.xml
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/AbstractValidator.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/AbstractAdapter.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/AdapterInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Codabar.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Code128.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Code25.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Code25interleaved.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Code39.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Code39ext.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Code93.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Code93ext.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Ean12.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Ean13.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Ean14.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Ean18.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Ean2.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Ean5.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Ean8.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Gtin12.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Gtin13.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Gtin14.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Identcode.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Intelligentmail.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Issn.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Itf14.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Leitcode.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Planet.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Postnet.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Royalmail.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Sscc.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Upca.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Barcode/Upce.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Between.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Bitwise.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Callback.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/ConfigProvider.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/CreditCard.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Csrf.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Date.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/DateStep.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Db/AbstractDb.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Db/NoRecordExists.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Db/RecordExists.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Digits.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/EmailAddress.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Exception/BadMethodCallException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Exception/ExceptionInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Exception/ExtensionNotLoadedException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Exception/InvalidArgumentException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Exception/InvalidMagicMimeFileException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Exception/RuntimeException.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Explode.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/Count.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/Crc32.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/ExcludeExtension.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/ExcludeMimeType.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/Exists.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/Extension.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/FilesSize.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/Hash.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/ImageSize.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/IsCompressed.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/IsImage.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/Md5.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/MimeType.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/NotExists.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/Sha1.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/Size.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/Upload.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/UploadFile.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/File/WordCount.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/GpsPoint.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/GreaterThan.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Hex.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Hostname.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Hostname/Biz.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Hostname/Cn.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Hostname/Com.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Hostname/Jp.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Iban.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Identical.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/InArray.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Ip.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/IsCountable.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/IsInstanceOf.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Isbn.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Isbn/Isbn10.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Isbn/Isbn13.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/LessThan.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Module.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/NotEmpty.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Regex.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Sitemap/Changefreq.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Sitemap/Lastmod.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Sitemap/Loc.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Sitemap/Priority.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/StaticValidator.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Step.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/StringLength.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Timezone.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Translator/TranslatorAwareInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Translator/TranslatorInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Uri.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/Uuid.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/ValidatorChain.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/ValidatorInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/ValidatorPluginManager.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/ValidatorPluginManagerAwareInterface.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/ValidatorPluginManagerFactory.php
+%%WWWDIR%%/lib/composer/zendframework/zend-validator/src/ValidatorProviderInterface.php
%%WWWDIR%%/lib/l10n/ach.js
%%WWWDIR%%/lib/l10n/ach.json
%%WWWDIR%%/lib/l10n/ady.js
@@ -10278,6 +10611,7 @@
%%WWWDIR%%/lib/private/Installer.php
%%WWWDIR%%/lib/private/IntegrityCheck/Checker.php
%%WWWDIR%%/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php
+%%WWWDIR%%/lib/private/IntegrityCheck/Exceptions/MissingSignatureException.php
%%WWWDIR%%/lib/private/IntegrityCheck/Helpers/AppLocator.php
%%WWWDIR%%/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php
%%WWWDIR%%/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php
@@ -10318,6 +10652,8 @@
%%WWWDIR%%/lib/private/NeedsUpdateException.php
%%WWWDIR%%/lib/private/NotSquareException.php
%%WWWDIR%%/lib/private/Notification/Action.php
+%%WWWDIR%%/lib/private/Notification/Events/RegisterConsumerEventImpl.php
+%%WWWDIR%%/lib/private/Notification/Events/RegisterNotifierEventImpl.php
%%WWWDIR%%/lib/private/Notification/Manager.php
%%WWWDIR%%/lib/private/Notification/Notification.php
%%WWWDIR%%/lib/private/OCS/Config.php
@@ -10332,6 +10668,7 @@
%%WWWDIR%%/lib/private/Preview/Bitmap.php
%%WWWDIR%%/lib/private/Preview/Font.php
%%WWWDIR%%/lib/private/Preview/GIF.php
+%%WWWDIR%%/lib/private/Preview/Heic.php
%%WWWDIR%%/lib/private/Preview/Illustrator.php
%%WWWDIR%%/lib/private/Preview/Image.php
%%WWWDIR%%/lib/private/Preview/JPEG.php
@@ -10372,6 +10709,8 @@
%%WWWDIR%%/lib/private/Repair/RepairInvalidShares.php
%%WWWDIR%%/lib/private/Repair/RepairMimeTypes.php
%%WWWDIR%%/lib/private/Repair/RepairMismatchFileCachePath.php
+%%WWWDIR%%/lib/private/Repair/RepairOrphanedSubshare.php
+%%WWWDIR%%/lib/private/Repair/RepairSubShares.php
%%WWWDIR%%/lib/private/Repair/RepairUnmergedShares.php
%%WWWDIR%%/lib/private/Repair/SearchLuceneTables.php
%%WWWDIR%%/lib/private/Repair/SharePropagation.php
@@ -10419,6 +10758,7 @@
%%WWWDIR%%/lib/private/Setup/PostgreSQL.php
%%WWWDIR%%/lib/private/Setup/Sqlite.php
%%WWWDIR%%/lib/private/Share/Constants.php
+%%WWWDIR%%/lib/private/Share/Filters/MailNotificationFilter.php
%%WWWDIR%%/lib/private/Share/Helper.php
%%WWWDIR%%/lib/private/Share/MailNotifications.php
%%WWWDIR%%/lib/private/Share/SearchResultSorter.php
@@ -10467,6 +10807,9 @@
%%WWWDIR%%/lib/private/User/NoUserException.php
%%WWWDIR%%/lib/private/User/RemoteUser.php
%%WWWDIR%%/lib/private/User/Session.php
+%%WWWDIR%%/lib/private/User/Sync/AllUsersIterator.php
+%%WWWDIR%%/lib/private/User/Sync/SeenUsersIterator.php
+%%WWWDIR%%/lib/private/User/Sync/UsersIterator.php
%%WWWDIR%%/lib/private/User/SyncService.php
%%WWWDIR%%/lib/private/User/TokenAuthModule.php
%%WWWDIR%%/lib/private/User/User.php
@@ -10615,6 +10958,7 @@
%%WWWDIR%%/lib/public/Files/External/Service/IUserGlobalStoragesService.php
%%WWWDIR%%/lib/public/Files/External/Service/IUserStoragesService.php
%%WWWDIR%%/lib/public/Files/File.php
+%%WWWDIR%%/lib/public/Files/FileContentNotAllowedException.php
%%WWWDIR%%/lib/public/Files/FileInfo.php
%%WWWDIR%%/lib/public/Files/FileNameTooLongException.php
%%WWWDIR%%/lib/public/Files/Folder.php
@@ -10629,6 +10973,7 @@
%%WWWDIR%%/lib/public/Files/LockNotAcquiredException.php
%%WWWDIR%%/lib/public/Files/Mount/IMountManager.php
%%WWWDIR%%/lib/public/Files/Mount/IMountPoint.php
+%%WWWDIR%%/lib/public/Files/NoReadAccessException.php
%%WWWDIR%%/lib/public/Files/Node.php
%%WWWDIR%%/lib/public/Files/NotEnoughSpaceException.php
%%WWWDIR%%/lib/public/Files/NotFoundException.php
@@ -10703,6 +11048,9 @@
%%WWWDIR%%/lib/public/Migration/ISchemaMigration.php
%%WWWDIR%%/lib/public/Migration/ISimpleMigration.php
%%WWWDIR%%/lib/public/Migration/ISqlMigration.php
+%%WWWDIR%%/lib/public/Notification/Events/RegisterConsumerEvent.php
+%%WWWDIR%%/lib/public/Notification/Events/RegisterNotifierEvent.php
+%%WWWDIR%%/lib/public/Notification/Exceptions/NotifierIdInUseException.php
%%WWWDIR%%/lib/public/Notification/IAction.php
%%WWWDIR%%/lib/public/Notification/IApp.php
%%WWWDIR%%/lib/public/Notification/IManager.php
@@ -10755,11 +11103,14 @@
%%WWWDIR%%/lib/public/Theme/IThemeService.php
%%WWWDIR%%/lib/public/User.php
%%WWWDIR%%/lib/public/User/IChangePasswordBackend.php
+%%WWWDIR%%/lib/public/User/IProvidesDisplayNameBackend.php
%%WWWDIR%%/lib/public/User/IProvidesEMailBackend.php
%%WWWDIR%%/lib/public/User/IProvidesExtendedSearchBackend.php
+%%WWWDIR%%/lib/public/User/IProvidesHomeBackend.php
%%WWWDIR%%/lib/public/User/IProvidesQuotaBackend.php
%%WWWDIR%%/lib/public/UserInterface.php
%%WWWDIR%%/lib/public/Util.php
+%%WWWDIR%%/lib/public/Util/UserSearch.php
%%WWWDIR%%/occ
%%WWWDIR%%/ocs-provider/index.php
%%WWWDIR%%/ocs/providers.php
@@ -11465,6 +11816,6 @@
@dir %%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/build
@dir %%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/docs
@dir %%WWWDIR%%/updater/vendor/symfony/console/Resources/bin
-@dir(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,) %%WWWDIR%%/apps
-@dir(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,) %%WWWDIR%%/config
-@dir(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,) %%WWWDIR%%/data
+@dir(%%OWNCLOUD_USER%%,%%OWNCLOUD_GROUP%%,) %%WWWDIR%%/apps
+@dir(%%OWNCLOUD_USER%%,%%OWNCLOUD_GROUP%%,) %%WWWDIR%%/config
+@dir(%%OWNCLOUD_USER%%,%%OWNCLOUD_GROUP%%,) %%WWWDIR%%/data