aboutsummaryrefslogtreecommitdiff
path: root/www/owncloud
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2017-05-03 01:04:51 +0000
committerKevin Lo <kevlo@FreeBSD.org>2017-05-03 01:04:51 +0000
commite52bc6e02324eab0dc9e0ec40f9e087f239e7ab3 (patch)
tree0f29d58a1c91e9de8554f8ca9585bb6b1a51ed1a /www/owncloud
parent411d3e540e434a5c105631a0a9edb2c977d3e20e (diff)
downloadports-e52bc6e02324eab0dc9e0ec40f9e087f239e7ab3.tar.gz
ports-e52bc6e02324eab0dc9e0ec40f9e087f239e7ab3.zip
Update to 10.0.
Notes
Notes: svn path=/head/; revision=439998
Diffstat (limited to 'www/owncloud')
-rw-r--r--www/owncloud/Makefile9
-rw-r--r--www/owncloud/distinfo6
-rw-r--r--www/owncloud/files/patch-apps_user__external_lib_smb.php11
-rw-r--r--www/owncloud/pkg-plist9198
4 files changed, 5734 insertions, 3490 deletions
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile
index 0dc5e65c1fbd..e62fd0b04416 100644
--- a/www/owncloud/Makefile
+++ b/www/owncloud/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= owncloud
-PORTVERSION= 9.1.4
+PORTVERSION= 10.0.0
CATEGORIES= www
MASTER_SITES= http://download.owncloud.org/community/
@@ -9,10 +9,9 @@ MAINTAINER= kevlo@FreeBSD.org
COMMENT= Personal cloud which runs on your own server
LICENSE= AGPLv3
-LICENSE_FILE= ${WRKSRC}/COPYING-AGPL
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe tar:bzip2 ssl
-IGNORE_WITH_PHP= 71
USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv json \
mbstring pdo posix session simplexml xml xmlreader xmlwriter \
xsl wddx zip zlib
@@ -46,6 +45,10 @@ SQLITE_USE= PHP=pdo_sqlite,sqlite3
SMB_RUN_DEPENDS= pecl-smbclient>=0.8.0:net/pecl-smbclient
SSL_USE= PHP=openssl
+post-patch:
+ @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," \
+ ${WRKSRC}/apps/user_external/lib/smb.php
+
do-install:
@${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR}
@cd ${WRKSRC} && \
diff --git a/www/owncloud/distinfo b/www/owncloud/distinfo
index be9e770bcda4..dedf6508d571 100644
--- a/www/owncloud/distinfo
+++ b/www/owncloud/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486952371
-SHA256 (owncloud-9.1.4.tar.bz2) = 1bf62c5e665a98f8c82fbeb2fcc5d2aa2bd3157b0cad2a93000a8d72114ca547
-SIZE (owncloud-9.1.4.tar.bz2) = 13882525
+TIMESTAMP = 1493771697
+SHA256 (owncloud-10.0.0.tar.bz2) = 488fc136a8000b42c447e224e69f16f5c31a231eea3038614fdea5e0c2218457
+SIZE (owncloud-10.0.0.tar.bz2) = 32764455
diff --git a/www/owncloud/files/patch-apps_user__external_lib_smb.php b/www/owncloud/files/patch-apps_user__external_lib_smb.php
new file mode 100644
index 000000000000..9ee5c7bdbf1e
--- /dev/null
+++ b/www/owncloud/files/patch-apps_user__external_lib_smb.php
@@ -0,0 +1,11 @@
+--- apps/user_external/lib/smb.php.orig 2017-05-03 00:52:45 UTC
++++ apps/user_external/lib/smb.php
+@@ -18,7 +18,7 @@
+ class OC_User_SMB extends \OCA\user_external\Base{
+ private $host;
+
+- const SMBCLIENT = 'smbclient -L';
++ const SMBCLIENT = '%%PREFIX%%/bin/smbclient -L';
+ const LOGINERROR = 'NT_STATUS_LOGON_FAILURE';
+
+ /**
diff --git a/www/owncloud/pkg-plist b/www/owncloud/pkg-plist
index 4eb84e2f19f9..a0463a2dbf48 100644
--- a/www/owncloud/pkg-plist
+++ b/www/owncloud/pkg-plist
@@ -1,2750 +1,20 @@
%%WWWDIR%%/.htaccess
%%WWWDIR%%/.user.ini
-%%WWWDIR%%/3rdparty/LICENSE INFO
-%%WWWDIR%%/3rdparty/README.md
-%%WWWDIR%%/3rdparty/autoload.php
-%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/.scrutinizer.yml
-%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/LICENSE
-%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/README.md
-%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/composer.json
-%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/phpunit.xml.dist
-%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/src/IniGetWrapper.php
-%%WWWDIR%%/3rdparty/composer.json
-%%WWWDIR%%/3rdparty/composer.lock
-%%WWWDIR%%/3rdparty/composer/ClassLoader.php
-%%WWWDIR%%/3rdparty/composer/LICENSE
-%%WWWDIR%%/3rdparty/composer/autoload_classmap.php
-%%WWWDIR%%/3rdparty/composer/autoload_files.php
-%%WWWDIR%%/3rdparty/composer/autoload_namespaces.php
-%%WWWDIR%%/3rdparty/composer/autoload_psr4.php
-%%WWWDIR%%/3rdparty/composer/autoload_real.php
-%%WWWDIR%%/3rdparty/composer/autoload_static.php
-%%WWWDIR%%/3rdparty/composer/include_paths.php
-%%WWWDIR%%/3rdparty/composer/installed.json
-%%WWWDIR%%/3rdparty/deepdiver1975/tarstreamer/LICENSE
-%%WWWDIR%%/3rdparty/deepdiver1975/tarstreamer/src/TarStreamer.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/LICENSE
-%%WWWDIR%%/3rdparty/doctrine/annotations/README.md
-%%WWWDIR%%/3rdparty/doctrine/annotations/composer.json
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
-%%WWWDIR%%/3rdparty/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
-%%WWWDIR%%/3rdparty/doctrine/cache/.coveralls.yml
-%%WWWDIR%%/3rdparty/doctrine/cache/LICENSE
-%%WWWDIR%%/3rdparty/doctrine/cache/README.md
-%%WWWDIR%%/3rdparty/doctrine/cache/UPGRADE.md
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php
-%%WWWDIR%%/3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php
-%%WWWDIR%%/3rdparty/doctrine/collections/LICENSE
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php
-%%WWWDIR%%/3rdparty/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
-%%WWWDIR%%/3rdparty/doctrine/collections/phpunit.xml.dist
-%%WWWDIR%%/3rdparty/doctrine/common/LICENSE
-%%WWWDIR%%/3rdparty/doctrine/common/README.md
-%%WWWDIR%%/3rdparty/doctrine/common/UPGRADE_TO_2_1
-%%WWWDIR%%/3rdparty/doctrine/common/UPGRADE_TO_2_2
-%%WWWDIR%%/3rdparty/doctrine/common/build.properties
-%%WWWDIR%%/3rdparty/doctrine/common/build.xml
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/ClassLoader.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/CommonException.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Comparable.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/EventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/EventManager.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/EventSubscriber.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Lexer.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Debug.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
-%%WWWDIR%%/3rdparty/doctrine/common/lib/Doctrine/Common/Version.php
-%%WWWDIR%%/3rdparty/doctrine/common/phpunit.xml.dist
-%%WWWDIR%%/3rdparty/doctrine/dbal/LICENSE
-%%WWWDIR%%/3rdparty/doctrine/dbal/README.md
-%%WWWDIR%%/3rdparty/doctrine/dbal/SECURITY.md
-%%WWWDIR%%/3rdparty/doctrine/dbal/UPGRADE.md
-%%WWWDIR%%/3rdparty/doctrine/dbal/composer.json
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Events.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Statement.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Version.php
-%%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
-%%WWWDIR%%/3rdparty/doctrine/inflector/LICENSE
-%%WWWDIR%%/3rdparty/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
-%%WWWDIR%%/3rdparty/doctrine/lexer/README.md
-%%WWWDIR%%/3rdparty/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Collection.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Event.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/BadMethodCallException.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/GuzzleException.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/InvalidArgumentException.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/RuntimeException.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/FromConfigInterface.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/HasDispatcherInterface.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/ToArrayInterface.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/Version.php
-%%WWWDIR%%/3rdparty/guzzle/common/Guzzle/Common/composer.json
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/CachingEntityBody.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Client.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/ClientInterface.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlHandle.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMulti.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMultiProxy.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlVersion.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Curl/RequestMediator.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/EntityBody.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/EntityBodyInterface.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/BadResponseException.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/CouldNotRewindStreamException.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/CurlException.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/HttpException.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/MultiTransferException.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/RequestException.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/ServerErrorResponseException.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Exception/TooManyRedirectsException.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/AbstractMessage.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/CacheControl.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderCollection.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderFactory.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderInterface.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Header/Link.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/MessageInterface.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/PostFile.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/PostFileInterface.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Request.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/RequestFactory.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/RequestInterface.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Message/Response.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Mimetypes.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/CommaAggregator.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/PhpAggregator.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/QueryString.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/RedirectPlugin.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Resources/cacert.pem
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Resources/cacert.pem.md5
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/StaticClient.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/Url.php
-%%WWWDIR%%/3rdparty/guzzle/http/Guzzle/Http/composer.json
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Cookie/CookieParser.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Cookie/CookieParserInterface.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Message/MessageParser.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Message/PeclHttpMessageParser.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/ParserRegistry.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Url/UrlParser.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php
-%%WWWDIR%%/3rdparty/guzzle/parser/Guzzle/Parser/composer.json
-%%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/PhpStreamRequestFactory.php
-%%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/Stream.php
-%%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/StreamInterface.php
-%%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/StreamRequestFactoryInterface.php
-%%WWWDIR%%/3rdparty/guzzle/stream/Guzzle/Stream/composer.json
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/LICENSE
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/BatchResults.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Client.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/ClientInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Collection.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJar.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Cookie/SetCookie.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractEvent.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/BeforeEvent.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/CompleteEvent.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/Emitter.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/EmitterInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/EndEvent.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/ErrorEvent.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/EventInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/ProgressEvent.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/RequestEvents.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/BadResponseException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ClientException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ConnectException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ParseException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/RequestException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/ServerException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/StateException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/TransferException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Exception/XmlParseException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/HasDataTrait.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/AbstractMessage.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/FutureResponse.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactory.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/MessageParser.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/Request.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/RequestInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/Response.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Message/ResponseInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Mimetypes.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Pool.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/MultipartBody.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostBody.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostBodyInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostFile.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Post/PostFileInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Query.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/QueryParser.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/RingBridge.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Cookie.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/History.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/HttpError.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Mock.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Prepare.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Subscriber/Redirect.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/ToArrayInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Transaction.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/UriTemplate.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Url.php
-%%WWWDIR%%/3rdparty/guzzlehttp/guzzle/src/Utils.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/LICENSE
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/ClientUtils.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlFactory.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlHandler.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/Middleware.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/MockHandler.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Client/StreamHandler.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Core.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/ConnectException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Exception/RingException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureArray.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/FutureValue.php
-%%WWWDIR%%/3rdparty/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/LICENSE
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/AppendStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/AsyncReadStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/BufferStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/CachingStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/DroppingStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Exception/CannotAttachException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Exception/SeekException.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/FnStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/GuzzleStreamWrapper.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/InflateStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/LazyOpenStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/LimitStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/MetadataStreamInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/NoSeekStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/NullStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/PumpStream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Stream.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/StreamDecoratorTrait.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/StreamInterface.php
-%%WWWDIR%%/3rdparty/guzzlehttp/streams/src/Utils.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/CallbackWrapper.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/Directory.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/DirectoryFilter.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/DirectoryWrapper.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/File.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/IteratorDirectory.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/NullWrapper.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/Path.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/PathWrapper.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/RetryWrapper.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/SeekableWrapper.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/Url.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/UrlCallBack.php
-%%WWWDIR%%/3rdparty/icewind/streams/src/Wrapper.php
-%%WWWDIR%%/3rdparty/interfasys/lognormalizer/AUTHORS.md
-%%WWWDIR%%/3rdparty/interfasys/lognormalizer/COPYING
-%%WWWDIR%%/3rdparty/interfasys/lognormalizer/src/Normalizer.php
-%%WWWDIR%%/3rdparty/ircmaxell/password-compat/LICENSE.md
-%%WWWDIR%%/3rdparty/ircmaxell/password-compat/composer.json
-%%WWWDIR%%/3rdparty/ircmaxell/password-compat/lib/password.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/LICENSE.md
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/ClosureAnalyzer.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Token.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/TokenAnalyzer.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ClosureLocatorVisitor.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/MagicConstantVisitor.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/Visitor/ThisDetectorVisitor.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureAnalysisException.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/SerializableClosure.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Serializer.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/SerializerInterface.php
-%%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/hash_equals.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/LICENSE
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/AssetManager.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/AssetWriter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Exception/Exception.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterFunction.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterNode.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/CacheBustingWorker.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/AutoprefixerFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssCacheBustingFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JSqueezeFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/BaseSassFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/SeparatorFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/FilterManager.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Util/FilesystemUtils.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Util/LessUtils.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/Util/VarUtils.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php
-%%WWWDIR%%/3rdparty/kriswallsmith/assetic/src/functions.php
-%%WWWDIR%%/3rdparty/league/flysystem/LICENSE
-%%WWWDIR%%/3rdparty/league/flysystem/composer.json
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/AbstractAdapter.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/AbstractFtpAdapter.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Ftp.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Ftpd.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Local.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/NullAdapter.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Polyfill/NotSupportingVisibilityTrait.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedCopyTrait.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedReadingTrait.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedWritingTrait.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Adapter/SynologyFtp.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/AdapterInterface.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Config.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/ConfigAwareTrait.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Directory.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Exception.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/File.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/FileExistsException.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/FileNotFoundException.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Filesystem.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/FilesystemInterface.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Handler.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/MountManager.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/NotSupportedException.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/AbstractPlugin.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/EmptyDir.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/GetWithMetadata.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/ListFiles.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/ListPaths.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/ListWith.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/PluggableTrait.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Plugin/PluginNotFoundException.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/PluginInterface.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/ReadInterface.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/RootViolationException.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/UnreadableFileException.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Util.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Util/MimeType.php
-%%WWWDIR%%/3rdparty/league/flysystem/src/Util/StreamHasher.php
-%%WWWDIR%%/3rdparty/lukasreschke/id3parser/README.md
-%%WWWDIR%%/3rdparty/lukasreschke/id3parser/composer.json
-%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/ID3Parser.php
-%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v1.php
-%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v2.php
-%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3.php
-%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3_exception.php
-%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3_handler.php
-%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3_lib.php
-%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/COPYING
-%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/MANUAL.md
-%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/README.md
-%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/composer.json
-%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/src/ZipStreamer.php
-%%WWWDIR%%/3rdparty/mcnetic/zipstreamer/src/lib/Count64.php
-%%WWWDIR%%/3rdparty/natxet/CssMin/README
-%%WWWDIR%%/3rdparty/natxet/CssMin/composer.json
-%%WWWDIR%%/3rdparty/natxet/CssMin/src/CssMin.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/LICENSE
-%%WWWDIR%%/3rdparty/nikic/php-parser/grammar/README.md
-%%WWWDIR%%/3rdparty/nikic/php-parser/grammar/kmyacc.php.parser
-%%WWWDIR%%/3rdparty/nikic/php-parser/grammar/zend_language_parser.phpy
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Autoloader.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Class_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Declaration.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Function_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Interface_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Method.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Param.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Property.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Trait_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Builder/Use_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/BuilderAbstract.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/BuilderFactory.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Comment.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Comment/Doc.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Error.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Lexer.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Arg.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Const_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Param.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeAbstract.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeDumper.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverser.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Parser.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/ParserAbstract.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Serializer.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Serializer/XML.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer/XML.php
-%%WWWDIR%%/3rdparty/nikic/php-parser/lib/bootstrap.php
-%%WWWDIR%%/3rdparty/paragonie/random_compat/LICENSE
-%%WWWDIR%%/3rdparty/paragonie/random_compat/composer.json
-%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/byte_safe_strings.php
-%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/cast_to_int.php
-%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/error_polyfill.php
-%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random.php
-%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_com_dotnet.php
-%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_dev_urandom.php
-%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium.php
-%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
-%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_mcrypt.php
-%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_openssl.php
-%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_int.php
-%%WWWDIR%%/3rdparty/patches.txt
-%%WWWDIR%%/3rdparty/patchwork/jsqueeze/LICENSE.ASL20
-%%WWWDIR%%/3rdparty/patchwork/jsqueeze/LICENSE.GPLv2
-%%WWWDIR%%/3rdparty/patchwork/jsqueeze/README.md
-%%WWWDIR%%/3rdparty/patchwork/jsqueeze/composer.json
-%%WWWDIR%%/3rdparty/patchwork/jsqueeze/src/JSqueeze.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/CHANGELOG.md
-%%WWWDIR%%/3rdparty/patchwork/utf8/LICENSE-APACHE
-%%WWWDIR%%/3rdparty/patchwork/utf8/LICENSE-GPL
-%%WWWDIR%%/3rdparty/patchwork/utf8/README.md
-%%WWWDIR%%/3rdparty/patchwork/utf8/composer.json
-%%WWWDIR%%/3rdparty/patchwork/utf8/phpunit.xml.dist
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Normalizer.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Iconv.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Intl.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Mbstring.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Normalizer.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/Xml.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.big5.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp037.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1006.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1026.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp424.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp437.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp500.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp737.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp775.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp850.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp852.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp855.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp856.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp857.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp860.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp861.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp862.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp863.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp864.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp865.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp866.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp869.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp874.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp875.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp932.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp936.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp949.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp950.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.gsm0338.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-1.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-10.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-11.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-15.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-16.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-2.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-3.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-4.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-5.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-6.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-7.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-8.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-9.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-r.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-u.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.mazovia.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.nextstep.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.stdenc.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.symbol.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.turkish.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii-quotes.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1250.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1251.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1252.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1253.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1254.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1255.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1256.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1257.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1258.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-ce.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-cyrillic.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-greek.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-icelandic.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-roman.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.zdingbat.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.gsm0338.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.mazovia.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.stdenc.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.symbol.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.zdingbat.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/charset/translit.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalComposition.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalDecomposition.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/combiningClass.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/compatibilityDecomposition.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/lowerCase.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/upperCase.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/TurkishUtf8.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/BestFit.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/iconv.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/mbstring.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/utf8_encode.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/WindowsStreamWrapper.php
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/caseFolding_full.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1250.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1251.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1252.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1253.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1254.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1255.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1256.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1257.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1258.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit874.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit932.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit936.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit949.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit950.ser
-%%WWWDIR%%/3rdparty/patchwork/utf8/src/Patchwork/Utf8/data/translit_extra.ser
-%%WWWDIR%%/3rdparty/pear/archive_tar/Archive/Tar.php
-%%WWWDIR%%/3rdparty/pear/archive_tar/README.md
-%%WWWDIR%%/3rdparty/pear/archive_tar/composer.json
-%%WWWDIR%%/3rdparty/pear/archive_tar/package.xml
-%%WWWDIR%%/3rdparty/pear/console_getopt/Console/Getopt.php
-%%WWWDIR%%/3rdparty/pear/console_getopt/LICENSE
-%%WWWDIR%%/3rdparty/pear/console_getopt/README.rst
-%%WWWDIR%%/3rdparty/pear/console_getopt/composer.json
-%%WWWDIR%%/3rdparty/pear/console_getopt/package.xml
-%%WWWDIR%%/3rdparty/pear/pear-core-minimal/README.rst
-%%WWWDIR%%/3rdparty/pear/pear-core-minimal/composer.json
-%%WWWDIR%%/3rdparty/pear/pear-core-minimal/src/OS/Guess.php
-%%WWWDIR%%/3rdparty/pear/pear-core-minimal/src/PEAR.php
-%%WWWDIR%%/3rdparty/pear/pear-core-minimal/src/PEAR/Error.php
-%%WWWDIR%%/3rdparty/pear/pear-core-minimal/src/PEAR/ErrorStack.php
-%%WWWDIR%%/3rdparty/pear/pear-core-minimal/src/System.php
-%%WWWDIR%%/3rdparty/pear/pear_exception/LICENSE
-%%WWWDIR%%/3rdparty/pear/pear_exception/PEAR/Exception.php
-%%WWWDIR%%/3rdparty/pear/pear_exception/composer.json
-%%WWWDIR%%/3rdparty/pear/pear_exception/package.xml
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/AUTHORS
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/LICENSE
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/AES.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Base.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/DES.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Random.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/File/ANSI.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/File/X509.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Net/SCP.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH1.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/Net/SSH2.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
-%%WWWDIR%%/3rdparty/phpseclib/phpseclib/phpseclib/openssl.cnf
-%%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/Container.php
-%%WWWDIR%%/3rdparty/pimple/pimple/src/Pimple/ServiceProviderInterface.php
-%%WWWDIR%%/3rdparty/punic/punic/LICENSE.txt
-%%WWWDIR%%/3rdparty/punic/punic/UNICODE-LICENSE.txt
-%%WWWDIR%%/3rdparty/punic/punic/code/Calendar.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Comparer.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Currency.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Data.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Exception.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Exception/BadArgumentType.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Exception/BadDataFileContents.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Exception/DataFileNotFound.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Exception/DataFileNotReadable.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Exception/DataFolderNotFound.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Exception/InvalidDataFile.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Exception/InvalidLocale.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Exception/NotImplemented.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Exception/ValueNotInList.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Language.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Misc.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Number.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Phone.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Plural.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Territory.php
-%%WWWDIR%%/3rdparty/punic/punic/code/Unit.php
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ar/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ca/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/cs/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/currencyData.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/da/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/de/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/el/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-AU/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-CA/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-GB/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-HK/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en-IN/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/en/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/es/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fi/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/fr/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/he/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hi/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hr/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/hu/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/it/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ja/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ko/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/likelySubtags.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/measurementData.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/metaZones.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nb/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/nl/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/parentLocales.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pl/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/plurals.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt-PT/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/pt/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ro/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/root/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/ru/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sk/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sl/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sr/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/sv/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/telephoneCodeData.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/territoryContainment.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/territoryInfo.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/th/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/tr/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/uk/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/vi/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/weekData.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh-Hant/units.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/calendar.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/currencies.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/dateFields.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/languages.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/layout.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/listPatterns.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/localeDisplayNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/measurementSystemNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/numbers.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/territories.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/timeZoneNames.json
-%%WWWDIR%%/3rdparty/punic/punic/code/data/zh/units.json
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/.coveralls.yml
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/CONTRIBUTING.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/LICENSE
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/README.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/composer.json
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/changelog/1.7.0.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/changelog/1.9.0.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/changelog/Upgrading to 1.7.0.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/generate.sh
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/getting-started-openstack.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/getting-started.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Config.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Groups.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Policies.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Autoscale/Webhooks.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Clients.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Agents.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Alarms.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Changelogs.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Checks.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Entities.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Metrics.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Notifications.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Service.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Views.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Zones.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Images.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Keypair.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Server.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Compute/Service.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Roles.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Service.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Tenants.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Tokens.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Identity/Users.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Iterators.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/LoadBalancer/README.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/LoadBalancer/USERGUIDE.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Access.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Account.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Container.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Object.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Container.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Migrating.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Object.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Claim.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Message.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/Queues/Queue.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/accessip.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/caching-credentials.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/dbaas.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/flavors.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/networks.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/servers.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/docs/userguide/volumes.md
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/AbstractResource.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Group.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/GroupConfiguration.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/LaunchConfiguration.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/ScalingPolicy.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Webhook.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AgentException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AlarmException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CheckException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CloudMonitoringException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/EntityException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/MetricException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationHistoryException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationPlanException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ServiceException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/TestException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ZoneException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AbstractResource.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Agent.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentConnection.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHost.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHostInfo.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentTarget.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentToken.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Alarm.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Changelog.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Check.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/CheckType.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Entity.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Metric.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Notification.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationHistory.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationPlan.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationType.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/ReadOnlyResource.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/View.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Zone.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/AbstractLogger.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/LogLevel.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Log/LoggerInterface.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ImageState.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/Network.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ServerState.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Exception/KeyPairException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Flavor.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Image.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/KeyPair.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Network.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Server.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/ServerMetadata.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/VolumeAttachment.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Compute/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Collection/DnsIterator.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/AsyncResponse.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Domain.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Object.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/PtrRecord.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Record.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Subdomain.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/DNS/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Database.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Instance.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/User.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Database/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Access.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Algorithm.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/AllowedDomain.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/BillableLoadBalancer.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionLogging.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionThrottle.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ContentCaching.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ErrorPage.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/HealthMonitor.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/LoadBalancer.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Metadata.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Node.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/NodeEvent.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Protocol.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Readonly.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SSLTermination.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SessionPersistence.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Stats.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SubResource.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Usage.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/VirtualIp.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Stack.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/DeleteMessageException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/MessageException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueMetadataException.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Claim.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Message.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Queue.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Queues/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Version.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Snapshot.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Volume.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/VolumeType.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/OpenCloud/Volume/Service.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/php-opencloud.php
-%%WWWDIR%%/3rdparty/rackspace/php-opencloud/phpunit.xml.dist
-%%WWWDIR%%/3rdparty/react/promise/LICENSE
-%%WWWDIR%%/3rdparty/react/promise/src/CancellablePromiseInterface.php
-%%WWWDIR%%/3rdparty/react/promise/src/Deferred.php
-%%WWWDIR%%/3rdparty/react/promise/src/ExtendedPromiseInterface.php
-%%WWWDIR%%/3rdparty/react/promise/src/FulfilledPromise.php
-%%WWWDIR%%/3rdparty/react/promise/src/LazyPromise.php
-%%WWWDIR%%/3rdparty/react/promise/src/Promise.php
-%%WWWDIR%%/3rdparty/react/promise/src/PromiseInterface.php
-%%WWWDIR%%/3rdparty/react/promise/src/PromisorInterface.php
-%%WWWDIR%%/3rdparty/react/promise/src/RejectedPromise.php
-%%WWWDIR%%/3rdparty/react/promise/src/UnhandledRejectionException.php
-%%WWWDIR%%/3rdparty/react/promise/src/functions.php
-%%WWWDIR%%/3rdparty/react/promise/src/functions_include.php
-%%WWWDIR%%/3rdparty/sabre/dav/CHANGELOG.md
-%%WWWDIR%%/3rdparty/sabre/dav/CONTRIBUTING.md
-%%WWWDIR%%/3rdparty/sabre/dav/LICENSE
-%%WWWDIR%%/3rdparty/sabre/dav/README.md
-%%WWWDIR%%/3rdparty/sabre/dav/composer.json
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/PDO.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Calendar.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/CalendarHome.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/CalendarObject.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/CalendarRoot.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ICSExportPlugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ICalendar.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ICalendarObject.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/IShareableCalendar.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ISharedCalendar.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/Collection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/ICollection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/INode.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/Node.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Notifications/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/Collection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Principal/User.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/IInbox.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/Inbox.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/Outbox.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/ShareableCalendar.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/SharedCalendar.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/SharingPlugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CalDAV/Xml/Request/Share.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/AddressBook.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/AddressBookHome.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/AddressBookRoot.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Backend/PDO.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Card.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/IAddressBook.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/ICard.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/IDirectory.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/VCFExportPlugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/Apache.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/File.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Backend/PDO.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/GuessContentType.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutput.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/PropFindAll.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/favicon.ico
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.css
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Browser/assets/sabredav.png
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Client.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Collection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/CorePlugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/BadRequest.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/Conflict.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/ConflictingLock.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/Forbidden.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/LengthRequired.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/Locked.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/NotFound.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/NotImplemented.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/PaymentRequired.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/TooManyMatches.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/FS/Directory.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/FS/File.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/FS/Node.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/FSExt/Directory.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/FSExt/File.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/File.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/ICollection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IExtendedCollection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IFile.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IMoveTarget.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IMultiGet.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/INode.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IProperties.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/IQuota.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/Backend/File.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/Backend/PDO.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/LockInfo.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Locks/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/MkCol.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Mount/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Node.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PropFind.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PropPatch.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Server.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/ServerPlugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/SimpleCollection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/SimpleFile.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/StringUtil.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Sync/ISyncCollection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Sync/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Tree.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/UUIDUtil.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Version.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Element/Prop.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Element/Response.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Property/Complex.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Property/Href.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Request/Lock.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Request/MkCol.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropFind.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAV/Xml/Service.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Exception/AceConflict.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/FS/Collection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/FS/File.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/FS/HomeCollection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/IACL.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/IPrincipal.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/IPrincipalCollection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Plugin.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Principal.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/PrincipalCollection.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
-%%WWWDIR%%/3rdparty/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
-%%WWWDIR%%/3rdparty/sabre/event/CHANGELOG.md
-%%WWWDIR%%/3rdparty/sabre/event/LICENSE
-%%WWWDIR%%/3rdparty/sabre/event/README.md
-%%WWWDIR%%/3rdparty/sabre/event/composer.json
-%%WWWDIR%%/3rdparty/sabre/event/lib/EventEmitter.php
-%%WWWDIR%%/3rdparty/sabre/event/lib/EventEmitterInterface.php
-%%WWWDIR%%/3rdparty/sabre/event/lib/EventEmitterTrait.php
-%%WWWDIR%%/3rdparty/sabre/event/lib/Promise.php
-%%WWWDIR%%/3rdparty/sabre/event/lib/PromiseAlreadyResolvedException.php
-%%WWWDIR%%/3rdparty/sabre/event/lib/Version.php
-%%WWWDIR%%/3rdparty/sabre/event/phpunit.xml.dist
-%%WWWDIR%%/3rdparty/sabre/http/CHANGELOG.md
-%%WWWDIR%%/3rdparty/sabre/http/LICENSE
-%%WWWDIR%%/3rdparty/sabre/http/README.md
-%%WWWDIR%%/3rdparty/sabre/http/composer.json
-%%WWWDIR%%/3rdparty/sabre/http/lib/Auth/AWS.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/Auth/AbstractAuth.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/Auth/Basic.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/Auth/Bearer.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/Auth/Digest.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/Client.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/ClientException.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/ClientHttpException.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/HttpException.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/Message.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/MessageDecoratorTrait.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/MessageInterface.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/Request.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/RequestDecorator.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/RequestInterface.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/Response.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/ResponseDecorator.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/ResponseInterface.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/Sapi.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/URLUtil.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/Util.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/Version.php
-%%WWWDIR%%/3rdparty/sabre/http/lib/functions.php
-%%WWWDIR%%/3rdparty/sabre/uri/CHANGELOG.md
-%%WWWDIR%%/3rdparty/sabre/uri/LICENSE
-%%WWWDIR%%/3rdparty/sabre/uri/README.md
-%%WWWDIR%%/3rdparty/sabre/uri/composer.json
-%%WWWDIR%%/3rdparty/sabre/uri/lib/InvalidUriException.php
-%%WWWDIR%%/3rdparty/sabre/uri/lib/Version.php
-%%WWWDIR%%/3rdparty/sabre/uri/lib/functions.php
-%%WWWDIR%%/3rdparty/sabre/vobject/ChangeLog.md
-%%WWWDIR%%/3rdparty/sabre/vobject/LICENSE
-%%WWWDIR%%/3rdparty/sabre/vobject/README.md
-%%WWWDIR%%/3rdparty/sabre/vobject/composer.json
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Cli.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/Available.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VAlarm.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VAvailability.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VCalendar.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VCard.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VEvent.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VFreeBusy.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VJournal.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VTimeZone.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Component/VTodo.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/DateTimeParser.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Document.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/ElementList.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/EofException.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/FreeBusyGenerator.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/ITip/Broker.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/ITip/ITipException.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/ITip/Message.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Node.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Parameter.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/ParseException.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Parser/Json.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Parser/MimeDir.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Parser/Parser.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Binary.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Boolean.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/FlatText.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/FloatValue.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/CalAddress.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/Date.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/DateTime.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/Duration.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/Period.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/ICalendar/Recur.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/IntegerValue.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Text.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Time.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Unknown.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/Uri.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/UtcOffset.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/VCard/Date.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/VCard/DateTime.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/VCard/LanguageTag.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Property/VCard/TimeStamp.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Reader.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Recur/EventIterator.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Recur/NoInstancesException.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Recur/RDateIterator.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Recur/RRuleIterator.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/RecurrenceIterator.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Splitter/ICalendar.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Splitter/SplitterInterface.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Splitter/VCard.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/StringUtil.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/TimeZoneUtil.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/UUIDUtil.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/VCardConverter.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/Version.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/exchangezones.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/lotuszones.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/php-bc.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/php-workaround.php
-%%WWWDIR%%/3rdparty/sabre/vobject/lib/timezonedata/windowszones.php
-%%WWWDIR%%/3rdparty/sabre/xml/CHANGELOG.md
-%%WWWDIR%%/3rdparty/sabre/xml/LICENSE
-%%WWWDIR%%/3rdparty/sabre/xml/README.md
-%%WWWDIR%%/3rdparty/sabre/xml/composer.json
-%%WWWDIR%%/3rdparty/sabre/xml/lib/ContextStackTrait.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Deserializer/functions.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Element.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Element/Base.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Element/Cdata.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Element/Elements.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Element/KeyValue.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Element/Uri.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Element/XmlFragment.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/LibXMLException.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/ParseException.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Reader.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Serializer/functions.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Service.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Version.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/Writer.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/XmlDeserializable.php
-%%WWWDIR%%/3rdparty/sabre/xml/lib/XmlSerializable.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Image.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Message.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/mime_types.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/preferences.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_init.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swift_required_pear.php
-%%WWWDIR%%/3rdparty/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
-%%WWWDIR%%/3rdparty/symfony/console/Application.php
-%%WWWDIR%%/3rdparty/symfony/console/Command/Command.php
-%%WWWDIR%%/3rdparty/symfony/console/Command/HelpCommand.php
-%%WWWDIR%%/3rdparty/symfony/console/Command/ListCommand.php
-%%WWWDIR%%/3rdparty/symfony/console/ConsoleEvents.php
-%%WWWDIR%%/3rdparty/symfony/console/Descriptor/ApplicationDescription.php
-%%WWWDIR%%/3rdparty/symfony/console/Descriptor/Descriptor.php
-%%WWWDIR%%/3rdparty/symfony/console/Descriptor/DescriptorInterface.php
-%%WWWDIR%%/3rdparty/symfony/console/Descriptor/JsonDescriptor.php
-%%WWWDIR%%/3rdparty/symfony/console/Descriptor/MarkdownDescriptor.php
-%%WWWDIR%%/3rdparty/symfony/console/Descriptor/TextDescriptor.php
-%%WWWDIR%%/3rdparty/symfony/console/Descriptor/XmlDescriptor.php
-%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleCommandEvent.php
-%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleEvent.php
-%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleExceptionEvent.php
-%%WWWDIR%%/3rdparty/symfony/console/Event/ConsoleTerminateEvent.php
-%%WWWDIR%%/3rdparty/symfony/console/Exception/CommandNotFoundException.php
-%%WWWDIR%%/3rdparty/symfony/console/Exception/ExceptionInterface.php
-%%WWWDIR%%/3rdparty/symfony/console/Exception/InvalidArgumentException.php
-%%WWWDIR%%/3rdparty/symfony/console/Exception/InvalidOptionException.php
-%%WWWDIR%%/3rdparty/symfony/console/Exception/LogicException.php
-%%WWWDIR%%/3rdparty/symfony/console/Exception/RuntimeException.php
-%%WWWDIR%%/3rdparty/symfony/console/Formatter/OutputFormatter.php
-%%WWWDIR%%/3rdparty/symfony/console/Formatter/OutputFormatterInterface.php
-%%WWWDIR%%/3rdparty/symfony/console/Formatter/OutputFormatterStyle.php
-%%WWWDIR%%/3rdparty/symfony/console/Formatter/OutputFormatterStyleInterface.php
-%%WWWDIR%%/3rdparty/symfony/console/Formatter/OutputFormatterStyleStack.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/DebugFormatterHelper.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/DescriptorHelper.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/DialogHelper.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/FormatterHelper.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/Helper.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/HelperInterface.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/HelperSet.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/InputAwareHelper.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/ProcessHelper.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/ProgressBar.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/ProgressHelper.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/ProgressIndicator.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/QuestionHelper.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/SymfonyQuestionHelper.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/Table.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/TableCell.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/TableHelper.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/TableSeparator.php
-%%WWWDIR%%/3rdparty/symfony/console/Helper/TableStyle.php
-%%WWWDIR%%/3rdparty/symfony/console/Input/ArgvInput.php
-%%WWWDIR%%/3rdparty/symfony/console/Input/ArrayInput.php
-%%WWWDIR%%/3rdparty/symfony/console/Input/Input.php
-%%WWWDIR%%/3rdparty/symfony/console/Input/InputArgument.php
-%%WWWDIR%%/3rdparty/symfony/console/Input/InputAwareInterface.php
-%%WWWDIR%%/3rdparty/symfony/console/Input/InputDefinition.php
-%%WWWDIR%%/3rdparty/symfony/console/Input/InputInterface.php
-%%WWWDIR%%/3rdparty/symfony/console/Input/InputOption.php
-%%WWWDIR%%/3rdparty/symfony/console/Input/StringInput.php
-%%WWWDIR%%/3rdparty/symfony/console/Logger/ConsoleLogger.php
-%%WWWDIR%%/3rdparty/symfony/console/Output/BufferedOutput.php
-%%WWWDIR%%/3rdparty/symfony/console/Output/ConsoleOutput.php
-%%WWWDIR%%/3rdparty/symfony/console/Output/ConsoleOutputInterface.php
-%%WWWDIR%%/3rdparty/symfony/console/Output/NullOutput.php
-%%WWWDIR%%/3rdparty/symfony/console/Output/Output.php
-%%WWWDIR%%/3rdparty/symfony/console/Output/OutputInterface.php
-%%WWWDIR%%/3rdparty/symfony/console/Output/StreamOutput.php
-%%WWWDIR%%/3rdparty/symfony/console/Question/ChoiceQuestion.php
-%%WWWDIR%%/3rdparty/symfony/console/Question/ConfirmationQuestion.php
-%%WWWDIR%%/3rdparty/symfony/console/Question/Question.php
-%%WWWDIR%%/3rdparty/symfony/console/Shell.php
-%%WWWDIR%%/3rdparty/symfony/console/Style/OutputStyle.php
-%%WWWDIR%%/3rdparty/symfony/console/Style/StyleInterface.php
-%%WWWDIR%%/3rdparty/symfony/console/Style/SymfonyStyle.php
-%%WWWDIR%%/3rdparty/symfony/console/Tester/ApplicationTester.php
-%%WWWDIR%%/3rdparty/symfony/console/Tester/CommandTester.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Debug/WrappedListener.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/Event.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/EventDispatcher.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/EventDispatcherInterface.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/EventSubscriberInterface.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/GenericEvent.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/ImmutableEventDispatcher.php
-%%WWWDIR%%/3rdparty/symfony/event-dispatcher/LICENSE
-%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Mbstring.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Resources/unidata/lowerCase.ser
-%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/Resources/unidata/upperCase.ser
-%%WWWDIR%%/3rdparty/symfony/polyfill-mbstring/bootstrap.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php55/LICENSE
-%%WWWDIR%%/3rdparty/symfony/polyfill-php55/Php55.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php55/Php55ArrayColumn.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php55/README.md
-%%WWWDIR%%/3rdparty/symfony/polyfill-php55/bootstrap.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php55/composer.json
-%%WWWDIR%%/3rdparty/symfony/polyfill-php56/LICENSE
-%%WWWDIR%%/3rdparty/symfony/polyfill-php56/Php56.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php56/README.md
-%%WWWDIR%%/3rdparty/symfony/polyfill-php56/bootstrap.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php56/composer.json
-%%WWWDIR%%/3rdparty/symfony/polyfill-php70/LICENSE
-%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Php70.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php70/README.md
-%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/AssertionError.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/Error.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/ParseError.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php70/Resources/stubs/TypeError.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php70/bootstrap.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-php70/composer.json
-%%WWWDIR%%/3rdparty/symfony/polyfill-util/Binary.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-util/BinaryNoFuncOverload.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-util/BinaryOnFuncOverload.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-util/LICENSE
-%%WWWDIR%%/3rdparty/symfony/polyfill-util/README.md
-%%WWWDIR%%/3rdparty/symfony/polyfill-util/TestListener.php
-%%WWWDIR%%/3rdparty/symfony/polyfill-util/composer.json
-%%WWWDIR%%/3rdparty/symfony/process/Exception/ExceptionInterface.php
-%%WWWDIR%%/3rdparty/symfony/process/Exception/InvalidArgumentException.php
-%%WWWDIR%%/3rdparty/symfony/process/Exception/LogicException.php
-%%WWWDIR%%/3rdparty/symfony/process/Exception/ProcessFailedException.php
-%%WWWDIR%%/3rdparty/symfony/process/Exception/ProcessTimedOutException.php
-%%WWWDIR%%/3rdparty/symfony/process/Exception/RuntimeException.php
-%%WWWDIR%%/3rdparty/symfony/process/ExecutableFinder.php
-%%WWWDIR%%/3rdparty/symfony/process/LICENSE
-%%WWWDIR%%/3rdparty/symfony/process/PhpExecutableFinder.php
-%%WWWDIR%%/3rdparty/symfony/process/PhpProcess.php
-%%WWWDIR%%/3rdparty/symfony/process/Pipes/AbstractPipes.php
-%%WWWDIR%%/3rdparty/symfony/process/Pipes/PipesInterface.php
-%%WWWDIR%%/3rdparty/symfony/process/Pipes/UnixPipes.php
-%%WWWDIR%%/3rdparty/symfony/process/Pipes/WindowsPipes.php
-%%WWWDIR%%/3rdparty/symfony/process/Process.php
-%%WWWDIR%%/3rdparty/symfony/process/ProcessBuilder.php
-%%WWWDIR%%/3rdparty/symfony/process/ProcessUtils.php
-%%WWWDIR%%/3rdparty/symfony/routing/Annotation/Route.php
-%%WWWDIR%%/3rdparty/symfony/routing/CHANGELOG.md
-%%WWWDIR%%/3rdparty/symfony/routing/CompiledRoute.php
-%%WWWDIR%%/3rdparty/symfony/routing/Exception/ExceptionInterface.php
-%%WWWDIR%%/3rdparty/symfony/routing/Exception/InvalidParameterException.php
-%%WWWDIR%%/3rdparty/symfony/routing/Exception/MethodNotAllowedException.php
-%%WWWDIR%%/3rdparty/symfony/routing/Exception/MissingMandatoryParametersException.php
-%%WWWDIR%%/3rdparty/symfony/routing/Exception/ResourceNotFoundException.php
-%%WWWDIR%%/3rdparty/symfony/routing/Exception/RouteNotFoundException.php
-%%WWWDIR%%/3rdparty/symfony/routing/Generator/ConfigurableRequirementsInterface.php
-%%WWWDIR%%/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumper.php
-%%WWWDIR%%/3rdparty/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php
-%%WWWDIR%%/3rdparty/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php
-%%WWWDIR%%/3rdparty/symfony/routing/Generator/UrlGenerator.php
-%%WWWDIR%%/3rdparty/symfony/routing/Generator/UrlGeneratorInterface.php
-%%WWWDIR%%/3rdparty/symfony/routing/LICENSE
-%%WWWDIR%%/3rdparty/symfony/routing/Loader/AnnotationClassLoader.php
-%%WWWDIR%%/3rdparty/symfony/routing/Loader/AnnotationDirectoryLoader.php
-%%WWWDIR%%/3rdparty/symfony/routing/Loader/AnnotationFileLoader.php
-%%WWWDIR%%/3rdparty/symfony/routing/Loader/ClosureLoader.php
-%%WWWDIR%%/3rdparty/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php
-%%WWWDIR%%/3rdparty/symfony/routing/Loader/DirectoryLoader.php
-%%WWWDIR%%/3rdparty/symfony/routing/Loader/ObjectRouteLoader.php
-%%WWWDIR%%/3rdparty/symfony/routing/Loader/PhpFileLoader.php
-%%WWWDIR%%/3rdparty/symfony/routing/Loader/XmlFileLoader.php
-%%WWWDIR%%/3rdparty/symfony/routing/Loader/YamlFileLoader.php
-%%WWWDIR%%/3rdparty/symfony/routing/Loader/schema/routing/routing-1.0.xsd
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/ApacheUrlMatcher.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/ApacheMatcherDumper.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperCollection.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/DumperRoute.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumper.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcher.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/RequestMatcherInterface.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/TraceableUrlMatcher.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/UrlMatcher.php
-%%WWWDIR%%/3rdparty/symfony/routing/Matcher/UrlMatcherInterface.php
-%%WWWDIR%%/3rdparty/symfony/routing/README.md
-%%WWWDIR%%/3rdparty/symfony/routing/RequestContext.php
-%%WWWDIR%%/3rdparty/symfony/routing/RequestContextAwareInterface.php
-%%WWWDIR%%/3rdparty/symfony/routing/Route.php
-%%WWWDIR%%/3rdparty/symfony/routing/RouteCollection.php
-%%WWWDIR%%/3rdparty/symfony/routing/RouteCollectionBuilder.php
-%%WWWDIR%%/3rdparty/symfony/routing/RouteCompiler.php
-%%WWWDIR%%/3rdparty/symfony/routing/RouteCompilerInterface.php
-%%WWWDIR%%/3rdparty/symfony/routing/Router.php
-%%WWWDIR%%/3rdparty/symfony/routing/RouterInterface.php
%%WWWDIR%%/AUTHORS
-%%WWWDIR%%/COPYING-AGPL
+%%WWWDIR%%/COPYING
@owner %%OWNCLOUD_USERNAME%%
@group %%OWNCLOUD_GROUPNAME%%
+%%WWWDIR%%/apps/activity/appinfo/Migrations/Version20161122085340.php
+%%WWWDIR%%/apps/activity/appinfo/Migrations/Version20161122092159.php
+%%WWWDIR%%/apps/activity/appinfo/Migrations/Version20170131134507.php
%%WWWDIR%%/apps/activity/appinfo/app.php
%%WWWDIR%%/apps/activity/appinfo/database.xml
%%WWWDIR%%/apps/activity/appinfo/info.xml
%%WWWDIR%%/apps/activity/appinfo/routes.php
%%WWWDIR%%/apps/activity/appinfo/signature.json
%%WWWDIR%%/apps/activity/appinfo/update.php
+%%WWWDIR%%/apps/activity/composer.json
+%%WWWDIR%%/apps/activity/composer.lock
%%WWWDIR%%/apps/activity/css/settings.css
%%WWWDIR%%/apps/activity/css/style.css
%%WWWDIR%%/apps/activity/docs/endpoint-v2.md
@@ -2920,10 +190,10 @@
%%WWWDIR%%/apps/activity/lib/Parameter/Factory.php
%%WWWDIR%%/apps/activity/lib/Parameter/IParameter.php
%%WWWDIR%%/apps/activity/lib/Parameter/Parameter.php
+%%WWWDIR%%/apps/activity/lib/PersonalPanel.php
%%WWWDIR%%/apps/activity/lib/PlainTextParser.php
%%WWWDIR%%/apps/activity/lib/UserSettings.php
%%WWWDIR%%/apps/activity/lib/ViewInfoCache.php
-%%WWWDIR%%/apps/activity/personal.php
%%WWWDIR%%/apps/activity/templates/email.notification.php
%%WWWDIR%%/apps/activity/templates/personal.php
%%WWWDIR%%/apps/activity/templates/rss.php
@@ -2933,6 +203,7 @@
%%WWWDIR%%/apps/comments/appinfo/info.xml
%%WWWDIR%%/apps/comments/appinfo/signature.json
%%WWWDIR%%/apps/comments/css/comments.css
+%%WWWDIR%%/apps/comments/js/activitytabviewplugin.js
%%WWWDIR%%/apps/comments/js/app.js
%%WWWDIR%%/apps/comments/js/commentcollection.js
%%WWWDIR%%/apps/comments/js/commentmodel.js
@@ -3101,38 +372,206 @@
%%WWWDIR%%/apps/comments/l10n/zh_TW.json
%%WWWDIR%%/apps/comments/lib/Activity/Extension.php
%%WWWDIR%%/apps/comments/lib/Activity/Listener.php
+%%WWWDIR%%/apps/comments/lib/Dav/CommentNode.php
+%%WWWDIR%%/apps/comments/lib/Dav/CommentsPlugin.php
+%%WWWDIR%%/apps/comments/lib/Dav/EntityCollection.php
+%%WWWDIR%%/apps/comments/lib/Dav/EntityTypeCollection.php
+%%WWWDIR%%/apps/comments/lib/Dav/RootCollection.php
%%WWWDIR%%/apps/configreport/LICENSE
-%%WWWDIR%%/apps/configreport/appinfo/app.php
%%WWWDIR%%/apps/configreport/appinfo/info.xml
%%WWWDIR%%/apps/configreport/appinfo/routes.php
%%WWWDIR%%/apps/configreport/appinfo/signature.json
%%WWWDIR%%/apps/configreport/js/admin.js
+%%WWWDIR%%/apps/configreport/lib/AdminPanel.php
%%WWWDIR%%/apps/configreport/lib/AppInfo/Application.php
%%WWWDIR%%/apps/configreport/lib/Command/ConfigReport.php
%%WWWDIR%%/apps/configreport/lib/Controller/ReportController.php
%%WWWDIR%%/apps/configreport/lib/Http/ReportResponse.php
%%WWWDIR%%/apps/configreport/lib/ReportDataCollector.php
-%%WWWDIR%%/apps/configreport/settings/admin.php
%%WWWDIR%%/apps/configreport/templates/settings/admin.php
+%%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170116150538.php
+%%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170116170538.php
+%%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170202213905.php
+%%WWWDIR%%/apps/dav/appinfo/Migrations/Version20170202220512.php
%%WWWDIR%%/apps/dav/appinfo/app.php
-%%WWWDIR%%/apps/dav/appinfo/database.xml
%%WWWDIR%%/apps/dav/appinfo/info.xml
-%%WWWDIR%%/apps/dav/appinfo/register_command.php
%%WWWDIR%%/apps/dav/appinfo/signature.json
%%WWWDIR%%/apps/dav/appinfo/v1/caldav.php
%%WWWDIR%%/apps/dav/appinfo/v1/carddav.php
%%WWWDIR%%/apps/dav/appinfo/v1/publicwebdav.php
%%WWWDIR%%/apps/dav/appinfo/v1/webdav.php
%%WWWDIR%%/apps/dav/appinfo/v2/remote.php
-%%WWWDIR%%/apps/dav/bin/chunkperf.php
+%%WWWDIR%%/apps/dav/l10n/af_ZA.js
+%%WWWDIR%%/apps/dav/l10n/af_ZA.json
+%%WWWDIR%%/apps/dav/l10n/ar.js
+%%WWWDIR%%/apps/dav/l10n/ar.json
+%%WWWDIR%%/apps/dav/l10n/ast.js
+%%WWWDIR%%/apps/dav/l10n/ast.json
+%%WWWDIR%%/apps/dav/l10n/az.js
+%%WWWDIR%%/apps/dav/l10n/az.json
+%%WWWDIR%%/apps/dav/l10n/bg_BG.js
+%%WWWDIR%%/apps/dav/l10n/bg_BG.json
+%%WWWDIR%%/apps/dav/l10n/bn_BD.js
+%%WWWDIR%%/apps/dav/l10n/bn_BD.json
+%%WWWDIR%%/apps/dav/l10n/bs.js
+%%WWWDIR%%/apps/dav/l10n/bs.json
+%%WWWDIR%%/apps/dav/l10n/ca.js
+%%WWWDIR%%/apps/dav/l10n/ca.json
+%%WWWDIR%%/apps/dav/l10n/cs_CZ.js
+%%WWWDIR%%/apps/dav/l10n/cs_CZ.json
+%%WWWDIR%%/apps/dav/l10n/cy_GB.js
+%%WWWDIR%%/apps/dav/l10n/cy_GB.json
+%%WWWDIR%%/apps/dav/l10n/da.js
+%%WWWDIR%%/apps/dav/l10n/da.json
+%%WWWDIR%%/apps/dav/l10n/de.js
+%%WWWDIR%%/apps/dav/l10n/de.json
+%%WWWDIR%%/apps/dav/l10n/de_AT.js
+%%WWWDIR%%/apps/dav/l10n/de_AT.json
+%%WWWDIR%%/apps/dav/l10n/de_DE.js
+%%WWWDIR%%/apps/dav/l10n/de_DE.json
+%%WWWDIR%%/apps/dav/l10n/el.js
+%%WWWDIR%%/apps/dav/l10n/el.json
+%%WWWDIR%%/apps/dav/l10n/en_GB.js
+%%WWWDIR%%/apps/dav/l10n/en_GB.json
+%%WWWDIR%%/apps/dav/l10n/eo.js
+%%WWWDIR%%/apps/dav/l10n/eo.json
+%%WWWDIR%%/apps/dav/l10n/es.js
+%%WWWDIR%%/apps/dav/l10n/es.json
+%%WWWDIR%%/apps/dav/l10n/es_AR.js
+%%WWWDIR%%/apps/dav/l10n/es_AR.json
+%%WWWDIR%%/apps/dav/l10n/es_CL.js
+%%WWWDIR%%/apps/dav/l10n/es_CL.json
+%%WWWDIR%%/apps/dav/l10n/es_MX.js
+%%WWWDIR%%/apps/dav/l10n/es_MX.json
+%%WWWDIR%%/apps/dav/l10n/et_EE.js
+%%WWWDIR%%/apps/dav/l10n/et_EE.json
+%%WWWDIR%%/apps/dav/l10n/eu.js
+%%WWWDIR%%/apps/dav/l10n/eu.json
+%%WWWDIR%%/apps/dav/l10n/fa.js
+%%WWWDIR%%/apps/dav/l10n/fa.json
+%%WWWDIR%%/apps/dav/l10n/fi_FI.js
+%%WWWDIR%%/apps/dav/l10n/fi_FI.json
+%%WWWDIR%%/apps/dav/l10n/fr.js
+%%WWWDIR%%/apps/dav/l10n/fr.json
+%%WWWDIR%%/apps/dav/l10n/gl.js
+%%WWWDIR%%/apps/dav/l10n/gl.json
+%%WWWDIR%%/apps/dav/l10n/gu.js
+%%WWWDIR%%/apps/dav/l10n/gu.json
+%%WWWDIR%%/apps/dav/l10n/he.js
+%%WWWDIR%%/apps/dav/l10n/he.json
+%%WWWDIR%%/apps/dav/l10n/hi.js
+%%WWWDIR%%/apps/dav/l10n/hi.json
+%%WWWDIR%%/apps/dav/l10n/hr.js
+%%WWWDIR%%/apps/dav/l10n/hr.json
+%%WWWDIR%%/apps/dav/l10n/hu_HU.js
+%%WWWDIR%%/apps/dav/l10n/hu_HU.json
+%%WWWDIR%%/apps/dav/l10n/hy.js
+%%WWWDIR%%/apps/dav/l10n/hy.json
+%%WWWDIR%%/apps/dav/l10n/ia.js
+%%WWWDIR%%/apps/dav/l10n/ia.json
+%%WWWDIR%%/apps/dav/l10n/id.js
+%%WWWDIR%%/apps/dav/l10n/id.json
+%%WWWDIR%%/apps/dav/l10n/is.js
+%%WWWDIR%%/apps/dav/l10n/is.json
+%%WWWDIR%%/apps/dav/l10n/it.js
+%%WWWDIR%%/apps/dav/l10n/it.json
+%%WWWDIR%%/apps/dav/l10n/ja.js
+%%WWWDIR%%/apps/dav/l10n/ja.json
+%%WWWDIR%%/apps/dav/l10n/ka_GE.js
+%%WWWDIR%%/apps/dav/l10n/ka_GE.json
+%%WWWDIR%%/apps/dav/l10n/km.js
+%%WWWDIR%%/apps/dav/l10n/km.json
+%%WWWDIR%%/apps/dav/l10n/kn.js
+%%WWWDIR%%/apps/dav/l10n/kn.json
+%%WWWDIR%%/apps/dav/l10n/ko.js
+%%WWWDIR%%/apps/dav/l10n/ko.json
+%%WWWDIR%%/apps/dav/l10n/lb.js
+%%WWWDIR%%/apps/dav/l10n/lb.json
+%%WWWDIR%%/apps/dav/l10n/lt_LT.js
+%%WWWDIR%%/apps/dav/l10n/lt_LT.json
+%%WWWDIR%%/apps/dav/l10n/lv.js
+%%WWWDIR%%/apps/dav/l10n/lv.json
+%%WWWDIR%%/apps/dav/l10n/mk.js
+%%WWWDIR%%/apps/dav/l10n/mk.json
+%%WWWDIR%%/apps/dav/l10n/mn.js
+%%WWWDIR%%/apps/dav/l10n/mn.json
+%%WWWDIR%%/apps/dav/l10n/ms_MY.js
+%%WWWDIR%%/apps/dav/l10n/ms_MY.json
+%%WWWDIR%%/apps/dav/l10n/nb_NO.js
+%%WWWDIR%%/apps/dav/l10n/nb_NO.json
+%%WWWDIR%%/apps/dav/l10n/nds.js
+%%WWWDIR%%/apps/dav/l10n/nds.json
+%%WWWDIR%%/apps/dav/l10n/nl.js
+%%WWWDIR%%/apps/dav/l10n/nl.json
+%%WWWDIR%%/apps/dav/l10n/nn_NO.js
+%%WWWDIR%%/apps/dav/l10n/nn_NO.json
+%%WWWDIR%%/apps/dav/l10n/oc.js
+%%WWWDIR%%/apps/dav/l10n/oc.json
+%%WWWDIR%%/apps/dav/l10n/pa.js
+%%WWWDIR%%/apps/dav/l10n/pa.json
+%%WWWDIR%%/apps/dav/l10n/pl.js
+%%WWWDIR%%/apps/dav/l10n/pl.json
+%%WWWDIR%%/apps/dav/l10n/pt_BR.js
+%%WWWDIR%%/apps/dav/l10n/pt_BR.json
+%%WWWDIR%%/apps/dav/l10n/pt_PT.js
+%%WWWDIR%%/apps/dav/l10n/pt_PT.json
+%%WWWDIR%%/apps/dav/l10n/ro.js
+%%WWWDIR%%/apps/dav/l10n/ro.json
+%%WWWDIR%%/apps/dav/l10n/ru.js
+%%WWWDIR%%/apps/dav/l10n/ru.json
+%%WWWDIR%%/apps/dav/l10n/si_LK.js
+%%WWWDIR%%/apps/dav/l10n/si_LK.json
+%%WWWDIR%%/apps/dav/l10n/sk_SK.js
+%%WWWDIR%%/apps/dav/l10n/sk_SK.json
+%%WWWDIR%%/apps/dav/l10n/sl.js
+%%WWWDIR%%/apps/dav/l10n/sl.json
+%%WWWDIR%%/apps/dav/l10n/sq.js
+%%WWWDIR%%/apps/dav/l10n/sq.json
+%%WWWDIR%%/apps/dav/l10n/sr.js
+%%WWWDIR%%/apps/dav/l10n/sr.json
+%%WWWDIR%%/apps/dav/l10n/sr@latin.js
+%%WWWDIR%%/apps/dav/l10n/sr@latin.json
+%%WWWDIR%%/apps/dav/l10n/sv.js
+%%WWWDIR%%/apps/dav/l10n/sv.json
+%%WWWDIR%%/apps/dav/l10n/ta_LK.js
+%%WWWDIR%%/apps/dav/l10n/ta_LK.json
+%%WWWDIR%%/apps/dav/l10n/te.js
+%%WWWDIR%%/apps/dav/l10n/te.json
+%%WWWDIR%%/apps/dav/l10n/th_TH.js
+%%WWWDIR%%/apps/dav/l10n/th_TH.json
+%%WWWDIR%%/apps/dav/l10n/tr.js
+%%WWWDIR%%/apps/dav/l10n/tr.json
+%%WWWDIR%%/apps/dav/l10n/ug.js
+%%WWWDIR%%/apps/dav/l10n/ug.json
+%%WWWDIR%%/apps/dav/l10n/uk.js
+%%WWWDIR%%/apps/dav/l10n/uk.json
+%%WWWDIR%%/apps/dav/l10n/ur_PK.js
+%%WWWDIR%%/apps/dav/l10n/ur_PK.json
+%%WWWDIR%%/apps/dav/l10n/vi.js
+%%WWWDIR%%/apps/dav/l10n/vi.json
+%%WWWDIR%%/apps/dav/l10n/zh_CN.js
+%%WWWDIR%%/apps/dav/l10n/zh_CN.json
+%%WWWDIR%%/apps/dav/l10n/zh_HK.js
+%%WWWDIR%%/apps/dav/l10n/zh_HK.json
+%%WWWDIR%%/apps/dav/l10n/zh_TW.js
+%%WWWDIR%%/apps/dav/l10n/zh_TW.json
%%WWWDIR%%/apps/dav/lib/AppInfo/Application.php
+%%WWWDIR%%/apps/dav/lib/AppInfo/PluginManager.php
+%%WWWDIR%%/apps/dav/lib/Avatars/AvatarHome.php
+%%WWWDIR%%/apps/dav/lib/Avatars/AvatarNode.php
+%%WWWDIR%%/apps/dav/lib/Avatars/RootCollection.php
%%WWWDIR%%/apps/dav/lib/CalDAV/BirthdayService.php
%%WWWDIR%%/apps/dav/lib/CalDAV/CalDavBackend.php
%%WWWDIR%%/apps/dav/lib/CalDAV/Calendar.php
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarHome.php
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarObject.php
%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarRoot.php
+%%WWWDIR%%/apps/dav/lib/CalDAV/Plugin.php
+%%WWWDIR%%/apps/dav/lib/CalDAV/PublicCalendarRoot.php
+%%WWWDIR%%/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php
+%%WWWDIR%%/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
%%WWWDIR%%/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
+%%WWWDIR%%/apps/dav/lib/Capabilities.php
%%WWWDIR%%/apps/dav/lib/CardDAV/AddressBook.php
%%WWWDIR%%/apps/dav/lib/CardDAV/AddressBookImpl.php
%%WWWDIR%%/apps/dav/lib/CardDAV/AddressBookRoot.php
@@ -3149,11 +588,6 @@
%%WWWDIR%%/apps/dav/lib/Command/CreateCalendar.php
%%WWWDIR%%/apps/dav/lib/Command/SyncBirthdayCalendar.php
%%WWWDIR%%/apps/dav/lib/Command/SyncSystemAddressBook.php
-%%WWWDIR%%/apps/dav/lib/Comments/CommentNode.php
-%%WWWDIR%%/apps/dav/lib/Comments/CommentsPlugin.php
-%%WWWDIR%%/apps/dav/lib/Comments/EntityCollection.php
-%%WWWDIR%%/apps/dav/lib/Comments/EntityTypeCollection.php
-%%WWWDIR%%/apps/dav/lib/Comments/RootCollection.php
%%WWWDIR%%/apps/dav/lib/Connector/LegacyDAVACL.php
%%WWWDIR%%/apps/dav/lib/Connector/PublicAuth.php
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php
@@ -3190,6 +624,7 @@
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagList.php
%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagsPlugin.php
%%WWWDIR%%/apps/dav/lib/DAV/GroupPrincipalBackend.php
+%%WWWDIR%%/apps/dav/lib/DAV/PublicAuth.php
%%WWWDIR%%/apps/dav/lib/DAV/Sharing/Backend.php
%%WWWDIR%%/apps/dav/lib/DAV/Sharing/IShareable.php
%%WWWDIR%%/apps/dav/lib/DAV/Sharing/Plugin.php
@@ -3201,10 +636,9 @@
%%WWWDIR%%/apps/dav/lib/Files/FilesHome.php
%%WWWDIR%%/apps/dav/lib/Files/RootCollection.php
%%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/Migration/Classification.php
%%WWWDIR%%/apps/dav/lib/Migration/FixBirthdayCalendarComponent.php
-%%WWWDIR%%/apps/dav/lib/Migration/GenerateBirthdays.php
%%WWWDIR%%/apps/dav/lib/RootCollection.php
%%WWWDIR%%/apps/dav/lib/Server.php
%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php
@@ -3222,7 +656,6 @@
%%WWWDIR%%/apps/dav/templates/exception.php
%%WWWDIR%%/apps/encryption/appinfo/app.php
%%WWWDIR%%/apps/encryption/appinfo/info.xml
-%%WWWDIR%%/apps/encryption/appinfo/register_command.php
%%WWWDIR%%/apps/encryption/appinfo/routes.php
%%WWWDIR%%/apps/encryption/appinfo/signature.json
%%WWWDIR%%/apps/encryption/css/settings-admin.css
@@ -3247,6 +680,8 @@
%%WWWDIR%%/apps/encryption/l10n/ca.json
%%WWWDIR%%/apps/encryption/l10n/cs_CZ.js
%%WWWDIR%%/apps/encryption/l10n/cs_CZ.json
+%%WWWDIR%%/apps/encryption/l10n/cy_GB.js
+%%WWWDIR%%/apps/encryption/l10n/cy_GB.json
%%WWWDIR%%/apps/encryption/l10n/da.js
%%WWWDIR%%/apps/encryption/l10n/da.json
%%WWWDIR%%/apps/encryption/l10n/de.js
@@ -3285,6 +720,8 @@
%%WWWDIR%%/apps/encryption/l10n/hr.json
%%WWWDIR%%/apps/encryption/l10n/hu_HU.js
%%WWWDIR%%/apps/encryption/l10n/hu_HU.json
+%%WWWDIR%%/apps/encryption/l10n/hy.js
+%%WWWDIR%%/apps/encryption/l10n/hy.json
%%WWWDIR%%/apps/encryption/l10n/ia.js
%%WWWDIR%%/apps/encryption/l10n/ia.json
%%WWWDIR%%/apps/encryption/l10n/id.js
@@ -3295,12 +732,16 @@
%%WWWDIR%%/apps/encryption/l10n/it.json
%%WWWDIR%%/apps/encryption/l10n/ja.js
%%WWWDIR%%/apps/encryption/l10n/ja.json
+%%WWWDIR%%/apps/encryption/l10n/ka_GE.js
+%%WWWDIR%%/apps/encryption/l10n/ka_GE.json
%%WWWDIR%%/apps/encryption/l10n/km.js
%%WWWDIR%%/apps/encryption/l10n/km.json
%%WWWDIR%%/apps/encryption/l10n/kn.js
%%WWWDIR%%/apps/encryption/l10n/kn.json
%%WWWDIR%%/apps/encryption/l10n/ko.js
%%WWWDIR%%/apps/encryption/l10n/ko.json
+%%WWWDIR%%/apps/encryption/l10n/ku_IQ.js
+%%WWWDIR%%/apps/encryption/l10n/ku_IQ.json
%%WWWDIR%%/apps/encryption/l10n/lb.js
%%WWWDIR%%/apps/encryption/l10n/lb.json
%%WWWDIR%%/apps/encryption/l10n/lt_LT.js
@@ -3313,6 +754,8 @@
%%WWWDIR%%/apps/encryption/l10n/nb_NO.json
%%WWWDIR%%/apps/encryption/l10n/nl.js
%%WWWDIR%%/apps/encryption/l10n/nl.json
+%%WWWDIR%%/apps/encryption/l10n/nn_NO.js
+%%WWWDIR%%/apps/encryption/l10n/nn_NO.json
%%WWWDIR%%/apps/encryption/l10n/oc.js
%%WWWDIR%%/apps/encryption/l10n/oc.json
%%WWWDIR%%/apps/encryption/l10n/pl.js
@@ -3325,6 +768,8 @@
%%WWWDIR%%/apps/encryption/l10n/ro.json
%%WWWDIR%%/apps/encryption/l10n/ru.js
%%WWWDIR%%/apps/encryption/l10n/ru.json
+%%WWWDIR%%/apps/encryption/l10n/si_LK.js
+%%WWWDIR%%/apps/encryption/l10n/si_LK.json
%%WWWDIR%%/apps/encryption/l10n/sk_SK.js
%%WWWDIR%%/apps/encryption/l10n/sk_SK.json
%%WWWDIR%%/apps/encryption/l10n/sl.js
@@ -3337,10 +782,14 @@
%%WWWDIR%%/apps/encryption/l10n/sr@latin.json
%%WWWDIR%%/apps/encryption/l10n/sv.js
%%WWWDIR%%/apps/encryption/l10n/sv.json
+%%WWWDIR%%/apps/encryption/l10n/ta_LK.js
+%%WWWDIR%%/apps/encryption/l10n/ta_LK.json
%%WWWDIR%%/apps/encryption/l10n/th_TH.js
%%WWWDIR%%/apps/encryption/l10n/th_TH.json
%%WWWDIR%%/apps/encryption/l10n/tr.js
%%WWWDIR%%/apps/encryption/l10n/tr.json
+%%WWWDIR%%/apps/encryption/l10n/ug.js
+%%WWWDIR%%/apps/encryption/l10n/ug.json
%%WWWDIR%%/apps/encryption/l10n/uk.js
%%WWWDIR%%/apps/encryption/l10n/uk.json
%%WWWDIR%%/apps/encryption/l10n/ur_PK.js
@@ -3372,22 +821,35 @@
%%WWWDIR%%/apps/encryption/lib/Hooks/UserHooks.php
%%WWWDIR%%/apps/encryption/lib/KeyManager.php
%%WWWDIR%%/apps/encryption/lib/Migration.php
+%%WWWDIR%%/apps/encryption/lib/Panels/Admin.php
+%%WWWDIR%%/apps/encryption/lib/Panels/Personal.php
%%WWWDIR%%/apps/encryption/lib/Recovery.php
%%WWWDIR%%/apps/encryption/lib/Session.php
%%WWWDIR%%/apps/encryption/lib/Users/Setup.php
%%WWWDIR%%/apps/encryption/lib/Util.php
-%%WWWDIR%%/apps/encryption/settings/settings-admin.php
-%%WWWDIR%%/apps/encryption/settings/settings-personal.php
%%WWWDIR%%/apps/encryption/templates/altmail.php
%%WWWDIR%%/apps/encryption/templates/mail.php
%%WWWDIR%%/apps/encryption/templates/settings-admin.php
%%WWWDIR%%/apps/encryption/templates/settings-personal.php
+%%WWWDIR%%/apps/example-theme/appinfo/info.xml
+%%WWWDIR%%/apps/example-theme/appinfo/signature.json
+%%WWWDIR%%/apps/example-theme/core/css/styles.css
+%%WWWDIR%%/apps/example-theme/core/img/favicon-touch.png
+%%WWWDIR%%/apps/example-theme/core/img/favicon-touch.svg
+%%WWWDIR%%/apps/example-theme/core/img/favicon.ico
+%%WWWDIR%%/apps/example-theme/core/img/favicon.png
+%%WWWDIR%%/apps/example-theme/core/img/favicon.svg
+%%WWWDIR%%/apps/example-theme/core/img/logo-icon.png
+%%WWWDIR%%/apps/example-theme/core/img/logo-icon.svg
+%%WWWDIR%%/apps/example-theme/core/img/logo-mail.gif
+%%WWWDIR%%/apps/example-theme/core/img/logo.png
+%%WWWDIR%%/apps/example-theme/core/img/logo.svg
+%%WWWDIR%%/apps/example-theme/defaults.php
%%WWWDIR%%/apps/external/ajax/setsites.php
%%WWWDIR%%/apps/external/appinfo/app.php
%%WWWDIR%%/apps/external/appinfo/info.xml
%%WWWDIR%%/apps/external/appinfo/routes.php
%%WWWDIR%%/apps/external/appinfo/signature.json
-%%WWWDIR%%/apps/external/appinfo/version
%%WWWDIR%%/apps/external/css/style.css
%%WWWDIR%%/apps/external/img/external.png
%%WWWDIR%%/apps/external/img/external.svg
@@ -3592,6 +1054,8 @@
%%WWWDIR%%/apps/federatedfilesharing/l10n/eo.json
%%WWWDIR%%/apps/federatedfilesharing/l10n/es.js
%%WWWDIR%%/apps/federatedfilesharing/l10n/es.json
+%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.js
+%%WWWDIR%%/apps/federatedfilesharing/l10n/es_MX.json
%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.js
%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.json
%%WWWDIR%%/apps/federatedfilesharing/l10n/eu.js
@@ -3632,6 +1096,8 @@
%%WWWDIR%%/apps/federatedfilesharing/l10n/nb_NO.json
%%WWWDIR%%/apps/federatedfilesharing/l10n/nl.js
%%WWWDIR%%/apps/federatedfilesharing/l10n/nl.json
+%%WWWDIR%%/apps/federatedfilesharing/l10n/nn_NO.js
+%%WWWDIR%%/apps/federatedfilesharing/l10n/nn_NO.json
%%WWWDIR%%/apps/federatedfilesharing/l10n/oc.js
%%WWWDIR%%/apps/federatedfilesharing/l10n/oc.json
%%WWWDIR%%/apps/federatedfilesharing/l10n/pl.js
@@ -3662,44 +1128,61 @@
%%WWWDIR%%/apps/federatedfilesharing/l10n/tr.json
%%WWWDIR%%/apps/federatedfilesharing/l10n/uk.js
%%WWWDIR%%/apps/federatedfilesharing/l10n/uk.json
+%%WWWDIR%%/apps/federatedfilesharing/l10n/vi.js
+%%WWWDIR%%/apps/federatedfilesharing/l10n/vi.json
%%WWWDIR%%/apps/federatedfilesharing/l10n/zh_CN.js
%%WWWDIR%%/apps/federatedfilesharing/l10n/zh_CN.json
%%WWWDIR%%/apps/federatedfilesharing/l10n/zh_TW.js
%%WWWDIR%%/apps/federatedfilesharing/l10n/zh_TW.json
%%WWWDIR%%/apps/federatedfilesharing/lib/AddressHandler.php
+%%WWWDIR%%/apps/federatedfilesharing/lib/AdminPanel.php
%%WWWDIR%%/apps/federatedfilesharing/lib/AppInfo/Application.php
%%WWWDIR%%/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php
%%WWWDIR%%/apps/federatedfilesharing/lib/DiscoveryManager.php
%%WWWDIR%%/apps/federatedfilesharing/lib/FederatedShareProvider.php
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifications.php
%%WWWDIR%%/apps/federatedfilesharing/lib/Notifier.php
+%%WWWDIR%%/apps/federatedfilesharing/lib/PersonalPanel.php
%%WWWDIR%%/apps/federatedfilesharing/lib/RequestHandler.php
%%WWWDIR%%/apps/federatedfilesharing/lib/TokenHandler.php
-%%WWWDIR%%/apps/federatedfilesharing/settings-admin.php
-%%WWWDIR%%/apps/federatedfilesharing/settings-personal.php
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-admin.php
%%WWWDIR%%/apps/federatedfilesharing/templates/settings-personal.php
%%WWWDIR%%/apps/federation/appinfo/app.php
%%WWWDIR%%/apps/federation/appinfo/database.xml
%%WWWDIR%%/apps/federation/appinfo/info.xml
-%%WWWDIR%%/apps/federation/appinfo/register_command.php
%%WWWDIR%%/apps/federation/appinfo/routes.php
%%WWWDIR%%/apps/federation/appinfo/signature.json
%%WWWDIR%%/apps/federation/css/settings-admin.css
%%WWWDIR%%/apps/federation/img/app.svg
%%WWWDIR%%/apps/federation/js/settings-admin.js
+%%WWWDIR%%/apps/federation/l10n/af_ZA.js
+%%WWWDIR%%/apps/federation/l10n/af_ZA.json
%%WWWDIR%%/apps/federation/l10n/ar.js
%%WWWDIR%%/apps/federation/l10n/ar.json
+%%WWWDIR%%/apps/federation/l10n/ast.js
+%%WWWDIR%%/apps/federation/l10n/ast.json
+%%WWWDIR%%/apps/federation/l10n/az.js
+%%WWWDIR%%/apps/federation/l10n/az.json
%%WWWDIR%%/apps/federation/l10n/bg_BG.js
%%WWWDIR%%/apps/federation/l10n/bg_BG.json
+%%WWWDIR%%/apps/federation/l10n/bn_BD.js
+%%WWWDIR%%/apps/federation/l10n/bn_BD.json
+%%WWWDIR%%/apps/federation/l10n/bn_IN.js
+%%WWWDIR%%/apps/federation/l10n/bn_IN.json
+%%WWWDIR%%/apps/federation/l10n/bs.js
+%%WWWDIR%%/apps/federation/l10n/bs.json
%%WWWDIR%%/apps/federation/l10n/ca.js
%%WWWDIR%%/apps/federation/l10n/ca.json
%%WWWDIR%%/apps/federation/l10n/cs_CZ.js
%%WWWDIR%%/apps/federation/l10n/cs_CZ.json
+%%WWWDIR%%/apps/federation/l10n/cy_GB.js
+%%WWWDIR%%/apps/federation/l10n/cy_GB.json
%%WWWDIR%%/apps/federation/l10n/da.js
%%WWWDIR%%/apps/federation/l10n/da.json
%%WWWDIR%%/apps/federation/l10n/de.js
%%WWWDIR%%/apps/federation/l10n/de.json
+%%WWWDIR%%/apps/federation/l10n/de_AT.js
+%%WWWDIR%%/apps/federation/l10n/de_AT.json
%%WWWDIR%%/apps/federation/l10n/de_DE.js
%%WWWDIR%%/apps/federation/l10n/de_DE.json
%%WWWDIR%%/apps/federation/l10n/el.js
@@ -3710,16 +1193,34 @@
%%WWWDIR%%/apps/federation/l10n/eo.json
%%WWWDIR%%/apps/federation/l10n/es.js
%%WWWDIR%%/apps/federation/l10n/es.json
+%%WWWDIR%%/apps/federation/l10n/es_AR.js
+%%WWWDIR%%/apps/federation/l10n/es_AR.json
+%%WWWDIR%%/apps/federation/l10n/es_MX.js
+%%WWWDIR%%/apps/federation/l10n/es_MX.json
%%WWWDIR%%/apps/federation/l10n/et_EE.js
%%WWWDIR%%/apps/federation/l10n/et_EE.json
+%%WWWDIR%%/apps/federation/l10n/eu.js
+%%WWWDIR%%/apps/federation/l10n/eu.json
+%%WWWDIR%%/apps/federation/l10n/fa.js
+%%WWWDIR%%/apps/federation/l10n/fa.json
%%WWWDIR%%/apps/federation/l10n/fi_FI.js
%%WWWDIR%%/apps/federation/l10n/fi_FI.json
%%WWWDIR%%/apps/federation/l10n/fr.js
%%WWWDIR%%/apps/federation/l10n/fr.json
+%%WWWDIR%%/apps/federation/l10n/gl.js
+%%WWWDIR%%/apps/federation/l10n/gl.json
%%WWWDIR%%/apps/federation/l10n/he.js
%%WWWDIR%%/apps/federation/l10n/he.json
+%%WWWDIR%%/apps/federation/l10n/hi.js
+%%WWWDIR%%/apps/federation/l10n/hi.json
+%%WWWDIR%%/apps/federation/l10n/hr.js
+%%WWWDIR%%/apps/federation/l10n/hr.json
%%WWWDIR%%/apps/federation/l10n/hu_HU.js
%%WWWDIR%%/apps/federation/l10n/hu_HU.json
+%%WWWDIR%%/apps/federation/l10n/hy.js
+%%WWWDIR%%/apps/federation/l10n/hy.json
+%%WWWDIR%%/apps/federation/l10n/ia.js
+%%WWWDIR%%/apps/federation/l10n/ia.json
%%WWWDIR%%/apps/federation/l10n/id.js
%%WWWDIR%%/apps/federation/l10n/id.json
%%WWWDIR%%/apps/federation/l10n/is.js
@@ -3728,14 +1229,34 @@
%%WWWDIR%%/apps/federation/l10n/it.json
%%WWWDIR%%/apps/federation/l10n/ja.js
%%WWWDIR%%/apps/federation/l10n/ja.json
+%%WWWDIR%%/apps/federation/l10n/ka_GE.js
+%%WWWDIR%%/apps/federation/l10n/ka_GE.json
+%%WWWDIR%%/apps/federation/l10n/km.js
+%%WWWDIR%%/apps/federation/l10n/km.json
+%%WWWDIR%%/apps/federation/l10n/kn.js
+%%WWWDIR%%/apps/federation/l10n/kn.json
%%WWWDIR%%/apps/federation/l10n/ko.js
%%WWWDIR%%/apps/federation/l10n/ko.json
+%%WWWDIR%%/apps/federation/l10n/ku_IQ.js
+%%WWWDIR%%/apps/federation/l10n/ku_IQ.json
%%WWWDIR%%/apps/federation/l10n/lb.js
%%WWWDIR%%/apps/federation/l10n/lb.json
+%%WWWDIR%%/apps/federation/l10n/lt_LT.js
+%%WWWDIR%%/apps/federation/l10n/lt_LT.json
+%%WWWDIR%%/apps/federation/l10n/lv.js
+%%WWWDIR%%/apps/federation/l10n/lv.json
+%%WWWDIR%%/apps/federation/l10n/mk.js
+%%WWWDIR%%/apps/federation/l10n/mk.json
+%%WWWDIR%%/apps/federation/l10n/ms_MY.js
+%%WWWDIR%%/apps/federation/l10n/ms_MY.json
+%%WWWDIR%%/apps/federation/l10n/my_MM.js
+%%WWWDIR%%/apps/federation/l10n/my_MM.json
%%WWWDIR%%/apps/federation/l10n/nb_NO.js
%%WWWDIR%%/apps/federation/l10n/nb_NO.json
%%WWWDIR%%/apps/federation/l10n/nl.js
%%WWWDIR%%/apps/federation/l10n/nl.json
+%%WWWDIR%%/apps/federation/l10n/nn_NO.js
+%%WWWDIR%%/apps/federation/l10n/nn_NO.json
%%WWWDIR%%/apps/federation/l10n/oc.js
%%WWWDIR%%/apps/federation/l10n/oc.json
%%WWWDIR%%/apps/federation/l10n/pl.js
@@ -3748,45 +1269,63 @@
%%WWWDIR%%/apps/federation/l10n/ro.json
%%WWWDIR%%/apps/federation/l10n/ru.js
%%WWWDIR%%/apps/federation/l10n/ru.json
+%%WWWDIR%%/apps/federation/l10n/si_LK.js
+%%WWWDIR%%/apps/federation/l10n/si_LK.json
+%%WWWDIR%%/apps/federation/l10n/sk_SK.js
+%%WWWDIR%%/apps/federation/l10n/sk_SK.json
%%WWWDIR%%/apps/federation/l10n/sl.js
%%WWWDIR%%/apps/federation/l10n/sl.json
%%WWWDIR%%/apps/federation/l10n/sq.js
%%WWWDIR%%/apps/federation/l10n/sq.json
%%WWWDIR%%/apps/federation/l10n/sr.js
%%WWWDIR%%/apps/federation/l10n/sr.json
+%%WWWDIR%%/apps/federation/l10n/sr@latin.js
+%%WWWDIR%%/apps/federation/l10n/sr@latin.json
%%WWWDIR%%/apps/federation/l10n/sv.js
%%WWWDIR%%/apps/federation/l10n/sv.json
+%%WWWDIR%%/apps/federation/l10n/ta_LK.js
+%%WWWDIR%%/apps/federation/l10n/ta_LK.json
+%%WWWDIR%%/apps/federation/l10n/te.js
+%%WWWDIR%%/apps/federation/l10n/te.json
%%WWWDIR%%/apps/federation/l10n/th_TH.js
%%WWWDIR%%/apps/federation/l10n/th_TH.json
%%WWWDIR%%/apps/federation/l10n/tr.js
%%WWWDIR%%/apps/federation/l10n/tr.json
+%%WWWDIR%%/apps/federation/l10n/ug.js
+%%WWWDIR%%/apps/federation/l10n/ug.json
%%WWWDIR%%/apps/federation/l10n/uk.js
%%WWWDIR%%/apps/federation/l10n/uk.json
+%%WWWDIR%%/apps/federation/l10n/ur_PK.js
+%%WWWDIR%%/apps/federation/l10n/ur_PK.json
+%%WWWDIR%%/apps/federation/l10n/vi.js
+%%WWWDIR%%/apps/federation/l10n/vi.json
%%WWWDIR%%/apps/federation/l10n/zh_CN.js
%%WWWDIR%%/apps/federation/l10n/zh_CN.json
-%%WWWDIR%%/apps/federation/lib/API/OCSAuthAPI.php
+%%WWWDIR%%/apps/federation/l10n/zh_HK.js
+%%WWWDIR%%/apps/federation/l10n/zh_HK.json
+%%WWWDIR%%/apps/federation/l10n/zh_TW.js
+%%WWWDIR%%/apps/federation/l10n/zh_TW.json
%%WWWDIR%%/apps/federation/lib/AppInfo/Application.php
%%WWWDIR%%/apps/federation/lib/BackgroundJob/GetSharedSecret.php
%%WWWDIR%%/apps/federation/lib/BackgroundJob/RequestSharedSecret.php
%%WWWDIR%%/apps/federation/lib/Command/SyncFederationAddressBooks.php
+%%WWWDIR%%/apps/federation/lib/Controller/OCSAuthAPIController.php
%%WWWDIR%%/apps/federation/lib/Controller/SettingsController.php
%%WWWDIR%%/apps/federation/lib/DAV/FedAuth.php
%%WWWDIR%%/apps/federation/lib/DbHandler.php
%%WWWDIR%%/apps/federation/lib/Hooks.php
%%WWWDIR%%/apps/federation/lib/Middleware/AddServerMiddleware.php
+%%WWWDIR%%/apps/federation/lib/Panels/Admin.php
%%WWWDIR%%/apps/federation/lib/SyncFederationAddressBooks.php
%%WWWDIR%%/apps/federation/lib/SyncJob.php
%%WWWDIR%%/apps/federation/lib/TrustedServers.php
-%%WWWDIR%%/apps/federation/settings/settings-admin.php
%%WWWDIR%%/apps/federation/templates/settings-admin.php
-%%WWWDIR%%/apps/files/admin.php
%%WWWDIR%%/apps/files/ajax/download.php
%%WWWDIR%%/apps/files/ajax/getstoragestats.php
%%WWWDIR%%/apps/files/ajax/list.php
-%%WWWDIR%%/apps/files/ajax/upload.php
+%%WWWDIR%%/apps/files/ajax/setupload.php
%%WWWDIR%%/apps/files/appinfo/app.php
%%WWWDIR%%/apps/files/appinfo/info.xml
-%%WWWDIR%%/apps/files/appinfo/register_command.php
%%WWWDIR%%/apps/files/appinfo/routes.php
%%WWWDIR%%/apps/files/appinfo/signature.json
%%WWWDIR%%/apps/files/appinfo/update.php
@@ -3795,17 +1334,12 @@
%%WWWDIR%%/apps/files/css/mobile.css
%%WWWDIR%%/apps/files/css/upload.css
%%WWWDIR%%/apps/files/download.php
-%%WWWDIR%%/apps/files/img/delete.png
+%%WWWDIR%%/apps/files/img/app.svg
%%WWWDIR%%/apps/files/img/delete.svg
-%%WWWDIR%%/apps/files/img/external.png
%%WWWDIR%%/apps/files/img/external.svg
-%%WWWDIR%%/apps/files/img/folder.png
%%WWWDIR%%/apps/files/img/folder.svg
-%%WWWDIR%%/apps/files/img/public.png
%%WWWDIR%%/apps/files/img/public.svg
-%%WWWDIR%%/apps/files/img/share.png
%%WWWDIR%%/apps/files/img/share.svg
-%%WWWDIR%%/apps/files/img/star.png
%%WWWDIR%%/apps/files/img/star.svg
%%WWWDIR%%/apps/files/js/admin.js
%%WWWDIR%%/apps/files/js/app.js
@@ -3830,6 +1364,7 @@
%%WWWDIR%%/apps/files/js/newfilemenu.js
%%WWWDIR%%/apps/files/js/search.js
%%WWWDIR%%/apps/files/js/tagsplugin.js
+%%WWWDIR%%/apps/files/js/templates/detailsview.handlebars.js
%%WWWDIR%%/apps/files/js/upload.js
%%WWWDIR%%/apps/files/l10n/ach.js
%%WWWDIR%%/apps/files/l10n/ach.json
@@ -4050,6 +1585,7 @@
%%WWWDIR%%/apps/files/lib/Controller/ApiController.php
%%WWWDIR%%/apps/files/lib/Controller/ViewController.php
%%WWWDIR%%/apps/files/lib/Helper.php
+%%WWWDIR%%/apps/files/lib/Panels/Admin.php
%%WWWDIR%%/apps/files/lib/Service/TagService.php
%%WWWDIR%%/apps/files/list.php
%%WWWDIR%%/apps/files/simplelist.php
@@ -4059,9 +1595,7 @@
%%WWWDIR%%/apps/files/templates/index.php
%%WWWDIR%%/apps/files/templates/list.php
%%WWWDIR%%/apps/files/templates/simplelist.php
-%%WWWDIR%%/apps/files/templates/test.png
%%WWWDIR%%/apps/files_antivirus/Makefile
-%%WWWDIR%%/apps/files_antivirus/admin.php
%%WWWDIR%%/apps/files_antivirus/appinfo/app.php
%%WWWDIR%%/apps/files_antivirus/appinfo/application.php
%%WWWDIR%%/apps/files_antivirus/appinfo/database.xml
@@ -4236,6 +1770,7 @@
%%WWWDIR%%/apps/files_antivirus/l10n/zh_TW.js
%%WWWDIR%%/apps/files_antivirus/l10n/zh_TW.json
%%WWWDIR%%/apps/files_antivirus/lib/activity.php
+%%WWWDIR%%/apps/files_antivirus/lib/adminpanel.php
%%WWWDIR%%/apps/files_antivirus/lib/appconfig.php
%%WWWDIR%%/apps/files_antivirus/lib/avirwrapper.php
%%WWWDIR%%/apps/files_antivirus/lib/backgroundscanner.php
@@ -5094,12 +2629,9 @@
%%WWWDIR%%/apps/files_external/ajax/oauth1.php
%%WWWDIR%%/apps/files_external/ajax/oauth2.php
%%WWWDIR%%/apps/files_external/appinfo/app.php
-%%WWWDIR%%/apps/files_external/appinfo/database.xml
%%WWWDIR%%/apps/files_external/appinfo/info.xml
-%%WWWDIR%%/apps/files_external/appinfo/register_command.php
%%WWWDIR%%/apps/files_external/appinfo/routes.php
%%WWWDIR%%/apps/files_external/appinfo/signature.json
-%%WWWDIR%%/apps/files_external/appinfo/update.php
%%WWWDIR%%/apps/files_external/css/external.css
%%WWWDIR%%/apps/files_external/css/settings.css
%%WWWDIR%%/apps/files_external/img/app.svg
@@ -5171,6 +2703,8 @@
%%WWWDIR%%/apps/files_external/l10n/fr.json
%%WWWDIR%%/apps/files_external/l10n/gl.js
%%WWWDIR%%/apps/files_external/l10n/gl.json
+%%WWWDIR%%/apps/files_external/l10n/gu.js
+%%WWWDIR%%/apps/files_external/l10n/gu.json
%%WWWDIR%%/apps/files_external/l10n/he.js
%%WWWDIR%%/apps/files_external/l10n/he.json
%%WWWDIR%%/apps/files_external/l10n/hi.js
@@ -5286,7 +2820,6 @@
%%WWWDIR%%/apps/files_external/lib/Command/ListCommand.php
%%WWWDIR%%/apps/files_external/lib/Command/Option.php
%%WWWDIR%%/apps/files_external/lib/Command/Verify.php
-%%WWWDIR%%/apps/files_external/lib/Config/ConfigAdapter.php
%%WWWDIR%%/apps/files_external/lib/Controller/AjaxController.php
%%WWWDIR%%/apps/files_external/lib/Controller/GlobalStoragesController.php
%%WWWDIR%%/apps/files_external/lib/Controller/StoragesController.php
@@ -5294,24 +2827,16 @@
%%WWWDIR%%/apps/files_external/lib/Controller/UserStoragesController.php
%%WWWDIR%%/apps/files_external/lib/Lib/Api.php
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php
-%%WWWDIR%%/apps/files_external/lib/Lib/Auth/AuthMechanism.php
-%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Builtin.php
-%%WWWDIR%%/apps/files_external/lib/Lib/Auth/IUserProvided.php
-%%WWWDIR%%/apps/files_external/lib/Lib/Auth/NullMechanism.php
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OpenStack/OpenStack.php
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php
-%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Password/Password.php
-%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php
%%WWWDIR%%/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/AmazonS3.php
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Backend.php
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/DAV.php
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Dropbox.php
-%%WWWDIR%%/apps/files_external/lib/Lib/Backend/FTP.php
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Google.php
-%%WWWDIR%%/apps/files_external/lib/Lib/Backend/LegacyBackend.php
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Local.php
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/OwnCloud.php
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/SFTP.php
@@ -5319,18 +2844,7 @@
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/SMB.php
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/SMB_OC.php
%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Swift.php
-%%WWWDIR%%/apps/files_external/lib/Lib/Config/IAuthMechanismProvider.php
-%%WWWDIR%%/apps/files_external/lib/Lib/Config/IBackendProvider.php
-%%WWWDIR%%/apps/files_external/lib/Lib/DefinitionParameter.php
-%%WWWDIR%%/apps/files_external/lib/Lib/DependencyTrait.php
-%%WWWDIR%%/apps/files_external/lib/Lib/FrontendDefinitionTrait.php
-%%WWWDIR%%/apps/files_external/lib/Lib/IdentifierTrait.php
-%%WWWDIR%%/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php
%%WWWDIR%%/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php
-%%WWWDIR%%/apps/files_external/lib/Lib/MissingDependency.php
-%%WWWDIR%%/apps/files_external/lib/Lib/PersonalMount.php
-%%WWWDIR%%/apps/files_external/lib/Lib/PriorityTrait.php
-%%WWWDIR%%/apps/files_external/lib/Lib/SessionStorageWrapper.php
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/AmazonS3.php
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/Dropbox.php
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/FTP.php
@@ -5340,27 +2854,10 @@
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SMB.php
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/StreamWrapper.php
%%WWWDIR%%/apps/files_external/lib/Lib/Storage/Swift.php
-%%WWWDIR%%/apps/files_external/lib/Lib/StorageConfig.php
-%%WWWDIR%%/apps/files_external/lib/Lib/StorageModifierTrait.php
-%%WWWDIR%%/apps/files_external/lib/Lib/VisibilityTrait.php
-%%WWWDIR%%/apps/files_external/lib/Migration/DummyUserSession.php
-%%WWWDIR%%/apps/files_external/lib/Migration/StorageMigrator.php
-%%WWWDIR%%/apps/files_external/lib/NotFoundException.php
-%%WWWDIR%%/apps/files_external/lib/Service/BackendService.php
-%%WWWDIR%%/apps/files_external/lib/Service/DBConfigService.php
-%%WWWDIR%%/apps/files_external/lib/Service/GlobalLegacyStoragesService.php
-%%WWWDIR%%/apps/files_external/lib/Service/GlobalStoragesService.php
-%%WWWDIR%%/apps/files_external/lib/Service/ImportLegacyStoragesService.php
-%%WWWDIR%%/apps/files_external/lib/Service/LegacyStoragesService.php
-%%WWWDIR%%/apps/files_external/lib/Service/StoragesService.php
-%%WWWDIR%%/apps/files_external/lib/Service/UserGlobalStoragesService.php
-%%WWWDIR%%/apps/files_external/lib/Service/UserLegacyStoragesService.php
-%%WWWDIR%%/apps/files_external/lib/Service/UserStoragesService.php
-%%WWWDIR%%/apps/files_external/lib/Service/UserTrait.php
+%%WWWDIR%%/apps/files_external/lib/Panels/Admin.php
+%%WWWDIR%%/apps/files_external/lib/Panels/Personal.php
%%WWWDIR%%/apps/files_external/lib/config.php
%%WWWDIR%%/apps/files_external/list.php
-%%WWWDIR%%/apps/files_external/personal.php
-%%WWWDIR%%/apps/files_external/settings.php
%%WWWDIR%%/apps/files_external/templates/list.php
%%WWWDIR%%/apps/files_external/templates/settings.php
%%WWWDIR%%/apps/files_pdfviewer/appinfo/app.php
@@ -5748,7 +3245,6 @@
%%WWWDIR%%/apps/files_sharing/appinfo/app.php
%%WWWDIR%%/apps/files_sharing/appinfo/database.xml
%%WWWDIR%%/apps/files_sharing/appinfo/info.xml
-%%WWWDIR%%/apps/files_sharing/appinfo/register_command.php
%%WWWDIR%%/apps/files_sharing/appinfo/routes.php
%%WWWDIR%%/apps/files_sharing/appinfo/signature.json
%%WWWDIR%%/apps/files_sharing/appinfo/update.php
@@ -5937,12 +3433,12 @@
%%WWWDIR%%/apps/files_sharing/lib/API/OCSShareWrapper.php
%%WWWDIR%%/apps/files_sharing/lib/API/Remote.php
%%WWWDIR%%/apps/files_sharing/lib/API/Share20OCS.php
-%%WWWDIR%%/apps/files_sharing/lib/API/Sharees.php
%%WWWDIR%%/apps/files_sharing/lib/Activity.php
%%WWWDIR%%/apps/files_sharing/lib/AppInfo/Application.php
%%WWWDIR%%/apps/files_sharing/lib/Cache.php
%%WWWDIR%%/apps/files_sharing/lib/Capabilities.php
%%WWWDIR%%/apps/files_sharing/lib/Command/CleanupRemoteStorages.php
+%%WWWDIR%%/apps/files_sharing/lib/Controller/ShareesController.php
%%WWWDIR%%/apps/files_sharing/lib/Controllers/ExternalSharesController.php
%%WWWDIR%%/apps/files_sharing/lib/Controllers/ShareController.php
%%WWWDIR%%/apps/files_sharing/lib/DeleteOrphanedSharesJob.php
@@ -5959,23 +3455,23 @@
%%WWWDIR%%/apps/files_sharing/lib/Helper.php
%%WWWDIR%%/apps/files_sharing/lib/Hooks.php
%%WWWDIR%%/apps/files_sharing/lib/ISharedStorage.php
-%%WWWDIR%%/apps/files_sharing/lib/Maintainer.php
%%WWWDIR%%/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php
%%WWWDIR%%/apps/files_sharing/lib/Migration.php
%%WWWDIR%%/apps/files_sharing/lib/MountProvider.php
%%WWWDIR%%/apps/files_sharing/lib/Scanner.php
+%%WWWDIR%%/apps/files_sharing/lib/ShareBackend/File.php
+%%WWWDIR%%/apps/files_sharing/lib/ShareBackend/Folder.php
%%WWWDIR%%/apps/files_sharing/lib/SharedMount.php
%%WWWDIR%%/apps/files_sharing/lib/SharedPropagator.php
+%%WWWDIR%%/apps/files_sharing/lib/SharedStorage.php
%%WWWDIR%%/apps/files_sharing/lib/Updater.php
-%%WWWDIR%%/apps/files_sharing/lib/share/file.php
-%%WWWDIR%%/apps/files_sharing/lib/share/folder.php
-%%WWWDIR%%/apps/files_sharing/lib/sharedstorage.php
%%WWWDIR%%/apps/files_sharing/list.php
%%WWWDIR%%/apps/files_sharing/public.php
%%WWWDIR%%/apps/files_sharing/templates/authenticate.php
%%WWWDIR%%/apps/files_sharing/templates/list.php
%%WWWDIR%%/apps/files_sharing/templates/part.404.php
%%WWWDIR%%/apps/files_sharing/templates/public.php
+%%WWWDIR%%/apps/files_texteditor/LICENSE
%%WWWDIR%%/apps/files_texteditor/appinfo/app.php
%%WWWDIR%%/apps/files_texteditor/appinfo/application.php
%%WWWDIR%%/apps/files_texteditor/appinfo/info.xml
@@ -6194,12 +3690,13 @@
%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/theme-clouds.js
%%WWWDIR%%/apps/files_texteditor/l10n/.tx/config
%%WWWDIR%%/apps/files_texteditor/l10n/ar.php
+%%WWWDIR%%/apps/files_texteditor/l10n/ast.js
+%%WWWDIR%%/apps/files_texteditor/l10n/ast.json
%%WWWDIR%%/apps/files_texteditor/l10n/az.js
%%WWWDIR%%/apps/files_texteditor/l10n/az.json
%%WWWDIR%%/apps/files_texteditor/l10n/az.php
%%WWWDIR%%/apps/files_texteditor/l10n/bg_BG.js
%%WWWDIR%%/apps/files_texteditor/l10n/bg_BG.json
-%%WWWDIR%%/apps/files_texteditor/l10n/bg_BG.php
%%WWWDIR%%/apps/files_texteditor/l10n/bn_BD.php
%%WWWDIR%%/apps/files_texteditor/l10n/bs.php
%%WWWDIR%%/apps/files_texteditor/l10n/ca.js
@@ -6207,154 +3704,115 @@
%%WWWDIR%%/apps/files_texteditor/l10n/ca.php
%%WWWDIR%%/apps/files_texteditor/l10n/cs_CZ.js
%%WWWDIR%%/apps/files_texteditor/l10n/cs_CZ.json
-%%WWWDIR%%/apps/files_texteditor/l10n/cs_CZ.php
%%WWWDIR%%/apps/files_texteditor/l10n/cy_GB.php
%%WWWDIR%%/apps/files_texteditor/l10n/da.js
%%WWWDIR%%/apps/files_texteditor/l10n/da.json
-%%WWWDIR%%/apps/files_texteditor/l10n/da.php
%%WWWDIR%%/apps/files_texteditor/l10n/de.js
%%WWWDIR%%/apps/files_texteditor/l10n/de.json
-%%WWWDIR%%/apps/files_texteditor/l10n/de.php
%%WWWDIR%%/apps/files_texteditor/l10n/de_CH.php
%%WWWDIR%%/apps/files_texteditor/l10n/de_DE.js
%%WWWDIR%%/apps/files_texteditor/l10n/de_DE.json
-%%WWWDIR%%/apps/files_texteditor/l10n/de_DE.php
%%WWWDIR%%/apps/files_texteditor/l10n/el.js
%%WWWDIR%%/apps/files_texteditor/l10n/el.json
-%%WWWDIR%%/apps/files_texteditor/l10n/el.php
%%WWWDIR%%/apps/files_texteditor/l10n/en_GB.js
%%WWWDIR%%/apps/files_texteditor/l10n/en_GB.json
-%%WWWDIR%%/apps/files_texteditor/l10n/en_GB.php
%%WWWDIR%%/apps/files_texteditor/l10n/eo.php
%%WWWDIR%%/apps/files_texteditor/l10n/es.js
%%WWWDIR%%/apps/files_texteditor/l10n/es.json
-%%WWWDIR%%/apps/files_texteditor/l10n/es.php
%%WWWDIR%%/apps/files_texteditor/l10n/es_AR.php
%%WWWDIR%%/apps/files_texteditor/l10n/es_MX.js
%%WWWDIR%%/apps/files_texteditor/l10n/es_MX.json
-%%WWWDIR%%/apps/files_texteditor/l10n/es_MX.php
%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.js
%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.json
-%%WWWDIR%%/apps/files_texteditor/l10n/et_EE.php
%%WWWDIR%%/apps/files_texteditor/l10n/eu.php
%%WWWDIR%%/apps/files_texteditor/l10n/eu_ES.php
%%WWWDIR%%/apps/files_texteditor/l10n/fa.js
%%WWWDIR%%/apps/files_texteditor/l10n/fa.json
-%%WWWDIR%%/apps/files_texteditor/l10n/fa.php
%%WWWDIR%%/apps/files_texteditor/l10n/fi_FI.js
%%WWWDIR%%/apps/files_texteditor/l10n/fi_FI.json
-%%WWWDIR%%/apps/files_texteditor/l10n/fi_FI.php
%%WWWDIR%%/apps/files_texteditor/l10n/fr.js
%%WWWDIR%%/apps/files_texteditor/l10n/fr.json
-%%WWWDIR%%/apps/files_texteditor/l10n/fr.php
%%WWWDIR%%/apps/files_texteditor/l10n/gl.js
%%WWWDIR%%/apps/files_texteditor/l10n/gl.json
%%WWWDIR%%/apps/files_texteditor/l10n/gl.php
%%WWWDIR%%/apps/files_texteditor/l10n/he.js
%%WWWDIR%%/apps/files_texteditor/l10n/he.json
-%%WWWDIR%%/apps/files_texteditor/l10n/he.php
%%WWWDIR%%/apps/files_texteditor/l10n/hi.php
%%WWWDIR%%/apps/files_texteditor/l10n/hr.php
%%WWWDIR%%/apps/files_texteditor/l10n/hu_HU.js
%%WWWDIR%%/apps/files_texteditor/l10n/hu_HU.json
-%%WWWDIR%%/apps/files_texteditor/l10n/hu_HU.php
%%WWWDIR%%/apps/files_texteditor/l10n/hy.js
%%WWWDIR%%/apps/files_texteditor/l10n/hy.json
-%%WWWDIR%%/apps/files_texteditor/l10n/hy.php
%%WWWDIR%%/apps/files_texteditor/l10n/ia.php
%%WWWDIR%%/apps/files_texteditor/l10n/id.js
%%WWWDIR%%/apps/files_texteditor/l10n/id.json
-%%WWWDIR%%/apps/files_texteditor/l10n/id.php
%%WWWDIR%%/apps/files_texteditor/l10n/is.js
%%WWWDIR%%/apps/files_texteditor/l10n/is.json
-%%WWWDIR%%/apps/files_texteditor/l10n/is.php
%%WWWDIR%%/apps/files_texteditor/l10n/it.js
%%WWWDIR%%/apps/files_texteditor/l10n/it.json
-%%WWWDIR%%/apps/files_texteditor/l10n/it.php
%%WWWDIR%%/apps/files_texteditor/l10n/ja.js
%%WWWDIR%%/apps/files_texteditor/l10n/ja.json
-%%WWWDIR%%/apps/files_texteditor/l10n/ja.php
%%WWWDIR%%/apps/files_texteditor/l10n/ka_GE.php
%%WWWDIR%%/apps/files_texteditor/l10n/km.php
%%WWWDIR%%/apps/files_texteditor/l10n/ko.js
%%WWWDIR%%/apps/files_texteditor/l10n/ko.json
-%%WWWDIR%%/apps/files_texteditor/l10n/ko.php
%%WWWDIR%%/apps/files_texteditor/l10n/ku_IQ.php
%%WWWDIR%%/apps/files_texteditor/l10n/lb.php
%%WWWDIR%%/apps/files_texteditor/l10n/lt_LT.js
%%WWWDIR%%/apps/files_texteditor/l10n/lt_LT.json
-%%WWWDIR%%/apps/files_texteditor/l10n/lt_LT.php
%%WWWDIR%%/apps/files_texteditor/l10n/lv.php
%%WWWDIR%%/apps/files_texteditor/l10n/mk.php
%%WWWDIR%%/apps/files_texteditor/l10n/ms_MY.php
%%WWWDIR%%/apps/files_texteditor/l10n/nb_NO.js
%%WWWDIR%%/apps/files_texteditor/l10n/nb_NO.json
-%%WWWDIR%%/apps/files_texteditor/l10n/nb_NO.php
%%WWWDIR%%/apps/files_texteditor/l10n/nl.js
%%WWWDIR%%/apps/files_texteditor/l10n/nl.json
-%%WWWDIR%%/apps/files_texteditor/l10n/nl.php
%%WWWDIR%%/apps/files_texteditor/l10n/nn_NO.php
%%WWWDIR%%/apps/files_texteditor/l10n/oc.js
%%WWWDIR%%/apps/files_texteditor/l10n/oc.json
-%%WWWDIR%%/apps/files_texteditor/l10n/oc.php
%%WWWDIR%%/apps/files_texteditor/l10n/pa.php
%%WWWDIR%%/apps/files_texteditor/l10n/pl.js
%%WWWDIR%%/apps/files_texteditor/l10n/pl.json
-%%WWWDIR%%/apps/files_texteditor/l10n/pl.php
%%WWWDIR%%/apps/files_texteditor/l10n/pt_BR.js
%%WWWDIR%%/apps/files_texteditor/l10n/pt_BR.json
-%%WWWDIR%%/apps/files_texteditor/l10n/pt_BR.php
%%WWWDIR%%/apps/files_texteditor/l10n/pt_PT.js
%%WWWDIR%%/apps/files_texteditor/l10n/pt_PT.json
-%%WWWDIR%%/apps/files_texteditor/l10n/pt_PT.php
%%WWWDIR%%/apps/files_texteditor/l10n/ro.js
%%WWWDIR%%/apps/files_texteditor/l10n/ro.json
-%%WWWDIR%%/apps/files_texteditor/l10n/ro.php
%%WWWDIR%%/apps/files_texteditor/l10n/ru.js
%%WWWDIR%%/apps/files_texteditor/l10n/ru.json
-%%WWWDIR%%/apps/files_texteditor/l10n/ru.php
%%WWWDIR%%/apps/files_texteditor/l10n/si_LK.php
%%WWWDIR%%/apps/files_texteditor/l10n/sk.php
%%WWWDIR%%/apps/files_texteditor/l10n/sk_SK.js
%%WWWDIR%%/apps/files_texteditor/l10n/sk_SK.json
-%%WWWDIR%%/apps/files_texteditor/l10n/sk_SK.php
%%WWWDIR%%/apps/files_texteditor/l10n/sl.js
%%WWWDIR%%/apps/files_texteditor/l10n/sl.json
-%%WWWDIR%%/apps/files_texteditor/l10n/sl.php
%%WWWDIR%%/apps/files_texteditor/l10n/sq.js
%%WWWDIR%%/apps/files_texteditor/l10n/sq.json
-%%WWWDIR%%/apps/files_texteditor/l10n/sq.php
%%WWWDIR%%/apps/files_texteditor/l10n/sr.js
%%WWWDIR%%/apps/files_texteditor/l10n/sr.json
-%%WWWDIR%%/apps/files_texteditor/l10n/sr.php
%%WWWDIR%%/apps/files_texteditor/l10n/sr@latin.js
%%WWWDIR%%/apps/files_texteditor/l10n/sr@latin.json
%%WWWDIR%%/apps/files_texteditor/l10n/sr@latin.php
%%WWWDIR%%/apps/files_texteditor/l10n/sv.js
%%WWWDIR%%/apps/files_texteditor/l10n/sv.json
-%%WWWDIR%%/apps/files_texteditor/l10n/sv.php
%%WWWDIR%%/apps/files_texteditor/l10n/ta_LK.php
%%WWWDIR%%/apps/files_texteditor/l10n/te.php
%%WWWDIR%%/apps/files_texteditor/l10n/th_TH.js
%%WWWDIR%%/apps/files_texteditor/l10n/th_TH.json
-%%WWWDIR%%/apps/files_texteditor/l10n/th_TH.php
%%WWWDIR%%/apps/files_texteditor/l10n/tr.js
%%WWWDIR%%/apps/files_texteditor/l10n/tr.json
-%%WWWDIR%%/apps/files_texteditor/l10n/tr.php
%%WWWDIR%%/apps/files_texteditor/l10n/ug.php
%%WWWDIR%%/apps/files_texteditor/l10n/uk.js
%%WWWDIR%%/apps/files_texteditor/l10n/uk.json
-%%WWWDIR%%/apps/files_texteditor/l10n/uk.php
%%WWWDIR%%/apps/files_texteditor/l10n/vi.js
%%WWWDIR%%/apps/files_texteditor/l10n/vi.json
%%WWWDIR%%/apps/files_texteditor/l10n/vi.php
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.js
%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.json
-%%WWWDIR%%/apps/files_texteditor/l10n/zh_CN.php
%%WWWDIR%%/apps/files_texteditor/l10n/zh_HK.php
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.js
%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.json
-%%WWWDIR%%/apps/files_texteditor/l10n/zh_TW.php
%%WWWDIR%%/apps/files_trashbin/ajax/delete.php
%%WWWDIR%%/apps/files_trashbin/ajax/isEmpty.php
%%WWWDIR%%/apps/files_trashbin/ajax/list.php
@@ -6363,7 +3821,6 @@
%%WWWDIR%%/apps/files_trashbin/appinfo/app.php
%%WWWDIR%%/apps/files_trashbin/appinfo/database.xml
%%WWWDIR%%/apps/files_trashbin/appinfo/info.xml
-%%WWWDIR%%/apps/files_trashbin/appinfo/register_command.php
%%WWWDIR%%/apps/files_trashbin/appinfo/routes.php
%%WWWDIR%%/apps/files_trashbin/appinfo/signature.json
%%WWWDIR%%/apps/files_trashbin/appinfo/update.php
@@ -6431,6 +3888,8 @@
%%WWWDIR%%/apps/files_trashbin/l10n/fr.json
%%WWWDIR%%/apps/files_trashbin/l10n/gl.js
%%WWWDIR%%/apps/files_trashbin/l10n/gl.json
+%%WWWDIR%%/apps/files_trashbin/l10n/gu.js
+%%WWWDIR%%/apps/files_trashbin/l10n/gu.json
%%WWWDIR%%/apps/files_trashbin/l10n/he.js
%%WWWDIR%%/apps/files_trashbin/l10n/he.json
%%WWWDIR%%/apps/files_trashbin/l10n/hi.js
@@ -6548,7 +4007,6 @@
%%WWWDIR%%/apps/files_versions/ajax/rollbackVersion.php
%%WWWDIR%%/apps/files_versions/appinfo/app.php
%%WWWDIR%%/apps/files_versions/appinfo/info.xml
-%%WWWDIR%%/apps/files_versions/appinfo/register_command.php
%%WWWDIR%%/apps/files_versions/appinfo/routes.php
%%WWWDIR%%/apps/files_versions/appinfo/signature.json
%%WWWDIR%%/apps/files_versions/css/versions.css
@@ -6756,13 +4214,10 @@
%%WWWDIR%%/apps/firstrunwizard/l10n/ar.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ast.js
%%WWWDIR%%/apps/firstrunwizard/l10n/ast.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/ast.php
%%WWWDIR%%/apps/firstrunwizard/l10n/az.js
%%WWWDIR%%/apps/firstrunwizard/l10n/az.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/az.php
%%WWWDIR%%/apps/firstrunwizard/l10n/bg_BG.js
%%WWWDIR%%/apps/firstrunwizard/l10n/bg_BG.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/bg_BG.php
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.js
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.json
%%WWWDIR%%/apps/firstrunwizard/l10n/bn_BD.php
@@ -6772,156 +4227,113 @@
%%WWWDIR%%/apps/firstrunwizard/l10n/bs.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.js
%%WWWDIR%%/apps/firstrunwizard/l10n/ca.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/ca.php
%%WWWDIR%%/apps/firstrunwizard/l10n/cs_CZ.js
%%WWWDIR%%/apps/firstrunwizard/l10n/cs_CZ.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/cs_CZ.php
%%WWWDIR%%/apps/firstrunwizard/l10n/cy_GB.php
%%WWWDIR%%/apps/firstrunwizard/l10n/da.js
%%WWWDIR%%/apps/firstrunwizard/l10n/da.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/da.php
%%WWWDIR%%/apps/firstrunwizard/l10n/de.js
%%WWWDIR%%/apps/firstrunwizard/l10n/de.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/de.php
%%WWWDIR%%/apps/firstrunwizard/l10n/de_CH.php
%%WWWDIR%%/apps/firstrunwizard/l10n/de_DE.js
%%WWWDIR%%/apps/firstrunwizard/l10n/de_DE.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/de_DE.php
%%WWWDIR%%/apps/firstrunwizard/l10n/el.js
%%WWWDIR%%/apps/firstrunwizard/l10n/el.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/el.php
%%WWWDIR%%/apps/firstrunwizard/l10n/en_GB.js
%%WWWDIR%%/apps/firstrunwizard/l10n/en_GB.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/en_GB.php
%%WWWDIR%%/apps/firstrunwizard/l10n/eo.js
%%WWWDIR%%/apps/firstrunwizard/l10n/eo.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/eo.php
%%WWWDIR%%/apps/firstrunwizard/l10n/es.js
%%WWWDIR%%/apps/firstrunwizard/l10n/es.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/es.php
%%WWWDIR%%/apps/firstrunwizard/l10n/es_AR.js
%%WWWDIR%%/apps/firstrunwizard/l10n/es_AR.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/es_AR.php
%%WWWDIR%%/apps/firstrunwizard/l10n/es_MX.php
%%WWWDIR%%/apps/firstrunwizard/l10n/et_EE.js
%%WWWDIR%%/apps/firstrunwizard/l10n/et_EE.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/et_EE.php
%%WWWDIR%%/apps/firstrunwizard/l10n/eu.js
%%WWWDIR%%/apps/firstrunwizard/l10n/eu.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/eu.php
%%WWWDIR%%/apps/firstrunwizard/l10n/fa.js
%%WWWDIR%%/apps/firstrunwizard/l10n/fa.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/fa.php
%%WWWDIR%%/apps/firstrunwizard/l10n/fi_FI.js
%%WWWDIR%%/apps/firstrunwizard/l10n/fi_FI.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/fi_FI.php
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.js
%%WWWDIR%%/apps/firstrunwizard/l10n/fr.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/fr.php
%%WWWDIR%%/apps/firstrunwizard/l10n/gl.js
%%WWWDIR%%/apps/firstrunwizard/l10n/gl.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/gl.php
%%WWWDIR%%/apps/firstrunwizard/l10n/he.js
%%WWWDIR%%/apps/firstrunwizard/l10n/he.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/he.php
%%WWWDIR%%/apps/firstrunwizard/l10n/hr.js
%%WWWDIR%%/apps/firstrunwizard/l10n/hr.json
%%WWWDIR%%/apps/firstrunwizard/l10n/hr.php
%%WWWDIR%%/apps/firstrunwizard/l10n/hu_HU.js
%%WWWDIR%%/apps/firstrunwizard/l10n/hu_HU.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/hu_HU.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ia.js
%%WWWDIR%%/apps/firstrunwizard/l10n/ia.json
%%WWWDIR%%/apps/firstrunwizard/l10n/ia.php
%%WWWDIR%%/apps/firstrunwizard/l10n/id.js
%%WWWDIR%%/apps/firstrunwizard/l10n/id.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/id.php
%%WWWDIR%%/apps/firstrunwizard/l10n/is.js
%%WWWDIR%%/apps/firstrunwizard/l10n/is.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/is.php
%%WWWDIR%%/apps/firstrunwizard/l10n/it.js
%%WWWDIR%%/apps/firstrunwizard/l10n/it.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/it.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ja.js
%%WWWDIR%%/apps/firstrunwizard/l10n/ja.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/ja.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ka_GE.php
%%WWWDIR%%/apps/firstrunwizard/l10n/km.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.js
%%WWWDIR%%/apps/firstrunwizard/l10n/ko.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/ko.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ku_IQ.php
%%WWWDIR%%/apps/firstrunwizard/l10n/lb.php
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.js
%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/lt_LT.php
%%WWWDIR%%/apps/firstrunwizard/l10n/lv.php
%%WWWDIR%%/apps/firstrunwizard/l10n/mk.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ms_MY.php
%%WWWDIR%%/apps/firstrunwizard/l10n/nb_NO.js
%%WWWDIR%%/apps/firstrunwizard/l10n/nb_NO.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/nb_NO.php
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.js
%%WWWDIR%%/apps/firstrunwizard/l10n/nl.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/nl.php
%%WWWDIR%%/apps/firstrunwizard/l10n/nn_NO.php
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.js
%%WWWDIR%%/apps/firstrunwizard/l10n/oc.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/oc.php
%%WWWDIR%%/apps/firstrunwizard/l10n/pl.js
%%WWWDIR%%/apps/firstrunwizard/l10n/pl.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/pl.php
%%WWWDIR%%/apps/firstrunwizard/l10n/pt_BR.js
%%WWWDIR%%/apps/firstrunwizard/l10n/pt_BR.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/pt_BR.php
%%WWWDIR%%/apps/firstrunwizard/l10n/pt_PT.js
%%WWWDIR%%/apps/firstrunwizard/l10n/pt_PT.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/pt_PT.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ro.js
%%WWWDIR%%/apps/firstrunwizard/l10n/ro.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/ro.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ru.js
%%WWWDIR%%/apps/firstrunwizard/l10n/ru.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/ru.php
%%WWWDIR%%/apps/firstrunwizard/l10n/si_LK.php
%%WWWDIR%%/apps/firstrunwizard/l10n/sk_SK.js
%%WWWDIR%%/apps/firstrunwizard/l10n/sk_SK.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/sk_SK.php
%%WWWDIR%%/apps/firstrunwizard/l10n/sl.js
%%WWWDIR%%/apps/firstrunwizard/l10n/sl.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/sl.php
%%WWWDIR%%/apps/firstrunwizard/l10n/sq.js
%%WWWDIR%%/apps/firstrunwizard/l10n/sq.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/sq.php
%%WWWDIR%%/apps/firstrunwizard/l10n/sr.js
%%WWWDIR%%/apps/firstrunwizard/l10n/sr.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/sr.php
%%WWWDIR%%/apps/firstrunwizard/l10n/sr@latin.js
%%WWWDIR%%/apps/firstrunwizard/l10n/sr@latin.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/sr@latin.php
%%WWWDIR%%/apps/firstrunwizard/l10n/sv.js
%%WWWDIR%%/apps/firstrunwizard/l10n/sv.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/sv.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ta_LK.php
%%WWWDIR%%/apps/firstrunwizard/l10n/te.php
%%WWWDIR%%/apps/firstrunwizard/l10n/th_TH.js
%%WWWDIR%%/apps/firstrunwizard/l10n/th_TH.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/th_TH.php
%%WWWDIR%%/apps/firstrunwizard/l10n/tr.js
%%WWWDIR%%/apps/firstrunwizard/l10n/tr.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/tr.php
%%WWWDIR%%/apps/firstrunwizard/l10n/ug.php
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.js
%%WWWDIR%%/apps/firstrunwizard/l10n/uk.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/uk.php
%%WWWDIR%%/apps/firstrunwizard/l10n/vi.php
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.js
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/zh_CN.php
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_HK.php
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_TW.js
%%WWWDIR%%/apps/firstrunwizard/l10n/zh_TW.json
-%%WWWDIR%%/apps/firstrunwizard/l10n/zh_TW.php
%%WWWDIR%%/apps/firstrunwizard/lib/config.php
%%WWWDIR%%/apps/firstrunwizard/lib/util.php
%%WWWDIR%%/apps/firstrunwizard/templates/wizard.php
@@ -6975,22 +4387,15 @@
%%WWWDIR%%/apps/gallery/environment/environmentexception.php
%%WWWDIR%%/apps/gallery/environment/notfoundenvexception.php
%%WWWDIR%%/apps/gallery/http/imageresponse.php
-%%WWWDIR%%/apps/gallery/img/app.png
%%WWWDIR%%/apps/gallery/img/app.svg
-%%WWWDIR%%/apps/gallery/img/dateasc.png
%%WWWDIR%%/apps/gallery/img/dateasc.svg
-%%WWWDIR%%/apps/gallery/img/datedes.png
%%WWWDIR%%/apps/gallery/img/datedes.svg
-%%WWWDIR%%/apps/gallery/img/folder.png
%%WWWDIR%%/apps/gallery/img/folder.svg
-%%WWWDIR%%/apps/gallery/img/gallery-dark.png
%%WWWDIR%%/apps/gallery/img/gallery-dark.svg
-%%WWWDIR%%/apps/gallery/img/nameasc.png
%%WWWDIR%%/apps/gallery/img/nameasc.svg
-%%WWWDIR%%/apps/gallery/img/namedes.png
%%WWWDIR%%/apps/gallery/img/namedes.svg
-%%WWWDIR%%/apps/gallery/img/toggle.png
%%WWWDIR%%/apps/gallery/img/toggle.svg
+%%WWWDIR%%/apps/gallery/img/view-delete.svg
%%WWWDIR%%/apps/gallery/js/.bowerrc
%%WWWDIR%%/apps/gallery/js/.jshintrc
%%WWWDIR%%/apps/gallery/js/app.js
@@ -7007,6 +4412,7 @@
%%WWWDIR%%/apps/gallery/js/galleryrow.js
%%WWWDIR%%/apps/gallery/js/galleryutility.js
%%WWWDIR%%/apps/gallery/js/galleryview.js
+%%WWWDIR%%/apps/gallery/js/newfilemenuplugins.js
%%WWWDIR%%/apps/gallery/js/slideshow.js
%%WWWDIR%%/apps/gallery/js/slideshowcontrols.js
%%WWWDIR%%/apps/gallery/js/slideshowzoomablepreview.js
@@ -7041,7 +4447,6 @@
%%WWWDIR%%/apps/gallery/l10n/ar.php
%%WWWDIR%%/apps/gallery/l10n/ast.js
%%WWWDIR%%/apps/gallery/l10n/ast.json
-%%WWWDIR%%/apps/gallery/l10n/ast.php
%%WWWDIR%%/apps/gallery/l10n/az.js
%%WWWDIR%%/apps/gallery/l10n/az.json
%%WWWDIR%%/apps/gallery/l10n/az.php
@@ -7138,7 +4543,8 @@
%%WWWDIR%%/apps/gallery/l10n/pt_BR.json
%%WWWDIR%%/apps/gallery/l10n/pt_PT.js
%%WWWDIR%%/apps/gallery/l10n/pt_PT.json
-%%WWWDIR%%/apps/gallery/l10n/ro.php
+%%WWWDIR%%/apps/gallery/l10n/ro.js
+%%WWWDIR%%/apps/gallery/l10n/ro.json
%%WWWDIR%%/apps/gallery/l10n/ru.js
%%WWWDIR%%/apps/gallery/l10n/ru.json
%%WWWDIR%%/apps/gallery/l10n/si_LK.php
@@ -7161,7 +4567,6 @@
%%WWWDIR%%/apps/gallery/l10n/ug.php
%%WWWDIR%%/apps/gallery/l10n/uk.js
%%WWWDIR%%/apps/gallery/l10n/uk.json
-%%WWWDIR%%/apps/gallery/l10n/uk.php
%%WWWDIR%%/apps/gallery/l10n/ur_PK.js
%%WWWDIR%%/apps/gallery/l10n/ur_PK.json
%%WWWDIR%%/apps/gallery/l10n/ur_PK.php
@@ -7250,6 +4655,33 @@
%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Yaml.php
%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/composer.json
%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/phpunit.xml.dist
+%%WWWDIR%%/apps/market/LICENSE
+%%WWWDIR%%/apps/market/appinfo/app.php
+%%WWWDIR%%/apps/market/appinfo/info.xml
+%%WWWDIR%%/apps/market/appinfo/routes.php
+%%WWWDIR%%/apps/market/appinfo/signature.json
+%%WWWDIR%%/apps/market/css/market.min.css
+%%WWWDIR%%/apps/market/img/market.svg
+%%WWWDIR%%/apps/market/js/market.bundle.js
+%%WWWDIR%%/apps/market/lib/Application.php
+%%WWWDIR%%/apps/market/lib/Command/InstallApp.php
+%%WWWDIR%%/apps/market/lib/Command/ListApps.php
+%%WWWDIR%%/apps/market/lib/Command/UpgradeApp.php
+%%WWWDIR%%/apps/market/lib/Controller/LocalAppsController.php
+%%WWWDIR%%/apps/market/lib/Controller/MarketController.php
+%%WWWDIR%%/apps/market/lib/Controller/PageController.php
+%%WWWDIR%%/apps/market/lib/Listener.php
+%%WWWDIR%%/apps/market/lib/MarketService.php
+%%WWWDIR%%/apps/market/templates/index.php
+%%WWWDIR%%/apps/market/vendor/autoload.php
+%%WWWDIR%%/apps/market/vendor/composer/ClassLoader.php
+%%WWWDIR%%/apps/market/vendor/composer/LICENSE
+%%WWWDIR%%/apps/market/vendor/composer/autoload_classmap.php
+%%WWWDIR%%/apps/market/vendor/composer/autoload_namespaces.php
+%%WWWDIR%%/apps/market/vendor/composer/autoload_psr4.php
+%%WWWDIR%%/apps/market/vendor/composer/autoload_real.php
+%%WWWDIR%%/apps/market/vendor/composer/autoload_static.php
+%%WWWDIR%%/apps/market/vendor/composer/installed.json
%%WWWDIR%%/apps/notifications/COPYING
%%WWWDIR%%/apps/notifications/appinfo/app.php
%%WWWDIR%%/apps/notifications/appinfo/database.xml
@@ -7283,7 +4715,6 @@
%%WWWDIR%%/apps/systemtags/appinfo/info.xml
%%WWWDIR%%/apps/systemtags/appinfo/signature.json
%%WWWDIR%%/apps/systemtags/css/systemtagsfilelist.css
-%%WWWDIR%%/apps/systemtags/img/tag.png
%%WWWDIR%%/apps/systemtags/img/tag.svg
%%WWWDIR%%/apps/systemtags/js/app.js
%%WWWDIR%%/apps/systemtags/js/filesplugin.js
@@ -7440,7 +4871,6 @@
%%WWWDIR%%/apps/systemtags/list.php
%%WWWDIR%%/apps/systemtags/templates/list.php
%%WWWDIR%%/apps/templateeditor/app/templateeditor.php
-%%WWWDIR%%/apps/templateeditor/appinfo/app.php
%%WWWDIR%%/apps/templateeditor/appinfo/info.xml
%%WWWDIR%%/apps/templateeditor/appinfo/routes.php
%%WWWDIR%%/apps/templateeditor/appinfo/signature.json
@@ -7452,16 +4882,12 @@
%%WWWDIR%%/apps/templateeditor/l10n/.tx/config
%%WWWDIR%%/apps/templateeditor/l10n/ar.js
%%WWWDIR%%/apps/templateeditor/l10n/ar.json
-%%WWWDIR%%/apps/templateeditor/l10n/ar.php
%%WWWDIR%%/apps/templateeditor/l10n/ast.js
%%WWWDIR%%/apps/templateeditor/l10n/ast.json
-%%WWWDIR%%/apps/templateeditor/l10n/ast.php
%%WWWDIR%%/apps/templateeditor/l10n/az.js
%%WWWDIR%%/apps/templateeditor/l10n/az.json
-%%WWWDIR%%/apps/templateeditor/l10n/az.php
%%WWWDIR%%/apps/templateeditor/l10n/bg_BG.js
%%WWWDIR%%/apps/templateeditor/l10n/bg_BG.json
-%%WWWDIR%%/apps/templateeditor/l10n/bg_BG.php
%%WWWDIR%%/apps/templateeditor/l10n/bn_BD.js
%%WWWDIR%%/apps/templateeditor/l10n/bn_BD.json
%%WWWDIR%%/apps/templateeditor/l10n/bn_BD.php
@@ -7471,152 +4897,117 @@
%%WWWDIR%%/apps/templateeditor/l10n/bs.php
%%WWWDIR%%/apps/templateeditor/l10n/ca.js
%%WWWDIR%%/apps/templateeditor/l10n/ca.json
-%%WWWDIR%%/apps/templateeditor/l10n/ca.php
%%WWWDIR%%/apps/templateeditor/l10n/cs_CZ.js
%%WWWDIR%%/apps/templateeditor/l10n/cs_CZ.json
-%%WWWDIR%%/apps/templateeditor/l10n/cs_CZ.php
%%WWWDIR%%/apps/templateeditor/l10n/cy_GB.php
%%WWWDIR%%/apps/templateeditor/l10n/da.js
%%WWWDIR%%/apps/templateeditor/l10n/da.json
-%%WWWDIR%%/apps/templateeditor/l10n/da.php
%%WWWDIR%%/apps/templateeditor/l10n/de.js
%%WWWDIR%%/apps/templateeditor/l10n/de.json
-%%WWWDIR%%/apps/templateeditor/l10n/de.php
%%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/de_DE.php
%%WWWDIR%%/apps/templateeditor/l10n/el.js
%%WWWDIR%%/apps/templateeditor/l10n/el.json
-%%WWWDIR%%/apps/templateeditor/l10n/el.php
%%WWWDIR%%/apps/templateeditor/l10n/en_GB.js
%%WWWDIR%%/apps/templateeditor/l10n/en_GB.json
-%%WWWDIR%%/apps/templateeditor/l10n/en_GB.php
%%WWWDIR%%/apps/templateeditor/l10n/eo.php
%%WWWDIR%%/apps/templateeditor/l10n/es.js
%%WWWDIR%%/apps/templateeditor/l10n/es.json
-%%WWWDIR%%/apps/templateeditor/l10n/es.php
%%WWWDIR%%/apps/templateeditor/l10n/es_AR.php
-%%WWWDIR%%/apps/templateeditor/l10n/es_MX.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/et_EE.php
%%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/fa.php
%%WWWDIR%%/apps/templateeditor/l10n/fi_FI.js
%%WWWDIR%%/apps/templateeditor/l10n/fi_FI.json
-%%WWWDIR%%/apps/templateeditor/l10n/fi_FI.php
%%WWWDIR%%/apps/templateeditor/l10n/fr.js
%%WWWDIR%%/apps/templateeditor/l10n/fr.json
-%%WWWDIR%%/apps/templateeditor/l10n/fr.php
%%WWWDIR%%/apps/templateeditor/l10n/gl.js
%%WWWDIR%%/apps/templateeditor/l10n/gl.json
-%%WWWDIR%%/apps/templateeditor/l10n/gl.php
%%WWWDIR%%/apps/templateeditor/l10n/he.js
%%WWWDIR%%/apps/templateeditor/l10n/he.json
-%%WWWDIR%%/apps/templateeditor/l10n/he.php
%%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/hu_HU.php
%%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/id.php
%%WWWDIR%%/apps/templateeditor/l10n/is.js
%%WWWDIR%%/apps/templateeditor/l10n/is.json
-%%WWWDIR%%/apps/templateeditor/l10n/is.php
%%WWWDIR%%/apps/templateeditor/l10n/it.js
%%WWWDIR%%/apps/templateeditor/l10n/it.json
-%%WWWDIR%%/apps/templateeditor/l10n/it.php
%%WWWDIR%%/apps/templateeditor/l10n/ja.js
%%WWWDIR%%/apps/templateeditor/l10n/ja.json
-%%WWWDIR%%/apps/templateeditor/l10n/ja.php
%%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/ko.php
%%WWWDIR%%/apps/templateeditor/l10n/ku_IQ.php
-%%WWWDIR%%/apps/templateeditor/l10n/lb.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/nb_NO.php
%%WWWDIR%%/apps/templateeditor/l10n/nl.js
%%WWWDIR%%/apps/templateeditor/l10n/nl.json
-%%WWWDIR%%/apps/templateeditor/l10n/nl.php
%%WWWDIR%%/apps/templateeditor/l10n/nn_NO.php
%%WWWDIR%%/apps/templateeditor/l10n/oc.js
%%WWWDIR%%/apps/templateeditor/l10n/oc.json
-%%WWWDIR%%/apps/templateeditor/l10n/oc.php
%%WWWDIR%%/apps/templateeditor/l10n/pl.js
%%WWWDIR%%/apps/templateeditor/l10n/pl.json
-%%WWWDIR%%/apps/templateeditor/l10n/pl.php
%%WWWDIR%%/apps/templateeditor/l10n/pt_BR.js
%%WWWDIR%%/apps/templateeditor/l10n/pt_BR.json
-%%WWWDIR%%/apps/templateeditor/l10n/pt_BR.php
%%WWWDIR%%/apps/templateeditor/l10n/pt_PT.js
%%WWWDIR%%/apps/templateeditor/l10n/pt_PT.json
-%%WWWDIR%%/apps/templateeditor/l10n/pt_PT.php
-%%WWWDIR%%/apps/templateeditor/l10n/ro.php
+%%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/ru.php
%%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/sk_SK.php
%%WWWDIR%%/apps/templateeditor/l10n/sl.js
%%WWWDIR%%/apps/templateeditor/l10n/sl.json
-%%WWWDIR%%/apps/templateeditor/l10n/sl.php
%%WWWDIR%%/apps/templateeditor/l10n/sq.js
%%WWWDIR%%/apps/templateeditor/l10n/sq.json
-%%WWWDIR%%/apps/templateeditor/l10n/sq.php
%%WWWDIR%%/apps/templateeditor/l10n/sr.js
%%WWWDIR%%/apps/templateeditor/l10n/sr.json
-%%WWWDIR%%/apps/templateeditor/l10n/sr.php
%%WWWDIR%%/apps/templateeditor/l10n/sr@latin.php
%%WWWDIR%%/apps/templateeditor/l10n/sv.js
%%WWWDIR%%/apps/templateeditor/l10n/sv.json
-%%WWWDIR%%/apps/templateeditor/l10n/sv.php
%%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/th_TH.php
%%WWWDIR%%/apps/templateeditor/l10n/tr.js
%%WWWDIR%%/apps/templateeditor/l10n/tr.json
-%%WWWDIR%%/apps/templateeditor/l10n/tr.php
%%WWWDIR%%/apps/templateeditor/l10n/ug.php
%%WWWDIR%%/apps/templateeditor/l10n/uk.js
%%WWWDIR%%/apps/templateeditor/l10n/uk.json
-%%WWWDIR%%/apps/templateeditor/l10n/uk.php
%%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_CN.php
%%WWWDIR%%/apps/templateeditor/l10n/zh_HK.php
%%WWWDIR%%/apps/templateeditor/l10n/zh_TW.js
%%WWWDIR%%/apps/templateeditor/l10n/zh_TW.json
-%%WWWDIR%%/apps/templateeditor/l10n/zh_TW.php
+%%WWWDIR%%/apps/templateeditor/lib/adminpanel.php
%%WWWDIR%%/apps/templateeditor/lib/mailtemplate.php
-%%WWWDIR%%/apps/templateeditor/settings-admin.php
%%WWWDIR%%/apps/templateeditor/templates/settings-admin.php
-%%WWWDIR%%/apps/updatenotification/admin.php
%%WWWDIR%%/apps/updatenotification/appinfo/app.php
%%WWWDIR%%/apps/updatenotification/appinfo/info.xml
%%WWWDIR%%/apps/updatenotification/appinfo/routes.php
@@ -7655,6 +5046,8 @@
%%WWWDIR%%/apps/updatenotification/l10n/es.json
%%WWWDIR%%/apps/updatenotification/l10n/es_AR.js
%%WWWDIR%%/apps/updatenotification/l10n/es_AR.json
+%%WWWDIR%%/apps/updatenotification/l10n/es_MX.js
+%%WWWDIR%%/apps/updatenotification/l10n/es_MX.json
%%WWWDIR%%/apps/updatenotification/l10n/et_EE.js
%%WWWDIR%%/apps/updatenotification/l10n/et_EE.json
%%WWWDIR%%/apps/updatenotification/l10n/eu.js
@@ -7681,6 +5074,8 @@
%%WWWDIR%%/apps/updatenotification/l10n/it.json
%%WWWDIR%%/apps/updatenotification/l10n/ja.js
%%WWWDIR%%/apps/updatenotification/l10n/ja.json
+%%WWWDIR%%/apps/updatenotification/l10n/km.js
+%%WWWDIR%%/apps/updatenotification/l10n/km.json
%%WWWDIR%%/apps/updatenotification/l10n/ko.js
%%WWWDIR%%/apps/updatenotification/l10n/ko.json
%%WWWDIR%%/apps/updatenotification/l10n/lb.js
@@ -7693,6 +5088,8 @@
%%WWWDIR%%/apps/updatenotification/l10n/nb_NO.json
%%WWWDIR%%/apps/updatenotification/l10n/nl.js
%%WWWDIR%%/apps/updatenotification/l10n/nl.json
+%%WWWDIR%%/apps/updatenotification/l10n/nn_NO.js
+%%WWWDIR%%/apps/updatenotification/l10n/nn_NO.json
%%WWWDIR%%/apps/updatenotification/l10n/oc.js
%%WWWDIR%%/apps/updatenotification/l10n/oc.json
%%WWWDIR%%/apps/updatenotification/l10n/pl.js
@@ -7742,316 +5139,6 @@
%%WWWDIR%%/apps/user_external/lib/imap.php
%%WWWDIR%%/apps/user_external/lib/smb.php
%%WWWDIR%%/apps/user_external/lib/webdavauth.php
-%%WWWDIR%%/apps/user_ldap/ajax/clearMappings.php
-%%WWWDIR%%/apps/user_ldap/ajax/deleteConfiguration.php
-%%WWWDIR%%/apps/user_ldap/ajax/getConfiguration.php
-%%WWWDIR%%/apps/user_ldap/ajax/getNewServerConfigPrefix.php
-%%WWWDIR%%/apps/user_ldap/ajax/setConfiguration.php
-%%WWWDIR%%/apps/user_ldap/ajax/testConfiguration.php
-%%WWWDIR%%/apps/user_ldap/ajax/wizard.php
-%%WWWDIR%%/apps/user_ldap/appinfo/app.php
-%%WWWDIR%%/apps/user_ldap/appinfo/database.xml
-%%WWWDIR%%/apps/user_ldap/appinfo/info.xml
-%%WWWDIR%%/apps/user_ldap/appinfo/install.php
-%%WWWDIR%%/apps/user_ldap/appinfo/register_command.php
-%%WWWDIR%%/apps/user_ldap/appinfo/routes.php
-%%WWWDIR%%/apps/user_ldap/appinfo/signature.json
-%%WWWDIR%%/apps/user_ldap/css/settings.css
-%%WWWDIR%%/apps/user_ldap/img/app.svg
-%%WWWDIR%%/apps/user_ldap/img/copy.png
-%%WWWDIR%%/apps/user_ldap/img/copy.svg
-%%WWWDIR%%/apps/user_ldap/js/wizard/configModel.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/controller.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/view.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizard.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorAvailableAttributes.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorBaseDN.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorClearGroupMappings.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorClearUserMappings.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorEmailAttribute.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorFeatureAbstract.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorFilterGroup.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorFilterLogin.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorFilterUser.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorGeneric.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorGroupCount.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorGroupObjectClasses.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorGroupsForGroups.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorGroupsForUsers.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorPort.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorQueue.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorSimpleRequestAbstract.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorTestAbstract.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorTestBaseDN.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorTestConfiguration.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorTestLoginName.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorUserCount.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorUserDisplayNameAttribute.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorUserGroupAssociation.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardDetectorUserObjectClasses.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardFilterOnType.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardFilterOnTypeFactory.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardObject.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabAbstractFilter.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabAdvanced.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabElementary.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabExpert.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabGeneric.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabGroupFilter.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabLoginFilter.js
-%%WWWDIR%%/apps/user_ldap/js/wizard/wizardTabUserFilter.js
-%%WWWDIR%%/apps/user_ldap/l10n/ach.js
-%%WWWDIR%%/apps/user_ldap/l10n/ach.json
-%%WWWDIR%%/apps/user_ldap/l10n/ady.js
-%%WWWDIR%%/apps/user_ldap/l10n/ady.json
-%%WWWDIR%%/apps/user_ldap/l10n/af_ZA.js
-%%WWWDIR%%/apps/user_ldap/l10n/af_ZA.json
-%%WWWDIR%%/apps/user_ldap/l10n/ak.js
-%%WWWDIR%%/apps/user_ldap/l10n/ak.json
-%%WWWDIR%%/apps/user_ldap/l10n/am_ET.js
-%%WWWDIR%%/apps/user_ldap/l10n/am_ET.json
-%%WWWDIR%%/apps/user_ldap/l10n/ar.js
-%%WWWDIR%%/apps/user_ldap/l10n/ar.json
-%%WWWDIR%%/apps/user_ldap/l10n/ast.js
-%%WWWDIR%%/apps/user_ldap/l10n/ast.json
-%%WWWDIR%%/apps/user_ldap/l10n/az.js
-%%WWWDIR%%/apps/user_ldap/l10n/az.json
-%%WWWDIR%%/apps/user_ldap/l10n/be.js
-%%WWWDIR%%/apps/user_ldap/l10n/be.json
-%%WWWDIR%%/apps/user_ldap/l10n/bg_BG.js
-%%WWWDIR%%/apps/user_ldap/l10n/bg_BG.json
-%%WWWDIR%%/apps/user_ldap/l10n/bn_BD.js
-%%WWWDIR%%/apps/user_ldap/l10n/bn_BD.json
-%%WWWDIR%%/apps/user_ldap/l10n/bn_IN.js
-%%WWWDIR%%/apps/user_ldap/l10n/bn_IN.json
-%%WWWDIR%%/apps/user_ldap/l10n/bs.js
-%%WWWDIR%%/apps/user_ldap/l10n/bs.json
-%%WWWDIR%%/apps/user_ldap/l10n/ca.js
-%%WWWDIR%%/apps/user_ldap/l10n/ca.json
-%%WWWDIR%%/apps/user_ldap/l10n/cs_CZ.js
-%%WWWDIR%%/apps/user_ldap/l10n/cs_CZ.json
-%%WWWDIR%%/apps/user_ldap/l10n/cy_GB.js
-%%WWWDIR%%/apps/user_ldap/l10n/cy_GB.json
-%%WWWDIR%%/apps/user_ldap/l10n/da.js
-%%WWWDIR%%/apps/user_ldap/l10n/da.json
-%%WWWDIR%%/apps/user_ldap/l10n/de.js
-%%WWWDIR%%/apps/user_ldap/l10n/de.json
-%%WWWDIR%%/apps/user_ldap/l10n/de_AT.js
-%%WWWDIR%%/apps/user_ldap/l10n/de_AT.json
-%%WWWDIR%%/apps/user_ldap/l10n/de_DE.js
-%%WWWDIR%%/apps/user_ldap/l10n/de_DE.json
-%%WWWDIR%%/apps/user_ldap/l10n/el.js
-%%WWWDIR%%/apps/user_ldap/l10n/el.json
-%%WWWDIR%%/apps/user_ldap/l10n/en_GB.js
-%%WWWDIR%%/apps/user_ldap/l10n/en_GB.json
-%%WWWDIR%%/apps/user_ldap/l10n/eo.js
-%%WWWDIR%%/apps/user_ldap/l10n/eo.json
-%%WWWDIR%%/apps/user_ldap/l10n/es.js
-%%WWWDIR%%/apps/user_ldap/l10n/es.json
-%%WWWDIR%%/apps/user_ldap/l10n/es_AR.js
-%%WWWDIR%%/apps/user_ldap/l10n/es_AR.json
-%%WWWDIR%%/apps/user_ldap/l10n/es_CL.js
-%%WWWDIR%%/apps/user_ldap/l10n/es_CL.json
-%%WWWDIR%%/apps/user_ldap/l10n/es_MX.js
-%%WWWDIR%%/apps/user_ldap/l10n/es_MX.json
-%%WWWDIR%%/apps/user_ldap/l10n/et_EE.js
-%%WWWDIR%%/apps/user_ldap/l10n/et_EE.json
-%%WWWDIR%%/apps/user_ldap/l10n/eu.js
-%%WWWDIR%%/apps/user_ldap/l10n/eu.json
-%%WWWDIR%%/apps/user_ldap/l10n/fa.js
-%%WWWDIR%%/apps/user_ldap/l10n/fa.json
-%%WWWDIR%%/apps/user_ldap/l10n/fi_FI.js
-%%WWWDIR%%/apps/user_ldap/l10n/fi_FI.json
-%%WWWDIR%%/apps/user_ldap/l10n/fil.js
-%%WWWDIR%%/apps/user_ldap/l10n/fil.json
-%%WWWDIR%%/apps/user_ldap/l10n/fr.js
-%%WWWDIR%%/apps/user_ldap/l10n/fr.json
-%%WWWDIR%%/apps/user_ldap/l10n/fy_NL.js
-%%WWWDIR%%/apps/user_ldap/l10n/fy_NL.json
-%%WWWDIR%%/apps/user_ldap/l10n/gl.js
-%%WWWDIR%%/apps/user_ldap/l10n/gl.json
-%%WWWDIR%%/apps/user_ldap/l10n/gu.js
-%%WWWDIR%%/apps/user_ldap/l10n/gu.json
-%%WWWDIR%%/apps/user_ldap/l10n/he.js
-%%WWWDIR%%/apps/user_ldap/l10n/he.json
-%%WWWDIR%%/apps/user_ldap/l10n/hi.js
-%%WWWDIR%%/apps/user_ldap/l10n/hi.json
-%%WWWDIR%%/apps/user_ldap/l10n/hr.js
-%%WWWDIR%%/apps/user_ldap/l10n/hr.json
-%%WWWDIR%%/apps/user_ldap/l10n/hu_HU.js
-%%WWWDIR%%/apps/user_ldap/l10n/hu_HU.json
-%%WWWDIR%%/apps/user_ldap/l10n/hy.js
-%%WWWDIR%%/apps/user_ldap/l10n/hy.json
-%%WWWDIR%%/apps/user_ldap/l10n/ia.js
-%%WWWDIR%%/apps/user_ldap/l10n/ia.json
-%%WWWDIR%%/apps/user_ldap/l10n/id.js
-%%WWWDIR%%/apps/user_ldap/l10n/id.json
-%%WWWDIR%%/apps/user_ldap/l10n/io.js
-%%WWWDIR%%/apps/user_ldap/l10n/io.json
-%%WWWDIR%%/apps/user_ldap/l10n/is.js
-%%WWWDIR%%/apps/user_ldap/l10n/is.json
-%%WWWDIR%%/apps/user_ldap/l10n/it.js
-%%WWWDIR%%/apps/user_ldap/l10n/it.json
-%%WWWDIR%%/apps/user_ldap/l10n/ja.js
-%%WWWDIR%%/apps/user_ldap/l10n/ja.json
-%%WWWDIR%%/apps/user_ldap/l10n/jv.js
-%%WWWDIR%%/apps/user_ldap/l10n/jv.json
-%%WWWDIR%%/apps/user_ldap/l10n/ka_GE.js
-%%WWWDIR%%/apps/user_ldap/l10n/ka_GE.json
-%%WWWDIR%%/apps/user_ldap/l10n/km.js
-%%WWWDIR%%/apps/user_ldap/l10n/km.json
-%%WWWDIR%%/apps/user_ldap/l10n/kn.js
-%%WWWDIR%%/apps/user_ldap/l10n/kn.json
-%%WWWDIR%%/apps/user_ldap/l10n/ko.js
-%%WWWDIR%%/apps/user_ldap/l10n/ko.json
-%%WWWDIR%%/apps/user_ldap/l10n/ku_IQ.js
-%%WWWDIR%%/apps/user_ldap/l10n/ku_IQ.json
-%%WWWDIR%%/apps/user_ldap/l10n/lb.js
-%%WWWDIR%%/apps/user_ldap/l10n/lb.json
-%%WWWDIR%%/apps/user_ldap/l10n/lo.js
-%%WWWDIR%%/apps/user_ldap/l10n/lo.json
-%%WWWDIR%%/apps/user_ldap/l10n/lt_LT.js
-%%WWWDIR%%/apps/user_ldap/l10n/lt_LT.json
-%%WWWDIR%%/apps/user_ldap/l10n/lv.js
-%%WWWDIR%%/apps/user_ldap/l10n/lv.json
-%%WWWDIR%%/apps/user_ldap/l10n/mg.js
-%%WWWDIR%%/apps/user_ldap/l10n/mg.json
-%%WWWDIR%%/apps/user_ldap/l10n/mk.js
-%%WWWDIR%%/apps/user_ldap/l10n/mk.json
-%%WWWDIR%%/apps/user_ldap/l10n/ml.js
-%%WWWDIR%%/apps/user_ldap/l10n/ml.json
-%%WWWDIR%%/apps/user_ldap/l10n/ml_IN.js
-%%WWWDIR%%/apps/user_ldap/l10n/ml_IN.json
-%%WWWDIR%%/apps/user_ldap/l10n/mn.js
-%%WWWDIR%%/apps/user_ldap/l10n/mn.json
-%%WWWDIR%%/apps/user_ldap/l10n/mr.js
-%%WWWDIR%%/apps/user_ldap/l10n/mr.json
-%%WWWDIR%%/apps/user_ldap/l10n/ms_MY.js
-%%WWWDIR%%/apps/user_ldap/l10n/ms_MY.json
-%%WWWDIR%%/apps/user_ldap/l10n/mt_MT.js
-%%WWWDIR%%/apps/user_ldap/l10n/mt_MT.json
-%%WWWDIR%%/apps/user_ldap/l10n/my_MM.js
-%%WWWDIR%%/apps/user_ldap/l10n/my_MM.json
-%%WWWDIR%%/apps/user_ldap/l10n/nb_NO.js
-%%WWWDIR%%/apps/user_ldap/l10n/nb_NO.json
-%%WWWDIR%%/apps/user_ldap/l10n/nds.js
-%%WWWDIR%%/apps/user_ldap/l10n/nds.json
-%%WWWDIR%%/apps/user_ldap/l10n/nl.js
-%%WWWDIR%%/apps/user_ldap/l10n/nl.json
-%%WWWDIR%%/apps/user_ldap/l10n/nn_NO.js
-%%WWWDIR%%/apps/user_ldap/l10n/nn_NO.json
-%%WWWDIR%%/apps/user_ldap/l10n/nqo.js
-%%WWWDIR%%/apps/user_ldap/l10n/nqo.json
-%%WWWDIR%%/apps/user_ldap/l10n/oc.js
-%%WWWDIR%%/apps/user_ldap/l10n/oc.json
-%%WWWDIR%%/apps/user_ldap/l10n/pa.js
-%%WWWDIR%%/apps/user_ldap/l10n/pa.json
-%%WWWDIR%%/apps/user_ldap/l10n/pl.js
-%%WWWDIR%%/apps/user_ldap/l10n/pl.json
-%%WWWDIR%%/apps/user_ldap/l10n/pt_BR.js
-%%WWWDIR%%/apps/user_ldap/l10n/pt_BR.json
-%%WWWDIR%%/apps/user_ldap/l10n/pt_PT.js
-%%WWWDIR%%/apps/user_ldap/l10n/pt_PT.json
-%%WWWDIR%%/apps/user_ldap/l10n/ro.js
-%%WWWDIR%%/apps/user_ldap/l10n/ro.json
-%%WWWDIR%%/apps/user_ldap/l10n/ru.js
-%%WWWDIR%%/apps/user_ldap/l10n/ru.json
-%%WWWDIR%%/apps/user_ldap/l10n/si_LK.js
-%%WWWDIR%%/apps/user_ldap/l10n/si_LK.json
-%%WWWDIR%%/apps/user_ldap/l10n/sk_SK.js
-%%WWWDIR%%/apps/user_ldap/l10n/sk_SK.json
-%%WWWDIR%%/apps/user_ldap/l10n/sl.js
-%%WWWDIR%%/apps/user_ldap/l10n/sl.json
-%%WWWDIR%%/apps/user_ldap/l10n/sq.js
-%%WWWDIR%%/apps/user_ldap/l10n/sq.json
-%%WWWDIR%%/apps/user_ldap/l10n/sr.js
-%%WWWDIR%%/apps/user_ldap/l10n/sr.json
-%%WWWDIR%%/apps/user_ldap/l10n/sr@latin.js
-%%WWWDIR%%/apps/user_ldap/l10n/sr@latin.json
-%%WWWDIR%%/apps/user_ldap/l10n/su.js
-%%WWWDIR%%/apps/user_ldap/l10n/su.json
-%%WWWDIR%%/apps/user_ldap/l10n/sv.js
-%%WWWDIR%%/apps/user_ldap/l10n/sv.json
-%%WWWDIR%%/apps/user_ldap/l10n/sw_KE.js
-%%WWWDIR%%/apps/user_ldap/l10n/sw_KE.json
-%%WWWDIR%%/apps/user_ldap/l10n/ta_IN.js
-%%WWWDIR%%/apps/user_ldap/l10n/ta_IN.json
-%%WWWDIR%%/apps/user_ldap/l10n/ta_LK.js
-%%WWWDIR%%/apps/user_ldap/l10n/ta_LK.json
-%%WWWDIR%%/apps/user_ldap/l10n/te.js
-%%WWWDIR%%/apps/user_ldap/l10n/te.json
-%%WWWDIR%%/apps/user_ldap/l10n/tg_TJ.js
-%%WWWDIR%%/apps/user_ldap/l10n/tg_TJ.json
-%%WWWDIR%%/apps/user_ldap/l10n/th_TH.js
-%%WWWDIR%%/apps/user_ldap/l10n/th_TH.json
-%%WWWDIR%%/apps/user_ldap/l10n/tl_PH.js
-%%WWWDIR%%/apps/user_ldap/l10n/tl_PH.json
-%%WWWDIR%%/apps/user_ldap/l10n/tr.js
-%%WWWDIR%%/apps/user_ldap/l10n/tr.json
-%%WWWDIR%%/apps/user_ldap/l10n/tzm.js
-%%WWWDIR%%/apps/user_ldap/l10n/tzm.json
-%%WWWDIR%%/apps/user_ldap/l10n/ug.js
-%%WWWDIR%%/apps/user_ldap/l10n/ug.json
-%%WWWDIR%%/apps/user_ldap/l10n/uk.js
-%%WWWDIR%%/apps/user_ldap/l10n/uk.json
-%%WWWDIR%%/apps/user_ldap/l10n/ur_PK.js
-%%WWWDIR%%/apps/user_ldap/l10n/ur_PK.json
-%%WWWDIR%%/apps/user_ldap/l10n/vi.js
-%%WWWDIR%%/apps/user_ldap/l10n/vi.json
-%%WWWDIR%%/apps/user_ldap/l10n/zh_CN.js
-%%WWWDIR%%/apps/user_ldap/l10n/zh_CN.json
-%%WWWDIR%%/apps/user_ldap/l10n/zh_HK.js
-%%WWWDIR%%/apps/user_ldap/l10n/zh_HK.json
-%%WWWDIR%%/apps/user_ldap/l10n/zh_TW.js
-%%WWWDIR%%/apps/user_ldap/l10n/zh_TW.json
-%%WWWDIR%%/apps/user_ldap/lib/Access.php
-%%WWWDIR%%/apps/user_ldap/lib/BackendUtility.php
-%%WWWDIR%%/apps/user_ldap/lib/Command/CheckUser.php
-%%WWWDIR%%/apps/user_ldap/lib/Command/CreateEmptyConfig.php
-%%WWWDIR%%/apps/user_ldap/lib/Command/DeleteConfig.php
-%%WWWDIR%%/apps/user_ldap/lib/Command/Search.php
-%%WWWDIR%%/apps/user_ldap/lib/Command/SetConfig.php
-%%WWWDIR%%/apps/user_ldap/lib/Command/ShowConfig.php
-%%WWWDIR%%/apps/user_ldap/lib/Command/ShowRemnants.php
-%%WWWDIR%%/apps/user_ldap/lib/Command/TestConfig.php
-%%WWWDIR%%/apps/user_ldap/lib/Command/UpdateGroup.php
-%%WWWDIR%%/apps/user_ldap/lib/Configuration.php
-%%WWWDIR%%/apps/user_ldap/lib/Connection.php
-%%WWWDIR%%/apps/user_ldap/lib/FilesystemHelper.php
-%%WWWDIR%%/apps/user_ldap/lib/Group_LDAP.php
-%%WWWDIR%%/apps/user_ldap/lib/Group_Proxy.php
-%%WWWDIR%%/apps/user_ldap/lib/Helper.php
-%%WWWDIR%%/apps/user_ldap/lib/ILDAPWrapper.php
-%%WWWDIR%%/apps/user_ldap/lib/Jobs/CleanUp.php
-%%WWWDIR%%/apps/user_ldap/lib/Jobs/UpdateGroups.php
-%%WWWDIR%%/apps/user_ldap/lib/LDAP.php
-%%WWWDIR%%/apps/user_ldap/lib/LDAPUtility.php
-%%WWWDIR%%/apps/user_ldap/lib/LogWrapper.php
-%%WWWDIR%%/apps/user_ldap/lib/Mapping/AbstractMapping.php
-%%WWWDIR%%/apps/user_ldap/lib/Mapping/GroupMapping.php
-%%WWWDIR%%/apps/user_ldap/lib/Mapping/UserMapping.php
-%%WWWDIR%%/apps/user_ldap/lib/Proxy.php
-%%WWWDIR%%/apps/user_ldap/lib/User/DeletedUsersIndex.php
-%%WWWDIR%%/apps/user_ldap/lib/User/IUserTools.php
-%%WWWDIR%%/apps/user_ldap/lib/User/Manager.php
-%%WWWDIR%%/apps/user_ldap/lib/User/OfflineUser.php
-%%WWWDIR%%/apps/user_ldap/lib/User/User.php
-%%WWWDIR%%/apps/user_ldap/lib/User_LDAP.php
-%%WWWDIR%%/apps/user_ldap/lib/User_Proxy.php
-%%WWWDIR%%/apps/user_ldap/lib/Wizard.php
-%%WWWDIR%%/apps/user_ldap/lib/WizardResult.php
-%%WWWDIR%%/apps/user_ldap/settings.php
-%%WWWDIR%%/apps/user_ldap/templates/part.settingcontrols.php
-%%WWWDIR%%/apps/user_ldap/templates/part.wizard-groupfilter.php
-%%WWWDIR%%/apps/user_ldap/templates/part.wizard-loginfilter.php
-%%WWWDIR%%/apps/user_ldap/templates/part.wizard-server.php
-%%WWWDIR%%/apps/user_ldap/templates/part.wizard-userfilter.php
-%%WWWDIR%%/apps/user_ldap/templates/part.wizardcontrols.php
-%%WWWDIR%%/apps/user_ldap/templates/settings.php
-%%WWWDIR%%/apps/user_ldap/vendor/ui-multiselect/MIT-LICENSE
-%%WWWDIR%%/apps/user_ldap/vendor/ui-multiselect/jquery.multiselect.css
-%%WWWDIR%%/apps/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js
-%%WWWDIR%%/config/.htaccess
%%WWWDIR%%/config/config.sample.php
@owner
@group
@@ -8076,8 +5163,13 @@
%%WWWDIR%%/core/Command/Config/System/DeleteConfig.php
%%WWWDIR%%/core/Command/Config/System/GetConfig.php
%%WWWDIR%%/core/Command/Config/System/SetConfig.php
+%%WWWDIR%%/core/Command/Db/ConvertMysqlToMB4.php
%%WWWDIR%%/core/Command/Db/ConvertType.php
%%WWWDIR%%/core/Command/Db/GenerateChangeScript.php
+%%WWWDIR%%/core/Command/Db/Migrations/ExecuteCommand.php
+%%WWWDIR%%/core/Command/Db/Migrations/GenerateCommand.php
+%%WWWDIR%%/core/Command/Db/Migrations/MigrateCommand.php
+%%WWWDIR%%/core/Command/Db/Migrations/StatusCommand.php
%%WWWDIR%%/core/Command/Encryption/ChangeKeyStorageRoot.php
%%WWWDIR%%/core/Command/Encryption/DecryptAll.php
%%WWWDIR%%/core/Command/Encryption/Disable.php
@@ -8091,6 +5183,7 @@
%%WWWDIR%%/core/Command/Integrity/CheckCore.php
%%WWWDIR%%/core/Command/Integrity/SignApp.php
%%WWWDIR%%/core/Command/Integrity/SignCore.php
+%%WWWDIR%%/core/Command/InterruptedException.php
%%WWWDIR%%/core/Command/L10n/CreateJs.php
%%WWWDIR%%/core/Command/Log/Manage.php
%%WWWDIR%%/core/Command/Log/OwnCloud.php
@@ -8116,7 +5209,10 @@
%%WWWDIR%%/core/Command/User/LastSeen.php
%%WWWDIR%%/core/Command/User/Report.php
%%WWWDIR%%/core/Command/User/ResetPassword.php
+%%WWWDIR%%/core/Command/User/Setting.php
+%%WWWDIR%%/core/Command/User/SyncBackend.php
%%WWWDIR%%/core/Controller/AvatarController.php
+%%WWWDIR%%/core/Controller/CloudController.php
%%WWWDIR%%/core/Controller/LoginController.php
%%WWWDIR%%/core/Controller/LostController.php
%%WWWDIR%%/core/Controller/OccController.php
@@ -8125,7 +5221,14 @@
%%WWWDIR%%/core/Controller/TwoFactorChallengeController.php
%%WWWDIR%%/core/Controller/UserController.php
%%WWWDIR%%/core/Middleware/TwoFactorMiddleware.php
-%%WWWDIR%%/core/Tags/Controller.php
+%%WWWDIR%%/core/Migrations/Version20170111103310.php
+%%WWWDIR%%/core/Migrations/Version20170213215145.php
+%%WWWDIR%%/core/Migrations/Version20170214112458.php
+%%WWWDIR%%/core/Migrations/Version20170221114437.php
+%%WWWDIR%%/core/Migrations/Version20170221121536.php
+%%WWWDIR%%/core/Migrations/Version20170315173825.php
+%%WWWDIR%%/core/Migrations/Version20170320173955.php
+%%WWWDIR%%/core/Migrations/Version20170418154659.php
%%WWWDIR%%/core/ajax/appconfig.php
%%WWWDIR%%/core/ajax/preview.php
%%WWWDIR%%/core/ajax/share.php
@@ -8158,242 +5261,810 @@
%%WWWDIR%%/core/css/systemtags.css
%%WWWDIR%%/core/css/tooltip.css
%%WWWDIR%%/core/css/update.css
+%%WWWDIR%%/core/doc/admin/_images/add_storage.png
+%%WWWDIR%%/core/doc/admin/_images/admin_filehandling-1.png
+%%WWWDIR%%/core/doc/admin/_images/admin_filehandling-2.png
+%%WWWDIR%%/core/doc/admin/_images/amazons3.png
+%%WWWDIR%%/core/doc/admin/_images/anti-virus-configuration-rules.png
+%%WWWDIR%%/core/doc/admin/_images/antivirus-app.png
+%%WWWDIR%%/core/doc/admin/_images/antivirus-config.png
+%%WWWDIR%%/core/doc/admin/_images/antivirus-daemon-socket.png
+%%WWWDIR%%/core/doc/admin/_images/antivirus-executable.png
+%%WWWDIR%%/core/doc/admin/_images/antivirus-logging.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
+%%WWWDIR%%/core/doc/admin/_images/auth_mechanism.png
+%%WWWDIR%%/core/doc/admin/_images/auth_rsa.png
+%%WWWDIR%%/core/doc/admin/_images/code-integrity-admin.png
+%%WWWDIR%%/core/doc/admin/_images/code-integrity-notification.png
+%%WWWDIR%%/core/doc/admin/_images/community-vm-console.png
+%%WWWDIR%%/core/doc/admin/_images/community-vm-splash.png
+%%WWWDIR%%/core/doc/admin/_images/create_public_share-10.png
+%%WWWDIR%%/core/doc/admin/_images/create_public_share-6.png
+%%WWWDIR%%/core/doc/admin/_images/create_public_share-8.png
+%%WWWDIR%%/core/doc/admin/_images/create_public_share-9.png
+%%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/documents_app_enable.png
+%%WWWDIR%%/core/doc/admin/_images/documents_apply_test.png
+%%WWWDIR%%/core/doc/admin/_images/dropbox-1.png
+%%WWWDIR%%/core/doc/admin/_images/dropbox-2.png
+%%WWWDIR%%/core/doc/admin/_images/dropbox-3.png
+%%WWWDIR%%/core/doc/admin/_images/dropbox-4.png
+%%WWWDIR%%/core/doc/admin/_images/dropbox-5.png
+%%WWWDIR%%/core/doc/admin/_images/dropbox-6.png
+%%WWWDIR%%/core/doc/admin/_images/dropbox-oc.png
+%%WWWDIR%%/core/doc/admin/_images/dropbox.png
+%%WWWDIR%%/core/doc/admin/_images/enable-app.png
+%%WWWDIR%%/core/doc/admin/_images/encryption1.png
+%%WWWDIR%%/core/doc/admin/_images/encryption10.png
+%%WWWDIR%%/core/doc/admin/_images/encryption12.png
+%%WWWDIR%%/core/doc/admin/_images/encryption14.png
+%%WWWDIR%%/core/doc/admin/_images/encryption15.png
+%%WWWDIR%%/core/doc/admin/_images/encryption3.png
+%%WWWDIR%%/core/doc/admin/_images/encryption7.png
+%%WWWDIR%%/core/doc/admin/_images/encryption8.png
+%%WWWDIR%%/core/doc/admin/_images/encryption9.png
+%%WWWDIR%%/core/doc/admin/_images/external-sites-1.png
+%%WWWDIR%%/core/doc/admin/_images/external-sites-2.png
+%%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-google-drive-and-dropbox-configuration.png
+%%WWWDIR%%/core/doc/admin/_images/federation-0.png
+%%WWWDIR%%/core/doc/admin/_images/federation-1.png
+%%WWWDIR%%/core/doc/admin/_images/federation-2.png
+%%WWWDIR%%/core/doc/admin/_images/federation-3.png
+%%WWWDIR%%/core/doc/admin/_images/files-drop-1.png
+%%WWWDIR%%/core/doc/admin/_images/files-drop-2.png
+%%WWWDIR%%/core/doc/admin/_images/files-drop-3.png
+%%WWWDIR%%/core/doc/admin/_images/files-drop-4.png
+%%WWWDIR%%/core/doc/admin/_images/files-drop-5.png
+%%WWWDIR%%/core/doc/admin/_images/files-drop-6.png
+%%WWWDIR%%/core/doc/admin/_images/files-drop-7.png
+%%WWWDIR%%/core/doc/admin/_images/firewall-1.png
+%%WWWDIR%%/core/doc/admin/_images/firewall-2.png
+%%WWWDIR%%/core/doc/admin/_images/firewall-3.png
+%%WWWDIR%%/core/doc/admin/_images/ftp.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive1.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive10.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive11.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive12.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive13.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive2.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive3.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive4.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive5.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive6.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive8.png
+%%WWWDIR%%/core/doc/admin/_images/google-drive9.png
+%%WWWDIR%%/core/doc/admin/_images/import-ssl-cert-1.png
+%%WWWDIR%%/core/doc/admin/_images/import-ssl-cert-2.png
+%%WWWDIR%%/core/doc/admin/_images/install-wizard-a.png
+%%WWWDIR%%/core/doc/admin/_images/install-wizard-a1.png
+%%WWWDIR%%/core/doc/admin/_images/install-wizard-a2.png
+%%WWWDIR%%/core/doc/admin/_images/install-wizard-a4.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-advanced-1-connection.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-advanced-2-directory.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-advanced-3-attributes.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-expert.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-fetched-avatar.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-home-connector-1.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-home-connector-2.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-home-connector-3.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-wizard-1-server.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-wizard-2-user.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-wizard-3-login.png
+%%WWWDIR%%/core/doc/admin/_images/ldap-wizard-4-group.png
+%%WWWDIR%%/core/doc/admin/_images/local.png
+%%WWWDIR%%/core/doc/admin/_images/logging-1.png
+%%WWWDIR%%/core/doc/admin/_images/mount_options.png
+%%WWWDIR%%/core/doc/admin/_images/oc_admin_app_page.png
+%%WWWDIR%%/core/doc/admin/_images/openstack.png
+%%WWWDIR%%/core/doc/admin/_images/oracle-1.png
+%%WWWDIR%%/core/doc/admin/_images/ownbrander-1.png
+%%WWWDIR%%/core/doc/admin/_images/ownbrander-11.png
+%%WWWDIR%%/core/doc/admin/_images/phpinfo.png
+%%WWWDIR%%/core/doc/admin/_images/preview_images.png
+%%WWWDIR%%/core/doc/admin/_images/rackspace.png
+%%WWWDIR%%/core/doc/admin/_images/security-setup-warning-1.png
+%%WWWDIR%%/core/doc/admin/_images/sharepoint-1.png
+%%WWWDIR%%/core/doc/admin/_images/sharepoint-2.png
+%%WWWDIR%%/core/doc/admin/_images/sharepoint-3.png
+%%WWWDIR%%/core/doc/admin/_images/sharepoint-4.png
+%%WWWDIR%%/core/doc/admin/_images/sharing-files-1.png
+%%WWWDIR%%/core/doc/admin/_images/sharing-files-2.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/trashbin-1.png
+%%WWWDIR%%/core/doc/admin/_images/upgrade-1.png
+%%WWWDIR%%/core/doc/admin/_images/upgrade-2.png
+%%WWWDIR%%/core/doc/admin/_images/user_mounts.png
+%%WWWDIR%%/core/doc/admin/_images/users-config-1.png
+%%WWWDIR%%/core/doc/admin/_images/users-config-2.png
+%%WWWDIR%%/core/doc/admin/_images/users-config.png
+%%WWWDIR%%/core/doc/admin/_images/users-create.png
+%%WWWDIR%%/core/doc/admin/_images/users-groups.png
+%%WWWDIR%%/core/doc/admin/_images/webbrander-1.png
+%%WWWDIR%%/core/doc/admin/_images/webdav.png
+%%WWWDIR%%/core/doc/admin/_images/wnd-1.png
+%%WWWDIR%%/core/doc/admin/_images/wnd-2.png
+%%WWWDIR%%/core/doc/admin/_images/wnd-3.png
+%%WWWDIR%%/core/doc/admin/_images/workflow-1.png
+%%WWWDIR%%/core/doc/admin/_images/workflow-2.png
+%%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/configuration_database/db_conversion.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_database/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/big_file_upload_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/collaborative_documents_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/default_files_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/encryption_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/amazons3.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/auth_mechanisms.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/dropbox.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/ftp.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/google.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/local.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/openstack.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/owncloud.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/sftp.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/smb.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage/webdav.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/external_storage_configuration_gui.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/federated_cloud_sharing_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/file_sharing_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/file_versioning.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/files_locking_transactional.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/previews_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_files/trashbin_options.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_ldap/ldap_proxy_cache_server_setup.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/mimetype_aliases.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_mimetypes/mimetype_mapping.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/activity_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/antivirus_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/automatic_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/background_jobs_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/caching_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/config_sample_php_parameters.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/custom_client_repos.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/email_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/excluded_blacklisted_files.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/external_sites.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/harden_server.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/import_ssl_cert.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/index_php_less_urls.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/js_css_asset_management_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/knowledgebase_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/language_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/logging_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/oc_server_tuning.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/occ_command.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/reverse_proxy_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/security_setup_warnings.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_server/thirdparty_php_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_user/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_admin_password.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_user/reset_user_password.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_user/user_auth_ftp_smb_imap.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_user/user_auth_ldap.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_user/user_auth_ldap_cleanup.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_user/user_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/configuration_user/user_provisioning_api.txt
+%%WWWDIR%%/core/doc/admin/_sources/contents.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/clients/creating_branded_apps.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/clients/custom_client_repos.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/clients/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/external_storage/enterprise_only_auth.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/external_storage/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/external_storage/ldap_home_connector_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/external_storage/s3_swift_as_primary_object_store_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/external_storage/sharepoint-integration_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/external_storage/windows-network-drive_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/file_management/files_drop.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/file_management/files_tagging.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/file_management/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/firewall/file_firewall.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/firewall/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/installation/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/installation/install.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/installation/oracle_db_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/logging/enterprise_logging_apps.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/logging/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/server_branding/enterprise_server_branding.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/server_branding/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/user_management/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/enterprise/user_management/user_auth_shibboleth.txt
+%%WWWDIR%%/core/doc/admin/_sources/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/appliance_installation.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/apps_management_installation.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/apps_supported.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/changing_the_web_route.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/command_line_installation.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/deployment_recommendations.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/installation_wizard.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/linux_installation.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/nginx_examples.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/selinux_configuration.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/source_installation.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/system_requirements.txt
+%%WWWDIR%%/core/doc/admin/_sources/issues/code_signing.txt
+%%WWWDIR%%/core/doc/admin/_sources/issues/general_troubleshooting.txt
+%%WWWDIR%%/core/doc/admin/_sources/issues/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/maintenance/backup.txt
+%%WWWDIR%%/core/doc/admin/_sources/maintenance/enable_maintenance.txt
+%%WWWDIR%%/core/doc/admin/_sources/maintenance/index.txt
+%%WWWDIR%%/core/doc/admin/_sources/maintenance/manual_upgrade.txt
+%%WWWDIR%%/core/doc/admin/_sources/maintenance/manually-moving-data-folders.txt
+%%WWWDIR%%/core/doc/admin/_sources/maintenance/migrating.txt
+%%WWWDIR%%/core/doc/admin/_sources/maintenance/package_upgrade.txt
+%%WWWDIR%%/core/doc/admin/_sources/maintenance/restore.txt
+%%WWWDIR%%/core/doc/admin/_sources/maintenance/update.txt
+%%WWWDIR%%/core/doc/admin/_sources/maintenance/upgrade.txt
+%%WWWDIR%%/core/doc/admin/_sources/release_notes.txt
+%%WWWDIR%%/core/doc/admin/_sources/whats_new_admin.txt
+%%WWWDIR%%/core/doc/admin/_static/ajax-loader.gif
+%%WWWDIR%%/core/doc/admin/_static/basic.css
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.css
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.css
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.css.map
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/css/bootstrap.min.css
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.js
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.min.js
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-sphinx.css
+%%WWWDIR%%/core/doc/admin/_static/bootstrap-sphinx.js
+%%WWWDIR%%/core/doc/admin/_static/comment-bright.png
+%%WWWDIR%%/core/doc/admin/_static/comment-close.png
+%%WWWDIR%%/core/doc/admin/_static/comment.png
+%%WWWDIR%%/core/doc/admin/_static/doctools.js
+%%WWWDIR%%/core/doc/admin/_static/down-pressed.png
+%%WWWDIR%%/core/doc/admin/_static/down.png
+%%WWWDIR%%/core/doc/admin/_static/file.png
+%%WWWDIR%%/core/doc/admin/_static/fonts/OpenSans-Bold.ttf
+%%WWWDIR%%/core/doc/admin/_static/fonts/OpenSans-Bold.woff
+%%WWWDIR%%/core/doc/admin/_static/fonts/OpenSans-Italic.ttf
+%%WWWDIR%%/core/doc/admin/_static/fonts/OpenSans-Italic.woff
+%%WWWDIR%%/core/doc/admin/_static/fonts/OpenSans-Light.ttf
+%%WWWDIR%%/core/doc/admin/_static/fonts/OpenSans-Light.woff
+%%WWWDIR%%/core/doc/admin/_static/fonts/OpenSans-Regular.ttf
+%%WWWDIR%%/core/doc/admin/_static/fonts/OpenSans-Regular.woff
+%%WWWDIR%%/core/doc/admin/_static/fonts/fontawesome-webfont.eot
+%%WWWDIR%%/core/doc/admin/_static/fonts/fontawesome-webfont.svg
+%%WWWDIR%%/core/doc/admin/_static/fonts/fontawesome-webfont.ttf
+%%WWWDIR%%/core/doc/admin/_static/fonts/fontawesome-webfont.woff
+%%WWWDIR%%/core/doc/admin/_static/img/logo_owncloud.svg
+%%WWWDIR%%/core/doc/admin/_static/img/note_pencil.svg
+%%WWWDIR%%/core/doc/admin/_static/img/social/diaspora.png
+%%WWWDIR%%/core/doc/admin/_static/img/social/diaspora.svg
+%%WWWDIR%%/core/doc/admin/_static/img/social/diasporaround.png
+%%WWWDIR%%/core/doc/admin/_static/img/social/facebook.png
+%%WWWDIR%%/core/doc/admin/_static/img/social/facebook.svg
+%%WWWDIR%%/core/doc/admin/_static/img/social/googleplus.png
+%%WWWDIR%%/core/doc/admin/_static/img/social/googleplus.svg
+%%WWWDIR%%/core/doc/admin/_static/img/social/mail.svg
+%%WWWDIR%%/core/doc/admin/_static/img/social/ownCloud7launch.png
+%%WWWDIR%%/core/doc/admin/_static/img/social/rss.png
+%%WWWDIR%%/core/doc/admin/_static/img/social/rss.svg
+%%WWWDIR%%/core/doc/admin/_static/img/social/twitter.png
+%%WWWDIR%%/core/doc/admin/_static/img/social/twitter.svg
+%%WWWDIR%%/core/doc/admin/_static/img/social/twitterround.png
+%%WWWDIR%%/core/doc/admin/_static/img/social/youtube.svg
+%%WWWDIR%%/core/doc/admin/_static/img/warning.svg
+%%WWWDIR%%/core/doc/admin/_static/jquery-1.11.1.js
+%%WWWDIR%%/core/doc/admin/_static/jquery.js
+%%WWWDIR%%/core/doc/admin/_static/js/jquery-1.11.0.min.js
+%%WWWDIR%%/core/doc/admin/_static/js/jquery-fix.js
+%%WWWDIR%%/core/doc/admin/_static/logo-blue.pdf
+%%WWWDIR%%/core/doc/admin/_static/logo-blue.png
+%%WWWDIR%%/core/doc/admin/_static/main.min.css
+%%WWWDIR%%/core/doc/admin/_static/minus.png
+%%WWWDIR%%/core/doc/admin/_static/plus.png
+%%WWWDIR%%/core/doc/admin/_static/pygments.css
+%%WWWDIR%%/core/doc/admin/_static/searchtools.js
+%%WWWDIR%%/core/doc/admin/_static/social/diaspora.svg
+%%WWWDIR%%/core/doc/admin/_static/social/diasporaround.png
+%%WWWDIR%%/core/doc/admin/_static/social/facebook.png
+%%WWWDIR%%/core/doc/admin/_static/social/googleplus.png
+%%WWWDIR%%/core/doc/admin/_static/social/mail.png
+%%WWWDIR%%/core/doc/admin/_static/social/mail.svg
+%%WWWDIR%%/core/doc/admin/_static/social/rss.png
+%%WWWDIR%%/core/doc/admin/_static/social/rss.svg
+%%WWWDIR%%/core/doc/admin/_static/social/twitter.svg
+%%WWWDIR%%/core/doc/admin/_static/social/twitterround.png
+%%WWWDIR%%/core/doc/admin/_static/social/youtube.svg
+%%WWWDIR%%/core/doc/admin/_static/styles.css
+%%WWWDIR%%/core/doc/admin/_static/underscore-1.3.1.js
+%%WWWDIR%%/core/doc/admin/_static/underscore.js
+%%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/configuration_database/db_conversion.html
+%%WWWDIR%%/core/doc/admin/configuration_database/index.html
+%%WWWDIR%%/core/doc/admin/configuration_database/linux_database_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_files/big_file_upload_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_files/collaborative_documents_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_files/default_files_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_files/encryption_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/amazons3.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/auth_mechanisms.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/dropbox.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/ftp.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/google.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/local.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/openstack.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/owncloud.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/sftp.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/smb.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage/webdav.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_files/external_storage_configuration_gui.html
+%%WWWDIR%%/core/doc/admin/configuration_files/federated_cloud_sharing_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_files/file_sharing_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_files/file_versioning.html
+%%WWWDIR%%/core/doc/admin/configuration_files/files_locking_transactional.html
+%%WWWDIR%%/core/doc/admin/configuration_files/index.html
+%%WWWDIR%%/core/doc/admin/configuration_files/previews_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_files/trashbin_options.html
+%%WWWDIR%%/core/doc/admin/configuration_ldap/ldap_proxy_cache_server_setup.html
+%%WWWDIR%%/core/doc/admin/configuration_mimetypes/index.html
+%%WWWDIR%%/core/doc/admin/configuration_mimetypes/mimetype_aliases.html
+%%WWWDIR%%/core/doc/admin/configuration_mimetypes/mimetype_mapping.html
+%%WWWDIR%%/core/doc/admin/configuration_server/activity_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_server/antivirus_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_server/automatic_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_server/background_jobs_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_server/caching_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_server/config_sample_php_parameters.html
+%%WWWDIR%%/core/doc/admin/configuration_server/custom_client_repos.html
+%%WWWDIR%%/core/doc/admin/configuration_server/email_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_server/excluded_blacklisted_files.html
+%%WWWDIR%%/core/doc/admin/configuration_server/external_sites.html
+%%WWWDIR%%/core/doc/admin/configuration_server/harden_server.html
+%%WWWDIR%%/core/doc/admin/configuration_server/import_ssl_cert.html
+%%WWWDIR%%/core/doc/admin/configuration_server/index.html
+%%WWWDIR%%/core/doc/admin/configuration_server/index_php_less_urls.html
+%%WWWDIR%%/core/doc/admin/configuration_server/js_css_asset_management_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_server/knowledgebase_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_server/language_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_server/logging_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_server/oc_server_tuning.html
+%%WWWDIR%%/core/doc/admin/configuration_server/occ_command.html
+%%WWWDIR%%/core/doc/admin/configuration_server/reverse_proxy_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_server/security_setup_warnings.html
+%%WWWDIR%%/core/doc/admin/configuration_server/thirdparty_php_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_user/index.html
+%%WWWDIR%%/core/doc/admin/configuration_user/reset_admin_password.html
+%%WWWDIR%%/core/doc/admin/configuration_user/reset_user_password.html
+%%WWWDIR%%/core/doc/admin/configuration_user/user_auth_ftp_smb_imap.html
+%%WWWDIR%%/core/doc/admin/configuration_user/user_auth_ldap.html
+%%WWWDIR%%/core/doc/admin/configuration_user/user_auth_ldap_cleanup.html
+%%WWWDIR%%/core/doc/admin/configuration_user/user_configuration.html
+%%WWWDIR%%/core/doc/admin/configuration_user/user_provisioning_api.html
+%%WWWDIR%%/core/doc/admin/contents.html
+%%WWWDIR%%/core/doc/admin/enterprise/clients/creating_branded_apps.html
+%%WWWDIR%%/core/doc/admin/enterprise/clients/custom_client_repos.html
+%%WWWDIR%%/core/doc/admin/enterprise/clients/index.html
+%%WWWDIR%%/core/doc/admin/enterprise/external_storage/enterprise_only_auth.html
+%%WWWDIR%%/core/doc/admin/enterprise/external_storage/index.html
+%%WWWDIR%%/core/doc/admin/enterprise/external_storage/ldap_home_connector_configuration.html
+%%WWWDIR%%/core/doc/admin/enterprise/external_storage/s3_swift_as_primary_object_store_configuration.html
+%%WWWDIR%%/core/doc/admin/enterprise/external_storage/sharepoint-integration_configuration.html
+%%WWWDIR%%/core/doc/admin/enterprise/external_storage/windows-network-drive_configuration.html
+%%WWWDIR%%/core/doc/admin/enterprise/file_management/files_drop.html
+%%WWWDIR%%/core/doc/admin/enterprise/file_management/files_tagging.html
+%%WWWDIR%%/core/doc/admin/enterprise/file_management/index.html
+%%WWWDIR%%/core/doc/admin/enterprise/firewall/file_firewall.html
+%%WWWDIR%%/core/doc/admin/enterprise/firewall/index.html
+%%WWWDIR%%/core/doc/admin/enterprise/index.html
+%%WWWDIR%%/core/doc/admin/enterprise/installation/index.html
+%%WWWDIR%%/core/doc/admin/enterprise/installation/install.html
+%%WWWDIR%%/core/doc/admin/enterprise/installation/oracle_db_configuration.html
+%%WWWDIR%%/core/doc/admin/enterprise/logging/enterprise_logging_apps.html
+%%WWWDIR%%/core/doc/admin/enterprise/logging/index.html
+%%WWWDIR%%/core/doc/admin/enterprise/server_branding/enterprise_server_branding.html
+%%WWWDIR%%/core/doc/admin/enterprise/server_branding/index.html
+%%WWWDIR%%/core/doc/admin/enterprise/user_management/index.html
+%%WWWDIR%%/core/doc/admin/enterprise/user_management/user_auth_shibboleth.html
+%%WWWDIR%%/core/doc/admin/genindex.html
%%WWWDIR%%/core/doc/admin/index.html
+%%WWWDIR%%/core/doc/admin/installation/appliance_installation.html
+%%WWWDIR%%/core/doc/admin/installation/apps_management_installation.html
+%%WWWDIR%%/core/doc/admin/installation/apps_supported.html
+%%WWWDIR%%/core/doc/admin/installation/changing_the_web_route.html
+%%WWWDIR%%/core/doc/admin/installation/command_line_installation.html
+%%WWWDIR%%/core/doc/admin/installation/deployment_recommendations.html
+%%WWWDIR%%/core/doc/admin/installation/index.html
+%%WWWDIR%%/core/doc/admin/installation/installation_wizard.html
+%%WWWDIR%%/core/doc/admin/installation/linux_installation.html
+%%WWWDIR%%/core/doc/admin/installation/nginx_examples.html
+%%WWWDIR%%/core/doc/admin/installation/selinux_configuration.html
+%%WWWDIR%%/core/doc/admin/installation/source_installation.html
+%%WWWDIR%%/core/doc/admin/installation/system_requirements.html
+%%WWWDIR%%/core/doc/admin/issues/code_signing.html
+%%WWWDIR%%/core/doc/admin/issues/general_troubleshooting.html
+%%WWWDIR%%/core/doc/admin/issues/index.html
+%%WWWDIR%%/core/doc/admin/maintenance/backup.html
+%%WWWDIR%%/core/doc/admin/maintenance/enable_maintenance.html
+%%WWWDIR%%/core/doc/admin/maintenance/index.html
+%%WWWDIR%%/core/doc/admin/maintenance/manual_upgrade.html
+%%WWWDIR%%/core/doc/admin/maintenance/manually-moving-data-folders.html
+%%WWWDIR%%/core/doc/admin/maintenance/migrating.html
+%%WWWDIR%%/core/doc/admin/maintenance/package_upgrade.html
+%%WWWDIR%%/core/doc/admin/maintenance/restore.html
+%%WWWDIR%%/core/doc/admin/maintenance/update.html
+%%WWWDIR%%/core/doc/admin/maintenance/upgrade.html
+%%WWWDIR%%/core/doc/admin/objects.inv
+%%WWWDIR%%/core/doc/admin/release_notes.html
+%%WWWDIR%%/core/doc/admin/search.html
+%%WWWDIR%%/core/doc/admin/searchindex.js
+%%WWWDIR%%/core/doc/admin/whats_new_admin.html
+%%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
+%%WWWDIR%%/core/doc/user/_images/create_public_share-6.png
+%%WWWDIR%%/core/doc/user/_images/create_public_share-8.png
+%%WWWDIR%%/core/doc/user/_images/create_public_share-9.png
+%%WWWDIR%%/core/doc/user/_images/direct-share-1.png
+%%WWWDIR%%/core/doc/user/_images/encryption1.png
+%%WWWDIR%%/core/doc/user/_images/encryption2.png
+%%WWWDIR%%/core/doc/user/_images/encryption3.png
+%%WWWDIR%%/core/doc/user/_images/explorer_webdav.png
+%%WWWDIR%%/core/doc/user/_images/file_menu_comments_2.png
+%%WWWDIR%%/core/doc/user/_images/file_popup-menu.png
+%%WWWDIR%%/core/doc/user/_images/files-drop-2.png
+%%WWWDIR%%/core/doc/user/_images/files-drop-3.png
+%%WWWDIR%%/core/doc/user/_images/files-drop-4.png
+%%WWWDIR%%/core/doc/user/_images/files-drop-5.png
+%%WWWDIR%%/core/doc/user/_images/files-drop-6.png
+%%WWWDIR%%/core/doc/user/_images/files-drop-7.png
+%%WWWDIR%%/core/doc/user/_images/files_file-controls.png
+%%WWWDIR%%/core/doc/user/_images/files_mark-as-favorite.png
+%%WWWDIR%%/core/doc/user/_images/files_page-2.png
+%%WWWDIR%%/core/doc/user/_images/files_page-3.png
+%%WWWDIR%%/core/doc/user/_images/files_page-4.png
+%%WWWDIR%%/core/doc/user/_images/files_page-5.png
+%%WWWDIR%%/core/doc/user/_images/files_page-6.png
+%%WWWDIR%%/core/doc/user/_images/files_page-7.png
+%%WWWDIR%%/core/doc/user/_images/files_page-8.png
+%%WWWDIR%%/core/doc/user/_images/files_page.png
+%%WWWDIR%%/core/doc/user/_images/files_page1.png
+%%WWWDIR%%/core/doc/user/_images/files_share-options.png
+%%WWWDIR%%/core/doc/user/_images/files_versioning.png
+%%WWWDIR%%/core/doc/user/_images/gallery-1.png
+%%WWWDIR%%/core/doc/user/_images/gallery-2.png
+%%WWWDIR%%/core/doc/user/_images/hidden_files.png
+%%WWWDIR%%/core/doc/user/_images/kdes.png
+%%WWWDIR%%/core/doc/user/_images/kdes1.png
+%%WWWDIR%%/core/doc/user/_images/kdes2.png
+%%WWWDIR%%/core/doc/user/_images/kdes3.png
+%%WWWDIR%%/core/doc/user/_images/kdes4.png
+%%WWWDIR%%/core/doc/user/_images/kdes5.png
+%%WWWDIR%%/core/doc/user/_images/kdes6.png
+%%WWWDIR%%/core/doc/user/_images/kdes7.png
+%%WWWDIR%%/core/doc/user/_images/kdes9.png
+%%WWWDIR%%/core/doc/user/_images/oc_connect.png
+%%WWWDIR%%/core/doc/user/_images/oc_documents.png
+%%WWWDIR%%/core/doc/user/_images/oc_documents_edit.png
+%%WWWDIR%%/core/doc/user/_images/oc_personal_settings_dropdown.png
+%%WWWDIR%%/core/doc/user/_images/osx_webdav1.png
+%%WWWDIR%%/core/doc/user/_images/osx_webdav2.png
+%%WWWDIR%%/core/doc/user/_images/permalink.png
+%%WWWDIR%%/core/doc/user/_images/personal_settings.png
+%%WWWDIR%%/core/doc/user/_images/quota1.png
+%%WWWDIR%%/core/doc/user/_images/settings_devices.png
+%%WWWDIR%%/core/doc/user/_images/settings_devices_add.png
+%%WWWDIR%%/core/doc/user/_images/settings_sessions.png
+%%WWWDIR%%/core/doc/user/_images/video_player_2.png
+%%WWWDIR%%/core/doc/user/_images/webdav_dolphin.png
+%%WWWDIR%%/core/doc/user/_images/webdav_gnome3_nautilus.png
+%%WWWDIR%%/core/doc/user/_sources/contents.txt
+%%WWWDIR%%/core/doc/user/_sources/documents.txt
+%%WWWDIR%%/core/doc/user/_sources/external_storage/external_storage.txt
+%%WWWDIR%%/core/doc/user/_sources/external_storage/index.txt
+%%WWWDIR%%/core/doc/user/_sources/external_storage/sharepoint_connecting.txt
+%%WWWDIR%%/core/doc/user/_sources/files/access_webdav.txt
+%%WWWDIR%%/core/doc/user/_sources/files/access_webgui.txt
+%%WWWDIR%%/core/doc/user/_sources/files/deleted_file_management.txt
+%%WWWDIR%%/core/doc/user/_sources/files/desktop_mobile_sync.txt
+%%WWWDIR%%/core/doc/user/_sources/files/encrypting_files.txt
+%%WWWDIR%%/core/doc/user/_sources/files/federated_cloud_sharing.txt
+%%WWWDIR%%/core/doc/user/_sources/files/file_drop.txt
+%%WWWDIR%%/core/doc/user/_sources/files/gallery_app.txt
+%%WWWDIR%%/core/doc/user/_sources/files/index.txt
+%%WWWDIR%%/core/doc/user/_sources/files/large_file_upload.txt
+%%WWWDIR%%/core/doc/user/_sources/files/quota.txt
+%%WWWDIR%%/core/doc/user/_sources/files/troubleshooting.txt
+%%WWWDIR%%/core/doc/user/_sources/files/version_control.txt
+%%WWWDIR%%/core/doc/user/_sources/index.txt
+%%WWWDIR%%/core/doc/user/_sources/pim/calendar.txt
+%%WWWDIR%%/core/doc/user/_sources/pim/contacts.txt
+%%WWWDIR%%/core/doc/user/_sources/pim/index.txt
+%%WWWDIR%%/core/doc/user/_sources/pim/sync_ios.txt
+%%WWWDIR%%/core/doc/user/_sources/pim/sync_kde.txt
+%%WWWDIR%%/core/doc/user/_sources/pim/sync_osx.txt
+%%WWWDIR%%/core/doc/user/_sources/pim/sync_thunderbird.txt
+%%WWWDIR%%/core/doc/user/_sources/pim/troubleshooting.txt
+%%WWWDIR%%/core/doc/user/_sources/session_management.txt
+%%WWWDIR%%/core/doc/user/_sources/userpreferences.txt
+%%WWWDIR%%/core/doc/user/_sources/webinterface.txt
+%%WWWDIR%%/core/doc/user/_sources/whats_new.txt
+%%WWWDIR%%/core/doc/user/_static/ajax-loader.gif
+%%WWWDIR%%/core/doc/user/_static/basic.css
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.css.map
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap-theme.min.css
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.css.map
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/css/bootstrap.min.css
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.eot
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.svg
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.ttf
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.js
+%%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.min.js
+%%WWWDIR%%/core/doc/user/_static/bootstrap-sphinx.css
+%%WWWDIR%%/core/doc/user/_static/bootstrap-sphinx.js
+%%WWWDIR%%/core/doc/user/_static/comment-bright.png
+%%WWWDIR%%/core/doc/user/_static/comment-close.png
+%%WWWDIR%%/core/doc/user/_static/comment.png
+%%WWWDIR%%/core/doc/user/_static/doctools.js
+%%WWWDIR%%/core/doc/user/_static/down-pressed.png
+%%WWWDIR%%/core/doc/user/_static/down.png
+%%WWWDIR%%/core/doc/user/_static/file.png
+%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Bold.ttf
+%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Bold.woff
+%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Italic.ttf
+%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Italic.woff
+%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Light.ttf
+%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Light.woff
+%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Regular.ttf
+%%WWWDIR%%/core/doc/user/_static/fonts/OpenSans-Regular.woff
+%%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.eot
+%%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.svg
+%%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.ttf
+%%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.woff
+%%WWWDIR%%/core/doc/user/_static/img/logo_owncloud.svg
+%%WWWDIR%%/core/doc/user/_static/img/note_pencil.svg
+%%WWWDIR%%/core/doc/user/_static/img/social/diaspora.png
+%%WWWDIR%%/core/doc/user/_static/img/social/diaspora.svg
+%%WWWDIR%%/core/doc/user/_static/img/social/diasporaround.png
+%%WWWDIR%%/core/doc/user/_static/img/social/facebook.png
+%%WWWDIR%%/core/doc/user/_static/img/social/facebook.svg
+%%WWWDIR%%/core/doc/user/_static/img/social/googleplus.png
+%%WWWDIR%%/core/doc/user/_static/img/social/googleplus.svg
+%%WWWDIR%%/core/doc/user/_static/img/social/mail.svg
+%%WWWDIR%%/core/doc/user/_static/img/social/ownCloud7launch.png
+%%WWWDIR%%/core/doc/user/_static/img/social/rss.png
+%%WWWDIR%%/core/doc/user/_static/img/social/rss.svg
+%%WWWDIR%%/core/doc/user/_static/img/social/twitter.png
+%%WWWDIR%%/core/doc/user/_static/img/social/twitter.svg
+%%WWWDIR%%/core/doc/user/_static/img/social/twitterround.png
+%%WWWDIR%%/core/doc/user/_static/img/social/youtube.svg
+%%WWWDIR%%/core/doc/user/_static/img/warning.svg
+%%WWWDIR%%/core/doc/user/_static/jquery-1.11.1.js
+%%WWWDIR%%/core/doc/user/_static/jquery.js
+%%WWWDIR%%/core/doc/user/_static/js/jquery-1.11.0.min.js
+%%WWWDIR%%/core/doc/user/_static/js/jquery-fix.js
+%%WWWDIR%%/core/doc/user/_static/logo-blue.pdf
+%%WWWDIR%%/core/doc/user/_static/logo-blue.png
+%%WWWDIR%%/core/doc/user/_static/main.min.css
+%%WWWDIR%%/core/doc/user/_static/minus.png
+%%WWWDIR%%/core/doc/user/_static/plus.png
+%%WWWDIR%%/core/doc/user/_static/pygments.css
+%%WWWDIR%%/core/doc/user/_static/searchtools.js
+%%WWWDIR%%/core/doc/user/_static/social/diaspora.svg
+%%WWWDIR%%/core/doc/user/_static/social/diasporaround.png
+%%WWWDIR%%/core/doc/user/_static/social/facebook.png
+%%WWWDIR%%/core/doc/user/_static/social/googleplus.png
+%%WWWDIR%%/core/doc/user/_static/social/mail.png
+%%WWWDIR%%/core/doc/user/_static/social/mail.svg
+%%WWWDIR%%/core/doc/user/_static/social/rss.png
+%%WWWDIR%%/core/doc/user/_static/social/rss.svg
+%%WWWDIR%%/core/doc/user/_static/social/twitter.svg
+%%WWWDIR%%/core/doc/user/_static/social/twitterround.png
+%%WWWDIR%%/core/doc/user/_static/social/youtube.svg
+%%WWWDIR%%/core/doc/user/_static/styles.css
+%%WWWDIR%%/core/doc/user/_static/underscore-1.3.1.js
+%%WWWDIR%%/core/doc/user/_static/underscore.js
+%%WWWDIR%%/core/doc/user/_static/up-pressed.png
+%%WWWDIR%%/core/doc/user/_static/up.png
+%%WWWDIR%%/core/doc/user/_static/websupport.js
+%%WWWDIR%%/core/doc/user/contents.html
+%%WWWDIR%%/core/doc/user/documents.html
+%%WWWDIR%%/core/doc/user/external_storage/external_storage.html
+%%WWWDIR%%/core/doc/user/external_storage/index.html
+%%WWWDIR%%/core/doc/user/external_storage/sharepoint_connecting.html
+%%WWWDIR%%/core/doc/user/files/access_webdav.html
+%%WWWDIR%%/core/doc/user/files/access_webgui.html
+%%WWWDIR%%/core/doc/user/files/deleted_file_management.html
+%%WWWDIR%%/core/doc/user/files/desktop_mobile_sync.html
+%%WWWDIR%%/core/doc/user/files/encrypting_files.html
+%%WWWDIR%%/core/doc/user/files/federated_cloud_sharing.html
+%%WWWDIR%%/core/doc/user/files/file_drop.html
+%%WWWDIR%%/core/doc/user/files/gallery_app.html
+%%WWWDIR%%/core/doc/user/files/index.html
+%%WWWDIR%%/core/doc/user/files/large_file_upload.html
+%%WWWDIR%%/core/doc/user/files/quota.html
+%%WWWDIR%%/core/doc/user/files/troubleshooting.html
+%%WWWDIR%%/core/doc/user/files/version_control.html
+%%WWWDIR%%/core/doc/user/genindex.html
%%WWWDIR%%/core/doc/user/index.html
+%%WWWDIR%%/core/doc/user/objects.inv
+%%WWWDIR%%/core/doc/user/pim/calendar.html
+%%WWWDIR%%/core/doc/user/pim/contacts.html
+%%WWWDIR%%/core/doc/user/pim/index.html
+%%WWWDIR%%/core/doc/user/pim/sync_ios.html
+%%WWWDIR%%/core/doc/user/pim/sync_kde.html
+%%WWWDIR%%/core/doc/user/pim/sync_osx.html
+%%WWWDIR%%/core/doc/user/pim/sync_thunderbird.html
+%%WWWDIR%%/core/doc/user/pim/troubleshooting.html
+%%WWWDIR%%/core/doc/user/search.html
+%%WWWDIR%%/core/doc/user/searchindex.js
+%%WWWDIR%%/core/doc/user/session_management.html
+%%WWWDIR%%/core/doc/user/userpreferences.html
+%%WWWDIR%%/core/doc/user/webinterface.html
+%%WWWDIR%%/core/doc/user/whats_new.html
%%WWWDIR%%/core/fonts/LICENSE.txt
%%WWWDIR%%/core/fonts/OpenSans-Light.woff
%%WWWDIR%%/core/fonts/OpenSans-Regular.ttf
%%WWWDIR%%/core/fonts/OpenSans-Regular.woff
%%WWWDIR%%/core/fonts/OpenSans-Semibold.woff
-%%WWWDIR%%/core/img/actions/add.png
%%WWWDIR%%/core/img/actions/add.svg
-%%WWWDIR%%/core/img/actions/caret-dark.png
%%WWWDIR%%/core/img/actions/caret-dark.svg
-%%WWWDIR%%/core/img/actions/caret.png
%%WWWDIR%%/core/img/actions/caret.svg
-%%WWWDIR%%/core/img/actions/checkbox-checked-disabled.png
%%WWWDIR%%/core/img/actions/checkbox-checked-disabled.svg
-%%WWWDIR%%/core/img/actions/checkbox-checked-white.png
%%WWWDIR%%/core/img/actions/checkbox-checked-white.svg
-%%WWWDIR%%/core/img/actions/checkbox-checked.png
%%WWWDIR%%/core/img/actions/checkbox-checked.svg
-%%WWWDIR%%/core/img/actions/checkbox-disabled-white.png
%%WWWDIR%%/core/img/actions/checkbox-disabled-white.svg
-%%WWWDIR%%/core/img/actions/checkbox-disabled.png
%%WWWDIR%%/core/img/actions/checkbox-disabled.svg
%%WWWDIR%%/core/img/actions/checkbox-mixed-disabled.svg
-%%WWWDIR%%/core/img/actions/checkbox-mixed-white.png
%%WWWDIR%%/core/img/actions/checkbox-mixed-white.svg
-%%WWWDIR%%/core/img/actions/checkbox-mixed.png
%%WWWDIR%%/core/img/actions/checkbox-mixed.svg
-%%WWWDIR%%/core/img/actions/checkbox-white.png
%%WWWDIR%%/core/img/actions/checkbox-white.svg
-%%WWWDIR%%/core/img/actions/checkbox.png
%%WWWDIR%%/core/img/actions/checkbox.svg
-%%WWWDIR%%/core/img/actions/checkmark-color.png
%%WWWDIR%%/core/img/actions/checkmark-color.svg
-%%WWWDIR%%/core/img/actions/checkmark-white.png
%%WWWDIR%%/core/img/actions/checkmark-white.svg
-%%WWWDIR%%/core/img/actions/checkmark.png
%%WWWDIR%%/core/img/actions/checkmark.svg
-%%WWWDIR%%/core/img/actions/close.png
+%%WWWDIR%%/core/img/actions/clippy-dark.svg
+%%WWWDIR%%/core/img/actions/clippy.svg
%%WWWDIR%%/core/img/actions/close.svg
-%%WWWDIR%%/core/img/actions/comment.png
%%WWWDIR%%/core/img/actions/comment.svg
-%%WWWDIR%%/core/img/actions/confirm.png
%%WWWDIR%%/core/img/actions/confirm.svg
-%%WWWDIR%%/core/img/actions/delete-hover.png
%%WWWDIR%%/core/img/actions/delete-hover.svg
-%%WWWDIR%%/core/img/actions/delete-white.png
%%WWWDIR%%/core/img/actions/delete-white.svg
-%%WWWDIR%%/core/img/actions/delete.png
%%WWWDIR%%/core/img/actions/delete.svg
-%%WWWDIR%%/core/img/actions/details.png
%%WWWDIR%%/core/img/actions/details.svg
-%%WWWDIR%%/core/img/actions/download-white.png
%%WWWDIR%%/core/img/actions/download-white.svg
-%%WWWDIR%%/core/img/actions/download.png
%%WWWDIR%%/core/img/actions/download.svg
-%%WWWDIR%%/core/img/actions/edit.png
%%WWWDIR%%/core/img/actions/edit.svg
-%%WWWDIR%%/core/img/actions/error-color.png
%%WWWDIR%%/core/img/actions/error-color.svg
-%%WWWDIR%%/core/img/actions/error-white.png
%%WWWDIR%%/core/img/actions/error-white.svg
-%%WWWDIR%%/core/img/actions/error.png
%%WWWDIR%%/core/img/actions/error.svg
-%%WWWDIR%%/core/img/actions/external.png
%%WWWDIR%%/core/img/actions/external.svg
-%%WWWDIR%%/core/img/actions/history.png
%%WWWDIR%%/core/img/actions/history.svg
-%%WWWDIR%%/core/img/actions/info-white.png
%%WWWDIR%%/core/img/actions/info-white.svg
-%%WWWDIR%%/core/img/actions/info.png
%%WWWDIR%%/core/img/actions/info.svg
-%%WWWDIR%%/core/img/actions/logout.png
%%WWWDIR%%/core/img/actions/logout.svg
-%%WWWDIR%%/core/img/actions/mail.png
+%%WWWDIR%%/core/img/actions/mail-grey.svg
%%WWWDIR%%/core/img/actions/mail.svg
-%%WWWDIR%%/core/img/actions/menu.png
%%WWWDIR%%/core/img/actions/menu.svg
-%%WWWDIR%%/core/img/actions/more.png
%%WWWDIR%%/core/img/actions/more.svg
-%%WWWDIR%%/core/img/actions/password.png
%%WWWDIR%%/core/img/actions/password.svg
-%%WWWDIR%%/core/img/actions/pause-big.png
%%WWWDIR%%/core/img/actions/pause-big.svg
-%%WWWDIR%%/core/img/actions/pause.png
%%WWWDIR%%/core/img/actions/pause.svg
-%%WWWDIR%%/core/img/actions/play-add.png
%%WWWDIR%%/core/img/actions/play-add.svg
-%%WWWDIR%%/core/img/actions/play-big.png
%%WWWDIR%%/core/img/actions/play-big.svg
-%%WWWDIR%%/core/img/actions/play-next.png
%%WWWDIR%%/core/img/actions/play-next.svg
-%%WWWDIR%%/core/img/actions/play-previous.png
%%WWWDIR%%/core/img/actions/play-previous.svg
-%%WWWDIR%%/core/img/actions/play.png
%%WWWDIR%%/core/img/actions/play.svg
-%%WWWDIR%%/core/img/actions/public.png
+%%WWWDIR%%/core/img/actions/public-white.svg
%%WWWDIR%%/core/img/actions/public.svg
-%%WWWDIR%%/core/img/actions/radio-checked-disabled.png
%%WWWDIR%%/core/img/actions/radio-checked-disabled.svg
-%%WWWDIR%%/core/img/actions/radio-checked.png
%%WWWDIR%%/core/img/actions/radio-checked.svg
-%%WWWDIR%%/core/img/actions/radio-disabled.png
%%WWWDIR%%/core/img/actions/radio-disabled.svg
-%%WWWDIR%%/core/img/actions/radio-white.png
%%WWWDIR%%/core/img/actions/radio-white.svg
-%%WWWDIR%%/core/img/actions/radio.png
%%WWWDIR%%/core/img/actions/radio.svg
-%%WWWDIR%%/core/img/actions/rename.png
%%WWWDIR%%/core/img/actions/rename.svg
-%%WWWDIR%%/core/img/actions/search-white.png
%%WWWDIR%%/core/img/actions/search-white.svg
-%%WWWDIR%%/core/img/actions/search.png
%%WWWDIR%%/core/img/actions/search.svg
-%%WWWDIR%%/core/img/actions/settings.png
+%%WWWDIR%%/core/img/actions/settings-dark.svg
%%WWWDIR%%/core/img/actions/settings.svg
-%%WWWDIR%%/core/img/actions/share.png
%%WWWDIR%%/core/img/actions/share.svg
-%%WWWDIR%%/core/img/actions/shared.png
%%WWWDIR%%/core/img/actions/shared.svg
-%%WWWDIR%%/core/img/actions/sound-off.png
%%WWWDIR%%/core/img/actions/sound-off.svg
-%%WWWDIR%%/core/img/actions/sound.png
%%WWWDIR%%/core/img/actions/sound.svg
-%%WWWDIR%%/core/img/actions/star.png
%%WWWDIR%%/core/img/actions/star.svg
-%%WWWDIR%%/core/img/actions/starred.png
%%WWWDIR%%/core/img/actions/starred.svg
-%%WWWDIR%%/core/img/actions/toggle-filelist.png
%%WWWDIR%%/core/img/actions/toggle-filelist.svg
-%%WWWDIR%%/core/img/actions/toggle-pictures.png
%%WWWDIR%%/core/img/actions/toggle-pictures.svg
-%%WWWDIR%%/core/img/actions/toggle.png
%%WWWDIR%%/core/img/actions/toggle.svg
-%%WWWDIR%%/core/img/actions/triangle-e.png
%%WWWDIR%%/core/img/actions/triangle-e.svg
-%%WWWDIR%%/core/img/actions/triangle-n.png
%%WWWDIR%%/core/img/actions/triangle-n.svg
-%%WWWDIR%%/core/img/actions/triangle-s.png
%%WWWDIR%%/core/img/actions/triangle-s.svg
-%%WWWDIR%%/core/img/actions/upload-white.png
%%WWWDIR%%/core/img/actions/upload-white.svg
-%%WWWDIR%%/core/img/actions/upload.png
%%WWWDIR%%/core/img/actions/upload.svg
-%%WWWDIR%%/core/img/actions/user.png
%%WWWDIR%%/core/img/actions/user.svg
-%%WWWDIR%%/core/img/actions/view-close.png
%%WWWDIR%%/core/img/actions/view-close.svg
-%%WWWDIR%%/core/img/actions/view-download.png
%%WWWDIR%%/core/img/actions/view-download.svg
-%%WWWDIR%%/core/img/actions/view-next.png
%%WWWDIR%%/core/img/actions/view-next.svg
-%%WWWDIR%%/core/img/actions/view-pause.png
%%WWWDIR%%/core/img/actions/view-pause.svg
-%%WWWDIR%%/core/img/actions/view-play.png
%%WWWDIR%%/core/img/actions/view-play.svg
-%%WWWDIR%%/core/img/actions/view-previous.png
%%WWWDIR%%/core/img/actions/view-previous.svg
%%WWWDIR%%/core/img/appstore.svg
%%WWWDIR%%/core/img/background.jpg
-%%WWWDIR%%/core/img/breadcrumb.png
%%WWWDIR%%/core/img/breadcrumb.svg
%%WWWDIR%%/core/img/default-app-icon.svg
-%%WWWDIR%%/core/img/desktopapp.png
%%WWWDIR%%/core/img/desktopapp.svg
+%%WWWDIR%%/core/img/favicon-fb.png
%%WWWDIR%%/core/img/favicon-mask.svg
%%WWWDIR%%/core/img/favicon-touch.png
%%WWWDIR%%/core/img/favicon-touch.svg
%%WWWDIR%%/core/img/favicon.ico
%%WWWDIR%%/core/img/favicon.png
%%WWWDIR%%/core/img/favicon.svg
-%%WWWDIR%%/core/img/filetypes/application-pdf.png
%%WWWDIR%%/core/img/filetypes/application-pdf.svg
-%%WWWDIR%%/core/img/filetypes/application.png
%%WWWDIR%%/core/img/filetypes/application.svg
-%%WWWDIR%%/core/img/filetypes/audio.png
%%WWWDIR%%/core/img/filetypes/audio.svg
-%%WWWDIR%%/core/img/filetypes/file.png
%%WWWDIR%%/core/img/filetypes/file.svg
-%%WWWDIR%%/core/img/filetypes/folder-drag-accept.png
%%WWWDIR%%/core/img/filetypes/folder-drag-accept.svg
-%%WWWDIR%%/core/img/filetypes/folder-external.png
%%WWWDIR%%/core/img/filetypes/folder-external.svg
-%%WWWDIR%%/core/img/filetypes/folder-public.png
%%WWWDIR%%/core/img/filetypes/folder-public.svg
-%%WWWDIR%%/core/img/filetypes/folder-shared.png
%%WWWDIR%%/core/img/filetypes/folder-shared.svg
-%%WWWDIR%%/core/img/filetypes/folder-starred.png
%%WWWDIR%%/core/img/filetypes/folder-starred.svg
-%%WWWDIR%%/core/img/filetypes/folder.png
%%WWWDIR%%/core/img/filetypes/folder.svg
-%%WWWDIR%%/core/img/filetypes/image.png
%%WWWDIR%%/core/img/filetypes/image.svg
-%%WWWDIR%%/core/img/filetypes/package-x-generic.png
%%WWWDIR%%/core/img/filetypes/package-x-generic.svg
-%%WWWDIR%%/core/img/filetypes/text-calendar.png
%%WWWDIR%%/core/img/filetypes/text-calendar.svg
-%%WWWDIR%%/core/img/filetypes/text-code.png
%%WWWDIR%%/core/img/filetypes/text-code.svg
-%%WWWDIR%%/core/img/filetypes/text-vcard.png
%%WWWDIR%%/core/img/filetypes/text-vcard.svg
-%%WWWDIR%%/core/img/filetypes/text.png
%%WWWDIR%%/core/img/filetypes/text.svg
-%%WWWDIR%%/core/img/filetypes/video.png
%%WWWDIR%%/core/img/filetypes/video.svg
-%%WWWDIR%%/core/img/filetypes/x-office-document.png
%%WWWDIR%%/core/img/filetypes/x-office-document.svg
-%%WWWDIR%%/core/img/filetypes/x-office-presentation.png
%%WWWDIR%%/core/img/filetypes/x-office-presentation.svg
-%%WWWDIR%%/core/img/filetypes/x-office-spreadsheet.png
%%WWWDIR%%/core/img/filetypes/x-office-spreadsheet.svg
%%WWWDIR%%/core/img/googleplay.png
-%%WWWDIR%%/core/img/image-optimization.sh
%%WWWDIR%%/core/img/loading-dark.gif
%%WWWDIR%%/core/img/loading-small-dark.gif
%%WWWDIR%%/core/img/loading-small.gif
%%WWWDIR%%/core/img/loading.gif
%%WWWDIR%%/core/img/logo-icon-175px.png
-%%WWWDIR%%/core/img/logo-icon.png
%%WWWDIR%%/core/img/logo-icon.svg
%%WWWDIR%%/core/img/logo-mail.gif
%%WWWDIR%%/core/img/logo.png
%%WWWDIR%%/core/img/logo.svg
-%%WWWDIR%%/core/img/places/calendar-dark.png
+%%WWWDIR%%/core/img/manifest.json
%%WWWDIR%%/core/img/places/calendar-dark.svg
-%%WWWDIR%%/core/img/places/contacts-dark.png
%%WWWDIR%%/core/img/places/contacts-dark.svg
-%%WWWDIR%%/core/img/places/files.png
%%WWWDIR%%/core/img/places/files.svg
-%%WWWDIR%%/core/img/places/home.png
%%WWWDIR%%/core/img/places/home.svg
-%%WWWDIR%%/core/img/places/link.png
%%WWWDIR%%/core/img/places/link.svg
-%%WWWDIR%%/core/img/places/music.png
%%WWWDIR%%/core/img/places/music.svg
-%%WWWDIR%%/core/img/places/picture.png
%%WWWDIR%%/core/img/places/picture.svg
%%WWWDIR%%/core/img/rating/s0.svg
%%WWWDIR%%/core/img/rating/s1.svg
@@ -8406,9 +6077,14 @@
%%WWWDIR%%/core/img/rating/s7.svg
%%WWWDIR%%/core/img/rating/s8.svg
%%WWWDIR%%/core/img/rating/s9.svg
+%%WWWDIR%%/core/img/social/social-diaspora.svg
+%%WWWDIR%%/core/img/social/social-facebook.svg
+%%WWWDIR%%/core/img/social/social-gnu.svg
+%%WWWDIR%%/core/img/social/social-googleplus.svg
+%%WWWDIR%%/core/img/social/social-twitter.svg
%%WWWDIR%%/core/js/apps.js
%%WWWDIR%%/core/js/backgroundjobs.js
-%%WWWDIR%%/core/js/compatibility.js
+%%WWWDIR%%/core/js/browser-update.js
%%WWWDIR%%/core/js/config.js
%%WWWDIR%%/core/js/config.php
%%WWWDIR%%/core/js/core.json
@@ -8435,19 +6111,22 @@
%%WWWDIR%%/core/js/oc-requesttoken.js
%%WWWDIR%%/core/js/octemplate.js
%%WWWDIR%%/core/js/placeholder.js
-%%WWWDIR%%/core/js/placeholders.js
%%WWWDIR%%/core/js/select2-toggleselect.js
%%WWWDIR%%/core/js/setup.js
%%WWWDIR%%/core/js/setupchecks.js
%%WWWDIR%%/core/js/share.js
%%WWWDIR%%/core/js/shareconfigmodel.js
%%WWWDIR%%/core/js/sharedialogexpirationview.js
+%%WWWDIR%%/core/js/sharedialoglinklistview.js
%%WWWDIR%%/core/js/sharedialoglinkshareview.js
+%%WWWDIR%%/core/js/sharedialoglinksocialview.js
%%WWWDIR%%/core/js/sharedialogmailview.js
%%WWWDIR%%/core/js/sharedialogresharerinfoview.js
%%WWWDIR%%/core/js/sharedialogshareelistview.js
%%WWWDIR%%/core/js/sharedialogview.js
%%WWWDIR%%/core/js/shareitemmodel.js
+%%WWWDIR%%/core/js/sharemodel.js
+%%WWWDIR%%/core/js/sharescollection.js
%%WWWDIR%%/core/js/singleselect.js
%%WWWDIR%%/core/js/systemtags/systemtagmodel.js
%%WWWDIR%%/core/js/systemtags/systemtags.js
@@ -8674,6 +6353,7 @@
%%WWWDIR%%/core/skeleton/Photos/Paris.jpg
%%WWWDIR%%/core/skeleton/Photos/San Francisco.jpg
%%WWWDIR%%/core/skeleton/Photos/Squirrel.jpg
+%%WWWDIR%%/core/skeleton/ownCloud Manual.pdf
%%WWWDIR%%/core/strings.php
%%WWWDIR%%/core/templates/403.php
%%WWWDIR%%/core/templates/404.php
@@ -8694,6 +6374,7 @@
%%WWWDIR%%/core/templates/layout.user.php
%%WWWDIR%%/core/templates/login.php
%%WWWDIR%%/core/templates/lostpassword/email.php
+%%WWWDIR%%/core/templates/lostpassword/notify.php
%%WWWDIR%%/core/templates/lostpassword/resetpassword.php
%%WWWDIR%%/core/templates/mail.php
%%WWWDIR%%/core/templates/message.html
@@ -8705,81 +6386,4536 @@
%%WWWDIR%%/core/templates/update.admin.php
%%WWWDIR%%/core/templates/update.use-cli.php
%%WWWDIR%%/core/templates/update.user.php
-%%WWWDIR%%/core/vendor/backbone/.bower.json
%%WWWDIR%%/core/vendor/backbone/LICENSE
+%%WWWDIR%%/core/vendor/backbone/backbone-min.js
+%%WWWDIR%%/core/vendor/backbone/backbone-min.map
%%WWWDIR%%/core/vendor/backbone/backbone.js
-%%WWWDIR%%/core/vendor/base64/.bower.json
%%WWWDIR%%/core/vendor/base64/LICENSE
+%%WWWDIR%%/core/vendor/base64/README.md
%%WWWDIR%%/core/vendor/base64/base64.js
-%%WWWDIR%%/core/vendor/blueimp-md5/.bower.json
+%%WWWDIR%%/core/vendor/base64/base64.min.js
+%%WWWDIR%%/core/vendor/blueimp-md5/Makefile
+%%WWWDIR%%/core/vendor/blueimp-md5/README.md
+%%WWWDIR%%/core/vendor/blueimp-md5/css/demo.css
+%%WWWDIR%%/core/vendor/blueimp-md5/index.html
+%%WWWDIR%%/core/vendor/blueimp-md5/js/demo.js
%%WWWDIR%%/core/vendor/blueimp-md5/js/md5.js
+%%WWWDIR%%/core/vendor/blueimp-md5/js/md5.min.js
+%%WWWDIR%%/core/vendor/bootstrap/CHANGELOG.md
+%%WWWDIR%%/core/vendor/bootstrap/Gruntfile.js
+%%WWWDIR%%/core/vendor/bootstrap/LICENSE
+%%WWWDIR%%/core/vendor/bootstrap/README.md
+%%WWWDIR%%/core/vendor/bootstrap/dist/css/bootstrap-theme.css
+%%WWWDIR%%/core/vendor/bootstrap/dist/css/bootstrap-theme.css.map
+%%WWWDIR%%/core/vendor/bootstrap/dist/css/bootstrap-theme.min.css
+%%WWWDIR%%/core/vendor/bootstrap/dist/css/bootstrap-theme.min.css.map
+%%WWWDIR%%/core/vendor/bootstrap/dist/css/bootstrap.css
+%%WWWDIR%%/core/vendor/bootstrap/dist/css/bootstrap.css.map
+%%WWWDIR%%/core/vendor/bootstrap/dist/css/bootstrap.min.css
+%%WWWDIR%%/core/vendor/bootstrap/dist/css/bootstrap.min.css.map
+%%WWWDIR%%/core/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
+%%WWWDIR%%/core/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.svg
+%%WWWDIR%%/core/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
+%%WWWDIR%%/core/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
+%%WWWDIR%%/core/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
+%%WWWDIR%%/core/vendor/bootstrap/dist/js/bootstrap.js
+%%WWWDIR%%/core/vendor/bootstrap/dist/js/bootstrap.min.js
+%%WWWDIR%%/core/vendor/bootstrap/dist/js/npm.js
+%%WWWDIR%%/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot
+%%WWWDIR%%/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg
+%%WWWDIR%%/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf
+%%WWWDIR%%/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff
+%%WWWDIR%%/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2
+%%WWWDIR%%/core/vendor/bootstrap/grunt/.jshintrc
+%%WWWDIR%%/core/vendor/bootstrap/grunt/bs-commonjs-generator.js
+%%WWWDIR%%/core/vendor/bootstrap/grunt/bs-glyphicons-data-generator.js
+%%WWWDIR%%/core/vendor/bootstrap/grunt/bs-lessdoc-parser.js
+%%WWWDIR%%/core/vendor/bootstrap/grunt/bs-raw-files-generator.js
+%%WWWDIR%%/core/vendor/bootstrap/grunt/configBridge.json
+%%WWWDIR%%/core/vendor/bootstrap/grunt/sauce_browsers.yml
+%%WWWDIR%%/core/vendor/bootstrap/js/.jscsrc
+%%WWWDIR%%/core/vendor/bootstrap/js/.jshintrc
+%%WWWDIR%%/core/vendor/bootstrap/js/affix.js
+%%WWWDIR%%/core/vendor/bootstrap/js/alert.js
+%%WWWDIR%%/core/vendor/bootstrap/js/button.js
+%%WWWDIR%%/core/vendor/bootstrap/js/carousel.js
+%%WWWDIR%%/core/vendor/bootstrap/js/collapse.js
+%%WWWDIR%%/core/vendor/bootstrap/js/dropdown.js
+%%WWWDIR%%/core/vendor/bootstrap/js/modal.js
+%%WWWDIR%%/core/vendor/bootstrap/js/popover.js
+%%WWWDIR%%/core/vendor/bootstrap/js/scrollspy.js
+%%WWWDIR%%/core/vendor/bootstrap/js/tab.js
%%WWWDIR%%/core/vendor/bootstrap/js/tooltip.js
+%%WWWDIR%%/core/vendor/bootstrap/js/transition.js
+%%WWWDIR%%/core/vendor/bootstrap/less/.csscomb.json
+%%WWWDIR%%/core/vendor/bootstrap/less/.csslintrc
+%%WWWDIR%%/core/vendor/bootstrap/less/alerts.less
+%%WWWDIR%%/core/vendor/bootstrap/less/badges.less
+%%WWWDIR%%/core/vendor/bootstrap/less/bootstrap.less
+%%WWWDIR%%/core/vendor/bootstrap/less/breadcrumbs.less
+%%WWWDIR%%/core/vendor/bootstrap/less/button-groups.less
+%%WWWDIR%%/core/vendor/bootstrap/less/buttons.less
+%%WWWDIR%%/core/vendor/bootstrap/less/carousel.less
+%%WWWDIR%%/core/vendor/bootstrap/less/close.less
+%%WWWDIR%%/core/vendor/bootstrap/less/code.less
+%%WWWDIR%%/core/vendor/bootstrap/less/component-animations.less
+%%WWWDIR%%/core/vendor/bootstrap/less/dropdowns.less
+%%WWWDIR%%/core/vendor/bootstrap/less/forms.less
+%%WWWDIR%%/core/vendor/bootstrap/less/glyphicons.less
+%%WWWDIR%%/core/vendor/bootstrap/less/grid.less
+%%WWWDIR%%/core/vendor/bootstrap/less/input-groups.less
+%%WWWDIR%%/core/vendor/bootstrap/less/jumbotron.less
+%%WWWDIR%%/core/vendor/bootstrap/less/labels.less
+%%WWWDIR%%/core/vendor/bootstrap/less/list-group.less
+%%WWWDIR%%/core/vendor/bootstrap/less/media.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/alerts.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/background-variant.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/border-radius.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/buttons.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/center-block.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/clearfix.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/forms.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/gradients.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/grid-framework.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/grid.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/hide-text.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/image.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/labels.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/list-group.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/nav-divider.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/nav-vertical-align.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/opacity.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/pagination.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/panels.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/progress-bar.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/reset-filter.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/reset-text.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/resize.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/responsive-visibility.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/size.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/tab-focus.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/table-row.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/text-emphasis.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/text-overflow.less
+%%WWWDIR%%/core/vendor/bootstrap/less/mixins/vendor-prefixes.less
+%%WWWDIR%%/core/vendor/bootstrap/less/modals.less
+%%WWWDIR%%/core/vendor/bootstrap/less/navbar.less
+%%WWWDIR%%/core/vendor/bootstrap/less/navs.less
+%%WWWDIR%%/core/vendor/bootstrap/less/normalize.less
+%%WWWDIR%%/core/vendor/bootstrap/less/pager.less
+%%WWWDIR%%/core/vendor/bootstrap/less/pagination.less
+%%WWWDIR%%/core/vendor/bootstrap/less/panels.less
+%%WWWDIR%%/core/vendor/bootstrap/less/popovers.less
+%%WWWDIR%%/core/vendor/bootstrap/less/print.less
+%%WWWDIR%%/core/vendor/bootstrap/less/progress-bars.less
+%%WWWDIR%%/core/vendor/bootstrap/less/responsive-embed.less
+%%WWWDIR%%/core/vendor/bootstrap/less/responsive-utilities.less
+%%WWWDIR%%/core/vendor/bootstrap/less/scaffolding.less
+%%WWWDIR%%/core/vendor/bootstrap/less/tables.less
+%%WWWDIR%%/core/vendor/bootstrap/less/theme.less
+%%WWWDIR%%/core/vendor/bootstrap/less/thumbnails.less
+%%WWWDIR%%/core/vendor/bootstrap/less/tooltip.less
+%%WWWDIR%%/core/vendor/bootstrap/less/type.less
+%%WWWDIR%%/core/vendor/bootstrap/less/utilities.less
+%%WWWDIR%%/core/vendor/bootstrap/less/variables.less
+%%WWWDIR%%/core/vendor/bootstrap/less/wells.less
+%%WWWDIR%%/core/vendor/bootstrap/nuget/MyGet.ps1
+%%WWWDIR%%/core/vendor/bootstrap/nuget/bootstrap.less.nuspec
+%%WWWDIR%%/core/vendor/bootstrap/nuget/bootstrap.nuspec
+%%WWWDIR%%/core/vendor/bootstrap/package.js
+%%WWWDIR%%/core/vendor/bowser/CHANGELOG.md
+%%WWWDIR%%/core/vendor/bowser/ISSUE_TEMPLATE.md
+%%WWWDIR%%/core/vendor/bowser/LICENSE
+%%WWWDIR%%/core/vendor/bowser/README.md
+%%WWWDIR%%/core/vendor/bowser/src/bowser.js
+%%WWWDIR%%/core/vendor/bowser/src/useragents.js
+%%WWWDIR%%/core/vendor/bowser/typings.d.ts
+%%WWWDIR%%/core/vendor/browser-update/.travis.yml
+%%WWWDIR%%/core/vendor/browser-update/Gruntfile.js
+%%WWWDIR%%/core/vendor/browser-update/LICENSE
+%%WWWDIR%%/core/vendor/browser-update/README.markdown
+%%WWWDIR%%/core/vendor/browser-update/browser-update.js
+%%WWWDIR%%/core/vendor/browser-update/browser-update.min.js
+%%WWWDIR%%/core/vendor/browser-update/index.html
+%%WWWDIR%%/core/vendor/clipboard/contributing.md
+%%WWWDIR%%/core/vendor/clipboard/dist/clipboard.js
+%%WWWDIR%%/core/vendor/clipboard/dist/clipboard.min.js
+%%WWWDIR%%/core/vendor/clipboard/package.js
+%%WWWDIR%%/core/vendor/clipboard/readme.md
%%WWWDIR%%/core/vendor/davclient.js/LICENSE
+%%WWWDIR%%/core/vendor/davclient.js/index.html
+%%WWWDIR%%/core/vendor/davclient.js/karma.conf.js
%%WWWDIR%%/core/vendor/davclient.js/lib/client.js
+%%WWWDIR%%/core/vendor/es6-promise/.jshintrc
+%%WWWDIR%%/core/vendor/es6-promise/.npmignore
+%%WWWDIR%%/core/vendor/es6-promise/.release.json
+%%WWWDIR%%/core/vendor/es6-promise/.spmignore
+%%WWWDIR%%/core/vendor/es6-promise/.travis.yml
+%%WWWDIR%%/core/vendor/es6-promise/Brocfile.js
+%%WWWDIR%%/core/vendor/es6-promise/CHANGELOG.md
%%WWWDIR%%/core/vendor/es6-promise/LICENSE
+%%WWWDIR%%/core/vendor/es6-promise/README.md
+%%WWWDIR%%/core/vendor/es6-promise/config/s3ProjectConfig.js
+%%WWWDIR%%/core/vendor/es6-promise/config/versionTemplate.txt
%%WWWDIR%%/core/vendor/es6-promise/dist/es6-promise.js
-%%WWWDIR%%/core/vendor/handlebars/.bower.json
+%%WWWDIR%%/core/vendor/es6-promise/dist/es6-promise.min.js
+%%WWWDIR%%/core/vendor/es6-promise/lib/es6-promise.umd.js
+%%WWWDIR%%/core/vendor/es6-promise/lib/es6-promise/-internal.js
+%%WWWDIR%%/core/vendor/es6-promise/lib/es6-promise/asap.js
+%%WWWDIR%%/core/vendor/es6-promise/lib/es6-promise/enumerator.js
+%%WWWDIR%%/core/vendor/es6-promise/lib/es6-promise/polyfill.js
+%%WWWDIR%%/core/vendor/es6-promise/lib/es6-promise/promise.js
+%%WWWDIR%%/core/vendor/es6-promise/lib/es6-promise/promise/all.js
+%%WWWDIR%%/core/vendor/es6-promise/lib/es6-promise/promise/race.js
+%%WWWDIR%%/core/vendor/es6-promise/lib/es6-promise/promise/reject.js
+%%WWWDIR%%/core/vendor/es6-promise/lib/es6-promise/promise/resolve.js
+%%WWWDIR%%/core/vendor/es6-promise/lib/es6-promise/utils.js
+%%WWWDIR%%/core/vendor/es6-promise/server/.jshintrc
+%%WWWDIR%%/core/vendor/es6-promise/server/index.js
+%%WWWDIR%%/core/vendor/handlebars/README.md
+%%WWWDIR%%/core/vendor/handlebars/component.json
+%%WWWDIR%%/core/vendor/handlebars/composer.json
+%%WWWDIR%%/core/vendor/handlebars/handlebars-source.gemspec
+%%WWWDIR%%/core/vendor/handlebars/handlebars.amd.js
+%%WWWDIR%%/core/vendor/handlebars/handlebars.amd.min.js
%%WWWDIR%%/core/vendor/handlebars/handlebars.js
-%%WWWDIR%%/core/vendor/jcrop/.bower.json
+%%WWWDIR%%/core/vendor/handlebars/handlebars.js.nuspec
+%%WWWDIR%%/core/vendor/handlebars/handlebars.min.js
+%%WWWDIR%%/core/vendor/handlebars/handlebars.runtime.amd.js
+%%WWWDIR%%/core/vendor/handlebars/handlebars.runtime.amd.min.js
+%%WWWDIR%%/core/vendor/handlebars/handlebars.runtime.js
+%%WWWDIR%%/core/vendor/handlebars/handlebars.runtime.min.js
+%%WWWDIR%%/core/vendor/handlebars/lib/handlebars/source.rb
%%WWWDIR%%/core/vendor/jcrop/MIT-LICENSE.txt
+%%WWWDIR%%/core/vendor/jcrop/README.md
+%%WWWDIR%%/core/vendor/jcrop/build/LICENSE
+%%WWWDIR%%/core/vendor/jcrop/build/README.md
+%%WWWDIR%%/core/vendor/jcrop/build/VERSION
+%%WWWDIR%%/core/vendor/jcrop/build/build-all.bash
+%%WWWDIR%%/core/vendor/jcrop/build/compile-css.bash
+%%WWWDIR%%/core/vendor/jcrop/build/less/Jcrop.less
+%%WWWDIR%%/core/vendor/jcrop/build/less/_bootstrap.less
+%%WWWDIR%%/core/vendor/jcrop/build/less/_reset.less
+%%WWWDIR%%/core/vendor/jcrop/build/less/_tapmodo.less
+%%WWWDIR%%/core/vendor/jcrop/build/less/_variables.less
+%%WWWDIR%%/core/vendor/jcrop/build/less/demos.less
+%%WWWDIR%%/core/vendor/jcrop/build/less/main.less
+%%WWWDIR%%/core/vendor/jcrop/build/lib/tmpl.php
+%%WWWDIR%%/core/vendor/jcrop/build/minimize-css.bash
+%%WWWDIR%%/core/vendor/jcrop/build/minimize-js.bash
+%%WWWDIR%%/core/vendor/jcrop/build/pre-commit.bash
+%%WWWDIR%%/core/vendor/jcrop/build/static/build.php
%%WWWDIR%%/core/vendor/jcrop/css/Jcrop.gif
%%WWWDIR%%/core/vendor/jcrop/css/jquery.Jcrop.css
+%%WWWDIR%%/core/vendor/jcrop/css/jquery.Jcrop.min.css
+%%WWWDIR%%/core/vendor/jcrop/index.html
%%WWWDIR%%/core/vendor/jcrop/js/jquery.Jcrop.js
-%%WWWDIR%%/core/vendor/jquery-migrate/.bower.json
+%%WWWDIR%%/core/vendor/jcrop/js/jquery.Jcrop.min.js
+%%WWWDIR%%/core/vendor/jcrop/js/jquery.color.js
+%%WWWDIR%%/core/vendor/jcrop/js/jquery.min.js
+%%WWWDIR%%/core/vendor/jquery-migrate/README.md
%%WWWDIR%%/core/vendor/jquery-migrate/jquery-migrate.js
%%WWWDIR%%/core/vendor/jquery-migrate/jquery-migrate.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/AUTHORS.txt
+%%WWWDIR%%/core/vendor/jquery-ui/MANIFEST
%%WWWDIR%%/core/vendor/jquery-ui/MIT-LICENSE.txt
+%%WWWDIR%%/core/vendor/jquery-ui/README.md
+%%WWWDIR%%/core/vendor/jquery-ui/component.json
%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-icons_888888_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png
%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.accordion.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.all.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.autocomplete.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.base.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.button.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.core.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.datepicker.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.dialog.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.menu.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.progressbar.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.resizable.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.selectable.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.slider.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.spinner.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.tabs.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery.ui.tooltip.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-icons_888888_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery-ui.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.accordion.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.autocomplete.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.button.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.core.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.datepicker.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.dialog.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.menu.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.progressbar.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.resizable.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.selectable.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.slider.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.spinner.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.tabs.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.theme.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/base/minified/jquery.ui.tooltip.min.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/black-tie/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/blitzer/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/cupertino/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dark-hive/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/dot-luv/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/eggplant/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/excite-bike/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/flick/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/hot-sneaks/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/humanity/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/le-frog/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/mint-choc/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/overcast/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/pepper-grinder/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/redmond/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/smoothness/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/south-street/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-bg_flat_55_999999_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/start/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/sunny/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/swanky-purse/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/trontastic/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-darkness/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/ui-lightness/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/animated-overlay.gif
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/jquery-ui.css
+%%WWWDIR%%/core/vendor/jquery-ui/themes/vader/jquery.ui.theme.css
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery-ui-i18n.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-af.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ar-DZ.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ar.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-az.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-be.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-bg.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-bs.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ca.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-cs.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-cy-GB.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-da.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-de.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-el.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-en-AU.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-en-GB.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-en-NZ.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-eo.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-es.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-et.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-eu.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fi.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fo.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fr-CA.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fr-CH.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-fr.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-gl.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-he.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-hi.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-hr.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-hu.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-id.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-is.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-it.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ja.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ka.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-kk.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-km.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ko.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ky.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-lb.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-lt.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-lv.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-mk.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ml.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ms.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-nb.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-nl-BE.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-nl.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-nn.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-no.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-pl.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-pt-BR.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-pt.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ro.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ru.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sk.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sl.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sq.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sr-SR.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sr.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-sv.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-ta.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-th.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-tj.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-tr.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-uk.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-CN.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-HK.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-TW.js
%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery-ui.custom.js
-%%WWWDIR%%/core/vendor/jquery/.bower.json
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.accordion.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.autocomplete.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.button.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.core.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.datepicker.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.dialog.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.draggable.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.droppable.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-blind.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-bounce.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-clip.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-drop.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-explode.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-fade.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-fold.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-highlight.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-pulsate.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-scale.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-shake.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-slide.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect-transfer.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.effect.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.menu.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.mouse.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.position.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.progressbar.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.resizable.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.selectable.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.slider.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.sortable.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.spinner.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.tabs.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.tooltip.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery.ui.widget.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery-ui-i18n.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-af.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ar.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-az.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-be.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-bg.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-bs.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ca.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-cs.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-da.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-de.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-el.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-eo.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-es.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-et.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-eu.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fa.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fi.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fo.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fr-CA.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fr.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-gl.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-he.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hi.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hr.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hu.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hy.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-id.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-is.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-it.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ja.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ka.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-kk.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-km.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ko.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ky.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-lb.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-lt.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-lv.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-mk.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ml.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ms.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-nb.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-nl.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-nn.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-no.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-pl.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-pt.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-rm.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ro.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ru.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sk.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sl.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sq.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sr.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sv.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ta.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-th.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-tj.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-tr.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-uk.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-vi.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery-ui.custom.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.accordion.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.autocomplete.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.button.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.core.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.datepicker.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.dialog.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.draggable.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.droppable.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-blind.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-bounce.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-clip.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-drop.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-explode.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-fade.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-fold.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-highlight.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-pulsate.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-scale.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-shake.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-slide.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect-transfer.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.effect.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.menu.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.mouse.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.position.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.progressbar.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.resizable.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.selectable.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.slider.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.sortable.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.spinner.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.tabs.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.tooltip.min.js
+%%WWWDIR%%/core/vendor/jquery-ui/ui/minified/jquery.ui.widget.min.js
%%WWWDIR%%/core/vendor/jquery/MIT-LICENSE.txt
%%WWWDIR%%/core/vendor/jquery/dist/jquery.js
%%WWWDIR%%/core/vendor/jquery/dist/jquery.min.js
%%WWWDIR%%/core/vendor/jquery/dist/jquery.min.map
-%%WWWDIR%%/core/vendor/jsTimezoneDetect/.bower.json
+%%WWWDIR%%/core/vendor/jquery/src/ajax.js
+%%WWWDIR%%/core/vendor/jquery/src/ajax/jsonp.js
+%%WWWDIR%%/core/vendor/jquery/src/ajax/load.js
+%%WWWDIR%%/core/vendor/jquery/src/ajax/parseJSON.js
+%%WWWDIR%%/core/vendor/jquery/src/ajax/parseXML.js
+%%WWWDIR%%/core/vendor/jquery/src/ajax/script.js
+%%WWWDIR%%/core/vendor/jquery/src/ajax/var/nonce.js
+%%WWWDIR%%/core/vendor/jquery/src/ajax/var/rquery.js
+%%WWWDIR%%/core/vendor/jquery/src/ajax/xhr.js
+%%WWWDIR%%/core/vendor/jquery/src/attributes.js
+%%WWWDIR%%/core/vendor/jquery/src/attributes/attr.js
+%%WWWDIR%%/core/vendor/jquery/src/attributes/classes.js
+%%WWWDIR%%/core/vendor/jquery/src/attributes/prop.js
+%%WWWDIR%%/core/vendor/jquery/src/attributes/support.js
+%%WWWDIR%%/core/vendor/jquery/src/attributes/val.js
+%%WWWDIR%%/core/vendor/jquery/src/callbacks.js
+%%WWWDIR%%/core/vendor/jquery/src/core.js
+%%WWWDIR%%/core/vendor/jquery/src/core/access.js
+%%WWWDIR%%/core/vendor/jquery/src/core/init.js
+%%WWWDIR%%/core/vendor/jquery/src/core/parseHTML.js
+%%WWWDIR%%/core/vendor/jquery/src/core/ready.js
+%%WWWDIR%%/core/vendor/jquery/src/core/var/rsingleTag.js
+%%WWWDIR%%/core/vendor/jquery/src/css.js
+%%WWWDIR%%/core/vendor/jquery/src/css/addGetHookIf.js
+%%WWWDIR%%/core/vendor/jquery/src/css/curCSS.js
+%%WWWDIR%%/core/vendor/jquery/src/css/defaultDisplay.js
+%%WWWDIR%%/core/vendor/jquery/src/css/hiddenVisibleSelectors.js
+%%WWWDIR%%/core/vendor/jquery/src/css/support.js
+%%WWWDIR%%/core/vendor/jquery/src/css/swap.js
+%%WWWDIR%%/core/vendor/jquery/src/css/var/cssExpand.js
+%%WWWDIR%%/core/vendor/jquery/src/css/var/getStyles.js
+%%WWWDIR%%/core/vendor/jquery/src/css/var/isHidden.js
+%%WWWDIR%%/core/vendor/jquery/src/css/var/rmargin.js
+%%WWWDIR%%/core/vendor/jquery/src/css/var/rnumnonpx.js
+%%WWWDIR%%/core/vendor/jquery/src/data.js
+%%WWWDIR%%/core/vendor/jquery/src/data/Data.js
+%%WWWDIR%%/core/vendor/jquery/src/data/accepts.js
+%%WWWDIR%%/core/vendor/jquery/src/data/var/data_priv.js
+%%WWWDIR%%/core/vendor/jquery/src/data/var/data_user.js
+%%WWWDIR%%/core/vendor/jquery/src/deferred.js
+%%WWWDIR%%/core/vendor/jquery/src/deprecated.js
+%%WWWDIR%%/core/vendor/jquery/src/dimensions.js
+%%WWWDIR%%/core/vendor/jquery/src/effects.js
+%%WWWDIR%%/core/vendor/jquery/src/effects/Tween.js
+%%WWWDIR%%/core/vendor/jquery/src/effects/animatedSelector.js
+%%WWWDIR%%/core/vendor/jquery/src/event.js
+%%WWWDIR%%/core/vendor/jquery/src/event/ajax.js
+%%WWWDIR%%/core/vendor/jquery/src/event/alias.js
+%%WWWDIR%%/core/vendor/jquery/src/event/support.js
+%%WWWDIR%%/core/vendor/jquery/src/exports/amd.js
+%%WWWDIR%%/core/vendor/jquery/src/exports/global.js
+%%WWWDIR%%/core/vendor/jquery/src/intro.js
+%%WWWDIR%%/core/vendor/jquery/src/jquery.js
+%%WWWDIR%%/core/vendor/jquery/src/manipulation.js
+%%WWWDIR%%/core/vendor/jquery/src/manipulation/_evalUrl.js
+%%WWWDIR%%/core/vendor/jquery/src/manipulation/support.js
+%%WWWDIR%%/core/vendor/jquery/src/manipulation/var/rcheckableType.js
+%%WWWDIR%%/core/vendor/jquery/src/offset.js
+%%WWWDIR%%/core/vendor/jquery/src/outro.js
+%%WWWDIR%%/core/vendor/jquery/src/queue.js
+%%WWWDIR%%/core/vendor/jquery/src/queue/delay.js
+%%WWWDIR%%/core/vendor/jquery/src/selector-native.js
+%%WWWDIR%%/core/vendor/jquery/src/selector-sizzle.js
+%%WWWDIR%%/core/vendor/jquery/src/selector.js
+%%WWWDIR%%/core/vendor/jquery/src/serialize.js
+%%WWWDIR%%/core/vendor/jquery/src/sizzle/dist/sizzle.js
+%%WWWDIR%%/core/vendor/jquery/src/sizzle/dist/sizzle.min.js
+%%WWWDIR%%/core/vendor/jquery/src/sizzle/dist/sizzle.min.map
+%%WWWDIR%%/core/vendor/jquery/src/traversing.js
+%%WWWDIR%%/core/vendor/jquery/src/traversing/findFilter.js
+%%WWWDIR%%/core/vendor/jquery/src/traversing/var/rneedsContext.js
+%%WWWDIR%%/core/vendor/jquery/src/var/arr.js
+%%WWWDIR%%/core/vendor/jquery/src/var/class2type.js
+%%WWWDIR%%/core/vendor/jquery/src/var/concat.js
+%%WWWDIR%%/core/vendor/jquery/src/var/hasOwn.js
+%%WWWDIR%%/core/vendor/jquery/src/var/indexOf.js
+%%WWWDIR%%/core/vendor/jquery/src/var/pnum.js
+%%WWWDIR%%/core/vendor/jquery/src/var/push.js
+%%WWWDIR%%/core/vendor/jquery/src/var/rnotwhite.js
+%%WWWDIR%%/core/vendor/jquery/src/var/slice.js
+%%WWWDIR%%/core/vendor/jquery/src/var/strundefined.js
+%%WWWDIR%%/core/vendor/jquery/src/var/support.js
+%%WWWDIR%%/core/vendor/jquery/src/var/toString.js
+%%WWWDIR%%/core/vendor/jquery/src/wrap.js
%%WWWDIR%%/core/vendor/jsTimezoneDetect/LICENCE.txt
+%%WWWDIR%%/core/vendor/jsTimezoneDetect/README.md
+%%WWWDIR%%/core/vendor/jsTimezoneDetect/grunt.js
%%WWWDIR%%/core/vendor/jsTimezoneDetect/jstz.js
-%%WWWDIR%%/core/vendor/moment/.bower.json
+%%WWWDIR%%/core/vendor/jsTimezoneDetect/jstz.min.js
+%%WWWDIR%%/core/vendor/moment/CHANGELOG.md
%%WWWDIR%%/core/vendor/moment/LICENSE
+%%WWWDIR%%/core/vendor/moment/README.md
+%%WWWDIR%%/core/vendor/moment/locale/af.js
+%%WWWDIR%%/core/vendor/moment/locale/ar-ma.js
+%%WWWDIR%%/core/vendor/moment/locale/ar-sa.js
+%%WWWDIR%%/core/vendor/moment/locale/ar-tn.js
+%%WWWDIR%%/core/vendor/moment/locale/ar.js
+%%WWWDIR%%/core/vendor/moment/locale/az.js
+%%WWWDIR%%/core/vendor/moment/locale/be.js
+%%WWWDIR%%/core/vendor/moment/locale/bg.js
+%%WWWDIR%%/core/vendor/moment/locale/bn.js
+%%WWWDIR%%/core/vendor/moment/locale/bo.js
+%%WWWDIR%%/core/vendor/moment/locale/br.js
+%%WWWDIR%%/core/vendor/moment/locale/bs.js
+%%WWWDIR%%/core/vendor/moment/locale/ca.js
+%%WWWDIR%%/core/vendor/moment/locale/cs.js
+%%WWWDIR%%/core/vendor/moment/locale/cv.js
+%%WWWDIR%%/core/vendor/moment/locale/cy.js
+%%WWWDIR%%/core/vendor/moment/locale/da.js
+%%WWWDIR%%/core/vendor/moment/locale/de-at.js
+%%WWWDIR%%/core/vendor/moment/locale/de.js
+%%WWWDIR%%/core/vendor/moment/locale/el.js
+%%WWWDIR%%/core/vendor/moment/locale/en-au.js
+%%WWWDIR%%/core/vendor/moment/locale/en-ca.js
+%%WWWDIR%%/core/vendor/moment/locale/en-gb.js
+%%WWWDIR%%/core/vendor/moment/locale/eo.js
+%%WWWDIR%%/core/vendor/moment/locale/es.js
+%%WWWDIR%%/core/vendor/moment/locale/et.js
+%%WWWDIR%%/core/vendor/moment/locale/eu.js
+%%WWWDIR%%/core/vendor/moment/locale/fa.js
+%%WWWDIR%%/core/vendor/moment/locale/fi.js
+%%WWWDIR%%/core/vendor/moment/locale/fo.js
+%%WWWDIR%%/core/vendor/moment/locale/fr-ca.js
+%%WWWDIR%%/core/vendor/moment/locale/fr.js
+%%WWWDIR%%/core/vendor/moment/locale/fy.js
+%%WWWDIR%%/core/vendor/moment/locale/gl.js
+%%WWWDIR%%/core/vendor/moment/locale/he.js
+%%WWWDIR%%/core/vendor/moment/locale/hi.js
+%%WWWDIR%%/core/vendor/moment/locale/hr.js
+%%WWWDIR%%/core/vendor/moment/locale/hu.js
+%%WWWDIR%%/core/vendor/moment/locale/hy-am.js
+%%WWWDIR%%/core/vendor/moment/locale/id.js
+%%WWWDIR%%/core/vendor/moment/locale/is.js
+%%WWWDIR%%/core/vendor/moment/locale/it.js
+%%WWWDIR%%/core/vendor/moment/locale/ja.js
+%%WWWDIR%%/core/vendor/moment/locale/jv.js
+%%WWWDIR%%/core/vendor/moment/locale/ka.js
+%%WWWDIR%%/core/vendor/moment/locale/km.js
+%%WWWDIR%%/core/vendor/moment/locale/ko.js
+%%WWWDIR%%/core/vendor/moment/locale/lb.js
+%%WWWDIR%%/core/vendor/moment/locale/lt.js
+%%WWWDIR%%/core/vendor/moment/locale/lv.js
+%%WWWDIR%%/core/vendor/moment/locale/me.js
+%%WWWDIR%%/core/vendor/moment/locale/mk.js
+%%WWWDIR%%/core/vendor/moment/locale/ml.js
+%%WWWDIR%%/core/vendor/moment/locale/mr.js
+%%WWWDIR%%/core/vendor/moment/locale/ms-my.js
+%%WWWDIR%%/core/vendor/moment/locale/ms.js
+%%WWWDIR%%/core/vendor/moment/locale/my.js
+%%WWWDIR%%/core/vendor/moment/locale/nb.js
+%%WWWDIR%%/core/vendor/moment/locale/ne.js
+%%WWWDIR%%/core/vendor/moment/locale/nl.js
+%%WWWDIR%%/core/vendor/moment/locale/nn.js
+%%WWWDIR%%/core/vendor/moment/locale/pl.js
+%%WWWDIR%%/core/vendor/moment/locale/pt-br.js
+%%WWWDIR%%/core/vendor/moment/locale/pt.js
+%%WWWDIR%%/core/vendor/moment/locale/ro.js
+%%WWWDIR%%/core/vendor/moment/locale/ru.js
+%%WWWDIR%%/core/vendor/moment/locale/si.js
+%%WWWDIR%%/core/vendor/moment/locale/sk.js
+%%WWWDIR%%/core/vendor/moment/locale/sl.js
+%%WWWDIR%%/core/vendor/moment/locale/sq.js
+%%WWWDIR%%/core/vendor/moment/locale/sr-cyrl.js
+%%WWWDIR%%/core/vendor/moment/locale/sr.js
+%%WWWDIR%%/core/vendor/moment/locale/sv.js
+%%WWWDIR%%/core/vendor/moment/locale/ta.js
+%%WWWDIR%%/core/vendor/moment/locale/th.js
+%%WWWDIR%%/core/vendor/moment/locale/tl-ph.js
+%%WWWDIR%%/core/vendor/moment/locale/tr.js
+%%WWWDIR%%/core/vendor/moment/locale/tzl.js
+%%WWWDIR%%/core/vendor/moment/locale/tzm-latn.js
+%%WWWDIR%%/core/vendor/moment/locale/tzm.js
+%%WWWDIR%%/core/vendor/moment/locale/uk.js
+%%WWWDIR%%/core/vendor/moment/locale/uz.js
+%%WWWDIR%%/core/vendor/moment/locale/vi.js
+%%WWWDIR%%/core/vendor/moment/locale/zh-cn.js
+%%WWWDIR%%/core/vendor/moment/locale/zh-tw.js
+%%WWWDIR%%/core/vendor/moment/min/locales.js
+%%WWWDIR%%/core/vendor/moment/min/locales.min.js
%%WWWDIR%%/core/vendor/moment/min/moment-with-locales.js
-%%WWWDIR%%/core/vendor/select2/.bower.json
+%%WWWDIR%%/core/vendor/moment/min/moment-with-locales.min.js
+%%WWWDIR%%/core/vendor/moment/min/moment.min.js
+%%WWWDIR%%/core/vendor/moment/min/tests.js
+%%WWWDIR%%/core/vendor/moment/moment.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/check-overflow.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/date-from-array.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/from-anything.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/from-array.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/from-object.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/from-string-and-array.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/from-string-and-format.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/from-string.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/local.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/parsing-flags.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/utc.js
+%%WWWDIR%%/core/vendor/moment/src/lib/create/valid.js
+%%WWWDIR%%/core/vendor/moment/src/lib/duration/abs.js
+%%WWWDIR%%/core/vendor/moment/src/lib/duration/add-subtract.js
+%%WWWDIR%%/core/vendor/moment/src/lib/duration/as.js
+%%WWWDIR%%/core/vendor/moment/src/lib/duration/bubble.js
+%%WWWDIR%%/core/vendor/moment/src/lib/duration/constructor.js
+%%WWWDIR%%/core/vendor/moment/src/lib/duration/create.js
+%%WWWDIR%%/core/vendor/moment/src/lib/duration/duration.js
+%%WWWDIR%%/core/vendor/moment/src/lib/duration/get.js
+%%WWWDIR%%/core/vendor/moment/src/lib/duration/humanize.js
+%%WWWDIR%%/core/vendor/moment/src/lib/duration/iso-string.js
+%%WWWDIR%%/core/vendor/moment/src/lib/duration/prototype.js
+%%WWWDIR%%/core/vendor/moment/src/lib/format/format.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/calendar.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/constructor.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/en.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/formats.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/invalid.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/lists.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/locale.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/locales.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/ordinal.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/pre-post-format.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/prototype.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/relative.js
+%%WWWDIR%%/core/vendor/moment/src/lib/locale/set.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/add-subtract.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/calendar.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/clone.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/compare.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/constructor.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/diff.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/format.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/from.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/get-set.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/locale.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/min-max.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/moment.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/prototype.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/start-end-of.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/to-type.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/to.js
+%%WWWDIR%%/core/vendor/moment/src/lib/moment/valid.js
+%%WWWDIR%%/core/vendor/moment/src/lib/parse/regex.js
+%%WWWDIR%%/core/vendor/moment/src/lib/parse/token.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/aliases.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/constants.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/day-of-month.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/day-of-week.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/day-of-year.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/hour.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/millisecond.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/minute.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/month.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/offset.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/quarter.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/second.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/timestamp.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/timezone.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/units.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/week-year.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/week.js
+%%WWWDIR%%/core/vendor/moment/src/lib/units/year.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/abs-ceil.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/abs-floor.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/compare-arrays.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/defaults.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/deprecate.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/extend.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/has-own-prop.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/hooks.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/is-array.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/is-date.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/map.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/to-int.js
+%%WWWDIR%%/core/vendor/moment/src/lib/utils/zero-fill.js
+%%WWWDIR%%/core/vendor/moment/src/locale/af.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ar-ma.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ar-sa.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ar-tn.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ar.js
+%%WWWDIR%%/core/vendor/moment/src/locale/az.js
+%%WWWDIR%%/core/vendor/moment/src/locale/be.js
+%%WWWDIR%%/core/vendor/moment/src/locale/bg.js
+%%WWWDIR%%/core/vendor/moment/src/locale/bn.js
+%%WWWDIR%%/core/vendor/moment/src/locale/bo.js
+%%WWWDIR%%/core/vendor/moment/src/locale/br.js
+%%WWWDIR%%/core/vendor/moment/src/locale/bs.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ca.js
+%%WWWDIR%%/core/vendor/moment/src/locale/cs.js
+%%WWWDIR%%/core/vendor/moment/src/locale/cv.js
+%%WWWDIR%%/core/vendor/moment/src/locale/cy.js
+%%WWWDIR%%/core/vendor/moment/src/locale/da.js
+%%WWWDIR%%/core/vendor/moment/src/locale/de-at.js
+%%WWWDIR%%/core/vendor/moment/src/locale/de.js
+%%WWWDIR%%/core/vendor/moment/src/locale/el.js
+%%WWWDIR%%/core/vendor/moment/src/locale/en-au.js
+%%WWWDIR%%/core/vendor/moment/src/locale/en-ca.js
+%%WWWDIR%%/core/vendor/moment/src/locale/en-gb.js
+%%WWWDIR%%/core/vendor/moment/src/locale/eo.js
+%%WWWDIR%%/core/vendor/moment/src/locale/es.js
+%%WWWDIR%%/core/vendor/moment/src/locale/et.js
+%%WWWDIR%%/core/vendor/moment/src/locale/eu.js
+%%WWWDIR%%/core/vendor/moment/src/locale/fa.js
+%%WWWDIR%%/core/vendor/moment/src/locale/fi.js
+%%WWWDIR%%/core/vendor/moment/src/locale/fo.js
+%%WWWDIR%%/core/vendor/moment/src/locale/fr-ca.js
+%%WWWDIR%%/core/vendor/moment/src/locale/fr.js
+%%WWWDIR%%/core/vendor/moment/src/locale/fy.js
+%%WWWDIR%%/core/vendor/moment/src/locale/gl.js
+%%WWWDIR%%/core/vendor/moment/src/locale/he.js
+%%WWWDIR%%/core/vendor/moment/src/locale/hi.js
+%%WWWDIR%%/core/vendor/moment/src/locale/hr.js
+%%WWWDIR%%/core/vendor/moment/src/locale/hu.js
+%%WWWDIR%%/core/vendor/moment/src/locale/hy-am.js
+%%WWWDIR%%/core/vendor/moment/src/locale/id.js
+%%WWWDIR%%/core/vendor/moment/src/locale/is.js
+%%WWWDIR%%/core/vendor/moment/src/locale/it.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ja.js
+%%WWWDIR%%/core/vendor/moment/src/locale/jv.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ka.js
+%%WWWDIR%%/core/vendor/moment/src/locale/km.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ko.js
+%%WWWDIR%%/core/vendor/moment/src/locale/lb.js
+%%WWWDIR%%/core/vendor/moment/src/locale/lt.js
+%%WWWDIR%%/core/vendor/moment/src/locale/lv.js
+%%WWWDIR%%/core/vendor/moment/src/locale/me.js
+%%WWWDIR%%/core/vendor/moment/src/locale/mk.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ml.js
+%%WWWDIR%%/core/vendor/moment/src/locale/mr.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ms-my.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ms.js
+%%WWWDIR%%/core/vendor/moment/src/locale/my.js
+%%WWWDIR%%/core/vendor/moment/src/locale/nb.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ne.js
+%%WWWDIR%%/core/vendor/moment/src/locale/nl.js
+%%WWWDIR%%/core/vendor/moment/src/locale/nn.js
+%%WWWDIR%%/core/vendor/moment/src/locale/pl.js
+%%WWWDIR%%/core/vendor/moment/src/locale/pt-br.js
+%%WWWDIR%%/core/vendor/moment/src/locale/pt.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ro.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ru.js
+%%WWWDIR%%/core/vendor/moment/src/locale/si.js
+%%WWWDIR%%/core/vendor/moment/src/locale/sk.js
+%%WWWDIR%%/core/vendor/moment/src/locale/sl.js
+%%WWWDIR%%/core/vendor/moment/src/locale/sq.js
+%%WWWDIR%%/core/vendor/moment/src/locale/sr-cyrl.js
+%%WWWDIR%%/core/vendor/moment/src/locale/sr.js
+%%WWWDIR%%/core/vendor/moment/src/locale/sv.js
+%%WWWDIR%%/core/vendor/moment/src/locale/ta.js
+%%WWWDIR%%/core/vendor/moment/src/locale/th.js
+%%WWWDIR%%/core/vendor/moment/src/locale/tl-ph.js
+%%WWWDIR%%/core/vendor/moment/src/locale/tr.js
+%%WWWDIR%%/core/vendor/moment/src/locale/tzl.js
+%%WWWDIR%%/core/vendor/moment/src/locale/tzm-latn.js
+%%WWWDIR%%/core/vendor/moment/src/locale/tzm.js
+%%WWWDIR%%/core/vendor/moment/src/locale/uk.js
+%%WWWDIR%%/core/vendor/moment/src/locale/uz.js
+%%WWWDIR%%/core/vendor/moment/src/locale/vi.js
+%%WWWDIR%%/core/vendor/moment/src/locale/zh-cn.js
+%%WWWDIR%%/core/vendor/moment/src/locale/zh-tw.js
+%%WWWDIR%%/core/vendor/moment/src/moment.js
+%%WWWDIR%%/core/vendor/moment/templates/amd-named.js
+%%WWWDIR%%/core/vendor/moment/templates/amd.js
+%%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/LICENSE
+%%WWWDIR%%/core/vendor/select2/README.md
+%%WWWDIR%%/core/vendor/select2/component.json
+%%WWWDIR%%/core/vendor/select2/composer.json
+%%WWWDIR%%/core/vendor/select2/select2-bootstrap.css
%%WWWDIR%%/core/vendor/select2/select2-spinner.gif
%%WWWDIR%%/core/vendor/select2/select2.css
+%%WWWDIR%%/core/vendor/select2/select2.jquery.json
%%WWWDIR%%/core/vendor/select2/select2.js
+%%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_bg.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_ca.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_cs.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_da.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_de.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_el.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_en.js.template
+%%WWWDIR%%/core/vendor/select2/select2_locale_es.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_et.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_eu.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_fa.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_fi.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_fr.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_gl.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_he.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_hr.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_hu.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_id.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_is.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_it.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_ja.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_ka.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_ko.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_lt.js
+%%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_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
+%%WWWDIR%%/core/vendor/select2/select2_locale_ro.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_rs.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_ru.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_sk.js
+%%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_uk.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_vi.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_zh-CN.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_zh-TW.js
%%WWWDIR%%/core/vendor/select2/select2x2.png
-%%WWWDIR%%/core/vendor/snapjs/.bower.json
+%%WWWDIR%%/core/vendor/snapjs/.jshintrc
+%%WWWDIR%%/core/vendor/snapjs/.travis.yml
+%%WWWDIR%%/core/vendor/snapjs/Gemfile
+%%WWWDIR%%/core/vendor/snapjs/README.md
+%%WWWDIR%%/core/vendor/snapjs/dist/2.0.0-rc1/snap.css
+%%WWWDIR%%/core/vendor/snapjs/dist/2.0.0-rc1/snap.js
+%%WWWDIR%%/core/vendor/snapjs/dist/latest/snap.css
%%WWWDIR%%/core/vendor/snapjs/dist/latest/snap.js
-%%WWWDIR%%/core/vendor/strengthify/.bower.json
+%%WWWDIR%%/core/vendor/snapjs/dist/latest/snap.min.js
+%%WWWDIR%%/core/vendor/snapjs/gruntfile.js
+%%WWWDIR%%/core/vendor/snapjs/src/snap.js
+%%WWWDIR%%/core/vendor/snapjs/src/snap.scss
%%WWWDIR%%/core/vendor/strengthify/LICENSE
+%%WWWDIR%%/core/vendor/strengthify/README.md
%%WWWDIR%%/core/vendor/strengthify/jquery.strengthify.js
%%WWWDIR%%/core/vendor/strengthify/strengthify.css
-%%WWWDIR%%/core/vendor/underscore/.bower.json
%%WWWDIR%%/core/vendor/underscore/LICENSE
+%%WWWDIR%%/core/vendor/underscore/README.md
+%%WWWDIR%%/core/vendor/underscore/underscore-min.js
+%%WWWDIR%%/core/vendor/underscore/underscore-min.map
%%WWWDIR%%/core/vendor/underscore/underscore.js
-%%WWWDIR%%/core/vendor/zxcvbn/.bower.json
%%WWWDIR%%/core/vendor/zxcvbn/LICENSE.txt
-%%WWWDIR%%/core/vendor/zxcvbn/zxcvbn.js
+%%WWWDIR%%/core/vendor/zxcvbn/README.md
+%%WWWDIR%%/core/vendor/zxcvbn/dist/zxcvbn.js
+%%WWWDIR%%/core/vendor/zxcvbn/dist/zxcvbn.js.map
%%WWWDIR%%/cron.php
%%WWWDIR%%/db_structure.xml
%%WWWDIR%%/index.html
%%WWWDIR%%/index.php
%%WWWDIR%%/l10n/.tx/config
%%WWWDIR%%/l10n/l10n.pl
-%%WWWDIR%%/l10n/rm-old.sh
%%WWWDIR%%/lib/autoloader.php
%%WWWDIR%%/lib/base.php
%%WWWDIR%%/lib/composer/autoload.php
+%%WWWDIR%%/lib/composer/bantu/ini-get-wrapper/.scrutinizer.yml
+%%WWWDIR%%/lib/composer/bantu/ini-get-wrapper/.travis.yml
+%%WWWDIR%%/lib/composer/bantu/ini-get-wrapper/LICENSE
+%%WWWDIR%%/lib/composer/bantu/ini-get-wrapper/README.md
+%%WWWDIR%%/lib/composer/bantu/ini-get-wrapper/composer.json
+%%WWWDIR%%/lib/composer/bantu/ini-get-wrapper/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/bantu/ini-get-wrapper/src/IniGetWrapper.php
%%WWWDIR%%/lib/composer/composer/ClassLoader.php
%%WWWDIR%%/lib/composer/composer/LICENSE
%%WWWDIR%%/lib/composer/composer/autoload_classmap.php
+%%WWWDIR%%/lib/composer/composer/autoload_files.php
%%WWWDIR%%/lib/composer/composer/autoload_namespaces.php
%%WWWDIR%%/lib/composer/composer/autoload_psr4.php
%%WWWDIR%%/lib/composer/composer/autoload_real.php
+%%WWWDIR%%/lib/composer/composer/autoload_static.php
+%%WWWDIR%%/lib/composer/composer/include_paths.php
%%WWWDIR%%/lib/composer/composer/installed.json
+%%WWWDIR%%/lib/composer/deepdiver1975/tarstreamer/.scrutinizer.yml
+%%WWWDIR%%/lib/composer/deepdiver1975/tarstreamer/.travis.yml
+%%WWWDIR%%/lib/composer/deepdiver1975/tarstreamer/LICENSE
+%%WWWDIR%%/lib/composer/deepdiver1975/tarstreamer/composer.json
+%%WWWDIR%%/lib/composer/deepdiver1975/tarstreamer/src/TarStreamer.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/CHANGELOG.md
+%%WWWDIR%%/lib/composer/doctrine/annotations/LICENSE
+%%WWWDIR%%/lib/composer/doctrine/annotations/README.md
+%%WWWDIR%%/lib/composer/doctrine/annotations/composer.json
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
+%%WWWDIR%%/lib/composer/doctrine/annotations/phpstan.neon
+%%WWWDIR%%/lib/composer/doctrine/cache/.coveralls.yml
+%%WWWDIR%%/lib/composer/doctrine/cache/.travis.yml
+%%WWWDIR%%/lib/composer/doctrine/cache/LICENSE
+%%WWWDIR%%/lib/composer/doctrine/cache/README.md
+%%WWWDIR%%/lib/composer/doctrine/cache/UPGRADE.md
+%%WWWDIR%%/lib/composer/doctrine/cache/build.properties
+%%WWWDIR%%/lib/composer/doctrine/cache/build.xml
+%%WWWDIR%%/lib/composer/doctrine/cache/composer.json
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php
+%%WWWDIR%%/lib/composer/doctrine/cache/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/doctrine/collections/CONTRIBUTING.md
+%%WWWDIR%%/lib/composer/doctrine/collections/LICENSE
+%%WWWDIR%%/lib/composer/doctrine/collections/README.md
+%%WWWDIR%%/lib/composer/doctrine/collections/composer.json
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php
+%%WWWDIR%%/lib/composer/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
+%%WWWDIR%%/lib/composer/doctrine/common/LICENSE
+%%WWWDIR%%/lib/composer/doctrine/common/README.md
+%%WWWDIR%%/lib/composer/doctrine/common/UPGRADE_TO_2_1
+%%WWWDIR%%/lib/composer/doctrine/common/UPGRADE_TO_2_2
+%%WWWDIR%%/lib/composer/doctrine/common/composer.json
+%%WWWDIR%%/lib/composer/doctrine/common/humbug.json.dist
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/ClassLoader.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/CommonException.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Comparable.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/EventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/EventManager.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/EventSubscriber.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Lexer.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Util/Debug.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
+%%WWWDIR%%/lib/composer/doctrine/common/lib/Doctrine/Common/Version.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/LICENSE
+%%WWWDIR%%/lib/composer/doctrine/dbal/README.md
+%%WWWDIR%%/lib/composer/doctrine/dbal/SECURITY.md
+%%WWWDIR%%/lib/composer/doctrine/dbal/UPGRADE.md
+%%WWWDIR%%/lib/composer/doctrine/dbal/composer.json
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Cache/QueryCacheProfile.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Cache/ResultCacheStatement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/ConnectionException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractDriverException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/Statement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PingableConnection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Events.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/DriverException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/ReadOnlyException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/ServerException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableExistsException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/TableNotFoundException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGenerator.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/LockMode.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DB2Platform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/ReservedKeywordsValidator.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2005Keywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2008Keywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServer2012Keywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/OraclePlatform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Portability/Connection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Portability/Statement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/README.markdown
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtilsException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Column.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/ColumnDiff.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Comparator.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Constraint.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Identifier.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Index.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaConfig.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaDiff.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Sequence.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/TableDiff.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/View.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/PoolingShardManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardManager.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Sharding/ShardingException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Statement.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/ConversionException.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Types/VarDateTimeType.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Version.php
+%%WWWDIR%%/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
+%%WWWDIR%%/lib/composer/doctrine/inflector/.travis.yml
+%%WWWDIR%%/lib/composer/doctrine/inflector/LICENSE
+%%WWWDIR%%/lib/composer/doctrine/inflector/README.md
+%%WWWDIR%%/lib/composer/doctrine/inflector/composer.json
+%%WWWDIR%%/lib/composer/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
+%%WWWDIR%%/lib/composer/doctrine/inflector/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/doctrine/lexer/LICENSE
+%%WWWDIR%%/lib/composer/doctrine/lexer/README.md
+%%WWWDIR%%/lib/composer/doctrine/lexer/composer.json
+%%WWWDIR%%/lib/composer/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/Collection.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/Event.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/Exception/BadMethodCallException.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/Exception/GuzzleException.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/Exception/InvalidArgumentException.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/Exception/RuntimeException.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/FromConfigInterface.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/HasDispatcherInterface.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/ToArrayInterface.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/Version.php
+%%WWWDIR%%/lib/composer/guzzle/common/Guzzle/Common/composer.json
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/CachingEntityBody.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Client.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/ClientInterface.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Curl/CurlHandle.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Curl/CurlMulti.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Curl/CurlMultiProxy.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Curl/CurlVersion.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Curl/RequestMediator.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/EntityBody.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/EntityBodyInterface.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Exception/BadResponseException.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Exception/CouldNotRewindStreamException.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Exception/CurlException.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Exception/HttpException.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Exception/MultiTransferException.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Exception/RequestException.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Exception/ServerErrorResponseException.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Exception/TooManyRedirectsException.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/AbstractMessage.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/Header.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/Header/CacheControl.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/Header/HeaderCollection.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/Header/HeaderFactory.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/Header/HeaderInterface.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/Header/Link.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/MessageInterface.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/PostFile.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/PostFileInterface.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/Request.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/RequestFactory.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/RequestInterface.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Message/Response.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Mimetypes.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/QueryAggregator/CommaAggregator.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/QueryAggregator/PhpAggregator.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/QueryString.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/RedirectPlugin.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Resources/cacert.pem
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Resources/cacert.pem.md5
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/StaticClient.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/Url.php
+%%WWWDIR%%/lib/composer/guzzle/http/Guzzle/Http/composer.json
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/Cookie/CookieParser.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/Cookie/CookieParserInterface.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/Message/MessageParser.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/Message/PeclHttpMessageParser.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/ParserRegistry.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/Url/UrlParser.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php
+%%WWWDIR%%/lib/composer/guzzle/parser/Guzzle/Parser/composer.json
+%%WWWDIR%%/lib/composer/guzzle/stream/Guzzle/Stream/PhpStreamRequestFactory.php
+%%WWWDIR%%/lib/composer/guzzle/stream/Guzzle/Stream/Stream.php
+%%WWWDIR%%/lib/composer/guzzle/stream/Guzzle/Stream/StreamInterface.php
+%%WWWDIR%%/lib/composer/guzzle/stream/Guzzle/Stream/StreamRequestFactoryInterface.php
+%%WWWDIR%%/lib/composer/guzzle/stream/Guzzle/Stream/composer.json
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/.travis.yml
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/CHANGELOG.md
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/LICENSE
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/README.md
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/UPGRADING.md
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/composer.json
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/BatchResults.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Client.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/ClientInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Collection.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Cookie/CookieJar.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Cookie/SetCookie.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/AbstractEvent.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/BeforeEvent.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/CompleteEvent.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/Emitter.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/EmitterInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/EndEvent.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/ErrorEvent.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/EventInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/ProgressEvent.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/RequestEvents.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Exception/BadResponseException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Exception/ClientException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Exception/ConnectException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Exception/ParseException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Exception/RequestException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Exception/ServerException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Exception/StateException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Exception/TransferException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Exception/XmlParseException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/HasDataTrait.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Message/AbstractMessage.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Message/FutureResponse.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Message/MessageFactory.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Message/MessageInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Message/MessageParser.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Message/Request.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Message/RequestInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Message/Response.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Message/ResponseInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Mimetypes.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Pool.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Post/MultipartBody.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Post/PostBody.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Post/PostBodyInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Post/PostFile.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Post/PostFileInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Query.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/QueryParser.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/RequestFsm.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/RingBridge.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Subscriber/Cookie.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Subscriber/History.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Subscriber/HttpError.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Subscriber/Mock.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Subscriber/Prepare.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Subscriber/Redirect.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/ToArrayInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Transaction.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/UriTemplate.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Url.php
+%%WWWDIR%%/lib/composer/guzzlehttp/guzzle/src/Utils.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/.travis.yml
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/CHANGELOG.md
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/LICENSE
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/Makefile
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/README.rst
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/composer.json
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/docs/Makefile
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/docs/client_handlers.rst
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/docs/client_middleware.rst
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/docs/conf.py
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/docs/futures.rst
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/docs/index.rst
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/docs/requirements.txt
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/docs/spec.rst
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/docs/testing.rst
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Client/ClientUtils.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Client/CurlFactory.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Client/CurlHandler.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Client/Middleware.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Client/MockHandler.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Client/StreamHandler.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Core.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Exception/CancelledException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Exception/ConnectException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Exception/RingException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Future/FutureArray.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Future/FutureInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Future/FutureValue.php
+%%WWWDIR%%/lib/composer/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/.travis.yml
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/CHANGELOG.rst
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/LICENSE
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/Makefile
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/README.rst
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/composer.json
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/AppendStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/AsyncReadStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/BufferStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/CachingStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/DroppingStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/Exception/CannotAttachException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/Exception/SeekException.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/FnStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/GuzzleStreamWrapper.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/InflateStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/LazyOpenStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/LimitStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/MetadataStreamInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/NoSeekStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/NullStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/PumpStream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/Stream.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/StreamDecoratorTrait.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/StreamInterface.php
+%%WWWDIR%%/lib/composer/guzzlehttp/streams/src/Utils.php
+%%WWWDIR%%/lib/composer/icewind/streams/.travis.yml
+%%WWWDIR%%/lib/composer/icewind/streams/LICENCE
+%%WWWDIR%%/lib/composer/icewind/streams/README.md
+%%WWWDIR%%/lib/composer/icewind/streams/composer.json
+%%WWWDIR%%/lib/composer/icewind/streams/src/CallbackWrapper.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/Directory.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/DirectoryFilter.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/DirectoryWrapper.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/File.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/IteratorDirectory.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/NullWrapper.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/Path.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/PathWrapper.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/RetryWrapper.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/SeekableWrapper.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/Url.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/UrlCallBack.php
+%%WWWDIR%%/lib/composer/icewind/streams/src/Wrapper.php
+%%WWWDIR%%/lib/composer/interfasys/lognormalizer/.scrutinizer.yml
+%%WWWDIR%%/lib/composer/interfasys/lognormalizer/.travis.yml
+%%WWWDIR%%/lib/composer/interfasys/lognormalizer/AUTHORS.md
+%%WWWDIR%%/lib/composer/interfasys/lognormalizer/CHANGELOG.md
+%%WWWDIR%%/lib/composer/interfasys/lognormalizer/COPYING
+%%WWWDIR%%/lib/composer/interfasys/lognormalizer/README.md
+%%WWWDIR%%/lib/composer/interfasys/lognormalizer/composer.json
+%%WWWDIR%%/lib/composer/interfasys/lognormalizer/phpunit.xml
+%%WWWDIR%%/lib/composer/interfasys/lognormalizer/src/Normalizer.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/LICENSE.md
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/composer.json
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/phpunit.xml
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/Analyzer/ClosureAnalyzer.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/Analyzer/Token.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/Analyzer/TokenAnalyzer.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/Analyzer/Visitor/ClosureLocatorVisitor.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/Analyzer/Visitor/MagicConstantVisitor.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/Analyzer/Visitor/ThisDetectorVisitor.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/Exception/ClosureAnalysisException.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/Exception/ClosureUnserializationException.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/Exception/SuperClosureException.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/SerializableClosure.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/Serializer.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/SerializerInterface.php
+%%WWWDIR%%/lib/composer/jeremeamia/SuperClosure/src/hash_equals.php
+%%WWWDIR%%/lib/composer/league/flysystem/LICENSE
+%%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/Ftp.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Ftpd.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Local.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/NullAdapter.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Polyfill/NotSupportingVisibilityTrait.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Polyfill/StreamedCopyTrait.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Polyfill/StreamedReadingTrait.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Polyfill/StreamedWritingTrait.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/SynologyFtp.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/AdapterInterface.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Config.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/ConfigAwareTrait.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Directory.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Exception.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/File.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/FileExistsException.php
+%%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/Handler.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/MountManager.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/NotSupportedException.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Plugin/AbstractPlugin.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Plugin/EmptyDir.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Plugin/ForcedCopy.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Plugin/ForcedRename.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Plugin/GetWithMetadata.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Plugin/ListFiles.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Plugin/ListPaths.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Plugin/ListWith.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Plugin/PluggableTrait.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Plugin/PluginNotFoundException.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/PluginInterface.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/ReadInterface.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/RootViolationException.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/SafeStorage.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/UnreadableFileException.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Util.php
+%%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/README.md
+%%WWWDIR%%/lib/composer/lukasreschke/id3parser/composer.json
+%%WWWDIR%%/lib/composer/lukasreschke/id3parser/src/ID3Parser.php
+%%WWWDIR%%/lib/composer/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v1.php
+%%WWWDIR%%/lib/composer/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v2.php
+%%WWWDIR%%/lib/composer/lukasreschke/id3parser/src/getID3/getid3.php
+%%WWWDIR%%/lib/composer/lukasreschke/id3parser/src/getID3/getid3_exception.php
+%%WWWDIR%%/lib/composer/lukasreschke/id3parser/src/getID3/getid3_handler.php
+%%WWWDIR%%/lib/composer/lukasreschke/id3parser/src/getID3/getid3_lib.php
+%%WWWDIR%%/lib/composer/mcnetic/zipstreamer/.travis.yml
+%%WWWDIR%%/lib/composer/mcnetic/zipstreamer/COPYING
+%%WWWDIR%%/lib/composer/mcnetic/zipstreamer/MANUAL.md
+%%WWWDIR%%/lib/composer/mcnetic/zipstreamer/README.md
+%%WWWDIR%%/lib/composer/mcnetic/zipstreamer/composer.json
+%%WWWDIR%%/lib/composer/mcnetic/zipstreamer/src/ZipStreamer.php
+%%WWWDIR%%/lib/composer/mcnetic/zipstreamer/src/lib/Count64.php
+%%WWWDIR%%/lib/composer/natxet/CssMin/README
+%%WWWDIR%%/lib/composer/natxet/CssMin/composer.json
+%%WWWDIR%%/lib/composer/natxet/CssMin/src/CssMin.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/.travis.yml
+%%WWWDIR%%/lib/composer/nikic/php-parser/CHANGELOG.md
+%%WWWDIR%%/lib/composer/nikic/php-parser/LICENSE
+%%WWWDIR%%/lib/composer/nikic/php-parser/README.md
+%%WWWDIR%%/lib/composer/nikic/php-parser/UPGRADE-1.0.md
+%%WWWDIR%%/lib/composer/nikic/php-parser/composer.json
+%%WWWDIR%%/lib/composer/nikic/php-parser/grammar/README.md
+%%WWWDIR%%/lib/composer/nikic/php-parser/grammar/analyze.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/grammar/kmyacc.php.parser
+%%WWWDIR%%/lib/composer/nikic/php-parser/grammar/rebuildParser.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/grammar/zend_language_parser.phpy
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Autoloader.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Class_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Declaration.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder/FunctionLike.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Function_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Interface_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Method.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Namespace_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Param.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Property.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Trait_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Builder/Use_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/BuilderAbstract.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/BuilderFactory.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Comment.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Comment/Doc.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Error.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Lexer.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Arg.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Const_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayItem.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Array_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Double.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Clone_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ClosureUse.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ConstFetch.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Empty_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Eval_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Exit_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Include_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/List_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Yield_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/FunctionLike.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Name.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Name/FullyQualified.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Name/Relative.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Param.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/DNumber.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/LNumber.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Class_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Dir.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/File.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Function_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Line.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Method.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Break_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassLike.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Class_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Const_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Continue_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/DeclareDeclare.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Declare_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Do_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Echo_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Else_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Function_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Global_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Goto_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/HaltCompiler.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/InlineHTML.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Interface_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Label.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Namespace_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Return_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Static_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Switch_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Throw_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Trait_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/TryCatch.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/Use_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/NodeAbstract.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/NodeDumper.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/NodeTraverser.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/NodeTraverserInterface.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/NodeVisitor.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/NodeVisitor/NameResolver.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/NodeVisitorAbstract.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Parser.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/ParserAbstract.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Serializer.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Serializer/XML.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Unserializer.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/PhpParser/Unserializer/XML.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/lib/bootstrap.php
+%%WWWDIR%%/lib/composer/nikic/php-parser/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/nikic/php-parser/test_old/run.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/LICENSE
+%%WWWDIR%%/lib/composer/paragonie/random_compat/composer.json
+%%WWWDIR%%/lib/composer/paragonie/random_compat/dist/random_compat.phar.pubkey
+%%WWWDIR%%/lib/composer/paragonie/random_compat/dist/random_compat.phar.pubkey.asc
+%%WWWDIR%%/lib/composer/paragonie/random_compat/lib/byte_safe_strings.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/lib/cast_to_int.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/lib/error_polyfill.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/lib/random.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/lib/random_bytes_com_dotnet.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/lib/random_bytes_dev_urandom.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/lib/random_bytes_libsodium.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/lib/random_bytes_mcrypt.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/lib/random_int.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/other/build_phar.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/psalm-autoload.php
+%%WWWDIR%%/lib/composer/paragonie/random_compat/psalm.xml
+%%WWWDIR%%/lib/composer/patchwork/jsqueeze/LICENSE.ASL20
+%%WWWDIR%%/lib/composer/patchwork/jsqueeze/LICENSE.GPLv2
+%%WWWDIR%%/lib/composer/patchwork/jsqueeze/README.md
+%%WWWDIR%%/lib/composer/patchwork/jsqueeze/composer.json
+%%WWWDIR%%/lib/composer/patchwork/jsqueeze/src/JSqueeze.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/.travis.yml
+%%WWWDIR%%/lib/composer/patchwork/utf8/CHANGELOG.md
+%%WWWDIR%%/lib/composer/patchwork/utf8/LICENSE-APACHE
+%%WWWDIR%%/lib/composer/patchwork/utf8/LICENSE-GPL
+%%WWWDIR%%/lib/composer/patchwork/utf8/README.md
+%%WWWDIR%%/lib/composer/patchwork/utf8/appveyor.yml
+%%WWWDIR%%/lib/composer/patchwork/utf8/composer.json
+%%WWWDIR%%/lib/composer/patchwork/utf8/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Normalizer.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/Iconv.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/Intl.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/Mbstring.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/Normalizer.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/Xml.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.big5.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp037.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1006.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp1026.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp424.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp437.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp500.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp737.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp775.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp850.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp852.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp855.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp856.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp857.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp860.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp861.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp862.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp863.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp864.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp865.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp866.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp869.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp874.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp875.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp932.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp936.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp949.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.cp950.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.gsm0338.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-1.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-10.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-11.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-13.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-14.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-15.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-16.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-2.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-3.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-4.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-5.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-6.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-7.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-8.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.iso-8859-9.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-r.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.koi8-u.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.mazovia.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.nextstep.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.stdenc.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.symbol.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.turkish.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii-quotes.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.us-ascii.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1250.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1251.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1252.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1253.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1254.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1255.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1256.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1257.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.windows-1258.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-ce.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-cyrillic.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-greek.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-icelandic.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.x-mac-roman.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/from.zdingbat.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.gsm0338.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.mazovia.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.stdenc.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.symbol.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/to.zdingbat.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/charset/translit.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalComposition.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/canonicalDecomposition.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/combiningClass.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/compatibilityDecomposition.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/lowerCase.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/PHP/Shim/unidata/upperCase.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/TurkishUtf8.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/BestFit.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/Bootup.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/Bootup/iconv.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/Bootup/mbstring.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/Bootup/utf8_encode.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/WindowsStreamWrapper.php
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/caseFolding_full.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1250.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1251.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1252.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1253.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1254.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1255.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1256.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1257.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit1258.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit874.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit932.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit936.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit949.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/to.bestfit950.ser
+%%WWWDIR%%/lib/composer/patchwork/utf8/src/Patchwork/Utf8/data/translit_extra.ser
+%%WWWDIR%%/lib/composer/pear/archive_tar/.travis.yml
+%%WWWDIR%%/lib/composer/pear/archive_tar/Archive/Tar.php
+%%WWWDIR%%/lib/composer/pear/archive_tar/README.md
+%%WWWDIR%%/lib/composer/pear/archive_tar/composer.json
+%%WWWDIR%%/lib/composer/pear/archive_tar/docs/Archive_Tar.txt
+%%WWWDIR%%/lib/composer/pear/archive_tar/package.xml
+%%WWWDIR%%/lib/composer/pear/archive_tar/scripts/phptar.in
+%%WWWDIR%%/lib/composer/pear/archive_tar/sync-php4
+%%WWWDIR%%/lib/composer/pear/console_getopt/.travis.yml
+%%WWWDIR%%/lib/composer/pear/console_getopt/Console/Getopt.php
+%%WWWDIR%%/lib/composer/pear/console_getopt/LICENSE
+%%WWWDIR%%/lib/composer/pear/console_getopt/README.rst
+%%WWWDIR%%/lib/composer/pear/console_getopt/composer.json
+%%WWWDIR%%/lib/composer/pear/console_getopt/package.xml
+%%WWWDIR%%/lib/composer/pear/pear-core-minimal/README.rst
+%%WWWDIR%%/lib/composer/pear/pear-core-minimal/composer.json
+%%WWWDIR%%/lib/composer/pear/pear-core-minimal/src/OS/Guess.php
+%%WWWDIR%%/lib/composer/pear/pear-core-minimal/src/PEAR.php
+%%WWWDIR%%/lib/composer/pear/pear-core-minimal/src/PEAR/Error.php
+%%WWWDIR%%/lib/composer/pear/pear-core-minimal/src/PEAR/ErrorStack.php
+%%WWWDIR%%/lib/composer/pear/pear-core-minimal/src/System.php
+%%WWWDIR%%/lib/composer/pear/pear_exception/.travis.yml
+%%WWWDIR%%/lib/composer/pear/pear_exception/LICENSE
+%%WWWDIR%%/lib/composer/pear/pear_exception/PEAR/Exception.php
+%%WWWDIR%%/lib/composer/pear/pear_exception/composer.json
+%%WWWDIR%%/lib/composer/pear/pear_exception/package.xml
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/AUTHORS
+%%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
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/DES.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Random.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/File/ANSI.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/File/ASN1.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/File/X509.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Net/SCP.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Net/SFTP.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Net/SSH1.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Net/SSH2.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/bootstrap.php
+%%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/openssl.cnf
+%%WWWDIR%%/lib/composer/pimple/pimple/.travis.yml
+%%WWWDIR%%/lib/composer/pimple/pimple/CHANGELOG
+%%WWWDIR%%/lib/composer/pimple/pimple/LICENSE
+%%WWWDIR%%/lib/composer/pimple/pimple/README.rst
+%%WWWDIR%%/lib/composer/pimple/pimple/composer.json
+%%WWWDIR%%/lib/composer/pimple/pimple/ext/pimple/README.md
+%%WWWDIR%%/lib/composer/pimple/pimple/ext/pimple/config.m4
+%%WWWDIR%%/lib/composer/pimple/pimple/ext/pimple/config.w32
+%%WWWDIR%%/lib/composer/pimple/pimple/ext/pimple/php_pimple.h
+%%WWWDIR%%/lib/composer/pimple/pimple/ext/pimple/pimple.c
+%%WWWDIR%%/lib/composer/pimple/pimple/ext/pimple/pimple_compat.h
+%%WWWDIR%%/lib/composer/pimple/pimple/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/pimple/pimple/src/Pimple/Container.php
+%%WWWDIR%%/lib/composer/pimple/pimple/src/Pimple/ServiceProviderInterface.php
+%%WWWDIR%%/lib/composer/pimple/pimple/src/Pimple/Tests/Fixtures/Invokable.php
+%%WWWDIR%%/lib/composer/pimple/pimple/src/Pimple/Tests/Fixtures/NonInvokable.php
+%%WWWDIR%%/lib/composer/pimple/pimple/src/Pimple/Tests/Fixtures/PimpleServiceProvider.php
+%%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/log/LICENSE
+%%WWWDIR%%/lib/composer/psr/log/Psr/Log/AbstractLogger.php
+%%WWWDIR%%/lib/composer/psr/log/Psr/Log/InvalidArgumentException.php
+%%WWWDIR%%/lib/composer/psr/log/Psr/Log/LogLevel.php
+%%WWWDIR%%/lib/composer/psr/log/Psr/Log/LoggerAwareInterface.php
+%%WWWDIR%%/lib/composer/psr/log/Psr/Log/LoggerAwareTrait.php
+%%WWWDIR%%/lib/composer/psr/log/Psr/Log/LoggerInterface.php
+%%WWWDIR%%/lib/composer/psr/log/Psr/Log/LoggerTrait.php
+%%WWWDIR%%/lib/composer/psr/log/Psr/Log/NullLogger.php
+%%WWWDIR%%/lib/composer/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
+%%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/rackspace/php-opencloud/.coveralls.yml
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/.travis.yml
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/CONTRIBUTING.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/LICENSE
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/README.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/composer.json
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/changelog/1.7.0.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/changelog/1.9.0.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/changelog/Upgrading to 1.7.0.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/getting-started-openstack.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/getting-started.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Autoscale/Config.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Autoscale/Groups.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Autoscale/Policies.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Autoscale/Webhooks.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Clients.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Agents.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Alarms.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Changelogs.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Checks.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Entities.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Metrics.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Notifications.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Service.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Views.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/CloudMonitoring/Zones.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Compute/Images.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Compute/Keypair.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Compute/Server.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Compute/Service.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Identity/Roles.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Identity/Service.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Identity/Tenants.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Identity/Tokens.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Identity/Users.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Iterators.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/LoadBalancer/README.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/LoadBalancer/USERGUIDE.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/Access.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/Account.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Container.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/CDN/Object.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Container.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Migrating.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/ObjectStore/Storage/Object.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Queues/Claim.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Queues/Message.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/Queues/Queue.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/accessip.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/caching-credentials.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/dbaas.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/flavors.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/networks.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/servers.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/docs/userguide/volumes.md
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/AbstractResource.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Group.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/GroupConfiguration.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/LaunchConfiguration.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/ScalingPolicy.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Resource/Webhook.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Autoscale/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AgentException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/AlarmException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CheckException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/CloudMonitoringException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/EntityException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/MetricException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationHistoryException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/NotificationPlanException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ServiceException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/TestException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Exception/ZoneException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AbstractResource.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Agent.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentConnection.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHost.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentHostInfo.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentTarget.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/AgentToken.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Alarm.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Changelog.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Check.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/CheckType.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Entity.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Metric.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Notification.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationHistory.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationPlan.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/NotificationType.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/ReadOnlyResource.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/View.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Resource/Zone.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/CloudMonitoring/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Log/AbstractLogger.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Log/LogLevel.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Log/LoggerInterface.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ImageState.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/Network.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Constants/ServerState.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Exception/KeyPairException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Flavor.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Image.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/KeyPair.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Network.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/Server.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/ServerMetadata.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Resource/VolumeAttachment.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Compute/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Collection/DnsIterator.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/AsyncResponse.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Domain.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Object.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/PtrRecord.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Record.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Resource/Subdomain.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/DNS/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Database.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/Instance.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Database/Resource/User.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Database/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Access.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Algorithm.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/AllowedDomain.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/BillableLoadBalancer.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionLogging.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ConnectionThrottle.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ContentCaching.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/ErrorPage.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/HealthMonitor.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/LoadBalancer.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Metadata.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Node.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/NodeEvent.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Protocol.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Readonly.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SSLTermination.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SessionPersistence.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Stats.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/SubResource.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/Usage.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Resource/VirtualIp.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/LoadBalancer/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Resource.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Orchestration/Stack.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/DeleteMessageException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/MessageException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Exception/QueueMetadataException.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Claim.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Message.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Resource/Queue.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Queues/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Version.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Snapshot.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/Volume.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Volume/Resource/VolumeType.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/OpenCloud/Volume/Service.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/lib/php-opencloud.php
+%%WWWDIR%%/lib/composer/rackspace/php-opencloud/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/react/promise/.travis.yml
+%%WWWDIR%%/lib/composer/react/promise/CHANGELOG.md
+%%WWWDIR%%/lib/composer/react/promise/LICENSE
+%%WWWDIR%%/lib/composer/react/promise/README.md
+%%WWWDIR%%/lib/composer/react/promise/composer.json
+%%WWWDIR%%/lib/composer/react/promise/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/react/promise/src/CancellablePromiseInterface.php
+%%WWWDIR%%/lib/composer/react/promise/src/CancellationQueue.php
+%%WWWDIR%%/lib/composer/react/promise/src/Deferred.php
+%%WWWDIR%%/lib/composer/react/promise/src/Exception/LengthException.php
+%%WWWDIR%%/lib/composer/react/promise/src/ExtendedPromiseInterface.php
+%%WWWDIR%%/lib/composer/react/promise/src/FulfilledPromise.php
+%%WWWDIR%%/lib/composer/react/promise/src/LazyPromise.php
+%%WWWDIR%%/lib/composer/react/promise/src/Promise.php
+%%WWWDIR%%/lib/composer/react/promise/src/PromiseInterface.php
+%%WWWDIR%%/lib/composer/react/promise/src/PromisorInterface.php
+%%WWWDIR%%/lib/composer/react/promise/src/RejectedPromise.php
+%%WWWDIR%%/lib/composer/react/promise/src/UnhandledRejectionException.php
+%%WWWDIR%%/lib/composer/react/promise/src/functions.php
+%%WWWDIR%%/lib/composer/react/promise/src/functions_include.php
+%%WWWDIR%%/lib/composer/sabre/dav/.travis.yml
+%%WWWDIR%%/lib/composer/sabre/dav/CHANGELOG.md
+%%WWWDIR%%/lib/composer/sabre/dav/CONTRIBUTING.md
+%%WWWDIR%%/lib/composer/sabre/dav/LICENSE
+%%WWWDIR%%/lib/composer/sabre/dav/README.md
+%%WWWDIR%%/lib/composer/sabre/dav/composer.json
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Backend/PDO.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Backend/SimplePDO.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Calendar.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/CalendarHome.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/CalendarObject.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/CalendarRoot.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/ICSExportPlugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/ICalendar.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/ICalendarObject.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/ISharedCalendar.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Notifications/Collection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Notifications/ICollection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Notifications/INode.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Notifications/Node.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Notifications/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Principal/Collection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Principal/User.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Schedule/IInbox.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Schedule/Inbox.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Schedule/Outbox.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Schedule/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/SharedCalendar.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/SharingPlugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CalDAV/Xml/Request/Share.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/AddressBook.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/AddressBookHome.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/AddressBookRoot.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Backend/PDO.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Card.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/IAddressBook.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/ICard.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/IDirectory.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/VCFExportPlugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Auth/Backend/Apache.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Auth/Backend/File.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Auth/Backend/PDO.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Auth/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/GuessContentType.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/HtmlOutput.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/PropFindAll.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/assets/favicon.ico
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/assets/sabredav.css
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Browser/assets/sabredav.png
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Client.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Collection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/CorePlugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/BadRequest.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/Conflict.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/ConflictingLock.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/Forbidden.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/LengthRequired.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/Locked.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/NotFound.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/NotImplemented.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/PaymentRequired.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/TooManyMatches.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/FS/Directory.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/FS/File.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/FS/Node.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/FSExt/Directory.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/FSExt/File.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/File.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/ICollection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/IExtendedCollection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/IFile.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/IMoveTarget.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/IMultiGet.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/INode.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/IProperties.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/IQuota.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Locks/Backend/File.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Locks/Backend/PDO.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Locks/LockInfo.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Locks/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/MkCol.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Mount/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Node.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/PropFind.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/PropPatch.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Server.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/ServerPlugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Sharing/ISharedNode.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Sharing/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/SimpleCollection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/SimpleFile.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/StringUtil.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Sync/ISyncCollection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Sync/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Tree.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/UUIDUtil.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Version.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Element/Prop.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Element/Response.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Element/Sharee.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Property/Complex.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Property/Href.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Property/Invite.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Property/LocalHref.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Property/ShareAccess.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Request/Lock.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Request/MkCol.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Request/PropFind.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Request/ShareResource.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAV/Xml/Service.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/ACLTrait.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Exception/AceConflict.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/FS/Collection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/FS/File.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/FS/HomeCollection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/IACL.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/IPrincipal.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/IPrincipalCollection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Plugin.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Principal.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/PrincipalCollection.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Xml/Request/AclPrincipalPropSetReport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Xml/Request/PrincipalMatchReport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
+%%WWWDIR%%/lib/composer/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
+%%WWWDIR%%/lib/composer/sabre/event/.travis.yml
+%%WWWDIR%%/lib/composer/sabre/event/CHANGELOG.md
+%%WWWDIR%%/lib/composer/sabre/event/LICENSE
+%%WWWDIR%%/lib/composer/sabre/event/README.md
+%%WWWDIR%%/lib/composer/sabre/event/composer.json
+%%WWWDIR%%/lib/composer/sabre/event/lib/EventEmitter.php
+%%WWWDIR%%/lib/composer/sabre/event/lib/EventEmitterInterface.php
+%%WWWDIR%%/lib/composer/sabre/event/lib/EventEmitterTrait.php
+%%WWWDIR%%/lib/composer/sabre/event/lib/Loop/Loop.php
+%%WWWDIR%%/lib/composer/sabre/event/lib/Loop/functions.php
+%%WWWDIR%%/lib/composer/sabre/event/lib/Promise.php
+%%WWWDIR%%/lib/composer/sabre/event/lib/Promise/functions.php
+%%WWWDIR%%/lib/composer/sabre/event/lib/PromiseAlreadyResolvedException.php
+%%WWWDIR%%/lib/composer/sabre/event/lib/Version.php
+%%WWWDIR%%/lib/composer/sabre/event/lib/coroutine.php
+%%WWWDIR%%/lib/composer/sabre/event/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/sabre/http/.travis.yml
+%%WWWDIR%%/lib/composer/sabre/http/CHANGELOG.md
+%%WWWDIR%%/lib/composer/sabre/http/LICENSE
+%%WWWDIR%%/lib/composer/sabre/http/README.md
+%%WWWDIR%%/lib/composer/sabre/http/composer.json
+%%WWWDIR%%/lib/composer/sabre/http/lib/Auth/AWS.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/Auth/AbstractAuth.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/Auth/Basic.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/Auth/Bearer.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/Auth/Digest.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/Client.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/ClientException.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/ClientHttpException.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/HttpException.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/Message.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/MessageDecoratorTrait.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/MessageInterface.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/Request.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/RequestDecorator.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/RequestInterface.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/Response.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/ResponseDecorator.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/ResponseInterface.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/Sapi.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/URLUtil.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/Util.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/Version.php
+%%WWWDIR%%/lib/composer/sabre/http/lib/functions.php
+%%WWWDIR%%/lib/composer/sabre/uri/.travis.yml
+%%WWWDIR%%/lib/composer/sabre/uri/CHANGELOG.md
+%%WWWDIR%%/lib/composer/sabre/uri/LICENSE
+%%WWWDIR%%/lib/composer/sabre/uri/README.md
+%%WWWDIR%%/lib/composer/sabre/uri/composer.json
+%%WWWDIR%%/lib/composer/sabre/uri/lib/InvalidUriException.php
+%%WWWDIR%%/lib/composer/sabre/uri/lib/Version.php
+%%WWWDIR%%/lib/composer/sabre/uri/lib/functions.php
+%%WWWDIR%%/lib/composer/sabre/vobject/.travis.yml
+%%WWWDIR%%/lib/composer/sabre/vobject/CHANGELOG.md
+%%WWWDIR%%/lib/composer/sabre/vobject/LICENSE
+%%WWWDIR%%/lib/composer/sabre/vobject/README.md
+%%WWWDIR%%/lib/composer/sabre/vobject/composer.json
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/BirthdayCalendarGenerator.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Cli.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Component.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Component/Available.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Component/VAlarm.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Component/VAvailability.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Component/VCalendar.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Component/VCard.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Component/VEvent.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Component/VFreeBusy.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Component/VJournal.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Component/VTimeZone.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Component/VTodo.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/DateTimeParser.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Document.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/ElementList.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/EofException.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/FreeBusyData.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/FreeBusyGenerator.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/ITip/Broker.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/ITip/ITipException.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/ITip/Message.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/InvalidDataException.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Node.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/PHPUnitAssertions.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Parameter.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/ParseException.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Parser/Json.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Parser/MimeDir.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Parser/Parser.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Parser/XML.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Parser/XML/Element/KeyValue.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/Binary.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/Boolean.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/FlatText.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/FloatValue.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/ICalendar/CalAddress.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/ICalendar/Date.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/ICalendar/DateTime.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/ICalendar/Duration.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/ICalendar/Period.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/ICalendar/Recur.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/IntegerValue.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/Text.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/Time.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/Unknown.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/Uri.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/UtcOffset.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/VCard/Date.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/VCard/DateTime.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/VCard/LanguageTag.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Property/VCard/TimeStamp.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Reader.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Recur/EventIterator.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Recur/MaxInstancesExceededException.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Recur/NoInstancesException.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Recur/RDateIterator.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Recur/RRuleIterator.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Settings.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Splitter/ICalendar.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Splitter/SplitterInterface.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Splitter/VCard.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/StringUtil.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/TimeZoneUtil.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/UUIDUtil.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/VCardConverter.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Version.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/Writer.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/timezonedata/exchangezones.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/timezonedata/lotuszones.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/timezonedata/php-bc.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/timezonedata/php-workaround.php
+%%WWWDIR%%/lib/composer/sabre/vobject/lib/timezonedata/windowszones.php
+%%WWWDIR%%/lib/composer/sabre/vobject/resources/schema/xcal.rng
+%%WWWDIR%%/lib/composer/sabre/vobject/resources/schema/xcard.rng
+%%WWWDIR%%/lib/composer/sabre/xml/.travis.yml
+%%WWWDIR%%/lib/composer/sabre/xml/CHANGELOG.md
+%%WWWDIR%%/lib/composer/sabre/xml/LICENSE
+%%WWWDIR%%/lib/composer/sabre/xml/README.md
+%%WWWDIR%%/lib/composer/sabre/xml/composer.json
+%%WWWDIR%%/lib/composer/sabre/xml/lib/ContextStackTrait.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Deserializer/functions.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Element.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Element/Base.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Element/Cdata.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Element/Elements.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Element/KeyValue.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Element/Uri.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Element/XmlFragment.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/LibXMLException.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/ParseException.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Reader.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Serializer/functions.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Service.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Version.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/Writer.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/XmlDeserializable.php
+%%WWWDIR%%/lib/composer/sabre/xml/lib/XmlSerializable.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/.php_cs.dist
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/.travis.yml
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/CHANGES
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/LICENSE
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/README
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/VERSION
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/composer.json
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/ArrayByteStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/TemporaryFileByteStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/UsAsciiReader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReader/Utf8Reader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/ArrayCharacterStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/CharacterStream/NgCharacterStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/DependencyException.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/EmbeddedFile.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Encoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Base64Encoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/QpEncoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Encoding.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandListener.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/Event.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventObject.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseEvent.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/ResponseListener.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendEvent.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeEvent.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportChangeListener.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionEvent.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Events/TransportExceptionListener.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/FailoverTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/FileStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Image.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/IoException.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/ArrayKeyCache.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/KeyCacheInputStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/LoadBalancedTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/MailTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/ArrayRecipientIterator.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mailer/RecipientIterator.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Message.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Attachment.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/CharsetObserver.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EmbeddedFile.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/EncodingObserver.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Grammar.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Header.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderFactory.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/HeaderSet.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/AbstractHeader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/DateHeader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/ParameterizedHeader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/PathHeader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/UnstructuredHeader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Message.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimeEntity.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/MimePart.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ParameterizedHeader.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/MimePart.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/NullTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/AntiFloodPlugin.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/BandwidthMonitorPlugin.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Decorator/Replacements.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/DecoratorPlugin.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Logger.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/LoggerPlugin.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/ArrayLogger.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Loggers/EchoLogger.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Connection.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Pop/Pop3Exception.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporter.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ReporterPlugin.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HitReporter.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Reporters/HtmlReporter.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Sleeper.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ThrottlerPlugin.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/Timer.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Preferences.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/RfcComplianceException.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/SendmailTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/SignedMessage.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signer.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/BodySigner.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DKIMSigner.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/DomainKeySigner.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/HeaderSigner.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/OpenDKIMSigner.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Signers/SMimeSigner.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/SpoolTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilter.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilter.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/SwiftException.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/XOAuth2Authenticator.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/FailoverTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/LoadBalancedTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailInvoker.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/MailTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/TransportException.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Validate.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/dependency_maps/cache_deps.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/dependency_maps/message_deps.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/dependency_maps/mime_deps.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/dependency_maps/transport_deps.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/mime_types.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/preferences.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/swift_init.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/swift_required.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/swift_required_pear.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php
+%%WWWDIR%%/lib/composer/swiftmailer/swiftmailer/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/symfony/console/Application.php
+%%WWWDIR%%/lib/composer/symfony/console/CHANGELOG.md
+%%WWWDIR%%/lib/composer/symfony/console/Command/Command.php
+%%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/ConsoleEvents.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
+%%WWWDIR%%/lib/composer/symfony/console/Descriptor/JsonDescriptor.php
+%%WWWDIR%%/lib/composer/symfony/console/Descriptor/MarkdownDescriptor.php
+%%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/ConsoleEvent.php
+%%WWWDIR%%/lib/composer/symfony/console/Event/ConsoleExceptionEvent.php
+%%WWWDIR%%/lib/composer/symfony/console/Event/ConsoleTerminateEvent.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
+%%WWWDIR%%/lib/composer/symfony/console/Exception/InvalidOptionException.php
+%%WWWDIR%%/lib/composer/symfony/console/Exception/LogicException.php
+%%WWWDIR%%/lib/composer/symfony/console/Exception/RuntimeException.php
+%%WWWDIR%%/lib/composer/symfony/console/Formatter/OutputFormatter.php
+%%WWWDIR%%/lib/composer/symfony/console/Formatter/OutputFormatterInterface.php
+%%WWWDIR%%/lib/composer/symfony/console/Formatter/OutputFormatterStyle.php
+%%WWWDIR%%/lib/composer/symfony/console/Formatter/OutputFormatterStyleInterface.php
+%%WWWDIR%%/lib/composer/symfony/console/Formatter/OutputFormatterStyleStack.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/DebugFormatterHelper.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/DescriptorHelper.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/FormatterHelper.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/Helper.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/HelperInterface.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/HelperSet.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/InputAwareHelper.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/ProcessHelper.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/ProgressBar.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/ProgressIndicator.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/QuestionHelper.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/SymfonyQuestionHelper.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/Table.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/TableCell.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/TableSeparator.php
+%%WWWDIR%%/lib/composer/symfony/console/Helper/TableStyle.php
+%%WWWDIR%%/lib/composer/symfony/console/Input/ArgvInput.php
+%%WWWDIR%%/lib/composer/symfony/console/Input/ArrayInput.php
+%%WWWDIR%%/lib/composer/symfony/console/Input/Input.php
+%%WWWDIR%%/lib/composer/symfony/console/Input/InputArgument.php
+%%WWWDIR%%/lib/composer/symfony/console/Input/InputAwareInterface.php
+%%WWWDIR%%/lib/composer/symfony/console/Input/InputDefinition.php
+%%WWWDIR%%/lib/composer/symfony/console/Input/InputInterface.php
+%%WWWDIR%%/lib/composer/symfony/console/Input/InputOption.php
+%%WWWDIR%%/lib/composer/symfony/console/Input/StreamableInputInterface.php
+%%WWWDIR%%/lib/composer/symfony/console/Input/StringInput.php
+%%WWWDIR%%/lib/composer/symfony/console/LICENSE
+%%WWWDIR%%/lib/composer/symfony/console/Logger/ConsoleLogger.php
+%%WWWDIR%%/lib/composer/symfony/console/Output/BufferedOutput.php
+%%WWWDIR%%/lib/composer/symfony/console/Output/ConsoleOutput.php
+%%WWWDIR%%/lib/composer/symfony/console/Output/ConsoleOutputInterface.php
+%%WWWDIR%%/lib/composer/symfony/console/Output/NullOutput.php
+%%WWWDIR%%/lib/composer/symfony/console/Output/Output.php
+%%WWWDIR%%/lib/composer/symfony/console/Output/OutputInterface.php
+%%WWWDIR%%/lib/composer/symfony/console/Output/StreamOutput.php
+%%WWWDIR%%/lib/composer/symfony/console/Question/ChoiceQuestion.php
+%%WWWDIR%%/lib/composer/symfony/console/Question/ConfirmationQuestion.php
+%%WWWDIR%%/lib/composer/symfony/console/Question/Question.php
+%%WWWDIR%%/lib/composer/symfony/console/README.md
+%%WWWDIR%%/lib/composer/symfony/console/Style/OutputStyle.php
+%%WWWDIR%%/lib/composer/symfony/console/Style/StyleInterface.php
+%%WWWDIR%%/lib/composer/symfony/console/Style/SymfonyStyle.php
+%%WWWDIR%%/lib/composer/symfony/console/Terminal.php
+%%WWWDIR%%/lib/composer/symfony/console/Tester/ApplicationTester.php
+%%WWWDIR%%/lib/composer/symfony/console/Tester/CommandTester.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/ApplicationTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Command/CommandTest.php
+%%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/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/Fixtures/BarBucCommand.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DescriptorApplication1.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DescriptorApplication2.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DescriptorApplicationMbString.php
+%%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/DescriptorCommandMbString.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/DummyOutput.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Foo1Command.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Foo2Command.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Foo3Command.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Foo4Command.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Foo5Command.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Foo6Command.php
+%%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/FooSubnamespaced1Command.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/FooSubnamespaced2Command.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/FoobarCommand.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/interactive_command_1.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/interactive_output_1.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_10.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt
+%%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/application_1.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_1.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_1.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_1.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_2.json
+%%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_gethelp.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_mbstring.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_mbstring.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_renderexception1.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_renderexception2.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_renderexception3.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_renderexception3decorated.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_renderexception4.txt
+%%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_run1.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_run2.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_run3.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/application_run4.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/command_1.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/command_1.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/command_1.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/command_1.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/command_2.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/command_2.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/command_2.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/command_2.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/command_mbstring.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/command_mbstring.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_1.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_1.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_1.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_1.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_2.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_2.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_2.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_2.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_3.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_3.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_3.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_3.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_4.json
+%%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_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
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_argument_with_style.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_1.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_1.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_1.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_1.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_2.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_2.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_2.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_2.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_3.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_3.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_3.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_3.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_4.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_4.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_4.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_definition_4.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_1.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_1.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_1.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_1.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_2.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_2.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_2.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_2.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_3.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_3.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_3.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_3.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_4.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_4.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_4.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_4.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_5.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_5.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_5.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_5.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_6.json
+%%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_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
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style_array.json
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style_array.md
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style_array.txt
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Fixtures/input_option_with_style_array.xml
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Formatter/OutputFormatterStyleStackTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Formatter/OutputFormatterStyleTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Formatter/OutputFormatterTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Helper/AbstractQuestionHelperTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Helper/FormatterHelperTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Helper/HelperSetTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Helper/HelperTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Helper/ProcessHelperTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Helper/ProgressBarTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Helper/ProgressIndicatorTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Helper/QuestionHelperTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Helper/SymfonyQuestionHelperTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Helper/TableStyleTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Helper/TableTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Input/ArgvInputTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Input/ArrayInputTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Input/InputArgumentTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Input/InputDefinitionTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Input/InputOptionTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Input/InputTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Input/StringInputTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Logger/ConsoleLoggerTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Output/ConsoleOutputTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Output/NullOutputTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Output/OutputTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Output/StreamOutputTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Style/SymfonyStyleTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/TerminalTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Tester/ApplicationTesterTest.php
+%%WWWDIR%%/lib/composer/symfony/console/Tests/Tester/CommandTesterTest.php
+%%WWWDIR%%/lib/composer/symfony/console/composer.json
+%%WWWDIR%%/lib/composer/symfony/console/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/symfony/debug/BufferingLogger.php
+%%WWWDIR%%/lib/composer/symfony/debug/CHANGELOG.md
+%%WWWDIR%%/lib/composer/symfony/debug/Debug.php
+%%WWWDIR%%/lib/composer/symfony/debug/DebugClassLoader.php
+%%WWWDIR%%/lib/composer/symfony/debug/ErrorHandler.php
+%%WWWDIR%%/lib/composer/symfony/debug/Exception/ClassNotFoundException.php
+%%WWWDIR%%/lib/composer/symfony/debug/Exception/ContextErrorException.php
+%%WWWDIR%%/lib/composer/symfony/debug/Exception/FatalErrorException.php
+%%WWWDIR%%/lib/composer/symfony/debug/Exception/FatalThrowableError.php
+%%WWWDIR%%/lib/composer/symfony/debug/Exception/FlattenException.php
+%%WWWDIR%%/lib/composer/symfony/debug/Exception/OutOfMemoryException.php
+%%WWWDIR%%/lib/composer/symfony/debug/Exception/SilencedErrorContext.php
+%%WWWDIR%%/lib/composer/symfony/debug/Exception/UndefinedFunctionException.php
+%%WWWDIR%%/lib/composer/symfony/debug/Exception/UndefinedMethodException.php
+%%WWWDIR%%/lib/composer/symfony/debug/ExceptionHandler.php
+%%WWWDIR%%/lib/composer/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php
+%%WWWDIR%%/lib/composer/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php
+%%WWWDIR%%/lib/composer/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php
+%%WWWDIR%%/lib/composer/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php
+%%WWWDIR%%/lib/composer/symfony/debug/LICENSE
+%%WWWDIR%%/lib/composer/symfony/debug/README.md
+%%WWWDIR%%/lib/composer/symfony/debug/Resources/ext/README.md
+%%WWWDIR%%/lib/composer/symfony/debug/Resources/ext/config.m4
+%%WWWDIR%%/lib/composer/symfony/debug/Resources/ext/config.w32
+%%WWWDIR%%/lib/composer/symfony/debug/Resources/ext/php_symfony_debug.h
+%%WWWDIR%%/lib/composer/symfony/debug/Resources/ext/symfony_debug.c
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/DebugClassLoaderTest.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/ErrorHandlerTest.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Exception/FlattenExceptionTest.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/ExceptionHandlerTest.php
+%%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/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/NonDeprecatedInterface.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/PEARClass.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
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php
+%%WWWDIR%%/lib/composer/symfony/debug/Tests/Fixtures/reallyNotPsr0.php
+%%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/composer.json
+%%WWWDIR%%/lib/composer/symfony/debug/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/CHANGELOG.md
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Debug/WrappedListener.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Event.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/EventDispatcher.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/EventDispatcherInterface.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/EventSubscriberInterface.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/GenericEvent.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/ImmutableEventDispatcher.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/LICENSE
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/README.md
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Tests/EventDispatcherTest.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Tests/EventTest.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Tests/GenericEventTest.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/composer.json
+%%WWWDIR%%/lib/composer/symfony/event-dispatcher/phpunit.xml.dist
+%%WWWDIR%%/lib/composer/symfony/polyfill-mbstring/LICENSE
+%%WWWDIR%%/lib/composer/symfony/polyfill-mbstring/Mbstring.php
+%%WWWDIR%%/lib/composer/symfony/polyfill-mbstring/README.md
+%%WWWDIR%%/lib/composer/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
+%%WWWDIR%%/lib/composer/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
+%%WWWDIR%%/lib/composer/symfony/polyfill-mbstring/bootstrap.php
+%%WWWDIR%%/lib/composer/symfony/polyfill-mbstring/composer.json
+%%WWWDIR%%/lib/composer/symfony/polyfill-php70/LICENSE
+%%WWWDIR%%/lib/composer/symfony/polyfill-php70/Php70.php
+%%WWWDIR%%/lib/composer/symfony/polyfill-php70/README.md
+%%WWWDIR%%/lib/composer/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
+%%WWWDIR%%/lib/composer/symfony/polyfill-php70/Resources/stubs/AssertionError.php
+%%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/TypeError.php
+%%WWWDIR%%/lib/composer/symfony/polyfill-php70/bootstrap.php
+%%WWWDIR%%/lib/composer/symfony/polyfill-php70/composer.json
+%%WWWDIR%%/lib/composer/symfony/process/CHANGELOG.md
+%%WWWDIR%%/lib/composer/symfony/process/Exception/ExceptionInterface.php
+%%WWWDIR%%/lib/composer/symfony/process/Exception/InvalidArgumentException.php
+%%WWWDIR%%/lib/composer/symfony/process/Exception/LogicException.php
+%%WWWDIR%%/lib/composer/symfony/process/Exception/ProcessFailedException.php
+%%WWWDIR%%/lib/composer/symfony/process/Exception/ProcessTimedOutException.php
+%%WWWDIR%%/lib/composer/symfony/process/Exception/RuntimeException.php
+%%WWWDIR%%/lib/composer/symfony/process/ExecutableFinder.php
+%%WWWDIR%%/lib/composer/symfony/process/InputStream.php
+%%WWWDIR%%/lib/composer/symfony/process/LICENSE
+%%WWWDIR%%/lib/composer/symfony/process/PhpExecutableFinder.php
+%%WWWDIR%%/lib/composer/symfony/process/PhpProcess.php
+%%WWWDIR%%/lib/composer/symfony/process/Pipes/AbstractPipes.php
+%%WWWDIR%%/lib/composer/symfony/process/Pipes/PipesInterface.php
+%%WWWDIR%%/lib/composer/symfony/process/Pipes/UnixPipes.php
+%%WWWDIR%%/lib/composer/symfony/process/Pipes/WindowsPipes.php
+%%WWWDIR%%/lib/composer/symfony/process/Process.php
+%%WWWDIR%%/lib/composer/symfony/process/ProcessBuilder.php
+%%WWWDIR%%/lib/composer/symfony/process/ProcessUtils.php
+%%WWWDIR%%/lib/composer/symfony/process/README.md
+%%WWWDIR%%/lib/composer/symfony/process/Tests/ExecutableFinderTest.php
+%%WWWDIR%%/lib/composer/symfony/process/Tests/NonStopableProcess.php
+%%WWWDIR%%/lib/composer/symfony/process/Tests/PhpExecutableFinderTest.php
+%%WWWDIR%%/lib/composer/symfony/process/Tests/PhpProcessTest.php
+%%WWWDIR%%/lib/composer/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php
+%%WWWDIR%%/lib/composer/symfony/process/Tests/ProcessBuilderTest.php
+%%WWWDIR%%/lib/composer/symfony/process/Tests/ProcessFailedExceptionTest.php
+%%WWWDIR%%/lib/composer/symfony/process/Tests/ProcessTest.php
+%%WWWDIR%%/lib/composer/symfony/process/Tests/ProcessUtilsTest.php
+%%WWWDIR%%/lib/composer/symfony/process/Tests/SignalListener.php
+%%WWWDIR%%/lib/composer/symfony/process/composer.json
+%%WWWDIR%%/lib/composer/symfony/process/phpunit.xml.dist
+%%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/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/ResourceNotFoundException.php
+%%WWWDIR%%/lib/composer/symfony/routing/Exception/RouteNotFoundException.php
+%%WWWDIR%%/lib/composer/symfony/routing/Generator/ConfigurableRequirementsInterface.php
+%%WWWDIR%%/lib/composer/symfony/routing/Generator/Dumper/GeneratorDumper.php
+%%WWWDIR%%/lib/composer/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php
+%%WWWDIR%%/lib/composer/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php
+%%WWWDIR%%/lib/composer/symfony/routing/Generator/UrlGenerator.php
+%%WWWDIR%%/lib/composer/symfony/routing/Generator/UrlGeneratorInterface.php
+%%WWWDIR%%/lib/composer/symfony/routing/LICENSE
+%%WWWDIR%%/lib/composer/symfony/routing/Loader/AnnotationClassLoader.php
+%%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/DependencyInjection/ServiceRouterLoader.php
+%%WWWDIR%%/lib/composer/symfony/routing/Loader/DirectoryLoader.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/RedirectableUrlMatcher.php
+%%WWWDIR%%/lib/composer/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
+%%WWWDIR%%/lib/composer/symfony/routing/Matcher/RequestMatcherInterface.php
+%%WWWDIR%%/lib/composer/symfony/routing/Matcher/TraceableUrlMatcher.php
+%%WWWDIR%%/lib/composer/symfony/routing/Matcher/UrlMatcher.php
+%%WWWDIR%%/lib/composer/symfony/routing/Matcher/UrlMatcherInterface.php
+%%WWWDIR%%/lib/composer/symfony/routing/README.md
+%%WWWDIR%%/lib/composer/symfony/routing/RequestContext.php
+%%WWWDIR%%/lib/composer/symfony/routing/RequestContextAwareInterface.php
+%%WWWDIR%%/lib/composer/symfony/routing/Route.php
+%%WWWDIR%%/lib/composer/symfony/routing/RouteCollection.php
+%%WWWDIR%%/lib/composer/symfony/routing/RouteCollectionBuilder.php
+%%WWWDIR%%/lib/composer/symfony/routing/RouteCompiler.php
+%%WWWDIR%%/lib/composer/symfony/routing/RouteCompilerInterface.php
+%%WWWDIR%%/lib/composer/symfony/routing/Router.php
+%%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/Fixtures/AnnotatedClasses/AbstractClass.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/AnnotatedClasses/BarClass.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/CustomXmlFileLoader.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/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_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/empty.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/file_resource.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/foo.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/foo1.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/incomplete.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/list_defaults.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/list_in_list_defaults.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/list_in_map_defaults.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/list_null_values.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/map_defaults.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/map_in_list_defaults.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/map_in_map_defaults.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/map_null_values.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/missing_id.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/missing_path.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/namespaceprefix.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/nonesense_resource_plus_path.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/nonesense_type_without_resource.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/nonvalid.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/nonvalid.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/nonvalid2.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/nonvalidkeys.yml
+%%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/scalar_defaults.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/special_route_name.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/validpattern.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/validpattern.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/validpattern.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/validresource.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/validresource.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/validresource.yml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/with_define_path_variable.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Fixtures/withdoctype.xml
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Generator/UrlGeneratorTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Loader/AbstractAnnotationLoaderTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Loader/AnnotationClassLoaderTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Loader/AnnotationDirectoryLoaderTest.php
+%%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/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/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/RedirectableUrlMatcherTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Matcher/TraceableUrlMatcherTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/Matcher/UrlMatcherTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/RequestContextTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/RouteCollectionBuilderTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/RouteCollectionTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/RouteCompilerTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/RouteTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/Tests/RouterTest.php
+%%WWWDIR%%/lib/composer/symfony/routing/composer.json
+%%WWWDIR%%/lib/composer/symfony/routing/phpunit.xml.dist
%%WWWDIR%%/lib/l10n/ach.js
%%WWWDIR%%/lib/l10n/ach.json
%%WWWDIR%%/lib/l10n/ady.js
@@ -9076,8 +11212,10 @@
%%WWWDIR%%/lib/private/DB/MDB2SchemaReader.php
%%WWWDIR%%/lib/private/DB/MDB2SchemaWriter.php
%%WWWDIR%%/lib/private/DB/MigrationException.php
+%%WWWDIR%%/lib/private/DB/MigrationService.php
%%WWWDIR%%/lib/private/DB/Migrator.php
%%WWWDIR%%/lib/private/DB/MySQLMigrator.php
+%%WWWDIR%%/lib/private/DB/MySqlTools.php
%%WWWDIR%%/lib/private/DB/NoCheckMigrator.php
%%WWWDIR%%/lib/private/DB/OCSqlitePlatform.php
%%WWWDIR%%/lib/private/DB/OracleConnection.php
@@ -9102,8 +11240,6 @@
%%WWWDIR%%/lib/private/DateTimeZone.php
%%WWWDIR%%/lib/private/Diagnostics/Event.php
%%WWWDIR%%/lib/private/Diagnostics/EventLogger.php
-%%WWWDIR%%/lib/private/Diagnostics/NullEventLogger.php
-%%WWWDIR%%/lib/private/Diagnostics/NullQueryLogger.php
%%WWWDIR%%/lib/private/Diagnostics/Query.php
%%WWWDIR%%/lib/private/Diagnostics/QueryLogger.php
%%WWWDIR%%/lib/private/Encryption/DecryptAll.php
@@ -9136,11 +11272,36 @@
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CacheJail.php
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php
%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CacheWrapper.php
+%%WWWDIR%%/lib/private/Files/Cache/Wrapper/ReadOnlyCachePermissionsMask.php
%%WWWDIR%%/lib/private/Files/Config/CachedMountInfo.php
%%WWWDIR%%/lib/private/Files/Config/LazyStorageMountInfo.php
%%WWWDIR%%/lib/private/Files/Config/MountProviderCollection.php
%%WWWDIR%%/lib/private/Files/Config/UserMountCache.php
%%WWWDIR%%/lib/private/Files/Config/UserMountCacheListener.php
+%%WWWDIR%%/lib/private/Files/External/Auth/Builtin.php
+%%WWWDIR%%/lib/private/Files/External/Auth/CoreAuthMechanismProvider.php
+%%WWWDIR%%/lib/private/Files/External/Auth/NullMechanism.php
+%%WWWDIR%%/lib/private/Files/External/Auth/Password/Password.php
+%%WWWDIR%%/lib/private/Files/External/Auth/Password/SessionCredentials.php
+%%WWWDIR%%/lib/private/Files/External/ConfigAdapter.php
+%%WWWDIR%%/lib/private/Files/External/DependencyTrait.php
+%%WWWDIR%%/lib/private/Files/External/FrontendDefinitionTrait.php
+%%WWWDIR%%/lib/private/Files/External/IdentifierTrait.php
+%%WWWDIR%%/lib/private/Files/External/LegacyUtil.php
+%%WWWDIR%%/lib/private/Files/External/MissingDependency.php
+%%WWWDIR%%/lib/private/Files/External/PersonalMount.php
+%%WWWDIR%%/lib/private/Files/External/PriorityTrait.php
+%%WWWDIR%%/lib/private/Files/External/Service/DBConfigService.php
+%%WWWDIR%%/lib/private/Files/External/Service/GlobalStoragesService.php
+%%WWWDIR%%/lib/private/Files/External/Service/StoragesService.php
+%%WWWDIR%%/lib/private/Files/External/Service/UserGlobalStoragesService.php
+%%WWWDIR%%/lib/private/Files/External/Service/UserStoragesService.php
+%%WWWDIR%%/lib/private/Files/External/Service/UserTrait.php
+%%WWWDIR%%/lib/private/Files/External/SessionStorageWrapper.php
+%%WWWDIR%%/lib/private/Files/External/StorageConfig.php
+%%WWWDIR%%/lib/private/Files/External/StorageModifierTrait.php
+%%WWWDIR%%/lib/private/Files/External/StoragesBackendService.php
+%%WWWDIR%%/lib/private/Files/External/VisibilityTrait.php
%%WWWDIR%%/lib/private/Files/FileInfo.php
%%WWWDIR%%/lib/private/Files/Filesystem.php
%%WWWDIR%%/lib/private/Files/Mount/CacheMountProvider.php
@@ -9175,16 +11336,19 @@
%%WWWDIR%%/lib/private/Files/Storage/StorageFactory.php
%%WWWDIR%%/lib/private/Files/Storage/Temporary.php
%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Availability.php
+%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Checksum.php
+%%WWWDIR%%/lib/private/Files/Storage/Wrapper/DirMask.php
%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Encoding.php
%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Encryption.php
%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Jail.php
%%WWWDIR%%/lib/private/Files/Storage/Wrapper/PermissionsMask.php
%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Quota.php
+%%WWWDIR%%/lib/private/Files/Storage/Wrapper/ReadOnlyJail.php
%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Wrapper.php
+%%WWWDIR%%/lib/private/Files/Stream/Checksum.php
%%WWWDIR%%/lib/private/Files/Stream/Close.php
%%WWWDIR%%/lib/private/Files/Stream/Dir.php
%%WWWDIR%%/lib/private/Files/Stream/Encryption.php
-%%WWWDIR%%/lib/private/Files/Stream/OC.php
%%WWWDIR%%/lib/private/Files/Stream/Quota.php
%%WWWDIR%%/lib/private/Files/Stream/StaticStream.php
%%WWWDIR%%/lib/private/Files/Type/Detection.php
@@ -9209,6 +11373,7 @@
%%WWWDIR%%/lib/private/Http/Client/Client.php
%%WWWDIR%%/lib/private/Http/Client/ClientService.php
%%WWWDIR%%/lib/private/Http/Client/Response.php
+%%WWWDIR%%/lib/private/Image/BmpToResource.php
%%WWWDIR%%/lib/private/Installer.php
%%WWWDIR%%/lib/private/IntegrityCheck/Checker.php
%%WWWDIR%%/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php
@@ -9244,6 +11409,8 @@
%%WWWDIR%%/lib/private/Memcache/Redis.php
%%WWWDIR%%/lib/private/Memcache/XCache.php
%%WWWDIR%%/lib/private/Migration/BackgroundRepair.php
+%%WWWDIR%%/lib/private/Migration/ConsoleOutput.php
+%%WWWDIR%%/lib/private/Migration/SimpleOutput.php
%%WWWDIR%%/lib/private/NaturalSort.php
%%WWWDIR%%/lib/private/NaturalSort_DefaultCollator.php
%%WWWDIR%%/lib/private/NavigationManager.php
@@ -9252,7 +11419,6 @@
%%WWWDIR%%/lib/private/Notification/Action.php
%%WWWDIR%%/lib/private/Notification/Manager.php
%%WWWDIR%%/lib/private/Notification/Notification.php
-%%WWWDIR%%/lib/private/OCS/Cloud.php
%%WWWDIR%%/lib/private/OCS/Config.php
%%WWWDIR%%/lib/private/OCS/CoreCapabilities.php
%%WWWDIR%%/lib/private/OCS/Exception.php
@@ -9260,7 +11426,6 @@
%%WWWDIR%%/lib/private/OCS/PrivateData.php
%%WWWDIR%%/lib/private/OCS/Provider.php
%%WWWDIR%%/lib/private/OCS/Result.php
-%%WWWDIR%%/lib/private/OCSClient.php
%%WWWDIR%%/lib/private/Preview.php
%%WWWDIR%%/lib/private/Preview/BMP.php
%%WWWDIR%%/lib/private/Preview/Bitmap.php
@@ -9290,7 +11455,7 @@
%%WWWDIR%%/lib/private/PreviewManager.php
%%WWWDIR%%/lib/private/RedisFactory.php
%%WWWDIR%%/lib/private/Repair.php
-%%WWWDIR%%/lib/private/Repair/AssetCache.php
+%%WWWDIR%%/lib/private/Repair/Apps.php
%%WWWDIR%%/lib/private/Repair/AvatarPermissions.php
%%WWWDIR%%/lib/private/Repair/CleanTags.php
%%WWWDIR%%/lib/private/Repair/Collation.php
@@ -9298,6 +11463,7 @@
%%WWWDIR%%/lib/private/Repair/DropOldTables.php
%%WWWDIR%%/lib/private/Repair/FillETags.php
%%WWWDIR%%/lib/private/Repair/InnoDB.php
+%%WWWDIR%%/lib/private/Repair/MoveAvatarOutsideHome.php
%%WWWDIR%%/lib/private/Repair/OldGroupMembershipShares.php
%%WWWDIR%%/lib/private/Repair/Preview.php
%%WWWDIR%%/lib/private/Repair/RemoveGetETagEntries.php
@@ -9343,6 +11509,8 @@
%%WWWDIR%%/lib/private/Session/Internal.php
%%WWWDIR%%/lib/private/Session/Memory.php
%%WWWDIR%%/lib/private/Session/Session.php
+%%WWWDIR%%/lib/private/Settings/Section.php
+%%WWWDIR%%/lib/private/Settings/SettingsManager.php
%%WWWDIR%%/lib/private/Setup.php
%%WWWDIR%%/lib/private/Setup/AbstractDatabase.php
%%WWWDIR%%/lib/private/Setup/MySQL.php
@@ -9381,15 +11549,21 @@
%%WWWDIR%%/lib/private/Template/ResourceNotFoundException.php
%%WWWDIR%%/lib/private/Template/TemplateFileLocator.php
%%WWWDIR%%/lib/private/TemplateLayout.php
+%%WWWDIR%%/lib/private/Theme/Theme.php
+%%WWWDIR%%/lib/private/Theme/ThemeService.php
%%WWWDIR%%/lib/private/URLGenerator.php
%%WWWDIR%%/lib/private/Updater.php
%%WWWDIR%%/lib/private/Updater/VersionCheck.php
+%%WWWDIR%%/lib/private/User/Account.php
+%%WWWDIR%%/lib/private/User/AccountMapper.php
%%WWWDIR%%/lib/private/User/Backend.php
%%WWWDIR%%/lib/private/User/Database.php
%%WWWDIR%%/lib/private/User/LoginException.php
%%WWWDIR%%/lib/private/User/Manager.php
%%WWWDIR%%/lib/private/User/NoUserException.php
+%%WWWDIR%%/lib/private/User/RemoteUser.php
%%WWWDIR%%/lib/private/User/Session.php
+%%WWWDIR%%/lib/private/User/SyncService.php
%%WWWDIR%%/lib/private/User/User.php
%%WWWDIR%%/lib/private/legacy/api.php
%%WWWDIR%%/lib/private/legacy/app.php
@@ -9399,19 +11573,14 @@
%%WWWDIR%%/lib/private/legacy/eventsource.php
%%WWWDIR%%/lib/private/legacy/filechunking.php
%%WWWDIR%%/lib/private/legacy/files.php
-%%WWWDIR%%/lib/private/legacy/group.php
%%WWWDIR%%/lib/private/legacy/group/backend.php
%%WWWDIR%%/lib/private/legacy/group/database.php
-%%WWWDIR%%/lib/private/legacy/group/example.php
%%WWWDIR%%/lib/private/legacy/group/interface.php
%%WWWDIR%%/lib/private/legacy/helper.php
%%WWWDIR%%/lib/private/legacy/hook.php
%%WWWDIR%%/lib/private/legacy/image.php
%%WWWDIR%%/lib/private/legacy/json.php
-%%WWWDIR%%/lib/private/legacy/l10n.php
%%WWWDIR%%/lib/private/legacy/l10n/string.php
-%%WWWDIR%%/lib/private/legacy/ocs.php
-%%WWWDIR%%/lib/private/legacy/ocs/cloud.php
%%WWWDIR%%/lib/private/legacy/ocs/config.php
%%WWWDIR%%/lib/private/legacy/ocs/person.php
%%WWWDIR%%/lib/private/legacy/ocs/privatedata.php
@@ -9429,6 +11598,11 @@
%%WWWDIR%%/lib/public/Activity/IExtension.php
%%WWWDIR%%/lib/public/Activity/IManager.php
%%WWWDIR%%/lib/public/App.php
+%%WWWDIR%%/lib/public/App/AppAlreadyInstalledException.php
+%%WWWDIR%%/lib/public/App/AppManagerException.php
+%%WWWDIR%%/lib/public/App/AppNotFoundException.php
+%%WWWDIR%%/lib/public/App/AppNotInstalledException.php
+%%WWWDIR%%/lib/public/App/AppUpdateNotFoundException.php
%%WWWDIR%%/lib/public/App/IAppManager.php
%%WWWDIR%%/lib/public/App/ManagerEvent.php
%%WWWDIR%%/lib/public/AppFramework/ApiController.php
@@ -9462,7 +11636,10 @@
%%WWWDIR%%/lib/public/AppFramework/Utility/IControllerMethodReflector.php
%%WWWDIR%%/lib/public/AppFramework/Utility/ITimeFactory.php
%%WWWDIR%%/lib/public/Authentication/IApacheBackend.php
+%%WWWDIR%%/lib/public/Authentication/IAuthModule.php
%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvider.php
+%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvider2.php
+%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php
%%WWWDIR%%/lib/public/AutoloadNotAllowedException.php
%%WWWDIR%%/lib/public/BackgroundJob.php
%%WWWDIR%%/lib/public/BackgroundJob/IJob.php
@@ -9514,6 +11691,20 @@
%%WWWDIR%%/lib/public/Files/Config/IMountProviderCollection.php
%%WWWDIR%%/lib/public/Files/Config/IUserMountCache.php
%%WWWDIR%%/lib/public/Files/EntityTooLargeException.php
+%%WWWDIR%%/lib/public/Files/External/Auth/AuthMechanism.php
+%%WWWDIR%%/lib/public/Files/External/Auth/IUserProvided.php
+%%WWWDIR%%/lib/public/Files/External/Backend/Backend.php
+%%WWWDIR%%/lib/public/Files/External/Config/IAuthMechanismProvider.php
+%%WWWDIR%%/lib/public/Files/External/Config/IBackendProvider.php
+%%WWWDIR%%/lib/public/Files/External/DefinitionParameter.php
+%%WWWDIR%%/lib/public/Files/External/IStorageConfig.php
+%%WWWDIR%%/lib/public/Files/External/IStoragesBackendService.php
+%%WWWDIR%%/lib/public/Files/External/InsufficientDataForMeaningfulAnswerException.php
+%%WWWDIR%%/lib/public/Files/External/NotFoundException.php
+%%WWWDIR%%/lib/public/Files/External/Service/IGlobalStoragesService.php
+%%WWWDIR%%/lib/public/Files/External/Service/IStoragesService.php
+%%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/FileInfo.php
%%WWWDIR%%/lib/public/Files/FileNameTooLongException.php
@@ -9536,9 +11727,12 @@
%%WWWDIR%%/lib/public/Files/ObjectStore/IObjectStore.php
%%WWWDIR%%/lib/public/Files/ReservedWordException.php
%%WWWDIR%%/lib/public/Files/Storage.php
+%%WWWDIR%%/lib/public/Files/Storage/FlysystemStorageAdapter.php
%%WWWDIR%%/lib/public/Files/Storage/ILockingStorage.php
%%WWWDIR%%/lib/public/Files/Storage/IStorage.php
%%WWWDIR%%/lib/public/Files/Storage/IStorageFactory.php
+%%WWWDIR%%/lib/public/Files/Storage/PolyFill/CopyDirectory.php
+%%WWWDIR%%/lib/public/Files/Storage/StorageAdapter.php
%%WWWDIR%%/lib/public/Files/StorageAuthException.php
%%WWWDIR%%/lib/public/Files/StorageBadConfigException.php
%%WWWDIR%%/lib/public/Files/StorageConnectionException.php
@@ -9595,6 +11789,9 @@
%%WWWDIR%%/lib/public/Mail/IMailer.php
%%WWWDIR%%/lib/public/Migration/IOutput.php
%%WWWDIR%%/lib/public/Migration/IRepairStep.php
+%%WWWDIR%%/lib/public/Migration/ISchemaMigration.php
+%%WWWDIR%%/lib/public/Migration/ISimpleMigration.php
+%%WWWDIR%%/lib/public/Migration/ISqlMigration.php
%%WWWDIR%%/lib/public/Notification/IAction.php
%%WWWDIR%%/lib/public/Notification/IApp.php
%%WWWDIR%%/lib/public/Notification/IManager.php
@@ -9617,6 +11814,9 @@
%%WWWDIR%%/lib/public/Security/ISecureRandom.php
%%WWWDIR%%/lib/public/Security/StringUtils.php
%%WWWDIR%%/lib/public/Session/Exceptions/SessionNotAvailableException.php
+%%WWWDIR%%/lib/public/Settings/ISection.php
+%%WWWDIR%%/lib/public/Settings/ISettings.php
+%%WWWDIR%%/lib/public/Settings/ISettingsManager.php
%%WWWDIR%%/lib/public/Share.php
%%WWWDIR%%/lib/public/Share/Exceptions/GenericShareException.php
%%WWWDIR%%/lib/public/Share/Exceptions/IllegalIDChangeException.php
@@ -9638,6 +11838,9 @@
%%WWWDIR%%/lib/public/SystemTag/TagNotFoundException.php
%%WWWDIR%%/lib/public/Template.php
%%WWWDIR%%/lib/public/User.php
+%%WWWDIR%%/lib/public/User/IChangePasswordBackend.php
+%%WWWDIR%%/lib/public/User/IProvidesEMailBackend.php
+%%WWWDIR%%/lib/public/User/IProvidesQuotaBackend.php
%%WWWDIR%%/lib/public/UserInterface.php
%%WWWDIR%%/lib/public/Util.php
%%WWWDIR%%/occ
@@ -9654,7 +11857,7 @@
%%WWWDIR%%/resources/config/ca-bundle.crt
%%WWWDIR%%/resources/config/mimetypealiases.dist.json
%%WWWDIR%%/resources/config/mimetypemapping.dist.json
-%%WWWDIR%%/robots.txt
+%%WWWDIR%%/resources/config/readme.md
%%WWWDIR%%/settings/Application.php
%%WWWDIR%%/settings/ChangePassword/Controller.php
%%WWWDIR%%/settings/Controller/AppSettingsController.php
@@ -9666,19 +11869,36 @@
%%WWWDIR%%/settings/Controller/LogSettingsController.php
%%WWWDIR%%/settings/Controller/MailSettingsController.php
%%WWWDIR%%/settings/Controller/SecuritySettingsController.php
+%%WWWDIR%%/settings/Controller/SettingsPageController.php
%%WWWDIR%%/settings/Controller/UsersController.php
%%WWWDIR%%/settings/Middleware/SubadminMiddleware.php
-%%WWWDIR%%/settings/admin.php
+%%WWWDIR%%/settings/Panels/Admin/Apps.php
+%%WWWDIR%%/settings/Panels/Admin/BackgroundJobs.php
+%%WWWDIR%%/settings/Panels/Admin/Certificates.php
+%%WWWDIR%%/settings/Panels/Admin/Encryption.php
+%%WWWDIR%%/settings/Panels/Admin/FileSharing.php
+%%WWWDIR%%/settings/Panels/Admin/Legacy.php
+%%WWWDIR%%/settings/Panels/Admin/Logging.php
+%%WWWDIR%%/settings/Panels/Admin/Mail.php
+%%WWWDIR%%/settings/Panels/Admin/SecurityWarning.php
+%%WWWDIR%%/settings/Panels/Admin/Status.php
+%%WWWDIR%%/settings/Panels/Admin/Tips.php
+%%WWWDIR%%/settings/Panels/Helper.php
+%%WWWDIR%%/settings/Panels/Legacy.php
+%%WWWDIR%%/settings/Panels/Personal/Clients.php
+%%WWWDIR%%/settings/Panels/Personal/Legacy.php
+%%WWWDIR%%/settings/Panels/Personal/Profile.php
+%%WWWDIR%%/settings/Panels/Personal/Quota.php
+%%WWWDIR%%/settings/Panels/Personal/Tokens.php
+%%WWWDIR%%/settings/Panels/Personal/Version.php
%%WWWDIR%%/settings/ajax/disableapp.php
%%WWWDIR%%/settings/ajax/enableapp.php
-%%WWWDIR%%/settings/ajax/installapp.php
%%WWWDIR%%/settings/ajax/navigationdetect.php
%%WWWDIR%%/settings/ajax/setlanguage.php
%%WWWDIR%%/settings/ajax/setquota.php
%%WWWDIR%%/settings/ajax/togglegroups.php
%%WWWDIR%%/settings/ajax/togglesubadmins.php
%%WWWDIR%%/settings/ajax/uninstallapp.php
-%%WWWDIR%%/settings/ajax/updateapp.php
%%WWWDIR%%/settings/css/settings.css
%%WWWDIR%%/settings/help.php
%%WWWDIR%%/settings/img/admin.png
@@ -9692,13 +11912,19 @@
%%WWWDIR%%/settings/img/trans.png
%%WWWDIR%%/settings/img/users.png
%%WWWDIR%%/settings/img/users.svg
+%%WWWDIR%%/settings/js/admin-apps.js
%%WWWDIR%%/settings/js/admin.js
-%%WWWDIR%%/settings/js/apps.js
-%%WWWDIR%%/settings/js/authtoken.js
-%%WWWDIR%%/settings/js/authtoken_collection.js
-%%WWWDIR%%/settings/js/authtoken_view.js
%%WWWDIR%%/settings/js/certificates.js
%%WWWDIR%%/settings/js/log.js
+%%WWWDIR%%/settings/js/panels/authtoken.js
+%%WWWDIR%%/settings/js/panels/authtoken_collection.js
+%%WWWDIR%%/settings/js/panels/authtoken_view.js
+%%WWWDIR%%/settings/js/panels/backgroundjobs.js
+%%WWWDIR%%/settings/js/panels/encryption.js
+%%WWWDIR%%/settings/js/panels/mail.js
+%%WWWDIR%%/settings/js/panels/profile.js
+%%WWWDIR%%/settings/js/panels/setupchecks.js
+%%WWWDIR%%/settings/js/panels/tokens.js
%%WWWDIR%%/settings/js/personal.js
%%WWWDIR%%/settings/js/settings.js
%%WWWDIR%%/settings/js/users/deleteHandler.js
@@ -9713,6 +11939,8 @@
%%WWWDIR%%/settings/l10n/ast.json
%%WWWDIR%%/settings/l10n/az.js
%%WWWDIR%%/settings/l10n/az.json
+%%WWWDIR%%/settings/l10n/be.js
+%%WWWDIR%%/settings/l10n/be.json
%%WWWDIR%%/settings/l10n/bg_BG.js
%%WWWDIR%%/settings/l10n/bg_BG.json
%%WWWDIR%%/settings/l10n/bn_BD.js
@@ -9763,6 +11991,8 @@
%%WWWDIR%%/settings/l10n/fr.json
%%WWWDIR%%/settings/l10n/gl.js
%%WWWDIR%%/settings/l10n/gl.json
+%%WWWDIR%%/settings/l10n/gu.js
+%%WWWDIR%%/settings/l10n/gu.json
%%WWWDIR%%/settings/l10n/he.js
%%WWWDIR%%/settings/l10n/he.json
%%WWWDIR%%/settings/l10n/hi.js
@@ -9871,18 +12101,30 @@
%%WWWDIR%%/settings/l10n/zh_HK.json
%%WWWDIR%%/settings/l10n/zh_TW.js
%%WWWDIR%%/settings/l10n/zh_TW.json
-%%WWWDIR%%/settings/languageCodes.php
-%%WWWDIR%%/settings/personal.php
%%WWWDIR%%/settings/routes.php
-%%WWWDIR%%/settings/templates/admin.php
-%%WWWDIR%%/settings/templates/apps.php
-%%WWWDIR%%/settings/templates/certificates.php
+%%WWWDIR%%/settings/templates/changemail/email.php
+%%WWWDIR%%/settings/templates/changemail/notify.php
%%WWWDIR%%/settings/templates/email.new_user.php
%%WWWDIR%%/settings/templates/email.new_user_plain_text.php
%%WWWDIR%%/settings/templates/help.php
-%%WWWDIR%%/settings/templates/personal.php
-%%WWWDIR%%/settings/templates/settings.development.notice.php
-%%WWWDIR%%/settings/templates/settings.php
+%%WWWDIR%%/settings/templates/panels/admin/apps.php
+%%WWWDIR%%/settings/templates/panels/admin/backgroundjobs.php
+%%WWWDIR%%/settings/templates/panels/admin/certificates.php
+%%WWWDIR%%/settings/templates/panels/admin/encryption.php
+%%WWWDIR%%/settings/templates/panels/admin/filesharing.php
+%%WWWDIR%%/settings/templates/panels/admin/logging.php
+%%WWWDIR%%/settings/templates/panels/admin/mail.php
+%%WWWDIR%%/settings/templates/panels/admin/securitywarning.php
+%%WWWDIR%%/settings/templates/panels/admin/status.php
+%%WWWDIR%%/settings/templates/panels/admin/tips.php
+%%WWWDIR%%/settings/templates/panels/legacy.php
+%%WWWDIR%%/settings/templates/panels/personal/clients.php
+%%WWWDIR%%/settings/templates/panels/personal/profile.php
+%%WWWDIR%%/settings/templates/panels/personal/quota.php
+%%WWWDIR%%/settings/templates/panels/personal/settings.development.notice.php
+%%WWWDIR%%/settings/templates/panels/personal/tokens.php
+%%WWWDIR%%/settings/templates/panels/personal/version.php
+%%WWWDIR%%/settings/templates/settingsPage.php
%%WWWDIR%%/settings/templates/users/main.php
%%WWWDIR%%/settings/templates/users/part.createuser.php
%%WWWDIR%%/settings/templates/users/part.grouplist.php
@@ -9891,32 +12133,12 @@
%%WWWDIR%%/settings/users.php
%%WWWDIR%%/status.php
%%WWWDIR%%/themes/README
-%%WWWDIR%%/themes/example/core/css/styles.css
-%%WWWDIR%%/themes/example/core/img/favicon-touch.png
-%%WWWDIR%%/themes/example/core/img/favicon-touch.svg
-%%WWWDIR%%/themes/example/core/img/favicon.ico
-%%WWWDIR%%/themes/example/core/img/favicon.png
-%%WWWDIR%%/themes/example/core/img/favicon.svg
-%%WWWDIR%%/themes/example/core/img/logo-icon.png
-%%WWWDIR%%/themes/example/core/img/logo-icon.svg
-%%WWWDIR%%/themes/example/core/img/logo-mail.gif
-%%WWWDIR%%/themes/example/core/img/logo.png
-%%WWWDIR%%/themes/example/core/img/logo.svg
-%%WWWDIR%%/themes/example/defaults.php
-%%WWWDIR%%/updater/.scrutinizer.yml
-%%WWWDIR%%/updater/.travis.yml
-%%WWWDIR%%/updater/CONTRIBUTING.md
%%WWWDIR%%/updater/COPYING-AGPL
%%WWWDIR%%/updater/README.md
%%WWWDIR%%/updater/app/bootstrap.php
%%WWWDIR%%/updater/app/config/container.php
%%WWWDIR%%/updater/application.php
-%%WWWDIR%%/updater/box.json
-%%WWWDIR%%/updater/composer.json
-%%WWWDIR%%/updater/composer.lock
%%WWWDIR%%/updater/index.php
-%%WWWDIR%%/updater/nbproject/project.properties
-%%WWWDIR%%/updater/nbproject/project.xml
%%WWWDIR%%/updater/pub/css/main.css
%%WWWDIR%%/updater/pub/img/actions/checkmark-color.png
%%WWWDIR%%/updater/pub/img/actions/checkmark-color.svg
@@ -9933,15 +12155,14 @@
%%WWWDIR%%/updater/pub/img/logo.svg
%%WWWDIR%%/updater/pub/js/login.js
%%WWWDIR%%/updater/pub/js/main.js
-%%WWWDIR%%/updater/pub/js/vendor/jquery.min.js
-%%WWWDIR%%/updater/pub/js/vendor/jquery.min.map
+%%WWWDIR%%/updater/pub/js/vendor/jquery/jquery.min.js
+%%WWWDIR%%/updater/pub/js/vendor/jquery/jquery.min.map
%%WWWDIR%%/updater/src/Command/BackupDataCommand.php
%%WWWDIR%%/updater/src/Command/BackupDbCommand.php
%%WWWDIR%%/updater/src/Command/CheckSystemCommand.php
%%WWWDIR%%/updater/src/Command/CheckpointCommand.php
%%WWWDIR%%/updater/src/Command/CleanCacheCommand.php
%%WWWDIR%%/updater/src/Command/Command.php
-%%WWWDIR%%/updater/src/Command/DbUpgradeCommand.php
%%WWWDIR%%/updater/src/Command/DetectCommand.php
%%WWWDIR%%/updater/src/Command/DisableNotShippedAppsCommand.php
%%WWWDIR%%/updater/src/Command/EnableNotShippedAppsCommand.php
@@ -9963,19 +12184,6 @@
%%WWWDIR%%/updater/src/Resources/views/partials/error.php
%%WWWDIR%%/updater/src/Resources/views/partials/inner.php
%%WWWDIR%%/updater/src/Resources/views/partials/login.php
-%%WWWDIR%%/updater/src/Tests/Controller/DownloadControllerTest.php
-%%WWWDIR%%/updater/src/Tests/Http/RequestTest.php
-%%WWWDIR%%/updater/src/Tests/StreamInterface.php
-%%WWWDIR%%/updater/src/Tests/Utils/AppManagerTest.php
-%%WWWDIR%%/updater/src/Tests/Utils/CheckpointTest.php
-%%WWWDIR%%/updater/src/Tests/Utils/ConfigReaderTest.php
-%%WWWDIR%%/updater/src/Tests/Utils/DocLinkTest.php
-%%WWWDIR%%/updater/src/Tests/Utils/FeedTest.php
-%%WWWDIR%%/updater/src/Tests/Utils/FetcherTest.php
-%%WWWDIR%%/updater/src/Tests/Utils/OccRunnerTest.php
-%%WWWDIR%%/updater/src/Tests/Utils/RegistryTest.php
-%%WWWDIR%%/updater/src/Tests/bootstrap.php
-%%WWWDIR%%/updater/src/Tests/phpunit.xml
%%WWWDIR%%/updater/src/Utils/AppManager.php
%%WWWDIR%%/updater/src/Utils/Checkpoint.php
%%WWWDIR%%/updater/src/Utils/Collection.php
@@ -9996,6 +12204,7 @@
%%WWWDIR%%/updater/vendor/composer/autoload_namespaces.php
%%WWWDIR%%/updater/vendor/composer/autoload_psr4.php
%%WWWDIR%%/updater/vendor/composer/autoload_real.php
+%%WWWDIR%%/updater/vendor/composer/autoload_static.php
%%WWWDIR%%/updater/vendor/composer/installed.json
%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/.travis.yml
%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/CHANGELOG.md
@@ -10080,6 +12289,15 @@
%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/Makefile
%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/README.rst
%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/composer.json
+%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/docs/Makefile
+%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/docs/client_handlers.rst
+%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/docs/client_middleware.rst
+%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/docs/conf.py
+%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/docs/futures.rst
+%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/docs/index.rst
+%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/docs/requirements.txt
+%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/docs/spec.rst
+%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/docs/testing.rst
%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/phpunit.xml.dist
%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Client/ClientUtils.php
%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
@@ -10128,10 +12346,6 @@
%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/StreamDecoratorTrait.php
%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/StreamInterface.php
%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/Utils.php
-%%WWWDIR%%/updater/vendor/ircmaxell/password-compat/LICENSE.md
-%%WWWDIR%%/updater/vendor/ircmaxell/password-compat/composer.json
-%%WWWDIR%%/updater/vendor/ircmaxell/password-compat/lib/password.php
-%%WWWDIR%%/updater/vendor/ircmaxell/password-compat/version-test.php
%%WWWDIR%%/updater/vendor/league/plates/CONTRIBUTING.md
%%WWWDIR%%/updater/vendor/league/plates/LICENSE
%%WWWDIR%%/updater/vendor/league/plates/README.md
@@ -10175,6 +12389,12 @@
%%WWWDIR%%/updater/vendor/pimple/pimple/LICENSE
%%WWWDIR%%/updater/vendor/pimple/pimple/README.rst
%%WWWDIR%%/updater/vendor/pimple/pimple/composer.json
+%%WWWDIR%%/updater/vendor/pimple/pimple/ext/pimple/README.md
+%%WWWDIR%%/updater/vendor/pimple/pimple/ext/pimple/config.m4
+%%WWWDIR%%/updater/vendor/pimple/pimple/ext/pimple/config.w32
+%%WWWDIR%%/updater/vendor/pimple/pimple/ext/pimple/php_pimple.h
+%%WWWDIR%%/updater/vendor/pimple/pimple/ext/pimple/pimple.c
+%%WWWDIR%%/updater/vendor/pimple/pimple/ext/pimple/pimple_compat.h
%%WWWDIR%%/updater/vendor/pimple/pimple/phpunit.xml.dist
%%WWWDIR%%/updater/vendor/pimple/pimple/src/Pimple/Container.php
%%WWWDIR%%/updater/vendor/pimple/pimple/src/Pimple/ServiceProviderInterface.php
@@ -10197,7 +12417,9 @@
%%WWWDIR%%/updater/vendor/react/promise/composer.json
%%WWWDIR%%/updater/vendor/react/promise/phpunit.xml.dist
%%WWWDIR%%/updater/vendor/react/promise/src/CancellablePromiseInterface.php
+%%WWWDIR%%/updater/vendor/react/promise/src/CancellationQueue.php
%%WWWDIR%%/updater/vendor/react/promise/src/Deferred.php
+%%WWWDIR%%/updater/vendor/react/promise/src/Exception/LengthException.php
%%WWWDIR%%/updater/vendor/react/promise/src/ExtendedPromiseInterface.php
%%WWWDIR%%/updater/vendor/react/promise/src/FulfilledPromise.php
%%WWWDIR%%/updater/vendor/react/promise/src/LazyPromise.php
@@ -10225,6 +12447,12 @@
%%WWWDIR%%/updater/vendor/symfony/console/Event/ConsoleEvent.php
%%WWWDIR%%/updater/vendor/symfony/console/Event/ConsoleExceptionEvent.php
%%WWWDIR%%/updater/vendor/symfony/console/Event/ConsoleTerminateEvent.php
+%%WWWDIR%%/updater/vendor/symfony/console/Exception/CommandNotFoundException.php
+%%WWWDIR%%/updater/vendor/symfony/console/Exception/ExceptionInterface.php
+%%WWWDIR%%/updater/vendor/symfony/console/Exception/InvalidArgumentException.php
+%%WWWDIR%%/updater/vendor/symfony/console/Exception/InvalidOptionException.php
+%%WWWDIR%%/updater/vendor/symfony/console/Exception/LogicException.php
+%%WWWDIR%%/updater/vendor/symfony/console/Exception/RuntimeException.php
%%WWWDIR%%/updater/vendor/symfony/console/Formatter/OutputFormatter.php
%%WWWDIR%%/updater/vendor/symfony/console/Formatter/OutputFormatterInterface.php
%%WWWDIR%%/updater/vendor/symfony/console/Formatter/OutputFormatterStyle.php
@@ -10241,6 +12469,7 @@
%%WWWDIR%%/updater/vendor/symfony/console/Helper/ProcessHelper.php
%%WWWDIR%%/updater/vendor/symfony/console/Helper/ProgressBar.php
%%WWWDIR%%/updater/vendor/symfony/console/Helper/ProgressHelper.php
+%%WWWDIR%%/updater/vendor/symfony/console/Helper/ProgressIndicator.php
%%WWWDIR%%/updater/vendor/symfony/console/Helper/QuestionHelper.php
%%WWWDIR%%/updater/vendor/symfony/console/Helper/SymfonyQuestionHelper.php
%%WWWDIR%%/updater/vendor/symfony/console/Helper/Table.php
@@ -10278,24 +12507,13 @@
%%WWWDIR%%/updater/vendor/symfony/console/Tester/CommandTester.php
%%WWWDIR%%/updater/vendor/symfony/console/composer.json
%%WWWDIR%%/updater/vendor/symfony/console/phpunit.xml.dist
-%%WWWDIR%%/updater/vendor/symfony/polyfill-php55/LICENSE
-%%WWWDIR%%/updater/vendor/symfony/polyfill-php55/Php55.php
-%%WWWDIR%%/updater/vendor/symfony/polyfill-php55/Php55ArrayColumn.php
-%%WWWDIR%%/updater/vendor/symfony/polyfill-php55/README.md
-%%WWWDIR%%/updater/vendor/symfony/polyfill-php55/bootstrap.php
-%%WWWDIR%%/updater/vendor/symfony/polyfill-php55/composer.json
-%%WWWDIR%%/updater/vendor/symfony/polyfill-php56/LICENSE
-%%WWWDIR%%/updater/vendor/symfony/polyfill-php56/Php56.php
-%%WWWDIR%%/updater/vendor/symfony/polyfill-php56/README.md
-%%WWWDIR%%/updater/vendor/symfony/polyfill-php56/bootstrap.php
-%%WWWDIR%%/updater/vendor/symfony/polyfill-php56/composer.json
-%%WWWDIR%%/updater/vendor/symfony/polyfill-util/Binary.php
-%%WWWDIR%%/updater/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php
-%%WWWDIR%%/updater/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php
-%%WWWDIR%%/updater/vendor/symfony/polyfill-util/LICENSE
-%%WWWDIR%%/updater/vendor/symfony/polyfill-util/README.md
-%%WWWDIR%%/updater/vendor/symfony/polyfill-util/TestListener.php
-%%WWWDIR%%/updater/vendor/symfony/polyfill-util/composer.json
+%%WWWDIR%%/updater/vendor/symfony/polyfill-mbstring/LICENSE
+%%WWWDIR%%/updater/vendor/symfony/polyfill-mbstring/Mbstring.php
+%%WWWDIR%%/updater/vendor/symfony/polyfill-mbstring/README.md
+%%WWWDIR%%/updater/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
+%%WWWDIR%%/updater/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
+%%WWWDIR%%/updater/vendor/symfony/polyfill-mbstring/bootstrap.php
+%%WWWDIR%%/updater/vendor/symfony/polyfill-mbstring/composer.json
%%WWWDIR%%/updater/vendor/symfony/process/CHANGELOG.md
%%WWWDIR%%/updater/vendor/symfony/process/Exception/ExceptionInterface.php
%%WWWDIR%%/updater/vendor/symfony/process/Exception/InvalidArgumentException.php
@@ -10320,6 +12538,18 @@
%%WWWDIR%%/version.php
@dir %%WWWDIR%%/apps/gallery/build/documentation/reports/code coverage
@dir %%WWWDIR%%/apps/gallery/documentation/wiki
+@dir %%WWWDIR%%/core/vendor/jcrop/build/less/bs
+@dir %%WWWDIR%%/core/vendor/snapjs/scripts
+@dir %%WWWDIR%%/lib/composer/doctrine/common/lib/vendor/doctrine-build-common
+@dir %%WWWDIR%%/lib/composer/doctrine/dbal/lib/vendor/Symfony/Component/Console
+@dir %%WWWDIR%%/lib/composer/doctrine/dbal/lib/vendor/doctrine-build-common
+@dir %%WWWDIR%%/lib/composer/doctrine/dbal/lib/vendor/doctrine-common
+@dir %%WWWDIR%%/lib/composer/guzzlehttp/guzzle/build
+@dir %%WWWDIR%%/lib/composer/guzzlehttp/guzzle/docs
+@dir %%WWWDIR%%/lib/composer/symfony/console/Resources
+@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