diff options
author | pi <pi@FreeBSD.org> | 2016-06-16 09:41:32 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-16 09:41:32 +0800 |
commit | 1596dd43d9295f0c324c9a13a9c25d30a8700c93 (patch) | |
tree | 2a450649a6bf321ccaf01205fdf05747378efc55 | |
parent | 05cbbaa1e52c7d19f969ee98c7795cb59bc63e60 (diff) | |
download | freebsd-ports-gnome-1596dd43d9295f0c324c9a13a9c25d30a8700c93.tar.gz freebsd-ports-gnome-1596dd43d9295f0c324c9a13a9c25d30a8700c93.tar.zst freebsd-ports-gnome-1596dd43d9295f0c324c9a13a9c25d30a8700c93.zip |
New port: www/nextcloud
Nextcloud is a system for the creation and management of personal
cloud resources. It is a fork of Owncloud.
WWW: https://nextcloud.com
PR: 210295
Submitted by: Loic BLOT <loic.blot@unix-experience.fr>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/nextcloud/Makefile | 64 | ||||
-rw-r--r-- | www/nextcloud/distinfo | 3 | ||||
-rw-r--r-- | www/nextcloud/files/pkg-message.in | 35 | ||||
-rw-r--r-- | www/nextcloud/pkg-descr | 4 | ||||
-rw-r--r-- | www/nextcloud/pkg-plist | 10706 |
6 files changed, 10813 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6b43f1863e9f..cddf8841343f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -550,6 +550,7 @@ SUBDIR += netstiff SUBDIR += netsurf SUBDIR += newsbeuter + SUBDIR += nextcloud SUBDIR += nghttp2 SUBDIR += nginx SUBDIR += nginx-devel diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile new file mode 100644 index 000000000000..7c935ebfa997 --- /dev/null +++ b/www/nextcloud/Makefile @@ -0,0 +1,64 @@ +# $FreeBSD$ + +PORTNAME= nextcloud +PORTVERSION= 9.0.50 +CATEGORIES= www +MASTER_SITES= https://download.nextcloud.com/server/releases/ + +MAINTAINER= loic.blot@unix-experience.fr +COMMENT= Personal cloud which runs on your own server + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING-AGPL + +USES= cpe tar:bzip2 +USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv json \ + mbstring pdo posix session simplexml xml xmlreader xmlwriter \ + xsl wddx zip zlib +WANT_PHP_WEB= yes +USE_OPENSSL= yes + +NEXTCLOUD_USERNAME?= ${WWWOWN} +NEXTCLOUD_GROUPNAME?= ${WWWGRP} + +WRKSRC= ${WRKDIR}/${PORTNAME} +NO_BUILD= yes +NO_ARCH= yes +SUB_FILES= pkg-message +PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \ + NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME} + +OPTIONS_DEFINE= EXIF LDAP MP3INFO SMB SSL +OPTIONS_MULTI= DB +OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE +OPTIONS_DEFAULT= EXIF LDAP MP3INFO MYSQL SMB SSL + +EXIF_DESC= Image rotation support +MP3INFO_DESC= MP3 ID3 tags support + +EXIF_USE= PHP=exif +LDAP_USE= PHP=ldap +MP3INFO_BUILD_DEPENDS= mp3info:audio/mp3info +MP3INFO_RUN_DEPENDS= ${MP3INFO_BUILD_DEPENDS} +MYSQL_USES= mysql +MYSQL_USE= PHP=pdo_mysql +PGSQL_USES= pgsql +PGSQL_USE= PHP=pdo_pgsql,pgsql +SQLITE_USE= PHP=pdo_sqlite,sqlite3 +SMB_RUN_DEPENDS= pecl-smbclient>=0.8.0:net/pecl-smbclient +SSL_USE= PHP=openssl + +.include <bsd.port.options.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000 +WITH_OPENSSL_PORT= yes +.endif + +do-install: + @${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} + +post-install: + @${MKDIR} ${STAGEDIR}${WWWDIR}/data + +.include <bsd.port.mk> diff --git a/www/nextcloud/distinfo b/www/nextcloud/distinfo new file mode 100644 index 000000000000..f7285f16a336 --- /dev/null +++ b/www/nextcloud/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1465937026 +SHA256 (nextcloud-9.0.50.tar.bz2) = 6c067d01416462dffb80862468a3f1b43307e48b9f8f023d544875dfa5db2ddf +SIZE (nextcloud-9.0.50.tar.bz2) = 22685486 diff --git a/www/nextcloud/files/pkg-message.in b/www/nextcloud/files/pkg-message.in new file mode 100644 index 000000000000..07419c48d0fd --- /dev/null +++ b/www/nextcloud/files/pkg-message.in @@ -0,0 +1,35 @@ + +*********************************************************************** +* MIGRATION FROM OWNCLOUD * +*********************************************************************** + +If you are migrating from existing owncloud instance, you should do +the following steps: + +- Copy/Move owncloud/data directory to nextcloud/data (don't forget + hidden files) +- Copy/Move owncloud/config/config.php to nextcloud/config/config.php +- Change the datadirectory in nextcloud/config/config.php +- Ensure nextcloud/data and nextcloud/config/config.php are owned by + www user and group + + +*********************************************************************** +* POST INSTALL CONFIGURATION * +*********************************************************************** + +Please note that everything has been installed in %%WWWDIR%%. + +You will probably want to add an alias to your httpd.conf file, something +like this: + + Alias /nextcloud %%WWWDIR%% + AcceptPathInfo On + <Directory %%WWWDIR%%> + AllowOverride All + Require all granted + </Directory> + +And restart Apache. + + diff --git a/www/nextcloud/pkg-descr b/www/nextcloud/pkg-descr new file mode 100644 index 000000000000..526061ab762e --- /dev/null +++ b/www/nextcloud/pkg-descr @@ -0,0 +1,4 @@ +Nextcloud is a system for the creation and management of personal +cloud resources. It is a fork of Owncloud. + +WWW: https://nextcloud.com diff --git a/www/nextcloud/pkg-plist b/www/nextcloud/pkg-plist new file mode 100644 index 000000000000..52bfbc7249b9 --- /dev/null +++ b/www/nextcloud/pkg-plist @@ -0,0 +1,10706 @@ +%%WWWDIR%%/.htaccess +%%WWWDIR%%/.user.ini +%%WWWDIR%%/3rdparty/.gitignore +%%WWWDIR%%/3rdparty/LICENSE INFO +%%WWWDIR%%/3rdparty/README.md +%%WWWDIR%%/3rdparty/autoload.php +%%WWWDIR%%/3rdparty/bantu/ini-get-wrapper/.gitignore +%%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/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/.gitignore +%%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/.gitignore +%%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/.gitignore +%%WWWDIR%%/3rdparty/doctrine/common/.gitmodules +%%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/bin/doctrine-dbal +%%WWWDIR%%/3rdparty/doctrine/dbal/bin/doctrine-dbal.php +%%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/README.markdown +%%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/.gitignore +%%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/.gitignore +%%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/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/ircmaxell/random-lib/lib/RandomLib/AbstractMixer.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Factory.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Generator.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Mixer.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Mixer/Hash.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/CAPICOM.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/MTRand.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/MicroTime.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/OpenSSL.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/Rand.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/Random.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/URandom.php +%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/UniqID.php +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/.gitignore +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/README.md +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/composer.json +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/composer.lock +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/AbstractFactory.php +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BaseConverter.php +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath.php +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/BCMath.php +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/GMP.php +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/PHPMath.php +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Enum.php +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Hash.php +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Strength.php +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/composer.json +%%WWWDIR%%/3rdparty/ircmaxell/security-lib/phpunit.xml.dist +%%WWWDIR%%/3rdparty/james-heinrich/getid3/.gitattributes +%%WWWDIR%%/3rdparty/james-heinrich/getid3/.gitignore +%%WWWDIR%%/3rdparty/james-heinrich/getid3/README.md +%%WWWDIR%%/3rdparty/james-heinrich/getid3/changelog.txt +%%WWWDIR%%/3rdparty/james-heinrich/getid3/composer.json +%%WWWDIR%%/3rdparty/james-heinrich/getid3/dependencies.txt +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/extension.cache.dbm.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/extension.cache.mysql.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/extension.cache.sqlite3.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/getid3.lib.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/getid3.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.archive.gzip.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.archive.rar.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.archive.szip.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.archive.tar.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.archive.zip.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.asf.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.bink.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.flv.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.matroska.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.mpeg.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.nsv.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.quicktime.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.real.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.riff.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.swf.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.ts.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.aa.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.aac.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.ac3.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.amr.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.au.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.avr.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.bonk.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.dss.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.dts.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.flac.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.la.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.lpac.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.midi.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.mod.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.monkey.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.mp3.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.mpc.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.ogg.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.optimfrog.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.rkau.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.shorten.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.tta.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.voc.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.vqf.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.wavpack.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.bmp.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.efax.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.gif.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.jpg.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.pcd.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.png.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.svg.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.tiff.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.cue.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.exe.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.iso.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.msoffice.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.par2.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.pdf.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.tag.apetag.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.tag.id3v1.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.tag.id3v2.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.tag.lyrics3.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.tag.xmp.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.apetag.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.id3v1.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.id3v2.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.lyrics3.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.metaflac.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.real.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.vorbiscomment.php +%%WWWDIR%%/3rdparty/james-heinrich/getid3/license.txt +%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/licence.gpl-10.txt +%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/licence.gpl-20.txt +%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/licence.gpl-30.txt +%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/licence.lgpl-30.txt +%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/licence.mpl-20.txt +%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/license.commercial.txt +%%WWWDIR%%/3rdparty/james-heinrich/getid3/readme.txt +%%WWWDIR%%/3rdparty/james-heinrich/getid3/structure.txt +%%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/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/.gitignore +%%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_mcrypt.php +%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_openssl.php +%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_int.php +%%WWWDIR%%/3rdparty/paragonie/random_compat/phpunit.xml.dist +%%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/.gitignore +%%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/.gitignore +%%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/.gitignore +%%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/.gitignore +%%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/.gitignore +%%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/.gitignore +%%WWWDIR%%/3rdparty/react/promise/CHANGELOG.md +%%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/.gitignore +%%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/.gitignore +%%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/.gitignore +%%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/.gitignore +%%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/Version.php +%%WWWDIR%%/3rdparty/sabre/uri/lib/functions.php +%%WWWDIR%%/3rdparty/sabre/uri/tests/BuildTest.php +%%WWWDIR%%/3rdparty/sabre/uri/tests/NormalizeTest.php +%%WWWDIR%%/3rdparty/sabre/uri/tests/ResolveTest.php +%%WWWDIR%%/3rdparty/sabre/uri/tests/SplitTest.php +%%WWWDIR%%/3rdparty/sabre/uri/tests/phpcs/ruleset.xml +%%WWWDIR%%/3rdparty/sabre/uri/tests/phpunit.xml.dist +%%WWWDIR%%/3rdparty/sabre/vobject/.gitignore +%%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/.gitignore +%%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 +@owner %%NEXTCLOUD_USERNAME%% +@group %%NEXTCLOUD_GROUPNAME%% +%%WWWDIR%%/apps/activity/appinfo/app.php +%%WWWDIR%%/apps/activity/appinfo/application.php +%%WWWDIR%%/apps/activity/appinfo/database.xml +%%WWWDIR%%/apps/activity/appinfo/info.xml +%%WWWDIR%%/apps/activity/appinfo/install.php +%%WWWDIR%%/apps/activity/appinfo/routes.php +%%WWWDIR%%/apps/activity/appinfo/signature.json +%%WWWDIR%%/apps/activity/appinfo/update.php +%%WWWDIR%%/apps/activity/controller/activities.php +%%WWWDIR%%/apps/activity/controller/endpoint.php +%%WWWDIR%%/apps/activity/controller/feed.php +%%WWWDIR%%/apps/activity/controller/ocsendpoint.php +%%WWWDIR%%/apps/activity/controller/settings.php +%%WWWDIR%%/apps/activity/css/settings.css +%%WWWDIR%%/apps/activity/css/style.css +%%WWWDIR%%/apps/activity/docs/endpoint-v2.md +%%WWWDIR%%/apps/activity/extension/files.php +%%WWWDIR%%/apps/activity/extension/files_sharing.php +%%WWWDIR%%/apps/activity/img/activity-dark.png +%%WWWDIR%%/apps/activity/img/activity-dark.svg +%%WWWDIR%%/apps/activity/img/activity.png +%%WWWDIR%%/apps/activity/img/activity.svg +%%WWWDIR%%/apps/activity/img/add-color.png +%%WWWDIR%%/apps/activity/img/add-color.svg +%%WWWDIR%%/apps/activity/img/change.png +%%WWWDIR%%/apps/activity/img/change.svg +%%WWWDIR%%/apps/activity/img/delete-color.png +%%WWWDIR%%/apps/activity/img/delete-color.svg +%%WWWDIR%%/apps/activity/js/activitycollection.js +%%WWWDIR%%/apps/activity/js/activitymodel.js +%%WWWDIR%%/apps/activity/js/activitytabview.js +%%WWWDIR%%/apps/activity/js/filesplugin.js +%%WWWDIR%%/apps/activity/js/formatter.js +%%WWWDIR%%/apps/activity/js/script.js +%%WWWDIR%%/apps/activity/js/settings.js +%%WWWDIR%%/apps/activity/l10n/.gitkeep +%%WWWDIR%%/apps/activity/l10n/.tx/config +%%WWWDIR%%/apps/activity/l10n/ar.js +%%WWWDIR%%/apps/activity/l10n/ar.json +%%WWWDIR%%/apps/activity/l10n/ast.js +%%WWWDIR%%/apps/activity/l10n/ast.json +%%WWWDIR%%/apps/activity/l10n/az.js +%%WWWDIR%%/apps/activity/l10n/az.json +%%WWWDIR%%/apps/activity/l10n/bg_BG.js +%%WWWDIR%%/apps/activity/l10n/bg_BG.json +%%WWWDIR%%/apps/activity/l10n/bn_BD.js +%%WWWDIR%%/apps/activity/l10n/bn_BD.json +%%WWWDIR%%/apps/activity/l10n/bn_IN.js +%%WWWDIR%%/apps/activity/l10n/bn_IN.json +%%WWWDIR%%/apps/activity/l10n/ca.js +%%WWWDIR%%/apps/activity/l10n/ca.json +%%WWWDIR%%/apps/activity/l10n/cs_CZ.js +%%WWWDIR%%/apps/activity/l10n/cs_CZ.json +%%WWWDIR%%/apps/activity/l10n/da.js +%%WWWDIR%%/apps/activity/l10n/da.json +%%WWWDIR%%/apps/activity/l10n/de.js +%%WWWDIR%%/apps/activity/l10n/de.json +%%WWWDIR%%/apps/activity/l10n/de_DE.js +%%WWWDIR%%/apps/activity/l10n/de_DE.json +%%WWWDIR%%/apps/activity/l10n/el.js +%%WWWDIR%%/apps/activity/l10n/el.json +%%WWWDIR%%/apps/activity/l10n/en_GB.js +%%WWWDIR%%/apps/activity/l10n/en_GB.json +%%WWWDIR%%/apps/activity/l10n/es.js +%%WWWDIR%%/apps/activity/l10n/es.json +%%WWWDIR%%/apps/activity/l10n/es_AR.js +%%WWWDIR%%/apps/activity/l10n/es_AR.json +%%WWWDIR%%/apps/activity/l10n/es_CL.js +%%WWWDIR%%/apps/activity/l10n/es_CL.json +%%WWWDIR%%/apps/activity/l10n/es_CR.js +%%WWWDIR%%/apps/activity/l10n/es_CR.json +%%WWWDIR%%/apps/activity/l10n/es_MX.js +%%WWWDIR%%/apps/activity/l10n/es_MX.json +%%WWWDIR%%/apps/activity/l10n/et_EE.js +%%WWWDIR%%/apps/activity/l10n/et_EE.json +%%WWWDIR%%/apps/activity/l10n/eu.js +%%WWWDIR%%/apps/activity/l10n/eu.json +%%WWWDIR%%/apps/activity/l10n/fa.js +%%WWWDIR%%/apps/activity/l10n/fa.json +%%WWWDIR%%/apps/activity/l10n/fi_FI.js +%%WWWDIR%%/apps/activity/l10n/fi_FI.json +%%WWWDIR%%/apps/activity/l10n/fr.js +%%WWWDIR%%/apps/activity/l10n/fr.json +%%WWWDIR%%/apps/activity/l10n/gl.js +%%WWWDIR%%/apps/activity/l10n/gl.json +%%WWWDIR%%/apps/activity/l10n/he.js +%%WWWDIR%%/apps/activity/l10n/he.json +%%WWWDIR%%/apps/activity/l10n/hr.js +%%WWWDIR%%/apps/activity/l10n/hr.json +%%WWWDIR%%/apps/activity/l10n/hu_HU.js +%%WWWDIR%%/apps/activity/l10n/hu_HU.json +%%WWWDIR%%/apps/activity/l10n/ia.js +%%WWWDIR%%/apps/activity/l10n/ia.json +%%WWWDIR%%/apps/activity/l10n/id.js +%%WWWDIR%%/apps/activity/l10n/id.json +%%WWWDIR%%/apps/activity/l10n/is.js +%%WWWDIR%%/apps/activity/l10n/is.json +%%WWWDIR%%/apps/activity/l10n/it.js +%%WWWDIR%%/apps/activity/l10n/it.json +%%WWWDIR%%/apps/activity/l10n/ja.js +%%WWWDIR%%/apps/activity/l10n/ja.json +%%WWWDIR%%/apps/activity/l10n/ka_GE.js +%%WWWDIR%%/apps/activity/l10n/ka_GE.json +%%WWWDIR%%/apps/activity/l10n/km.js +%%WWWDIR%%/apps/activity/l10n/km.json +%%WWWDIR%%/apps/activity/l10n/ko.js +%%WWWDIR%%/apps/activity/l10n/ko.json +%%WWWDIR%%/apps/activity/l10n/lb.js +%%WWWDIR%%/apps/activity/l10n/lb.json +%%WWWDIR%%/apps/activity/l10n/lt_LT.js +%%WWWDIR%%/apps/activity/l10n/lt_LT.json +%%WWWDIR%%/apps/activity/l10n/lv.js +%%WWWDIR%%/apps/activity/l10n/lv.json +%%WWWDIR%%/apps/activity/l10n/mk.js +%%WWWDIR%%/apps/activity/l10n/mk.json +%%WWWDIR%%/apps/activity/l10n/ml_IN.js +%%WWWDIR%%/apps/activity/l10n/ml_IN.json +%%WWWDIR%%/apps/activity/l10n/nb_NO.js +%%WWWDIR%%/apps/activity/l10n/nb_NO.json +%%WWWDIR%%/apps/activity/l10n/nds.js +%%WWWDIR%%/apps/activity/l10n/nds.json +%%WWWDIR%%/apps/activity/l10n/nl.js +%%WWWDIR%%/apps/activity/l10n/nl.json +%%WWWDIR%%/apps/activity/l10n/nn_NO.js +%%WWWDIR%%/apps/activity/l10n/nn_NO.json +%%WWWDIR%%/apps/activity/l10n/no-php +%%WWWDIR%%/apps/activity/l10n/oc.js +%%WWWDIR%%/apps/activity/l10n/oc.json +%%WWWDIR%%/apps/activity/l10n/pl.js +%%WWWDIR%%/apps/activity/l10n/pl.json +%%WWWDIR%%/apps/activity/l10n/pt_BR.js +%%WWWDIR%%/apps/activity/l10n/pt_BR.json +%%WWWDIR%%/apps/activity/l10n/pt_PT.js +%%WWWDIR%%/apps/activity/l10n/pt_PT.json +%%WWWDIR%%/apps/activity/l10n/ro.js +%%WWWDIR%%/apps/activity/l10n/ro.json +%%WWWDIR%%/apps/activity/l10n/ru.js +%%WWWDIR%%/apps/activity/l10n/ru.json +%%WWWDIR%%/apps/activity/l10n/sk_SK.js +%%WWWDIR%%/apps/activity/l10n/sk_SK.json +%%WWWDIR%%/apps/activity/l10n/sl.js +%%WWWDIR%%/apps/activity/l10n/sl.json +%%WWWDIR%%/apps/activity/l10n/sq.js +%%WWWDIR%%/apps/activity/l10n/sq.json +%%WWWDIR%%/apps/activity/l10n/sr.js +%%WWWDIR%%/apps/activity/l10n/sr.json +%%WWWDIR%%/apps/activity/l10n/sr@latin.js +%%WWWDIR%%/apps/activity/l10n/sr@latin.json +%%WWWDIR%%/apps/activity/l10n/sv.js +%%WWWDIR%%/apps/activity/l10n/sv.json +%%WWWDIR%%/apps/activity/l10n/ta_IN.js +%%WWWDIR%%/apps/activity/l10n/ta_IN.json +%%WWWDIR%%/apps/activity/l10n/th_TH.js +%%WWWDIR%%/apps/activity/l10n/th_TH.json +%%WWWDIR%%/apps/activity/l10n/tr.js +%%WWWDIR%%/apps/activity/l10n/tr.json +%%WWWDIR%%/apps/activity/l10n/uk.js +%%WWWDIR%%/apps/activity/l10n/uk.json +%%WWWDIR%%/apps/activity/l10n/zh_CN.js +%%WWWDIR%%/apps/activity/l10n/zh_CN.json +%%WWWDIR%%/apps/activity/l10n/zh_TW.js +%%WWWDIR%%/apps/activity/l10n/zh_TW.json +%%WWWDIR%%/apps/activity/lib/api.php +%%WWWDIR%%/apps/activity/lib/backgroundjob/emailnotification.php +%%WWWDIR%%/apps/activity/lib/backgroundjob/expireactivities.php +%%WWWDIR%%/apps/activity/lib/consumer.php +%%WWWDIR%%/apps/activity/lib/data.php +%%WWWDIR%%/apps/activity/lib/datahelper.php +%%WWWDIR%%/apps/activity/lib/exception/invalidfilterexception.php +%%WWWDIR%%/apps/activity/lib/fileshooks.php +%%WWWDIR%%/apps/activity/lib/fileshooksstatic.php +%%WWWDIR%%/apps/activity/lib/formatter/baseformatter.php +%%WWWDIR%%/apps/activity/lib/formatter/cloudidformatter.php +%%WWWDIR%%/apps/activity/lib/formatter/fileformatter.php +%%WWWDIR%%/apps/activity/lib/formatter/iformatter.php +%%WWWDIR%%/apps/activity/lib/formatter/userformatter.php +%%WWWDIR%%/apps/activity/lib/grouphelper.php +%%WWWDIR%%/apps/activity/lib/hooks.php +%%WWWDIR%%/apps/activity/lib/mailqueuehandler.php +%%WWWDIR%%/apps/activity/lib/navigation.php +%%WWWDIR%%/apps/activity/lib/parameter/collection.php +%%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/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 +%%WWWDIR%%/apps/activity/templates/stream.app.navigation.php +%%WWWDIR%%/apps/activity/templates/stream.body.php +%%WWWDIR%%/apps/admin_audit/appinfo/app.php +%%WWWDIR%%/apps/admin_audit/appinfo/info.xml +%%WWWDIR%%/apps/admin_audit/appinfo/signature.json +%%WWWDIR%%/apps/admin_audit/lib/actions/action.php +%%WWWDIR%%/apps/admin_audit/lib/actions/auth.php +%%WWWDIR%%/apps/admin_audit/lib/actions/files.php +%%WWWDIR%%/apps/admin_audit/lib/actions/groupmanagement.php +%%WWWDIR%%/apps/admin_audit/lib/actions/sharing.php +%%WWWDIR%%/apps/admin_audit/lib/actions/trashbin.php +%%WWWDIR%%/apps/admin_audit/lib/actions/usermanagement.php +%%WWWDIR%%/apps/admin_audit/lib/actions/versions.php +%%WWWDIR%%/apps/admin_audit/lib/auditlogger.php +%%WWWDIR%%/apps/comments/activity/extension.php +%%WWWDIR%%/apps/comments/activity/listener.php +%%WWWDIR%%/apps/comments/appinfo/app.php +%%WWWDIR%%/apps/comments/appinfo/info.xml +%%WWWDIR%%/apps/comments/appinfo/signature.json +%%WWWDIR%%/apps/comments/css/comments.css +%%WWWDIR%%/apps/comments/js/app.js +%%WWWDIR%%/apps/comments/js/commentcollection.js +%%WWWDIR%%/apps/comments/js/commentmodel.js +%%WWWDIR%%/apps/comments/js/commentstabview.js +%%WWWDIR%%/apps/comments/js/commentsummarymodel.js +%%WWWDIR%%/apps/comments/js/filesplugin.js +%%WWWDIR%%/apps/comments/l10n/.gitkeep +%%WWWDIR%%/apps/comments/l10n/af_ZA.js +%%WWWDIR%%/apps/comments/l10n/af_ZA.json +%%WWWDIR%%/apps/comments/l10n/ar.js +%%WWWDIR%%/apps/comments/l10n/ar.json +%%WWWDIR%%/apps/comments/l10n/ast.js +%%WWWDIR%%/apps/comments/l10n/ast.json +%%WWWDIR%%/apps/comments/l10n/az.js +%%WWWDIR%%/apps/comments/l10n/az.json +%%WWWDIR%%/apps/comments/l10n/bg_BG.js +%%WWWDIR%%/apps/comments/l10n/bg_BG.json +%%WWWDIR%%/apps/comments/l10n/bn_BD.js +%%WWWDIR%%/apps/comments/l10n/bn_BD.json +%%WWWDIR%%/apps/comments/l10n/bn_IN.js +%%WWWDIR%%/apps/comments/l10n/bn_IN.json +%%WWWDIR%%/apps/comments/l10n/bs.js +%%WWWDIR%%/apps/comments/l10n/bs.json +%%WWWDIR%%/apps/comments/l10n/ca.js +%%WWWDIR%%/apps/comments/l10n/ca.json +%%WWWDIR%%/apps/comments/l10n/cs_CZ.js +%%WWWDIR%%/apps/comments/l10n/cs_CZ.json +%%WWWDIR%%/apps/comments/l10n/cy_GB.js +%%WWWDIR%%/apps/comments/l10n/cy_GB.json +%%WWWDIR%%/apps/comments/l10n/da.js +%%WWWDIR%%/apps/comments/l10n/da.json +%%WWWDIR%%/apps/comments/l10n/de.js +%%WWWDIR%%/apps/comments/l10n/de.json +%%WWWDIR%%/apps/comments/l10n/de_AT.js +%%WWWDIR%%/apps/comments/l10n/de_AT.json +%%WWWDIR%%/apps/comments/l10n/de_DE.js +%%WWWDIR%%/apps/comments/l10n/de_DE.json +%%WWWDIR%%/apps/comments/l10n/el.js +%%WWWDIR%%/apps/comments/l10n/el.json +%%WWWDIR%%/apps/comments/l10n/en_GB.js +%%WWWDIR%%/apps/comments/l10n/en_GB.json +%%WWWDIR%%/apps/comments/l10n/eo.js +%%WWWDIR%%/apps/comments/l10n/eo.json +%%WWWDIR%%/apps/comments/l10n/es.js +%%WWWDIR%%/apps/comments/l10n/es.json +%%WWWDIR%%/apps/comments/l10n/es_AR.js +%%WWWDIR%%/apps/comments/l10n/es_AR.json +%%WWWDIR%%/apps/comments/l10n/es_CL.js +%%WWWDIR%%/apps/comments/l10n/es_CL.json +%%WWWDIR%%/apps/comments/l10n/es_MX.js +%%WWWDIR%%/apps/comments/l10n/es_MX.json +%%WWWDIR%%/apps/comments/l10n/et_EE.js +%%WWWDIR%%/apps/comments/l10n/et_EE.json +%%WWWDIR%%/apps/comments/l10n/eu.js +%%WWWDIR%%/apps/comments/l10n/eu.json +%%WWWDIR%%/apps/comments/l10n/fa.js +%%WWWDIR%%/apps/comments/l10n/fa.json +%%WWWDIR%%/apps/comments/l10n/fi_FI.js +%%WWWDIR%%/apps/comments/l10n/fi_FI.json +%%WWWDIR%%/apps/comments/l10n/fr.js +%%WWWDIR%%/apps/comments/l10n/fr.json +%%WWWDIR%%/apps/comments/l10n/gl.js +%%WWWDIR%%/apps/comments/l10n/gl.json +%%WWWDIR%%/apps/comments/l10n/he.js +%%WWWDIR%%/apps/comments/l10n/he.json +%%WWWDIR%%/apps/comments/l10n/hi.js +%%WWWDIR%%/apps/comments/l10n/hi.json +%%WWWDIR%%/apps/comments/l10n/hr.js +%%WWWDIR%%/apps/comments/l10n/hr.json +%%WWWDIR%%/apps/comments/l10n/hu_HU.js +%%WWWDIR%%/apps/comments/l10n/hu_HU.json +%%WWWDIR%%/apps/comments/l10n/hy.js +%%WWWDIR%%/apps/comments/l10n/hy.json +%%WWWDIR%%/apps/comments/l10n/ia.js +%%WWWDIR%%/apps/comments/l10n/ia.json +%%WWWDIR%%/apps/comments/l10n/id.js +%%WWWDIR%%/apps/comments/l10n/id.json +%%WWWDIR%%/apps/comments/l10n/is.js +%%WWWDIR%%/apps/comments/l10n/is.json +%%WWWDIR%%/apps/comments/l10n/it.js +%%WWWDIR%%/apps/comments/l10n/it.json +%%WWWDIR%%/apps/comments/l10n/ja.js +%%WWWDIR%%/apps/comments/l10n/ja.json +%%WWWDIR%%/apps/comments/l10n/ka_GE.js +%%WWWDIR%%/apps/comments/l10n/ka_GE.json +%%WWWDIR%%/apps/comments/l10n/km.js +%%WWWDIR%%/apps/comments/l10n/km.json +%%WWWDIR%%/apps/comments/l10n/kn.js +%%WWWDIR%%/apps/comments/l10n/kn.json +%%WWWDIR%%/apps/comments/l10n/ko.js +%%WWWDIR%%/apps/comments/l10n/ko.json +%%WWWDIR%%/apps/comments/l10n/ku_IQ.js +%%WWWDIR%%/apps/comments/l10n/ku_IQ.json +%%WWWDIR%%/apps/comments/l10n/lb.js +%%WWWDIR%%/apps/comments/l10n/lb.json +%%WWWDIR%%/apps/comments/l10n/lt_LT.js +%%WWWDIR%%/apps/comments/l10n/lt_LT.json +%%WWWDIR%%/apps/comments/l10n/lv.js +%%WWWDIR%%/apps/comments/l10n/lv.json +%%WWWDIR%%/apps/comments/l10n/mk.js +%%WWWDIR%%/apps/comments/l10n/mk.json +%%WWWDIR%%/apps/comments/l10n/mn.js +%%WWWDIR%%/apps/comments/l10n/mn.json +%%WWWDIR%%/apps/comments/l10n/ms_MY.js +%%WWWDIR%%/apps/comments/l10n/ms_MY.json +%%WWWDIR%%/apps/comments/l10n/my_MM.js +%%WWWDIR%%/apps/comments/l10n/my_MM.json +%%WWWDIR%%/apps/comments/l10n/nb_NO.js +%%WWWDIR%%/apps/comments/l10n/nb_NO.json +%%WWWDIR%%/apps/comments/l10n/nds.js +%%WWWDIR%%/apps/comments/l10n/nds.json +%%WWWDIR%%/apps/comments/l10n/nl.js +%%WWWDIR%%/apps/comments/l10n/nl.json +%%WWWDIR%%/apps/comments/l10n/nn_NO.js +%%WWWDIR%%/apps/comments/l10n/nn_NO.json +%%WWWDIR%%/apps/comments/l10n/oc.js +%%WWWDIR%%/apps/comments/l10n/oc.json +%%WWWDIR%%/apps/comments/l10n/pa.js +%%WWWDIR%%/apps/comments/l10n/pa.json +%%WWWDIR%%/apps/comments/l10n/pl.js +%%WWWDIR%%/apps/comments/l10n/pl.json +%%WWWDIR%%/apps/comments/l10n/pt_BR.js +%%WWWDIR%%/apps/comments/l10n/pt_BR.json +%%WWWDIR%%/apps/comments/l10n/pt_PT.js +%%WWWDIR%%/apps/comments/l10n/pt_PT.json +%%WWWDIR%%/apps/comments/l10n/ro.js +%%WWWDIR%%/apps/comments/l10n/ro.json +%%WWWDIR%%/apps/comments/l10n/ru.js +%%WWWDIR%%/apps/comments/l10n/ru.json +%%WWWDIR%%/apps/comments/l10n/si_LK.js +%%WWWDIR%%/apps/comments/l10n/si_LK.json +%%WWWDIR%%/apps/comments/l10n/sk_SK.js +%%WWWDIR%%/apps/comments/l10n/sk_SK.json +%%WWWDIR%%/apps/comments/l10n/sl.js +%%WWWDIR%%/apps/comments/l10n/sl.json +%%WWWDIR%%/apps/comments/l10n/sq.js +%%WWWDIR%%/apps/comments/l10n/sq.json +%%WWWDIR%%/apps/comments/l10n/sr.js +%%WWWDIR%%/apps/comments/l10n/sr.json +%%WWWDIR%%/apps/comments/l10n/sr@latin.js +%%WWWDIR%%/apps/comments/l10n/sr@latin.json +%%WWWDIR%%/apps/comments/l10n/sv.js +%%WWWDIR%%/apps/comments/l10n/sv.json +%%WWWDIR%%/apps/comments/l10n/ta_LK.js +%%WWWDIR%%/apps/comments/l10n/ta_LK.json +%%WWWDIR%%/apps/comments/l10n/te.js +%%WWWDIR%%/apps/comments/l10n/te.json +%%WWWDIR%%/apps/comments/l10n/th_TH.js +%%WWWDIR%%/apps/comments/l10n/th_TH.json +%%WWWDIR%%/apps/comments/l10n/tr.js +%%WWWDIR%%/apps/comments/l10n/tr.json +%%WWWDIR%%/apps/comments/l10n/ug.js +%%WWWDIR%%/apps/comments/l10n/ug.json +%%WWWDIR%%/apps/comments/l10n/uk.js +%%WWWDIR%%/apps/comments/l10n/uk.json +%%WWWDIR%%/apps/comments/l10n/ur_PK.js +%%WWWDIR%%/apps/comments/l10n/ur_PK.json +%%WWWDIR%%/apps/comments/l10n/vi.js +%%WWWDIR%%/apps/comments/l10n/vi.json +%%WWWDIR%%/apps/comments/l10n/zh_CN.js +%%WWWDIR%%/apps/comments/l10n/zh_CN.json +%%WWWDIR%%/apps/comments/l10n/zh_HK.js +%%WWWDIR%%/apps/comments/l10n/zh_HK.json +%%WWWDIR%%/apps/comments/l10n/zh_TW.js +%%WWWDIR%%/apps/comments/l10n/zh_TW.json +%%WWWDIR%%/apps/dav/appinfo/app.php +%%WWWDIR%%/apps/dav/appinfo/application.php +%%WWWDIR%%/apps/dav/appinfo/database.xml +%%WWWDIR%%/apps/dav/appinfo/info.xml +%%WWWDIR%%/apps/dav/appinfo/install.php +%%WWWDIR%%/apps/dav/appinfo/register_command.php +%%WWWDIR%%/apps/dav/appinfo/signature.json +%%WWWDIR%%/apps/dav/appinfo/update.php +%%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/command/createaddressbook.php +%%WWWDIR%%/apps/dav/command/createcalendar.php +%%WWWDIR%%/apps/dav/command/migrateaddressbooks.php +%%WWWDIR%%/apps/dav/command/migratecalendars.php +%%WWWDIR%%/apps/dav/command/syncbirthdaycalendar.php +%%WWWDIR%%/apps/dav/command/syncsystemaddressbook.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/calendarroot.php +%%WWWDIR%%/apps/dav/lib/caldav/schedule/imipplugin.php +%%WWWDIR%%/apps/dav/lib/carddav/addressbook.php +%%WWWDIR%%/apps/dav/lib/carddav/addressbookimpl.php +%%WWWDIR%%/apps/dav/lib/carddav/addressbookroot.php +%%WWWDIR%%/apps/dav/lib/carddav/carddavbackend.php +%%WWWDIR%%/apps/dav/lib/carddav/contactsmanager.php +%%WWWDIR%%/apps/dav/lib/carddav/converter.php +%%WWWDIR%%/apps/dav/lib/carddav/plugin.php +%%WWWDIR%%/apps/dav/lib/carddav/syncjob.php +%%WWWDIR%%/apps/dav/lib/carddav/syncservice.php +%%WWWDIR%%/apps/dav/lib/carddav/useraddressbooks.php +%%WWWDIR%%/apps/dav/lib/carddav/xml/groups.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 +%%WWWDIR%%/apps/dav/lib/connector/sabre/auth.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/blocklegacyclientplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/checksumlist.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/commentpropertiesplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/copyetagheaderplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/custompropertiesbackend.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/davaclplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/directory.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/dummygetresponseplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/exception/entitytoolarge.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/exception/filelocked.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/exception/forbidden.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/exception/invalidpath.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/exception/unsupportedmediatype.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/exceptionloggerplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/fakelockerplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/file.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/filesplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/filesreportplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/lockplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/maintenanceplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/node.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/objecttree.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/principal.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/quotaplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/server.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/serverfactory.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/sharesplugin.php +%%WWWDIR%%/apps/dav/lib/connector/sabre/sharetypelist.php +%%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/sharing/backend.php +%%WWWDIR%%/apps/dav/lib/dav/sharing/ishareable.php +%%WWWDIR%%/apps/dav/lib/dav/sharing/plugin.php +%%WWWDIR%%/apps/dav/lib/dav/sharing/xml/invite.php +%%WWWDIR%%/apps/dav/lib/dav/sharing/xml/sharerequest.php +%%WWWDIR%%/apps/dav/lib/dav/systemprincipalbackend.php +%%WWWDIR%%/apps/dav/lib/files/browsererrorpageplugin.php +%%WWWDIR%%/apps/dav/lib/files/custompropertiesbackend.php +%%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/hookmanager.php +%%WWWDIR%%/apps/dav/lib/migration/addressbookadapter.php +%%WWWDIR%%/apps/dav/lib/migration/calendaradapter.php +%%WWWDIR%%/apps/dav/lib/migration/migrateaddressbooks.php +%%WWWDIR%%/apps/dav/lib/migration/migratecalendars.php +%%WWWDIR%%/apps/dav/lib/rootcollection.php +%%WWWDIR%%/apps/dav/lib/server.php +%%WWWDIR%%/apps/dav/lib/systemtag/systemtagmappingnode.php +%%WWWDIR%%/apps/dav/lib/systemtag/systemtagnode.php +%%WWWDIR%%/apps/dav/lib/systemtag/systemtagplugin.php +%%WWWDIR%%/apps/dav/lib/systemtag/systemtagsbyidcollection.php +%%WWWDIR%%/apps/dav/lib/systemtag/systemtagsobjectmappingcollection.php +%%WWWDIR%%/apps/dav/lib/systemtag/systemtagsobjecttypecollection.php +%%WWWDIR%%/apps/dav/lib/systemtag/systemtagsrelationscollection.php +%%WWWDIR%%/apps/dav/templates/exception.php +%%WWWDIR%%/apps/encryption/appinfo/app.php +%%WWWDIR%%/apps/encryption/appinfo/application.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/command/enablemasterkey.php +%%WWWDIR%%/apps/encryption/command/migratekeys.php +%%WWWDIR%%/apps/encryption/controller/recoverycontroller.php +%%WWWDIR%%/apps/encryption/controller/settingscontroller.php +%%WWWDIR%%/apps/encryption/controller/statuscontroller.php +%%WWWDIR%%/apps/encryption/css/settings-admin.css +%%WWWDIR%%/apps/encryption/css/settings-personal.css +%%WWWDIR%%/apps/encryption/hooks/contracts/ihook.php +%%WWWDIR%%/apps/encryption/hooks/userhooks.php +%%WWWDIR%%/apps/encryption/img/app.svg +%%WWWDIR%%/apps/encryption/js/encryption.js +%%WWWDIR%%/apps/encryption/js/settings-admin.js +%%WWWDIR%%/apps/encryption/js/settings-personal.js +%%WWWDIR%%/apps/encryption/l10n/.gitkeep +%%WWWDIR%%/apps/encryption/l10n/ar.js +%%WWWDIR%%/apps/encryption/l10n/ar.json +%%WWWDIR%%/apps/encryption/l10n/ast.js +%%WWWDIR%%/apps/encryption/l10n/ast.json +%%WWWDIR%%/apps/encryption/l10n/az.js +%%WWWDIR%%/apps/encryption/l10n/az.json +%%WWWDIR%%/apps/encryption/l10n/bg_BG.js +%%WWWDIR%%/apps/encryption/l10n/bg_BG.json +%%WWWDIR%%/apps/encryption/l10n/bn_BD.js +%%WWWDIR%%/apps/encryption/l10n/bn_BD.json +%%WWWDIR%%/apps/encryption/l10n/bs.js +%%WWWDIR%%/apps/encryption/l10n/bs.json +%%WWWDIR%%/apps/encryption/l10n/ca.js +%%WWWDIR%%/apps/encryption/l10n/ca.json +%%WWWDIR%%/apps/encryption/l10n/cs_CZ.js +%%WWWDIR%%/apps/encryption/l10n/cs_CZ.json +%%WWWDIR%%/apps/encryption/l10n/da.js +%%WWWDIR%%/apps/encryption/l10n/da.json +%%WWWDIR%%/apps/encryption/l10n/de.js +%%WWWDIR%%/apps/encryption/l10n/de.json +%%WWWDIR%%/apps/encryption/l10n/de_DE.js +%%WWWDIR%%/apps/encryption/l10n/de_DE.json +%%WWWDIR%%/apps/encryption/l10n/el.js +%%WWWDIR%%/apps/encryption/l10n/el.json +%%WWWDIR%%/apps/encryption/l10n/en_GB.js +%%WWWDIR%%/apps/encryption/l10n/en_GB.json +%%WWWDIR%%/apps/encryption/l10n/eo.js +%%WWWDIR%%/apps/encryption/l10n/eo.json +%%WWWDIR%%/apps/encryption/l10n/es.js +%%WWWDIR%%/apps/encryption/l10n/es.json +%%WWWDIR%%/apps/encryption/l10n/es_AR.js +%%WWWDIR%%/apps/encryption/l10n/es_AR.json +%%WWWDIR%%/apps/encryption/l10n/es_MX.js +%%WWWDIR%%/apps/encryption/l10n/es_MX.json +%%WWWDIR%%/apps/encryption/l10n/et_EE.js +%%WWWDIR%%/apps/encryption/l10n/et_EE.json +%%WWWDIR%%/apps/encryption/l10n/eu.js +%%WWWDIR%%/apps/encryption/l10n/eu.json +%%WWWDIR%%/apps/encryption/l10n/fa.js +%%WWWDIR%%/apps/encryption/l10n/fa.json +%%WWWDIR%%/apps/encryption/l10n/fi_FI.js +%%WWWDIR%%/apps/encryption/l10n/fi_FI.json +%%WWWDIR%%/apps/encryption/l10n/fr.js +%%WWWDIR%%/apps/encryption/l10n/fr.json +%%WWWDIR%%/apps/encryption/l10n/gl.js +%%WWWDIR%%/apps/encryption/l10n/gl.json +%%WWWDIR%%/apps/encryption/l10n/he.js +%%WWWDIR%%/apps/encryption/l10n/he.json +%%WWWDIR%%/apps/encryption/l10n/hr.js +%%WWWDIR%%/apps/encryption/l10n/hr.json +%%WWWDIR%%/apps/encryption/l10n/hu_HU.js +%%WWWDIR%%/apps/encryption/l10n/hu_HU.json +%%WWWDIR%%/apps/encryption/l10n/ia.js +%%WWWDIR%%/apps/encryption/l10n/ia.json +%%WWWDIR%%/apps/encryption/l10n/id.js +%%WWWDIR%%/apps/encryption/l10n/id.json +%%WWWDIR%%/apps/encryption/l10n/is.js +%%WWWDIR%%/apps/encryption/l10n/is.json +%%WWWDIR%%/apps/encryption/l10n/it.js +%%WWWDIR%%/apps/encryption/l10n/it.json +%%WWWDIR%%/apps/encryption/l10n/ja.js +%%WWWDIR%%/apps/encryption/l10n/ja.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/lb.js +%%WWWDIR%%/apps/encryption/l10n/lb.json +%%WWWDIR%%/apps/encryption/l10n/lt_LT.js +%%WWWDIR%%/apps/encryption/l10n/lt_LT.json +%%WWWDIR%%/apps/encryption/l10n/lv.js +%%WWWDIR%%/apps/encryption/l10n/lv.json +%%WWWDIR%%/apps/encryption/l10n/mk.js +%%WWWDIR%%/apps/encryption/l10n/mk.json +%%WWWDIR%%/apps/encryption/l10n/nb_NO.js +%%WWWDIR%%/apps/encryption/l10n/nb_NO.json +%%WWWDIR%%/apps/encryption/l10n/nl.js +%%WWWDIR%%/apps/encryption/l10n/nl.json +%%WWWDIR%%/apps/encryption/l10n/oc.js +%%WWWDIR%%/apps/encryption/l10n/oc.json +%%WWWDIR%%/apps/encryption/l10n/pl.js +%%WWWDIR%%/apps/encryption/l10n/pl.json +%%WWWDIR%%/apps/encryption/l10n/pt_BR.js +%%WWWDIR%%/apps/encryption/l10n/pt_BR.json +%%WWWDIR%%/apps/encryption/l10n/pt_PT.js +%%WWWDIR%%/apps/encryption/l10n/pt_PT.json +%%WWWDIR%%/apps/encryption/l10n/ro.js +%%WWWDIR%%/apps/encryption/l10n/ro.json +%%WWWDIR%%/apps/encryption/l10n/ru.js +%%WWWDIR%%/apps/encryption/l10n/ru.json +%%WWWDIR%%/apps/encryption/l10n/sk_SK.js +%%WWWDIR%%/apps/encryption/l10n/sk_SK.json +%%WWWDIR%%/apps/encryption/l10n/sl.js +%%WWWDIR%%/apps/encryption/l10n/sl.json +%%WWWDIR%%/apps/encryption/l10n/sq.js +%%WWWDIR%%/apps/encryption/l10n/sq.json +%%WWWDIR%%/apps/encryption/l10n/sr.js +%%WWWDIR%%/apps/encryption/l10n/sr.json +%%WWWDIR%%/apps/encryption/l10n/sr@latin.js +%%WWWDIR%%/apps/encryption/l10n/sr@latin.json +%%WWWDIR%%/apps/encryption/l10n/sv.js +%%WWWDIR%%/apps/encryption/l10n/sv.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/uk.js +%%WWWDIR%%/apps/encryption/l10n/uk.json +%%WWWDIR%%/apps/encryption/l10n/ur_PK.js +%%WWWDIR%%/apps/encryption/l10n/ur_PK.json +%%WWWDIR%%/apps/encryption/l10n/vi.js +%%WWWDIR%%/apps/encryption/l10n/vi.json +%%WWWDIR%%/apps/encryption/l10n/zh_CN.js +%%WWWDIR%%/apps/encryption/l10n/zh_CN.json +%%WWWDIR%%/apps/encryption/l10n/zh_HK.js +%%WWWDIR%%/apps/encryption/l10n/zh_HK.json +%%WWWDIR%%/apps/encryption/l10n/zh_TW.js +%%WWWDIR%%/apps/encryption/l10n/zh_TW.json +%%WWWDIR%%/apps/encryption/lib/crypto/crypt.php +%%WWWDIR%%/apps/encryption/lib/crypto/decryptall.php +%%WWWDIR%%/apps/encryption/lib/crypto/encryptall.php +%%WWWDIR%%/apps/encryption/lib/crypto/encryption.php +%%WWWDIR%%/apps/encryption/lib/exceptions/multikeydecryptexception.php +%%WWWDIR%%/apps/encryption/lib/exceptions/multikeyencryptexception.php +%%WWWDIR%%/apps/encryption/lib/exceptions/privatekeymissingexception.php +%%WWWDIR%%/apps/encryption/lib/exceptions/publickeymissingexception.php +%%WWWDIR%%/apps/encryption/lib/hookmanager.php +%%WWWDIR%%/apps/encryption/lib/keymanager.php +%%WWWDIR%%/apps/encryption/lib/migration.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/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 +%%WWWDIR%%/apps/external/index.php +%%WWWDIR%%/apps/external/js/admin.js +%%WWWDIR%%/apps/external/js/external.js +%%WWWDIR%%/apps/external/l10n/.gitkeep +%%WWWDIR%%/apps/external/l10n/af_ZA.js +%%WWWDIR%%/apps/external/l10n/af_ZA.json +%%WWWDIR%%/apps/external/l10n/ar.js +%%WWWDIR%%/apps/external/l10n/ar.json +%%WWWDIR%%/apps/external/l10n/ast.js +%%WWWDIR%%/apps/external/l10n/ast.json +%%WWWDIR%%/apps/external/l10n/az.js +%%WWWDIR%%/apps/external/l10n/az.json +%%WWWDIR%%/apps/external/l10n/bg_BG.js +%%WWWDIR%%/apps/external/l10n/bg_BG.json +%%WWWDIR%%/apps/external/l10n/bn_BD.js +%%WWWDIR%%/apps/external/l10n/bn_BD.json +%%WWWDIR%%/apps/external/l10n/bn_IN.js +%%WWWDIR%%/apps/external/l10n/bn_IN.json +%%WWWDIR%%/apps/external/l10n/bs.js +%%WWWDIR%%/apps/external/l10n/bs.json +%%WWWDIR%%/apps/external/l10n/ca.js +%%WWWDIR%%/apps/external/l10n/ca.json +%%WWWDIR%%/apps/external/l10n/cs_CZ.js +%%WWWDIR%%/apps/external/l10n/cs_CZ.json +%%WWWDIR%%/apps/external/l10n/cy_GB.js +%%WWWDIR%%/apps/external/l10n/cy_GB.json +%%WWWDIR%%/apps/external/l10n/da.js +%%WWWDIR%%/apps/external/l10n/da.json +%%WWWDIR%%/apps/external/l10n/de.js +%%WWWDIR%%/apps/external/l10n/de.json +%%WWWDIR%%/apps/external/l10n/de_AT.js +%%WWWDIR%%/apps/external/l10n/de_AT.json +%%WWWDIR%%/apps/external/l10n/de_DE.js +%%WWWDIR%%/apps/external/l10n/de_DE.json +%%WWWDIR%%/apps/external/l10n/el.js +%%WWWDIR%%/apps/external/l10n/el.json +%%WWWDIR%%/apps/external/l10n/en_GB.js +%%WWWDIR%%/apps/external/l10n/en_GB.json +%%WWWDIR%%/apps/external/l10n/eo.js +%%WWWDIR%%/apps/external/l10n/eo.json +%%WWWDIR%%/apps/external/l10n/es.js +%%WWWDIR%%/apps/external/l10n/es.json +%%WWWDIR%%/apps/external/l10n/es_AR.js +%%WWWDIR%%/apps/external/l10n/es_AR.json +%%WWWDIR%%/apps/external/l10n/es_MX.js +%%WWWDIR%%/apps/external/l10n/es_MX.json +%%WWWDIR%%/apps/external/l10n/et_EE.js +%%WWWDIR%%/apps/external/l10n/et_EE.json +%%WWWDIR%%/apps/external/l10n/eu.js +%%WWWDIR%%/apps/external/l10n/eu.json +%%WWWDIR%%/apps/external/l10n/fa.js +%%WWWDIR%%/apps/external/l10n/fa.json +%%WWWDIR%%/apps/external/l10n/fi.js +%%WWWDIR%%/apps/external/l10n/fi.json +%%WWWDIR%%/apps/external/l10n/fi_FI.js +%%WWWDIR%%/apps/external/l10n/fi_FI.json +%%WWWDIR%%/apps/external/l10n/fr.js +%%WWWDIR%%/apps/external/l10n/fr.json +%%WWWDIR%%/apps/external/l10n/gl.js +%%WWWDIR%%/apps/external/l10n/gl.json +%%WWWDIR%%/apps/external/l10n/he.js +%%WWWDIR%%/apps/external/l10n/he.json +%%WWWDIR%%/apps/external/l10n/hi.js +%%WWWDIR%%/apps/external/l10n/hi.json +%%WWWDIR%%/apps/external/l10n/hr.js +%%WWWDIR%%/apps/external/l10n/hr.json +%%WWWDIR%%/apps/external/l10n/hu_HU.js +%%WWWDIR%%/apps/external/l10n/hu_HU.json +%%WWWDIR%%/apps/external/l10n/hy.js +%%WWWDIR%%/apps/external/l10n/hy.json +%%WWWDIR%%/apps/external/l10n/ia.js +%%WWWDIR%%/apps/external/l10n/ia.json +%%WWWDIR%%/apps/external/l10n/id.js +%%WWWDIR%%/apps/external/l10n/id.json +%%WWWDIR%%/apps/external/l10n/is.js +%%WWWDIR%%/apps/external/l10n/is.json +%%WWWDIR%%/apps/external/l10n/it.js +%%WWWDIR%%/apps/external/l10n/it.json +%%WWWDIR%%/apps/external/l10n/ja.js +%%WWWDIR%%/apps/external/l10n/ja.json +%%WWWDIR%%/apps/external/l10n/ka_GE.js +%%WWWDIR%%/apps/external/l10n/ka_GE.json +%%WWWDIR%%/apps/external/l10n/km.js +%%WWWDIR%%/apps/external/l10n/km.json +%%WWWDIR%%/apps/external/l10n/kn.js +%%WWWDIR%%/apps/external/l10n/kn.json +%%WWWDIR%%/apps/external/l10n/ko.js +%%WWWDIR%%/apps/external/l10n/ko.json +%%WWWDIR%%/apps/external/l10n/ku_IQ.js +%%WWWDIR%%/apps/external/l10n/ku_IQ.json +%%WWWDIR%%/apps/external/l10n/lb.js +%%WWWDIR%%/apps/external/l10n/lb.json +%%WWWDIR%%/apps/external/l10n/lt_LT.js +%%WWWDIR%%/apps/external/l10n/lt_LT.json +%%WWWDIR%%/apps/external/l10n/lv.js +%%WWWDIR%%/apps/external/l10n/lv.json +%%WWWDIR%%/apps/external/l10n/mk.js +%%WWWDIR%%/apps/external/l10n/mk.json +%%WWWDIR%%/apps/external/l10n/ms_MY.js +%%WWWDIR%%/apps/external/l10n/ms_MY.json +%%WWWDIR%%/apps/external/l10n/my_MM.js +%%WWWDIR%%/apps/external/l10n/my_MM.json +%%WWWDIR%%/apps/external/l10n/nb_NO.js +%%WWWDIR%%/apps/external/l10n/nb_NO.json +%%WWWDIR%%/apps/external/l10n/nds.js +%%WWWDIR%%/apps/external/l10n/nds.json +%%WWWDIR%%/apps/external/l10n/nl.js +%%WWWDIR%%/apps/external/l10n/nl.json +%%WWWDIR%%/apps/external/l10n/nn_NO.js +%%WWWDIR%%/apps/external/l10n/nn_NO.json +%%WWWDIR%%/apps/external/l10n/oc.js +%%WWWDIR%%/apps/external/l10n/oc.json +%%WWWDIR%%/apps/external/l10n/pl.js +%%WWWDIR%%/apps/external/l10n/pl.json +%%WWWDIR%%/apps/external/l10n/pt_BR.js +%%WWWDIR%%/apps/external/l10n/pt_BR.json +%%WWWDIR%%/apps/external/l10n/pt_PT.js +%%WWWDIR%%/apps/external/l10n/pt_PT.json +%%WWWDIR%%/apps/external/l10n/ro.js +%%WWWDIR%%/apps/external/l10n/ro.json +%%WWWDIR%%/apps/external/l10n/ru.js +%%WWWDIR%%/apps/external/l10n/ru.json +%%WWWDIR%%/apps/external/l10n/si_LK.js +%%WWWDIR%%/apps/external/l10n/si_LK.json +%%WWWDIR%%/apps/external/l10n/sk_SK.js +%%WWWDIR%%/apps/external/l10n/sk_SK.json +%%WWWDIR%%/apps/external/l10n/sl.js +%%WWWDIR%%/apps/external/l10n/sl.json +%%WWWDIR%%/apps/external/l10n/sq.js +%%WWWDIR%%/apps/external/l10n/sq.json +%%WWWDIR%%/apps/external/l10n/sr.js +%%WWWDIR%%/apps/external/l10n/sr.json +%%WWWDIR%%/apps/external/l10n/sr@latin.js +%%WWWDIR%%/apps/external/l10n/sr@latin.json +%%WWWDIR%%/apps/external/l10n/sv.js +%%WWWDIR%%/apps/external/l10n/sv.json +%%WWWDIR%%/apps/external/l10n/ta_LK.js +%%WWWDIR%%/apps/external/l10n/ta_LK.json +%%WWWDIR%%/apps/external/l10n/te.js +%%WWWDIR%%/apps/external/l10n/te.json +%%WWWDIR%%/apps/external/l10n/th_TH.js +%%WWWDIR%%/apps/external/l10n/th_TH.json +%%WWWDIR%%/apps/external/l10n/tr.js +%%WWWDIR%%/apps/external/l10n/tr.json +%%WWWDIR%%/apps/external/l10n/ug.js +%%WWWDIR%%/apps/external/l10n/ug.json +%%WWWDIR%%/apps/external/l10n/uk.js +%%WWWDIR%%/apps/external/l10n/uk.json +%%WWWDIR%%/apps/external/l10n/ur_PK.js +%%WWWDIR%%/apps/external/l10n/ur_PK.json +%%WWWDIR%%/apps/external/l10n/vi.js +%%WWWDIR%%/apps/external/l10n/vi.json +%%WWWDIR%%/apps/external/l10n/zh_CN.js +%%WWWDIR%%/apps/external/l10n/zh_CN.json +%%WWWDIR%%/apps/external/l10n/zh_HK.js +%%WWWDIR%%/apps/external/l10n/zh_HK.json +%%WWWDIR%%/apps/external/l10n/zh_TW.js +%%WWWDIR%%/apps/external/l10n/zh_TW.json +%%WWWDIR%%/apps/external/lib/external.php +%%WWWDIR%%/apps/external/settings.php +%%WWWDIR%%/apps/external/templates/frame.php +%%WWWDIR%%/apps/external/templates/settings.php +%%WWWDIR%%/apps/federatedfilesharing/appinfo/app.php +%%WWWDIR%%/apps/federatedfilesharing/appinfo/info.xml +%%WWWDIR%%/apps/federatedfilesharing/appinfo/signature.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/.gitkeep +%%WWWDIR%%/apps/federatedfilesharing/l10n/ast.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/ast.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/bg_BG.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/bg_BG.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/ca.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/ca.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/cs_CZ.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/cs_CZ.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/da.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/da.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/de.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/de.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/de_DE.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/de_DE.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/el.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/el.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/en_GB.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/en_GB.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/eo.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/eo.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/es.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/es.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/eu.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/eu.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/fi_FI.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/fi_FI.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/fr.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/fr.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/gl.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/gl.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/he.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/he.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/hr.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/hr.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/hu_HU.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/hu_HU.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/id.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/id.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/it.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/it.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/ja.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/ja.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/ko.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/ko.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/nb_NO.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/nb_NO.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/nl.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/nl.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/oc.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/oc.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/pl.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/pl.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/pt_BR.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/pt_BR.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/pt_PT.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/pt_PT.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/ru.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/ru.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/sl.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/sl.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/sq.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/sq.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/sr.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/sr.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/sv.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/sv.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/th_TH.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/th_TH.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/tr.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/tr.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/uk.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/uk.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/discoverymanager.php +%%WWWDIR%%/apps/federatedfilesharing/lib/federatedshareprovider.php +%%WWWDIR%%/apps/federatedfilesharing/lib/notifications.php +%%WWWDIR%%/apps/federatedfilesharing/lib/tokenhandler.php +%%WWWDIR%%/apps/federation/api/ocsauthapi.php +%%WWWDIR%%/apps/federation/appinfo/app.php +%%WWWDIR%%/apps/federation/appinfo/application.php +%%WWWDIR%%/apps/federation/appinfo/database.xml +%%WWWDIR%%/apps/federation/appinfo/info.xml +%%WWWDIR%%/apps/federation/appinfo/install.php +%%WWWDIR%%/apps/federation/appinfo/register_command.php +%%WWWDIR%%/apps/federation/appinfo/routes.php +%%WWWDIR%%/apps/federation/appinfo/signature.json +%%WWWDIR%%/apps/federation/appinfo/update.php +%%WWWDIR%%/apps/federation/backgroundjob/getsharedsecret.php +%%WWWDIR%%/apps/federation/backgroundjob/requestsharedsecret.php +%%WWWDIR%%/apps/federation/command/syncfederationaddressbooks.php +%%WWWDIR%%/apps/federation/controller/settingscontroller.php +%%WWWDIR%%/apps/federation/css/settings-admin.css +%%WWWDIR%%/apps/federation/dav/fedauth.php +%%WWWDIR%%/apps/federation/img/app.svg +%%WWWDIR%%/apps/federation/js/settings-admin.js +%%WWWDIR%%/apps/federation/l10n/.gitkeep +%%WWWDIR%%/apps/federation/l10n/cs_CZ.js +%%WWWDIR%%/apps/federation/l10n/cs_CZ.json +%%WWWDIR%%/apps/federation/l10n/de.js +%%WWWDIR%%/apps/federation/l10n/de.json +%%WWWDIR%%/apps/federation/l10n/de_DE.js +%%WWWDIR%%/apps/federation/l10n/de_DE.json +%%WWWDIR%%/apps/federation/l10n/el.js +%%WWWDIR%%/apps/federation/l10n/el.json +%%WWWDIR%%/apps/federation/l10n/en_GB.js +%%WWWDIR%%/apps/federation/l10n/en_GB.json +%%WWWDIR%%/apps/federation/l10n/eo.js +%%WWWDIR%%/apps/federation/l10n/eo.json +%%WWWDIR%%/apps/federation/l10n/es.js +%%WWWDIR%%/apps/federation/l10n/es.json +%%WWWDIR%%/apps/federation/l10n/et_EE.js +%%WWWDIR%%/apps/federation/l10n/et_EE.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/he.js +%%WWWDIR%%/apps/federation/l10n/he.json +%%WWWDIR%%/apps/federation/l10n/it.js +%%WWWDIR%%/apps/federation/l10n/it.json +%%WWWDIR%%/apps/federation/l10n/ja.js +%%WWWDIR%%/apps/federation/l10n/ja.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/pt_BR.js +%%WWWDIR%%/apps/federation/l10n/pt_BR.json +%%WWWDIR%%/apps/federation/l10n/pt_PT.js +%%WWWDIR%%/apps/federation/l10n/pt_PT.json +%%WWWDIR%%/apps/federation/l10n/ru.js +%%WWWDIR%%/apps/federation/l10n/ru.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/sv.js +%%WWWDIR%%/apps/federation/l10n/sv.json +%%WWWDIR%%/apps/federation/l10n/th_TH.js +%%WWWDIR%%/apps/federation/l10n/th_TH.json +%%WWWDIR%%/apps/federation/l10n/uk.js +%%WWWDIR%%/apps/federation/l10n/uk.json +%%WWWDIR%%/apps/federation/l10n/zh_CN.js +%%WWWDIR%%/apps/federation/l10n/zh_CN.json +%%WWWDIR%%/apps/federation/lib/dbhandler.php +%%WWWDIR%%/apps/federation/lib/hooks.php +%%WWWDIR%%/apps/federation/lib/syncfederationaddressbooks.php +%%WWWDIR%%/apps/federation/lib/syncjob.php +%%WWWDIR%%/apps/federation/lib/trustedservers.php +%%WWWDIR%%/apps/federation/middleware/addservermiddleware.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/appinfo/app.php +%%WWWDIR%%/apps/files/appinfo/application.php +%%WWWDIR%%/apps/files/appinfo/info.xml +%%WWWDIR%%/apps/files/appinfo/install.php +%%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 +%%WWWDIR%%/apps/files/command/deleteorphanedfiles.php +%%WWWDIR%%/apps/files/command/scan.php +%%WWWDIR%%/apps/files/command/transferownership.php +%%WWWDIR%%/apps/files/controller/apicontroller.php +%%WWWDIR%%/apps/files/controller/viewcontroller.php +%%WWWDIR%%/apps/files/css/detailsView.css +%%WWWDIR%%/apps/files/css/files.css +%%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/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 +%%WWWDIR%%/apps/files/js/breadcrumb.js +%%WWWDIR%%/apps/files/js/detailfileinfoview.js +%%WWWDIR%%/apps/files/js/detailsview.js +%%WWWDIR%%/apps/files/js/detailtabview.js +%%WWWDIR%%/apps/files/js/favoritesfilelist.js +%%WWWDIR%%/apps/files/js/favoritesplugin.js +%%WWWDIR%%/apps/files/js/file-upload.js +%%WWWDIR%%/apps/files/js/fileactions.js +%%WWWDIR%%/apps/files/js/fileactionsmenu.js +%%WWWDIR%%/apps/files/js/fileinfomodel.js +%%WWWDIR%%/apps/files/js/filelist.js +%%WWWDIR%%/apps/files/js/files.js +%%WWWDIR%%/apps/files/js/filesummary.js +%%WWWDIR%%/apps/files/js/jquery-visibility.js +%%WWWDIR%%/apps/files/js/jquery.fileupload.js +%%WWWDIR%%/apps/files/js/jquery.iframe-transport.js +%%WWWDIR%%/apps/files/js/keyboardshortcuts.js +%%WWWDIR%%/apps/files/js/mainfileinfodetailview.js +%%WWWDIR%%/apps/files/js/navigation.js +%%WWWDIR%%/apps/files/js/newfilemenu.js +%%WWWDIR%%/apps/files/js/search.js +%%WWWDIR%%/apps/files/js/tagsplugin.js +%%WWWDIR%%/apps/files/js/upload.js +%%WWWDIR%%/apps/files/l10n/ach.js +%%WWWDIR%%/apps/files/l10n/ach.json +%%WWWDIR%%/apps/files/l10n/ady.js +%%WWWDIR%%/apps/files/l10n/ady.json +%%WWWDIR%%/apps/files/l10n/af_ZA.js +%%WWWDIR%%/apps/files/l10n/af_ZA.json +%%WWWDIR%%/apps/files/l10n/ak.js +%%WWWDIR%%/apps/files/l10n/ak.json +%%WWWDIR%%/apps/files/l10n/am_ET.js +%%WWWDIR%%/apps/files/l10n/am_ET.json +%%WWWDIR%%/apps/files/l10n/ar.js +%%WWWDIR%%/apps/files/l10n/ar.json +%%WWWDIR%%/apps/files/l10n/ast.js +%%WWWDIR%%/apps/files/l10n/ast.json +%%WWWDIR%%/apps/files/l10n/az.js +%%WWWDIR%%/apps/files/l10n/az.json +%%WWWDIR%%/apps/files/l10n/be.js +%%WWWDIR%%/apps/files/l10n/be.json +%%WWWDIR%%/apps/files/l10n/bg_BG.js +%%WWWDIR%%/apps/files/l10n/bg_BG.json +%%WWWDIR%%/apps/files/l10n/bn_BD.js +%%WWWDIR%%/apps/files/l10n/bn_BD.json +%%WWWDIR%%/apps/files/l10n/bn_IN.js +%%WWWDIR%%/apps/files/l10n/bn_IN.json +%%WWWDIR%%/apps/files/l10n/bs.js +%%WWWDIR%%/apps/files/l10n/bs.json +%%WWWDIR%%/apps/files/l10n/ca.js +%%WWWDIR%%/apps/files/l10n/ca.json +%%WWWDIR%%/apps/files/l10n/cs_CZ.js +%%WWWDIR%%/apps/files/l10n/cs_CZ.json +%%WWWDIR%%/apps/files/l10n/cy_GB.js +%%WWWDIR%%/apps/files/l10n/cy_GB.json +%%WWWDIR%%/apps/files/l10n/da.js +%%WWWDIR%%/apps/files/l10n/da.json +%%WWWDIR%%/apps/files/l10n/de.js +%%WWWDIR%%/apps/files/l10n/de.json +%%WWWDIR%%/apps/files/l10n/de_AT.js +%%WWWDIR%%/apps/files/l10n/de_AT.json +%%WWWDIR%%/apps/files/l10n/de_DE.js +%%WWWDIR%%/apps/files/l10n/de_DE.json +%%WWWDIR%%/apps/files/l10n/el.js +%%WWWDIR%%/apps/files/l10n/el.json +%%WWWDIR%%/apps/files/l10n/en_GB.js +%%WWWDIR%%/apps/files/l10n/en_GB.json +%%WWWDIR%%/apps/files/l10n/eo.js +%%WWWDIR%%/apps/files/l10n/eo.json +%%WWWDIR%%/apps/files/l10n/es.js +%%WWWDIR%%/apps/files/l10n/es.json +%%WWWDIR%%/apps/files/l10n/es_AR.js +%%WWWDIR%%/apps/files/l10n/es_AR.json +%%WWWDIR%%/apps/files/l10n/es_CL.js +%%WWWDIR%%/apps/files/l10n/es_CL.json +%%WWWDIR%%/apps/files/l10n/es_MX.js +%%WWWDIR%%/apps/files/l10n/es_MX.json +%%WWWDIR%%/apps/files/l10n/et_EE.js +%%WWWDIR%%/apps/files/l10n/et_EE.json +%%WWWDIR%%/apps/files/l10n/eu.js +%%WWWDIR%%/apps/files/l10n/eu.json +%%WWWDIR%%/apps/files/l10n/fa.js +%%WWWDIR%%/apps/files/l10n/fa.json +%%WWWDIR%%/apps/files/l10n/fi_FI.js +%%WWWDIR%%/apps/files/l10n/fi_FI.json +%%WWWDIR%%/apps/files/l10n/fil.js +%%WWWDIR%%/apps/files/l10n/fil.json +%%WWWDIR%%/apps/files/l10n/fr.js +%%WWWDIR%%/apps/files/l10n/fr.json +%%WWWDIR%%/apps/files/l10n/fy_NL.js +%%WWWDIR%%/apps/files/l10n/fy_NL.json +%%WWWDIR%%/apps/files/l10n/gl.js +%%WWWDIR%%/apps/files/l10n/gl.json +%%WWWDIR%%/apps/files/l10n/gu.js +%%WWWDIR%%/apps/files/l10n/gu.json +%%WWWDIR%%/apps/files/l10n/he.js +%%WWWDIR%%/apps/files/l10n/he.json +%%WWWDIR%%/apps/files/l10n/hi.js +%%WWWDIR%%/apps/files/l10n/hi.json +%%WWWDIR%%/apps/files/l10n/hr.js +%%WWWDIR%%/apps/files/l10n/hr.json +%%WWWDIR%%/apps/files/l10n/hu_HU.js +%%WWWDIR%%/apps/files/l10n/hu_HU.json +%%WWWDIR%%/apps/files/l10n/hy.js +%%WWWDIR%%/apps/files/l10n/hy.json +%%WWWDIR%%/apps/files/l10n/ia.js +%%WWWDIR%%/apps/files/l10n/ia.json +%%WWWDIR%%/apps/files/l10n/id.js +%%WWWDIR%%/apps/files/l10n/id.json +%%WWWDIR%%/apps/files/l10n/io.js +%%WWWDIR%%/apps/files/l10n/io.json +%%WWWDIR%%/apps/files/l10n/is.js +%%WWWDIR%%/apps/files/l10n/is.json +%%WWWDIR%%/apps/files/l10n/it.js +%%WWWDIR%%/apps/files/l10n/it.json +%%WWWDIR%%/apps/files/l10n/ja.js +%%WWWDIR%%/apps/files/l10n/ja.json +%%WWWDIR%%/apps/files/l10n/jv.js +%%WWWDIR%%/apps/files/l10n/jv.json +%%WWWDIR%%/apps/files/l10n/ka_GE.js +%%WWWDIR%%/apps/files/l10n/ka_GE.json +%%WWWDIR%%/apps/files/l10n/km.js +%%WWWDIR%%/apps/files/l10n/km.json +%%WWWDIR%%/apps/files/l10n/kn.js +%%WWWDIR%%/apps/files/l10n/kn.json +%%WWWDIR%%/apps/files/l10n/ko.js +%%WWWDIR%%/apps/files/l10n/ko.json +%%WWWDIR%%/apps/files/l10n/ku_IQ.js +%%WWWDIR%%/apps/files/l10n/ku_IQ.json +%%WWWDIR%%/apps/files/l10n/lb.js +%%WWWDIR%%/apps/files/l10n/lb.json +%%WWWDIR%%/apps/files/l10n/lo.js +%%WWWDIR%%/apps/files/l10n/lo.json +%%WWWDIR%%/apps/files/l10n/lt_LT.js +%%WWWDIR%%/apps/files/l10n/lt_LT.json +%%WWWDIR%%/apps/files/l10n/lv.js +%%WWWDIR%%/apps/files/l10n/lv.json +%%WWWDIR%%/apps/files/l10n/mg.js +%%WWWDIR%%/apps/files/l10n/mg.json +%%WWWDIR%%/apps/files/l10n/mk.js +%%WWWDIR%%/apps/files/l10n/mk.json +%%WWWDIR%%/apps/files/l10n/ml.js +%%WWWDIR%%/apps/files/l10n/ml.json +%%WWWDIR%%/apps/files/l10n/ml_IN.js +%%WWWDIR%%/apps/files/l10n/ml_IN.json +%%WWWDIR%%/apps/files/l10n/mn.js +%%WWWDIR%%/apps/files/l10n/mn.json +%%WWWDIR%%/apps/files/l10n/mr.js +%%WWWDIR%%/apps/files/l10n/mr.json +%%WWWDIR%%/apps/files/l10n/ms_MY.js +%%WWWDIR%%/apps/files/l10n/ms_MY.json +%%WWWDIR%%/apps/files/l10n/mt_MT.js +%%WWWDIR%%/apps/files/l10n/mt_MT.json +%%WWWDIR%%/apps/files/l10n/my_MM.js +%%WWWDIR%%/apps/files/l10n/my_MM.json +%%WWWDIR%%/apps/files/l10n/nb_NO.js +%%WWWDIR%%/apps/files/l10n/nb_NO.json +%%WWWDIR%%/apps/files/l10n/nds.js +%%WWWDIR%%/apps/files/l10n/nds.json +%%WWWDIR%%/apps/files/l10n/ne.js +%%WWWDIR%%/apps/files/l10n/ne.json +%%WWWDIR%%/apps/files/l10n/nl.js +%%WWWDIR%%/apps/files/l10n/nl.json +%%WWWDIR%%/apps/files/l10n/nn_NO.js +%%WWWDIR%%/apps/files/l10n/nn_NO.json +%%WWWDIR%%/apps/files/l10n/nqo.js +%%WWWDIR%%/apps/files/l10n/nqo.json +%%WWWDIR%%/apps/files/l10n/oc.js +%%WWWDIR%%/apps/files/l10n/oc.json +%%WWWDIR%%/apps/files/l10n/or_IN.js +%%WWWDIR%%/apps/files/l10n/or_IN.json +%%WWWDIR%%/apps/files/l10n/pa.js +%%WWWDIR%%/apps/files/l10n/pa.json +%%WWWDIR%%/apps/files/l10n/pl.js +%%WWWDIR%%/apps/files/l10n/pl.json +%%WWWDIR%%/apps/files/l10n/pt_BR.js +%%WWWDIR%%/apps/files/l10n/pt_BR.json +%%WWWDIR%%/apps/files/l10n/pt_PT.js +%%WWWDIR%%/apps/files/l10n/pt_PT.json +%%WWWDIR%%/apps/files/l10n/ro.js +%%WWWDIR%%/apps/files/l10n/ro.json +%%WWWDIR%%/apps/files/l10n/ru.js +%%WWWDIR%%/apps/files/l10n/ru.json +%%WWWDIR%%/apps/files/l10n/si_LK.js +%%WWWDIR%%/apps/files/l10n/si_LK.json +%%WWWDIR%%/apps/files/l10n/sk_SK.js +%%WWWDIR%%/apps/files/l10n/sk_SK.json +%%WWWDIR%%/apps/files/l10n/sl.js +%%WWWDIR%%/apps/files/l10n/sl.json +%%WWWDIR%%/apps/files/l10n/sq.js +%%WWWDIR%%/apps/files/l10n/sq.json +%%WWWDIR%%/apps/files/l10n/sr.js +%%WWWDIR%%/apps/files/l10n/sr.json +%%WWWDIR%%/apps/files/l10n/sr@latin.js +%%WWWDIR%%/apps/files/l10n/sr@latin.json +%%WWWDIR%%/apps/files/l10n/su.js +%%WWWDIR%%/apps/files/l10n/su.json +%%WWWDIR%%/apps/files/l10n/sv.js +%%WWWDIR%%/apps/files/l10n/sv.json +%%WWWDIR%%/apps/files/l10n/sw_KE.js +%%WWWDIR%%/apps/files/l10n/sw_KE.json +%%WWWDIR%%/apps/files/l10n/ta_IN.js +%%WWWDIR%%/apps/files/l10n/ta_IN.json +%%WWWDIR%%/apps/files/l10n/ta_LK.js +%%WWWDIR%%/apps/files/l10n/ta_LK.json +%%WWWDIR%%/apps/files/l10n/te.js +%%WWWDIR%%/apps/files/l10n/te.json +%%WWWDIR%%/apps/files/l10n/tg_TJ.js +%%WWWDIR%%/apps/files/l10n/tg_TJ.json +%%WWWDIR%%/apps/files/l10n/th_TH.js +%%WWWDIR%%/apps/files/l10n/th_TH.json +%%WWWDIR%%/apps/files/l10n/tl_PH.js +%%WWWDIR%%/apps/files/l10n/tl_PH.json +%%WWWDIR%%/apps/files/l10n/tr.js +%%WWWDIR%%/apps/files/l10n/tr.json +%%WWWDIR%%/apps/files/l10n/tzm.js +%%WWWDIR%%/apps/files/l10n/tzm.json +%%WWWDIR%%/apps/files/l10n/ug.js +%%WWWDIR%%/apps/files/l10n/ug.json +%%WWWDIR%%/apps/files/l10n/uk.js +%%WWWDIR%%/apps/files/l10n/uk.json +%%WWWDIR%%/apps/files/l10n/ur_PK.js +%%WWWDIR%%/apps/files/l10n/ur_PK.json +%%WWWDIR%%/apps/files/l10n/uz.js +%%WWWDIR%%/apps/files/l10n/uz.json +%%WWWDIR%%/apps/files/l10n/vi.js +%%WWWDIR%%/apps/files/l10n/vi.json +%%WWWDIR%%/apps/files/l10n/xgettextfiles +%%WWWDIR%%/apps/files/l10n/yo.js +%%WWWDIR%%/apps/files/l10n/yo.json +%%WWWDIR%%/apps/files/l10n/zh_CN.js +%%WWWDIR%%/apps/files/l10n/zh_CN.json +%%WWWDIR%%/apps/files/l10n/zh_HK.js +%%WWWDIR%%/apps/files/l10n/zh_HK.json +%%WWWDIR%%/apps/files/l10n/zh_TW.js +%%WWWDIR%%/apps/files/l10n/zh_TW.json +%%WWWDIR%%/apps/files/lib/activity.php +%%WWWDIR%%/apps/files/lib/activityhelper.php +%%WWWDIR%%/apps/files/lib/app.php +%%WWWDIR%%/apps/files/lib/backgroundjob/cleanupfilelocks.php +%%WWWDIR%%/apps/files/lib/backgroundjob/deleteorphaneditems.php +%%WWWDIR%%/apps/files/lib/backgroundjob/scanfiles.php +%%WWWDIR%%/apps/files/lib/capabilities.php +%%WWWDIR%%/apps/files/lib/helper.php +%%WWWDIR%%/apps/files/list.php +%%WWWDIR%%/apps/files/service/tagservice.php +%%WWWDIR%%/apps/files/simplelist.php +%%WWWDIR%%/apps/files/templates/admin.php +%%WWWDIR%%/apps/files/templates/appnavigation.php +%%WWWDIR%%/apps/files/templates/fileexists.html +%%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_external/3rdparty/.gitignore +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/API.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/Forbidden.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/NotFound.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/OverQuota.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/Exception/RequestToken.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Consumer/Dropbox.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Curl.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/PEAR.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/PHP.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Wordpress.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/Zend.php +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/OAuth/ca-bundle.pem +%%WWWDIR%%/apps/files_external/3rdparty/Dropbox/autoload.php +%%WWWDIR%%/apps/files_external/3rdparty/autoload.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Aws.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AbstractClient.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/AwsClientInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ClientBuilder.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/DefaultClient.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ExpiredCredentialsChecker.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/ThrottlingErrorChecker.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UploadBodyListener.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Client/UserAgentListener.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/AwsQueryVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/JsonCommand.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/QueryCommand.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Command/XmlResponseLocationVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractCredentialsDecorator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/AbstractRefreshableCredentials.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CacheableCredentials.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/Credentials.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/CredentialsInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/NullCredentials.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/ClientOptions.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/DateFormat.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Region.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Size.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/Time.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Enum/UaString.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/AwsExceptionInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/BadMethodCallException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/DomainException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionFactoryInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ExceptionListener.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InstanceProfileCredentialsException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/InvalidArgumentException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/LogicException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/MultipartUploadException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/NamespaceExceptionFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OutOfBoundsException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/OverflowException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/ExceptionParserInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/Parser/JsonRestExceptionParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RequiredExtensionNotLoadedException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/RuntimeException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/ServiceResponseException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/TransferException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Exception/UnexpectedValueException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/Facade.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/FacadeInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Facade/facade-classes.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHash.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/ChunkHashInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/HashUtils.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Hash/TreeHash.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/HostNameUtils.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/InstanceMetadataClient.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Iterator/AwsResourceIteratorFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransfer.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractTransferState.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadId.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/TransferStateInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadIdInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Model/MultipartUpload/UploadPartInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/aws-config.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/public-endpoints.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Resources/sdk1-config.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/RulesEndpointProvider.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/AbstractSignature.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/EndpointSignatureInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureListener.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV2.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV3Https.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Signature/SignatureV4.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractResourceWaiter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/AbstractWaiter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CallableWaiter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/CompositeWaiterFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ConfigResourceWaiter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/ResourceWaiterInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterClassFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfig.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterConfigFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterFactoryInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/Common/Waiter/WaiterInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/AcpListener.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/BucketStyleListener.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Command/S3Command.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/CannedAcl.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/EncodingType.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Event.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/GranteeType.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Group.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MFADelete.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/MetadataDirective.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Payer.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Permission.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Protocol.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/ServerSideEncryption.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Status.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/Storage.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Enum/StorageClass.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccessDeniedException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AccountProblemException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BadDigestException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyExistsException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/BucketNotEmptyException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CredentialsNotSupportedException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/DeleteMultipleObjectsException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooLargeException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/EntityTooSmallException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ExpiredTokenException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IllegalVersioningConfigurationException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncompleteBodyException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InlineDataTooLargeException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InternalErrorException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAccessKeyIdException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidAddressingHeaderException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidArgumentException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketNameException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidBucketStateException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidDigestException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidLocationConstraintException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPartOrderException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPayerException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidPolicyDocumentException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRangeException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidRequestException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSOAPRequestException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidSecurityException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidStorageClassException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTagErrorException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidTokenException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/InvalidURIException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/KeyTooLongException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedACLErrorException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedPOSTRequestException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MalformedXMLException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxMessageLengthExceededException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MetadataTooLargeException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MethodNotAllowedException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingAttachmentException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingContentLengthException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingRequestBodyErrorException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityElementException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/MissingSecurityHeaderException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoLoggingStatusForKeyException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchBucketPolicyException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchCORSConfigurationException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchKeyException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchTagSetErrorException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchUploadException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchVersionException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotImplementedException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSignedUpException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/NotSuchBucketPolicyException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/OperationAbortedException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/Parser/S3ExceptionParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PermanentRedirectException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/PreconditionFailedException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RedirectException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestIsNotMultiPartContentException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeTooSkewedException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTimeoutException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/S3Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/ServiceUnavailableException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SignatureDoesNotMatchException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/SlowDownException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TemporaryRedirectException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TokenRefreshRequiredException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/TooManyBucketsException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnexpectedContentException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListBucketsIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListMultipartUploadsIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectVersionsIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/ListObjectsIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Iterator/OpendirIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Acp.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/AcpBuilder.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/ClearBucket.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsBatch.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/DeleteObjectsTransfer.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grant.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/Grantee.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/AbstractTransfer.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/ParallelTransfer.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/SerialTransfer.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/TransferState.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadBuilder.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadId.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/MultipartUpload/UploadPart.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Model/PostObject.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Resources/s3-2006-03-01.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/ResumableDownload.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Client.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Md5Listener.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Signature.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3SignatureV4.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SocketTimeoutChecker.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/SseCpkListener.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/StreamWrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSync.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/AbstractSyncBuilder.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/ChangedFilesIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSync.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/DownloadSyncBuilder.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/FilenameConverterInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/KeyConverter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSync.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/Sync/UploadSyncBuilder.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/AbstractBatchDecorator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Batch.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchBuilder.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureDivisor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchClosureTransfer.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchCommandTransfer.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchDivisorInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchRequestTransfer.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchSizeDivisor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/BatchTransferInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/Exception/BatchTransferException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/ExceptionBufferingBatch.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/FlushingBatch.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/HistoryBatch.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/NotifyingBatch.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Batch/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/AbstractCacheAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/CacheAdapterInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/ClosureCacheAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/DoctrineCacheAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/NullCacheAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf1CacheAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/Zf2CacheAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Cache/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/AbstractHasDispatcher.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Collection.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Event.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/BadMethodCallException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/ExceptionCollection.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/GuzzleException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/InvalidArgumentException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/RuntimeException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Exception/UnexpectedValueException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/FromConfigInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/HasDispatcherInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/Version.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/AbstractEntityBodyDecorator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/CachingEntityBody.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Client.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ClientInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlHandle.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMulti.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlMultiProxy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/CurlVersion.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Curl/RequestMediator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBody.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/EntityBodyInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/BadResponseException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ClientErrorResponseException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CouldNotRewindStreamException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/CurlException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/HttpException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/MultiTransferException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/RequestException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/ServerErrorResponseException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Exception/TooManyRedirectsException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/IoEmittingEntityBody.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/AbstractMessage.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/EntityEnclosingRequestInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/CacheControl.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderCollection.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderFactoryInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/HeaderInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Header/Link.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/MessageInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFile.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/PostFileInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Request.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestFactoryInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/RequestInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Message/Response.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Mimetypes.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/CommaAggregator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/DuplicateAggregator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/PhpAggregator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/QueryString.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/ReadLimitEntityBody.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/RedirectPlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Resources/cacert.pem +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/StaticClient.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/Url.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Http/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/Inflector.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/InflectorInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/MemoizingInflector.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/PreComputedInflector.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Inflection/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/AppendIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/ChunkedIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/FilterIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MapIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/MethodProxyIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/README.md +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Iterator/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/AbstractLogAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ArrayLogAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/ClosureLogAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/LogAdapterInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MessageFormatter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/MonologLogAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/PsrLogAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf1LogAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/Zf2LogAdapter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Log/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Cookie/CookieParserInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/AbstractMessageParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/MessageParserInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Message/PeclHttpMessageParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/ParserRegistry.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/PeclUriTemplate.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplate.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/UriTemplate/UriTemplateInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/Url/UrlParserInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/AsyncPlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Async/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffLogger.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffPlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Backoff/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CachePlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CacheStorageInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCacheStorage.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DefaultRevalidation.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/DenyRevalidation.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/RevalidationInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/SkipRevalidation.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cache/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Cookie.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/CookiePlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Cookie/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/CurlAuth/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/ErrorResponse/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/HistoryPlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/History/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/LogPlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Md5/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/MockPlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Mock/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/OauthPlugin.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Oauth/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/AbstractConfigLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilder.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Builder/ServiceBuilderLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/CachingConfigLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Client.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ClientInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/AbstractCommand.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ClosureCommand.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CommandInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/CreateResponseClassEvent.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultRequestSerializer.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/DefaultResponseParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/AliasFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/CompositeFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ConcreteClassFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/FactoryInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/MapFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationCommand.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/OperationResponseParser.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/RequestSerializerInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseClassInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/ResponseParserInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/ConfigLoaderInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Operation.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/OperationInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/Parameter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaFormatter.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/SchemaValidator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescription.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ServiceDescriptionLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Description/ValidatorInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/CommandTransferException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/DescriptionBuilderException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/InconsistentClientTransferException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ResponseClassException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceBuilderException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ServiceNotFoundException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Exception/ValidationException.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/MapResourceIteratorFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/Model.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIterator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorClassFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Resource/ResourceIteratorInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/PhpStreamRequestFactory.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/Stream.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/StreamRequestFactoryInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/.gitignore +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/CHANGELOG.md +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassCollectionLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/ClassMapGenerator.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/LICENSE +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/MapClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Psr4ClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/README.md +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Baz.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Namespaced/FooBar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Baz.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/NamespaceCollision/A/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/NamespaceCollision/A/B/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Namespaced/FooBar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/A.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/ATrait.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/B.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/BTrait.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithComments.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Baz.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced2/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Baz.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike/WithComments.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Baz.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/Pearlike2/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/A/B/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/NamespaceCollision/C/B/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/A/B/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeClass.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeParent.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/multipleNs.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notAClass.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/notPhpFile.md +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced2/FooBar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike/FooBar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/includepath/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/php5.4/traits.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Class_With_Underscores.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/UniversalClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/WinCacheClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/XcacheClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/ClassLoader/phpunit.xml.dist +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/.gitignore +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/CHANGELOG.md +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Debug/WrappedListener.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Event.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcher.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventDispatcherInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/EventSubscriberInterface.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/GenericEvent.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/LICENSE +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/README.md +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/EventTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/Symfony/Component/EventDispatcher/phpunit.xml.dist +%%WWWDIR%%/apps/files_external/3rdparty/aws-sdk-php/aws-autoloader.php +%%WWWDIR%%/apps/files_external/3rdparty/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/composer.lock +%%WWWDIR%%/apps/files_external/3rdparty/composer/ClassLoader.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/LICENSE +%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_classmap.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_namespaces.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_psr4.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/autoload_real.php +%%WWWDIR%%/apps/files_external/3rdparty/composer/installed.json +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/LICENSE +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/README.md +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Abstract.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AssertionCredentials.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/LoginTicket.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Simple.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Abstract.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Apc.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/File.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Memcache.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Client.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Collection.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Config.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Batch.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/CacheParser.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/MediaFileUpload.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/REST.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Http/Request.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Abstract.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Curl.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Stream.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/cacerts.pem +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Model.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Drive.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resource.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/Abstract.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/P12.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils/URITemplate.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Abstract.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/.gitignore +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/LICENSE.txt +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/README.md +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Connection.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/ErrorCodes.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/AccessDeniedException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/AlreadyExistsException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionRefusedException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/ForbiddenException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/HostDownException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidHostException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidPathException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidRequestException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidResourceException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidTypeException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NoLoginServerException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NoRouteToHostException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotEmptyException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Exception/TimedOutException.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/FileInfo.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/IFileInfo.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/IShare.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeFileInfo.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeServer.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeShare.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeState.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/NativeStream.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Parser.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/RawConnection.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Server.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/Share.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/System.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/src/TimeZoneProvider.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams-dummy/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/.gitignore +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/.travis.yml +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/LICENCE +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/README.md +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/composer.json +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Directory.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/DirectoryFilter.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/DirectoryWrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/File.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/IteratorDirectory.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/NullWrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Path.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/RetryWrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/SeekableWrapper.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Url.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/UrlCallBack.php +%%WWWDIR%%/apps/files_external/3rdparty/icewind/streams/src/Wrapper.php +%%WWWDIR%%/apps/files_external/ajax/applicable.php +%%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/application.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/command/applicable.php +%%WWWDIR%%/apps/files_external/command/backends.php +%%WWWDIR%%/apps/files_external/command/config.php +%%WWWDIR%%/apps/files_external/command/create.php +%%WWWDIR%%/apps/files_external/command/delete.php +%%WWWDIR%%/apps/files_external/command/export.php +%%WWWDIR%%/apps/files_external/command/import.php +%%WWWDIR%%/apps/files_external/command/listcommand.php +%%WWWDIR%%/apps/files_external/command/option.php +%%WWWDIR%%/apps/files_external/command/verify.php +%%WWWDIR%%/apps/files_external/controller/ajaxcontroller.php +%%WWWDIR%%/apps/files_external/controller/globalstoragescontroller.php +%%WWWDIR%%/apps/files_external/controller/storagescontroller.php +%%WWWDIR%%/apps/files_external/controller/userglobalstoragescontroller.php +%%WWWDIR%%/apps/files_external/controller/userstoragescontroller.php +%%WWWDIR%%/apps/files_external/css/external.css +%%WWWDIR%%/apps/files_external/css/settings.css +%%WWWDIR%%/apps/files_external/img/app.svg +%%WWWDIR%%/apps/files_external/js/app.js +%%WWWDIR%%/apps/files_external/js/mountsfilelist.js +%%WWWDIR%%/apps/files_external/js/oauth1.js +%%WWWDIR%%/apps/files_external/js/oauth2.js +%%WWWDIR%%/apps/files_external/js/public_key.js +%%WWWDIR%%/apps/files_external/js/rollingqueue.js +%%WWWDIR%%/apps/files_external/js/settings.js +%%WWWDIR%%/apps/files_external/js/statusmanager.js +%%WWWDIR%%/apps/files_external/l10n/.gitkeep +%%WWWDIR%%/apps/files_external/l10n/af_ZA.js +%%WWWDIR%%/apps/files_external/l10n/af_ZA.json +%%WWWDIR%%/apps/files_external/l10n/ar.js +%%WWWDIR%%/apps/files_external/l10n/ar.json +%%WWWDIR%%/apps/files_external/l10n/ast.js +%%WWWDIR%%/apps/files_external/l10n/ast.json +%%WWWDIR%%/apps/files_external/l10n/az.js +%%WWWDIR%%/apps/files_external/l10n/az.json +%%WWWDIR%%/apps/files_external/l10n/bg_BG.js +%%WWWDIR%%/apps/files_external/l10n/bg_BG.json +%%WWWDIR%%/apps/files_external/l10n/bn_BD.js +%%WWWDIR%%/apps/files_external/l10n/bn_BD.json +%%WWWDIR%%/apps/files_external/l10n/bn_IN.js +%%WWWDIR%%/apps/files_external/l10n/bn_IN.json +%%WWWDIR%%/apps/files_external/l10n/bs.js +%%WWWDIR%%/apps/files_external/l10n/bs.json +%%WWWDIR%%/apps/files_external/l10n/ca.js +%%WWWDIR%%/apps/files_external/l10n/ca.json +%%WWWDIR%%/apps/files_external/l10n/cs_CZ.js +%%WWWDIR%%/apps/files_external/l10n/cs_CZ.json +%%WWWDIR%%/apps/files_external/l10n/cy_GB.js +%%WWWDIR%%/apps/files_external/l10n/cy_GB.json +%%WWWDIR%%/apps/files_external/l10n/da.js +%%WWWDIR%%/apps/files_external/l10n/da.json +%%WWWDIR%%/apps/files_external/l10n/de.js +%%WWWDIR%%/apps/files_external/l10n/de.json +%%WWWDIR%%/apps/files_external/l10n/de_AT.js +%%WWWDIR%%/apps/files_external/l10n/de_AT.json +%%WWWDIR%%/apps/files_external/l10n/de_DE.js +%%WWWDIR%%/apps/files_external/l10n/de_DE.json +%%WWWDIR%%/apps/files_external/l10n/el.js +%%WWWDIR%%/apps/files_external/l10n/el.json +%%WWWDIR%%/apps/files_external/l10n/en_GB.js +%%WWWDIR%%/apps/files_external/l10n/en_GB.json +%%WWWDIR%%/apps/files_external/l10n/eo.js +%%WWWDIR%%/apps/files_external/l10n/eo.json +%%WWWDIR%%/apps/files_external/l10n/es.js +%%WWWDIR%%/apps/files_external/l10n/es.json +%%WWWDIR%%/apps/files_external/l10n/es_AR.js +%%WWWDIR%%/apps/files_external/l10n/es_AR.json +%%WWWDIR%%/apps/files_external/l10n/es_CL.js +%%WWWDIR%%/apps/files_external/l10n/es_CL.json +%%WWWDIR%%/apps/files_external/l10n/es_MX.js +%%WWWDIR%%/apps/files_external/l10n/es_MX.json +%%WWWDIR%%/apps/files_external/l10n/et_EE.js +%%WWWDIR%%/apps/files_external/l10n/et_EE.json +%%WWWDIR%%/apps/files_external/l10n/eu.js +%%WWWDIR%%/apps/files_external/l10n/eu.json +%%WWWDIR%%/apps/files_external/l10n/fa.js +%%WWWDIR%%/apps/files_external/l10n/fa.json +%%WWWDIR%%/apps/files_external/l10n/fi_FI.js +%%WWWDIR%%/apps/files_external/l10n/fi_FI.json +%%WWWDIR%%/apps/files_external/l10n/fr.js +%%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/he.js +%%WWWDIR%%/apps/files_external/l10n/he.json +%%WWWDIR%%/apps/files_external/l10n/hi.js +%%WWWDIR%%/apps/files_external/l10n/hi.json +%%WWWDIR%%/apps/files_external/l10n/hr.js +%%WWWDIR%%/apps/files_external/l10n/hr.json +%%WWWDIR%%/apps/files_external/l10n/hu_HU.js +%%WWWDIR%%/apps/files_external/l10n/hu_HU.json +%%WWWDIR%%/apps/files_external/l10n/hy.js +%%WWWDIR%%/apps/files_external/l10n/hy.json +%%WWWDIR%%/apps/files_external/l10n/ia.js +%%WWWDIR%%/apps/files_external/l10n/ia.json +%%WWWDIR%%/apps/files_external/l10n/id.js +%%WWWDIR%%/apps/files_external/l10n/id.json +%%WWWDIR%%/apps/files_external/l10n/is.js +%%WWWDIR%%/apps/files_external/l10n/is.json +%%WWWDIR%%/apps/files_external/l10n/it.js +%%WWWDIR%%/apps/files_external/l10n/it.json +%%WWWDIR%%/apps/files_external/l10n/ja.js +%%WWWDIR%%/apps/files_external/l10n/ja.json +%%WWWDIR%%/apps/files_external/l10n/jv.js +%%WWWDIR%%/apps/files_external/l10n/jv.json +%%WWWDIR%%/apps/files_external/l10n/ka_GE.js +%%WWWDIR%%/apps/files_external/l10n/ka_GE.json +%%WWWDIR%%/apps/files_external/l10n/km.js +%%WWWDIR%%/apps/files_external/l10n/km.json +%%WWWDIR%%/apps/files_external/l10n/kn.js +%%WWWDIR%%/apps/files_external/l10n/kn.json +%%WWWDIR%%/apps/files_external/l10n/ko.js +%%WWWDIR%%/apps/files_external/l10n/ko.json +%%WWWDIR%%/apps/files_external/l10n/ku_IQ.js +%%WWWDIR%%/apps/files_external/l10n/ku_IQ.json +%%WWWDIR%%/apps/files_external/l10n/lb.js +%%WWWDIR%%/apps/files_external/l10n/lb.json +%%WWWDIR%%/apps/files_external/l10n/lt_LT.js +%%WWWDIR%%/apps/files_external/l10n/lt_LT.json +%%WWWDIR%%/apps/files_external/l10n/lv.js +%%WWWDIR%%/apps/files_external/l10n/lv.json +%%WWWDIR%%/apps/files_external/l10n/mk.js +%%WWWDIR%%/apps/files_external/l10n/mk.json +%%WWWDIR%%/apps/files_external/l10n/mn.js +%%WWWDIR%%/apps/files_external/l10n/mn.json +%%WWWDIR%%/apps/files_external/l10n/ms_MY.js +%%WWWDIR%%/apps/files_external/l10n/ms_MY.json +%%WWWDIR%%/apps/files_external/l10n/my_MM.js +%%WWWDIR%%/apps/files_external/l10n/my_MM.json +%%WWWDIR%%/apps/files_external/l10n/nb_NO.js +%%WWWDIR%%/apps/files_external/l10n/nb_NO.json +%%WWWDIR%%/apps/files_external/l10n/nds.js +%%WWWDIR%%/apps/files_external/l10n/nds.json +%%WWWDIR%%/apps/files_external/l10n/nl.js +%%WWWDIR%%/apps/files_external/l10n/nl.json +%%WWWDIR%%/apps/files_external/l10n/nn_NO.js +%%WWWDIR%%/apps/files_external/l10n/nn_NO.json +%%WWWDIR%%/apps/files_external/l10n/oc.js +%%WWWDIR%%/apps/files_external/l10n/oc.json +%%WWWDIR%%/apps/files_external/l10n/pa.js +%%WWWDIR%%/apps/files_external/l10n/pa.json +%%WWWDIR%%/apps/files_external/l10n/pl.js +%%WWWDIR%%/apps/files_external/l10n/pl.json +%%WWWDIR%%/apps/files_external/l10n/pt_BR.js +%%WWWDIR%%/apps/files_external/l10n/pt_BR.json +%%WWWDIR%%/apps/files_external/l10n/pt_PT.js +%%WWWDIR%%/apps/files_external/l10n/pt_PT.json +%%WWWDIR%%/apps/files_external/l10n/ro.js +%%WWWDIR%%/apps/files_external/l10n/ro.json +%%WWWDIR%%/apps/files_external/l10n/ru.js +%%WWWDIR%%/apps/files_external/l10n/ru.json +%%WWWDIR%%/apps/files_external/l10n/si_LK.js +%%WWWDIR%%/apps/files_external/l10n/si_LK.json +%%WWWDIR%%/apps/files_external/l10n/sk_SK.js +%%WWWDIR%%/apps/files_external/l10n/sk_SK.json +%%WWWDIR%%/apps/files_external/l10n/sl.js +%%WWWDIR%%/apps/files_external/l10n/sl.json +%%WWWDIR%%/apps/files_external/l10n/sq.js +%%WWWDIR%%/apps/files_external/l10n/sq.json +%%WWWDIR%%/apps/files_external/l10n/sr.js +%%WWWDIR%%/apps/files_external/l10n/sr.json +%%WWWDIR%%/apps/files_external/l10n/sr@latin.js +%%WWWDIR%%/apps/files_external/l10n/sr@latin.json +%%WWWDIR%%/apps/files_external/l10n/sv.js +%%WWWDIR%%/apps/files_external/l10n/sv.json +%%WWWDIR%%/apps/files_external/l10n/ta_LK.js +%%WWWDIR%%/apps/files_external/l10n/ta_LK.json +%%WWWDIR%%/apps/files_external/l10n/te.js +%%WWWDIR%%/apps/files_external/l10n/te.json +%%WWWDIR%%/apps/files_external/l10n/th_TH.js +%%WWWDIR%%/apps/files_external/l10n/th_TH.json +%%WWWDIR%%/apps/files_external/l10n/tr.js +%%WWWDIR%%/apps/files_external/l10n/tr.json +%%WWWDIR%%/apps/files_external/l10n/ug.js +%%WWWDIR%%/apps/files_external/l10n/ug.json +%%WWWDIR%%/apps/files_external/l10n/uk.js +%%WWWDIR%%/apps/files_external/l10n/uk.json +%%WWWDIR%%/apps/files_external/l10n/ur_PK.js +%%WWWDIR%%/apps/files_external/l10n/ur_PK.json +%%WWWDIR%%/apps/files_external/l10n/vi.js +%%WWWDIR%%/apps/files_external/l10n/vi.json +%%WWWDIR%%/apps/files_external/l10n/zh_CN.js +%%WWWDIR%%/apps/files_external/l10n/zh_CN.json +%%WWWDIR%%/apps/files_external/l10n/zh_HK.js +%%WWWDIR%%/apps/files_external/l10n/zh_HK.json +%%WWWDIR%%/apps/files_external/l10n/zh_TW.js +%%WWWDIR%%/apps/files_external/l10n/zh_TW.json +%%WWWDIR%%/apps/files_external/lib/amazons3.php +%%WWWDIR%%/apps/files_external/lib/api.php +%%WWWDIR%%/apps/files_external/lib/auth/amazons3/accesskey.php +%%WWWDIR%%/apps/files_external/lib/auth/authmechanism.php +%%WWWDIR%%/apps/files_external/lib/auth/builtin.php +%%WWWDIR%%/apps/files_external/lib/auth/iuserprovided.php +%%WWWDIR%%/apps/files_external/lib/auth/nullmechanism.php +%%WWWDIR%%/apps/files_external/lib/auth/oauth1/oauth1.php +%%WWWDIR%%/apps/files_external/lib/auth/oauth2/oauth2.php +%%WWWDIR%%/apps/files_external/lib/auth/openstack/openstack.php +%%WWWDIR%%/apps/files_external/lib/auth/openstack/rackspace.php +%%WWWDIR%%/apps/files_external/lib/auth/password/password.php +%%WWWDIR%%/apps/files_external/lib/auth/password/sessioncredentials.php +%%WWWDIR%%/apps/files_external/lib/auth/publickey/rsa.php +%%WWWDIR%%/apps/files_external/lib/backend/amazons3.php +%%WWWDIR%%/apps/files_external/lib/backend/backend.php +%%WWWDIR%%/apps/files_external/lib/backend/dav.php +%%WWWDIR%%/apps/files_external/lib/backend/dropbox.php +%%WWWDIR%%/apps/files_external/lib/backend/ftp.php +%%WWWDIR%%/apps/files_external/lib/backend/google.php +%%WWWDIR%%/apps/files_external/lib/backend/legacybackend.php +%%WWWDIR%%/apps/files_external/lib/backend/local.php +%%WWWDIR%%/apps/files_external/lib/backend/owncloud.php +%%WWWDIR%%/apps/files_external/lib/backend/sftp.php +%%WWWDIR%%/apps/files_external/lib/backend/sftp_key.php +%%WWWDIR%%/apps/files_external/lib/backend/smb.php +%%WWWDIR%%/apps/files_external/lib/backend/smb_oc.php +%%WWWDIR%%/apps/files_external/lib/backend/swift.php +%%WWWDIR%%/apps/files_external/lib/config.php +%%WWWDIR%%/apps/files_external/lib/config/configadapter.php +%%WWWDIR%%/apps/files_external/lib/definitionparameter.php +%%WWWDIR%%/apps/files_external/lib/dependencytrait.php +%%WWWDIR%%/apps/files_external/lib/dropbox.php +%%WWWDIR%%/apps/files_external/lib/frontenddefinitiontrait.php +%%WWWDIR%%/apps/files_external/lib/ftp.php +%%WWWDIR%%/apps/files_external/lib/google.php +%%WWWDIR%%/apps/files_external/lib/identifiertrait.php +%%WWWDIR%%/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php +%%WWWDIR%%/apps/files_external/lib/legacydependencycheckpolyfill.php +%%WWWDIR%%/apps/files_external/lib/missingdependency.php +%%WWWDIR%%/apps/files_external/lib/notfoundexception.php +%%WWWDIR%%/apps/files_external/lib/owncloud.php +%%WWWDIR%%/apps/files_external/lib/personalmount.php +%%WWWDIR%%/apps/files_external/lib/prioritytrait.php +%%WWWDIR%%/apps/files_external/lib/sessionstoragewrapper.php +%%WWWDIR%%/apps/files_external/lib/sftp.php +%%WWWDIR%%/apps/files_external/lib/smb.php +%%WWWDIR%%/apps/files_external/lib/storageconfig.php +%%WWWDIR%%/apps/files_external/lib/storagemodifiertrait.php +%%WWWDIR%%/apps/files_external/lib/streamwrapper.php +%%WWWDIR%%/apps/files_external/lib/swift.php +%%WWWDIR%%/apps/files_external/lib/visibilitytrait.php +%%WWWDIR%%/apps/files_external/list.php +%%WWWDIR%%/apps/files_external/migration/dummyusersession.php +%%WWWDIR%%/apps/files_external/migration/storagemigrator.php +%%WWWDIR%%/apps/files_external/personal.php +%%WWWDIR%%/apps/files_external/service/backendservice.php +%%WWWDIR%%/apps/files_external/service/dbconfigservice.php +%%WWWDIR%%/apps/files_external/service/globallegacystoragesservice.php +%%WWWDIR%%/apps/files_external/service/globalstoragesservice.php +%%WWWDIR%%/apps/files_external/service/importlegacystoragesservice.php +%%WWWDIR%%/apps/files_external/service/legacystoragesservice.php +%%WWWDIR%%/apps/files_external/service/storagesservice.php +%%WWWDIR%%/apps/files_external/service/userglobalstoragesservice.php +%%WWWDIR%%/apps/files_external/service/userlegacystoragesservice.php +%%WWWDIR%%/apps/files_external/service/userstoragesservice.php +%%WWWDIR%%/apps/files_external/service/usertrait.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 +%%WWWDIR%%/apps/files_pdfviewer/appinfo/info.xml +%%WWWDIR%%/apps/files_pdfviewer/appinfo/routes.php +%%WWWDIR%%/apps/files_pdfviewer/appinfo/signature.json +%%WWWDIR%%/apps/files_pdfviewer/appinfo/version +%%WWWDIR%%/apps/files_pdfviewer/controller/displaycontroller.php +%%WWWDIR%%/apps/files_pdfviewer/css/style.css +%%WWWDIR%%/apps/files_pdfviewer/css/viewer.css +%%WWWDIR%%/apps/files_pdfviewer/img/app.png +%%WWWDIR%%/apps/files_pdfviewer/img/app.svg +%%WWWDIR%%/apps/files_pdfviewer/img/toolbarButton-secondaryToolbarClose.svg +%%WWWDIR%%/apps/files_pdfviewer/js/previewplugin.js +%%WWWDIR%%/apps/files_pdfviewer/js/workersrc.js +%%WWWDIR%%/apps/files_pdfviewer/templates/viewer.php +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/LICENSE +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/build/pdf.js +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/build/pdf.worker.js +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-EUC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-RKSJ-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-RKSJ-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Add-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-0.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-1.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-2.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-3.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-4.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-5.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/B5pc-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS-EUC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS1-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/CNS2-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETHK-B5-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETen-B5-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/ETenms-B5-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/EUC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Ext-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-EUC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GB-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK-EUC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBK2K-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBKp-EUC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-EUC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBT-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/GBpc-EUC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdla-B5-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKdlb-B5-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKgccs-B5-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm314-B5-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKm471-B5-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/HKscs-B5-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hankaku.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Hiragana.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-EUC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-Johab-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCms-UHC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Katakana.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/LICENSE +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/NWP-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/RKSJ-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/Roman.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/V.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/cmaps/WP-Symbol.bcmap +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/compatibility.js +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/debugger.js +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-check.svg +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-comment.svg +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-help.svg +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-insert.svg +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-key.svg +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-newparagraph.svg +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-noicon.svg +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-note.svg +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/annotation-paragraph.svg +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next-rtl.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next-rtl@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-next@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous-rtl.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous-rtl@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/findbarButton-previous@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/grab.cur +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/grabbing.cur +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-icon.gif +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-small.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/loading-small@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-documentProperties.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-firstPage.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-handTool.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-lastPage.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCw.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/shadow.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/texture.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-bookmark.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-bookmark@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-download.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-download@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-menuArrows.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-menuArrows@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-openFile.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-openFile@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown-rtl.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageDown@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp-rtl.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-pageUp@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-presentationMode.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-presentationMode@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-print.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-print@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-search.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-search@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewAttachments.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewAttachments@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline-rtl.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewOutline@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewThumbnail.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomIn.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomIn@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomOut.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/toolbarButton-zoomOut@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed-rtl.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed-rtl@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-collapsed@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-expanded.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/images/treeitem-expanded@2x.png +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/l10n.js +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ach/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/af/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ak/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/an/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ar/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/as/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ast/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/az/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/be/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/bg/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/bn-BD/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/bn-IN/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/br/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/bs/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ca/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/cs/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/csb/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/cy/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/da/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/de/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/el/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-GB/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-US/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/en-ZA/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/eo/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-AR/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-CL/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-ES/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/es-MX/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/et/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/eu/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/fa/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ff/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/fi/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/fr/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/fy-NL/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ga-IE/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/gd/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/gl/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/gu-IN/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/he/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/hi-IN/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/hr/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/hu/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/hy-AM/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/id/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/is/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/it/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ja/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ka/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/kk/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/km/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/kn/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ko/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ku/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/lg/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/lij/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/locale.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/lt/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/lv/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/mai/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/mk/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ml/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/mn/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/mr/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ms/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/my/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/nb-NO/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/nl/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/nn-NO/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/nso/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/oc/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/or/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/pa-IN/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/pl/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/pt-BR/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/pt-PT/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/rm/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ro/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ru/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/rw/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/sah/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/si/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/sk/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/sl/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/son/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/sq/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/sr/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/sv-SE/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/sw/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ta-LK/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ta/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/te/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/th/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/tl/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/tn/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/tr/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/uk/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/ur/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/vi/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/wo/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/xh/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/zh-CN/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/zh-TW/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/locale/zu/viewer.properties +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.css +%%WWWDIR%%/apps/files_pdfviewer/vendor/pdfjs/web/viewer.js +%%WWWDIR%%/apps/files_sharing/ajax/external.php +%%WWWDIR%%/apps/files_sharing/ajax/publicpreview.php +%%WWWDIR%%/apps/files_sharing/ajax/shareinfo.php +%%WWWDIR%%/apps/files_sharing/api/local.php +%%WWWDIR%%/apps/files_sharing/api/ocssharewrapper.php +%%WWWDIR%%/apps/files_sharing/api/remote.php +%%WWWDIR%%/apps/files_sharing/api/server2server.php +%%WWWDIR%%/apps/files_sharing/api/share20ocs.php +%%WWWDIR%%/apps/files_sharing/api/sharees.php +%%WWWDIR%%/apps/files_sharing/appinfo/app.php +%%WWWDIR%%/apps/files_sharing/appinfo/application.php +%%WWWDIR%%/apps/files_sharing/appinfo/database.xml +%%WWWDIR%%/apps/files_sharing/appinfo/info.xml +%%WWWDIR%%/apps/files_sharing/appinfo/install.php +%%WWWDIR%%/apps/files_sharing/appinfo/routes.php +%%WWWDIR%%/apps/files_sharing/appinfo/signature.json +%%WWWDIR%%/apps/files_sharing/appinfo/update.php +%%WWWDIR%%/apps/files_sharing/css/3rdparty/gs-share/style.css +%%WWWDIR%%/apps/files_sharing/css/404.css +%%WWWDIR%%/apps/files_sharing/css/authenticate.css +%%WWWDIR%%/apps/files_sharing/css/mobile.css +%%WWWDIR%%/apps/files_sharing/css/public.css +%%WWWDIR%%/apps/files_sharing/css/settings-personal.css +%%WWWDIR%%/apps/files_sharing/css/sharedfilelist.css +%%WWWDIR%%/apps/files_sharing/css/sharetabview.css +%%WWWDIR%%/apps/files_sharing/img/app.svg +%%WWWDIR%%/apps/files_sharing/img/social-diaspora.svg +%%WWWDIR%%/apps/files_sharing/img/social-facebook.svg +%%WWWDIR%%/apps/files_sharing/img/social-gnu.svg +%%WWWDIR%%/apps/files_sharing/img/social-googleplus.svg +%%WWWDIR%%/apps/files_sharing/img/social-twitter.svg +%%WWWDIR%%/apps/files_sharing/js/3rdparty/gs-share/gs-share.js +%%WWWDIR%%/apps/files_sharing/js/app.js +%%WWWDIR%%/apps/files_sharing/js/external.js +%%WWWDIR%%/apps/files_sharing/js/files_drop.js +%%WWWDIR%%/apps/files_sharing/js/public.js +%%WWWDIR%%/apps/files_sharing/js/settings-admin.js +%%WWWDIR%%/apps/files_sharing/js/settings-personal.js +%%WWWDIR%%/apps/files_sharing/js/share.js +%%WWWDIR%%/apps/files_sharing/js/sharedfilelist.js +%%WWWDIR%%/apps/files_sharing/js/sharetabview.js +%%WWWDIR%%/apps/files_sharing/l10n/.gitkeep +%%WWWDIR%%/apps/files_sharing/l10n/af_ZA.js +%%WWWDIR%%/apps/files_sharing/l10n/af_ZA.json +%%WWWDIR%%/apps/files_sharing/l10n/ar.js +%%WWWDIR%%/apps/files_sharing/l10n/ar.json +%%WWWDIR%%/apps/files_sharing/l10n/ast.js +%%WWWDIR%%/apps/files_sharing/l10n/ast.json +%%WWWDIR%%/apps/files_sharing/l10n/az.js +%%WWWDIR%%/apps/files_sharing/l10n/az.json +%%WWWDIR%%/apps/files_sharing/l10n/bg_BG.js +%%WWWDIR%%/apps/files_sharing/l10n/bg_BG.json +%%WWWDIR%%/apps/files_sharing/l10n/bn_BD.js +%%WWWDIR%%/apps/files_sharing/l10n/bn_BD.json +%%WWWDIR%%/apps/files_sharing/l10n/bn_IN.js +%%WWWDIR%%/apps/files_sharing/l10n/bn_IN.json +%%WWWDIR%%/apps/files_sharing/l10n/bs.js +%%WWWDIR%%/apps/files_sharing/l10n/bs.json +%%WWWDIR%%/apps/files_sharing/l10n/ca.js +%%WWWDIR%%/apps/files_sharing/l10n/ca.json +%%WWWDIR%%/apps/files_sharing/l10n/cs_CZ.js +%%WWWDIR%%/apps/files_sharing/l10n/cs_CZ.json +%%WWWDIR%%/apps/files_sharing/l10n/cy_GB.js +%%WWWDIR%%/apps/files_sharing/l10n/cy_GB.json +%%WWWDIR%%/apps/files_sharing/l10n/da.js +%%WWWDIR%%/apps/files_sharing/l10n/da.json +%%WWWDIR%%/apps/files_sharing/l10n/de.js +%%WWWDIR%%/apps/files_sharing/l10n/de.json +%%WWWDIR%%/apps/files_sharing/l10n/de_AT.js +%%WWWDIR%%/apps/files_sharing/l10n/de_AT.json +%%WWWDIR%%/apps/files_sharing/l10n/de_DE.js +%%WWWDIR%%/apps/files_sharing/l10n/de_DE.json +%%WWWDIR%%/apps/files_sharing/l10n/el.js +%%WWWDIR%%/apps/files_sharing/l10n/el.json +%%WWWDIR%%/apps/files_sharing/l10n/en_GB.js +%%WWWDIR%%/apps/files_sharing/l10n/en_GB.json +%%WWWDIR%%/apps/files_sharing/l10n/eo.js +%%WWWDIR%%/apps/files_sharing/l10n/eo.json +%%WWWDIR%%/apps/files_sharing/l10n/es.js +%%WWWDIR%%/apps/files_sharing/l10n/es.json +%%WWWDIR%%/apps/files_sharing/l10n/es_AR.js +%%WWWDIR%%/apps/files_sharing/l10n/es_AR.json +%%WWWDIR%%/apps/files_sharing/l10n/es_CL.js +%%WWWDIR%%/apps/files_sharing/l10n/es_CL.json +%%WWWDIR%%/apps/files_sharing/l10n/es_MX.js +%%WWWDIR%%/apps/files_sharing/l10n/es_MX.json +%%WWWDIR%%/apps/files_sharing/l10n/et_EE.js +%%WWWDIR%%/apps/files_sharing/l10n/et_EE.json +%%WWWDIR%%/apps/files_sharing/l10n/eu.js +%%WWWDIR%%/apps/files_sharing/l10n/eu.json +%%WWWDIR%%/apps/files_sharing/l10n/fa.js +%%WWWDIR%%/apps/files_sharing/l10n/fa.json +%%WWWDIR%%/apps/files_sharing/l10n/fi_FI.js +%%WWWDIR%%/apps/files_sharing/l10n/fi_FI.json +%%WWWDIR%%/apps/files_sharing/l10n/fr.js +%%WWWDIR%%/apps/files_sharing/l10n/fr.json +%%WWWDIR%%/apps/files_sharing/l10n/gl.js +%%WWWDIR%%/apps/files_sharing/l10n/gl.json +%%WWWDIR%%/apps/files_sharing/l10n/he.js +%%WWWDIR%%/apps/files_sharing/l10n/he.json +%%WWWDIR%%/apps/files_sharing/l10n/hi.js +%%WWWDIR%%/apps/files_sharing/l10n/hi.json +%%WWWDIR%%/apps/files_sharing/l10n/hr.js +%%WWWDIR%%/apps/files_sharing/l10n/hr.json +%%WWWDIR%%/apps/files_sharing/l10n/hu_HU.js +%%WWWDIR%%/apps/files_sharing/l10n/hu_HU.json +%%WWWDIR%%/apps/files_sharing/l10n/hy.js +%%WWWDIR%%/apps/files_sharing/l10n/hy.json +%%WWWDIR%%/apps/files_sharing/l10n/ia.js +%%WWWDIR%%/apps/files_sharing/l10n/ia.json +%%WWWDIR%%/apps/files_sharing/l10n/id.js +%%WWWDIR%%/apps/files_sharing/l10n/id.json +%%WWWDIR%%/apps/files_sharing/l10n/is.js +%%WWWDIR%%/apps/files_sharing/l10n/is.json +%%WWWDIR%%/apps/files_sharing/l10n/it.js +%%WWWDIR%%/apps/files_sharing/l10n/it.json +%%WWWDIR%%/apps/files_sharing/l10n/ja.js +%%WWWDIR%%/apps/files_sharing/l10n/ja.json +%%WWWDIR%%/apps/files_sharing/l10n/jv.js +%%WWWDIR%%/apps/files_sharing/l10n/jv.json +%%WWWDIR%%/apps/files_sharing/l10n/ka_GE.js +%%WWWDIR%%/apps/files_sharing/l10n/ka_GE.json +%%WWWDIR%%/apps/files_sharing/l10n/km.js +%%WWWDIR%%/apps/files_sharing/l10n/km.json +%%WWWDIR%%/apps/files_sharing/l10n/kn.js +%%WWWDIR%%/apps/files_sharing/l10n/kn.json +%%WWWDIR%%/apps/files_sharing/l10n/ko.js +%%WWWDIR%%/apps/files_sharing/l10n/ko.json +%%WWWDIR%%/apps/files_sharing/l10n/ku_IQ.js +%%WWWDIR%%/apps/files_sharing/l10n/ku_IQ.json +%%WWWDIR%%/apps/files_sharing/l10n/lb.js +%%WWWDIR%%/apps/files_sharing/l10n/lb.json +%%WWWDIR%%/apps/files_sharing/l10n/lo.js +%%WWWDIR%%/apps/files_sharing/l10n/lo.json +%%WWWDIR%%/apps/files_sharing/l10n/lt_LT.js +%%WWWDIR%%/apps/files_sharing/l10n/lt_LT.json +%%WWWDIR%%/apps/files_sharing/l10n/lv.js +%%WWWDIR%%/apps/files_sharing/l10n/lv.json +%%WWWDIR%%/apps/files_sharing/l10n/mk.js +%%WWWDIR%%/apps/files_sharing/l10n/mk.json +%%WWWDIR%%/apps/files_sharing/l10n/ml_IN.js +%%WWWDIR%%/apps/files_sharing/l10n/ml_IN.json +%%WWWDIR%%/apps/files_sharing/l10n/mn.js +%%WWWDIR%%/apps/files_sharing/l10n/mn.json +%%WWWDIR%%/apps/files_sharing/l10n/ms_MY.js +%%WWWDIR%%/apps/files_sharing/l10n/ms_MY.json +%%WWWDIR%%/apps/files_sharing/l10n/my_MM.js +%%WWWDIR%%/apps/files_sharing/l10n/my_MM.json +%%WWWDIR%%/apps/files_sharing/l10n/nb_NO.js +%%WWWDIR%%/apps/files_sharing/l10n/nb_NO.json +%%WWWDIR%%/apps/files_sharing/l10n/nds.js +%%WWWDIR%%/apps/files_sharing/l10n/nds.json +%%WWWDIR%%/apps/files_sharing/l10n/nl.js +%%WWWDIR%%/apps/files_sharing/l10n/nl.json +%%WWWDIR%%/apps/files_sharing/l10n/nn_NO.js +%%WWWDIR%%/apps/files_sharing/l10n/nn_NO.json +%%WWWDIR%%/apps/files_sharing/l10n/oc.js +%%WWWDIR%%/apps/files_sharing/l10n/oc.json +%%WWWDIR%%/apps/files_sharing/l10n/pa.js +%%WWWDIR%%/apps/files_sharing/l10n/pa.json +%%WWWDIR%%/apps/files_sharing/l10n/pl.js +%%WWWDIR%%/apps/files_sharing/l10n/pl.json +%%WWWDIR%%/apps/files_sharing/l10n/pt_BR.js +%%WWWDIR%%/apps/files_sharing/l10n/pt_BR.json +%%WWWDIR%%/apps/files_sharing/l10n/pt_PT.js +%%WWWDIR%%/apps/files_sharing/l10n/pt_PT.json +%%WWWDIR%%/apps/files_sharing/l10n/ro.js +%%WWWDIR%%/apps/files_sharing/l10n/ro.json +%%WWWDIR%%/apps/files_sharing/l10n/ru.js +%%WWWDIR%%/apps/files_sharing/l10n/ru.json +%%WWWDIR%%/apps/files_sharing/l10n/si_LK.js +%%WWWDIR%%/apps/files_sharing/l10n/si_LK.json +%%WWWDIR%%/apps/files_sharing/l10n/sk_SK.js +%%WWWDIR%%/apps/files_sharing/l10n/sk_SK.json +%%WWWDIR%%/apps/files_sharing/l10n/sl.js +%%WWWDIR%%/apps/files_sharing/l10n/sl.json +%%WWWDIR%%/apps/files_sharing/l10n/sq.js +%%WWWDIR%%/apps/files_sharing/l10n/sq.json +%%WWWDIR%%/apps/files_sharing/l10n/sr.js +%%WWWDIR%%/apps/files_sharing/l10n/sr.json +%%WWWDIR%%/apps/files_sharing/l10n/sr@latin.js +%%WWWDIR%%/apps/files_sharing/l10n/sr@latin.json +%%WWWDIR%%/apps/files_sharing/l10n/sv.js +%%WWWDIR%%/apps/files_sharing/l10n/sv.json +%%WWWDIR%%/apps/files_sharing/l10n/ta_IN.js +%%WWWDIR%%/apps/files_sharing/l10n/ta_IN.json +%%WWWDIR%%/apps/files_sharing/l10n/ta_LK.js +%%WWWDIR%%/apps/files_sharing/l10n/ta_LK.json +%%WWWDIR%%/apps/files_sharing/l10n/te.js +%%WWWDIR%%/apps/files_sharing/l10n/te.json +%%WWWDIR%%/apps/files_sharing/l10n/th_TH.js +%%WWWDIR%%/apps/files_sharing/l10n/th_TH.json +%%WWWDIR%%/apps/files_sharing/l10n/tr.js +%%WWWDIR%%/apps/files_sharing/l10n/tr.json +%%WWWDIR%%/apps/files_sharing/l10n/ug.js +%%WWWDIR%%/apps/files_sharing/l10n/ug.json +%%WWWDIR%%/apps/files_sharing/l10n/uk.js +%%WWWDIR%%/apps/files_sharing/l10n/uk.json +%%WWWDIR%%/apps/files_sharing/l10n/ur_PK.js +%%WWWDIR%%/apps/files_sharing/l10n/ur_PK.json +%%WWWDIR%%/apps/files_sharing/l10n/vi.js +%%WWWDIR%%/apps/files_sharing/l10n/vi.json +%%WWWDIR%%/apps/files_sharing/l10n/zh_CN.js +%%WWWDIR%%/apps/files_sharing/l10n/zh_CN.json +%%WWWDIR%%/apps/files_sharing/l10n/zh_HK.js +%%WWWDIR%%/apps/files_sharing/l10n/zh_HK.json +%%WWWDIR%%/apps/files_sharing/l10n/zh_TW.js +%%WWWDIR%%/apps/files_sharing/l10n/zh_TW.json +%%WWWDIR%%/apps/files_sharing/lib/activity.php +%%WWWDIR%%/apps/files_sharing/lib/cache.php +%%WWWDIR%%/apps/files_sharing/lib/capabilities.php +%%WWWDIR%%/apps/files_sharing/lib/controllers/externalsharescontroller.php +%%WWWDIR%%/apps/files_sharing/lib/controllers/sharecontroller.php +%%WWWDIR%%/apps/files_sharing/lib/deleteorphanedsharesjob.php +%%WWWDIR%%/apps/files_sharing/lib/exceptions/brokenpath.php +%%WWWDIR%%/apps/files_sharing/lib/exceptions/s2sexception.php +%%WWWDIR%%/apps/files_sharing/lib/expiresharesjob.php +%%WWWDIR%%/apps/files_sharing/lib/external/cache.php +%%WWWDIR%%/apps/files_sharing/lib/external/manager.php +%%WWWDIR%%/apps/files_sharing/lib/external/mount.php +%%WWWDIR%%/apps/files_sharing/lib/external/mountprovider.php +%%WWWDIR%%/apps/files_sharing/lib/external/scanner.php +%%WWWDIR%%/apps/files_sharing/lib/external/storage.php +%%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/notifier.php +%%WWWDIR%%/apps/files_sharing/lib/scanner.php +%%WWWDIR%%/apps/files_sharing/lib/share/file.php +%%WWWDIR%%/apps/files_sharing/lib/share/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/list.php +%%WWWDIR%%/apps/files_sharing/public.php +%%WWWDIR%%/apps/files_sharing/settings-admin.php +%%WWWDIR%%/apps/files_sharing/settings-personal.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_sharing/templates/settings-admin.php +%%WWWDIR%%/apps/files_sharing/templates/settings-personal.php +%%WWWDIR%%/apps/files_texteditor/appinfo/app.php +%%WWWDIR%%/apps/files_texteditor/appinfo/application.php +%%WWWDIR%%/apps/files_texteditor/appinfo/info.xml +%%WWWDIR%%/apps/files_texteditor/appinfo/routes.php +%%WWWDIR%%/apps/files_texteditor/appinfo/signature.json +%%WWWDIR%%/apps/files_texteditor/controller/filehandlingcontroller.php +%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.eot +%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.svg +%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.ttf +%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/DroidSansMono-webfont.woff +%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/Google Android License.txt +%%WWWDIR%%/apps/files_texteditor/css/DroidSansMono/stylesheet.css +%%WWWDIR%%/apps/files_texteditor/css/mobile.css +%%WWWDIR%%/apps/files_texteditor/css/style.css +%%WWWDIR%%/apps/files_texteditor/img/app.png +%%WWWDIR%%/apps/files_texteditor/img/app.svg +%%WWWDIR%%/apps/files_texteditor/js/editor.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/ace.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/ext-modelist.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/keybinding-emacs.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/keybinding-vim.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-abap.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-actionscript.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ada.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-asciidoc.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-assembly_x86.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-autohotkey.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-batchfile.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-c9search.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-c_cpp.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-clojure.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-cobol.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-coffee.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-coldfusion.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-csharp.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-css.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-curly.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-d.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-dart.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-diff.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-django.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-dot.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ejs.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-erlang.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-forth.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ftl.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-glsl.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-golang.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-groovy.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-haml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-haskell.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-haxe.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-html.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-html_ruby.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ini.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jade.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-java.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-javascript.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-json.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jsoniq.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jsp.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-jsx.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-julia.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-latex.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-less.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-liquid.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lisp.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-livescript.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-logiql.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lsl.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lua.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-luapage.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-lucene.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-makefile.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-markdown.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-matlab.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-mushcode.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-mushcode_high_rules.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-mysql.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-objectivec.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ocaml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-pascal.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-perl.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-pgsql.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-php.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-plain_text.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-powershell.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-prolog.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-properties.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-python.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-r.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-rdoc.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-rhtml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-ruby.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-rust.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-sass.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scad.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scala.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scheme.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-scss.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-sh.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-snippets.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-sql.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-stylus.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-svg.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-tcl.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-tex.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-text.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-textile.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-tmsnippet.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-toml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-twig.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-typescript.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-vbscript.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-velocity.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-verilog.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-xml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-xquery.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/mode-yaml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/abap.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/actionscript.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ada.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/asciidoc.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/assembly_x86.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/autohotkey.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/batchfile.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/c9search.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/c_cpp.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/clojure.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/cobol.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/coffee.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/coldfusion.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/csharp.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/css.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/curly.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/d.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/dart.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/diff.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/django.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/dot.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ejs.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/erlang.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/forth.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ftl.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/glsl.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/golang.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/groovy.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/haml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/haskell.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/haxe.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/html.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/html_ruby.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ini.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jade.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/java.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/javascript.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/json.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jsoniq.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jsp.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/jsx.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/julia.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/latex.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/less.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/liquid.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lisp.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/livescript.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/logiql.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lsl.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lua.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/luapage.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/lucene.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/makefile.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/markdown.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/matlab.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/mushcode.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/mushcode_high_rules.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/mysql.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/objectivec.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ocaml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/pascal.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/perl.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/pgsql.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/php.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/plain_text.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/powershell.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/prolog.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/properties.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/python.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/r.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/rdoc.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/rhtml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/ruby.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/rust.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/sass.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scad.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scala.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scheme.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/scss.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/sh.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/snippets.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/sql.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/stylus.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/svg.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/tcl.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/tex.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/text.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/textile.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/toml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/twig.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/typescript.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/vbscript.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/velocity.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/verilog.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/xml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/xquery.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/snippets/yaml.js +%%WWWDIR%%/apps/files_texteditor/js/vendor/ace/src-noconflict/theme-clouds.js +%%WWWDIR%%/apps/files_texteditor/l10n/.gitkeep +%%WWWDIR%%/apps/files_texteditor/l10n/.tx/config +%%WWWDIR%%/apps/files_texteditor/l10n/ar.php +%%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 +%%WWWDIR%%/apps/files_texteditor/l10n/ca.json +%%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.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 +%%WWWDIR%%/apps/files_trashbin/ajax/preview.php +%%WWWDIR%%/apps/files_trashbin/ajax/undelete.php +%%WWWDIR%%/apps/files_trashbin/appinfo/app.php +%%WWWDIR%%/apps/files_trashbin/appinfo/application.php +%%WWWDIR%%/apps/files_trashbin/appinfo/database.xml +%%WWWDIR%%/apps/files_trashbin/appinfo/info.xml +%%WWWDIR%%/apps/files_trashbin/appinfo/install.php +%%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 +%%WWWDIR%%/apps/files_trashbin/command/cleanup.php +%%WWWDIR%%/apps/files_trashbin/command/expire.php +%%WWWDIR%%/apps/files_trashbin/css/trash.css +%%WWWDIR%%/apps/files_trashbin/img/app.svg +%%WWWDIR%%/apps/files_trashbin/js/app.js +%%WWWDIR%%/apps/files_trashbin/js/filelist.js +%%WWWDIR%%/apps/files_trashbin/l10n/.gitkeep +%%WWWDIR%%/apps/files_trashbin/l10n/af_ZA.js +%%WWWDIR%%/apps/files_trashbin/l10n/af_ZA.json +%%WWWDIR%%/apps/files_trashbin/l10n/ar.js +%%WWWDIR%%/apps/files_trashbin/l10n/ar.json +%%WWWDIR%%/apps/files_trashbin/l10n/ast.js +%%WWWDIR%%/apps/files_trashbin/l10n/ast.json +%%WWWDIR%%/apps/files_trashbin/l10n/az.js +%%WWWDIR%%/apps/files_trashbin/l10n/az.json +%%WWWDIR%%/apps/files_trashbin/l10n/be.js +%%WWWDIR%%/apps/files_trashbin/l10n/be.json +%%WWWDIR%%/apps/files_trashbin/l10n/bg_BG.js +%%WWWDIR%%/apps/files_trashbin/l10n/bg_BG.json +%%WWWDIR%%/apps/files_trashbin/l10n/bn_BD.js +%%WWWDIR%%/apps/files_trashbin/l10n/bn_BD.json +%%WWWDIR%%/apps/files_trashbin/l10n/bn_IN.js +%%WWWDIR%%/apps/files_trashbin/l10n/bn_IN.json +%%WWWDIR%%/apps/files_trashbin/l10n/bs.js +%%WWWDIR%%/apps/files_trashbin/l10n/bs.json +%%WWWDIR%%/apps/files_trashbin/l10n/ca.js +%%WWWDIR%%/apps/files_trashbin/l10n/ca.json +%%WWWDIR%%/apps/files_trashbin/l10n/cs_CZ.js +%%WWWDIR%%/apps/files_trashbin/l10n/cs_CZ.json +%%WWWDIR%%/apps/files_trashbin/l10n/cy_GB.js +%%WWWDIR%%/apps/files_trashbin/l10n/cy_GB.json +%%WWWDIR%%/apps/files_trashbin/l10n/da.js +%%WWWDIR%%/apps/files_trashbin/l10n/da.json +%%WWWDIR%%/apps/files_trashbin/l10n/de.js +%%WWWDIR%%/apps/files_trashbin/l10n/de.json +%%WWWDIR%%/apps/files_trashbin/l10n/de_AT.js +%%WWWDIR%%/apps/files_trashbin/l10n/de_AT.json +%%WWWDIR%%/apps/files_trashbin/l10n/de_DE.js +%%WWWDIR%%/apps/files_trashbin/l10n/de_DE.json +%%WWWDIR%%/apps/files_trashbin/l10n/el.js +%%WWWDIR%%/apps/files_trashbin/l10n/el.json +%%WWWDIR%%/apps/files_trashbin/l10n/en_GB.js +%%WWWDIR%%/apps/files_trashbin/l10n/en_GB.json +%%WWWDIR%%/apps/files_trashbin/l10n/eo.js +%%WWWDIR%%/apps/files_trashbin/l10n/eo.json +%%WWWDIR%%/apps/files_trashbin/l10n/es.js +%%WWWDIR%%/apps/files_trashbin/l10n/es.json +%%WWWDIR%%/apps/files_trashbin/l10n/es_AR.js +%%WWWDIR%%/apps/files_trashbin/l10n/es_AR.json +%%WWWDIR%%/apps/files_trashbin/l10n/es_CL.js +%%WWWDIR%%/apps/files_trashbin/l10n/es_CL.json +%%WWWDIR%%/apps/files_trashbin/l10n/es_MX.js +%%WWWDIR%%/apps/files_trashbin/l10n/es_MX.json +%%WWWDIR%%/apps/files_trashbin/l10n/et_EE.js +%%WWWDIR%%/apps/files_trashbin/l10n/et_EE.json +%%WWWDIR%%/apps/files_trashbin/l10n/eu.js +%%WWWDIR%%/apps/files_trashbin/l10n/eu.json +%%WWWDIR%%/apps/files_trashbin/l10n/fa.js +%%WWWDIR%%/apps/files_trashbin/l10n/fa.json +%%WWWDIR%%/apps/files_trashbin/l10n/fi_FI.js +%%WWWDIR%%/apps/files_trashbin/l10n/fi_FI.json +%%WWWDIR%%/apps/files_trashbin/l10n/fr.js +%%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/he.js +%%WWWDIR%%/apps/files_trashbin/l10n/he.json +%%WWWDIR%%/apps/files_trashbin/l10n/hi.js +%%WWWDIR%%/apps/files_trashbin/l10n/hi.json +%%WWWDIR%%/apps/files_trashbin/l10n/hr.js +%%WWWDIR%%/apps/files_trashbin/l10n/hr.json +%%WWWDIR%%/apps/files_trashbin/l10n/hu_HU.js +%%WWWDIR%%/apps/files_trashbin/l10n/hu_HU.json +%%WWWDIR%%/apps/files_trashbin/l10n/hy.js +%%WWWDIR%%/apps/files_trashbin/l10n/hy.json +%%WWWDIR%%/apps/files_trashbin/l10n/ia.js +%%WWWDIR%%/apps/files_trashbin/l10n/ia.json +%%WWWDIR%%/apps/files_trashbin/l10n/id.js +%%WWWDIR%%/apps/files_trashbin/l10n/id.json +%%WWWDIR%%/apps/files_trashbin/l10n/is.js +%%WWWDIR%%/apps/files_trashbin/l10n/is.json +%%WWWDIR%%/apps/files_trashbin/l10n/it.js +%%WWWDIR%%/apps/files_trashbin/l10n/it.json +%%WWWDIR%%/apps/files_trashbin/l10n/ja.js +%%WWWDIR%%/apps/files_trashbin/l10n/ja.json +%%WWWDIR%%/apps/files_trashbin/l10n/ka_GE.js +%%WWWDIR%%/apps/files_trashbin/l10n/ka_GE.json +%%WWWDIR%%/apps/files_trashbin/l10n/km.js +%%WWWDIR%%/apps/files_trashbin/l10n/km.json +%%WWWDIR%%/apps/files_trashbin/l10n/kn.js +%%WWWDIR%%/apps/files_trashbin/l10n/kn.json +%%WWWDIR%%/apps/files_trashbin/l10n/ko.js +%%WWWDIR%%/apps/files_trashbin/l10n/ko.json +%%WWWDIR%%/apps/files_trashbin/l10n/ku_IQ.js +%%WWWDIR%%/apps/files_trashbin/l10n/ku_IQ.json +%%WWWDIR%%/apps/files_trashbin/l10n/lb.js +%%WWWDIR%%/apps/files_trashbin/l10n/lb.json +%%WWWDIR%%/apps/files_trashbin/l10n/lt_LT.js +%%WWWDIR%%/apps/files_trashbin/l10n/lt_LT.json +%%WWWDIR%%/apps/files_trashbin/l10n/lv.js +%%WWWDIR%%/apps/files_trashbin/l10n/lv.json +%%WWWDIR%%/apps/files_trashbin/l10n/mk.js +%%WWWDIR%%/apps/files_trashbin/l10n/mk.json +%%WWWDIR%%/apps/files_trashbin/l10n/ms_MY.js +%%WWWDIR%%/apps/files_trashbin/l10n/ms_MY.json +%%WWWDIR%%/apps/files_trashbin/l10n/nb_NO.js +%%WWWDIR%%/apps/files_trashbin/l10n/nb_NO.json +%%WWWDIR%%/apps/files_trashbin/l10n/nds.js +%%WWWDIR%%/apps/files_trashbin/l10n/nds.json +%%WWWDIR%%/apps/files_trashbin/l10n/nl.js +%%WWWDIR%%/apps/files_trashbin/l10n/nl.json +%%WWWDIR%%/apps/files_trashbin/l10n/nn_NO.js +%%WWWDIR%%/apps/files_trashbin/l10n/nn_NO.json +%%WWWDIR%%/apps/files_trashbin/l10n/oc.js +%%WWWDIR%%/apps/files_trashbin/l10n/oc.json +%%WWWDIR%%/apps/files_trashbin/l10n/pa.js +%%WWWDIR%%/apps/files_trashbin/l10n/pa.json +%%WWWDIR%%/apps/files_trashbin/l10n/pl.js +%%WWWDIR%%/apps/files_trashbin/l10n/pl.json +%%WWWDIR%%/apps/files_trashbin/l10n/pt_BR.js +%%WWWDIR%%/apps/files_trashbin/l10n/pt_BR.json +%%WWWDIR%%/apps/files_trashbin/l10n/pt_PT.js +%%WWWDIR%%/apps/files_trashbin/l10n/pt_PT.json +%%WWWDIR%%/apps/files_trashbin/l10n/ro.js +%%WWWDIR%%/apps/files_trashbin/l10n/ro.json +%%WWWDIR%%/apps/files_trashbin/l10n/ru.js +%%WWWDIR%%/apps/files_trashbin/l10n/ru.json +%%WWWDIR%%/apps/files_trashbin/l10n/si_LK.js +%%WWWDIR%%/apps/files_trashbin/l10n/si_LK.json +%%WWWDIR%%/apps/files_trashbin/l10n/sk_SK.js +%%WWWDIR%%/apps/files_trashbin/l10n/sk_SK.json +%%WWWDIR%%/apps/files_trashbin/l10n/sl.js +%%WWWDIR%%/apps/files_trashbin/l10n/sl.json +%%WWWDIR%%/apps/files_trashbin/l10n/sq.js +%%WWWDIR%%/apps/files_trashbin/l10n/sq.json +%%WWWDIR%%/apps/files_trashbin/l10n/sr.js +%%WWWDIR%%/apps/files_trashbin/l10n/sr.json +%%WWWDIR%%/apps/files_trashbin/l10n/sr@latin.js +%%WWWDIR%%/apps/files_trashbin/l10n/sr@latin.json +%%WWWDIR%%/apps/files_trashbin/l10n/sv.js +%%WWWDIR%%/apps/files_trashbin/l10n/sv.json +%%WWWDIR%%/apps/files_trashbin/l10n/ta_LK.js +%%WWWDIR%%/apps/files_trashbin/l10n/ta_LK.json +%%WWWDIR%%/apps/files_trashbin/l10n/te.js +%%WWWDIR%%/apps/files_trashbin/l10n/te.json +%%WWWDIR%%/apps/files_trashbin/l10n/th_TH.js +%%WWWDIR%%/apps/files_trashbin/l10n/th_TH.json +%%WWWDIR%%/apps/files_trashbin/l10n/tr.js +%%WWWDIR%%/apps/files_trashbin/l10n/tr.json +%%WWWDIR%%/apps/files_trashbin/l10n/ug.js +%%WWWDIR%%/apps/files_trashbin/l10n/ug.json +%%WWWDIR%%/apps/files_trashbin/l10n/uk.js +%%WWWDIR%%/apps/files_trashbin/l10n/uk.json +%%WWWDIR%%/apps/files_trashbin/l10n/ur_PK.js +%%WWWDIR%%/apps/files_trashbin/l10n/ur_PK.json +%%WWWDIR%%/apps/files_trashbin/l10n/vi.js +%%WWWDIR%%/apps/files_trashbin/l10n/vi.json +%%WWWDIR%%/apps/files_trashbin/l10n/zh_CN.js +%%WWWDIR%%/apps/files_trashbin/l10n/zh_CN.json +%%WWWDIR%%/apps/files_trashbin/l10n/zh_HK.js +%%WWWDIR%%/apps/files_trashbin/l10n/zh_HK.json +%%WWWDIR%%/apps/files_trashbin/l10n/zh_TW.js +%%WWWDIR%%/apps/files_trashbin/l10n/zh_TW.json +%%WWWDIR%%/apps/files_trashbin/lib/backgroundjob/expiretrash.php +%%WWWDIR%%/apps/files_trashbin/lib/capabilities.php +%%WWWDIR%%/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php +%%WWWDIR%%/apps/files_trashbin/lib/expiration.php +%%WWWDIR%%/apps/files_trashbin/lib/helper.php +%%WWWDIR%%/apps/files_trashbin/lib/hooks.php +%%WWWDIR%%/apps/files_trashbin/lib/storage.php +%%WWWDIR%%/apps/files_trashbin/lib/trashbin.php +%%WWWDIR%%/apps/files_trashbin/list.php +%%WWWDIR%%/apps/files_trashbin/templates/index.php +%%WWWDIR%%/apps/files_versions/ajax/getVersions.php +%%WWWDIR%%/apps/files_versions/ajax/preview.php +%%WWWDIR%%/apps/files_versions/ajax/rollbackVersion.php +%%WWWDIR%%/apps/files_versions/appinfo/app.php +%%WWWDIR%%/apps/files_versions/appinfo/application.php +%%WWWDIR%%/apps/files_versions/appinfo/info.xml +%%WWWDIR%%/apps/files_versions/appinfo/install.php +%%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/appinfo/update.php +%%WWWDIR%%/apps/files_versions/command/cleanup.php +%%WWWDIR%%/apps/files_versions/command/expire.php +%%WWWDIR%%/apps/files_versions/css/versions.css +%%WWWDIR%%/apps/files_versions/download.php +%%WWWDIR%%/apps/files_versions/img/app.svg +%%WWWDIR%%/apps/files_versions/js/filesplugin.js +%%WWWDIR%%/apps/files_versions/js/versioncollection.js +%%WWWDIR%%/apps/files_versions/js/versionmodel.js +%%WWWDIR%%/apps/files_versions/js/versionstabview.js +%%WWWDIR%%/apps/files_versions/l10n/.gitkeep +%%WWWDIR%%/apps/files_versions/l10n/ar.js +%%WWWDIR%%/apps/files_versions/l10n/ar.json +%%WWWDIR%%/apps/files_versions/l10n/ast.js +%%WWWDIR%%/apps/files_versions/l10n/ast.json +%%WWWDIR%%/apps/files_versions/l10n/az.js +%%WWWDIR%%/apps/files_versions/l10n/az.json +%%WWWDIR%%/apps/files_versions/l10n/bg_BG.js +%%WWWDIR%%/apps/files_versions/l10n/bg_BG.json +%%WWWDIR%%/apps/files_versions/l10n/bn_BD.js +%%WWWDIR%%/apps/files_versions/l10n/bn_BD.json +%%WWWDIR%%/apps/files_versions/l10n/bn_IN.js +%%WWWDIR%%/apps/files_versions/l10n/bn_IN.json +%%WWWDIR%%/apps/files_versions/l10n/bs.js +%%WWWDIR%%/apps/files_versions/l10n/bs.json +%%WWWDIR%%/apps/files_versions/l10n/ca.js +%%WWWDIR%%/apps/files_versions/l10n/ca.json +%%WWWDIR%%/apps/files_versions/l10n/cs_CZ.js +%%WWWDIR%%/apps/files_versions/l10n/cs_CZ.json +%%WWWDIR%%/apps/files_versions/l10n/cy_GB.js +%%WWWDIR%%/apps/files_versions/l10n/cy_GB.json +%%WWWDIR%%/apps/files_versions/l10n/da.js +%%WWWDIR%%/apps/files_versions/l10n/da.json +%%WWWDIR%%/apps/files_versions/l10n/de.js +%%WWWDIR%%/apps/files_versions/l10n/de.json +%%WWWDIR%%/apps/files_versions/l10n/de_DE.js +%%WWWDIR%%/apps/files_versions/l10n/de_DE.json +%%WWWDIR%%/apps/files_versions/l10n/el.js +%%WWWDIR%%/apps/files_versions/l10n/el.json +%%WWWDIR%%/apps/files_versions/l10n/en_GB.js +%%WWWDIR%%/apps/files_versions/l10n/en_GB.json +%%WWWDIR%%/apps/files_versions/l10n/eo.js +%%WWWDIR%%/apps/files_versions/l10n/eo.json +%%WWWDIR%%/apps/files_versions/l10n/es.js +%%WWWDIR%%/apps/files_versions/l10n/es.json +%%WWWDIR%%/apps/files_versions/l10n/es_AR.js +%%WWWDIR%%/apps/files_versions/l10n/es_AR.json +%%WWWDIR%%/apps/files_versions/l10n/es_MX.js +%%WWWDIR%%/apps/files_versions/l10n/es_MX.json +%%WWWDIR%%/apps/files_versions/l10n/et_EE.js +%%WWWDIR%%/apps/files_versions/l10n/et_EE.json +%%WWWDIR%%/apps/files_versions/l10n/eu.js +%%WWWDIR%%/apps/files_versions/l10n/eu.json +%%WWWDIR%%/apps/files_versions/l10n/fa.js +%%WWWDIR%%/apps/files_versions/l10n/fa.json +%%WWWDIR%%/apps/files_versions/l10n/fi_FI.js +%%WWWDIR%%/apps/files_versions/l10n/fi_FI.json +%%WWWDIR%%/apps/files_versions/l10n/fr.js +%%WWWDIR%%/apps/files_versions/l10n/fr.json +%%WWWDIR%%/apps/files_versions/l10n/gl.js +%%WWWDIR%%/apps/files_versions/l10n/gl.json +%%WWWDIR%%/apps/files_versions/l10n/he.js +%%WWWDIR%%/apps/files_versions/l10n/he.json +%%WWWDIR%%/apps/files_versions/l10n/hr.js +%%WWWDIR%%/apps/files_versions/l10n/hr.json +%%WWWDIR%%/apps/files_versions/l10n/hu_HU.js +%%WWWDIR%%/apps/files_versions/l10n/hu_HU.json +%%WWWDIR%%/apps/files_versions/l10n/hy.js +%%WWWDIR%%/apps/files_versions/l10n/hy.json +%%WWWDIR%%/apps/files_versions/l10n/id.js +%%WWWDIR%%/apps/files_versions/l10n/id.json +%%WWWDIR%%/apps/files_versions/l10n/is.js +%%WWWDIR%%/apps/files_versions/l10n/is.json +%%WWWDIR%%/apps/files_versions/l10n/it.js +%%WWWDIR%%/apps/files_versions/l10n/it.json +%%WWWDIR%%/apps/files_versions/l10n/ja.js +%%WWWDIR%%/apps/files_versions/l10n/ja.json +%%WWWDIR%%/apps/files_versions/l10n/ka_GE.js +%%WWWDIR%%/apps/files_versions/l10n/ka_GE.json +%%WWWDIR%%/apps/files_versions/l10n/km.js +%%WWWDIR%%/apps/files_versions/l10n/km.json +%%WWWDIR%%/apps/files_versions/l10n/kn.js +%%WWWDIR%%/apps/files_versions/l10n/kn.json +%%WWWDIR%%/apps/files_versions/l10n/ko.js +%%WWWDIR%%/apps/files_versions/l10n/ko.json +%%WWWDIR%%/apps/files_versions/l10n/ku_IQ.js +%%WWWDIR%%/apps/files_versions/l10n/ku_IQ.json +%%WWWDIR%%/apps/files_versions/l10n/lb.js +%%WWWDIR%%/apps/files_versions/l10n/lb.json +%%WWWDIR%%/apps/files_versions/l10n/lt_LT.js +%%WWWDIR%%/apps/files_versions/l10n/lt_LT.json +%%WWWDIR%%/apps/files_versions/l10n/lv.js +%%WWWDIR%%/apps/files_versions/l10n/lv.json +%%WWWDIR%%/apps/files_versions/l10n/mk.js +%%WWWDIR%%/apps/files_versions/l10n/mk.json +%%WWWDIR%%/apps/files_versions/l10n/ms_MY.js +%%WWWDIR%%/apps/files_versions/l10n/ms_MY.json +%%WWWDIR%%/apps/files_versions/l10n/nb_NO.js +%%WWWDIR%%/apps/files_versions/l10n/nb_NO.json +%%WWWDIR%%/apps/files_versions/l10n/nl.js +%%WWWDIR%%/apps/files_versions/l10n/nl.json +%%WWWDIR%%/apps/files_versions/l10n/nn_NO.js +%%WWWDIR%%/apps/files_versions/l10n/nn_NO.json +%%WWWDIR%%/apps/files_versions/l10n/oc.js +%%WWWDIR%%/apps/files_versions/l10n/oc.json +%%WWWDIR%%/apps/files_versions/l10n/pl.js +%%WWWDIR%%/apps/files_versions/l10n/pl.json +%%WWWDIR%%/apps/files_versions/l10n/pt_BR.js +%%WWWDIR%%/apps/files_versions/l10n/pt_BR.json +%%WWWDIR%%/apps/files_versions/l10n/pt_PT.js +%%WWWDIR%%/apps/files_versions/l10n/pt_PT.json +%%WWWDIR%%/apps/files_versions/l10n/ro.js +%%WWWDIR%%/apps/files_versions/l10n/ro.json +%%WWWDIR%%/apps/files_versions/l10n/ru.js +%%WWWDIR%%/apps/files_versions/l10n/ru.json +%%WWWDIR%%/apps/files_versions/l10n/si_LK.js +%%WWWDIR%%/apps/files_versions/l10n/si_LK.json +%%WWWDIR%%/apps/files_versions/l10n/sk_SK.js +%%WWWDIR%%/apps/files_versions/l10n/sk_SK.json +%%WWWDIR%%/apps/files_versions/l10n/sl.js +%%WWWDIR%%/apps/files_versions/l10n/sl.json +%%WWWDIR%%/apps/files_versions/l10n/sq.js +%%WWWDIR%%/apps/files_versions/l10n/sq.json +%%WWWDIR%%/apps/files_versions/l10n/sr.js +%%WWWDIR%%/apps/files_versions/l10n/sr.json +%%WWWDIR%%/apps/files_versions/l10n/sr@latin.js +%%WWWDIR%%/apps/files_versions/l10n/sr@latin.json +%%WWWDIR%%/apps/files_versions/l10n/sv.js +%%WWWDIR%%/apps/files_versions/l10n/sv.json +%%WWWDIR%%/apps/files_versions/l10n/ta_LK.js +%%WWWDIR%%/apps/files_versions/l10n/ta_LK.json +%%WWWDIR%%/apps/files_versions/l10n/th_TH.js +%%WWWDIR%%/apps/files_versions/l10n/th_TH.json +%%WWWDIR%%/apps/files_versions/l10n/tr.js +%%WWWDIR%%/apps/files_versions/l10n/tr.json +%%WWWDIR%%/apps/files_versions/l10n/ug.js +%%WWWDIR%%/apps/files_versions/l10n/ug.json +%%WWWDIR%%/apps/files_versions/l10n/uk.js +%%WWWDIR%%/apps/files_versions/l10n/uk.json +%%WWWDIR%%/apps/files_versions/l10n/ur_PK.js +%%WWWDIR%%/apps/files_versions/l10n/ur_PK.json +%%WWWDIR%%/apps/files_versions/l10n/vi.js +%%WWWDIR%%/apps/files_versions/l10n/vi.json +%%WWWDIR%%/apps/files_versions/l10n/zh_CN.js +%%WWWDIR%%/apps/files_versions/l10n/zh_CN.json +%%WWWDIR%%/apps/files_versions/l10n/zh_HK.js +%%WWWDIR%%/apps/files_versions/l10n/zh_HK.json +%%WWWDIR%%/apps/files_versions/l10n/zh_TW.js +%%WWWDIR%%/apps/files_versions/l10n/zh_TW.json +%%WWWDIR%%/apps/files_versions/lib/backgroundjob/expireversions.php +%%WWWDIR%%/apps/files_versions/lib/capabilities.php +%%WWWDIR%%/apps/files_versions/lib/expiration.php +%%WWWDIR%%/apps/files_versions/lib/hooks.php +%%WWWDIR%%/apps/files_versions/lib/storage.php +%%WWWDIR%%/apps/files_videoplayer/appinfo/app.php +%%WWWDIR%%/apps/files_videoplayer/appinfo/info.xml +%%WWWDIR%%/apps/files_videoplayer/appinfo/signature.json +%%WWWDIR%%/apps/files_videoplayer/css/style.css +%%WWWDIR%%/apps/files_videoplayer/img/app.svg +%%WWWDIR%%/apps/files_videoplayer/img/poster.png +%%WWWDIR%%/apps/files_videoplayer/img/vjs-volume-bar.png +%%WWWDIR%%/apps/files_videoplayer/img/vjs-volume-level.png +%%WWWDIR%%/apps/files_videoplayer/js/viewer.js +%%WWWDIR%%/apps/files_videoplayer/screenshot.jpg +%%WWWDIR%%/apps/files_videoplayer/videojs/src/font/vjs.eot +%%WWWDIR%%/apps/files_videoplayer/videojs/src/font/vjs.svg +%%WWWDIR%%/apps/files_videoplayer/videojs/src/font/vjs.ttf +%%WWWDIR%%/apps/files_videoplayer/videojs/src/font/vjs.woff +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/ar.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/bg.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/ca.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/cs.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/de.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/es.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/fr.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/hu.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/it.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/ja.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/ko.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/nl.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/pt-BR.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/ru.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/tr.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/uk.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/vi.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/zh-CN.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/lang/zh-TW.js +%%WWWDIR%%/apps/files_videoplayer/videojs/src/video-js.css +%%WWWDIR%%/apps/files_videoplayer/videojs/src/video.js +%%WWWDIR%%/apps/firstrunwizard/ajax/disable.php +%%WWWDIR%%/apps/firstrunwizard/ajax/enable.php +%%WWWDIR%%/apps/firstrunwizard/appinfo/app.php +%%WWWDIR%%/apps/firstrunwizard/appinfo/info.xml +%%WWWDIR%%/apps/firstrunwizard/appinfo/routes.php +%%WWWDIR%%/apps/firstrunwizard/appinfo/signature.json +%%WWWDIR%%/apps/firstrunwizard/appinfo/version +%%WWWDIR%%/apps/firstrunwizard/css/colorbox.css +%%WWWDIR%%/apps/firstrunwizard/css/firstrunwizard.css +%%WWWDIR%%/apps/firstrunwizard/img/app.svg +%%WWWDIR%%/apps/firstrunwizard/js/activate.js +%%WWWDIR%%/apps/firstrunwizard/js/firstrunwizard.js +%%WWWDIR%%/apps/firstrunwizard/js/jquery.colorbox.js +%%WWWDIR%%/apps/firstrunwizard/l10n/.gitignore +%%WWWDIR%%/apps/firstrunwizard/l10n/.tx/config +%%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 +%%WWWDIR%%/apps/firstrunwizard/l10n/bn_IN.js +%%WWWDIR%%/apps/firstrunwizard/l10n/bn_IN.json +%%WWWDIR%%/apps/firstrunwizard/l10n/bn_IN.php +%%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@pirate.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.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 +%%WWWDIR%%/apps/firstrunwizard/wizard.php +%%WWWDIR%%/apps/gallery/.github/CONTRIBUTING.md +%%WWWDIR%%/apps/gallery/.github/issue_template.md +%%WWWDIR%%/apps/gallery/.github/pull_request_template.md +%%WWWDIR%%/apps/gallery/.gitmodules +%%WWWDIR%%/apps/gallery/AUTHORS.md +%%WWWDIR%%/apps/gallery/CHANGELOG.md +%%WWWDIR%%/apps/gallery/COPYING +%%WWWDIR%%/apps/gallery/appinfo/app.php +%%WWWDIR%%/apps/gallery/appinfo/application.php +%%WWWDIR%%/apps/gallery/appinfo/info.xml +%%WWWDIR%%/apps/gallery/appinfo/routes.php +%%WWWDIR%%/apps/gallery/appinfo/signature.json +%%WWWDIR%%/apps/gallery/build/documentation/docpublisher.sh +%%WWWDIR%%/apps/gallery/build/documentation/index.html +%%WWWDIR%%/apps/gallery/build/documentation/reports/code coverage/index.html +%%WWWDIR%%/apps/gallery/build/documentation/reports/index.html +%%WWWDIR%%/apps/gallery/build/screenshots/Gallery.jpg +%%WWWDIR%%/apps/gallery/build/xdebug_install.sh +%%WWWDIR%%/apps/gallery/codeception.yml +%%WWWDIR%%/apps/gallery/composer.json +%%WWWDIR%%/apps/gallery/composer.lock +%%WWWDIR%%/apps/gallery/config/configexception.php +%%WWWDIR%%/apps/gallery/config/configparser.php +%%WWWDIR%%/apps/gallery/config/configvalidator.php +%%WWWDIR%%/apps/gallery/controller/config.php +%%WWWDIR%%/apps/gallery/controller/configapicontroller.php +%%WWWDIR%%/apps/gallery/controller/configcontroller.php +%%WWWDIR%%/apps/gallery/controller/configpubliccontroller.php +%%WWWDIR%%/apps/gallery/controller/files.php +%%WWWDIR%%/apps/gallery/controller/filesapicontroller.php +%%WWWDIR%%/apps/gallery/controller/filescontroller.php +%%WWWDIR%%/apps/gallery/controller/filespubliccontroller.php +%%WWWDIR%%/apps/gallery/controller/httperror.php +%%WWWDIR%%/apps/gallery/controller/pagecontroller.php +%%WWWDIR%%/apps/gallery/controller/pathmanipulation.php +%%WWWDIR%%/apps/gallery/controller/preview.php +%%WWWDIR%%/apps/gallery/controller/previewapicontroller.php +%%WWWDIR%%/apps/gallery/controller/previewcontroller.php +%%WWWDIR%%/apps/gallery/controller/previewpubliccontroller.php +%%WWWDIR%%/apps/gallery/css/authenticate.css +%%WWWDIR%%/apps/gallery/css/error.css +%%WWWDIR%%/apps/gallery/css/gallerybutton.css +%%WWWDIR%%/apps/gallery/css/github-markdown.css +%%WWWDIR%%/apps/gallery/css/mobile.css +%%WWWDIR%%/apps/gallery/css/public.css +%%WWWDIR%%/apps/gallery/css/share.css +%%WWWDIR%%/apps/gallery/css/slideshow.css +%%WWWDIR%%/apps/gallery/css/styles.css +%%WWWDIR%%/apps/gallery/documentation/developers.md +%%WWWDIR%%/apps/gallery/environment/environment.php +%%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/js/.bowerrc +%%WWWDIR%%/apps/gallery/js/.jshintrc +%%WWWDIR%%/apps/gallery/js/app.js +%%WWWDIR%%/apps/gallery/js/bower.json +%%WWWDIR%%/apps/gallery/js/breadcrumb.js +%%WWWDIR%%/apps/gallery/js/eventsource.js +%%WWWDIR%%/apps/gallery/js/gallery.js +%%WWWDIR%%/apps/gallery/js/galleryalbum.js +%%WWWDIR%%/apps/gallery/js/gallerybutton.js +%%WWWDIR%%/apps/gallery/js/galleryconfig.js +%%WWWDIR%%/apps/gallery/js/galleryfileaction.js +%%WWWDIR%%/apps/gallery/js/galleryimage.js +%%WWWDIR%%/apps/gallery/js/galleryinfobox.js +%%WWWDIR%%/apps/gallery/js/galleryrow.js +%%WWWDIR%%/apps/gallery/js/galleryutility.js +%%WWWDIR%%/apps/gallery/js/galleryview.js +%%WWWDIR%%/apps/gallery/js/slideshow.js +%%WWWDIR%%/apps/gallery/js/slideshowcontrols.js +%%WWWDIR%%/apps/gallery/js/slideshowzoomablepreview.js +%%WWWDIR%%/apps/gallery/js/thumbnail.js +%%WWWDIR%%/apps/gallery/js/vendor/bigshot/LICENSE.txt +%%WWWDIR%%/apps/gallery/js/vendor/bigshot/README.txt +%%WWWDIR%%/apps/gallery/js/vendor/bigshot/bigshot-compressed.js +%%WWWDIR%%/apps/gallery/js/vendor/bigshot/bigshot.js +%%WWWDIR%%/apps/gallery/js/vendor/commonmark/LICENSE +%%WWWDIR%%/apps/gallery/js/vendor/commonmark/dist/commonmark.js +%%WWWDIR%%/apps/gallery/js/vendor/commonmark/dist/commonmark.min.js +%%WWWDIR%%/apps/gallery/js/vendor/dompurify/LICENSE +%%WWWDIR%%/apps/gallery/js/vendor/dompurify/README.md +%%WWWDIR%%/apps/gallery/js/vendor/dompurify/src/purify.js +%%WWWDIR%%/apps/gallery/js/vendor/eventsource-polyfill/LICENSE +%%WWWDIR%%/apps/gallery/js/vendor/eventsource-polyfill/README.md +%%WWWDIR%%/apps/gallery/js/vendor/eventsource-polyfill/dist/eventsource.js +%%WWWDIR%%/apps/gallery/js/vendor/modified-eventsource-polyfill/eventsource-polyfill.js +%%WWWDIR%%/apps/gallery/js/vendor/owncloud/share.js +%%WWWDIR%%/apps/gallery/l10n/.tx/config +%%WWWDIR%%/apps/gallery/l10n/af_ZA.php +%%WWWDIR%%/apps/gallery/l10n/ar.js +%%WWWDIR%%/apps/gallery/l10n/ar.json +%%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 +%%WWWDIR%%/apps/gallery/l10n/bg_BG.js +%%WWWDIR%%/apps/gallery/l10n/bg_BG.json +%%WWWDIR%%/apps/gallery/l10n/bn_BD.js +%%WWWDIR%%/apps/gallery/l10n/bn_BD.json +%%WWWDIR%%/apps/gallery/l10n/bn_BD.php +%%WWWDIR%%/apps/gallery/l10n/bn_IN.js +%%WWWDIR%%/apps/gallery/l10n/bn_IN.json +%%WWWDIR%%/apps/gallery/l10n/bn_IN.php +%%WWWDIR%%/apps/gallery/l10n/bs.php +%%WWWDIR%%/apps/gallery/l10n/ca.js +%%WWWDIR%%/apps/gallery/l10n/ca.json +%%WWWDIR%%/apps/gallery/l10n/ca.php +%%WWWDIR%%/apps/gallery/l10n/cs_CZ.js +%%WWWDIR%%/apps/gallery/l10n/cs_CZ.json +%%WWWDIR%%/apps/gallery/l10n/cy_GB.php +%%WWWDIR%%/apps/gallery/l10n/da.js +%%WWWDIR%%/apps/gallery/l10n/da.json +%%WWWDIR%%/apps/gallery/l10n/de.js +%%WWWDIR%%/apps/gallery/l10n/de.json +%%WWWDIR%%/apps/gallery/l10n/de_AT.php +%%WWWDIR%%/apps/gallery/l10n/de_CH.php +%%WWWDIR%%/apps/gallery/l10n/de_DE.js +%%WWWDIR%%/apps/gallery/l10n/de_DE.json +%%WWWDIR%%/apps/gallery/l10n/el.js +%%WWWDIR%%/apps/gallery/l10n/el.json +%%WWWDIR%%/apps/gallery/l10n/en_GB.js +%%WWWDIR%%/apps/gallery/l10n/en_GB.json +%%WWWDIR%%/apps/gallery/l10n/eo.js +%%WWWDIR%%/apps/gallery/l10n/eo.json +%%WWWDIR%%/apps/gallery/l10n/eo.php +%%WWWDIR%%/apps/gallery/l10n/es.js +%%WWWDIR%%/apps/gallery/l10n/es.json +%%WWWDIR%%/apps/gallery/l10n/es_AR.php +%%WWWDIR%%/apps/gallery/l10n/es_CL.php +%%WWWDIR%%/apps/gallery/l10n/es_MX.php +%%WWWDIR%%/apps/gallery/l10n/et_EE.js +%%WWWDIR%%/apps/gallery/l10n/et_EE.json +%%WWWDIR%%/apps/gallery/l10n/eu.js +%%WWWDIR%%/apps/gallery/l10n/eu.json +%%WWWDIR%%/apps/gallery/l10n/eu.php +%%WWWDIR%%/apps/gallery/l10n/fa.js +%%WWWDIR%%/apps/gallery/l10n/fa.json +%%WWWDIR%%/apps/gallery/l10n/fa.php +%%WWWDIR%%/apps/gallery/l10n/fi_FI.js +%%WWWDIR%%/apps/gallery/l10n/fi_FI.json +%%WWWDIR%%/apps/gallery/l10n/fr.js +%%WWWDIR%%/apps/gallery/l10n/fr.json +%%WWWDIR%%/apps/gallery/l10n/gl.js +%%WWWDIR%%/apps/gallery/l10n/gl.json +%%WWWDIR%%/apps/gallery/l10n/he.js +%%WWWDIR%%/apps/gallery/l10n/he.json +%%WWWDIR%%/apps/gallery/l10n/hi.php +%%WWWDIR%%/apps/gallery/l10n/hr.js +%%WWWDIR%%/apps/gallery/l10n/hr.json +%%WWWDIR%%/apps/gallery/l10n/hr.php +%%WWWDIR%%/apps/gallery/l10n/hu_HU.js +%%WWWDIR%%/apps/gallery/l10n/hu_HU.json +%%WWWDIR%%/apps/gallery/l10n/ia.php +%%WWWDIR%%/apps/gallery/l10n/id.js +%%WWWDIR%%/apps/gallery/l10n/id.json +%%WWWDIR%%/apps/gallery/l10n/is.js +%%WWWDIR%%/apps/gallery/l10n/is.json +%%WWWDIR%%/apps/gallery/l10n/it.js +%%WWWDIR%%/apps/gallery/l10n/it.json +%%WWWDIR%%/apps/gallery/l10n/ja.js +%%WWWDIR%%/apps/gallery/l10n/ja.json +%%WWWDIR%%/apps/gallery/l10n/ka_GE.php +%%WWWDIR%%/apps/gallery/l10n/km.js +%%WWWDIR%%/apps/gallery/l10n/km.json +%%WWWDIR%%/apps/gallery/l10n/km.php +%%WWWDIR%%/apps/gallery/l10n/ko.js +%%WWWDIR%%/apps/gallery/l10n/ko.json +%%WWWDIR%%/apps/gallery/l10n/ku_IQ.php +%%WWWDIR%%/apps/gallery/l10n/lb.php +%%WWWDIR%%/apps/gallery/l10n/lt_LT.js +%%WWWDIR%%/apps/gallery/l10n/lt_LT.json +%%WWWDIR%%/apps/gallery/l10n/lv.php +%%WWWDIR%%/apps/gallery/l10n/mk.php +%%WWWDIR%%/apps/gallery/l10n/ms_MY.php +%%WWWDIR%%/apps/gallery/l10n/nb_NO.js +%%WWWDIR%%/apps/gallery/l10n/nb_NO.json +%%WWWDIR%%/apps/gallery/l10n/nl.js +%%WWWDIR%%/apps/gallery/l10n/nl.json +%%WWWDIR%%/apps/gallery/l10n/nn_NO.php +%%WWWDIR%%/apps/gallery/l10n/no-php +%%WWWDIR%%/apps/gallery/l10n/oc.js +%%WWWDIR%%/apps/gallery/l10n/oc.json +%%WWWDIR%%/apps/gallery/l10n/pa.php +%%WWWDIR%%/apps/gallery/l10n/pl.js +%%WWWDIR%%/apps/gallery/l10n/pl.json +%%WWWDIR%%/apps/gallery/l10n/pl.php +%%WWWDIR%%/apps/gallery/l10n/pt_BR.js +%%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/ru.js +%%WWWDIR%%/apps/gallery/l10n/ru.json +%%WWWDIR%%/apps/gallery/l10n/si_LK.php +%%WWWDIR%%/apps/gallery/l10n/sk.php +%%WWWDIR%%/apps/gallery/l10n/sk_SK.js +%%WWWDIR%%/apps/gallery/l10n/sk_SK.json +%%WWWDIR%%/apps/gallery/l10n/sl.js +%%WWWDIR%%/apps/gallery/l10n/sl.json +%%WWWDIR%%/apps/gallery/l10n/sq.js +%%WWWDIR%%/apps/gallery/l10n/sq.json +%%WWWDIR%%/apps/gallery/l10n/sr.php +%%WWWDIR%%/apps/gallery/l10n/sr@latin.php +%%WWWDIR%%/apps/gallery/l10n/sv.js +%%WWWDIR%%/apps/gallery/l10n/sv.json +%%WWWDIR%%/apps/gallery/l10n/sv.php +%%WWWDIR%%/apps/gallery/l10n/ta_LK.php +%%WWWDIR%%/apps/gallery/l10n/th_TH.js +%%WWWDIR%%/apps/gallery/l10n/th_TH.json +%%WWWDIR%%/apps/gallery/l10n/tr.js +%%WWWDIR%%/apps/gallery/l10n/tr.json +%%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 +%%WWWDIR%%/apps/gallery/l10n/vi.js +%%WWWDIR%%/apps/gallery/l10n/vi.json +%%WWWDIR%%/apps/gallery/l10n/vi.php +%%WWWDIR%%/apps/gallery/l10n/zh_CN.js +%%WWWDIR%%/apps/gallery/l10n/zh_CN.json +%%WWWDIR%%/apps/gallery/l10n/zh_HK.php +%%WWWDIR%%/apps/gallery/l10n/zh_TW.js +%%WWWDIR%%/apps/gallery/l10n/zh_TW.json +%%WWWDIR%%/apps/gallery/middleware/checkexception.php +%%WWWDIR%%/apps/gallery/middleware/checkmiddleware.php +%%WWWDIR%%/apps/gallery/middleware/envcheckmiddleware.php +%%WWWDIR%%/apps/gallery/middleware/sharingcheckmiddleware.php +%%WWWDIR%%/apps/gallery/phpdoc.xml +%%WWWDIR%%/apps/gallery/preview/preview.php +%%WWWDIR%%/apps/gallery/service/base64encode.php +%%WWWDIR%%/apps/gallery/service/configservice.php +%%WWWDIR%%/apps/gallery/service/downloadservice.php +%%WWWDIR%%/apps/gallery/service/filesservice.php +%%WWWDIR%%/apps/gallery/service/forbiddenserviceexception.php +%%WWWDIR%%/apps/gallery/service/internalservererrorserviceexception.php +%%WWWDIR%%/apps/gallery/service/notfoundserviceexception.php +%%WWWDIR%%/apps/gallery/service/previewservice.php +%%WWWDIR%%/apps/gallery/service/searchfolderservice.php +%%WWWDIR%%/apps/gallery/service/searchmediaservice.php +%%WWWDIR%%/apps/gallery/service/service.php +%%WWWDIR%%/apps/gallery/service/serviceexception.php +%%WWWDIR%%/apps/gallery/service/thumbnailservice.php +%%WWWDIR%%/apps/gallery/templates/authenticate.php +%%WWWDIR%%/apps/gallery/templates/index.php +%%WWWDIR%%/apps/gallery/templates/part.content.php +%%WWWDIR%%/apps/gallery/templates/part.filenotfounderror.php +%%WWWDIR%%/apps/gallery/templates/part.internalservererror.php +%%WWWDIR%%/apps/gallery/templates/part.linkerror.php +%%WWWDIR%%/apps/gallery/templates/public.php +%%WWWDIR%%/apps/gallery/templates/slideshow.php +%%WWWDIR%%/apps/gallery/utility/eventsource.php +%%WWWDIR%%/apps/gallery/vendor/autoload.php +%%WWWDIR%%/apps/gallery/vendor/composer/ClassLoader.php +%%WWWDIR%%/apps/gallery/vendor/composer/autoload_classmap.php +%%WWWDIR%%/apps/gallery/vendor/composer/autoload_namespaces.php +%%WWWDIR%%/apps/gallery/vendor/composer/autoload_psr4.php +%%WWWDIR%%/apps/gallery/vendor/composer/autoload_real.php +%%WWWDIR%%/apps/gallery/vendor/composer/installed.json +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/.gitignore +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/CHANGELOG.md +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Dumper.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Escaper.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Exception/DumpException.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Exception/ExceptionInterface.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Exception/ParseException.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Exception/RuntimeException.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Inline.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/LICENSE +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Parser.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/README.md +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/DumperTest.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsAnchorAlias.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsBasicTests.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsBlockMapping.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsDocumentSeparator.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsErrorTests.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsFlowCollections.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsFoldedScalars.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsNullsAndEmpties.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsSpecificationExamples.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/YtsTypeTransfers.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/embededPhp.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/escapedCharacters.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/index.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfComments.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfCompact.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfMergeKey.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfObjects.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfQuotes.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/sfTests.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/Fixtures/unindentedCollections.yml +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/InlineTest.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/ParseExceptionTest.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/ParserTest.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Tests/YamlTest.php +%%WWWDIR%%/apps/gallery/vendor/symfony/yaml/Unescaper.php +%%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/notifications/COPYING +%%WWWDIR%%/apps/notifications/appinfo/app.php +%%WWWDIR%%/apps/notifications/appinfo/application.php +%%WWWDIR%%/apps/notifications/appinfo/database.xml +%%WWWDIR%%/apps/notifications/appinfo/info.xml +%%WWWDIR%%/apps/notifications/appinfo/routes.php +%%WWWDIR%%/apps/notifications/appinfo/signature.json +%%WWWDIR%%/apps/notifications/controller/endpointcontroller.php +%%WWWDIR%%/apps/notifications/css/styles.css +%%WWWDIR%%/apps/notifications/docs/notification-workflow.md +%%WWWDIR%%/apps/notifications/docs/ocs-endpoint-v1.md +%%WWWDIR%%/apps/notifications/img/notifications-new.png +%%WWWDIR%%/apps/notifications/img/notifications-new.svg +%%WWWDIR%%/apps/notifications/img/notifications.png +%%WWWDIR%%/apps/notifications/img/notifications.svg +%%WWWDIR%%/apps/notifications/img/sample-empty.png +%%WWWDIR%%/apps/notifications/img/sample-new.png +%%WWWDIR%%/apps/notifications/js/app.js +%%WWWDIR%%/apps/notifications/js/notification.js +%%WWWDIR%%/apps/notifications/lib/app.php +%%WWWDIR%%/apps/notifications/lib/capabilities.php +%%WWWDIR%%/apps/notifications/lib/handler.php +%%WWWDIR%%/apps/provisioning_api/appinfo/info.xml +%%WWWDIR%%/apps/provisioning_api/appinfo/routes.php +%%WWWDIR%%/apps/provisioning_api/appinfo/signature.json +%%WWWDIR%%/apps/provisioning_api/img/app.svg +%%WWWDIR%%/apps/provisioning_api/lib/apps.php +%%WWWDIR%%/apps/provisioning_api/lib/groups.php +%%WWWDIR%%/apps/provisioning_api/lib/users.php +%%WWWDIR%%/apps/systemtags/activity/extension.php +%%WWWDIR%%/apps/systemtags/activity/listener.php +%%WWWDIR%%/apps/systemtags/appinfo/app.php +%%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 +%%WWWDIR%%/apps/systemtags/js/systemtagsfilelist.js +%%WWWDIR%%/apps/systemtags/js/systemtagsinfoview.js +%%WWWDIR%%/apps/systemtags/l10n/.gitkeep +%%WWWDIR%%/apps/systemtags/l10n/ar.js +%%WWWDIR%%/apps/systemtags/l10n/ar.json +%%WWWDIR%%/apps/systemtags/l10n/ast.js +%%WWWDIR%%/apps/systemtags/l10n/ast.json +%%WWWDIR%%/apps/systemtags/l10n/az.js +%%WWWDIR%%/apps/systemtags/l10n/az.json +%%WWWDIR%%/apps/systemtags/l10n/bg_BG.js +%%WWWDIR%%/apps/systemtags/l10n/bg_BG.json +%%WWWDIR%%/apps/systemtags/l10n/bn_BD.js +%%WWWDIR%%/apps/systemtags/l10n/bn_BD.json +%%WWWDIR%%/apps/systemtags/l10n/bn_IN.js +%%WWWDIR%%/apps/systemtags/l10n/bn_IN.json +%%WWWDIR%%/apps/systemtags/l10n/bs.js +%%WWWDIR%%/apps/systemtags/l10n/bs.json +%%WWWDIR%%/apps/systemtags/l10n/ca.js +%%WWWDIR%%/apps/systemtags/l10n/ca.json +%%WWWDIR%%/apps/systemtags/l10n/cs_CZ.js +%%WWWDIR%%/apps/systemtags/l10n/cs_CZ.json +%%WWWDIR%%/apps/systemtags/l10n/cy_GB.js +%%WWWDIR%%/apps/systemtags/l10n/cy_GB.json +%%WWWDIR%%/apps/systemtags/l10n/da.js +%%WWWDIR%%/apps/systemtags/l10n/da.json +%%WWWDIR%%/apps/systemtags/l10n/de.js +%%WWWDIR%%/apps/systemtags/l10n/de.json +%%WWWDIR%%/apps/systemtags/l10n/de_DE.js +%%WWWDIR%%/apps/systemtags/l10n/de_DE.json +%%WWWDIR%%/apps/systemtags/l10n/el.js +%%WWWDIR%%/apps/systemtags/l10n/el.json +%%WWWDIR%%/apps/systemtags/l10n/en_GB.js +%%WWWDIR%%/apps/systemtags/l10n/en_GB.json +%%WWWDIR%%/apps/systemtags/l10n/eo.js +%%WWWDIR%%/apps/systemtags/l10n/eo.json +%%WWWDIR%%/apps/systemtags/l10n/es.js +%%WWWDIR%%/apps/systemtags/l10n/es.json +%%WWWDIR%%/apps/systemtags/l10n/es_AR.js +%%WWWDIR%%/apps/systemtags/l10n/es_AR.json +%%WWWDIR%%/apps/systemtags/l10n/es_MX.js +%%WWWDIR%%/apps/systemtags/l10n/es_MX.json +%%WWWDIR%%/apps/systemtags/l10n/et_EE.js +%%WWWDIR%%/apps/systemtags/l10n/et_EE.json +%%WWWDIR%%/apps/systemtags/l10n/eu.js +%%WWWDIR%%/apps/systemtags/l10n/eu.json +%%WWWDIR%%/apps/systemtags/l10n/fa.js +%%WWWDIR%%/apps/systemtags/l10n/fa.json +%%WWWDIR%%/apps/systemtags/l10n/fi_FI.js +%%WWWDIR%%/apps/systemtags/l10n/fi_FI.json +%%WWWDIR%%/apps/systemtags/l10n/fr.js +%%WWWDIR%%/apps/systemtags/l10n/fr.json +%%WWWDIR%%/apps/systemtags/l10n/gl.js +%%WWWDIR%%/apps/systemtags/l10n/gl.json +%%WWWDIR%%/apps/systemtags/l10n/he.js +%%WWWDIR%%/apps/systemtags/l10n/he.json +%%WWWDIR%%/apps/systemtags/l10n/hr.js +%%WWWDIR%%/apps/systemtags/l10n/hr.json +%%WWWDIR%%/apps/systemtags/l10n/hu_HU.js +%%WWWDIR%%/apps/systemtags/l10n/hu_HU.json +%%WWWDIR%%/apps/systemtags/l10n/hy.js +%%WWWDIR%%/apps/systemtags/l10n/hy.json +%%WWWDIR%%/apps/systemtags/l10n/ia.js +%%WWWDIR%%/apps/systemtags/l10n/ia.json +%%WWWDIR%%/apps/systemtags/l10n/id.js +%%WWWDIR%%/apps/systemtags/l10n/id.json +%%WWWDIR%%/apps/systemtags/l10n/is.js +%%WWWDIR%%/apps/systemtags/l10n/is.json +%%WWWDIR%%/apps/systemtags/l10n/it.js +%%WWWDIR%%/apps/systemtags/l10n/it.json +%%WWWDIR%%/apps/systemtags/l10n/ja.js +%%WWWDIR%%/apps/systemtags/l10n/ja.json +%%WWWDIR%%/apps/systemtags/l10n/ka_GE.js +%%WWWDIR%%/apps/systemtags/l10n/ka_GE.json +%%WWWDIR%%/apps/systemtags/l10n/km.js +%%WWWDIR%%/apps/systemtags/l10n/km.json +%%WWWDIR%%/apps/systemtags/l10n/kn.js +%%WWWDIR%%/apps/systemtags/l10n/kn.json +%%WWWDIR%%/apps/systemtags/l10n/ko.js +%%WWWDIR%%/apps/systemtags/l10n/ko.json +%%WWWDIR%%/apps/systemtags/l10n/ku_IQ.js +%%WWWDIR%%/apps/systemtags/l10n/ku_IQ.json +%%WWWDIR%%/apps/systemtags/l10n/lb.js +%%WWWDIR%%/apps/systemtags/l10n/lb.json +%%WWWDIR%%/apps/systemtags/l10n/lt_LT.js +%%WWWDIR%%/apps/systemtags/l10n/lt_LT.json +%%WWWDIR%%/apps/systemtags/l10n/lv.js +%%WWWDIR%%/apps/systemtags/l10n/lv.json +%%WWWDIR%%/apps/systemtags/l10n/mk.js +%%WWWDIR%%/apps/systemtags/l10n/mk.json +%%WWWDIR%%/apps/systemtags/l10n/ms_MY.js +%%WWWDIR%%/apps/systemtags/l10n/ms_MY.json +%%WWWDIR%%/apps/systemtags/l10n/nb_NO.js +%%WWWDIR%%/apps/systemtags/l10n/nb_NO.json +%%WWWDIR%%/apps/systemtags/l10n/nds.js +%%WWWDIR%%/apps/systemtags/l10n/nds.json +%%WWWDIR%%/apps/systemtags/l10n/nl.js +%%WWWDIR%%/apps/systemtags/l10n/nl.json +%%WWWDIR%%/apps/systemtags/l10n/nn_NO.js +%%WWWDIR%%/apps/systemtags/l10n/nn_NO.json +%%WWWDIR%%/apps/systemtags/l10n/oc.js +%%WWWDIR%%/apps/systemtags/l10n/oc.json +%%WWWDIR%%/apps/systemtags/l10n/pl.js +%%WWWDIR%%/apps/systemtags/l10n/pl.json +%%WWWDIR%%/apps/systemtags/l10n/pt_BR.js +%%WWWDIR%%/apps/systemtags/l10n/pt_BR.json +%%WWWDIR%%/apps/systemtags/l10n/pt_PT.js +%%WWWDIR%%/apps/systemtags/l10n/pt_PT.json +%%WWWDIR%%/apps/systemtags/l10n/ro.js +%%WWWDIR%%/apps/systemtags/l10n/ro.json +%%WWWDIR%%/apps/systemtags/l10n/ru.js +%%WWWDIR%%/apps/systemtags/l10n/ru.json +%%WWWDIR%%/apps/systemtags/l10n/si_LK.js +%%WWWDIR%%/apps/systemtags/l10n/si_LK.json +%%WWWDIR%%/apps/systemtags/l10n/sk_SK.js +%%WWWDIR%%/apps/systemtags/l10n/sk_SK.json +%%WWWDIR%%/apps/systemtags/l10n/sl.js +%%WWWDIR%%/apps/systemtags/l10n/sl.json +%%WWWDIR%%/apps/systemtags/l10n/sq.js +%%WWWDIR%%/apps/systemtags/l10n/sq.json +%%WWWDIR%%/apps/systemtags/l10n/sr.js +%%WWWDIR%%/apps/systemtags/l10n/sr.json +%%WWWDIR%%/apps/systemtags/l10n/sr@latin.js +%%WWWDIR%%/apps/systemtags/l10n/sr@latin.json +%%WWWDIR%%/apps/systemtags/l10n/sv.js +%%WWWDIR%%/apps/systemtags/l10n/sv.json +%%WWWDIR%%/apps/systemtags/l10n/ta_LK.js +%%WWWDIR%%/apps/systemtags/l10n/ta_LK.json +%%WWWDIR%%/apps/systemtags/l10n/te.js +%%WWWDIR%%/apps/systemtags/l10n/te.json +%%WWWDIR%%/apps/systemtags/l10n/th_TH.js +%%WWWDIR%%/apps/systemtags/l10n/th_TH.json +%%WWWDIR%%/apps/systemtags/l10n/tr.js +%%WWWDIR%%/apps/systemtags/l10n/tr.json +%%WWWDIR%%/apps/systemtags/l10n/ug.js +%%WWWDIR%%/apps/systemtags/l10n/ug.json +%%WWWDIR%%/apps/systemtags/l10n/uk.js +%%WWWDIR%%/apps/systemtags/l10n/uk.json +%%WWWDIR%%/apps/systemtags/l10n/ur_PK.js +%%WWWDIR%%/apps/systemtags/l10n/ur_PK.json +%%WWWDIR%%/apps/systemtags/l10n/vi.js +%%WWWDIR%%/apps/systemtags/l10n/vi.json +%%WWWDIR%%/apps/systemtags/l10n/zh_CN.js +%%WWWDIR%%/apps/systemtags/l10n/zh_CN.json +%%WWWDIR%%/apps/systemtags/l10n/zh_HK.js +%%WWWDIR%%/apps/systemtags/l10n/zh_HK.json +%%WWWDIR%%/apps/systemtags/l10n/zh_TW.js +%%WWWDIR%%/apps/systemtags/l10n/zh_TW.json +%%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 +%%WWWDIR%%/apps/templateeditor/appinfo/version +%%WWWDIR%%/apps/templateeditor/controller/adminsettingscontroller.php +%%WWWDIR%%/apps/templateeditor/css/settings-admin.css +%%WWWDIR%%/apps/templateeditor/http/mailtemplateresponse.php +%%WWWDIR%%/apps/templateeditor/img/app.svg +%%WWWDIR%%/apps/templateeditor/js/settings-admin.js +%%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 +%%WWWDIR%%/apps/templateeditor/l10n/bn_IN.js +%%WWWDIR%%/apps/templateeditor/l10n/bn_IN.json +%%WWWDIR%%/apps/templateeditor/l10n/bn_IN.php +%%WWWDIR%%/apps/templateeditor/l10n/bs.php +%%WWWDIR%%/apps/templateeditor/l10n/ca.js +%%WWWDIR%%/apps/templateeditor/l10n/ca.json +%%WWWDIR%%/apps/templateeditor/l10n/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/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/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/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/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/application.php +%%WWWDIR%%/apps/updatenotification/appinfo/info.xml +%%WWWDIR%%/apps/updatenotification/appinfo/routes.php +%%WWWDIR%%/apps/updatenotification/appinfo/signature.json +%%WWWDIR%%/apps/updatenotification/controller/admincontroller.php +%%WWWDIR%%/apps/updatenotification/js/admin.js +%%WWWDIR%%/apps/updatenotification/js/notification.js +%%WWWDIR%%/apps/updatenotification/l10n/.gitkeep +%%WWWDIR%%/apps/updatenotification/l10n/ar.js +%%WWWDIR%%/apps/updatenotification/l10n/ar.json +%%WWWDIR%%/apps/updatenotification/l10n/ast.js +%%WWWDIR%%/apps/updatenotification/l10n/ast.json +%%WWWDIR%%/apps/updatenotification/l10n/az.js +%%WWWDIR%%/apps/updatenotification/l10n/az.json +%%WWWDIR%%/apps/updatenotification/l10n/bg_BG.js +%%WWWDIR%%/apps/updatenotification/l10n/bg_BG.json +%%WWWDIR%%/apps/updatenotification/l10n/bn_BD.js +%%WWWDIR%%/apps/updatenotification/l10n/bn_BD.json +%%WWWDIR%%/apps/updatenotification/l10n/bs.js +%%WWWDIR%%/apps/updatenotification/l10n/bs.json +%%WWWDIR%%/apps/updatenotification/l10n/ca.js +%%WWWDIR%%/apps/updatenotification/l10n/ca.json +%%WWWDIR%%/apps/updatenotification/l10n/cs_CZ.js +%%WWWDIR%%/apps/updatenotification/l10n/cs_CZ.json +%%WWWDIR%%/apps/updatenotification/l10n/da.js +%%WWWDIR%%/apps/updatenotification/l10n/da.json +%%WWWDIR%%/apps/updatenotification/l10n/de.js +%%WWWDIR%%/apps/updatenotification/l10n/de.json +%%WWWDIR%%/apps/updatenotification/l10n/de_DE.js +%%WWWDIR%%/apps/updatenotification/l10n/de_DE.json +%%WWWDIR%%/apps/updatenotification/l10n/el.js +%%WWWDIR%%/apps/updatenotification/l10n/el.json +%%WWWDIR%%/apps/updatenotification/l10n/en_GB.js +%%WWWDIR%%/apps/updatenotification/l10n/en_GB.json +%%WWWDIR%%/apps/updatenotification/l10n/eo.js +%%WWWDIR%%/apps/updatenotification/l10n/eo.json +%%WWWDIR%%/apps/updatenotification/l10n/es.js +%%WWWDIR%%/apps/updatenotification/l10n/es.json +%%WWWDIR%%/apps/updatenotification/l10n/es_AR.js +%%WWWDIR%%/apps/updatenotification/l10n/es_AR.json +%%WWWDIR%%/apps/updatenotification/l10n/et_EE.js +%%WWWDIR%%/apps/updatenotification/l10n/et_EE.json +%%WWWDIR%%/apps/updatenotification/l10n/eu.js +%%WWWDIR%%/apps/updatenotification/l10n/eu.json +%%WWWDIR%%/apps/updatenotification/l10n/fa.js +%%WWWDIR%%/apps/updatenotification/l10n/fa.json +%%WWWDIR%%/apps/updatenotification/l10n/fi_FI.js +%%WWWDIR%%/apps/updatenotification/l10n/fi_FI.json +%%WWWDIR%%/apps/updatenotification/l10n/fr.js +%%WWWDIR%%/apps/updatenotification/l10n/fr.json +%%WWWDIR%%/apps/updatenotification/l10n/gl.js +%%WWWDIR%%/apps/updatenotification/l10n/gl.json +%%WWWDIR%%/apps/updatenotification/l10n/he.js +%%WWWDIR%%/apps/updatenotification/l10n/he.json +%%WWWDIR%%/apps/updatenotification/l10n/hr.js +%%WWWDIR%%/apps/updatenotification/l10n/hr.json +%%WWWDIR%%/apps/updatenotification/l10n/hu_HU.js +%%WWWDIR%%/apps/updatenotification/l10n/hu_HU.json +%%WWWDIR%%/apps/updatenotification/l10n/id.js +%%WWWDIR%%/apps/updatenotification/l10n/id.json +%%WWWDIR%%/apps/updatenotification/l10n/is.js +%%WWWDIR%%/apps/updatenotification/l10n/is.json +%%WWWDIR%%/apps/updatenotification/l10n/it.js +%%WWWDIR%%/apps/updatenotification/l10n/it.json +%%WWWDIR%%/apps/updatenotification/l10n/ja.js +%%WWWDIR%%/apps/updatenotification/l10n/ja.json +%%WWWDIR%%/apps/updatenotification/l10n/ko.js +%%WWWDIR%%/apps/updatenotification/l10n/ko.json +%%WWWDIR%%/apps/updatenotification/l10n/lt_LT.js +%%WWWDIR%%/apps/updatenotification/l10n/lt_LT.json +%%WWWDIR%%/apps/updatenotification/l10n/mk.js +%%WWWDIR%%/apps/updatenotification/l10n/mk.json +%%WWWDIR%%/apps/updatenotification/l10n/nb_NO.js +%%WWWDIR%%/apps/updatenotification/l10n/nb_NO.json +%%WWWDIR%%/apps/updatenotification/l10n/nl.js +%%WWWDIR%%/apps/updatenotification/l10n/nl.json +%%WWWDIR%%/apps/updatenotification/l10n/oc.js +%%WWWDIR%%/apps/updatenotification/l10n/oc.json +%%WWWDIR%%/apps/updatenotification/l10n/pl.js +%%WWWDIR%%/apps/updatenotification/l10n/pl.json +%%WWWDIR%%/apps/updatenotification/l10n/pt_BR.js +%%WWWDIR%%/apps/updatenotification/l10n/pt_BR.json +%%WWWDIR%%/apps/updatenotification/l10n/pt_PT.js +%%WWWDIR%%/apps/updatenotification/l10n/pt_PT.json +%%WWWDIR%%/apps/updatenotification/l10n/ru.js +%%WWWDIR%%/apps/updatenotification/l10n/ru.json +%%WWWDIR%%/apps/updatenotification/l10n/sk_SK.js +%%WWWDIR%%/apps/updatenotification/l10n/sk_SK.json +%%WWWDIR%%/apps/updatenotification/l10n/sl.js +%%WWWDIR%%/apps/updatenotification/l10n/sl.json +%%WWWDIR%%/apps/updatenotification/l10n/sq.js +%%WWWDIR%%/apps/updatenotification/l10n/sq.json +%%WWWDIR%%/apps/updatenotification/l10n/sr.js +%%WWWDIR%%/apps/updatenotification/l10n/sr.json +%%WWWDIR%%/apps/updatenotification/l10n/sv.js +%%WWWDIR%%/apps/updatenotification/l10n/sv.json +%%WWWDIR%%/apps/updatenotification/l10n/th_TH.js +%%WWWDIR%%/apps/updatenotification/l10n/th_TH.json +%%WWWDIR%%/apps/updatenotification/l10n/tr.js +%%WWWDIR%%/apps/updatenotification/l10n/tr.json +%%WWWDIR%%/apps/updatenotification/l10n/uk.js +%%WWWDIR%%/apps/updatenotification/l10n/uk.json +%%WWWDIR%%/apps/updatenotification/l10n/zh_CN.js +%%WWWDIR%%/apps/updatenotification/l10n/zh_CN.json +%%WWWDIR%%/apps/updatenotification/l10n/zh_TW.js +%%WWWDIR%%/apps/updatenotification/l10n/zh_TW.json +%%WWWDIR%%/apps/updatenotification/lib/resettokenbackgroundjob.php +%%WWWDIR%%/apps/updatenotification/lib/updatechecker.php +%%WWWDIR%%/apps/updatenotification/templates/admin.php +%%WWWDIR%%/apps/user_external/appinfo/app.php +%%WWWDIR%%/apps/user_external/appinfo/database.xml +%%WWWDIR%%/apps/user_external/appinfo/info.xml +%%WWWDIR%%/apps/user_external/appinfo/signature.json +%%WWWDIR%%/apps/user_external/appinfo/version +%%WWWDIR%%/apps/user_external/img/app.svg +%%WWWDIR%%/apps/user_external/lib/base.php +%%WWWDIR%%/apps/user_external/lib/ftp.php +%%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/appinfo/update.php +%%WWWDIR%%/apps/user_ldap/command/checkuser.php +%%WWWDIR%%/apps/user_ldap/command/createemptyconfig.php +%%WWWDIR%%/apps/user_ldap/command/deleteconfig.php +%%WWWDIR%%/apps/user_ldap/command/search.php +%%WWWDIR%%/apps/user_ldap/command/setconfig.php +%%WWWDIR%%/apps/user_ldap/command/showconfig.php +%%WWWDIR%%/apps/user_ldap/command/showremnants.php +%%WWWDIR%%/apps/user_ldap/command/testconfig.php +%%WWWDIR%%/apps/user_ldap/css/settings.css +%%WWWDIR%%/apps/user_ldap/group_ldap.php +%%WWWDIR%%/apps/user_ldap/group_proxy.php +%%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/.gitkeep +%%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/ne.js +%%WWWDIR%%/apps/user_ldap/l10n/ne.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/or_IN.js +%%WWWDIR%%/apps/user_ldap/l10n/or_IN.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/uz.js +%%WWWDIR%%/apps/user_ldap/l10n/uz.json +%%WWWDIR%%/apps/user_ldap/l10n/vi.js +%%WWWDIR%%/apps/user_ldap/l10n/vi.json +%%WWWDIR%%/apps/user_ldap/l10n/yo.js +%%WWWDIR%%/apps/user_ldap/l10n/yo.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/configuration.php +%%WWWDIR%%/apps/user_ldap/lib/connection.php +%%WWWDIR%%/apps/user_ldap/lib/filesystemhelper.php +%%WWWDIR%%/apps/user_ldap/lib/helper.php +%%WWWDIR%%/apps/user_ldap/lib/ildapwrapper.php +%%WWWDIR%%/apps/user_ldap/lib/jobs.php +%%WWWDIR%%/apps/user_ldap/lib/jobs/cleanup.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/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/user_ldap.php +%%WWWDIR%%/apps/user_ldap/user_proxy.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 +%%WWWDIR%%/console.php +%%WWWDIR%%/core/ajax/appconfig.php +%%WWWDIR%%/core/ajax/preview.php +%%WWWDIR%%/core/ajax/share.php +%%WWWDIR%%/core/ajax/update.php +%%WWWDIR%%/core/application.php +%%WWWDIR%%/core/command/app/checkcode.php +%%WWWDIR%%/core/command/app/disable.php +%%WWWDIR%%/core/command/app/enable.php +%%WWWDIR%%/core/command/app/getpath.php +%%WWWDIR%%/core/command/app/listapps.php +%%WWWDIR%%/core/command/background/ajax.php +%%WWWDIR%%/core/command/background/base.php +%%WWWDIR%%/core/command/background/cron.php +%%WWWDIR%%/core/command/background/webcron.php +%%WWWDIR%%/core/command/base.php +%%WWWDIR%%/core/command/check.php +%%WWWDIR%%/core/command/config/app/deleteconfig.php +%%WWWDIR%%/core/command/config/app/getconfig.php +%%WWWDIR%%/core/command/config/app/setconfig.php +%%WWWDIR%%/core/command/config/import.php +%%WWWDIR%%/core/command/config/listconfigs.php +%%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/converttype.php +%%WWWDIR%%/core/command/db/generatechangescript.php +%%WWWDIR%%/core/command/encryption/changekeystorageroot.php +%%WWWDIR%%/core/command/encryption/decryptall.php +%%WWWDIR%%/core/command/encryption/disable.php +%%WWWDIR%%/core/command/encryption/enable.php +%%WWWDIR%%/core/command/encryption/encryptall.php +%%WWWDIR%%/core/command/encryption/listmodules.php +%%WWWDIR%%/core/command/encryption/setdefaultmodule.php +%%WWWDIR%%/core/command/encryption/showkeystorageroot.php +%%WWWDIR%%/core/command/encryption/status.php +%%WWWDIR%%/core/command/integrity/checkapp.php +%%WWWDIR%%/core/command/integrity/checkcore.php +%%WWWDIR%%/core/command/integrity/signapp.php +%%WWWDIR%%/core/command/integrity/signcore.php +%%WWWDIR%%/core/command/l10n/createjs.php +%%WWWDIR%%/core/command/log/manage.php +%%WWWDIR%%/core/command/log/owncloud.php +%%WWWDIR%%/core/command/maintenance/install.php +%%WWWDIR%%/core/command/maintenance/mimetype/updatedb.php +%%WWWDIR%%/core/command/maintenance/mimetype/updatejs.php +%%WWWDIR%%/core/command/maintenance/mode.php +%%WWWDIR%%/core/command/maintenance/repair.php +%%WWWDIR%%/core/command/maintenance/singleuser.php +%%WWWDIR%%/core/command/maintenance/updatehtaccess.php +%%WWWDIR%%/core/command/security/importcertificate.php +%%WWWDIR%%/core/command/security/listcertificates.php +%%WWWDIR%%/core/command/security/removecertificate.php +%%WWWDIR%%/core/command/status.php +%%WWWDIR%%/core/command/upgrade.php +%%WWWDIR%%/core/command/user/add.php +%%WWWDIR%%/core/command/user/delete.php +%%WWWDIR%%/core/command/user/lastseen.php +%%WWWDIR%%/core/command/user/report.php +%%WWWDIR%%/core/command/user/resetpassword.php +%%WWWDIR%%/core/controller/avatarcontroller.php +%%WWWDIR%%/core/controller/lostcontroller.php +%%WWWDIR%%/core/controller/setupcontroller.php +%%WWWDIR%%/core/controller/usercontroller.php +%%WWWDIR%%/core/css/apps.css +%%WWWDIR%%/core/css/fixes.css +%%WWWDIR%%/core/css/fonts.css +%%WWWDIR%%/core/css/global.css +%%WWWDIR%%/core/css/header.css +%%WWWDIR%%/core/css/icons.css +%%WWWDIR%%/core/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png +%%WWWDIR%%/core/css/images/ui-bg_diagonals-thick_20_666666_40x40.png +%%WWWDIR%%/core/css/images/ui-bg_flat_100_ffffff_40x100.png +%%WWWDIR%%/core/css/images/ui-bg_flat_10_000000_40x100.png +%%WWWDIR%%/core/css/images/ui-bg_flat_35_1d2d44_40x100.png +%%WWWDIR%%/core/css/images/ui-bg_glass_100_f8f8f8_1x400.png +%%WWWDIR%%/core/css/images/ui-bg_highlight-hard_100_f8f8f8_1x100.png +%%WWWDIR%%/core/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +%%WWWDIR%%/core/css/images/ui-icons_1d2d44_256x240.png +%%WWWDIR%%/core/css/images/ui-icons_ffd27a_256x240.png +%%WWWDIR%%/core/css/images/ui-icons_ffffff_256x240.png +%%WWWDIR%%/core/css/inputs.css +%%WWWDIR%%/core/css/jquery-ui-fixes.css +%%WWWDIR%%/core/css/jquery.ocdialog.css +%%WWWDIR%%/core/css/lostpassword/resetpassword.css +%%WWWDIR%%/core/css/mobile.css +%%WWWDIR%%/core/css/multiselect.css +%%WWWDIR%%/core/css/share.css +%%WWWDIR%%/core/css/styles.css +%%WWWDIR%%/core/css/systemtags.css +%%WWWDIR%%/core/css/tooltip.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/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_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/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/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/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-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/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/phpinfo.png +%%WWWDIR%%/core/doc/admin/_images/preview_images.png +%%WWWDIR%%/core/doc/admin/_images/rackspace.png +%%WWWDIR%%/core/doc/admin/_images/scaling-1.png +%%WWWDIR%%/core/doc/admin/_images/scaling-2.png +%%WWWDIR%%/core/doc/admin/_images/scaling-3.png +%%WWWDIR%%/core/doc/admin/_images/scaling-4.png +%%WWWDIR%%/core/doc/admin/_images/scaling-5.png +%%WWWDIR%%/core/doc/admin/_images/security-setup-warning-1.png +%%WWWDIR%%/core/doc/admin/_images/sharing-files-1.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/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/webdav.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_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/external_sites.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration_server/harden_server.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration_server/index.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/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/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/nginx_owncloud_8x.txt +%%WWWDIR%%/core/doc/admin/_sources/installation/nginx_owncloud_9x.txt +%%WWWDIR%%/core/doc/admin/_sources/installation/php_54_installation.txt +%%WWWDIR%%/core/doc/admin/_sources/installation/php_55_installation.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/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/operations/considerations_on_monitoring.txt +%%WWWDIR%%/core/doc/admin/_sources/operations/index.txt +%%WWWDIR%%/core/doc/admin/_sources/operations/scaling_multiple_machines.txt +%%WWWDIR%%/core/doc/admin/_sources/operations/theming.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-responsive.css +%%WWWDIR%%/core/doc/admin/_static/bootstrap-sphinx.css +%%WWWDIR%%/core/doc/admin/_static/bootstrap-sphinx.js +%%WWWDIR%%/core/doc/admin/_static/bootstrap.css +%%WWWDIR%%/core/doc/admin/_static/bootstrap.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/glyphicons-halflings-white.png +%%WWWDIR%%/core/doc/admin/_static/img/glyphicons-halflings.png +%%WWWDIR%%/core/doc/admin/_static/img/logo_owncloud.svg +%%WWWDIR%%/core/doc/admin/_static/img/note.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/todo.svg +%%WWWDIR%%/core/doc/admin/_static/img/warning.svg +%%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/style.css +%%WWWDIR%%/core/doc/admin/_static/styles.css +%%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_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/external_sites.html +%%WWWDIR%%/core/doc/admin/configuration_server/harden_server.html +%%WWWDIR%%/core/doc/admin/configuration_server/index.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/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/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/nginx_owncloud_8x.html +%%WWWDIR%%/core/doc/admin/installation/nginx_owncloud_9x.html +%%WWWDIR%%/core/doc/admin/installation/php_54_installation.html +%%WWWDIR%%/core/doc/admin/installation/php_55_installation.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/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/operations/considerations_on_monitoring.html +%%WWWDIR%%/core/doc/admin/operations/index.html +%%WWWDIR%%/core/doc/admin/operations/scaling_multiple_machines.html +%%WWWDIR%%/core/doc/admin/operations/theming.html +%%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/bookmark_addurl.png +%%WWWDIR%%/core/doc/user/_images/bookmark_setting.png +%%WWWDIR%%/core/doc/user/_images/contact_thunderbird-Symbol_Gear.jpg +%%WWWDIR%%/core/doc/user/_images/contact_thunderbird-Symbol_Impeller.jpg +%%WWWDIR%%/core/doc/user/_images/contact_thunderbird-URL_config.jpg +%%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/files_page-1.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_versioning.png +%%WWWDIR%%/core/doc/user/_images/gallery-1.png +%%WWWDIR%%/core/doc/user/_images/gallery-2.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/personal_settings.png +%%WWWDIR%%/core/doc/user/_images/quota1.png +%%WWWDIR%%/core/doc/user/_images/users-overlays-sharepoint.png +%%WWWDIR%%/core/doc/user/_images/users-overlays-win-net-drive.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/bookmarks.txt +%%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/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/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/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/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-responsive.css +%%WWWDIR%%/core/doc/user/_static/bootstrap-sphinx.css +%%WWWDIR%%/core/doc/user/_static/bootstrap-sphinx.js +%%WWWDIR%%/core/doc/user/_static/bootstrap.css +%%WWWDIR%%/core/doc/user/_static/bootstrap.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/glyphicons-halflings-white.png +%%WWWDIR%%/core/doc/user/_static/img/glyphicons-halflings.png +%%WWWDIR%%/core/doc/user/_static/img/logo_owncloud.svg +%%WWWDIR%%/core/doc/user/_static/img/note.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/todo.svg +%%WWWDIR%%/core/doc/user/_static/img/warning.svg +%%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/style.css +%%WWWDIR%%/core/doc/user/_static/styles.css +%%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/bookmarks.html +%%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/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/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/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/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-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/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.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.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.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.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-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.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-mail.png +%%WWWDIR%%/core/img/logo.png +%%WWWDIR%%/core/img/logo.svg +%%WWWDIR%%/core/img/places/calendar-dark.png +%%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.png +%%WWWDIR%%/core/img/rating/s1.png +%%WWWDIR%%/core/img/rating/s10.png +%%WWWDIR%%/core/img/rating/s2.png +%%WWWDIR%%/core/img/rating/s3.png +%%WWWDIR%%/core/img/rating/s4.png +%%WWWDIR%%/core/img/rating/s5.png +%%WWWDIR%%/core/img/rating/s6.png +%%WWWDIR%%/core/img/rating/s7.png +%%WWWDIR%%/core/img/rating/s8.png +%%WWWDIR%%/core/img/rating/s9.png +%%WWWDIR%%/core/js/apps.js +%%WWWDIR%%/core/js/backgroundjobs.js +%%WWWDIR%%/core/js/compatibility.js +%%WWWDIR%%/core/js/config.js +%%WWWDIR%%/core/js/config.php +%%WWWDIR%%/core/js/core.json +%%WWWDIR%%/core/js/eventsource.js +%%WWWDIR%%/core/js/files/client.js +%%WWWDIR%%/core/js/files/fileinfo.js +%%WWWDIR%%/core/js/files/iedavclient.js +%%WWWDIR%%/core/js/installation.js +%%WWWDIR%%/core/js/integritycheck-failed-notification.js +%%WWWDIR%%/core/js/jquery-showpassword.js +%%WWWDIR%%/core/js/jquery.avatar.js +%%WWWDIR%%/core/js/jquery.ocdialog.js +%%WWWDIR%%/core/js/js.js +%%WWWDIR%%/core/js/l10n.js +%%WWWDIR%%/core/js/login.js +%%WWWDIR%%/core/js/lostpassword.js +%%WWWDIR%%/core/js/maintenance-check.js +%%WWWDIR%%/core/js/mimetype.js +%%WWWDIR%%/core/js/mimetypelist.js +%%WWWDIR%%/core/js/multiselect.js +%%WWWDIR%%/core/js/oc-backbone-webdav.js +%%WWWDIR%%/core/js/oc-backbone.js +%%WWWDIR%%/core/js/oc-dialogs.js +%%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/sharedialoglinkshareview.js +%%WWWDIR%%/core/js/sharedialogresharerinfoview.js +%%WWWDIR%%/core/js/sharedialogshareelistview.js +%%WWWDIR%%/core/js/sharedialogview.js +%%WWWDIR%%/core/js/shareitemmodel.js +%%WWWDIR%%/core/js/singleselect.js +%%WWWDIR%%/core/js/systemtags/systemtagmodel.js +%%WWWDIR%%/core/js/systemtags/systemtags.js +%%WWWDIR%%/core/js/systemtags/systemtagscollection.js +%%WWWDIR%%/core/js/systemtags/systemtagsinputfield.js +%%WWWDIR%%/core/js/systemtags/systemtagsmappingcollection.js +%%WWWDIR%%/core/js/tags.js +%%WWWDIR%%/core/js/tests/lib/sinon-1.15.4.js +%%WWWDIR%%/core/js/tests/specHelper.js +%%WWWDIR%%/core/js/tests/specs/appsSpec.js +%%WWWDIR%%/core/js/tests/specs/coreSpec.js +%%WWWDIR%%/core/js/tests/specs/files/clientSpec.js +%%WWWDIR%%/core/js/tests/specs/jquery.avatarSpec.js +%%WWWDIR%%/core/js/tests/specs/l10nSpec.js +%%WWWDIR%%/core/js/tests/specs/mimeTypeSpec.js +%%WWWDIR%%/core/js/tests/specs/oc-backbone-webdavSpec.js +%%WWWDIR%%/core/js/tests/specs/setupchecksSpec.js +%%WWWDIR%%/core/js/tests/specs/shareSpec.js +%%WWWDIR%%/core/js/tests/specs/sharedialogshareelistview.js +%%WWWDIR%%/core/js/tests/specs/sharedialogviewSpec.js +%%WWWDIR%%/core/js/tests/specs/shareitemmodelSpec.js +%%WWWDIR%%/core/js/tests/specs/systemtags/systemtagsSpec.js +%%WWWDIR%%/core/js/tests/specs/systemtags/systemtagscollectionSpec.js +%%WWWDIR%%/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js +%%WWWDIR%%/core/js/update.js +%%WWWDIR%%/core/js/visitortimezone.js +%%WWWDIR%%/core/l10n/ach.js +%%WWWDIR%%/core/l10n/ach.json +%%WWWDIR%%/core/l10n/ady.js +%%WWWDIR%%/core/l10n/ady.json +%%WWWDIR%%/core/l10n/af_ZA.js +%%WWWDIR%%/core/l10n/af_ZA.json +%%WWWDIR%%/core/l10n/ak.js +%%WWWDIR%%/core/l10n/ak.json +%%WWWDIR%%/core/l10n/am_ET.js +%%WWWDIR%%/core/l10n/am_ET.json +%%WWWDIR%%/core/l10n/ar.js +%%WWWDIR%%/core/l10n/ar.json +%%WWWDIR%%/core/l10n/ast.js +%%WWWDIR%%/core/l10n/ast.json +%%WWWDIR%%/core/l10n/az.js +%%WWWDIR%%/core/l10n/az.json +%%WWWDIR%%/core/l10n/be.js +%%WWWDIR%%/core/l10n/be.json +%%WWWDIR%%/core/l10n/bg_BG.js +%%WWWDIR%%/core/l10n/bg_BG.json +%%WWWDIR%%/core/l10n/bn_BD.js +%%WWWDIR%%/core/l10n/bn_BD.json +%%WWWDIR%%/core/l10n/bn_IN.js +%%WWWDIR%%/core/l10n/bn_IN.json +%%WWWDIR%%/core/l10n/bs.js +%%WWWDIR%%/core/l10n/bs.json +%%WWWDIR%%/core/l10n/ca.js +%%WWWDIR%%/core/l10n/ca.json +%%WWWDIR%%/core/l10n/cs_CZ.js +%%WWWDIR%%/core/l10n/cs_CZ.json +%%WWWDIR%%/core/l10n/cy_GB.js +%%WWWDIR%%/core/l10n/cy_GB.json +%%WWWDIR%%/core/l10n/da.js +%%WWWDIR%%/core/l10n/da.json +%%WWWDIR%%/core/l10n/de.js +%%WWWDIR%%/core/l10n/de.json +%%WWWDIR%%/core/l10n/de_AT.js +%%WWWDIR%%/core/l10n/de_AT.json +%%WWWDIR%%/core/l10n/de_DE.js +%%WWWDIR%%/core/l10n/de_DE.json +%%WWWDIR%%/core/l10n/el.js +%%WWWDIR%%/core/l10n/el.json +%%WWWDIR%%/core/l10n/en_GB.js +%%WWWDIR%%/core/l10n/en_GB.json +%%WWWDIR%%/core/l10n/eo.js +%%WWWDIR%%/core/l10n/eo.json +%%WWWDIR%%/core/l10n/es.js +%%WWWDIR%%/core/l10n/es.json +%%WWWDIR%%/core/l10n/es_AR.js +%%WWWDIR%%/core/l10n/es_AR.json +%%WWWDIR%%/core/l10n/es_CL.js +%%WWWDIR%%/core/l10n/es_CL.json +%%WWWDIR%%/core/l10n/es_MX.js +%%WWWDIR%%/core/l10n/es_MX.json +%%WWWDIR%%/core/l10n/et_EE.js +%%WWWDIR%%/core/l10n/et_EE.json +%%WWWDIR%%/core/l10n/eu.js +%%WWWDIR%%/core/l10n/eu.json +%%WWWDIR%%/core/l10n/fa.js +%%WWWDIR%%/core/l10n/fa.json +%%WWWDIR%%/core/l10n/fi_FI.js +%%WWWDIR%%/core/l10n/fi_FI.json +%%WWWDIR%%/core/l10n/fil.js +%%WWWDIR%%/core/l10n/fil.json +%%WWWDIR%%/core/l10n/fr.js +%%WWWDIR%%/core/l10n/fr.json +%%WWWDIR%%/core/l10n/fy_NL.js +%%WWWDIR%%/core/l10n/fy_NL.json +%%WWWDIR%%/core/l10n/gl.js +%%WWWDIR%%/core/l10n/gl.json +%%WWWDIR%%/core/l10n/gu.js +%%WWWDIR%%/core/l10n/gu.json +%%WWWDIR%%/core/l10n/he.js +%%WWWDIR%%/core/l10n/he.json +%%WWWDIR%%/core/l10n/hi.js +%%WWWDIR%%/core/l10n/hi.json +%%WWWDIR%%/core/l10n/hr.js +%%WWWDIR%%/core/l10n/hr.json +%%WWWDIR%%/core/l10n/hu_HU.js +%%WWWDIR%%/core/l10n/hu_HU.json +%%WWWDIR%%/core/l10n/hy.js +%%WWWDIR%%/core/l10n/hy.json +%%WWWDIR%%/core/l10n/ia.js +%%WWWDIR%%/core/l10n/ia.json +%%WWWDIR%%/core/l10n/id.js +%%WWWDIR%%/core/l10n/id.json +%%WWWDIR%%/core/l10n/io.js +%%WWWDIR%%/core/l10n/io.json +%%WWWDIR%%/core/l10n/is.js +%%WWWDIR%%/core/l10n/is.json +%%WWWDIR%%/core/l10n/it.js +%%WWWDIR%%/core/l10n/it.json +%%WWWDIR%%/core/l10n/ja.js +%%WWWDIR%%/core/l10n/ja.json +%%WWWDIR%%/core/l10n/jv.js +%%WWWDIR%%/core/l10n/jv.json +%%WWWDIR%%/core/l10n/ka_GE.js +%%WWWDIR%%/core/l10n/ka_GE.json +%%WWWDIR%%/core/l10n/km.js +%%WWWDIR%%/core/l10n/km.json +%%WWWDIR%%/core/l10n/kn.js +%%WWWDIR%%/core/l10n/kn.json +%%WWWDIR%%/core/l10n/ko.js +%%WWWDIR%%/core/l10n/ko.json +%%WWWDIR%%/core/l10n/ku_IQ.js +%%WWWDIR%%/core/l10n/ku_IQ.json +%%WWWDIR%%/core/l10n/lb.js +%%WWWDIR%%/core/l10n/lb.json +%%WWWDIR%%/core/l10n/lo.js +%%WWWDIR%%/core/l10n/lo.json +%%WWWDIR%%/core/l10n/lt_LT.js +%%WWWDIR%%/core/l10n/lt_LT.json +%%WWWDIR%%/core/l10n/lv.js +%%WWWDIR%%/core/l10n/lv.json +%%WWWDIR%%/core/l10n/mg.js +%%WWWDIR%%/core/l10n/mg.json +%%WWWDIR%%/core/l10n/mk.js +%%WWWDIR%%/core/l10n/mk.json +%%WWWDIR%%/core/l10n/ml.js +%%WWWDIR%%/core/l10n/ml.json +%%WWWDIR%%/core/l10n/ml_IN.js +%%WWWDIR%%/core/l10n/ml_IN.json +%%WWWDIR%%/core/l10n/mn.js +%%WWWDIR%%/core/l10n/mn.json +%%WWWDIR%%/core/l10n/mr.js +%%WWWDIR%%/core/l10n/mr.json +%%WWWDIR%%/core/l10n/ms_MY.js +%%WWWDIR%%/core/l10n/ms_MY.json +%%WWWDIR%%/core/l10n/mt_MT.js +%%WWWDIR%%/core/l10n/mt_MT.json +%%WWWDIR%%/core/l10n/my_MM.js +%%WWWDIR%%/core/l10n/my_MM.json +%%WWWDIR%%/core/l10n/nb_NO.js +%%WWWDIR%%/core/l10n/nb_NO.json +%%WWWDIR%%/core/l10n/nds.js +%%WWWDIR%%/core/l10n/nds.json +%%WWWDIR%%/core/l10n/ne.js +%%WWWDIR%%/core/l10n/ne.json +%%WWWDIR%%/core/l10n/nl.js +%%WWWDIR%%/core/l10n/nl.json +%%WWWDIR%%/core/l10n/nn_NO.js +%%WWWDIR%%/core/l10n/nn_NO.json +%%WWWDIR%%/core/l10n/nqo.js +%%WWWDIR%%/core/l10n/nqo.json +%%WWWDIR%%/core/l10n/oc.js +%%WWWDIR%%/core/l10n/oc.json +%%WWWDIR%%/core/l10n/or_IN.js +%%WWWDIR%%/core/l10n/or_IN.json +%%WWWDIR%%/core/l10n/pa.js +%%WWWDIR%%/core/l10n/pa.json +%%WWWDIR%%/core/l10n/pl.js +%%WWWDIR%%/core/l10n/pl.json +%%WWWDIR%%/core/l10n/pt_BR.js +%%WWWDIR%%/core/l10n/pt_BR.json +%%WWWDIR%%/core/l10n/pt_PT.js +%%WWWDIR%%/core/l10n/pt_PT.json +%%WWWDIR%%/core/l10n/ro.js +%%WWWDIR%%/core/l10n/ro.json +%%WWWDIR%%/core/l10n/ru.js +%%WWWDIR%%/core/l10n/ru.json +%%WWWDIR%%/core/l10n/si_LK.js +%%WWWDIR%%/core/l10n/si_LK.json +%%WWWDIR%%/core/l10n/sk_SK.js +%%WWWDIR%%/core/l10n/sk_SK.json +%%WWWDIR%%/core/l10n/sl.js +%%WWWDIR%%/core/l10n/sl.json +%%WWWDIR%%/core/l10n/sq.js +%%WWWDIR%%/core/l10n/sq.json +%%WWWDIR%%/core/l10n/sr.js +%%WWWDIR%%/core/l10n/sr.json +%%WWWDIR%%/core/l10n/sr@latin.js +%%WWWDIR%%/core/l10n/sr@latin.json +%%WWWDIR%%/core/l10n/su.js +%%WWWDIR%%/core/l10n/su.json +%%WWWDIR%%/core/l10n/sv.js +%%WWWDIR%%/core/l10n/sv.json +%%WWWDIR%%/core/l10n/sw_KE.js +%%WWWDIR%%/core/l10n/sw_KE.json +%%WWWDIR%%/core/l10n/ta_IN.js +%%WWWDIR%%/core/l10n/ta_IN.json +%%WWWDIR%%/core/l10n/ta_LK.js +%%WWWDIR%%/core/l10n/ta_LK.json +%%WWWDIR%%/core/l10n/te.js +%%WWWDIR%%/core/l10n/te.json +%%WWWDIR%%/core/l10n/tg_TJ.js +%%WWWDIR%%/core/l10n/tg_TJ.json +%%WWWDIR%%/core/l10n/th_TH.js +%%WWWDIR%%/core/l10n/th_TH.json +%%WWWDIR%%/core/l10n/tl_PH.js +%%WWWDIR%%/core/l10n/tl_PH.json +%%WWWDIR%%/core/l10n/tr.js +%%WWWDIR%%/core/l10n/tr.json +%%WWWDIR%%/core/l10n/tzm.js +%%WWWDIR%%/core/l10n/tzm.json +%%WWWDIR%%/core/l10n/ug.js +%%WWWDIR%%/core/l10n/ug.json +%%WWWDIR%%/core/l10n/uk.js +%%WWWDIR%%/core/l10n/uk.json +%%WWWDIR%%/core/l10n/ur_PK.js +%%WWWDIR%%/core/l10n/ur_PK.json +%%WWWDIR%%/core/l10n/uz.js +%%WWWDIR%%/core/l10n/uz.json +%%WWWDIR%%/core/l10n/vi.js +%%WWWDIR%%/core/l10n/vi.json +%%WWWDIR%%/core/l10n/xgettextfiles +%%WWWDIR%%/core/l10n/yo.js +%%WWWDIR%%/core/l10n/yo.json +%%WWWDIR%%/core/l10n/zh_CN.js +%%WWWDIR%%/core/l10n/zh_CN.json +%%WWWDIR%%/core/l10n/zh_HK.js +%%WWWDIR%%/core/l10n/zh_HK.json +%%WWWDIR%%/core/l10n/zh_TW.js +%%WWWDIR%%/core/l10n/zh_TW.json +%%WWWDIR%%/core/register_command.php +%%WWWDIR%%/core/routes.php +%%WWWDIR%%/core/search/ajax/search.php +%%WWWDIR%%/core/search/css/results.css +%%WWWDIR%%/core/search/js/search.js +%%WWWDIR%%/core/search/templates/part.results.html +%%WWWDIR%%/core/shipped.json +%%WWWDIR%%/core/signature.json +%%WWWDIR%%/core/skeleton/Documents/Example.odt +%%WWWDIR%%/core/skeleton/Photos/Paris.jpg +%%WWWDIR%%/core/skeleton/Photos/San Francisco.jpg +%%WWWDIR%%/core/skeleton/Photos/Squirrel.jpg +%%WWWDIR%%/core/strings.php +%%WWWDIR%%/core/tags/controller.php +%%WWWDIR%%/core/templates/403.php +%%WWWDIR%%/core/templates/404.php +%%WWWDIR%%/core/templates/altmail.php +%%WWWDIR%%/core/templates/error.php +%%WWWDIR%%/core/templates/exception.php +%%WWWDIR%%/core/templates/filepicker.html +%%WWWDIR%%/core/templates/filetemplates/template.html +%%WWWDIR%%/core/templates/filetemplates/template.odp +%%WWWDIR%%/core/templates/filetemplates/template.ods +%%WWWDIR%%/core/templates/filetemplates/template.odt +%%WWWDIR%%/core/templates/installation.php +%%WWWDIR%%/core/templates/internalaltmail.php +%%WWWDIR%%/core/templates/internalmail.php +%%WWWDIR%%/core/templates/layout.base.php +%%WWWDIR%%/core/templates/layout.guest.php +%%WWWDIR%%/core/templates/layout.noscript.warning.php +%%WWWDIR%%/core/templates/layout.user.php +%%WWWDIR%%/core/templates/login.php +%%WWWDIR%%/core/templates/lostpassword/email.php +%%WWWDIR%%/core/templates/lostpassword/resetpassword.php +%%WWWDIR%%/core/templates/mail.php +%%WWWDIR%%/core/templates/message.html +%%WWWDIR%%/core/templates/singleuser.user.php +%%WWWDIR%%/core/templates/tags.html +%%WWWDIR%%/core/templates/untrustedDomain.php +%%WWWDIR%%/core/templates/update.admin.php +%%WWWDIR%%/core/templates/update.user.php +%%WWWDIR%%/core/vendor/.gitignore +%%WWWDIR%%/core/vendor/backbone/.bower.json +%%WWWDIR%%/core/vendor/backbone/LICENSE +%%WWWDIR%%/core/vendor/backbone/backbone.js +%%WWWDIR%%/core/vendor/base64/.bower.json +%%WWWDIR%%/core/vendor/base64/LICENSE +%%WWWDIR%%/core/vendor/base64/base64.js +%%WWWDIR%%/core/vendor/blueimp-md5/.bower.json +%%WWWDIR%%/core/vendor/blueimp-md5/js/md5.js +%%WWWDIR%%/core/vendor/bootstrap/js/tooltip.js +%%WWWDIR%%/core/vendor/davclient.js/LICENSE +%%WWWDIR%%/core/vendor/davclient.js/lib/client.js +%%WWWDIR%%/core/vendor/es6-promise/.bower.json +%%WWWDIR%%/core/vendor/es6-promise/.npmignore +%%WWWDIR%%/core/vendor/es6-promise/.release.json +%%WWWDIR%%/core/vendor/es6-promise/.spmignore +%%WWWDIR%%/core/vendor/es6-promise/LICENSE +%%WWWDIR%%/core/vendor/es6-promise/dist/es6-promise.js +%%WWWDIR%%/core/vendor/handlebars/.bower.json +%%WWWDIR%%/core/vendor/handlebars/handlebars.js +%%WWWDIR%%/core/vendor/jcrop/.bower.json +%%WWWDIR%%/core/vendor/jcrop/MIT-LICENSE.txt +%%WWWDIR%%/core/vendor/jcrop/css/Jcrop.gif +%%WWWDIR%%/core/vendor/jcrop/css/jquery.Jcrop.css +%%WWWDIR%%/core/vendor/jcrop/js/jquery.Jcrop.js +%%WWWDIR%%/core/vendor/jquery-migrate/.bower.json +%%WWWDIR%%/core/vendor/jquery-migrate/component.json +%%WWWDIR%%/core/vendor/jquery-migrate/jquery-migrate.js +%%WWWDIR%%/core/vendor/jquery-migrate/jquery-migrate.min.js +%%WWWDIR%%/core/vendor/jquery-ui/MIT-LICENSE.txt +%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/animated-overlay.gif +%%WWWDIR%%/core/vendor/jquery-ui/themes/base/images/ui-icons_222222_256x240.png +%%WWWDIR%%/core/vendor/jquery-ui/themes/base/jquery-ui.css +%%WWWDIR%%/core/vendor/jquery-ui/ui/jquery-ui.custom.js +%%WWWDIR%%/core/vendor/jquery/.bower.json +%%WWWDIR%%/core/vendor/jquery/MIT-LICENSE.txt +%%WWWDIR%%/core/vendor/jquery/jquery.js +%%WWWDIR%%/core/vendor/jquery/jquery.min.js +%%WWWDIR%%/core/vendor/jquery/jquery.min.map +%%WWWDIR%%/core/vendor/jsTimezoneDetect/.bower.json +%%WWWDIR%%/core/vendor/jsTimezoneDetect/LICENCE.txt +%%WWWDIR%%/core/vendor/jsTimezoneDetect/jstz.js +%%WWWDIR%%/core/vendor/moment/.bower.json +%%WWWDIR%%/core/vendor/moment/LICENSE +%%WWWDIR%%/core/vendor/moment/min/moment-with-locales.js +%%WWWDIR%%/core/vendor/select2/.bower.json +%%WWWDIR%%/core/vendor/select2/LICENSE +%%WWWDIR%%/core/vendor/select2/select2-spinner.gif +%%WWWDIR%%/core/vendor/select2/select2.css +%%WWWDIR%%/core/vendor/select2/select2.js +%%WWWDIR%%/core/vendor/select2/select2.png +%%WWWDIR%%/core/vendor/select2/select2x2.png +%%WWWDIR%%/core/vendor/snapjs/.bower.json +%%WWWDIR%%/core/vendor/snapjs/dist/latest/snap.js +%%WWWDIR%%/core/vendor/strengthify/.bower.json +%%WWWDIR%%/core/vendor/strengthify/LICENSE +%%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/underscore.js +%%WWWDIR%%/core/vendor/zxcvbn/.bower.json +%%WWWDIR%%/core/vendor/zxcvbn/LICENSE.txt +%%WWWDIR%%/core/vendor/zxcvbn/zxcvbn.js +%%WWWDIR%%/cron.php +%%WWWDIR%%/db_structure.xml +%%WWWDIR%%/index.html +%%WWWDIR%%/index.php +%%WWWDIR%%/l10n/.gitignore +%%WWWDIR%%/l10n/.tx/config +%%WWWDIR%%/l10n/l10n.pl +%%WWWDIR%%/l10n/rm-old.sh +%%WWWDIR%%/lib/autoloader.php +%%WWWDIR%%/lib/base.php +%%WWWDIR%%/lib/l10n/ach.js +%%WWWDIR%%/lib/l10n/ach.json +%%WWWDIR%%/lib/l10n/ady.js +%%WWWDIR%%/lib/l10n/ady.json +%%WWWDIR%%/lib/l10n/af_ZA.js +%%WWWDIR%%/lib/l10n/af_ZA.json +%%WWWDIR%%/lib/l10n/ak.js +%%WWWDIR%%/lib/l10n/ak.json +%%WWWDIR%%/lib/l10n/am_ET.js +%%WWWDIR%%/lib/l10n/am_ET.json +%%WWWDIR%%/lib/l10n/ar.js +%%WWWDIR%%/lib/l10n/ar.json +%%WWWDIR%%/lib/l10n/ast.js +%%WWWDIR%%/lib/l10n/ast.json +%%WWWDIR%%/lib/l10n/az.js +%%WWWDIR%%/lib/l10n/az.json +%%WWWDIR%%/lib/l10n/be.js +%%WWWDIR%%/lib/l10n/be.json +%%WWWDIR%%/lib/l10n/bg_BG.js +%%WWWDIR%%/lib/l10n/bg_BG.json +%%WWWDIR%%/lib/l10n/bn_BD.js +%%WWWDIR%%/lib/l10n/bn_BD.json +%%WWWDIR%%/lib/l10n/bn_IN.js +%%WWWDIR%%/lib/l10n/bn_IN.json +%%WWWDIR%%/lib/l10n/bs.js +%%WWWDIR%%/lib/l10n/bs.json +%%WWWDIR%%/lib/l10n/ca.js +%%WWWDIR%%/lib/l10n/ca.json +%%WWWDIR%%/lib/l10n/cs_CZ.js +%%WWWDIR%%/lib/l10n/cs_CZ.json +%%WWWDIR%%/lib/l10n/cy_GB.js +%%WWWDIR%%/lib/l10n/cy_GB.json +%%WWWDIR%%/lib/l10n/da.js +%%WWWDIR%%/lib/l10n/da.json +%%WWWDIR%%/lib/l10n/de.js +%%WWWDIR%%/lib/l10n/de.json +%%WWWDIR%%/lib/l10n/de_AT.js +%%WWWDIR%%/lib/l10n/de_AT.json +%%WWWDIR%%/lib/l10n/de_DE.js +%%WWWDIR%%/lib/l10n/de_DE.json +%%WWWDIR%%/lib/l10n/el.js +%%WWWDIR%%/lib/l10n/el.json +%%WWWDIR%%/lib/l10n/en_GB.js +%%WWWDIR%%/lib/l10n/en_GB.json +%%WWWDIR%%/lib/l10n/eo.js +%%WWWDIR%%/lib/l10n/eo.json +%%WWWDIR%%/lib/l10n/es.js +%%WWWDIR%%/lib/l10n/es.json +%%WWWDIR%%/lib/l10n/es_AR.js +%%WWWDIR%%/lib/l10n/es_AR.json +%%WWWDIR%%/lib/l10n/es_CL.js +%%WWWDIR%%/lib/l10n/es_CL.json +%%WWWDIR%%/lib/l10n/es_MX.js +%%WWWDIR%%/lib/l10n/es_MX.json +%%WWWDIR%%/lib/l10n/et_EE.js +%%WWWDIR%%/lib/l10n/et_EE.json +%%WWWDIR%%/lib/l10n/eu.js +%%WWWDIR%%/lib/l10n/eu.json +%%WWWDIR%%/lib/l10n/fa.js +%%WWWDIR%%/lib/l10n/fa.json +%%WWWDIR%%/lib/l10n/fi_FI.js +%%WWWDIR%%/lib/l10n/fi_FI.json +%%WWWDIR%%/lib/l10n/fil.js +%%WWWDIR%%/lib/l10n/fil.json +%%WWWDIR%%/lib/l10n/fr.js +%%WWWDIR%%/lib/l10n/fr.json +%%WWWDIR%%/lib/l10n/fy_NL.js +%%WWWDIR%%/lib/l10n/fy_NL.json +%%WWWDIR%%/lib/l10n/gl.js +%%WWWDIR%%/lib/l10n/gl.json +%%WWWDIR%%/lib/l10n/gu.js +%%WWWDIR%%/lib/l10n/gu.json +%%WWWDIR%%/lib/l10n/he.js +%%WWWDIR%%/lib/l10n/he.json +%%WWWDIR%%/lib/l10n/hi.js +%%WWWDIR%%/lib/l10n/hi.json +%%WWWDIR%%/lib/l10n/hr.js +%%WWWDIR%%/lib/l10n/hr.json +%%WWWDIR%%/lib/l10n/hu_HU.js +%%WWWDIR%%/lib/l10n/hu_HU.json +%%WWWDIR%%/lib/l10n/hy.js +%%WWWDIR%%/lib/l10n/hy.json +%%WWWDIR%%/lib/l10n/ia.js +%%WWWDIR%%/lib/l10n/ia.json +%%WWWDIR%%/lib/l10n/id.js +%%WWWDIR%%/lib/l10n/id.json +%%WWWDIR%%/lib/l10n/io.js +%%WWWDIR%%/lib/l10n/io.json +%%WWWDIR%%/lib/l10n/is.js +%%WWWDIR%%/lib/l10n/is.json +%%WWWDIR%%/lib/l10n/it.js +%%WWWDIR%%/lib/l10n/it.json +%%WWWDIR%%/lib/l10n/ja.js +%%WWWDIR%%/lib/l10n/ja.json +%%WWWDIR%%/lib/l10n/jv.js +%%WWWDIR%%/lib/l10n/jv.json +%%WWWDIR%%/lib/l10n/ka_GE.js +%%WWWDIR%%/lib/l10n/ka_GE.json +%%WWWDIR%%/lib/l10n/km.js +%%WWWDIR%%/lib/l10n/km.json +%%WWWDIR%%/lib/l10n/kn.js +%%WWWDIR%%/lib/l10n/kn.json +%%WWWDIR%%/lib/l10n/ko.js +%%WWWDIR%%/lib/l10n/ko.json +%%WWWDIR%%/lib/l10n/ku_IQ.js +%%WWWDIR%%/lib/l10n/ku_IQ.json +%%WWWDIR%%/lib/l10n/lb.js +%%WWWDIR%%/lib/l10n/lb.json +%%WWWDIR%%/lib/l10n/lo.js +%%WWWDIR%%/lib/l10n/lo.json +%%WWWDIR%%/lib/l10n/lt_LT.js +%%WWWDIR%%/lib/l10n/lt_LT.json +%%WWWDIR%%/lib/l10n/lv.js +%%WWWDIR%%/lib/l10n/lv.json +%%WWWDIR%%/lib/l10n/mg.js +%%WWWDIR%%/lib/l10n/mg.json +%%WWWDIR%%/lib/l10n/mk.js +%%WWWDIR%%/lib/l10n/mk.json +%%WWWDIR%%/lib/l10n/ml.js +%%WWWDIR%%/lib/l10n/ml.json +%%WWWDIR%%/lib/l10n/ml_IN.js +%%WWWDIR%%/lib/l10n/ml_IN.json +%%WWWDIR%%/lib/l10n/mn.js +%%WWWDIR%%/lib/l10n/mn.json +%%WWWDIR%%/lib/l10n/mr.js +%%WWWDIR%%/lib/l10n/mr.json +%%WWWDIR%%/lib/l10n/ms_MY.js +%%WWWDIR%%/lib/l10n/ms_MY.json +%%WWWDIR%%/lib/l10n/mt_MT.js +%%WWWDIR%%/lib/l10n/mt_MT.json +%%WWWDIR%%/lib/l10n/my_MM.js +%%WWWDIR%%/lib/l10n/my_MM.json +%%WWWDIR%%/lib/l10n/nb_NO.js +%%WWWDIR%%/lib/l10n/nb_NO.json +%%WWWDIR%%/lib/l10n/nds.js +%%WWWDIR%%/lib/l10n/nds.json +%%WWWDIR%%/lib/l10n/ne.js +%%WWWDIR%%/lib/l10n/ne.json +%%WWWDIR%%/lib/l10n/nl.js +%%WWWDIR%%/lib/l10n/nl.json +%%WWWDIR%%/lib/l10n/nn_NO.js +%%WWWDIR%%/lib/l10n/nn_NO.json +%%WWWDIR%%/lib/l10n/nqo.js +%%WWWDIR%%/lib/l10n/nqo.json +%%WWWDIR%%/lib/l10n/oc.js +%%WWWDIR%%/lib/l10n/oc.json +%%WWWDIR%%/lib/l10n/or_IN.js +%%WWWDIR%%/lib/l10n/or_IN.json +%%WWWDIR%%/lib/l10n/pa.js +%%WWWDIR%%/lib/l10n/pa.json +%%WWWDIR%%/lib/l10n/pl.js +%%WWWDIR%%/lib/l10n/pl.json +%%WWWDIR%%/lib/l10n/pt_BR.js +%%WWWDIR%%/lib/l10n/pt_BR.json +%%WWWDIR%%/lib/l10n/pt_PT.js +%%WWWDIR%%/lib/l10n/pt_PT.json +%%WWWDIR%%/lib/l10n/ro.js +%%WWWDIR%%/lib/l10n/ro.json +%%WWWDIR%%/lib/l10n/ru.js +%%WWWDIR%%/lib/l10n/ru.json +%%WWWDIR%%/lib/l10n/si_LK.js +%%WWWDIR%%/lib/l10n/si_LK.json +%%WWWDIR%%/lib/l10n/sk_SK.js +%%WWWDIR%%/lib/l10n/sk_SK.json +%%WWWDIR%%/lib/l10n/sl.js +%%WWWDIR%%/lib/l10n/sl.json +%%WWWDIR%%/lib/l10n/sq.js +%%WWWDIR%%/lib/l10n/sq.json +%%WWWDIR%%/lib/l10n/sr.js +%%WWWDIR%%/lib/l10n/sr.json +%%WWWDIR%%/lib/l10n/sr@latin.js +%%WWWDIR%%/lib/l10n/sr@latin.json +%%WWWDIR%%/lib/l10n/su.js +%%WWWDIR%%/lib/l10n/su.json +%%WWWDIR%%/lib/l10n/sv.js +%%WWWDIR%%/lib/l10n/sv.json +%%WWWDIR%%/lib/l10n/sw_KE.js +%%WWWDIR%%/lib/l10n/sw_KE.json +%%WWWDIR%%/lib/l10n/ta_IN.js +%%WWWDIR%%/lib/l10n/ta_IN.json +%%WWWDIR%%/lib/l10n/ta_LK.js +%%WWWDIR%%/lib/l10n/ta_LK.json +%%WWWDIR%%/lib/l10n/te.js +%%WWWDIR%%/lib/l10n/te.json +%%WWWDIR%%/lib/l10n/tg_TJ.js +%%WWWDIR%%/lib/l10n/tg_TJ.json +%%WWWDIR%%/lib/l10n/th_TH.js +%%WWWDIR%%/lib/l10n/th_TH.json +%%WWWDIR%%/lib/l10n/tl_PH.js +%%WWWDIR%%/lib/l10n/tl_PH.json +%%WWWDIR%%/lib/l10n/tr.js +%%WWWDIR%%/lib/l10n/tr.json +%%WWWDIR%%/lib/l10n/tzm.js +%%WWWDIR%%/lib/l10n/tzm.json +%%WWWDIR%%/lib/l10n/ug.js +%%WWWDIR%%/lib/l10n/ug.json +%%WWWDIR%%/lib/l10n/uk.js +%%WWWDIR%%/lib/l10n/uk.json +%%WWWDIR%%/lib/l10n/ur_PK.js +%%WWWDIR%%/lib/l10n/ur_PK.json +%%WWWDIR%%/lib/l10n/uz.js +%%WWWDIR%%/lib/l10n/uz.json +%%WWWDIR%%/lib/l10n/vi.js +%%WWWDIR%%/lib/l10n/vi.json +%%WWWDIR%%/lib/l10n/yo.js +%%WWWDIR%%/lib/l10n/yo.json +%%WWWDIR%%/lib/l10n/zh_CN.js +%%WWWDIR%%/lib/l10n/zh_CN.json +%%WWWDIR%%/lib/l10n/zh_HK.js +%%WWWDIR%%/lib/l10n/zh_HK.json +%%WWWDIR%%/lib/l10n/zh_TW.js +%%WWWDIR%%/lib/l10n/zh_TW.json +%%WWWDIR%%/lib/private/activity/event.php +%%WWWDIR%%/lib/private/activitymanager.php +%%WWWDIR%%/lib/private/allconfig.php +%%WWWDIR%%/lib/private/api.php +%%WWWDIR%%/lib/private/app.php +%%WWWDIR%%/lib/private/app/appmanager.php +%%WWWDIR%%/lib/private/app/codechecker/abstractcheck.php +%%WWWDIR%%/lib/private/app/codechecker/codechecker.php +%%WWWDIR%%/lib/private/app/codechecker/deprecationcheck.php +%%WWWDIR%%/lib/private/app/codechecker/emptycheck.php +%%WWWDIR%%/lib/private/app/codechecker/icheck.php +%%WWWDIR%%/lib/private/app/codechecker/infochecker.php +%%WWWDIR%%/lib/private/app/codechecker/nodevisitor.php +%%WWWDIR%%/lib/private/app/codechecker/privatecheck.php +%%WWWDIR%%/lib/private/app/codechecker/strongcomparisoncheck.php +%%WWWDIR%%/lib/private/app/dependencyanalyzer.php +%%WWWDIR%%/lib/private/app/infoparser.php +%%WWWDIR%%/lib/private/app/platform.php +%%WWWDIR%%/lib/private/app/platformrepository.php +%%WWWDIR%%/lib/private/appconfig.php +%%WWWDIR%%/lib/private/appframework/app.php +%%WWWDIR%%/lib/private/appframework/core/api.php +%%WWWDIR%%/lib/private/appframework/db/db.php +%%WWWDIR%%/lib/private/appframework/dependencyinjection/dicontainer.php +%%WWWDIR%%/lib/private/appframework/http.php +%%WWWDIR%%/lib/private/appframework/http/dispatcher.php +%%WWWDIR%%/lib/private/appframework/http/output.php +%%WWWDIR%%/lib/private/appframework/http/request.php +%%WWWDIR%%/lib/private/appframework/middleware/middlewaredispatcher.php +%%WWWDIR%%/lib/private/appframework/middleware/security/corsmiddleware.php +%%WWWDIR%%/lib/private/appframework/middleware/security/exceptions/appnotenabledexception.php +%%WWWDIR%%/lib/private/appframework/middleware/security/exceptions/crosssiterequestforgeryexception.php +%%WWWDIR%%/lib/private/appframework/middleware/security/exceptions/notadminexception.php +%%WWWDIR%%/lib/private/appframework/middleware/security/exceptions/notloggedinexception.php +%%WWWDIR%%/lib/private/appframework/middleware/security/exceptions/securityexception.php +%%WWWDIR%%/lib/private/appframework/middleware/security/exceptions/strictcookiemissingexception.php +%%WWWDIR%%/lib/private/appframework/middleware/security/securitymiddleware.php +%%WWWDIR%%/lib/private/appframework/middleware/sessionmiddleware.php +%%WWWDIR%%/lib/private/appframework/routing/routeactionhandler.php +%%WWWDIR%%/lib/private/appframework/routing/routeconfig.php +%%WWWDIR%%/lib/private/appframework/utility/controllermethodreflector.php +%%WWWDIR%%/lib/private/appframework/utility/simplecontainer.php +%%WWWDIR%%/lib/private/appframework/utility/timefactory.php +%%WWWDIR%%/lib/private/apphelper.php +%%WWWDIR%%/lib/private/archive.php +%%WWWDIR%%/lib/private/archive/tar.php +%%WWWDIR%%/lib/private/archive/zip.php +%%WWWDIR%%/lib/private/avatar.php +%%WWWDIR%%/lib/private/avatarmanager.php +%%WWWDIR%%/lib/private/backgroundjob/job.php +%%WWWDIR%%/lib/private/backgroundjob/joblist.php +%%WWWDIR%%/lib/private/backgroundjob/legacy/queuedjob.php +%%WWWDIR%%/lib/private/backgroundjob/legacy/regularjob.php +%%WWWDIR%%/lib/private/backgroundjob/queuedjob.php +%%WWWDIR%%/lib/private/backgroundjob/timedjob.php +%%WWWDIR%%/lib/private/cache/cappedmemorycache.php +%%WWWDIR%%/lib/private/cache/file.php +%%WWWDIR%%/lib/private/capabilitiesmanager.php +%%WWWDIR%%/lib/private/command/asyncbus.php +%%WWWDIR%%/lib/private/command/callablejob.php +%%WWWDIR%%/lib/private/command/closurejob.php +%%WWWDIR%%/lib/private/command/commandjob.php +%%WWWDIR%%/lib/private/command/fileaccess.php +%%WWWDIR%%/lib/private/command/queuebus.php +%%WWWDIR%%/lib/private/comments/comment.php +%%WWWDIR%%/lib/private/comments/manager.php +%%WWWDIR%%/lib/private/comments/managerfactory.php +%%WWWDIR%%/lib/private/config.php +%%WWWDIR%%/lib/private/console/application.php +%%WWWDIR%%/lib/private/console/timestampformatter.php +%%WWWDIR%%/lib/private/contactsmanager.php +%%WWWDIR%%/lib/private/databaseexception.php +%%WWWDIR%%/lib/private/databasesetupexception.php +%%WWWDIR%%/lib/private/datetimeformatter.php +%%WWWDIR%%/lib/private/datetimezone.php +%%WWWDIR%%/lib/private/db.php +%%WWWDIR%%/lib/private/db/adapter.php +%%WWWDIR%%/lib/private/db/adaptermysql.php +%%WWWDIR%%/lib/private/db/adapteroci8.php +%%WWWDIR%%/lib/private/db/adapterpgsql.php +%%WWWDIR%%/lib/private/db/adaptersqlite.php +%%WWWDIR%%/lib/private/db/connection.php +%%WWWDIR%%/lib/private/db/connectionfactory.php +%%WWWDIR%%/lib/private/db/mdb2schemamanager.php +%%WWWDIR%%/lib/private/db/mdb2schemareader.php +%%WWWDIR%%/lib/private/db/mdb2schemawriter.php +%%WWWDIR%%/lib/private/db/migrationexception.php +%%WWWDIR%%/lib/private/db/migrator.php +%%WWWDIR%%/lib/private/db/mysqlmigrator.php +%%WWWDIR%%/lib/private/db/nocheckmigrator.php +%%WWWDIR%%/lib/private/db/ocsqliteplatform.php +%%WWWDIR%%/lib/private/db/oracleconnection.php +%%WWWDIR%%/lib/private/db/oraclemigrator.php +%%WWWDIR%%/lib/private/db/pgsqltools.php +%%WWWDIR%%/lib/private/db/querybuilder/compositeexpression.php +%%WWWDIR%%/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php +%%WWWDIR%%/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php +%%WWWDIR%%/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php +%%WWWDIR%%/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php +%%WWWDIR%%/lib/private/db/querybuilder/literal.php +%%WWWDIR%%/lib/private/db/querybuilder/parameter.php +%%WWWDIR%%/lib/private/db/querybuilder/querybuilder.php +%%WWWDIR%%/lib/private/db/querybuilder/queryfunction.php +%%WWWDIR%%/lib/private/db/querybuilder/quotehelper.php +%%WWWDIR%%/lib/private/db/sqlitemigrator.php +%%WWWDIR%%/lib/private/db/sqlitesessioninit.php +%%WWWDIR%%/lib/private/db/statementwrapper.php +%%WWWDIR%%/lib/private/defaults.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 +%%WWWDIR%%/lib/private/encryption/encryptionwrapper.php +%%WWWDIR%%/lib/private/encryption/exceptions/decryptionfailedexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/emptyencryptiondataexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/encryptionfailedexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/encryptionheadertolargeexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/modulealreadyexistsexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/moduledoesnotexistsexception.php +%%WWWDIR%%/lib/private/encryption/exceptions/unknowncipherexception.php +%%WWWDIR%%/lib/private/encryption/file.php +%%WWWDIR%%/lib/private/encryption/hookmanager.php +%%WWWDIR%%/lib/private/encryption/keys/storage.php +%%WWWDIR%%/lib/private/encryption/manager.php +%%WWWDIR%%/lib/private/encryption/update.php +%%WWWDIR%%/lib/private/encryption/util.php +%%WWWDIR%%/lib/private/eventsource.php +%%WWWDIR%%/lib/private/filechunking.php +%%WWWDIR%%/lib/private/files.php +%%WWWDIR%%/lib/private/files/cache/cache.php +%%WWWDIR%%/lib/private/files/cache/cacheentry.php +%%WWWDIR%%/lib/private/files/cache/failedcache.php +%%WWWDIR%%/lib/private/files/cache/homecache.php +%%WWWDIR%%/lib/private/files/cache/homepropagator.php +%%WWWDIR%%/lib/private/files/cache/movefromcachetrait.php +%%WWWDIR%%/lib/private/files/cache/propagator.php +%%WWWDIR%%/lib/private/files/cache/scanner.php +%%WWWDIR%%/lib/private/files/cache/storage.php +%%WWWDIR%%/lib/private/files/cache/updater.php +%%WWWDIR%%/lib/private/files/cache/watcher.php +%%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/config/cachedmountinfo.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/fileinfo.php +%%WWWDIR%%/lib/private/files/filesystem.php +%%WWWDIR%%/lib/private/files/mount/manager.php +%%WWWDIR%%/lib/private/files/mount/mountpoint.php +%%WWWDIR%%/lib/private/files/mount/moveablemount.php +%%WWWDIR%%/lib/private/files/node/file.php +%%WWWDIR%%/lib/private/files/node/folder.php +%%WWWDIR%%/lib/private/files/node/hookconnector.php +%%WWWDIR%%/lib/private/files/node/node.php +%%WWWDIR%%/lib/private/files/node/nonexistingfile.php +%%WWWDIR%%/lib/private/files/node/nonexistingfolder.php +%%WWWDIR%%/lib/private/files/node/root.php +%%WWWDIR%%/lib/private/files/objectstore/homeobjectstorestorage.php +%%WWWDIR%%/lib/private/files/objectstore/noopscanner.php +%%WWWDIR%%/lib/private/files/objectstore/objectstorestorage.php +%%WWWDIR%%/lib/private/files/objectstore/swift.php +%%WWWDIR%%/lib/private/files/storage/common.php +%%WWWDIR%%/lib/private/files/storage/commontest.php +%%WWWDIR%%/lib/private/files/storage/dav.php +%%WWWDIR%%/lib/private/files/storage/failedstorage.php +%%WWWDIR%%/lib/private/files/storage/flysystem.php +%%WWWDIR%%/lib/private/files/storage/home.php +%%WWWDIR%%/lib/private/files/storage/local.php +%%WWWDIR%%/lib/private/files/storage/localtempfiletrait.php +%%WWWDIR%%/lib/private/files/storage/polyfill/copydirectory.php +%%WWWDIR%%/lib/private/files/storage/storage.php +%%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/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/wrapper.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 +%%WWWDIR%%/lib/private/files/type/loader.php +%%WWWDIR%%/lib/private/files/type/templatemanager.php +%%WWWDIR%%/lib/private/files/utils/scanner.php +%%WWWDIR%%/lib/private/files/view.php +%%WWWDIR%%/lib/private/forbiddenexception.php +%%WWWDIR%%/lib/private/group.php +%%WWWDIR%%/lib/private/group/backend.php +%%WWWDIR%%/lib/private/group/database.php +%%WWWDIR%%/lib/private/group/dummy.php +%%WWWDIR%%/lib/private/group/example.php +%%WWWDIR%%/lib/private/group/group.php +%%WWWDIR%%/lib/private/group/interface.php +%%WWWDIR%%/lib/private/group/manager.php +%%WWWDIR%%/lib/private/group/metadata.php +%%WWWDIR%%/lib/private/helper.php +%%WWWDIR%%/lib/private/hintexception.php +%%WWWDIR%%/lib/private/hook.php +%%WWWDIR%%/lib/private/hooks/basicemitter.php +%%WWWDIR%%/lib/private/hooks/emitter.php +%%WWWDIR%%/lib/private/hooks/emittertrait.php +%%WWWDIR%%/lib/private/hooks/forwardingemitter.php +%%WWWDIR%%/lib/private/hooks/legacyemitter.php +%%WWWDIR%%/lib/private/hooks/publicemitter.php +%%WWWDIR%%/lib/private/http/client/client.php +%%WWWDIR%%/lib/private/http/client/clientservice.php +%%WWWDIR%%/lib/private/http/client/response.php +%%WWWDIR%%/lib/private/httphelper.php +%%WWWDIR%%/lib/private/image.php +%%WWWDIR%%/lib/private/installer.php +%%WWWDIR%%/lib/private/integritycheck/checker.php +%%WWWDIR%%/lib/private/integritycheck/exceptions/invalidsignatureexception.php +%%WWWDIR%%/lib/private/integritycheck/helpers/applocator.php +%%WWWDIR%%/lib/private/integritycheck/helpers/environmenthelper.php +%%WWWDIR%%/lib/private/integritycheck/helpers/fileaccesshelper.php +%%WWWDIR%%/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php +%%WWWDIR%%/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php +%%WWWDIR%%/lib/private/json.php +%%WWWDIR%%/lib/private/l10n/factory.php +%%WWWDIR%%/lib/private/l10n/l10n.php +%%WWWDIR%%/lib/private/l10n/string.php +%%WWWDIR%%/lib/private/largefilehelper.php +%%WWWDIR%%/lib/private/legacy/l10n.php +%%WWWDIR%%/lib/private/lock/abstractlockingprovider.php +%%WWWDIR%%/lib/private/lock/dblockingprovider.php +%%WWWDIR%%/lib/private/lock/memcachelockingprovider.php +%%WWWDIR%%/lib/private/lock/nooplockingprovider.php +%%WWWDIR%%/lib/private/log.php +%%WWWDIR%%/lib/private/log/errorhandler.php +%%WWWDIR%%/lib/private/log/errorlog.php +%%WWWDIR%%/lib/private/log/owncloud.php +%%WWWDIR%%/lib/private/log/rotate.php +%%WWWDIR%%/lib/private/log/syslog.php +%%WWWDIR%%/lib/private/mail/mailer.php +%%WWWDIR%%/lib/private/mail/message.php +%%WWWDIR%%/lib/private/memcache/apc.php +%%WWWDIR%%/lib/private/memcache/apcu.php +%%WWWDIR%%/lib/private/memcache/arraycache.php +%%WWWDIR%%/lib/private/memcache/cache.php +%%WWWDIR%%/lib/private/memcache/cadtrait.php +%%WWWDIR%%/lib/private/memcache/castrait.php +%%WWWDIR%%/lib/private/memcache/factory.php +%%WWWDIR%%/lib/private/memcache/memcached.php +%%WWWDIR%%/lib/private/memcache/nullcache.php +%%WWWDIR%%/lib/private/memcache/redis.php +%%WWWDIR%%/lib/private/memcache/xcache.php +%%WWWDIR%%/lib/private/naturalsort.php +%%WWWDIR%%/lib/private/naturalsort_defaultcollator.php +%%WWWDIR%%/lib/private/navigationmanager.php +%%WWWDIR%%/lib/private/needsupdateexception.php +%%WWWDIR%%/lib/private/notification/action.php +%%WWWDIR%%/lib/private/notification/manager.php +%%WWWDIR%%/lib/private/notification/notification.php +%%WWWDIR%%/lib/private/notsquareexception.php +%%WWWDIR%%/lib/private/ocs.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 +%%WWWDIR%%/lib/private/ocs/person.php +%%WWWDIR%%/lib/private/ocs/privatedata.php +%%WWWDIR%%/lib/private/ocs/result.php +%%WWWDIR%%/lib/private/ocsclient.php +%%WWWDIR%%/lib/private/preview.php +%%WWWDIR%%/lib/private/preview/bitmap.php +%%WWWDIR%%/lib/private/preview/bmp.php +%%WWWDIR%%/lib/private/preview/font.php +%%WWWDIR%%/lib/private/preview/gif.php +%%WWWDIR%%/lib/private/preview/illustrator.php +%%WWWDIR%%/lib/private/preview/image.php +%%WWWDIR%%/lib/private/preview/jpeg.php +%%WWWDIR%%/lib/private/preview/markdown.php +%%WWWDIR%%/lib/private/preview/movie.php +%%WWWDIR%%/lib/private/preview/mp3.php +%%WWWDIR%%/lib/private/preview/msoffice2003.php +%%WWWDIR%%/lib/private/preview/msoffice2007.php +%%WWWDIR%%/lib/private/preview/msofficedoc.php +%%WWWDIR%%/lib/private/preview/office.php +%%WWWDIR%%/lib/private/preview/opendocument.php +%%WWWDIR%%/lib/private/preview/pdf.php +%%WWWDIR%%/lib/private/preview/photoshop.php +%%WWWDIR%%/lib/private/preview/png.php +%%WWWDIR%%/lib/private/preview/postscript.php +%%WWWDIR%%/lib/private/preview/provider.php +%%WWWDIR%%/lib/private/preview/staroffice.php +%%WWWDIR%%/lib/private/preview/svg.php +%%WWWDIR%%/lib/private/preview/tiff.php +%%WWWDIR%%/lib/private/preview/txt.php +%%WWWDIR%%/lib/private/preview/xbitmap.php +%%WWWDIR%%/lib/private/previewmanager.php +%%WWWDIR%%/lib/private/releasenotes.php +%%WWWDIR%%/lib/private/repair.php +%%WWWDIR%%/lib/private/repair/assetcache.php +%%WWWDIR%%/lib/private/repair/avatarpermissions.php +%%WWWDIR%%/lib/private/repair/cleantags.php +%%WWWDIR%%/lib/private/repair/collation.php +%%WWWDIR%%/lib/private/repair/copyrewritebasetoconfig.php +%%WWWDIR%%/lib/private/repair/dropoldjobs.php +%%WWWDIR%%/lib/private/repair/dropoldtables.php +%%WWWDIR%%/lib/private/repair/encryptioncompatibility.php +%%WWWDIR%%/lib/private/repair/filletags.php +%%WWWDIR%%/lib/private/repair/innodb.php +%%WWWDIR%%/lib/private/repair/oldgroupmembershipshares.php +%%WWWDIR%%/lib/private/repair/preview.php +%%WWWDIR%%/lib/private/repair/removegetetagentries.php +%%WWWDIR%%/lib/private/repair/repairinvalidshares.php +%%WWWDIR%%/lib/private/repair/repairlegacystorages.php +%%WWWDIR%%/lib/private/repair/repairmimetypes.php +%%WWWDIR%%/lib/private/repair/searchlucenetables.php +%%WWWDIR%%/lib/private/repair/sqliteautoincrement.php +%%WWWDIR%%/lib/private/repair/updatecertificatestore.php +%%WWWDIR%%/lib/private/repair/updateoutdatedocsids.php +%%WWWDIR%%/lib/private/repairexception.php +%%WWWDIR%%/lib/private/repairstep.php +%%WWWDIR%%/lib/private/response.php +%%WWWDIR%%/lib/private/route/cachingrouter.php +%%WWWDIR%%/lib/private/route/route.php +%%WWWDIR%%/lib/private/route/router.php +%%WWWDIR%%/lib/private/search.php +%%WWWDIR%%/lib/private/search/provider/file.php +%%WWWDIR%%/lib/private/search/result/audio.php +%%WWWDIR%%/lib/private/search/result/file.php +%%WWWDIR%%/lib/private/search/result/folder.php +%%WWWDIR%%/lib/private/search/result/image.php +%%WWWDIR%%/lib/private/security/certificate.php +%%WWWDIR%%/lib/private/security/certificatemanager.php +%%WWWDIR%%/lib/private/security/credentialsmanager.php +%%WWWDIR%%/lib/private/security/crypto.php +%%WWWDIR%%/lib/private/security/csp/contentsecuritypolicy.php +%%WWWDIR%%/lib/private/security/csp/contentsecuritypolicymanager.php +%%WWWDIR%%/lib/private/security/csrf/csrftoken.php +%%WWWDIR%%/lib/private/security/csrf/csrftokengenerator.php +%%WWWDIR%%/lib/private/security/csrf/csrftokenmanager.php +%%WWWDIR%%/lib/private/security/csrf/tokenstorage/sessionstorage.php +%%WWWDIR%%/lib/private/security/hasher.php +%%WWWDIR%%/lib/private/security/securerandom.php +%%WWWDIR%%/lib/private/security/trusteddomainhelper.php +%%WWWDIR%%/lib/private/server.php +%%WWWDIR%%/lib/private/servercontainer.php +%%WWWDIR%%/lib/private/servernotavailableexception.php +%%WWWDIR%%/lib/private/serviceunavailableexception.php +%%WWWDIR%%/lib/private/session/cryptosessiondata.php +%%WWWDIR%%/lib/private/session/cryptowrapper.php +%%WWWDIR%%/lib/private/session/internal.php +%%WWWDIR%%/lib/private/session/memory.php +%%WWWDIR%%/lib/private/session/session.php +%%WWWDIR%%/lib/private/setup.php +%%WWWDIR%%/lib/private/setup/abstractdatabase.php +%%WWWDIR%%/lib/private/setup/mysql.php +%%WWWDIR%%/lib/private/setup/oci.php +%%WWWDIR%%/lib/private/setup/postgresql.php +%%WWWDIR%%/lib/private/setup/sqlite.php +%%WWWDIR%%/lib/private/share/constants.php +%%WWWDIR%%/lib/private/share/helper.php +%%WWWDIR%%/lib/private/share/hooks.php +%%WWWDIR%%/lib/private/share/mailnotifications.php +%%WWWDIR%%/lib/private/share/searchresultsorter.php +%%WWWDIR%%/lib/private/share/share.php +%%WWWDIR%%/lib/private/share20/defaultshareprovider.php +%%WWWDIR%%/lib/private/share20/exception/backenderror.php +%%WWWDIR%%/lib/private/share20/exception/invalidshare.php +%%WWWDIR%%/lib/private/share20/exception/providerexception.php +%%WWWDIR%%/lib/private/share20/manager.php +%%WWWDIR%%/lib/private/share20/providerfactory.php +%%WWWDIR%%/lib/private/share20/share.php +%%WWWDIR%%/lib/private/streamer.php +%%WWWDIR%%/lib/private/subadmin.php +%%WWWDIR%%/lib/private/systemconfig.php +%%WWWDIR%%/lib/private/systemtag/managerfactory.php +%%WWWDIR%%/lib/private/systemtag/systemtag.php +%%WWWDIR%%/lib/private/systemtag/systemtagmanager.php +%%WWWDIR%%/lib/private/systemtag/systemtagobjectmapper.php +%%WWWDIR%%/lib/private/tagging/tag.php +%%WWWDIR%%/lib/private/tagging/tagmapper.php +%%WWWDIR%%/lib/private/tagmanager.php +%%WWWDIR%%/lib/private/tags.php +%%WWWDIR%%/lib/private/template.php +%%WWWDIR%%/lib/private/template/base.php +%%WWWDIR%%/lib/private/template/cssresourcelocator.php +%%WWWDIR%%/lib/private/template/functions.php +%%WWWDIR%%/lib/private/template/jsresourcelocator.php +%%WWWDIR%%/lib/private/template/resourcelocator.php +%%WWWDIR%%/lib/private/template/resourcenotfoundexception.php +%%WWWDIR%%/lib/private/template/templatefilelocator.php +%%WWWDIR%%/lib/private/templatelayout.php +%%WWWDIR%%/lib/private/tempmanager.php +%%WWWDIR%%/lib/private/updater.php +%%WWWDIR%%/lib/private/urlgenerator.php +%%WWWDIR%%/lib/private/user.php +%%WWWDIR%%/lib/private/user/backend.php +%%WWWDIR%%/lib/private/user/database.php +%%WWWDIR%%/lib/private/user/interface.php +%%WWWDIR%%/lib/private/user/loginexception.php +%%WWWDIR%%/lib/private/user/manager.php +%%WWWDIR%%/lib/private/user/nouserexception.php +%%WWWDIR%%/lib/private/user/session.php +%%WWWDIR%%/lib/private/user/user.php +%%WWWDIR%%/lib/private/util.php +%%WWWDIR%%/lib/public/activity/iconsumer.php +%%WWWDIR%%/lib/public/activity/ievent.php +%%WWWDIR%%/lib/public/activity/iextension.php +%%WWWDIR%%/lib/public/activity/imanager.php +%%WWWDIR%%/lib/public/api.php +%%WWWDIR%%/lib/public/app.php +%%WWWDIR%%/lib/public/app/iappmanager.php +%%WWWDIR%%/lib/public/app/managerevent.php +%%WWWDIR%%/lib/public/appframework/apicontroller.php +%%WWWDIR%%/lib/public/appframework/app.php +%%WWWDIR%%/lib/public/appframework/controller.php +%%WWWDIR%%/lib/public/appframework/db/doesnotexistexception.php +%%WWWDIR%%/lib/public/appframework/db/entity.php +%%WWWDIR%%/lib/public/appframework/db/mapper.php +%%WWWDIR%%/lib/public/appframework/db/multipleobjectsreturnedexception.php +%%WWWDIR%%/lib/public/appframework/http.php +%%WWWDIR%%/lib/public/appframework/http/contentsecuritypolicy.php +%%WWWDIR%%/lib/public/appframework/http/datadisplayresponse.php +%%WWWDIR%%/lib/public/appframework/http/datadownloadresponse.php +%%WWWDIR%%/lib/public/appframework/http/dataresponse.php +%%WWWDIR%%/lib/public/appframework/http/downloadresponse.php +%%WWWDIR%%/lib/public/appframework/http/emptycontentsecuritypolicy.php +%%WWWDIR%%/lib/public/appframework/http/icallbackresponse.php +%%WWWDIR%%/lib/public/appframework/http/ioutput.php +%%WWWDIR%%/lib/public/appframework/http/jsonresponse.php +%%WWWDIR%%/lib/public/appframework/http/notfoundresponse.php +%%WWWDIR%%/lib/public/appframework/http/ocsresponse.php +%%WWWDIR%%/lib/public/appframework/http/redirectresponse.php +%%WWWDIR%%/lib/public/appframework/http/response.php +%%WWWDIR%%/lib/public/appframework/http/streamresponse.php +%%WWWDIR%%/lib/public/appframework/http/templateresponse.php +%%WWWDIR%%/lib/public/appframework/iapi.php +%%WWWDIR%%/lib/public/appframework/iappcontainer.php +%%WWWDIR%%/lib/public/appframework/middleware.php +%%WWWDIR%%/lib/public/appframework/ocscontroller.php +%%WWWDIR%%/lib/public/appframework/queryexception.php +%%WWWDIR%%/lib/public/appframework/utility/icontrollermethodreflector.php +%%WWWDIR%%/lib/public/appframework/utility/itimefactory.php +%%WWWDIR%%/lib/public/authentication/iapachebackend.php +%%WWWDIR%%/lib/public/autoloadnotallowedexception.php +%%WWWDIR%%/lib/public/backgroundjob.php +%%WWWDIR%%/lib/public/backgroundjob/ijob.php +%%WWWDIR%%/lib/public/backgroundjob/ijoblist.php +%%WWWDIR%%/lib/public/capabilities/icapability.php +%%WWWDIR%%/lib/public/command/ibus.php +%%WWWDIR%%/lib/public/command/icommand.php +%%WWWDIR%%/lib/public/comments/commentsevent.php +%%WWWDIR%%/lib/public/comments/icomment.php +%%WWWDIR%%/lib/public/comments/icommentsmanager.php +%%WWWDIR%%/lib/public/comments/icommentsmanagerfactory.php +%%WWWDIR%%/lib/public/comments/illegalidchangeexception.php +%%WWWDIR%%/lib/public/comments/messagetoolongexception.php +%%WWWDIR%%/lib/public/comments/notfoundexception.php +%%WWWDIR%%/lib/public/config.php +%%WWWDIR%%/lib/public/console/consoleevent.php +%%WWWDIR%%/lib/public/constants.php +%%WWWDIR%%/lib/public/contacts.php +%%WWWDIR%%/lib/public/contacts/imanager.php +%%WWWDIR%%/lib/public/db.php +%%WWWDIR%%/lib/public/db/querybuilder/icompositeexpression.php +%%WWWDIR%%/lib/public/db/querybuilder/iexpressionbuilder.php +%%WWWDIR%%/lib/public/db/querybuilder/iliteral.php +%%WWWDIR%%/lib/public/db/querybuilder/iparameter.php +%%WWWDIR%%/lib/public/db/querybuilder/iquerybuilder.php +%%WWWDIR%%/lib/public/db/querybuilder/iqueryfunction.php +%%WWWDIR%%/lib/public/defaults.php +%%WWWDIR%%/lib/public/diagnostics/ievent.php +%%WWWDIR%%/lib/public/diagnostics/ieventlogger.php +%%WWWDIR%%/lib/public/diagnostics/iquery.php +%%WWWDIR%%/lib/public/diagnostics/iquerylogger.php +%%WWWDIR%%/lib/public/encryption/exceptions/genericencryptionexception.php +%%WWWDIR%%/lib/public/encryption/iencryptionmodule.php +%%WWWDIR%%/lib/public/encryption/ifile.php +%%WWWDIR%%/lib/public/encryption/imanager.php +%%WWWDIR%%/lib/public/encryption/keys/istorage.php +%%WWWDIR%%/lib/public/files.php +%%WWWDIR%%/lib/public/files/alreadyexistsexception.php +%%WWWDIR%%/lib/public/files/cache/icache.php +%%WWWDIR%%/lib/public/files/cache/icacheentry.php +%%WWWDIR%%/lib/public/files/cache/ipropagator.php +%%WWWDIR%%/lib/public/files/cache/iscanner.php +%%WWWDIR%%/lib/public/files/cache/iupdater.php +%%WWWDIR%%/lib/public/files/cache/iwatcher.php +%%WWWDIR%%/lib/public/files/config/icachedmountinfo.php +%%WWWDIR%%/lib/public/files/config/imountprovider.php +%%WWWDIR%%/lib/public/files/config/imountprovidercollection.php +%%WWWDIR%%/lib/public/files/config/iusermountcache.php +%%WWWDIR%%/lib/public/files/entitytoolargeexception.php +%%WWWDIR%%/lib/public/files/file.php +%%WWWDIR%%/lib/public/files/fileinfo.php +%%WWWDIR%%/lib/public/files/filenametoolongexception.php +%%WWWDIR%%/lib/public/files/folder.php +%%WWWDIR%%/lib/public/files/forbiddenexception.php +%%WWWDIR%%/lib/public/files/ihomestorage.php +%%WWWDIR%%/lib/public/files/imimetypedetector.php +%%WWWDIR%%/lib/public/files/imimetypeloader.php +%%WWWDIR%%/lib/public/files/invalidcharacterinpathexception.php +%%WWWDIR%%/lib/public/files/invalidcontentexception.php +%%WWWDIR%%/lib/public/files/invalidpathexception.php +%%WWWDIR%%/lib/public/files/irootfolder.php +%%WWWDIR%%/lib/public/files/locknotacquiredexception.php +%%WWWDIR%%/lib/public/files/mount/imountmanager.php +%%WWWDIR%%/lib/public/files/mount/imountpoint.php +%%WWWDIR%%/lib/public/files/node.php +%%WWWDIR%%/lib/public/files/notenoughspaceexception.php +%%WWWDIR%%/lib/public/files/notfoundexception.php +%%WWWDIR%%/lib/public/files/notpermittedexception.php +%%WWWDIR%%/lib/public/files/objectstore/iobjectstore.php +%%WWWDIR%%/lib/public/files/reservedwordexception.php +%%WWWDIR%%/lib/public/files/storage.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/storageauthexception.php +%%WWWDIR%%/lib/public/files/storagebadconfigexception.php +%%WWWDIR%%/lib/public/files/storageconnectionexception.php +%%WWWDIR%%/lib/public/files/storageinvalidexception.php +%%WWWDIR%%/lib/public/files/storagenotavailableexception.php +%%WWWDIR%%/lib/public/files/storagetimeoutexception.php +%%WWWDIR%%/lib/public/groupinterface.php +%%WWWDIR%%/lib/public/http/client/iclient.php +%%WWWDIR%%/lib/public/http/client/iclientservice.php +%%WWWDIR%%/lib/public/http/client/iresponse.php +%%WWWDIR%%/lib/public/iaddressbook.php +%%WWWDIR%%/lib/public/iappconfig.php +%%WWWDIR%%/lib/public/iavatar.php +%%WWWDIR%%/lib/public/iavatarmanager.php +%%WWWDIR%%/lib/public/icache.php +%%WWWDIR%%/lib/public/icachefactory.php +%%WWWDIR%%/lib/public/icertificate.php +%%WWWDIR%%/lib/public/icertificatemanager.php +%%WWWDIR%%/lib/public/iconfig.php +%%WWWDIR%%/lib/public/icontainer.php +%%WWWDIR%%/lib/public/idatetimeformatter.php +%%WWWDIR%%/lib/public/idatetimezone.php +%%WWWDIR%%/lib/public/idb.php +%%WWWDIR%%/lib/public/idbconnection.php +%%WWWDIR%%/lib/public/ieventsource.php +%%WWWDIR%%/lib/public/igroup.php +%%WWWDIR%%/lib/public/igroupmanager.php +%%WWWDIR%%/lib/public/ihelper.php +%%WWWDIR%%/lib/public/iimage.php +%%WWWDIR%%/lib/public/il10n.php +%%WWWDIR%%/lib/public/ilogger.php +%%WWWDIR%%/lib/public/image.php +%%WWWDIR%%/lib/public/imemcache.php +%%WWWDIR%%/lib/public/imemcachettl.php +%%WWWDIR%%/lib/public/inavigationmanager.php +%%WWWDIR%%/lib/public/ipreview.php +%%WWWDIR%%/lib/public/irequest.php +%%WWWDIR%%/lib/public/isearch.php +%%WWWDIR%%/lib/public/iservercontainer.php +%%WWWDIR%%/lib/public/isession.php +%%WWWDIR%%/lib/public/itagmanager.php +%%WWWDIR%%/lib/public/itags.php +%%WWWDIR%%/lib/public/itempmanager.php +%%WWWDIR%%/lib/public/iurlgenerator.php +%%WWWDIR%%/lib/public/iuser.php +%%WWWDIR%%/lib/public/iuserbackend.php +%%WWWDIR%%/lib/public/iusermanager.php +%%WWWDIR%%/lib/public/iusersession.php +%%WWWDIR%%/lib/public/json.php +%%WWWDIR%%/lib/public/l10n/ifactory.php +%%WWWDIR%%/lib/public/lock/ilockingprovider.php +%%WWWDIR%%/lib/public/lock/lockedexception.php +%%WWWDIR%%/lib/public/mail/imailer.php +%%WWWDIR%%/lib/public/notification/iaction.php +%%WWWDIR%%/lib/public/notification/iapp.php +%%WWWDIR%%/lib/public/notification/imanager.php +%%WWWDIR%%/lib/public/notification/inotification.php +%%WWWDIR%%/lib/public/notification/inotifier.php +%%WWWDIR%%/lib/public/preconditionnotmetexception.php +%%WWWDIR%%/lib/public/preview/iprovider.php +%%WWWDIR%%/lib/public/response.php +%%WWWDIR%%/lib/public/route/iroute.php +%%WWWDIR%%/lib/public/route/irouter.php +%%WWWDIR%%/lib/public/sabrepluginevent.php +%%WWWDIR%%/lib/public/sabrepluginexception.php +%%WWWDIR%%/lib/public/search/pagedprovider.php +%%WWWDIR%%/lib/public/search/provider.php +%%WWWDIR%%/lib/public/search/result.php +%%WWWDIR%%/lib/public/security/icontentsecuritypolicymanager.php +%%WWWDIR%%/lib/public/security/icredentialsmanager.php +%%WWWDIR%%/lib/public/security/icrypto.php +%%WWWDIR%%/lib/public/security/ihasher.php +%%WWWDIR%%/lib/public/security/isecurerandom.php +%%WWWDIR%%/lib/public/security/stringutils.php +%%WWWDIR%%/lib/public/share.php +%%WWWDIR%%/lib/public/share/exceptions/genericshareexception.php +%%WWWDIR%%/lib/public/share/exceptions/sharenotfound.php +%%WWWDIR%%/lib/public/share/imanager.php +%%WWWDIR%%/lib/public/share/iproviderfactory.php +%%WWWDIR%%/lib/public/share/ishare.php +%%WWWDIR%%/lib/public/share/ishareprovider.php +%%WWWDIR%%/lib/public/share_backend.php +%%WWWDIR%%/lib/public/share_backend_collection.php +%%WWWDIR%%/lib/public/share_backend_file_dependent.php +%%WWWDIR%%/lib/public/systemtag/isystemtag.php +%%WWWDIR%%/lib/public/systemtag/isystemtagmanager.php +%%WWWDIR%%/lib/public/systemtag/isystemtagmanagerfactory.php +%%WWWDIR%%/lib/public/systemtag/isystemtagobjectmapper.php +%%WWWDIR%%/lib/public/systemtag/managerevent.php +%%WWWDIR%%/lib/public/systemtag/mapperevent.php +%%WWWDIR%%/lib/public/systemtag/tagalreadyexistsexception.php +%%WWWDIR%%/lib/public/systemtag/tagnotfoundexception.php +%%WWWDIR%%/lib/public/template.php +%%WWWDIR%%/lib/public/user.php +%%WWWDIR%%/lib/public/userinterface.php +%%WWWDIR%%/lib/public/util.php +%%WWWDIR%%/occ +%%WWWDIR%%/ocs-provider/index.php +%%WWWDIR%%/ocs-provider/provider.php +%%WWWDIR%%/ocs/providers.php +%%WWWDIR%%/ocs/routes.php +%%WWWDIR%%/ocs/v1.php +%%WWWDIR%%/ocs/v2.php +%%WWWDIR%%/public.php +%%WWWDIR%%/remote.php +%%WWWDIR%%/resources/codesigning/core.crt +%%WWWDIR%%/resources/codesigning/owncloud.crt +%%WWWDIR%%/resources/codesigning/root.crt +%%WWWDIR%%/resources/config/ca-bundle.crt +%%WWWDIR%%/resources/config/mimetypealiases.dist.json +%%WWWDIR%%/resources/config/mimetypemapping.dist.json +%%WWWDIR%%/resources/updater-fixes/apps/encryption/lib/crypto/encryption.php +%%WWWDIR%%/resources/updater-fixes/composer.json +%%WWWDIR%%/resources/updater-fixes/composer.lock +%%WWWDIR%%/resources/updater-fixes/composer/LICENSE +%%WWWDIR%%/resources/updater-fixes/composer/autoload_classmap.php +%%WWWDIR%%/resources/updater-fixes/composer/installed.json +%%WWWDIR%%/resources/updater-fixes/icewind/streams/src/DirectoryFilter.php +%%WWWDIR%%/resources/updater-fixes/icewind/streams/src/DirectoryWrapper.php +%%WWWDIR%%/resources/updater-fixes/icewind/streams/src/RetryWrapper.php +%%WWWDIR%%/resources/updater-fixes/icewind/streams/src/SeekableWrapper.php +%%WWWDIR%%/resources/updater-fixes/sabre/dav/CHANGELOG.md +%%WWWDIR%%/resources/updater-fixes/sabre/dav/composer.json +%%WWWDIR%%/resources/updater-fixes/sabre/dav/lib/CalDAV/Plugin.php +%%WWWDIR%%/resources/updater-fixes/sabre/dav/lib/CardDAV/Backend/PDO.php +%%WWWDIR%%/resources/updater-fixes/sabre/dav/lib/DAV/CorePlugin.php +%%WWWDIR%%/resources/updater-fixes/sabre/dav/lib/DAV/Version.php +%%WWWDIR%%/robots.txt +%%WWWDIR%%/settings/admin.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/application.php +%%WWWDIR%%/settings/changepassword/controller.php +%%WWWDIR%%/settings/controller/appsettingscontroller.php +%%WWWDIR%%/settings/controller/certificatecontroller.php +%%WWWDIR%%/settings/controller/checksetupcontroller.php +%%WWWDIR%%/settings/controller/encryptioncontroller.php +%%WWWDIR%%/settings/controller/groupscontroller.php +%%WWWDIR%%/settings/controller/logsettingscontroller.php +%%WWWDIR%%/settings/controller/mailsettingscontroller.php +%%WWWDIR%%/settings/controller/securitysettingscontroller.php +%%WWWDIR%%/settings/controller/userscontroller.php +%%WWWDIR%%/settings/css/settings.css +%%WWWDIR%%/settings/help.php +%%WWWDIR%%/settings/img/admin.png +%%WWWDIR%%/settings/img/admin.svg +%%WWWDIR%%/settings/img/apps.png +%%WWWDIR%%/settings/img/apps.svg +%%WWWDIR%%/settings/img/help.png +%%WWWDIR%%/settings/img/help.svg +%%WWWDIR%%/settings/img/personal.png +%%WWWDIR%%/settings/img/personal.svg +%%WWWDIR%%/settings/img/trans.png +%%WWWDIR%%/settings/img/users.png +%%WWWDIR%%/settings/img/users.svg +%%WWWDIR%%/settings/js/admin.js +%%WWWDIR%%/settings/js/apps.js +%%WWWDIR%%/settings/js/certificates.js +%%WWWDIR%%/settings/js/log.js +%%WWWDIR%%/settings/js/old-apps.js +%%WWWDIR%%/settings/js/personal.js +%%WWWDIR%%/settings/js/settings.js +%%WWWDIR%%/settings/js/users/deleteHandler.js +%%WWWDIR%%/settings/js/users/filter.js +%%WWWDIR%%/settings/js/users/groups.js +%%WWWDIR%%/settings/js/users/users.js +%%WWWDIR%%/settings/l10n/af_ZA.js +%%WWWDIR%%/settings/l10n/af_ZA.json +%%WWWDIR%%/settings/l10n/ar.js +%%WWWDIR%%/settings/l10n/ar.json +%%WWWDIR%%/settings/l10n/ast.js +%%WWWDIR%%/settings/l10n/ast.json +%%WWWDIR%%/settings/l10n/az.js +%%WWWDIR%%/settings/l10n/az.json +%%WWWDIR%%/settings/l10n/bg_BG.js +%%WWWDIR%%/settings/l10n/bg_BG.json +%%WWWDIR%%/settings/l10n/bn_BD.js +%%WWWDIR%%/settings/l10n/bn_BD.json +%%WWWDIR%%/settings/l10n/bn_IN.js +%%WWWDIR%%/settings/l10n/bn_IN.json +%%WWWDIR%%/settings/l10n/bs.js +%%WWWDIR%%/settings/l10n/bs.json +%%WWWDIR%%/settings/l10n/ca.js +%%WWWDIR%%/settings/l10n/ca.json +%%WWWDIR%%/settings/l10n/cs_CZ.js +%%WWWDIR%%/settings/l10n/cs_CZ.json +%%WWWDIR%%/settings/l10n/cy_GB.js +%%WWWDIR%%/settings/l10n/cy_GB.json +%%WWWDIR%%/settings/l10n/da.js +%%WWWDIR%%/settings/l10n/da.json +%%WWWDIR%%/settings/l10n/de.js +%%WWWDIR%%/settings/l10n/de.json +%%WWWDIR%%/settings/l10n/de_AT.js +%%WWWDIR%%/settings/l10n/de_AT.json +%%WWWDIR%%/settings/l10n/de_DE.js +%%WWWDIR%%/settings/l10n/de_DE.json +%%WWWDIR%%/settings/l10n/el.js +%%WWWDIR%%/settings/l10n/el.json +%%WWWDIR%%/settings/l10n/en_GB.js +%%WWWDIR%%/settings/l10n/en_GB.json +%%WWWDIR%%/settings/l10n/eo.js +%%WWWDIR%%/settings/l10n/eo.json +%%WWWDIR%%/settings/l10n/es.js +%%WWWDIR%%/settings/l10n/es.json +%%WWWDIR%%/settings/l10n/es_AR.js +%%WWWDIR%%/settings/l10n/es_AR.json +%%WWWDIR%%/settings/l10n/es_CL.js +%%WWWDIR%%/settings/l10n/es_CL.json +%%WWWDIR%%/settings/l10n/es_MX.js +%%WWWDIR%%/settings/l10n/es_MX.json +%%WWWDIR%%/settings/l10n/et_EE.js +%%WWWDIR%%/settings/l10n/et_EE.json +%%WWWDIR%%/settings/l10n/eu.js +%%WWWDIR%%/settings/l10n/eu.json +%%WWWDIR%%/settings/l10n/fa.js +%%WWWDIR%%/settings/l10n/fa.json +%%WWWDIR%%/settings/l10n/fi_FI.js +%%WWWDIR%%/settings/l10n/fi_FI.json +%%WWWDIR%%/settings/l10n/fr.js +%%WWWDIR%%/settings/l10n/fr.json +%%WWWDIR%%/settings/l10n/gl.js +%%WWWDIR%%/settings/l10n/gl.json +%%WWWDIR%%/settings/l10n/he.js +%%WWWDIR%%/settings/l10n/he.json +%%WWWDIR%%/settings/l10n/hi.js +%%WWWDIR%%/settings/l10n/hi.json +%%WWWDIR%%/settings/l10n/hr.js +%%WWWDIR%%/settings/l10n/hr.json +%%WWWDIR%%/settings/l10n/hu_HU.js +%%WWWDIR%%/settings/l10n/hu_HU.json +%%WWWDIR%%/settings/l10n/hy.js +%%WWWDIR%%/settings/l10n/hy.json +%%WWWDIR%%/settings/l10n/ia.js +%%WWWDIR%%/settings/l10n/ia.json +%%WWWDIR%%/settings/l10n/id.js +%%WWWDIR%%/settings/l10n/id.json +%%WWWDIR%%/settings/l10n/is.js +%%WWWDIR%%/settings/l10n/is.json +%%WWWDIR%%/settings/l10n/it.js +%%WWWDIR%%/settings/l10n/it.json +%%WWWDIR%%/settings/l10n/ja.js +%%WWWDIR%%/settings/l10n/ja.json +%%WWWDIR%%/settings/l10n/jv.js +%%WWWDIR%%/settings/l10n/jv.json +%%WWWDIR%%/settings/l10n/ka_GE.js +%%WWWDIR%%/settings/l10n/ka_GE.json +%%WWWDIR%%/settings/l10n/km.js +%%WWWDIR%%/settings/l10n/km.json +%%WWWDIR%%/settings/l10n/kn.js +%%WWWDIR%%/settings/l10n/kn.json +%%WWWDIR%%/settings/l10n/ko.js +%%WWWDIR%%/settings/l10n/ko.json +%%WWWDIR%%/settings/l10n/ku_IQ.js +%%WWWDIR%%/settings/l10n/ku_IQ.json +%%WWWDIR%%/settings/l10n/lb.js +%%WWWDIR%%/settings/l10n/lb.json +%%WWWDIR%%/settings/l10n/lo.js +%%WWWDIR%%/settings/l10n/lo.json +%%WWWDIR%%/settings/l10n/lt_LT.js +%%WWWDIR%%/settings/l10n/lt_LT.json +%%WWWDIR%%/settings/l10n/lv.js +%%WWWDIR%%/settings/l10n/lv.json +%%WWWDIR%%/settings/l10n/mk.js +%%WWWDIR%%/settings/l10n/mk.json +%%WWWDIR%%/settings/l10n/mn.js +%%WWWDIR%%/settings/l10n/mn.json +%%WWWDIR%%/settings/l10n/ms_MY.js +%%WWWDIR%%/settings/l10n/ms_MY.json +%%WWWDIR%%/settings/l10n/my_MM.js +%%WWWDIR%%/settings/l10n/my_MM.json +%%WWWDIR%%/settings/l10n/nb_NO.js +%%WWWDIR%%/settings/l10n/nb_NO.json +%%WWWDIR%%/settings/l10n/nds.js +%%WWWDIR%%/settings/l10n/nds.json +%%WWWDIR%%/settings/l10n/nl.js +%%WWWDIR%%/settings/l10n/nl.json +%%WWWDIR%%/settings/l10n/nn_NO.js +%%WWWDIR%%/settings/l10n/nn_NO.json +%%WWWDIR%%/settings/l10n/oc.js +%%WWWDIR%%/settings/l10n/oc.json +%%WWWDIR%%/settings/l10n/pa.js +%%WWWDIR%%/settings/l10n/pa.json +%%WWWDIR%%/settings/l10n/pl.js +%%WWWDIR%%/settings/l10n/pl.json +%%WWWDIR%%/settings/l10n/pt_BR.js +%%WWWDIR%%/settings/l10n/pt_BR.json +%%WWWDIR%%/settings/l10n/pt_PT.js +%%WWWDIR%%/settings/l10n/pt_PT.json +%%WWWDIR%%/settings/l10n/ro.js +%%WWWDIR%%/settings/l10n/ro.json +%%WWWDIR%%/settings/l10n/ru.js +%%WWWDIR%%/settings/l10n/ru.json +%%WWWDIR%%/settings/l10n/si_LK.js +%%WWWDIR%%/settings/l10n/si_LK.json +%%WWWDIR%%/settings/l10n/sk_SK.js +%%WWWDIR%%/settings/l10n/sk_SK.json +%%WWWDIR%%/settings/l10n/sl.js +%%WWWDIR%%/settings/l10n/sl.json +%%WWWDIR%%/settings/l10n/sq.js +%%WWWDIR%%/settings/l10n/sq.json +%%WWWDIR%%/settings/l10n/sr.js +%%WWWDIR%%/settings/l10n/sr.json +%%WWWDIR%%/settings/l10n/sr@latin.js +%%WWWDIR%%/settings/l10n/sr@latin.json +%%WWWDIR%%/settings/l10n/sv.js +%%WWWDIR%%/settings/l10n/sv.json +%%WWWDIR%%/settings/l10n/ta_IN.js +%%WWWDIR%%/settings/l10n/ta_IN.json +%%WWWDIR%%/settings/l10n/ta_LK.js +%%WWWDIR%%/settings/l10n/ta_LK.json +%%WWWDIR%%/settings/l10n/te.js +%%WWWDIR%%/settings/l10n/te.json +%%WWWDIR%%/settings/l10n/th_TH.js +%%WWWDIR%%/settings/l10n/th_TH.json +%%WWWDIR%%/settings/l10n/tr.js +%%WWWDIR%%/settings/l10n/tr.json +%%WWWDIR%%/settings/l10n/ug.js +%%WWWDIR%%/settings/l10n/ug.json +%%WWWDIR%%/settings/l10n/uk.js +%%WWWDIR%%/settings/l10n/uk.json +%%WWWDIR%%/settings/l10n/ur_PK.js +%%WWWDIR%%/settings/l10n/ur_PK.json +%%WWWDIR%%/settings/l10n/vi.js +%%WWWDIR%%/settings/l10n/vi.json +%%WWWDIR%%/settings/l10n/zh_CN.js +%%WWWDIR%%/settings/l10n/zh_CN.json +%%WWWDIR%%/settings/l10n/zh_HK.js +%%WWWDIR%%/settings/l10n/zh_HK.json +%%WWWDIR%%/settings/l10n/zh_TW.js +%%WWWDIR%%/settings/l10n/zh_TW.json +%%WWWDIR%%/settings/languageCodes.php +%%WWWDIR%%/settings/middleware/subadminmiddleware.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/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/users/main.php +%%WWWDIR%%/settings/templates/users/part.createuser.php +%%WWWDIR%%/settings/templates/users/part.grouplist.php +%%WWWDIR%%/settings/templates/users/part.setquota.php +%%WWWDIR%%/settings/templates/users/part.userlist.php +%%WWWDIR%%/settings/tests/js/appsSpec.js +%%WWWDIR%%/settings/tests/js/users/deleteHandlerSpec.js +%%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/.gitignore +%%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 +%%WWWDIR%%/updater/pub/img/actions/confirm.png +%%WWWDIR%%/updater/pub/img/actions/confirm.svg +%%WWWDIR%%/updater/pub/img/actions/error-color.png +%%WWWDIR%%/updater/pub/img/actions/error-color.svg +%%WWWDIR%%/updater/pub/img/loading-dark.gif +%%WWWDIR%%/updater/pub/img/loading-small.gif +%%WWWDIR%%/updater/pub/img/loading.gif +%%WWWDIR%%/updater/pub/img/logo-icon.png +%%WWWDIR%%/updater/pub/img/logo-icon.svg +%%WWWDIR%%/updater/pub/img/logo.png +%%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/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 +%%WWWDIR%%/updater/src/Command/ExecuteCoreUpgradeScriptsCommand.php +%%WWWDIR%%/updater/src/Command/InfoCommand.php +%%WWWDIR%%/updater/src/Command/MaintenanceModeCommand.php +%%WWWDIR%%/updater/src/Command/PostUpgradeCleanupCommand.php +%%WWWDIR%%/updater/src/Command/PostUpgradeRepairCommand.php +%%WWWDIR%%/updater/src/Command/PreUpgradeRepairCommand.php +%%WWWDIR%%/updater/src/Command/RestartWebServerCommand.php +%%WWWDIR%%/updater/src/Command/StartCommand.php +%%WWWDIR%%/updater/src/Command/UpdateConfigCommand.php +%%WWWDIR%%/updater/src/Command/UpgradeShippedAppsCommand.php +%%WWWDIR%%/updater/src/Console/Application.php +%%WWWDIR%%/updater/src/Controller/DownloadController.php +%%WWWDIR%%/updater/src/Controller/IndexController.php +%%WWWDIR%%/updater/src/Formatter/HtmlOutputFormatter.php +%%WWWDIR%%/updater/src/Http/Request.php +%%WWWDIR%%/updater/src/Resources/views/base.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/FeedTest.php +%%WWWDIR%%/updater/src/Tests/Utils/FetcherTest.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/BzipExtractor.php +%%WWWDIR%%/updater/src/Utils/Checkpoint.php +%%WWWDIR%%/updater/src/Utils/Collection.php +%%WWWDIR%%/updater/src/Utils/ConfigReader.php +%%WWWDIR%%/updater/src/Utils/ConfigWriter.php +%%WWWDIR%%/updater/src/Utils/Feed.php +%%WWWDIR%%/updater/src/Utils/Fetcher.php +%%WWWDIR%%/updater/src/Utils/FilesystemHelper.php +%%WWWDIR%%/updater/src/Utils/Locator.php +%%WWWDIR%%/updater/src/Utils/OccRunner.php +%%WWWDIR%%/updater/src/Utils/Registry.php +%%WWWDIR%%/updater/src/Utils/ZipExtractor.php +%%WWWDIR%%/updater/vendor/autoload.php +%%WWWDIR%%/updater/vendor/composer/ClassLoader.php +%%WWWDIR%%/updater/vendor/composer/LICENSE +%%WWWDIR%%/updater/vendor/composer/autoload_classmap.php +%%WWWDIR%%/updater/vendor/composer/autoload_files.php +%%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/installed.json +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/.editorconfig +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/.gitignore +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/.travis.yml +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/CHANGELOG.md +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/LICENSE +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/README.md +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/UPGRADING.md +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/build/packager.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/composer.json +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/phpunit.xml.dist +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/BatchResults.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Client.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/ClientInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Collection.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/AbstractEvent.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/BeforeEvent.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/CompleteEvent.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/Emitter.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/EmitterInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/EndEvent.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/ErrorEvent.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/EventInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/ProgressEvent.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/RequestEvents.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Exception/ParseException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Exception/StateException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Exception/XmlParseException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/HasDataTrait.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Message/AbstractMessage.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Message/FutureResponse.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Message/MessageInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Message/MessageParser.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Message/Request.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Message/RequestInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Message/Response.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Message/ResponseInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Mimetypes.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Pool.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Post/MultipartBody.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Post/PostBody.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Post/PostBodyInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Post/PostFile.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Post/PostFileInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Query.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/QueryParser.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/RequestFsm.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/RingBridge.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Subscriber/Cookie.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Subscriber/History.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Subscriber/Mock.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Subscriber/Prepare.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/ToArrayInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Transaction.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/UriTemplate.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Url.php +%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Utils.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/.gitignore +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/.travis.yml +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/CHANGELOG.md +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/LICENSE +%%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/phpunit.xml.dist +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Client/ClientUtils.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Client/Middleware.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Client/MockHandler.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Core.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Exception/CancelledException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Exception/ConnectException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Exception/RingException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Future/FutureArray.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Future/FutureInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Future/FutureValue.php +%%WWWDIR%%/updater/vendor/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/.gitignore +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/.travis.yml +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/CHANGELOG.rst +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/LICENSE +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/Makefile +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/README.rst +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/composer.json +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/phpunit.xml.dist +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/AppendStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/AsyncReadStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/BufferStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/CachingStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/DroppingStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/Exception/CannotAttachException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/Exception/SeekException.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/FnStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/GuzzleStreamWrapper.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/InflateStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/LazyOpenStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/LimitStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/MetadataStreamInterface.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/NoSeekStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/NullStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/PumpStream.php +%%WWWDIR%%/updater/vendor/guzzlehttp/streams/src/Stream.php +%%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 +%%WWWDIR%%/updater/vendor/league/plates/composer.json +%%WWWDIR%%/updater/vendor/league/plates/phpunit.xml.dist +%%WWWDIR%%/updater/vendor/league/plates/src/Engine.php +%%WWWDIR%%/updater/vendor/league/plates/src/Extension/Asset.php +%%WWWDIR%%/updater/vendor/league/plates/src/Extension/ExtensionInterface.php +%%WWWDIR%%/updater/vendor/league/plates/src/Extension/URI.php +%%WWWDIR%%/updater/vendor/league/plates/src/Template/Data.php +%%WWWDIR%%/updater/vendor/league/plates/src/Template/Directory.php +%%WWWDIR%%/updater/vendor/league/plates/src/Template/FileExtension.php +%%WWWDIR%%/updater/vendor/league/plates/src/Template/Folder.php +%%WWWDIR%%/updater/vendor/league/plates/src/Template/Folders.php +%%WWWDIR%%/updater/vendor/league/plates/src/Template/Func.php +%%WWWDIR%%/updater/vendor/league/plates/src/Template/Functions.php +%%WWWDIR%%/updater/vendor/league/plates/src/Template/Name.php +%%WWWDIR%%/updater/vendor/league/plates/src/Template/Template.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/CHANGELOG.md +%%WWWDIR%%/updater/vendor/paragonie/random_compat/ERRATA.md +%%WWWDIR%%/updater/vendor/paragonie/random_compat/LICENSE +%%WWWDIR%%/updater/vendor/paragonie/random_compat/README.md +%%WWWDIR%%/updater/vendor/paragonie/random_compat/SECURITY.md +%%WWWDIR%%/updater/vendor/paragonie/random_compat/composer.json +%%WWWDIR%%/updater/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey +%%WWWDIR%%/updater/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc +%%WWWDIR%%/updater/vendor/paragonie/random_compat/lib/byte_safe_strings.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/lib/cast_to_int.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/lib/error_polyfill.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/lib/random.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/lib/random_bytes_openssl.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/lib/random_int.php +%%WWWDIR%%/updater/vendor/paragonie/random_compat/other/build_phar.php +%%WWWDIR%%/updater/vendor/pimple/pimple/.gitignore +%%WWWDIR%%/updater/vendor/pimple/pimple/.travis.yml +%%WWWDIR%%/updater/vendor/pimple/pimple/CHANGELOG +%%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/phpunit.xml.dist +%%WWWDIR%%/updater/vendor/pimple/pimple/src/Pimple/Container.php +%%WWWDIR%%/updater/vendor/pimple/pimple/src/Pimple/ServiceProviderInterface.php +%%WWWDIR%%/updater/vendor/psr/log/.gitignore +%%WWWDIR%%/updater/vendor/psr/log/LICENSE +%%WWWDIR%%/updater/vendor/psr/log/Psr/Log/AbstractLogger.php +%%WWWDIR%%/updater/vendor/psr/log/Psr/Log/InvalidArgumentException.php +%%WWWDIR%%/updater/vendor/psr/log/Psr/Log/LogLevel.php +%%WWWDIR%%/updater/vendor/psr/log/Psr/Log/LoggerAwareInterface.php +%%WWWDIR%%/updater/vendor/psr/log/Psr/Log/LoggerAwareTrait.php +%%WWWDIR%%/updater/vendor/psr/log/Psr/Log/LoggerInterface.php +%%WWWDIR%%/updater/vendor/psr/log/Psr/Log/LoggerTrait.php +%%WWWDIR%%/updater/vendor/psr/log/Psr/Log/NullLogger.php +%%WWWDIR%%/updater/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php +%%WWWDIR%%/updater/vendor/psr/log/README.md +%%WWWDIR%%/updater/vendor/psr/log/composer.json +%%WWWDIR%%/updater/vendor/react/promise/.gitignore +%%WWWDIR%%/updater/vendor/react/promise/.travis.yml +%%WWWDIR%%/updater/vendor/react/promise/CHANGELOG.md +%%WWWDIR%%/updater/vendor/react/promise/LICENSE +%%WWWDIR%%/updater/vendor/react/promise/README.md +%%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/Deferred.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 +%%WWWDIR%%/updater/vendor/react/promise/src/Promise.php +%%WWWDIR%%/updater/vendor/react/promise/src/PromiseInterface.php +%%WWWDIR%%/updater/vendor/react/promise/src/PromisorInterface.php +%%WWWDIR%%/updater/vendor/react/promise/src/RejectedPromise.php +%%WWWDIR%%/updater/vendor/react/promise/src/UnhandledRejectionException.php +%%WWWDIR%%/updater/vendor/react/promise/src/functions.php +%%WWWDIR%%/updater/vendor/react/promise/src/functions_include.php +%%WWWDIR%%/updater/vendor/symfony/console/.gitignore +%%WWWDIR%%/updater/vendor/symfony/console/Application.php +%%WWWDIR%%/updater/vendor/symfony/console/CHANGELOG.md +%%WWWDIR%%/updater/vendor/symfony/console/Command/Command.php +%%WWWDIR%%/updater/vendor/symfony/console/Command/HelpCommand.php +%%WWWDIR%%/updater/vendor/symfony/console/Command/ListCommand.php +%%WWWDIR%%/updater/vendor/symfony/console/ConsoleEvents.php +%%WWWDIR%%/updater/vendor/symfony/console/Descriptor/ApplicationDescription.php +%%WWWDIR%%/updater/vendor/symfony/console/Descriptor/Descriptor.php +%%WWWDIR%%/updater/vendor/symfony/console/Descriptor/DescriptorInterface.php +%%WWWDIR%%/updater/vendor/symfony/console/Descriptor/JsonDescriptor.php +%%WWWDIR%%/updater/vendor/symfony/console/Descriptor/MarkdownDescriptor.php +%%WWWDIR%%/updater/vendor/symfony/console/Descriptor/TextDescriptor.php +%%WWWDIR%%/updater/vendor/symfony/console/Descriptor/XmlDescriptor.php +%%WWWDIR%%/updater/vendor/symfony/console/Event/ConsoleCommandEvent.php +%%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/Formatter/OutputFormatter.php +%%WWWDIR%%/updater/vendor/symfony/console/Formatter/OutputFormatterInterface.php +%%WWWDIR%%/updater/vendor/symfony/console/Formatter/OutputFormatterStyle.php +%%WWWDIR%%/updater/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php +%%WWWDIR%%/updater/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/DebugFormatterHelper.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/DescriptorHelper.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/DialogHelper.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/FormatterHelper.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/Helper.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/HelperInterface.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/HelperSet.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/InputAwareHelper.php +%%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/QuestionHelper.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/SymfonyQuestionHelper.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/Table.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/TableCell.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/TableHelper.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/TableSeparator.php +%%WWWDIR%%/updater/vendor/symfony/console/Helper/TableStyle.php +%%WWWDIR%%/updater/vendor/symfony/console/Input/ArgvInput.php +%%WWWDIR%%/updater/vendor/symfony/console/Input/ArrayInput.php +%%WWWDIR%%/updater/vendor/symfony/console/Input/Input.php +%%WWWDIR%%/updater/vendor/symfony/console/Input/InputArgument.php +%%WWWDIR%%/updater/vendor/symfony/console/Input/InputAwareInterface.php +%%WWWDIR%%/updater/vendor/symfony/console/Input/InputDefinition.php +%%WWWDIR%%/updater/vendor/symfony/console/Input/InputInterface.php +%%WWWDIR%%/updater/vendor/symfony/console/Input/InputOption.php +%%WWWDIR%%/updater/vendor/symfony/console/Input/StringInput.php +%%WWWDIR%%/updater/vendor/symfony/console/LICENSE +%%WWWDIR%%/updater/vendor/symfony/console/Logger/ConsoleLogger.php +%%WWWDIR%%/updater/vendor/symfony/console/Output/BufferedOutput.php +%%WWWDIR%%/updater/vendor/symfony/console/Output/ConsoleOutput.php +%%WWWDIR%%/updater/vendor/symfony/console/Output/ConsoleOutputInterface.php +%%WWWDIR%%/updater/vendor/symfony/console/Output/NullOutput.php +%%WWWDIR%%/updater/vendor/symfony/console/Output/Output.php +%%WWWDIR%%/updater/vendor/symfony/console/Output/OutputInterface.php +%%WWWDIR%%/updater/vendor/symfony/console/Output/StreamOutput.php +%%WWWDIR%%/updater/vendor/symfony/console/Question/ChoiceQuestion.php +%%WWWDIR%%/updater/vendor/symfony/console/Question/ConfirmationQuestion.php +%%WWWDIR%%/updater/vendor/symfony/console/Question/Question.php +%%WWWDIR%%/updater/vendor/symfony/console/README.md +%%WWWDIR%%/updater/vendor/symfony/console/Shell.php +%%WWWDIR%%/updater/vendor/symfony/console/Style/OutputStyle.php +%%WWWDIR%%/updater/vendor/symfony/console/Style/StyleInterface.php +%%WWWDIR%%/updater/vendor/symfony/console/Style/SymfonyStyle.php +%%WWWDIR%%/updater/vendor/symfony/console/Tester/ApplicationTester.php +%%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/process/.gitignore +%%WWWDIR%%/updater/vendor/symfony/process/CHANGELOG.md +%%WWWDIR%%/updater/vendor/symfony/process/Exception/ExceptionInterface.php +%%WWWDIR%%/updater/vendor/symfony/process/Exception/InvalidArgumentException.php +%%WWWDIR%%/updater/vendor/symfony/process/Exception/LogicException.php +%%WWWDIR%%/updater/vendor/symfony/process/Exception/ProcessFailedException.php +%%WWWDIR%%/updater/vendor/symfony/process/Exception/ProcessTimedOutException.php +%%WWWDIR%%/updater/vendor/symfony/process/Exception/RuntimeException.php +%%WWWDIR%%/updater/vendor/symfony/process/ExecutableFinder.php +%%WWWDIR%%/updater/vendor/symfony/process/LICENSE +%%WWWDIR%%/updater/vendor/symfony/process/PhpExecutableFinder.php +%%WWWDIR%%/updater/vendor/symfony/process/PhpProcess.php +%%WWWDIR%%/updater/vendor/symfony/process/Pipes/AbstractPipes.php +%%WWWDIR%%/updater/vendor/symfony/process/Pipes/PipesInterface.php +%%WWWDIR%%/updater/vendor/symfony/process/Pipes/UnixPipes.php +%%WWWDIR%%/updater/vendor/symfony/process/Pipes/WindowsPipes.php +%%WWWDIR%%/updater/vendor/symfony/process/Process.php +%%WWWDIR%%/updater/vendor/symfony/process/ProcessBuilder.php +%%WWWDIR%%/updater/vendor/symfony/process/ProcessUtils.php +%%WWWDIR%%/updater/vendor/symfony/process/README.md +%%WWWDIR%%/updater/vendor/symfony/process/composer.json +%%WWWDIR%%/updater/vendor/symfony/process/phpunit.xml.dist +%%WWWDIR%%/version.php +@dir %%WWWDIR%%/apps/gallery/build/documentation/reports/code coverage +@dir %%WWWDIR%%/apps/gallery/documentation/wiki +@dir(%%NEXTCLOUD_USERNAME%%,%%NEXTCLOUD_GROUPNAME%%,) %%WWWDIR%%/apps +@dir(%%NEXTCLOUD_USERNAME%%,%%NEXTCLOUD_GROUPNAME%%,) %%WWWDIR%%/config +@dir(%%NEXTCLOUD_USERNAME%%,%%NEXTCLOUD_GROUPNAME%%,) %%WWWDIR%%/data |