diff options
author | mat <mat@FreeBSD.org> | 2014-07-01 18:57:14 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-07-01 18:57:14 +0800 |
commit | c184b6527e4453e7b7bc9c2370ccf16c942da9a7 (patch) | |
tree | 8d44edcc388379802edd2a7b355a152f3fb3fbcb /www/baikal | |
parent | cf60a073f48f8d10de6bd2e55f695049faef6ea8 (diff) | |
download | freebsd-ports-gnome-c184b6527e4453e7b7bc9c2370ccf16c942da9a7.tar.gz freebsd-ports-gnome-c184b6527e4453e7b7bc9c2370ccf16c942da9a7.tar.zst freebsd-ports-gnome-c184b6527e4453e7b7bc9c2370ccf16c942da9a7.zip |
Add back baikal, and update to 0.2.7.
Sponsored by: Absolight
Diffstat (limited to 'www/baikal')
-rw-r--r-- | www/baikal/Makefile | 50 | ||||
-rw-r--r-- | www/baikal/distinfo | 2 | ||||
-rw-r--r-- | www/baikal/files/pkg-message.in | 8 | ||||
-rw-r--r-- | www/baikal/pkg-descr | 13 | ||||
-rw-r--r-- | www/baikal/pkg-plist | 1008 |
5 files changed, 1081 insertions, 0 deletions
diff --git a/www/baikal/Makefile b/www/baikal/Makefile new file mode 100644 index 000000000000..03272de8af7e --- /dev/null +++ b/www/baikal/Makefile @@ -0,0 +1,50 @@ +# Created by: Adam Weinberger <adamw@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= baikal +PORTVERSION= 0.2.7 +CATEGORIES= www +MASTER_SITES= http://baikal-server.com/get/ LOCAL/mat/${PORTNAME} +DISTNAME= ${PORTNAME}-regular-${PORTVERSION} + +MAINTAINER= mat@FreeBSD.org +COMMENT= Lightweight CalDAV/CardDAV server + +LICENSE= GPLv3 + +USES= tar:tgz +USE_PHP= ctype filter xml pdo_sqlite session mbstring dom + +OPTIONS_DEFINE= DOCS EXAMPLES + +WRKSRC= ${WRKDIR}/${PORTNAME}-regular +NO_BUILD= yes + +SUB_FILES= pkg-message + +PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} BINOWN=${BINOWN} BINGRP=${BINGRP} + +PORTDOCS= * +PORTEXAMPLES= * + +.include <bsd.port.options.mk> +post-patch: + ${MV} ${WRKSRC}/Specific/db/db.sqlite \ + ${WRKSRC}/Specific/db/db.sqlite.sample + ${RM} -f ${WRKSRC}/Specific/ENABLE_INSTALL + ${REINPLACE_CMD} -e 's,/var/www/dav.mydomain.com,${WWWDIR},g' \ + ${WRKSRC}/Specific/virtualhosts/baikal.* + +do-install: + ${MKDIR} ${STAGEDIR}${WWWDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for DIR in Core html vendor Specific + cd ${WRKSRC} && ${COPYTREE_SHARE} ${DIR} ${STAGEDIR}${WWWDIR} +.endfor +.for f in INSTALL.md README.md TROUBLESHOOTING.md + ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} +.endfor + ${MV} ${STAGEDIR}${WWWDIR}/Specific/virtualhosts ${STAGEDIR}${EXAMPLESDIR} + ${RM} -f ${STAGEDIR}${EXAMPLESDIR}/*.bak + +.include <bsd.port.mk> diff --git a/www/baikal/distinfo b/www/baikal/distinfo new file mode 100644 index 000000000000..c56696e95cf1 --- /dev/null +++ b/www/baikal/distinfo @@ -0,0 +1,2 @@ +SHA256 (baikal-regular-0.2.7.tgz) = 268daeec96b9f1bbfee0c16398ae213abfe827c97ec487179985828b6267359f +SIZE (baikal-regular-0.2.7.tgz) = 2273699 diff --git a/www/baikal/files/pkg-message.in b/www/baikal/files/pkg-message.in new file mode 100644 index 000000000000..59389bab86ee --- /dev/null +++ b/www/baikal/files/pkg-message.in @@ -0,0 +1,8 @@ + +To finish installing Baikal: + 1) Set up an httpd directive + See %%EXAMPLESDIR%% + 2) touch %%WWWDIR%%/Specific/ENABLE_INSTALL + 3) Browse http://your.host.here/admin + 4) rm %%WWWDIR%%/Specific/ENABLE_INSTALL + diff --git a/www/baikal/pkg-descr b/www/baikal/pkg-descr new file mode 100644 index 000000000000..02e1064dedba --- /dev/null +++ b/www/baikal/pkg-descr @@ -0,0 +1,13 @@ +Baikal is a lightweight CalDAV and CardDAV server. It is +compatible with the calendar and contacts apps from Apple's +iOS and OS X, Android, Evolution, Mozilla Thunderbird, and +any other CalDAV/CardDAV capable application. Baikal supports +authentication with multiple users and calendars, and comes +with a spiffy web-based administration interface. + +Baikal does not start a daemon or open any ports. It must +run at the root of a VirtualHost or subdomain. See the included +sample Apache and Nginx configurations, and INSTALL.md for all +the gory details. + +WWW: http://baikal-server.com/ diff --git a/www/baikal/pkg-plist b/www/baikal/pkg-plist new file mode 100644 index 000000000000..ae996b4b5aba --- /dev/null +++ b/www/baikal/pkg-plist @@ -0,0 +1,1008 @@ +%%WWWDIR%%/Core/Distrib.php +%%WWWDIR%%/Core/Frameworks/Baikal/Core/PDOBasicAuth.php +%%WWWDIR%%/Core/Frameworks/Baikal/Core/Tools.php +%%WWWDIR%%/Core/Frameworks/Baikal/Framework.php +%%WWWDIR%%/Core/Frameworks/Baikal/Model/AddressBook.php +%%WWWDIR%%/Core/Frameworks/Baikal/Model/AddressBook/Contact.php +%%WWWDIR%%/Core/Frameworks/Baikal/Model/Calendar.php +%%WWWDIR%%/Core/Frameworks/Baikal/Model/Calendar/Event.php +%%WWWDIR%%/Core/Frameworks/Baikal/Model/Config.php +%%WWWDIR%%/Core/Frameworks/Baikal/Model/Config/Database.php +%%WWWDIR%%/Core/Frameworks/Baikal/Model/Config/Distrib.php +%%WWWDIR%%/Core/Frameworks/Baikal/Model/Config/Standard.php +%%WWWDIR%%/Core/Frameworks/Baikal/Model/Config/System.php +%%WWWDIR%%/Core/Frameworks/Baikal/Model/Principal.php +%%WWWDIR%%/Core/Frameworks/Baikal/Model/User.php +%%WWWDIR%%/Core/Frameworks/Baikal/WWWRoot/cal.php +%%WWWDIR%%/Core/Frameworks/Baikal/WWWRoot/card.php +%%WWWDIR%%/Core/Frameworks/Baikal/WWWRoot/index.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Dashboard.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Install/Database.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Install/Initialize.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Install/VersionUpgrade.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Login.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Logout.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar/Anonymous.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar/Install.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Settings/Standard.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Settings/System.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/User/AddressBooks.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/User/Calendars.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Users.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core/Auth.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core/View.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Framework.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/generate-sprite.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/glyph-dark.png +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/glyph2x-dark.png +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/glyphpro-2x.css +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/glyphpro.css +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/test-glyphpro2x.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Images/logo-framboise.png +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Strings/EN/Exceptions.json +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Dashboard.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Install/Database.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Install/Initialize.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Login.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar/Anonymous.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar/Install.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Page/baikal-text-20.png +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Page/index.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Page/style.css +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Settings/Standard.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Settings/System.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/User/AddressBooks.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/User/Calendars.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Users.html +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/html5.js +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route/Dashboard.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route/Logout.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route/Settings/Standard.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route/Settings/System.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route/User/AddressBooks.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route/User/Calendars.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route/Users.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Dashboard.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Install/Database.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Install/Initialize.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Login.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar/Anonymous.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar/Install.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Settings/Standard.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Settings/System.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/User/AddressBooks.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/User/Calendars.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Users.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/WWWRoot/index.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/WWWRoot/install/index.php +%%WWWDIR%%/Core/Frameworks/BaikalAdmin/config.php +%%WWWDIR%%/Core/Frameworks/Flake/Controller/Cli.php +%%WWWDIR%%/Core/Frameworks/Flake/Controller/HtmlBlock.php +%%WWWDIR%%/Core/Frameworks/Flake/Controller/HtmlBlockTemplated.php +%%WWWDIR%%/Core/Frameworks/Flake/Controller/Page.php +%%WWWDIR%%/Core/Frameworks/Flake/Controller/Rpc.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Collection.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/CollectionTyped.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Controller.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/DOM/HTMLElement.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Database.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Database/Mysql.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Database/Sqlite.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Database/Statement.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Datastructure/Chain.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Datastructure/ChainLink.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Datastructure/Chainable.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/FLObject.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Framework.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Model.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Model/Db.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Model/NoDb.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/PostConnectionService.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Render/Container.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Render/Zone.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Requester.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Requester/Sql.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Route.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/Template.php +%%WWWDIR%%/Core/Frameworks/Flake/Core/View.php +%%WWWDIR%%/Core/Frameworks/Flake/Framework.php +%%WWWDIR%%/Core/Frameworks/Flake/Model/IUser.php +%%WWWDIR%%/Core/Frameworks/Flake/Model/User/Admin.php +%%WWWDIR%%/Core/Frameworks/Flake/Model/User/Customer.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Frameworks.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Profiler.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Router.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Router/QuestionMarkRewrite.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Tools.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/AUTHORS +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/CHANGELOG +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/LICENSE +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/README.markdown +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Autoloader.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Compiler.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/CompilerInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Environment.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Loader.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Runtime.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Syntax.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/ExpressionParser.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Core.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Debug.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Escaper.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Optimizer.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Sandbox.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/ExtensionInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Function.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Method.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Node.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/FilterInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Function.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Method.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Node.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/FunctionInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Lexer.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/LexerInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Array.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Chain.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Filesystem.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/String.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/LoaderInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Markup.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/AutoEscape.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Block.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/BlockReference.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Body.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Do.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Embed.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Array.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/AssignName.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Add.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/And.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Concat.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Div.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Equal.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/FloorDiv.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Greater.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/In.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Less.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/LessEqual.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Mod.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Mul.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/NotEqual.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/NotIn.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Or.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Power.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Range.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Sub.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/BlockReference.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Conditional.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Constant.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/ExtensionReference.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter/Default.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Function.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/GetAttr.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/MethodCall.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Name.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Parent.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/TempName.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Constant.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Defined.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Divisibleby.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Even.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Null.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Odd.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Sameas.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Neg.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Not.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Pos.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Flush.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/For.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/ForLoop.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/If.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Import.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Include.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Macro.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Module.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Print.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Sandbox.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SandboxedModule.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SandboxedPrint.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Set.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SetTemp.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Spaceless.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Text.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeOutputInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeTraverser.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Escaper.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Optimizer.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/SafeAnalysis.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Sandbox.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitorInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Parser.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/ParserInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityError.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityPolicy.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityPolicyInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Template.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TemplateInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Function.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Method.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Node.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TestInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Token.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/AutoEscape.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Block.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Do.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Embed.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Extends.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Filter.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Flush.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/For.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/From.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/If.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Import.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Include.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Macro.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Sandbox.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Set.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Spaceless.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Use.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserBroker.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserBrokerInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserInterface.php +%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenStream.php +%%WWWDIR%%/Core/Frameworks/Flake/config.php +%%WWWDIR%%/Core/Frameworks/Formal/Core/Message.php +%%WWWDIR%%/Core/Frameworks/Formal/Element.php +%%WWWDIR%%/Core/Frameworks/Formal/Element/Checkbox.php +%%WWWDIR%%/Core/Frameworks/Formal/Element/Listbox.php +%%WWWDIR%%/Core/Frameworks/Formal/Element/Password.php +%%WWWDIR%%/Core/Frameworks/Formal/Element/Text.php +%%WWWDIR%%/Core/Frameworks/Formal/Form.php +%%WWWDIR%%/Core/Frameworks/Formal/Form/Morphology.php +%%WWWDIR%%/Core/Frameworks/Formal/Framework.php +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.css +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.min.css +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap.css +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap.min.css +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-orig.png +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-white.png +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings.png +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/bootstrap-popover.js +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/bootstrap-tooltip.js +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/bootstrap.js +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/bootstrap.min.js +%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/jquery-1.7.1.min.js +%%WWWDIR%%/Core/Resources/Db/MySQL/db.sql +%%WWWDIR%%/Core/Resources/Db/SQLite/db.sql +%%WWWDIR%%/Core/Resources/Db/SQLite/db.sqlite +%%WWWDIR%%/Core/Resources/System/htaccess-documentroot +%%WWWDIR%%/Core/Resources/System/htaccess-specific +%%WWWDIR%%/Core/Resources/Web/BaikalAdmin +%%WWWDIR%%/Core/Resources/Web/README.md +%%WWWDIR%%/Core/Resources/Web/TwitterBootstrap +%%WWWDIR%%/Specific/.htaccess +@owner %%WWWOWN%% +@group %%WWWGRP%% +@sample %%WWWDIR%%/Specific/db/db.sqlite.sample +@group %%BINGRP%% +@owner %%BINOWN%% +%%WWWDIR%%/html/.htaccess +%%WWWDIR%%/html/admin/index.php +%%WWWDIR%%/html/admin/install/index.php +%%WWWDIR%%/html/cal.php +%%WWWDIR%%/html/card.php +%%WWWDIR%%/html/index.php +%%WWWDIR%%/html/res/core +%%WWWDIR%%/vendor/autoload.php +%%WWWDIR%%/vendor/bin/sabredav +%%WWWDIR%%/vendor/bin/vobjectvalidate.php +%%WWWDIR%%/vendor/composer/ClassLoader.php +%%WWWDIR%%/vendor/composer/autoload_classmap.php +%%WWWDIR%%/vendor/composer/autoload_namespaces.php +%%WWWDIR%%/vendor/composer/autoload_psr4.php +%%WWWDIR%%/vendor/composer/autoload_real.php +%%WWWDIR%%/vendor/composer/installed.json +%%WWWDIR%%/vendor/sabre/dav/.gitignore +%%WWWDIR%%/vendor/sabre/dav/.travis.yml +%%WWWDIR%%/vendor/sabre/dav/ChangeLog +%%WWWDIR%%/vendor/sabre/dav/LICENSE +%%WWWDIR%%/vendor/sabre/dav/README.md +%%WWWDIR%%/vendor/sabre/dav/bin/googlecode_upload.py +%%WWWDIR%%/vendor/sabre/dav/bin/migrateto17.php +%%WWWDIR%%/vendor/sabre/dav/bin/naturalselection.py +%%WWWDIR%%/vendor/sabre/dav/bin/sabredav +%%WWWDIR%%/vendor/sabre/dav/bin/sabredav.php +%%WWWDIR%%/vendor/sabre/dav/build.xml +%%WWWDIR%%/vendor/sabre/dav/composer.json +%%WWWDIR%%/vendor/sabre/dav/docs/caldav-ctag.txt +%%WWWDIR%%/vendor/sabre/dav/docs/caldav-notifications.txt +%%WWWDIR%%/vendor/sabre/dav/docs/caldav-proxy.txt +%%WWWDIR%%/vendor/sabre/dav/docs/caldav-sharing.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-daboo-carddav-directory-gateway-02.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-desruisseaux-caldav-sched-10.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p1-messaging-11.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p4-conditional-11.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p5-range-11.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p6-cache-11.txt +%%WWWDIR%%/vendor/sabre/dav/docs/draft-nottingham-http-new-status-04.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc2425.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc2426.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc2518.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc2616.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc2617.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc3253.pdf +%%WWWDIR%%/vendor/sabre/dav/docs/rfc3744.pdf +%%WWWDIR%%/vendor/sabre/dav/docs/rfc4437.pdf +%%WWWDIR%%/vendor/sabre/dav/docs/rfc4790.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc4791.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc4918.pdf +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5051.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5397.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5545.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5546.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5689.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5785.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc5789.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc6047.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc6321.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc6350.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc6351.txt +%%WWWDIR%%/vendor/sabre/dav/docs/rfc6352.txt +%%WWWDIR%%/vendor/sabre/dav/examples/addressbookserver.php +%%WWWDIR%%/vendor/sabre/dav/examples/basicauth.php +%%WWWDIR%%/vendor/sabre/dav/examples/calendarserver.php +%%WWWDIR%%/vendor/sabre/dav/examples/digestauth.php +%%WWWDIR%%/vendor/sabre/dav/examples/fileserver.php +%%WWWDIR%%/vendor/sabre/dav/examples/groupwareserver.php +%%WWWDIR%%/vendor/sabre/dav/examples/simplefsserver.php +%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.addressbook.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.calendars.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.locks.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.principals.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.users.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.addressbook.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.calendars.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.locks.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.principals.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.users.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.addressbooks.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.calendars.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.locks.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.principals.sql +%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.users.sql +%%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_htaccess.conf +%%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_vhost.conf +%%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_vhost_cgi.conf +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Calendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/User.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Version.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBook.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Card.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/IDirectory.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Version.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/favicon.ico +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/addressbook.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/calendar.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/card.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/collection.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/file.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/parent.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/principal.png +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Client.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Collection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Locked.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/Directory.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Node.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ICollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IFile.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/INode.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IProperties.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IQuota.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Node.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ObjectTree.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/Href.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/HrefList.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/IHref.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/Response.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Server.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ServerPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/SimpleCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/SimpleFile.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/StringUtil.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/URLUtil.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/UUIDUtil.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Version.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/XMLUtil.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IACL.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Plugin.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Principal.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Request.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Response.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Util.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Version.php +%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/autoload.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarObjectTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryParserTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyReportTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyRequestTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ICSExportPluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue166Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue172Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/CollectionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/NodeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteReplyTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/SystemStatusTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/OutboxPostTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/CollectionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/UserTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/AllowedSharingModesTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/InviteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/ScheduleCalendarTranspTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ShareableCalendarTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/SharedCalendarTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/SharingPluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/TestUtil.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsSharedCalendarsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ValidateICalTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/VersionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AbstractPluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryParserTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookRootTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/CardTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/TestUtil.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/UserAddressBooksTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/VCFExportTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateFilterTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/VersionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/AbstractServer.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/FileTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/BasicNodeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ClientMock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ClientTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception/LockedTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ExceptionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/NodeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/HTTPPreferParsingTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Issue33Test.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FSTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FileTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/GetIfConditionsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/FileMock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/PluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/GetLastModifiedTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefListTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/ResourceTypeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseListTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/SupportedReportSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerCopyMoveTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerEventsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerFinderBlockTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerMKCOLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerPluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerPreconditionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerPropsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerRangeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/SimpleFileTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/StringUtilTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/TemporaryFileFilterTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/TestPlugin.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Tree/FilesystemTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/TreeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/URLUtilTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/UUIDUtilTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/XMLUtilTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/AllowAccessTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/BlockAccessTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/AceConflictTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NoAbstractTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/ExpandPropertiesTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/MockACLNode.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/MockPrincipal.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PluginAdminTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PluginPropertiesTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/Mock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalCollectionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLRestrictionsTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/CurrentUserPrivilegeSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/PrincipalTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/SupportedPrivilegeSetTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/SimplePluginTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/VersionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVServerTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/AWSAuthTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/BasicAuthTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/DigestAuthTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/RequestTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/ResponseMock.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/ResponseTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/UtilTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/VersionTest.php +%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/TestUtil.php +%%WWWDIR%%/vendor/sabre/dav/tests/bootstrap.php +%%WWWDIR%%/vendor/sabre/dav/tests/composer.vobject3.json +%%WWWDIR%%/vendor/sabre/dav/tests/phpunit.xml +%%WWWDIR%%/vendor/sabre/vobject/.gitignore +%%WWWDIR%%/vendor/sabre/vobject/.travis.yml +%%WWWDIR%%/vendor/sabre/vobject/ChangeLog +%%WWWDIR%%/vendor/sabre/vobject/LICENSE +%%WWWDIR%%/vendor/sabre/vobject/README.md +%%WWWDIR%%/vendor/sabre/vobject/bin/bench.php +%%WWWDIR%%/vendor/sabre/vobject/bin/generateicalendardata.php +%%WWWDIR%%/vendor/sabre/vobject/bin/vobjectvalidate.php +%%WWWDIR%%/vendor/sabre/vobject/composer.json +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VAlarm.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCalendar.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCard.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VEvent.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VFreeBusy.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VJournal.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VTodo.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/DateTimeParser.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Document.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/ElementList.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/FreeBusyGenerator.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Node.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Parameter.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/ParseException.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property/Compound.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property/DateTime.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property/MultiDateTime.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Reader.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/RecurrenceIterator.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/ICalendar.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/SplitterInterface.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/VCard.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/StringUtil.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Version.php +%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/includes.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VAlarmTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCalendarTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCardTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VEventTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VFreeBusyTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VJournalTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VTodoTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ComponentTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/DateTimeParserTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/DocumentTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ElementListTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/EmClientTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/FreeBusyGeneratorTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Issue153Test.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Issue154Test.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Issue48Test.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Issue50Test.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ParameterTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property/CompoundTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property/DateTimeTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property/MultiDateTimeTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/PropertyTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ReaderTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorIncorrectExpandTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMinusOneProblemTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMissingOverriddenTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/SlashRTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/ICalendarTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/VCardTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/StringUtilTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/VersionTest.php +%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/issue153.vcf +%%WWWDIR%%/vendor/sabre/vobject/tests/bootstrap.php +%%WWWDIR%%/vendor/sabre/vobject/tests/phpunit.xml +@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/Core +@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/Model/AddressBook +@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/Model/Calendar +@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/Model/Config +@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/Model +@dirrm %%WWWDIR%%/Core/Frameworks/Baikal/WWWRoot +@dirrm %%WWWDIR%%/Core/Frameworks/Baikal +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Install +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Navigation +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Settings +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/User +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Images +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Strings/EN +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Strings +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Install +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Page +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/Settings +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates/User +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/Templates +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route/Settings +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route/User +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/Route +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Install +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Navigation +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/Settings +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View/User +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/View +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/WWWRoot/install +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin/WWWRoot +@dirrm %%WWWDIR%%/Core/Frameworks/BaikalAdmin +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Controller +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/DOM +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/Database +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/Datastructure +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/Model +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/Render +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core/Requester +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Core +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Model/User +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Model +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Router +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util/Twig +@dirrm %%WWWDIR%%/Core/Frameworks/Flake/Util +@dirrm %%WWWDIR%%/Core/Frameworks/Flake +@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Core +@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Element +@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Form +@dirrm %%WWWDIR%%/Core/Frameworks/Formal +@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css +@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/img +@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js +@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap +@dirrm %%WWWDIR%%/Core/Frameworks +@dirrm %%WWWDIR%%/Core/Resources/Db/MySQL +@dirrm %%WWWDIR%%/Core/Resources/Db/SQLite +@dirrm %%WWWDIR%%/Core/Resources/Db +@dirrm %%WWWDIR%%/Core/Resources/System +@dirrm %%WWWDIR%%/Core/Resources/Web +@dirrm %%WWWDIR%%/Core/Resources +@dirrm %%WWWDIR%%/Core +@owner %%WWWOWN%% +@group %%WWWGRP%% +@dirrmtry %%WWWDIR%%/Specific/db +@group %%BINGRP%% +@owner %%BINOWN%% +@dirrmtry %%WWWDIR%%/Specific +@dirrm %%WWWDIR%%/html/admin/install +@dirrm %%WWWDIR%%/html/admin +@dirrm %%WWWDIR%%/html/res +@dirrm %%WWWDIR%%/html +@dirrm %%WWWDIR%%/vendor/bin +@dirrm %%WWWDIR%%/vendor/composer +@dirrm %%WWWDIR%%/vendor/sabre/dav/bin +@dirrm %%WWWDIR%%/vendor/sabre/dav/docs +@dirrm %%WWWDIR%%/vendor/sabre/dav/examples/sql +@dirrm %%WWWDIR%%/vendor/sabre/dav/examples/webserver +@dirrm %%WWWDIR%%/vendor/sabre/dav/examples +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Exception +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Mount +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre +@dirrm %%WWWDIR%%/vendor/sabre/dav/lib +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mount +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Tree +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre +@dirrm %%WWWDIR%%/vendor/sabre/dav/tests +@dirrm %%WWWDIR%%/vendor/sabre/dav +@dirrm %%WWWDIR%%/vendor/sabre/vobject/bin +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre +@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Splitter +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre +@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests +@dirrm %%WWWDIR%%/vendor/sabre/vobject +@dirrm %%WWWDIR%%/vendor/sabre +@dirrm %%WWWDIR%%/vendor +@dirrmtry %%WWWDIR%% |