Mon Feb 15 23:28:22 2016 UTC ()
Update php-baikal to 0.3.1.

Ba誰kal 0.3.1 is now the recommended version of Ba誰kal. This release
fixes the most reported issues with Baikal, and also:

    Upgrades sabre/dav from version 1.8 to 3.1.
    Supports PHP 7.
    Makes the minimum PHP version 5.5.
    Adds support for calendar/addressbook export.
    Adds support for WebDAV-Sync.

Upgrade instructions are here:
http://sabre.io/baikal/upgrade/


(wiz)
diff -r1.1 -r1.2 pkgsrc/net/php-baikal/Makefile
diff -r1.1 -r1.2 pkgsrc/net/php-baikal/PLIST
diff -r1.1 -r1.2 pkgsrc/net/php-baikal/distinfo
diff -r1.1 -r0 pkgsrc/net/php-baikal/patches/patch-Core_Frameworks_Flake_Util_Tools.php

cvs diff -r1.1 -r1.2 pkgsrc/net/php-baikal/Makefile (expand / switch to unified diff)

--- pkgsrc/net/php-baikal/Makefile 2015/11/24 11:38:28 1.1
+++ pkgsrc/net/php-baikal/Makefile 2016/02/15 23:28:22 1.2
@@ -1,48 +1,70 @@ @@ -1,48 +1,70 @@
1# $NetBSD: Makefile,v 1.1 2015/11/24 11:38:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2016/02/15 23:28:22 wiz Exp $
2 2
3DISTNAME= baikal-regular-0.2.7 3DISTNAME= baikal-0.3.1
4PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/regular-//} 4PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://baikal-server.com/get/ 6MASTER_SITES= ${MASTER_SITE_GITHUB:=fruux/}
7EXTRACT_SUFX= .tgz 7GITHUB_RELEASE= ${PKGVERSION_NOREV}
 8GITHUB_PROJECT= baikal
 9EXTRACT_SUFX= .zip
8 10
9MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://baikal-server.com/ 12HOMEPAGE= http://baikal-server.com/
11COMMENT= Lightweight CalDAV+CardDAV server 13COMMENT= Lightweight CalDAV+CardDAV server
12LICENSE= gnu-gpl-v3 14LICENSE= gnu-gpl-v3
13 15
14DEPENDS+= ${PHP_PKG_PREFIX}-pdo>=5.3.1:../../databases/php-pdo 16DEPENDS+= ${PHP_PKG_PREFIX}-pdo>=5.3.1:../../databases/php-pdo
15DEPENDS+= ${PHP_PKG_PREFIX}-pdo_sqlite>=5.3.1:../../databases/php-pdo_sqlite 17DEPENDS+= ${PHP_PKG_PREFIX}-pdo_sqlite>=5.3.1:../../databases/php-pdo_sqlite
16DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.3.1:../../textproc/php-dom 18DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.3.1:../../textproc/php-dom
17 19
18WRKSRC= ${WRKDIR}/baikal-regular 20WRKSRC= ${WRKDIR}/baikal
19 21
20USE_LANGUAGES= # none 22USE_LANGUAGES= # none
21NO_BUILD= yes 23NO_BUILD= yes
22 24
23USE_TOOLS+= pax 25USE_TOOLS+= pax
24 26
25BUILD_DEFS+= APACHE_GROUP APACHE_USER 27BUILD_DEFS+= APACHE_GROUP APACHE_USER
26 28
27BAIKALDIR= share/baikal 29BAIKALDIR= share/baikal
28INSTALLATION_DIRS= ${BAIKDALDIR} 30INSTALLATION_DIRS= ${BAIKDALDIR}
29 31
 32# TODO:
 33# The directory "Specific" should probably be handled as configuration
 34
 35CHECK_INTERPRETER_SKIP+= share/baikal/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/generate-sprite.php
 36CHECK_INTERPRETER_SKIP+= share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/generate-sprite.php
 37CHECK_INTERPRETER_SKIP+= share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/generate-sprite.php
 38CHECK_INTERPRETER_SKIP+= share/baikal/vendor/bin/generate_vcards
 39CHECK_INTERPRETER_SKIP+= share/baikal/vendor/bin/naturalselection
 40CHECK_INTERPRETER_SKIP+= share/baikal/vendor/bin/vobject
30CHECK_INTERPRETER_SKIP+= share/baikal/vendor/bin/vobjectvalidate.php 41CHECK_INTERPRETER_SKIP+= share/baikal/vendor/bin/vobjectvalidate.php
 42CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/build.php
31CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/googlecode_upload.py 43CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/googlecode_upload.py
32CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/migrateto17.php 44CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/migrateto17.php
 45CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/migrateto20.php
 46CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/migrateto21.php
 47CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/migrateto30.php
 48CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/naturalselection
33CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/naturalselection.py 49CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/naturalselection.py
 50CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/event/examples/promise.php
 51CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/event/examples/tail.php
34CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/bench.php 52CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/bench.php
 53CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/fetch_windows_zones.php
 54CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/generate_vcards
35CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/generateicalendardata.php 55CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/generateicalendardata.php
 56CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/mergeduplicates.php
 57CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/vobject
36CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/vobjectvalidate.php 58CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/vobjectvalidate.php
37 59
38.include "../../mk/bsd.prefs.mk" 60.include "../../mk/bsd.prefs.mk"
39 61
40APACHE_USER?= www 62APACHE_USER?= www
41APACHE_GROUP?= www 63APACHE_GROUP?= www
42PKG_GROUPS= ${APACHE_GROUP} 64PKG_GROUPS= ${APACHE_GROUP}
43PKG_USERS= ${APACHE_USER}:${APACHE_GROUP} 65PKG_USERS= ${APACHE_USER}:${APACHE_GROUP}
44 66
45PKG_USERS_VARS= APACHE_USER 67PKG_USERS_VARS= APACHE_USER
46PKG_GROUPS_VARS= APACHE_GROUP 68PKG_GROUPS_VARS= APACHE_GROUP
47 69
48FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \ 70FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \

cvs diff -r1.1 -r1.2 pkgsrc/net/php-baikal/PLIST (expand / switch to unified diff)

--- pkgsrc/net/php-baikal/PLIST 2015/11/24 11:38:28 1.1
+++ pkgsrc/net/php-baikal/PLIST 2016/02/15 23:28:22 1.2
@@ -1,32 +1,31 @@ @@ -1,32 +1,31 @@
1@comment $NetBSD: PLIST,v 1.1 2015/11/24 11:38:28 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.2 2016/02/15 23:28:22 wiz Exp $
2share/baikal/ChangeLog.md 2share/baikal/CHANGELOG.md
3share/baikal/Core/Distrib.php 3share/baikal/Core/Distrib.php
4share/baikal/Core/Frameworks/Baikal/Core/PDOBasicAuth.php 4share/baikal/Core/Frameworks/Baikal/Core/PDOBasicAuth.php
 5share/baikal/Core/Frameworks/Baikal/Core/Server.php
5share/baikal/Core/Frameworks/Baikal/Core/Tools.php 6share/baikal/Core/Frameworks/Baikal/Core/Tools.php
6share/baikal/Core/Frameworks/Baikal/Framework.php 7share/baikal/Core/Frameworks/Baikal/Framework.php
7share/baikal/Core/Frameworks/Baikal/Model/AddressBook.php 8share/baikal/Core/Frameworks/Baikal/Model/AddressBook.php
8share/baikal/Core/Frameworks/Baikal/Model/AddressBook/Contact.php 9share/baikal/Core/Frameworks/Baikal/Model/AddressBook/Contact.php
9share/baikal/Core/Frameworks/Baikal/Model/Calendar.php 10share/baikal/Core/Frameworks/Baikal/Model/Calendar.php
10share/baikal/Core/Frameworks/Baikal/Model/Calendar/Event.php 11share/baikal/Core/Frameworks/Baikal/Model/Calendar/Event.php
11share/baikal/Core/Frameworks/Baikal/Model/Config.php 12share/baikal/Core/Frameworks/Baikal/Model/Config.php
12share/baikal/Core/Frameworks/Baikal/Model/Config/Database.php 13share/baikal/Core/Frameworks/Baikal/Model/Config/Database.php
13share/baikal/Core/Frameworks/Baikal/Model/Config/Distrib.php 14share/baikal/Core/Frameworks/Baikal/Model/Config/Distrib.php
14share/baikal/Core/Frameworks/Baikal/Model/Config/Standard.php 15share/baikal/Core/Frameworks/Baikal/Model/Config/Standard.php
15share/baikal/Core/Frameworks/Baikal/Model/Config/System.php 16share/baikal/Core/Frameworks/Baikal/Model/Config/System.php
16share/baikal/Core/Frameworks/Baikal/Model/Principal.php 17share/baikal/Core/Frameworks/Baikal/Model/Principal.php
17share/baikal/Core/Frameworks/Baikal/Model/User.php 18share/baikal/Core/Frameworks/Baikal/Model/User.php
18share/baikal/Core/Frameworks/Baikal/WWWRoot/cal.php 
19share/baikal/Core/Frameworks/Baikal/WWWRoot/card.php 
20share/baikal/Core/Frameworks/Baikal/WWWRoot/index.php 19share/baikal/Core/Frameworks/Baikal/WWWRoot/index.php
21share/baikal/Core/Frameworks/BaikalAdmin/Controller/Dashboard.php 20share/baikal/Core/Frameworks/BaikalAdmin/Controller/Dashboard.php
22share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/Database.php 21share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/Database.php
23share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/Initialize.php 22share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/Initialize.php
24share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/VersionUpgrade.php 23share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/VersionUpgrade.php
25share/baikal/Core/Frameworks/BaikalAdmin/Controller/Login.php 24share/baikal/Core/Frameworks/BaikalAdmin/Controller/Login.php
26share/baikal/Core/Frameworks/BaikalAdmin/Controller/Logout.php 25share/baikal/Core/Frameworks/BaikalAdmin/Controller/Logout.php
27share/baikal/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar.php 26share/baikal/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar.php
28share/baikal/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar/Anonymous.php 27share/baikal/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar/Anonymous.php
29share/baikal/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar/Install.php 28share/baikal/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar/Install.php
30share/baikal/Core/Frameworks/BaikalAdmin/Controller/Settings/Standard.php 29share/baikal/Core/Frameworks/BaikalAdmin/Controller/Settings/Standard.php
31share/baikal/Core/Frameworks/BaikalAdmin/Controller/Settings/System.php 30share/baikal/Core/Frameworks/BaikalAdmin/Controller/Settings/System.php
32share/baikal/Core/Frameworks/BaikalAdmin/Controller/User/AddressBooks.php 31share/baikal/Core/Frameworks/BaikalAdmin/Controller/User/AddressBooks.php
@@ -109,723 +108,1407 @@ share/baikal/Core/Frameworks/Flake/Core/ @@ -109,723 +108,1407 @@ share/baikal/Core/Frameworks/Flake/Core/
109share/baikal/Core/Frameworks/Flake/Core/Requester/Sql.php 108share/baikal/Core/Frameworks/Flake/Core/Requester/Sql.php
110share/baikal/Core/Frameworks/Flake/Core/Route.php 109share/baikal/Core/Frameworks/Flake/Core/Route.php
111share/baikal/Core/Frameworks/Flake/Core/Template.php 110share/baikal/Core/Frameworks/Flake/Core/Template.php
112share/baikal/Core/Frameworks/Flake/Core/View.php 111share/baikal/Core/Frameworks/Flake/Core/View.php
113share/baikal/Core/Frameworks/Flake/Framework.php 112share/baikal/Core/Frameworks/Flake/Framework.php
114share/baikal/Core/Frameworks/Flake/Model/IUser.php 113share/baikal/Core/Frameworks/Flake/Model/IUser.php
115share/baikal/Core/Frameworks/Flake/Model/User/Admin.php 114share/baikal/Core/Frameworks/Flake/Model/User/Admin.php
116share/baikal/Core/Frameworks/Flake/Model/User/Customer.php 115share/baikal/Core/Frameworks/Flake/Model/User/Customer.php
117share/baikal/Core/Frameworks/Flake/Util/Frameworks.php 116share/baikal/Core/Frameworks/Flake/Util/Frameworks.php
118share/baikal/Core/Frameworks/Flake/Util/Profiler.php 117share/baikal/Core/Frameworks/Flake/Util/Profiler.php
119share/baikal/Core/Frameworks/Flake/Util/Router.php 118share/baikal/Core/Frameworks/Flake/Util/Router.php
120share/baikal/Core/Frameworks/Flake/Util/Router/QuestionMarkRewrite.php 119share/baikal/Core/Frameworks/Flake/Util/Router/QuestionMarkRewrite.php
121share/baikal/Core/Frameworks/Flake/Util/Tools.php 120share/baikal/Core/Frameworks/Flake/Util/Tools.php
122share/baikal/Core/Frameworks/Flake/Util/Twig/AUTHORS 
123share/baikal/Core/Frameworks/Flake/Util/Twig/CHANGELOG 
124share/baikal/Core/Frameworks/Flake/Util/Twig/LICENSE 
125share/baikal/Core/Frameworks/Flake/Util/Twig/README.markdown 
126share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Autoloader.php 
127share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Compiler.php 
128share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/CompilerInterface.php 
129share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Environment.php 
130share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error.php 
131share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Loader.php 
132share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Runtime.php 
133share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Syntax.php 
134share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/ExpressionParser.php 
135share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension.php 
136share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Core.php 
137share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Debug.php 
138share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Escaper.php 
139share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Optimizer.php 
140share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Sandbox.php 
141share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/ExtensionInterface.php 
142share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter.php 
143share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Function.php 
144share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Method.php 
145share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Node.php 
146share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/FilterInterface.php 
147share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function.php 
148share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Function.php 
149share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Method.php 
150share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Node.php 
151share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/FunctionInterface.php 
152share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Lexer.php 
153share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/LexerInterface.php 
154share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Array.php 
155share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Chain.php 
156share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Filesystem.php 
157share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/String.php 
158share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/LoaderInterface.php 
159share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Markup.php 
160share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node.php 
161share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/AutoEscape.php 
162share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Block.php 
163share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/BlockReference.php 
164share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Body.php 
165share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Do.php 
166share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Embed.php 
167share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression.php 
168share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Array.php 
169share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/AssignName.php 
170share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary.php 
171share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Add.php 
172share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/And.php 
173share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php 
174share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php 
175share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php 
176share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Concat.php 
177share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Div.php 
178share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Equal.php 
179share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/FloorDiv.php 
180share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Greater.php 
181share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php 
182share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/In.php 
183share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Less.php 
184share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/LessEqual.php 
185share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Mod.php 
186share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Mul.php 
187share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/NotEqual.php 
188share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/NotIn.php 
189share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Or.php 
190share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Power.php 
191share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Range.php 
192share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Sub.php 
193share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/BlockReference.php 
194share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Conditional.php 
195share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Constant.php 
196share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/ExtensionReference.php 
197share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter.php 
198share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter/Default.php 
199share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Function.php 
200share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/GetAttr.php 
201share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/MethodCall.php 
202share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Name.php 
203share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Parent.php 
204share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/TempName.php 
205share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test.php 
206share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Constant.php 
207share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Defined.php 
208share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Divisibleby.php 
209share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Even.php 
210share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Null.php 
211share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Odd.php 
212share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Sameas.php 
213share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary.php 
214share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Neg.php 
215share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Not.php 
216share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Pos.php 
217share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Flush.php 
218share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/For.php 
219share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/ForLoop.php 
220share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/If.php 
221share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Import.php 
222share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Include.php 
223share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Macro.php 
224share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Module.php 
225share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Print.php 
226share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Sandbox.php 
227share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SandboxedModule.php 
228share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SandboxedPrint.php 
229share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Set.php 
230share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SetTemp.php 
231share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Spaceless.php 
232share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Text.php 
233share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeInterface.php 
234share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeOutputInterface.php 
235share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeTraverser.php 
236share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Escaper.php 
237share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Optimizer.php 
238share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/SafeAnalysis.php 
239share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Sandbox.php 
240share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitorInterface.php 
241share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Parser.php 
242share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/ParserInterface.php 
243share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityError.php 
244share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityPolicy.php 
245share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityPolicyInterface.php 
246share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Template.php 
247share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TemplateInterface.php 
248share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Function.php 
249share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Method.php 
250share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Node.php 
251share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TestInterface.php 
252share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Token.php 
253share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser.php 
254share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/AutoEscape.php 
255share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Block.php 
256share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Do.php 
257share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Embed.php 
258share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Extends.php 
259share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Filter.php 
260share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Flush.php 
261share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/For.php 
262share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/From.php 
263share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/If.php 
264share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Import.php 
265share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Include.php 
266share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Macro.php 
267share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Sandbox.php 
268share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Set.php 
269share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Spaceless.php 
270share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Use.php 
271share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserBroker.php 
272share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserBrokerInterface.php 
273share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserInterface.php 
274share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenStream.php 
275share/baikal/Core/Frameworks/Flake/config.php 121share/baikal/Core/Frameworks/Flake/config.php
276share/baikal/Core/Frameworks/Formal/Core/Message.php 122share/baikal/Core/Frameworks/Formal/Core/Message.php
277share/baikal/Core/Frameworks/Formal/Element.php 123share/baikal/Core/Frameworks/Formal/Element.php
278share/baikal/Core/Frameworks/Formal/Element/Checkbox.php 124share/baikal/Core/Frameworks/Formal/Element/Checkbox.php
279share/baikal/Core/Frameworks/Formal/Element/Listbox.php 125share/baikal/Core/Frameworks/Formal/Element/Listbox.php
280share/baikal/Core/Frameworks/Formal/Element/Password.php 126share/baikal/Core/Frameworks/Formal/Element/Password.php
281share/baikal/Core/Frameworks/Formal/Element/Text.php 127share/baikal/Core/Frameworks/Formal/Element/Text.php
282share/baikal/Core/Frameworks/Formal/Form.php 128share/baikal/Core/Frameworks/Formal/Form.php
283share/baikal/Core/Frameworks/Formal/Form/Morphology.php 129share/baikal/Core/Frameworks/Formal/Form/Morphology.php
284share/baikal/Core/Frameworks/Formal/Framework.php 130share/baikal/Core/Frameworks/Formal/Framework.php
285share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.css 131share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.css
286share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.min.css 132share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.min.css
287share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap.css 133share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap.css
288share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap.min.css 134share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap.min.css
289share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-orig.png 135share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-orig.png
290share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-white.png 136share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-white.png
291share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings.png 137share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings.png
292share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap-popover.js 138share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap-popover.js
293share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap-tooltip.js 139share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap-tooltip.js
294share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap.js 140share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap.js
295share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap.min.js 141share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap.min.js
296share/baikal/Core/Frameworks/TwitterBootstrap/js/jquery-1.7.1.min.js 142share/baikal/Core/Frameworks/TwitterBootstrap/js/jquery-1.7.1.min.js
297share/baikal/Core/Resources/Db/MySQL/db.sql 143share/baikal/Core/Resources/Db/MySQL/db.sql
298share/baikal/Core/Resources/Db/SQLite/db.sql 144share/baikal/Core/Resources/Db/SQLite/db.sql
299share/baikal/Core/Resources/Db/SQLite/db.sqlite 
300share/baikal/Core/Resources/System/htaccess-documentroot 145share/baikal/Core/Resources/System/htaccess-documentroot
301share/baikal/Core/Resources/System/htaccess-specific 146share/baikal/Core/Resources/System/htaccess-specific
302share/baikal/Core/Resources/Web/BaikalAdmin 147share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/generate-sprite.php
 148share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyph-dark.png
 149share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyph2x-dark.png
 150share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyphpro-2x.css
 151share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyphpro.css
 152share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/test-glyphpro2x.html
 153share/baikal/Core/Resources/Web/BaikalAdmin/Images/logo-framboise.png
 154share/baikal/Core/Resources/Web/BaikalAdmin/Strings/EN/Exceptions.json
 155share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Dashboard.html
 156share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Install/Database.html
 157share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Install/Initialize.html
 158share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Login.html
 159share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar.html
 160share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html
 161share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar/Install.html
 162share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Page/baikal-text-20.png
 163share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Page/index.html
 164share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Page/style.css
 165share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Settings/Standard.html
 166share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Settings/System.html
 167share/baikal/Core/Resources/Web/BaikalAdmin/Templates/User/AddressBooks.html
 168share/baikal/Core/Resources/Web/BaikalAdmin/Templates/User/Calendars.html
 169share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Users.html
 170share/baikal/Core/Resources/Web/BaikalAdmin/html5.js
303share/baikal/Core/Resources/Web/README.md 171share/baikal/Core/Resources/Web/README.md
304share/baikal/Core/Resources/Web/TwitterBootstrap 172share/baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap-responsive.css
305share/baikal/INSTALL.md 173share/baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap-responsive.min.css
306share/baikal/LICENSE.txt 174share/baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap.css
 175share/baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap.min.css
 176share/baikal/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings-orig.png
 177share/baikal/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings-white.png
 178share/baikal/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings.png
 179share/baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap-popover.js
 180share/baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap-tooltip.js
 181share/baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap.js
 182share/baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap.min.js
 183share/baikal/Core/Resources/Web/TwitterBootstrap/js/jquery-1.7.1.min.js
 184share/baikal/LICENSE
307share/baikal/README.md 185share/baikal/README.md
308share/baikal/Specific/.htaccess 186share/baikal/Specific/.htaccess
309share/baikal/Specific/ENABLE_INSTALL 187share/baikal/Specific/ENABLE_INSTALL
 188share/baikal/Specific/config.php
 189share/baikal/Specific/config.system.php
 190share/baikal/Specific/db/.gitignore
310share/baikal/Specific/db/db.sqlite 191share/baikal/Specific/db/db.sqlite
311share/baikal/Specific/virtualhosts/baikal.apache2 
312share/baikal/Specific/virtualhosts/baikal.nginx 
313share/baikal/TROUBLESHOOTING.md 
314share/baikal/UPGRADE.md 
315share/baikal/html/.htaccess 192share/baikal/html/.htaccess
316share/baikal/html/admin/index.php 193share/baikal/html/admin/index.php
317share/baikal/html/admin/install/index.php 194share/baikal/html/admin/install/index.php
318share/baikal/html/cal.php 195share/baikal/html/cal.php
319share/baikal/html/card.php 196share/baikal/html/card.php
 197share/baikal/html/dav.php
320share/baikal/html/index.php 198share/baikal/html/index.php
321share/baikal/html/res/core 199share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/generate-sprite.php
 200share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyph-dark.png
 201share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyph2x-dark.png
 202share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyphpro-2x.css
 203share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyphpro.css
 204share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/test-glyphpro2x.html
 205share/baikal/html/res/core/BaikalAdmin/Images/logo-framboise.png
 206share/baikal/html/res/core/BaikalAdmin/Strings/EN/Exceptions.json
 207share/baikal/html/res/core/BaikalAdmin/Templates/Dashboard.html
 208share/baikal/html/res/core/BaikalAdmin/Templates/Install/Database.html
 209share/baikal/html/res/core/BaikalAdmin/Templates/Install/Initialize.html
 210share/baikal/html/res/core/BaikalAdmin/Templates/Login.html
 211share/baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar.html
 212share/baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html
 213share/baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar/Install.html
 214share/baikal/html/res/core/BaikalAdmin/Templates/Page/baikal-text-20.png
 215share/baikal/html/res/core/BaikalAdmin/Templates/Page/index.html
 216share/baikal/html/res/core/BaikalAdmin/Templates/Page/style.css
 217share/baikal/html/res/core/BaikalAdmin/Templates/Settings/Standard.html
 218share/baikal/html/res/core/BaikalAdmin/Templates/Settings/System.html
 219share/baikal/html/res/core/BaikalAdmin/Templates/User/AddressBooks.html
 220share/baikal/html/res/core/BaikalAdmin/Templates/User/Calendars.html
 221share/baikal/html/res/core/BaikalAdmin/Templates/Users.html
 222share/baikal/html/res/core/BaikalAdmin/html5.js
 223share/baikal/html/res/core/README.md
 224share/baikal/html/res/core/TwitterBootstrap/css/bootstrap-responsive.css
 225share/baikal/html/res/core/TwitterBootstrap/css/bootstrap-responsive.min.css
 226share/baikal/html/res/core/TwitterBootstrap/css/bootstrap.css
 227share/baikal/html/res/core/TwitterBootstrap/css/bootstrap.min.css
 228share/baikal/html/res/core/TwitterBootstrap/img/glyphicons-halflings-orig.png
 229share/baikal/html/res/core/TwitterBootstrap/img/glyphicons-halflings-white.png
 230share/baikal/html/res/core/TwitterBootstrap/img/glyphicons-halflings.png
 231share/baikal/html/res/core/TwitterBootstrap/js/bootstrap-popover.js
 232share/baikal/html/res/core/TwitterBootstrap/js/bootstrap-tooltip.js
 233share/baikal/html/res/core/TwitterBootstrap/js/bootstrap.js
 234share/baikal/html/res/core/TwitterBootstrap/js/bootstrap.min.js
 235share/baikal/html/res/core/TwitterBootstrap/js/jquery-1.7.1.min.js
322share/baikal/vendor/autoload.php 236share/baikal/vendor/autoload.php
 237share/baikal/vendor/bin/generate_vcards
 238share/baikal/vendor/bin/naturalselection
323share/baikal/vendor/bin/sabredav 239share/baikal/vendor/bin/sabredav
324share/baikal/vendor/bin/vobjectvalidate.php 240share/baikal/vendor/bin/vobject
325share/baikal/vendor/composer/ClassLoader.php 241share/baikal/vendor/composer/ClassLoader.php
 242share/baikal/vendor/composer/LICENSE
326share/baikal/vendor/composer/autoload_classmap.php 243share/baikal/vendor/composer/autoload_classmap.php
 244share/baikal/vendor/composer/autoload_files.php
327share/baikal/vendor/composer/autoload_namespaces.php 245share/baikal/vendor/composer/autoload_namespaces.php
328share/baikal/vendor/composer/autoload_psr4.php 246share/baikal/vendor/composer/autoload_psr4.php
329share/baikal/vendor/composer/autoload_real.php 247share/baikal/vendor/composer/autoload_real.php
330share/baikal/vendor/composer/installed.json 248share/baikal/vendor/composer/installed.json
331share/baikal/vendor/sabre/dav/.gitignore 249share/baikal/vendor/sabre/dav/.gitignore
332share/baikal/vendor/sabre/dav/.travis.yml 250share/baikal/vendor/sabre/dav/.travis.yml
333share/baikal/vendor/sabre/dav/ChangeLog 251share/baikal/vendor/sabre/dav/CHANGELOG.md
 252share/baikal/vendor/sabre/dav/CONTRIBUTING.md
334share/baikal/vendor/sabre/dav/LICENSE 253share/baikal/vendor/sabre/dav/LICENSE
335share/baikal/vendor/sabre/dav/README.md 254share/baikal/vendor/sabre/dav/README.md
 255share/baikal/vendor/sabre/dav/bin/build.php
336share/baikal/vendor/sabre/dav/bin/googlecode_upload.py 256share/baikal/vendor/sabre/dav/bin/googlecode_upload.py
337share/baikal/vendor/sabre/dav/bin/migrateto17.php 257share/baikal/vendor/sabre/dav/bin/migrateto17.php
338share/baikal/vendor/sabre/dav/bin/naturalselection.py 258share/baikal/vendor/sabre/dav/bin/migrateto20.php
 259share/baikal/vendor/sabre/dav/bin/migrateto21.php
 260share/baikal/vendor/sabre/dav/bin/migrateto30.php
 261share/baikal/vendor/sabre/dav/bin/naturalselection
339share/baikal/vendor/sabre/dav/bin/sabredav 262share/baikal/vendor/sabre/dav/bin/sabredav
340share/baikal/vendor/sabre/dav/bin/sabredav.php 263share/baikal/vendor/sabre/dav/bin/sabredav.php
341share/baikal/vendor/sabre/dav/build.xml 
342share/baikal/vendor/sabre/dav/composer.json 264share/baikal/vendor/sabre/dav/composer.json
343share/baikal/vendor/sabre/dav/docs/caldav-ctag.txt 
344share/baikal/vendor/sabre/dav/docs/caldav-notifications.txt 
345share/baikal/vendor/sabre/dav/docs/caldav-proxy.txt 
346share/baikal/vendor/sabre/dav/docs/caldav-sharing.txt 
347share/baikal/vendor/sabre/dav/docs/draft-daboo-carddav-directory-gateway-02.txt 
348share/baikal/vendor/sabre/dav/docs/draft-desruisseaux-caldav-sched-10.txt 
349share/baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p1-messaging-11.txt 
350share/baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p4-conditional-11.txt 
351share/baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p5-range-11.txt 
352share/baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p6-cache-11.txt 
353share/baikal/vendor/sabre/dav/docs/draft-nottingham-http-new-status-04.txt 
354share/baikal/vendor/sabre/dav/docs/rfc2425.txt 
355share/baikal/vendor/sabre/dav/docs/rfc2426.txt 
356share/baikal/vendor/sabre/dav/docs/rfc2518.txt 
357share/baikal/vendor/sabre/dav/docs/rfc2616.txt 
358share/baikal/vendor/sabre/dav/docs/rfc2617.txt 
359share/baikal/vendor/sabre/dav/docs/rfc3253.pdf 
360share/baikal/vendor/sabre/dav/docs/rfc3744.pdf 
361share/baikal/vendor/sabre/dav/docs/rfc4437.pdf 
362share/baikal/vendor/sabre/dav/docs/rfc4790.txt 
363share/baikal/vendor/sabre/dav/docs/rfc4791.txt 
364share/baikal/vendor/sabre/dav/docs/rfc4918.pdf 
365share/baikal/vendor/sabre/dav/docs/rfc5051.txt 
366share/baikal/vendor/sabre/dav/docs/rfc5397.txt 
367share/baikal/vendor/sabre/dav/docs/rfc5545.txt 
368share/baikal/vendor/sabre/dav/docs/rfc5546.txt 
369share/baikal/vendor/sabre/dav/docs/rfc5689.txt 
370share/baikal/vendor/sabre/dav/docs/rfc5785.txt 
371share/baikal/vendor/sabre/dav/docs/rfc5789.txt 
372share/baikal/vendor/sabre/dav/docs/rfc6047.txt 
373share/baikal/vendor/sabre/dav/docs/rfc6321.txt 
374share/baikal/vendor/sabre/dav/docs/rfc6350.txt 
375share/baikal/vendor/sabre/dav/docs/rfc6351.txt 
376share/baikal/vendor/sabre/dav/docs/rfc6352.txt 
377share/baikal/vendor/sabre/dav/examples/addressbookserver.php 265share/baikal/vendor/sabre/dav/examples/addressbookserver.php
378share/baikal/vendor/sabre/dav/examples/basicauth.php 
379share/baikal/vendor/sabre/dav/examples/calendarserver.php 266share/baikal/vendor/sabre/dav/examples/calendarserver.php
380share/baikal/vendor/sabre/dav/examples/digestauth.php 
381share/baikal/vendor/sabre/dav/examples/fileserver.php 267share/baikal/vendor/sabre/dav/examples/fileserver.php
382share/baikal/vendor/sabre/dav/examples/groupwareserver.php 268share/baikal/vendor/sabre/dav/examples/groupwareserver.php
383share/baikal/vendor/sabre/dav/examples/simplefsserver.php 269share/baikal/vendor/sabre/dav/examples/minimal.php
384share/baikal/vendor/sabre/dav/examples/sql/mysql.addressbook.sql 270share/baikal/vendor/sabre/dav/examples/sql/mysql.addressbook.sql
385share/baikal/vendor/sabre/dav/examples/sql/mysql.calendars.sql 271share/baikal/vendor/sabre/dav/examples/sql/mysql.calendars.sql
386share/baikal/vendor/sabre/dav/examples/sql/mysql.locks.sql 272share/baikal/vendor/sabre/dav/examples/sql/mysql.locks.sql
387share/baikal/vendor/sabre/dav/examples/sql/mysql.principals.sql 273share/baikal/vendor/sabre/dav/examples/sql/mysql.principals.sql
 274share/baikal/vendor/sabre/dav/examples/sql/mysql.propertystorage.sql
388share/baikal/vendor/sabre/dav/examples/sql/mysql.users.sql 275share/baikal/vendor/sabre/dav/examples/sql/mysql.users.sql
389share/baikal/vendor/sabre/dav/examples/sql/pgsql.addressbook.sql 276share/baikal/vendor/sabre/dav/examples/sql/pgsql.addressbook.sql
390share/baikal/vendor/sabre/dav/examples/sql/pgsql.calendars.sql 277share/baikal/vendor/sabre/dav/examples/sql/pgsql.calendars.sql
391share/baikal/vendor/sabre/dav/examples/sql/pgsql.locks.sql 278share/baikal/vendor/sabre/dav/examples/sql/pgsql.locks.sql
392share/baikal/vendor/sabre/dav/examples/sql/pgsql.principals.sql 279share/baikal/vendor/sabre/dav/examples/sql/pgsql.principals.sql
 280share/baikal/vendor/sabre/dav/examples/sql/pgsql.propertystorage.sql
393share/baikal/vendor/sabre/dav/examples/sql/pgsql.users.sql 281share/baikal/vendor/sabre/dav/examples/sql/pgsql.users.sql
394share/baikal/vendor/sabre/dav/examples/sql/sqlite.addressbooks.sql 282share/baikal/vendor/sabre/dav/examples/sql/sqlite.addressbooks.sql
395share/baikal/vendor/sabre/dav/examples/sql/sqlite.calendars.sql 283share/baikal/vendor/sabre/dav/examples/sql/sqlite.calendars.sql
396share/baikal/vendor/sabre/dav/examples/sql/sqlite.locks.sql 284share/baikal/vendor/sabre/dav/examples/sql/sqlite.locks.sql
397share/baikal/vendor/sabre/dav/examples/sql/sqlite.principals.sql 285share/baikal/vendor/sabre/dav/examples/sql/sqlite.principals.sql
 286share/baikal/vendor/sabre/dav/examples/sql/sqlite.propertystorage.sql
398share/baikal/vendor/sabre/dav/examples/sql/sqlite.users.sql 287share/baikal/vendor/sabre/dav/examples/sql/sqlite.users.sql
399share/baikal/vendor/sabre/dav/examples/webserver/apache2_htaccess.conf 288share/baikal/vendor/sabre/dav/examples/webserver/apache2_htaccess.conf
400share/baikal/vendor/sabre/dav/examples/webserver/apache2_vhost.conf 289share/baikal/vendor/sabre/dav/examples/webserver/apache2_vhost.conf
401share/baikal/vendor/sabre/dav/examples/webserver/apache2_vhost_cgi.conf 290share/baikal/vendor/sabre/dav/examples/webserver/apache2_vhost_cgi.conf
402share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php 291share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
403share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php 292share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
404share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php 293share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
405share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php 294share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/PDO.php
406share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php 295share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
407share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Calendar.php 296share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
408share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php 297share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
409share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php 298share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
410share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php 299share/baikal/vendor/sabre/dav/lib/CalDAV/Calendar.php
411share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php 300share/baikal/vendor/sabre/dav/lib/CalDAV/CalendarHome.php
412share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php 301share/baikal/vendor/sabre/dav/lib/CalDAV/CalendarObject.php
413share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php 302share/baikal/vendor/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
414share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendar.php 303share/baikal/vendor/sabre/dav/lib/CalDAV/CalendarRoot.php
415share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php 304share/baikal/vendor/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
416share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php 305share/baikal/vendor/sabre/dav/lib/CalDAV/ICSExportPlugin.php
417share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php 306share/baikal/vendor/sabre/dav/lib/CalDAV/ICalendar.php
418share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php 307share/baikal/vendor/sabre/dav/lib/CalDAV/ICalendarObject.php
419share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php 308share/baikal/vendor/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
420share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php 309share/baikal/vendor/sabre/dav/lib/CalDAV/IShareableCalendar.php
421share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php 310share/baikal/vendor/sabre/dav/lib/CalDAV/ISharedCalendar.php
422share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php 311share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/Collection.php
423share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php 312share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/ICollection.php
424share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php 313share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/INode.php
425share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php 314share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/Node.php
426share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php 315share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php
427share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php 316share/baikal/vendor/sabre/dav/lib/CalDAV/Plugin.php
428share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php 317share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/Collection.php
429share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php 318share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
430share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php 319share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
431share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php 320share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
432share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/User.php 321share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
433share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php 322share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/User.php
434share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php 323share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/IInbox.php
435share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php 324share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
436share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php 325share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
437share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php 326share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
438share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php 327share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/Inbox.php
439share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php 328share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/Outbox.php
440share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php 329share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php
441share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php 330share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
442share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php 331share/baikal/vendor/sabre/dav/lib/CalDAV/ShareableCalendar.php
443share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php 332share/baikal/vendor/sabre/dav/lib/CalDAV/SharedCalendar.php
444share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php 333share/baikal/vendor/sabre/dav/lib/CalDAV/SharingPlugin.php
445share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php 334share/baikal/vendor/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
446share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Version.php 335share/baikal/vendor/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
447share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBook.php 336share/baikal/vendor/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
448share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php 337share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
449share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php 338share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
450share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php 339share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
451share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php 340share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
452share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php 341share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
453share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Card.php 342share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
454share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php 343share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
455share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php 344share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
456share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/IDirectory.php 345share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
457share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Plugin.php 346share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
458share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php 347share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
459share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php 348share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
460share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php 349share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
461share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Version.php 350share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
462share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php 351share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
463share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php 352share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
464share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php 353share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
465share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php 354share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
466share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php 355share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
467share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php 356share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
468share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php 357share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/Share.php
469share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php 358share/baikal/vendor/sabre/dav/lib/CardDAV/AddressBook.php
470share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php 359share/baikal/vendor/sabre/dav/lib/CardDAV/AddressBookHome.php
471share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php 360share/baikal/vendor/sabre/dav/lib/CardDAV/AddressBookRoot.php
472share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/favicon.ico 361share/baikal/vendor/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
473share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/addressbook.png 362share/baikal/vendor/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
474share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/calendar.png 363share/baikal/vendor/sabre/dav/lib/CardDAV/Backend/PDO.php
475share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/card.png 364share/baikal/vendor/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
476share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/collection.png 365share/baikal/vendor/sabre/dav/lib/CardDAV/Card.php
477share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/file.png 366share/baikal/vendor/sabre/dav/lib/CardDAV/IAddressBook.php
478share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/parent.png 367share/baikal/vendor/sabre/dav/lib/CardDAV/ICard.php
479share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/principal.png 368share/baikal/vendor/sabre/dav/lib/CardDAV/IDirectory.php
480share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Client.php 369share/baikal/vendor/sabre/dav/lib/CardDAV/Plugin.php
481share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Collection.php 370share/baikal/vendor/sabre/dav/lib/CardDAV/VCFExportPlugin.php
482share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception.php 371share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
483share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php 372share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
484share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php 373share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
485share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php 374share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
486share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php 375share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
487share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php 376share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
488share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php 377share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
489share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php 378share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
490share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php 379share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php
491share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/Locked.php 380share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
492share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php 381share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/Apache.php
493share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php 382share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
494share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php 383share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
495share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php 384share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/File.php
496share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php 385share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/PDO.php
497share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php 386share/baikal/vendor/sabre/dav/lib/DAV/Auth/Plugin.php
498share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php 387share/baikal/vendor/sabre/dav/lib/DAV/Browser/GuessContentType.php
499share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php 388share/baikal/vendor/sabre/dav/lib/DAV/Browser/HtmlOutput.php
500share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php 389share/baikal/vendor/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
501share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php 390share/baikal/vendor/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
502share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FS/Directory.php 391share/baikal/vendor/sabre/dav/lib/DAV/Browser/Plugin.php
503share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FS/File.php 392share/baikal/vendor/sabre/dav/lib/DAV/Browser/PropFindAll.php
504share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php 393share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/favicon.ico
505share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php 394share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
506share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php 395share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
507share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Node.php 396share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
508share/baikal/vendor/sabre/dav/lib/Sabre/DAV/File.php 397share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
509share/baikal/vendor/sabre/dav/lib/Sabre/DAV/ICollection.php 398share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
510share/baikal/vendor/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php 399share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
511share/baikal/vendor/sabre/dav/lib/Sabre/DAV/IFile.php 400share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
512share/baikal/vendor/sabre/dav/lib/Sabre/DAV/INode.php 401share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.css
513share/baikal/vendor/sabre/dav/lib/Sabre/DAV/IProperties.php 402share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.png
514share/baikal/vendor/sabre/dav/lib/Sabre/DAV/IQuota.php 403share/baikal/vendor/sabre/dav/lib/DAV/Client.php
515share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php 404share/baikal/vendor/sabre/dav/lib/DAV/Collection.php
516share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php 405share/baikal/vendor/sabre/dav/lib/DAV/CorePlugin.php
517share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php 406share/baikal/vendor/sabre/dav/lib/DAV/Exception.php
518share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php 407share/baikal/vendor/sabre/dav/lib/DAV/Exception/BadRequest.php
519share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php 408share/baikal/vendor/sabre/dav/lib/DAV/Exception/Conflict.php
520share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php 409share/baikal/vendor/sabre/dav/lib/DAV/Exception/ConflictingLock.php
521share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php 410share/baikal/vendor/sabre/dav/lib/DAV/Exception/Forbidden.php
522share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php 411share/baikal/vendor/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
523share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Node.php 412share/baikal/vendor/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
524share/baikal/vendor/sabre/dav/lib/Sabre/DAV/ObjectTree.php 413share/baikal/vendor/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
525share/baikal/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php 414share/baikal/vendor/sabre/dav/lib/DAV/Exception/LengthRequired.php
526share/baikal/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php 415share/baikal/vendor/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
527share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property.php 416share/baikal/vendor/sabre/dav/lib/DAV/Exception/Locked.php
528share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php 417share/baikal/vendor/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
529share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/Href.php 418share/baikal/vendor/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
530share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/HrefList.php 419share/baikal/vendor/sabre/dav/lib/DAV/Exception/NotFound.php
531share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/IHref.php 420share/baikal/vendor/sabre/dav/lib/DAV/Exception/NotImplemented.php
532share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php 421share/baikal/vendor/sabre/dav/lib/DAV/Exception/PaymentRequired.php
533share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php 422share/baikal/vendor/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
534share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/Response.php 423share/baikal/vendor/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
535share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php 424share/baikal/vendor/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
536share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php 425share/baikal/vendor/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
537share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php 426share/baikal/vendor/sabre/dav/lib/DAV/Exception/TooManyMatches.php
538share/baikal/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php 427share/baikal/vendor/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
539share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Server.php 428share/baikal/vendor/sabre/dav/lib/DAV/FS/Directory.php
540share/baikal/vendor/sabre/dav/lib/Sabre/DAV/ServerPlugin.php 429share/baikal/vendor/sabre/dav/lib/DAV/FS/File.php
541share/baikal/vendor/sabre/dav/lib/Sabre/DAV/SimpleCollection.php 430share/baikal/vendor/sabre/dav/lib/DAV/FS/Node.php
542share/baikal/vendor/sabre/dav/lib/Sabre/DAV/SimpleFile.php 431share/baikal/vendor/sabre/dav/lib/DAV/FSExt/Directory.php
543share/baikal/vendor/sabre/dav/lib/Sabre/DAV/StringUtil.php 432share/baikal/vendor/sabre/dav/lib/DAV/FSExt/File.php
544share/baikal/vendor/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php 433share/baikal/vendor/sabre/dav/lib/DAV/File.php
545share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Tree.php 434share/baikal/vendor/sabre/dav/lib/DAV/ICollection.php
546share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php 435share/baikal/vendor/sabre/dav/lib/DAV/IExtendedCollection.php
547share/baikal/vendor/sabre/dav/lib/Sabre/DAV/URLUtil.php 436share/baikal/vendor/sabre/dav/lib/DAV/IFile.php
548share/baikal/vendor/sabre/dav/lib/Sabre/DAV/UUIDUtil.php 437share/baikal/vendor/sabre/dav/lib/DAV/IMoveTarget.php
549share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Version.php 438share/baikal/vendor/sabre/dav/lib/DAV/IMultiGet.php
550share/baikal/vendor/sabre/dav/lib/Sabre/DAV/XMLUtil.php 439share/baikal/vendor/sabre/dav/lib/DAV/INode.php
551share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php 440share/baikal/vendor/sabre/dav/lib/DAV/IProperties.php
552share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php 441share/baikal/vendor/sabre/dav/lib/DAV/IQuota.php
553share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php 442share/baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
554share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php 443share/baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
555share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php 444share/baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/File.php
556share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php 445share/baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/PDO.php
557share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/IACL.php 446share/baikal/vendor/sabre/dav/lib/DAV/Locks/LockInfo.php
558share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php 447share/baikal/vendor/sabre/dav/lib/DAV/Locks/Plugin.php
559share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php 448share/baikal/vendor/sabre/dav/lib/DAV/MkCol.php
560share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Plugin.php 449share/baikal/vendor/sabre/dav/lib/DAV/Mount/Plugin.php
561share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Principal.php 450share/baikal/vendor/sabre/dav/lib/DAV/Node.php
562share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php 451share/baikal/vendor/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
563share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php 452share/baikal/vendor/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
564share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php 453share/baikal/vendor/sabre/dav/lib/DAV/PropFind.php
565share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php 454share/baikal/vendor/sabre/dav/lib/DAV/PropPatch.php
566share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php 455share/baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
567share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php 456share/baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
568share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php 457share/baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
569share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php 458share/baikal/vendor/sabre/dav/lib/DAV/Server.php
570share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php 459share/baikal/vendor/sabre/dav/lib/DAV/ServerPlugin.php
571share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php 460share/baikal/vendor/sabre/dav/lib/DAV/SimpleCollection.php
572share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php 461share/baikal/vendor/sabre/dav/lib/DAV/SimpleFile.php
573share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php 462share/baikal/vendor/sabre/dav/lib/DAV/StringUtil.php
574share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php 463share/baikal/vendor/sabre/dav/lib/DAV/Sync/ISyncCollection.php
575share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php 464share/baikal/vendor/sabre/dav/lib/DAV/Sync/Plugin.php
576share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/Request.php 465share/baikal/vendor/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
577share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/Response.php 466share/baikal/vendor/sabre/dav/lib/DAV/Tree.php
578share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/Util.php 467share/baikal/vendor/sabre/dav/lib/DAV/UUIDUtil.php
579share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/Version.php 468share/baikal/vendor/sabre/dav/lib/DAV/Version.php
580share/baikal/vendor/sabre/dav/lib/Sabre/autoload.php 469share/baikal/vendor/sabre/dav/lib/DAV/Xml/Element/Prop.php
 470share/baikal/vendor/sabre/dav/lib/DAV/Xml/Element/Response.php
 471share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/Complex.php
 472share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
 473share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/Href.php
 474share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
 475share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
 476share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
 477share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
 478share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
 479share/baikal/vendor/sabre/dav/lib/DAV/Xml/Request/Lock.php
 480share/baikal/vendor/sabre/dav/lib/DAV/Xml/Request/MkCol.php
 481share/baikal/vendor/sabre/dav/lib/DAV/Xml/Request/PropFind.php
 482share/baikal/vendor/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
 483share/baikal/vendor/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
 484share/baikal/vendor/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
 485share/baikal/vendor/sabre/dav/lib/DAV/Xml/Service.php
 486share/baikal/vendor/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
 487share/baikal/vendor/sabre/dav/lib/DAVACL/Exception/AceConflict.php
 488share/baikal/vendor/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
 489share/baikal/vendor/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
 490share/baikal/vendor/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
 491share/baikal/vendor/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
 492share/baikal/vendor/sabre/dav/lib/DAVACL/FS/Collection.php
 493share/baikal/vendor/sabre/dav/lib/DAVACL/FS/File.php
 494share/baikal/vendor/sabre/dav/lib/DAVACL/FS/HomeCollection.php
 495share/baikal/vendor/sabre/dav/lib/DAVACL/IACL.php
 496share/baikal/vendor/sabre/dav/lib/DAVACL/IPrincipal.php
 497share/baikal/vendor/sabre/dav/lib/DAVACL/IPrincipalCollection.php
 498share/baikal/vendor/sabre/dav/lib/DAVACL/Plugin.php
 499share/baikal/vendor/sabre/dav/lib/DAVACL/Principal.php
 500share/baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
 501share/baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
 502share/baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
 503share/baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
 504share/baikal/vendor/sabre/dav/lib/DAVACL/PrincipalCollection.php
 505share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
 506share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
 507share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
 508share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
 509share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
 510share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
 511share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
 512share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
581share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php 513share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php
582share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractTest.php 514share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractTest.php
583share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php 515share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php
 516share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockScheduling.php
 517share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockSharing.php
 518share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/MockSubscriptionSupport.php
584share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php 519share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php
585share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php 520share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php
 521share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeNotificationsTest.php
 522share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeSharedCalendarsTest.php
 523share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeSubscriptionsTest.php
 524share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarHomeTest.php
586share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarObjectTest.php 525share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarObjectTest.php
587share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryParserTest.php 
588share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php 526share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php
589share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php 527share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php
590share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarTest.php 528share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarTest.php
591share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php 529share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php
592share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php 530share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php
593share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php 531share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php
 532share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsFloatingTimeTest.php
594share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyReportTest.php 533share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyReportTest.php
595share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyRequestTest.php 
596share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php 534share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
597share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ICSExportPluginTest.php 535share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ICSExportPluginTest.php
598share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue166Test.php 536share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue166Test.php
599share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue172Test.php 537share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue172Test.php
600share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php 538share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php
601share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php 539share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php
602share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php 540share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php
603share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php 541share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php
604share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php 542share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php
 543share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/JCalTransformTest.php
605share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/CollectionTest.php 544share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/CollectionTest.php
606share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/NodeTest.php 545share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/NodeTest.php
607share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteReplyTest.php 546share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/PluginTest.php
608share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteTest.php 
609share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/SystemStatusTest.php 
610share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/OutboxPostTest.php 
611share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/PluginTest.php 547share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/PluginTest.php
612share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/CollectionTest.php 548share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/CollectionTest.php
613share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php 549share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php
614share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php 550share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php
615share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/UserTest.php 551share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/UserTest.php
616share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/AllowedSharingModesTest.php 552share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/DeliverNewEventTest.php
617share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/InviteTest.php 553share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/FreeBusyRequestTest.php
618share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/ScheduleCalendarTranspTest.php 554share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/MockPlugin.php
619share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php 555share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMipPluginTest.php
620share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php 556share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/InboxTest.php
621share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php 557share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxPostTest.php
622share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php 
623share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxTest.php 558share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxTest.php
 559share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginBasicTest.php
 560share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginPropertiesTest.php
 561share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/PluginPropertiesWithSharedCalendarTest.php
 562share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ScheduleDeliverTest.php
 563share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/SchedulingObjectTest.php
624share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ShareableCalendarTest.php 564share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ShareableCalendarTest.php
625share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/SharedCalendarTest.php 565share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/SharedCalendarTest.php
626share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/SharingPluginTest.php 566share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/SharingPluginTest.php
 567share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/CreateSubscriptionTest.php
 568share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/PluginTest.php
 569share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/SubscriptionTest.php
627share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/TestUtil.php 570share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/TestUtil.php
628share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsSharedCalendarsTest.php 
629share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsTest.php 
630share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ValidateICalTest.php 571share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ValidateICalTest.php
631share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/VersionTest.php 572share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/InviteReplyTest.php
 573share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/InviteTest.php
 574share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/SystemStatusTest.php
 575share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/AllowedSharingModesTest.php
 576share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/EmailAddressSetTest.php
 577share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/InviteTest.php
 578share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/ScheduleCalendarTranspTest.php
 579share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCalendarComponentSetTest.php
 580share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCalendarDataTest.php
 581share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/SupportedCollationSetTest.php
 582share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php
 583share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/InviteReplyTest.php
 584share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/ShareTest.php
632share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AbstractPluginTest.php 585share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AbstractPluginTest.php
633share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryParserTest.php 586share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookHomeTest.php
634share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryTest.php 587share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryTest.php
635share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookRootTest.php 588share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookRootTest.php
636share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookTest.php 589share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookTest.php
637share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php 590share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php
638share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/Mock.php 591share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/Mock.php
639share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php 592share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php
640share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php 593share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php
641share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/CardTest.php 594share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/CardTest.php
642share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php 595share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php
643share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php 596share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php
644share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/PluginTest.php 597share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/PluginTest.php
645share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php 
646share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php 598share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php
647share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/TestUtil.php 599share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/TestUtil.php
648share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/UserAddressBooksTest.php 
649share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/VCFExportTest.php 600share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/VCFExportTest.php
650share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateFilterTest.php 601share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateFilterTest.php
651share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php 602share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php
652share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/VersionTest.php 603share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/SupportedAddressDataTest.php
 604share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/SupportedCollationSetTest.php
 605share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/AddressBookQueryReportTest.php
653share/baikal/vendor/sabre/dav/tests/Sabre/DAV/AbstractServer.php 606share/baikal/vendor/sabre/dav/tests/Sabre/DAV/AbstractServer.php
654share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php 607share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php
 608share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBearerTest.php
655share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php 609share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php
656share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php 610share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php
657share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php 611share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php
 612share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/BasicCallBackTest.php
658share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/FileTest.php 613share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/FileTest.php
659share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/Mock.php 614share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/Mock.php
660share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php 615share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php
661share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php 616share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php
662share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/PluginTest.php 617share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/PluginTest.php
663share/baikal/vendor/sabre/dav/tests/Sabre/DAV/BasicNodeTest.php 618share/baikal/vendor/sabre/dav/tests/Sabre/DAV/BasicNodeTest.php
664share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php 619share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php
665share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php 620share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php
666share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/PluginTest.php 621share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/PluginTest.php
 622share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/PropFindAllTest.php
667share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ClientMock.php 623share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ClientMock.php
668share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ClientTest.php 624share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ClientTest.php
 625share/baikal/vendor/sabre/dav/tests/Sabre/DAV/CorePluginTest.php
669share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/LockedTest.php 626share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/LockedTest.php
670share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php 627share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php
 628share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/ServiceUnavailableTest.php
 629share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/TooManyMatchesTest.php
671share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ExceptionTest.php 630share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ExceptionTest.php
672share/baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php 631share/baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php
673share/baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/NodeTest.php 
674share/baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php 632share/baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php
 633share/baikal/vendor/sabre/dav/tests/Sabre/DAV/GetIfConditionsTest.php
675share/baikal/vendor/sabre/dav/tests/Sabre/DAV/HTTPPreferParsingTest.php 634share/baikal/vendor/sabre/dav/tests/Sabre/DAV/HTTPPreferParsingTest.php
 635share/baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpCopyTest.php
 636share/baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpDeleteTest.php
 637share/baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpGetTest.php
 638share/baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpHeadTest.php
 639share/baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpMoveTest.php
 640share/baikal/vendor/sabre/dav/tests/Sabre/DAV/HttpPutTest.php
676share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Issue33Test.php 641share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Issue33Test.php
677share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php 642share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php
678share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FSTest.php 
679share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FileTest.php 643share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FileTest.php
 644share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/Mock.php
680share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php 645share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php
681share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOTest.php 646share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOTest.php
682share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/GetIfConditionsTest.php 
683share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php 647share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php
 648share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Plugin2Test.php
684share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/PluginTest.php 649share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/PluginTest.php
 650share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Mock/Collection.php
 651share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Mock/File.php
 652share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Mock/PropertiesCollection.php
 653share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Mock/StreamingFile.php
685share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php 654share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php
686share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php 655share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php
687share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/FileMock.php 656share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/FileMock.php
688share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/PluginTest.php 657share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/PluginTest.php
689share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/GetLastModifiedTest.php 658share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/SpecificationTest.php
690share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefListTest.php 659share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PropFindTest.php
691share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefTest.php 660share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PropPatchTest.php
692share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/ResourceTypeTest.php 661share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/AbstractPDOTest.php
693share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseListTest.php 662share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/Mock.php
694share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseTest.php 663share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOMysqlTest.php
695share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/SupportedReportSetTest.php 664share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/PDOSqliteTest.php
696share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerCopyMoveTest.php 665share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/PluginTest.php
697share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerEventsTest.php 666share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerEventsTest.php
698share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerFinderBlockTest.php 
699share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerMKCOLTest.php 667share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerMKCOLTest.php
700share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPluginTest.php 668share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPluginTest.php
701share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPreconditionTest.php 669share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPreconditionTest.php
 670share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php
702share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPropsTest.php 671share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPropsTest.php
703share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerRangeTest.php 672share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerRangeTest.php
704share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php 673share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php
705share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php 674share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php
706share/baikal/vendor/sabre/dav/tests/Sabre/DAV/SimpleFileTest.php 675share/baikal/vendor/sabre/dav/tests/Sabre/DAV/SimpleFileTest.php
707share/baikal/vendor/sabre/dav/tests/Sabre/DAV/StringUtilTest.php 676share/baikal/vendor/sabre/dav/tests/Sabre/DAV/StringUtilTest.php
 677share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Sync/MockSyncCollection.php
 678share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Sync/PluginTest.php
 679share/baikal/vendor/sabre/dav/tests/Sabre/DAV/SyncTokenPropertyTest.php
708share/baikal/vendor/sabre/dav/tests/Sabre/DAV/TemporaryFileFilterTest.php 680share/baikal/vendor/sabre/dav/tests/Sabre/DAV/TemporaryFileFilterTest.php
709share/baikal/vendor/sabre/dav/tests/Sabre/DAV/TestPlugin.php 681share/baikal/vendor/sabre/dav/tests/Sabre/DAV/TestPlugin.php
710share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Tree/FilesystemTest.php 
711share/baikal/vendor/sabre/dav/tests/Sabre/DAV/TreeTest.php 682share/baikal/vendor/sabre/dav/tests/Sabre/DAV/TreeTest.php
712share/baikal/vendor/sabre/dav/tests/Sabre/DAV/URLUtilTest.php 
713share/baikal/vendor/sabre/dav/tests/Sabre/DAV/UUIDUtilTest.php 683share/baikal/vendor/sabre/dav/tests/Sabre/DAV/UUIDUtilTest.php
714share/baikal/vendor/sabre/dav/tests/Sabre/DAV/XMLUtilTest.php 684share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/PropTest.php
 685share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/ResponseTest.php
 686share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/HrefTest.php
 687share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/LastModifiedTest.php
 688share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/LockDiscoveryTest.php
 689share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/SupportedMethodSetTest.php
 690share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/SupportedReportSetTest.php
 691share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/PropFindTest.php
 692share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/PropPatchTest.php
 693share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/SyncCollectionTest.php
 694share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Xml/XmlTest.php
715share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php 695share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php
716share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/AllowAccessTest.php 696share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/AllowAccessTest.php
717share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/BlockAccessTest.php 697share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/BlockAccessTest.php
718share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/AceConflictTest.php 698share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/AceConflictTest.php
719share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php 699share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php
720share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NoAbstractTest.php 700share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NoAbstractTest.php
721share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php 701share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php
722share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php 702share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php
723share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/ExpandPropertiesTest.php 703share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/ExpandPropertiesTest.php
 704share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/CollectionTest.php
 705share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/FileTest.php
 706share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/HomeCollectionTest.php
724share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/MockACLNode.php 707share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/MockACLNode.php
725share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/MockPrincipal.php 708share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/MockPrincipal.php
726share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PluginAdminTest.php 709share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PluginAdminTest.php
727share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PluginPropertiesTest.php 710share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PluginPropertiesTest.php
728share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php 711share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php
729share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php 712share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php
730share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/Mock.php 713share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/Mock.php
731share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php 714share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php
732share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php 715share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php
733share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalCollectionTest.php 716share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalCollectionTest.php
734share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php 717share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php
735share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php 718share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php
736share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php 719share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php
737share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLRestrictionsTest.php 
738share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLTest.php 
739share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/CurrentUserPrivilegeSetTest.php 
740share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/PrincipalTest.php 
741share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/SupportedPrivilegeSetTest.php 
742share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/SimplePluginTest.php 720share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/SimplePluginTest.php
743share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/VersionTest.php 721share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/ACLTest.php
 722share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/AclRestrictionsTest.php
 723share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/CurrentUserPrivilegeSetTest.php
 724share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/PrincipalTest.php
 725share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/SupportedPrivilegeSetTest.php
744share/baikal/vendor/sabre/dav/tests/Sabre/DAVServerTest.php 726share/baikal/vendor/sabre/dav/tests/Sabre/DAVServerTest.php
745share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/AWSAuthTest.php 
746share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/BasicAuthTest.php 
747share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/DigestAuthTest.php 
748share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/RequestTest.php 
749share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/ResponseMock.php 727share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/ResponseMock.php
750share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/ResponseTest.php 728share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/SapiMock.php
751share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/UtilTest.php 
752share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/VersionTest.php 
753share/baikal/vendor/sabre/dav/tests/Sabre/TestUtil.php 729share/baikal/vendor/sabre/dav/tests/Sabre/TestUtil.php
754share/baikal/vendor/sabre/dav/tests/bootstrap.php 730share/baikal/vendor/sabre/dav/tests/bootstrap.php
755share/baikal/vendor/sabre/dav/tests/composer.vobject3.json 731share/baikal/vendor/sabre/dav/tests/phpcs/ruleset.xml
756share/baikal/vendor/sabre/dav/tests/phpunit.xml 732share/baikal/vendor/sabre/dav/tests/phpunit.xml
 733share/baikal/vendor/sabre/event/.gitignore
 734share/baikal/vendor/sabre/event/.travis.yml
 735share/baikal/vendor/sabre/event/CHANGELOG.md
 736share/baikal/vendor/sabre/event/LICENSE
 737share/baikal/vendor/sabre/event/README.md
 738share/baikal/vendor/sabre/event/bin/.empty
 739share/baikal/vendor/sabre/event/composer.json
 740share/baikal/vendor/sabre/event/examples/promise.php
 741share/baikal/vendor/sabre/event/examples/tail.php
 742share/baikal/vendor/sabre/event/lib/EventEmitter.php
 743share/baikal/vendor/sabre/event/lib/EventEmitterInterface.php
 744share/baikal/vendor/sabre/event/lib/EventEmitterTrait.php
 745share/baikal/vendor/sabre/event/lib/Loop/Loop.php
 746share/baikal/vendor/sabre/event/lib/Loop/functions.php
 747share/baikal/vendor/sabre/event/lib/Promise.php
 748share/baikal/vendor/sabre/event/lib/Promise/functions.php
 749share/baikal/vendor/sabre/event/lib/PromiseAlreadyResolvedException.php
 750share/baikal/vendor/sabre/event/lib/Version.php
 751share/baikal/vendor/sabre/event/lib/coroutine.php
 752share/baikal/vendor/sabre/event/phpunit.xml.dist
 753share/baikal/vendor/sabre/event/tests/ContinueCallbackTest.php
 754share/baikal/vendor/sabre/event/tests/CoroutineTest.php
 755share/baikal/vendor/sabre/event/tests/EventEmitterTest.php
 756share/baikal/vendor/sabre/event/tests/Loop/FunctionsTest.php
 757share/baikal/vendor/sabre/event/tests/Loop/LoopTest.php
 758share/baikal/vendor/sabre/event/tests/Promise/FunctionsTest.php
 759share/baikal/vendor/sabre/event/tests/Promise/PromiseTest.php
 760share/baikal/vendor/sabre/event/tests/PromiseTest.php
 761share/baikal/vendor/sabre/event/tests/benchmark/bench.php
 762share/baikal/vendor/sabre/http/.gitignore
 763share/baikal/vendor/sabre/http/.travis.yml
 764share/baikal/vendor/sabre/http/CHANGELOG.md
 765share/baikal/vendor/sabre/http/LICENSE
 766share/baikal/vendor/sabre/http/README.md
 767share/baikal/vendor/sabre/http/bin/.empty
 768share/baikal/vendor/sabre/http/composer.json
 769share/baikal/vendor/sabre/http/examples/asyncclient.php
 770share/baikal/vendor/sabre/http/examples/basicauth.php
 771share/baikal/vendor/sabre/http/examples/client.php
 772share/baikal/vendor/sabre/http/examples/digestauth.php
 773share/baikal/vendor/sabre/http/examples/reverseproxy.php
 774share/baikal/vendor/sabre/http/examples/stringify.php
 775share/baikal/vendor/sabre/http/lib/Auth/AWS.php
 776share/baikal/vendor/sabre/http/lib/Auth/AbstractAuth.php
 777share/baikal/vendor/sabre/http/lib/Auth/Basic.php
 778share/baikal/vendor/sabre/http/lib/Auth/Bearer.php
 779share/baikal/vendor/sabre/http/lib/Auth/Digest.php
 780share/baikal/vendor/sabre/http/lib/Client.php
 781share/baikal/vendor/sabre/http/lib/ClientException.php
 782share/baikal/vendor/sabre/http/lib/ClientHttpException.php
 783share/baikal/vendor/sabre/http/lib/HttpException.php
 784share/baikal/vendor/sabre/http/lib/Message.php
 785share/baikal/vendor/sabre/http/lib/MessageDecoratorTrait.php
 786share/baikal/vendor/sabre/http/lib/MessageInterface.php
 787share/baikal/vendor/sabre/http/lib/Request.php
 788share/baikal/vendor/sabre/http/lib/RequestDecorator.php
 789share/baikal/vendor/sabre/http/lib/RequestInterface.php
 790share/baikal/vendor/sabre/http/lib/Response.php
 791share/baikal/vendor/sabre/http/lib/ResponseDecorator.php
 792share/baikal/vendor/sabre/http/lib/ResponseInterface.php
 793share/baikal/vendor/sabre/http/lib/Sapi.php
 794share/baikal/vendor/sabre/http/lib/URLUtil.php
 795share/baikal/vendor/sabre/http/lib/Util.php
 796share/baikal/vendor/sabre/http/lib/Version.php
 797share/baikal/vendor/sabre/http/lib/functions.php
 798share/baikal/vendor/sabre/http/tests/HTTP/Auth/AWSTest.php
 799share/baikal/vendor/sabre/http/tests/HTTP/Auth/BasicTest.php
 800share/baikal/vendor/sabre/http/tests/HTTP/Auth/BearerTest.php
 801share/baikal/vendor/sabre/http/tests/HTTP/Auth/DigestTest.php
 802share/baikal/vendor/sabre/http/tests/HTTP/ClientTest.php
 803share/baikal/vendor/sabre/http/tests/HTTP/FunctionsTest.php
 804share/baikal/vendor/sabre/http/tests/HTTP/MessageDecoratorTest.php
 805share/baikal/vendor/sabre/http/tests/HTTP/MessageTest.php
 806share/baikal/vendor/sabre/http/tests/HTTP/RequestDecoratorTest.php
 807share/baikal/vendor/sabre/http/tests/HTTP/RequestTest.php
 808share/baikal/vendor/sabre/http/tests/HTTP/ResponseDecoratorTest.php
 809share/baikal/vendor/sabre/http/tests/HTTP/ResponseTest.php
 810share/baikal/vendor/sabre/http/tests/HTTP/SapiTest.php
 811share/baikal/vendor/sabre/http/tests/HTTP/URLUtilTest.php
 812share/baikal/vendor/sabre/http/tests/HTTP/UtilTest.php
 813share/baikal/vendor/sabre/http/tests/bootstrap.php
 814share/baikal/vendor/sabre/http/tests/phpcs/ruleset.xml
 815share/baikal/vendor/sabre/http/tests/phpunit.xml
 816share/baikal/vendor/sabre/uri/.gitignore
 817share/baikal/vendor/sabre/uri/.travis.yml
 818share/baikal/vendor/sabre/uri/CHANGELOG.md
 819share/baikal/vendor/sabre/uri/LICENSE
 820share/baikal/vendor/sabre/uri/README.md
 821share/baikal/vendor/sabre/uri/composer.json
 822share/baikal/vendor/sabre/uri/lib/Version.php
 823share/baikal/vendor/sabre/uri/lib/functions.php
 824share/baikal/vendor/sabre/uri/tests/BuildTest.php
 825share/baikal/vendor/sabre/uri/tests/NormalizeTest.php
 826share/baikal/vendor/sabre/uri/tests/ResolveTest.php
 827share/baikal/vendor/sabre/uri/tests/SplitTest.php
 828share/baikal/vendor/sabre/uri/tests/phpcs/ruleset.xml
 829share/baikal/vendor/sabre/uri/tests/phpunit.xml.dist
757share/baikal/vendor/sabre/vobject/.gitignore 830share/baikal/vendor/sabre/vobject/.gitignore
758share/baikal/vendor/sabre/vobject/.travis.yml 831share/baikal/vendor/sabre/vobject/.travis.yml
759share/baikal/vendor/sabre/vobject/ChangeLog 832share/baikal/vendor/sabre/vobject/CHANGELOG.md
760share/baikal/vendor/sabre/vobject/LICENSE 833share/baikal/vendor/sabre/vobject/LICENSE
761share/baikal/vendor/sabre/vobject/README.md 834share/baikal/vendor/sabre/vobject/README.md
762share/baikal/vendor/sabre/vobject/bin/bench.php 835share/baikal/vendor/sabre/vobject/bin/bench.php
 836share/baikal/vendor/sabre/vobject/bin/bench_freebusygenerator.php
 837share/baikal/vendor/sabre/vobject/bin/bench_manipulatevcard.php
 838share/baikal/vendor/sabre/vobject/bin/fetch_windows_zones.php
 839share/baikal/vendor/sabre/vobject/bin/generate_vcards
763share/baikal/vendor/sabre/vobject/bin/generateicalendardata.php 840share/baikal/vendor/sabre/vobject/bin/generateicalendardata.php
764share/baikal/vendor/sabre/vobject/bin/vobjectvalidate.php 841share/baikal/vendor/sabre/vobject/bin/mergeduplicates.php
 842share/baikal/vendor/sabre/vobject/bin/rrulebench.php
 843share/baikal/vendor/sabre/vobject/bin/vobject
765share/baikal/vendor/sabre/vobject/composer.json 844share/baikal/vendor/sabre/vobject/composer.json
766share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component.php 845share/baikal/vendor/sabre/vobject/lib/BirthdayCalendarGenerator.php
767share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VAlarm.php 846share/baikal/vendor/sabre/vobject/lib/Cli.php
768share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCalendar.php 847share/baikal/vendor/sabre/vobject/lib/Component.php
769share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCard.php 848share/baikal/vendor/sabre/vobject/lib/Component/Available.php
770share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VEvent.php 849share/baikal/vendor/sabre/vobject/lib/Component/VAlarm.php
771share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VFreeBusy.php 850share/baikal/vendor/sabre/vobject/lib/Component/VAvailability.php
772share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VJournal.php 851share/baikal/vendor/sabre/vobject/lib/Component/VCalendar.php
773share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VTodo.php 852share/baikal/vendor/sabre/vobject/lib/Component/VCard.php
774share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/DateTimeParser.php 853share/baikal/vendor/sabre/vobject/lib/Component/VEvent.php
775share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Document.php 854share/baikal/vendor/sabre/vobject/lib/Component/VFreeBusy.php
776share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/ElementList.php 855share/baikal/vendor/sabre/vobject/lib/Component/VJournal.php
777share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/FreeBusyGenerator.php 856share/baikal/vendor/sabre/vobject/lib/Component/VTimeZone.php
778share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Node.php 857share/baikal/vendor/sabre/vobject/lib/Component/VTodo.php
779share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Parameter.php 858share/baikal/vendor/sabre/vobject/lib/DateTimeParser.php
780share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/ParseException.php 859share/baikal/vendor/sabre/vobject/lib/Document.php
781share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property.php 860share/baikal/vendor/sabre/vobject/lib/ElementList.php
782share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property/Compound.php 861share/baikal/vendor/sabre/vobject/lib/EofException.php
783share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property/DateTime.php 862share/baikal/vendor/sabre/vobject/lib/FreeBusyData.php
784share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property/MultiDateTime.php 863share/baikal/vendor/sabre/vobject/lib/FreeBusyGenerator.php
785share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Reader.php 864share/baikal/vendor/sabre/vobject/lib/ITip/Broker.php
786share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/RecurrenceIterator.php 865share/baikal/vendor/sabre/vobject/lib/ITip/ITipException.php
787share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/ICalendar.php 866share/baikal/vendor/sabre/vobject/lib/ITip/Message.php
788share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/SplitterInterface.php 867share/baikal/vendor/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
789share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/VCard.php 868share/baikal/vendor/sabre/vobject/lib/InvalidDataException.php
790share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/StringUtil.php 869share/baikal/vendor/sabre/vobject/lib/Node.php
791share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php 870share/baikal/vendor/sabre/vobject/lib/Parameter.php
792share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Version.php 871share/baikal/vendor/sabre/vobject/lib/ParseException.php
793share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/includes.php 872share/baikal/vendor/sabre/vobject/lib/Parser/Json.php
794share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VAlarmTest.php 873share/baikal/vendor/sabre/vobject/lib/Parser/MimeDir.php
795share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCalendarTest.php 874share/baikal/vendor/sabre/vobject/lib/Parser/Parser.php
796share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCardTest.php 875share/baikal/vendor/sabre/vobject/lib/Parser/XML.php
797share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VEventTest.php 876share/baikal/vendor/sabre/vobject/lib/Parser/XML/Element/KeyValue.php
798share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VFreeBusyTest.php 877share/baikal/vendor/sabre/vobject/lib/Property.php
799share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VJournalTest.php 878share/baikal/vendor/sabre/vobject/lib/Property/Binary.php
800share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VTodoTest.php 879share/baikal/vendor/sabre/vobject/lib/Property/Boolean.php
801share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/ComponentTest.php 880share/baikal/vendor/sabre/vobject/lib/Property/FlatText.php
802share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/DateTimeParserTest.php 881share/baikal/vendor/sabre/vobject/lib/Property/FloatValue.php
803share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/DocumentTest.php 882share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/CalAddress.php
804share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/ElementListTest.php 883share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/Date.php
805share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/EmClientTest.php 884share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/DateTime.php
806share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/FreeBusyGeneratorTest.php 885share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/Duration.php
807share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue153Test.php 886share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/Period.php
808share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue154Test.php 887share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/Recur.php
809share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue48Test.php 888share/baikal/vendor/sabre/vobject/lib/Property/IntegerValue.php
810share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue50Test.php 889share/baikal/vendor/sabre/vobject/lib/Property/Text.php
811share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/ParameterTest.php 890share/baikal/vendor/sabre/vobject/lib/Property/Time.php
812share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Property/CompoundTest.php 891share/baikal/vendor/sabre/vobject/lib/Property/Unknown.php
813share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Property/DateTimeTest.php 892share/baikal/vendor/sabre/vobject/lib/Property/Uri.php
814share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Property/MultiDateTimeTest.php 893share/baikal/vendor/sabre/vobject/lib/Property/UtcOffset.php
815share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/PropertyTest.php 894share/baikal/vendor/sabre/vobject/lib/Property/VCard/Date.php
816share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/ReaderTest.php 895share/baikal/vendor/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
817share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php 896share/baikal/vendor/sabre/vobject/lib/Property/VCard/DateTime.php
818share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorIncorrectExpandTest.php 897share/baikal/vendor/sabre/vobject/lib/Property/VCard/LanguageTag.php
819share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php 898share/baikal/vendor/sabre/vobject/lib/Property/VCard/TimeStamp.php
820share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMinusOneProblemTest.php 899share/baikal/vendor/sabre/vobject/lib/Reader.php
821share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMissingOverriddenTest.php 900share/baikal/vendor/sabre/vobject/lib/Recur/EventIterator.php
822share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php 901share/baikal/vendor/sabre/vobject/lib/Recur/MaxInstancesExceededException.php
823share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/SlashRTest.php 902share/baikal/vendor/sabre/vobject/lib/Recur/NoInstancesException.php
824share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/ICalendarTest.php 903share/baikal/vendor/sabre/vobject/lib/Recur/RDateIterator.php
825share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/VCardTest.php 904share/baikal/vendor/sabre/vobject/lib/Recur/RRuleIterator.php
826share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/StringUtilTest.php 905share/baikal/vendor/sabre/vobject/lib/Settings.php
827share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php 906share/baikal/vendor/sabre/vobject/lib/Splitter/ICalendar.php
828share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/VersionTest.php 907share/baikal/vendor/sabre/vobject/lib/Splitter/SplitterInterface.php
829share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/issue153.vcf 908share/baikal/vendor/sabre/vobject/lib/Splitter/VCard.php
 909share/baikal/vendor/sabre/vobject/lib/StringUtil.php
 910share/baikal/vendor/sabre/vobject/lib/TimeZoneUtil.php
 911share/baikal/vendor/sabre/vobject/lib/UUIDUtil.php
 912share/baikal/vendor/sabre/vobject/lib/VCardConverter.php
 913share/baikal/vendor/sabre/vobject/lib/Version.php
 914share/baikal/vendor/sabre/vobject/lib/Writer.php
 915share/baikal/vendor/sabre/vobject/lib/timezonedata/exchangezones.php
 916share/baikal/vendor/sabre/vobject/lib/timezonedata/lotuszones.php
 917share/baikal/vendor/sabre/vobject/lib/timezonedata/php-bc.php
 918share/baikal/vendor/sabre/vobject/lib/timezonedata/php-workaround.php
 919share/baikal/vendor/sabre/vobject/lib/timezonedata/windowszones.php
 920share/baikal/vendor/sabre/vobject/resources/schema/xcal.rng
 921share/baikal/vendor/sabre/vobject/resources/schema/xcard.rng
 922share/baikal/vendor/sabre/vobject/tests/VObject/AttachIssueTest.php
 923share/baikal/vendor/sabre/vobject/tests/VObject/BirthdayCalendarGeneratorTest.php
 924share/baikal/vendor/sabre/vobject/tests/VObject/CliTest.php
 925share/baikal/vendor/sabre/vobject/tests/VObject/Component/AvailableTest.php
 926share/baikal/vendor/sabre/vobject/tests/VObject/Component/VAlarmTest.php
 927share/baikal/vendor/sabre/vobject/tests/VObject/Component/VAvailabilityTest.php
 928share/baikal/vendor/sabre/vobject/tests/VObject/Component/VCalendarTest.php
 929share/baikal/vendor/sabre/vobject/tests/VObject/Component/VCardTest.php
 930share/baikal/vendor/sabre/vobject/tests/VObject/Component/VEventTest.php
 931share/baikal/vendor/sabre/vobject/tests/VObject/Component/VFreeBusyTest.php
 932share/baikal/vendor/sabre/vobject/tests/VObject/Component/VJournalTest.php
 933share/baikal/vendor/sabre/vobject/tests/VObject/Component/VTimeZoneTest.php
 934share/baikal/vendor/sabre/vobject/tests/VObject/Component/VTodoTest.php
 935share/baikal/vendor/sabre/vobject/tests/VObject/ComponentTest.php
 936share/baikal/vendor/sabre/vobject/tests/VObject/DateTimeParserTest.php
 937share/baikal/vendor/sabre/vobject/tests/VObject/DocumentTest.php
 938share/baikal/vendor/sabre/vobject/tests/VObject/ElementListTest.php
 939share/baikal/vendor/sabre/vobject/tests/VObject/EmClientTest.php
 940share/baikal/vendor/sabre/vobject/tests/VObject/EmptyParameterTest.php
 941share/baikal/vendor/sabre/vobject/tests/VObject/EmptyValueIssueTest.php
 942share/baikal/vendor/sabre/vobject/tests/VObject/FreeBusyDataTest.php
 943share/baikal/vendor/sabre/vobject/tests/VObject/FreeBusyGeneratorTest.php
 944share/baikal/vendor/sabre/vobject/tests/VObject/GoogleColonEscapingTest.php
 945share/baikal/vendor/sabre/vobject/tests/VObject/ICalendar/AttachParseTest.php
 946share/baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerAttendeeReplyTest.php
 947share/baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerDeleteEventTest.php
 948share/baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerNewEventTest.php
 949share/baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerProcessMessageTest.php
 950share/baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerProcessReplyTest.php
 951share/baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerTester.php
 952share/baikal/vendor/sabre/vobject/tests/VObject/ITip/BrokerUpdateEventTest.php
 953share/baikal/vendor/sabre/vobject/tests/VObject/ITip/EvolutionTest.php
 954share/baikal/vendor/sabre/vobject/tests/VObject/ITip/MessageTest.php
 955share/baikal/vendor/sabre/vobject/tests/VObject/Issue153Test.php
 956share/baikal/vendor/sabre/vobject/tests/VObject/Issue259Test.php
 957share/baikal/vendor/sabre/vobject/tests/VObject/Issue36WorkAroundTest.php
 958share/baikal/vendor/sabre/vobject/tests/VObject/Issue40Test.php
 959share/baikal/vendor/sabre/vobject/tests/VObject/Issue64Test.php
 960share/baikal/vendor/sabre/vobject/tests/VObject/Issue96Test.php
 961share/baikal/vendor/sabre/vobject/tests/VObject/IssueUndefinedIndexTest.php
 962share/baikal/vendor/sabre/vobject/tests/VObject/JCalTest.php
 963share/baikal/vendor/sabre/vobject/tests/VObject/JCardTest.php
 964share/baikal/vendor/sabre/vobject/tests/VObject/LineFoldingIssueTest.php
 965share/baikal/vendor/sabre/vobject/tests/VObject/ParameterTest.php
 966share/baikal/vendor/sabre/vobject/tests/VObject/Parser/JsonTest.php
 967share/baikal/vendor/sabre/vobject/tests/VObject/Parser/MimeDirTest.php
 968share/baikal/vendor/sabre/vobject/tests/VObject/Parser/QuotedPrintableTest.php
 969share/baikal/vendor/sabre/vobject/tests/VObject/Parser/XmlTest.php
 970share/baikal/vendor/sabre/vobject/tests/VObject/Property/BinaryTest.php
 971share/baikal/vendor/sabre/vobject/tests/VObject/Property/BooleanTest.php
 972share/baikal/vendor/sabre/vobject/tests/VObject/Property/CompoundTest.php
 973share/baikal/vendor/sabre/vobject/tests/VObject/Property/FloatTest.php
 974share/baikal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/CalAddressTest.php
 975share/baikal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/DateTimeTest.php
 976share/baikal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/DurationTest.php
 977share/baikal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/RecurTest.php
 978share/baikal/vendor/sabre/vobject/tests/VObject/Property/TextTest.php
 979share/baikal/vendor/sabre/vobject/tests/VObject/Property/UriTest.php
 980share/baikal/vendor/sabre/vobject/tests/VObject/Property/VCard/DateAndOrTimeTest.php
 981share/baikal/vendor/sabre/vobject/tests/VObject/Property/VCard/LanguageTagTest.php
 982share/baikal/vendor/sabre/vobject/tests/VObject/PropertyTest.php
 983share/baikal/vendor/sabre/vobject/tests/VObject/ReaderTest.php
 984share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ByMonthInDailyTest.php
 985share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/BySetPosHangTest.php
 986share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ExpandFloatingTimesTest.php
 987share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/FifthTuesdayProblemTest.php
 988share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/HandleRDateExpandTest.php
 989share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/IncorrectExpandTest.php
 990share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/InfiniteLoopProblemTest.php
 991share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/Issue26Test.php
 992share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/Issue48Test.php
 993share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/Issue50Test.php
 994share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/MainTest.php
 995share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/MaxInstancesTest.php
 996share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/MissingOverriddenTest.php
 997share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/NoInstancesTest.php
 998share/baikal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/OverrideFirstEventTest.php
 999share/baikal/vendor/sabre/vobject/tests/VObject/Recur/RDateIteratorTest.php
 1000share/baikal/vendor/sabre/vobject/tests/VObject/Recur/RRuleIteratorTest.php
 1001share/baikal/vendor/sabre/vobject/tests/VObject/RecurrenceIterator/UntilRespectsTimezoneTest.ics
 1002share/baikal/vendor/sabre/vobject/tests/VObject/SlashRTest.php
 1003share/baikal/vendor/sabre/vobject/tests/VObject/Splitter/ICalendarTest.php
 1004share/baikal/vendor/sabre/vobject/tests/VObject/Splitter/VCardTest.php
 1005share/baikal/vendor/sabre/vobject/tests/VObject/StringUtilTest.php
 1006share/baikal/vendor/sabre/vobject/tests/VObject/TestCase.php
 1007share/baikal/vendor/sabre/vobject/tests/VObject/TimeZoneUtilTest.php
 1008share/baikal/vendor/sabre/vobject/tests/VObject/UUIDUtilTest.php
 1009share/baikal/vendor/sabre/vobject/tests/VObject/VCard21Test.php
 1010share/baikal/vendor/sabre/vobject/tests/VObject/VCardConverterTest.php
 1011share/baikal/vendor/sabre/vobject/tests/VObject/VersionTest.php
 1012share/baikal/vendor/sabre/vobject/tests/VObject/WriterTest.php
 1013share/baikal/vendor/sabre/vobject/tests/VObject/issue153.vcf
 1014share/baikal/vendor/sabre/vobject/tests/VObject/issue64.vcf
830share/baikal/vendor/sabre/vobject/tests/bootstrap.php 1015share/baikal/vendor/sabre/vobject/tests/bootstrap.php
 1016share/baikal/vendor/sabre/vobject/tests/phpcs/ruleset.xml
831share/baikal/vendor/sabre/vobject/tests/phpunit.xml 1017share/baikal/vendor/sabre/vobject/tests/phpunit.xml
 1018share/baikal/vendor/sabre/xml/.gitignore
 1019share/baikal/vendor/sabre/xml/.travis.yml
 1020share/baikal/vendor/sabre/xml/CHANGELOG.md
 1021share/baikal/vendor/sabre/xml/LICENSE
 1022share/baikal/vendor/sabre/xml/README.md
 1023share/baikal/vendor/sabre/xml/bin/.empty
 1024share/baikal/vendor/sabre/xml/composer.json
 1025share/baikal/vendor/sabre/xml/lib/ContextStackTrait.php
 1026share/baikal/vendor/sabre/xml/lib/Deserializer/functions.php
 1027share/baikal/vendor/sabre/xml/lib/Element.php
 1028share/baikal/vendor/sabre/xml/lib/Element/Base.php
 1029share/baikal/vendor/sabre/xml/lib/Element/Cdata.php
 1030share/baikal/vendor/sabre/xml/lib/Element/Elements.php
 1031share/baikal/vendor/sabre/xml/lib/Element/KeyValue.php
 1032share/baikal/vendor/sabre/xml/lib/Element/Uri.php
 1033share/baikal/vendor/sabre/xml/lib/Element/XmlFragment.php
 1034share/baikal/vendor/sabre/xml/lib/LibXMLException.php
 1035share/baikal/vendor/sabre/xml/lib/ParseException.php
 1036share/baikal/vendor/sabre/xml/lib/Reader.php
 1037share/baikal/vendor/sabre/xml/lib/Serializer/functions.php
 1038share/baikal/vendor/sabre/xml/lib/Service.php
 1039share/baikal/vendor/sabre/xml/lib/Version.php
 1040share/baikal/vendor/sabre/xml/lib/Writer.php
 1041share/baikal/vendor/sabre/xml/lib/XmlDeserializable.php
 1042share/baikal/vendor/sabre/xml/lib/XmlSerializable.php
 1043share/baikal/vendor/sabre/xml/tests/Sabre/Xml/ContextStackTest.php
 1044share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/EnumTest.php
 1045share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/KeyValueTest.php
 1046share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/RepeatingElementsTest.php
 1047share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/ValueObjectTest.php
 1048share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/CDataTest.php
 1049share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/Eater.php
 1050share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/ElementsTest.php
 1051share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/KeyValueTest.php
 1052share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/Mock.php
 1053share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/UriTest.php
 1054share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Element/XmlFragmentTest.php
 1055share/baikal/vendor/sabre/xml/tests/Sabre/Xml/InfiteLoopTest.php
 1056share/baikal/vendor/sabre/xml/tests/Sabre/Xml/ReaderTest.php
 1057share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Serializer/EnumTest.php
 1058share/baikal/vendor/sabre/xml/tests/Sabre/Xml/Serializer/RepeatingElementsTest.php
 1059share/baikal/vendor/sabre/xml/tests/Sabre/Xml/ServiceTest.php
 1060share/baikal/vendor/sabre/xml/tests/Sabre/Xml/WriterTest.php
 1061share/baikal/vendor/sabre/xml/tests/bootstrap.php
 1062share/baikal/vendor/sabre/xml/tests/phpcs/ruleset.xml
 1063share/baikal/vendor/sabre/xml/tests/phpunit.xml.dist
 1064share/baikal/vendor/twig/twig/.travis.yml
 1065share/baikal/vendor/twig/twig/AUTHORS
 1066share/baikal/vendor/twig/twig/CHANGELOG
 1067share/baikal/vendor/twig/twig/LICENSE
 1068share/baikal/vendor/twig/twig/README.markdown
 1069share/baikal/vendor/twig/twig/bin/create_pear_package.php
 1070share/baikal/vendor/twig/twig/composer.json
 1071share/baikal/vendor/twig/twig/doc/advanced.rst
 1072share/baikal/vendor/twig/twig/doc/api.rst
 1073share/baikal/vendor/twig/twig/doc/coding_standards.rst
 1074share/baikal/vendor/twig/twig/doc/filters/abs.rst
 1075share/baikal/vendor/twig/twig/doc/filters/capitalize.rst
 1076share/baikal/vendor/twig/twig/doc/filters/convert_encoding.rst
 1077share/baikal/vendor/twig/twig/doc/filters/date.rst
 1078share/baikal/vendor/twig/twig/doc/filters/default.rst
 1079share/baikal/vendor/twig/twig/doc/filters/escape.rst
 1080share/baikal/vendor/twig/twig/doc/filters/format.rst
 1081share/baikal/vendor/twig/twig/doc/filters/index.rst
 1082share/baikal/vendor/twig/twig/doc/filters/join.rst
 1083share/baikal/vendor/twig/twig/doc/filters/json_encode.rst
 1084share/baikal/vendor/twig/twig/doc/filters/keys.rst
 1085share/baikal/vendor/twig/twig/doc/filters/length.rst
 1086share/baikal/vendor/twig/twig/doc/filters/lower.rst
 1087share/baikal/vendor/twig/twig/doc/filters/merge.rst
 1088share/baikal/vendor/twig/twig/doc/filters/nl2br.rst
 1089share/baikal/vendor/twig/twig/doc/filters/number_format.rst
 1090share/baikal/vendor/twig/twig/doc/filters/raw.rst
 1091share/baikal/vendor/twig/twig/doc/filters/replace.rst
 1092share/baikal/vendor/twig/twig/doc/filters/reverse.rst
 1093share/baikal/vendor/twig/twig/doc/filters/slice.rst
 1094share/baikal/vendor/twig/twig/doc/filters/sort.rst
 1095share/baikal/vendor/twig/twig/doc/filters/striptags.rst
 1096share/baikal/vendor/twig/twig/doc/filters/title.rst
 1097share/baikal/vendor/twig/twig/doc/filters/trim.rst
 1098share/baikal/vendor/twig/twig/doc/filters/upper.rst
 1099share/baikal/vendor/twig/twig/doc/filters/url_encode.rst
 1100share/baikal/vendor/twig/twig/doc/functions/attribute.rst
 1101share/baikal/vendor/twig/twig/doc/functions/block.rst
 1102share/baikal/vendor/twig/twig/doc/functions/constant.rst
 1103share/baikal/vendor/twig/twig/doc/functions/cycle.rst
 1104share/baikal/vendor/twig/twig/doc/functions/date.rst
 1105share/baikal/vendor/twig/twig/doc/functions/dump.rst
 1106share/baikal/vendor/twig/twig/doc/functions/index.rst
 1107share/baikal/vendor/twig/twig/doc/functions/parent.rst
 1108share/baikal/vendor/twig/twig/doc/functions/random.rst
 1109share/baikal/vendor/twig/twig/doc/functions/range.rst
 1110share/baikal/vendor/twig/twig/doc/index.rst
 1111share/baikal/vendor/twig/twig/doc/internals.rst
 1112share/baikal/vendor/twig/twig/doc/intro.rst
 1113share/baikal/vendor/twig/twig/doc/recipes.rst
 1114share/baikal/vendor/twig/twig/doc/tags/autoescape.rst
 1115share/baikal/vendor/twig/twig/doc/tags/block.rst
 1116share/baikal/vendor/twig/twig/doc/tags/do.rst
 1117share/baikal/vendor/twig/twig/doc/tags/embed.rst
 1118share/baikal/vendor/twig/twig/doc/tags/extends.rst
 1119share/baikal/vendor/twig/twig/doc/tags/filter.rst
 1120share/baikal/vendor/twig/twig/doc/tags/flush.rst
 1121share/baikal/vendor/twig/twig/doc/tags/for.rst
 1122share/baikal/vendor/twig/twig/doc/tags/from.rst
 1123share/baikal/vendor/twig/twig/doc/tags/if.rst
 1124share/baikal/vendor/twig/twig/doc/tags/import.rst
 1125share/baikal/vendor/twig/twig/doc/tags/include.rst
 1126share/baikal/vendor/twig/twig/doc/tags/index.rst
 1127share/baikal/vendor/twig/twig/doc/tags/macro.rst
 1128share/baikal/vendor/twig/twig/doc/tags/raw.rst
 1129share/baikal/vendor/twig/twig/doc/tags/sandbox.rst
 1130share/baikal/vendor/twig/twig/doc/tags/set.rst
 1131share/baikal/vendor/twig/twig/doc/tags/spaceless.rst
 1132share/baikal/vendor/twig/twig/doc/tags/use.rst
 1133share/baikal/vendor/twig/twig/doc/templates.rst
 1134share/baikal/vendor/twig/twig/doc/tests/constant.rst
 1135share/baikal/vendor/twig/twig/doc/tests/defined.rst
 1136share/baikal/vendor/twig/twig/doc/tests/divisibleby.rst
 1137share/baikal/vendor/twig/twig/doc/tests/empty.rst
 1138share/baikal/vendor/twig/twig/doc/tests/even.rst
 1139share/baikal/vendor/twig/twig/doc/tests/index.rst
 1140share/baikal/vendor/twig/twig/doc/tests/iterable.rst
 1141share/baikal/vendor/twig/twig/doc/tests/null.rst
 1142share/baikal/vendor/twig/twig/doc/tests/odd.rst
 1143share/baikal/vendor/twig/twig/doc/tests/sameas.rst
 1144share/baikal/vendor/twig/twig/ext/twig/.gitignore
 1145share/baikal/vendor/twig/twig/ext/twig/LICENSE
 1146share/baikal/vendor/twig/twig/ext/twig/config.m4
 1147share/baikal/vendor/twig/twig/ext/twig/config.w32
 1148share/baikal/vendor/twig/twig/ext/twig/php_twig.h
 1149share/baikal/vendor/twig/twig/ext/twig/twig.c
 1150share/baikal/vendor/twig/twig/lib/Twig/Autoloader.php
 1151share/baikal/vendor/twig/twig/lib/Twig/Compiler.php
 1152share/baikal/vendor/twig/twig/lib/Twig/CompilerInterface.php
 1153share/baikal/vendor/twig/twig/lib/Twig/Environment.php
 1154share/baikal/vendor/twig/twig/lib/Twig/Error.php
 1155share/baikal/vendor/twig/twig/lib/Twig/Error/Loader.php
 1156share/baikal/vendor/twig/twig/lib/Twig/Error/Runtime.php
 1157share/baikal/vendor/twig/twig/lib/Twig/Error/Syntax.php
 1158share/baikal/vendor/twig/twig/lib/Twig/ExpressionParser.php
 1159share/baikal/vendor/twig/twig/lib/Twig/Extension.php
 1160share/baikal/vendor/twig/twig/lib/Twig/Extension/Core.php
 1161share/baikal/vendor/twig/twig/lib/Twig/Extension/Debug.php
 1162share/baikal/vendor/twig/twig/lib/Twig/Extension/Escaper.php
 1163share/baikal/vendor/twig/twig/lib/Twig/Extension/Optimizer.php
 1164share/baikal/vendor/twig/twig/lib/Twig/Extension/Sandbox.php
 1165share/baikal/vendor/twig/twig/lib/Twig/ExtensionInterface.php
 1166share/baikal/vendor/twig/twig/lib/Twig/Filter.php
 1167share/baikal/vendor/twig/twig/lib/Twig/Filter/Function.php
 1168share/baikal/vendor/twig/twig/lib/Twig/Filter/Method.php
 1169share/baikal/vendor/twig/twig/lib/Twig/Filter/Node.php
 1170share/baikal/vendor/twig/twig/lib/Twig/FilterInterface.php
 1171share/baikal/vendor/twig/twig/lib/Twig/Function.php
 1172share/baikal/vendor/twig/twig/lib/Twig/Function/Function.php
 1173share/baikal/vendor/twig/twig/lib/Twig/Function/Method.php
 1174share/baikal/vendor/twig/twig/lib/Twig/Function/Node.php
 1175share/baikal/vendor/twig/twig/lib/Twig/FunctionInterface.php
 1176share/baikal/vendor/twig/twig/lib/Twig/Lexer.php
 1177share/baikal/vendor/twig/twig/lib/Twig/LexerInterface.php
 1178share/baikal/vendor/twig/twig/lib/Twig/Loader/Array.php
 1179share/baikal/vendor/twig/twig/lib/Twig/Loader/Chain.php
 1180share/baikal/vendor/twig/twig/lib/Twig/Loader/Filesystem.php
 1181share/baikal/vendor/twig/twig/lib/Twig/Loader/String.php
 1182share/baikal/vendor/twig/twig/lib/Twig/LoaderInterface.php
 1183share/baikal/vendor/twig/twig/lib/Twig/Markup.php
 1184share/baikal/vendor/twig/twig/lib/Twig/Node.php
 1185share/baikal/vendor/twig/twig/lib/Twig/Node/AutoEscape.php
 1186share/baikal/vendor/twig/twig/lib/Twig/Node/Block.php
 1187share/baikal/vendor/twig/twig/lib/Twig/Node/BlockReference.php
 1188share/baikal/vendor/twig/twig/lib/Twig/Node/Body.php
 1189share/baikal/vendor/twig/twig/lib/Twig/Node/Do.php
 1190share/baikal/vendor/twig/twig/lib/Twig/Node/Embed.php
 1191share/baikal/vendor/twig/twig/lib/Twig/Node/Expression.php
 1192share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Array.php
 1193share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php
 1194share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php
 1195share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php
 1196share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php
 1197share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php
 1198share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php
 1199share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php
 1200share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php
 1201share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php
 1202share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php
 1203share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php
 1204share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php
 1205share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php
 1206share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php
 1207share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php
 1208share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php
 1209share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php
 1210share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php
 1211share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php
 1212share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php
 1213share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php
 1214share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php
 1215share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php
 1216share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php
 1217share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php
 1218share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php
 1219share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php
 1220share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php
 1221share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php
 1222share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php
 1223share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Function.php
 1224share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php
 1225share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php
 1226share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Name.php
 1227share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php
 1228share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php
 1229share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test.php
 1230share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php
 1231share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php
 1232share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php
 1233share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php
 1234share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php
 1235share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php
 1236share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php
 1237share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php
 1238share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php
 1239share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php
 1240share/baikal/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php
 1241share/baikal/vendor/twig/twig/lib/Twig/Node/Flush.php
 1242share/baikal/vendor/twig/twig/lib/Twig/Node/For.php
 1243share/baikal/vendor/twig/twig/lib/Twig/Node/ForLoop.php
 1244share/baikal/vendor/twig/twig/lib/Twig/Node/If.php
 1245share/baikal/vendor/twig/twig/lib/Twig/Node/Import.php
 1246share/baikal/vendor/twig/twig/lib/Twig/Node/Include.php
 1247share/baikal/vendor/twig/twig/lib/Twig/Node/Macro.php
 1248share/baikal/vendor/twig/twig/lib/Twig/Node/Module.php
 1249share/baikal/vendor/twig/twig/lib/Twig/Node/Print.php
 1250share/baikal/vendor/twig/twig/lib/Twig/Node/Sandbox.php
 1251share/baikal/vendor/twig/twig/lib/Twig/Node/SandboxedModule.php
 1252share/baikal/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php
 1253share/baikal/vendor/twig/twig/lib/Twig/Node/Set.php
 1254share/baikal/vendor/twig/twig/lib/Twig/Node/SetTemp.php
 1255share/baikal/vendor/twig/twig/lib/Twig/Node/Spaceless.php
 1256share/baikal/vendor/twig/twig/lib/Twig/Node/Text.php
 1257share/baikal/vendor/twig/twig/lib/Twig/NodeInterface.php
 1258share/baikal/vendor/twig/twig/lib/Twig/NodeOutputInterface.php
 1259share/baikal/vendor/twig/twig/lib/Twig/NodeTraverser.php
 1260share/baikal/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php
 1261share/baikal/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php
 1262share/baikal/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php
 1263share/baikal/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php
 1264share/baikal/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php
 1265share/baikal/vendor/twig/twig/lib/Twig/Parser.php
 1266share/baikal/vendor/twig/twig/lib/Twig/ParserInterface.php
 1267share/baikal/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php
 1268share/baikal/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php
 1269share/baikal/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php
 1270share/baikal/vendor/twig/twig/lib/Twig/Template.php
 1271share/baikal/vendor/twig/twig/lib/Twig/TemplateInterface.php
 1272share/baikal/vendor/twig/twig/lib/Twig/Test/Function.php
 1273share/baikal/vendor/twig/twig/lib/Twig/Test/Method.php
 1274share/baikal/vendor/twig/twig/lib/Twig/Test/Node.php
 1275share/baikal/vendor/twig/twig/lib/Twig/TestInterface.php
 1276share/baikal/vendor/twig/twig/lib/Twig/Token.php
 1277share/baikal/vendor/twig/twig/lib/Twig/TokenParser.php
 1278share/baikal/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php
 1279share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Block.php
 1280share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Do.php
 1281share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Embed.php
 1282share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Extends.php
 1283share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Filter.php
 1284share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Flush.php
 1285share/baikal/vendor/twig/twig/lib/Twig/TokenParser/For.php
 1286share/baikal/vendor/twig/twig/lib/Twig/TokenParser/From.php
 1287share/baikal/vendor/twig/twig/lib/Twig/TokenParser/If.php
 1288share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Import.php
 1289share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Include.php
 1290share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Macro.php
 1291share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php
 1292share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Set.php
 1293share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php
 1294share/baikal/vendor/twig/twig/lib/Twig/TokenParser/Use.php
 1295share/baikal/vendor/twig/twig/lib/Twig/TokenParserBroker.php
 1296share/baikal/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php
 1297share/baikal/vendor/twig/twig/lib/Twig/TokenParserInterface.php
 1298share/baikal/vendor/twig/twig/lib/Twig/TokenStream.php
 1299share/baikal/vendor/twig/twig/package.xml.tpl
 1300share/baikal/vendor/twig/twig/phpunit.xml.dist
 1301share/baikal/vendor/twig/twig/test/Twig/Tests/AutoloaderTest.php
 1302share/baikal/vendor/twig/twig/test/Twig/Tests/CompilerTest.php
 1303share/baikal/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php
 1304share/baikal/vendor/twig/twig/test/Twig/Tests/ErrorTest.php
 1305share/baikal/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php
 1306share/baikal/vendor/twig/twig/test/Twig/Tests/Extension/CoreTest.php
 1307share/baikal/vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php
 1308share/baikal/vendor/twig/twig/test/Twig/Tests/FileCachingTest.php
 1309share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/unclosed_tag.test
 1310share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/array.test
 1311share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/array_call.test
 1312share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/binary.test
 1313share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/bitwise.test
 1314share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/comparison.test
 1315share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/dotdot.test
 1316share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/grouping.test
 1317share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/literals.test
 1318share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/magic_call.test
 1319share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/method_call.test
 1320share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/postfix.test
 1321share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/strings.test
 1322share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ternary_operator.test
 1323share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/unary.test
 1324share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/unary_precedence.test
 1325share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/abs.test
 1326share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/convert_encoding.test
 1327share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date.test
 1328share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_default_format.test
 1329share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_default_format_interval.test
 1330share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_interval.test
 1331share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/default.test
 1332share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/dynamic_filter.test
 1333share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/escape.test
 1334share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/escape_non_supported_charset.test
 1335share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/force_escape.test
 1336share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/format.test
 1337share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/join.test
 1338share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/json_encode.test
 1339share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/length.test
 1340share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/length_utf8.test
 1341share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/merge.test
 1342share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/nl2br.test
 1343share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/number_format.test
 1344share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/number_format_default.test
 1345share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/replace.test
 1346share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/reverse.test
 1347share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/slice.test
 1348share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/sort.test
 1349share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/special_chars.test
 1350share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/trim.test
 1351share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/attribute.test
 1352share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/block.test
 1353share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/constant.test
 1354share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/cycle.test
 1355share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/date.test
 1356share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/dump.test
 1357share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/dump_array.test
 1358share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/dynamic_function.test
 1359share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/special_chars.test
 1360share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/simple.test
 1361share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/with_filters.test
 1362share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/empty_token.test
 1363share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/simple_xml_element.test
 1364share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/strings_like_numbers.test
 1365share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/basic.test
 1366share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/blocks.test
 1367share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/double_escaping.test
 1368share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/functions.test
 1369share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/literal.test
 1370share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/nested.test
 1371share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/objects.test
 1372share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/raw.test
 1373share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/strategy.test
 1374share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/type.test
 1375share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_filters.test
 1376share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_filters_arguments.test
 1377share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_pre_escape_filters.test
 1378share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_preserves_safety_filters.test
 1379share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/basic.test
 1380share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/block_unique_name.test
 1381share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/special_chars.test
 1382share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/basic.test
 1383share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/multiple.test
 1384share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/with_extends.test
 1385share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/basic.test
 1386share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/json_encode.test
 1387share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/multiple.test
 1388share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/nested.test
 1389share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/with_for_tag.test
 1390share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/with_if_tag.test
 1391share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/condition.test
 1392share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/context.test
 1393share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/else.test
 1394share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/inner_variables.test
 1395share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/keys.test
 1396share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/keys_and_values.test
 1397share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_context.test
 1398share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_context_local.test
 1399share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/nested_else.test
 1400share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/objects.test
 1401share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/objects_countable.test
 1402share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/recursive.test
 1403share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/values.test
 1404share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/from.test
 1405share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/basic.test
 1406share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/expression.test
 1407share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/basic.test
 1408share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/expression.test
 1409share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/ignore_missing.test
 1410share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/only.test
 1411share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/template_instance.test
 1412share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/templates_as_array.test
 1413share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/with_variables.test
 1414share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/basic.test
 1415share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/conditional.test
 1416share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/dynamic.test
 1417share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/empty.test
 1418share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/extends_as_array.test
 1419share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/multiple.test
 1420share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_blocks.test
 1421share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_blocks_parent_only.test
 1422share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_inheritance.test
 1423share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent.test
 1424share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_change.test
 1425share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_in_a_block.test
 1426share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_isolation.test
 1427share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_nested.test
 1428share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_without_extends.test
 1429share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_without_extends_but_traits.test
 1430share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/template_instance.test
 1431share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/use.test
 1432share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/basic.test
 1433share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/endmacro_name.test
 1434share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/external.test
 1435share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/from.test
 1436share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/global.test
 1437share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/self_import.test
 1438share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/special_chars.test
 1439share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/basic.test
 1440share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/whitespace_control.test
 1441share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/not_valid1.test
 1442share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.test
 1443share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/simple.test
 1444share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/basic.test
 1445share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/capture-empty.test
 1446share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/capture.test
 1447share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/expression.test
 1448share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/spaceless/simple.test
 1449share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/special_chars.test
 1450share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/trim_block.test
 1451share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/aliases.test
 1452share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/basic.test
 1453share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/deep.test
 1454share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/deep_empty.test
 1455share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/multiple.test
 1456share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/multiple_aliases.test
 1457share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/array.test
 1458share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/constant.test
 1459share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/defined.test
 1460share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/empty.test
 1461share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/even.test
 1462share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/in.test
 1463share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/iterable.test
 1464share/baikal/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/odd.test
 1465share/baikal/vendor/twig/twig/test/Twig/Tests/LexerTest.php
 1466share/baikal/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php
 1467share/baikal/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php
 1468share/baikal/vendor/twig/twig/test/Twig/Tests/Loader/FilesystemTest.php
 1469share/baikal/vendor/twig/twig/test/Twig/Tests/Node/AutoEscapeTest.php
 1470share/baikal/vendor/twig/twig/test/Twig/Tests/Node/BlockReferenceTest.php
 1471share/baikal/vendor/twig/twig/test/Twig/Tests/Node/BlockTest.php
 1472share/baikal/vendor/twig/twig/test/Twig/Tests/Node/DoTest.php
 1473share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/ArrayTest.php
 1474share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/AssignNameTest.php
 1475share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php
 1476share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AndTest.php
 1477share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ConcatTest.php
 1478share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/DivTest.php
 1479share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/FloorDivTest.php
 1480share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ModTest.php
 1481share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/MulTest.php
 1482share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/OrTest.php
 1483share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/SubTest.php
 1484share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConditionalTest.php
 1485share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConstantTest.php
 1486share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php
 1487share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/FunctionTest.php
 1488share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/GetAttrTest.php
 1489share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/NameTest.php
 1490share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/ParentTest.php
 1491share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/TestTest.php
 1492share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NegTest.php
 1493share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NotTest.php
 1494share/baikal/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/PosTest.php
 1495share/baikal/vendor/twig/twig/test/Twig/Tests/Node/ForTest.php
 1496share/baikal/vendor/twig/twig/test/Twig/Tests/Node/IfTest.php
 1497share/baikal/vendor/twig/twig/test/Twig/Tests/Node/ImportTest.php
 1498share/baikal/vendor/twig/twig/test/Twig/Tests/Node/IncludeTest.php
 1499share/baikal/vendor/twig/twig/test/Twig/Tests/Node/MacroTest.php
 1500share/baikal/vendor/twig/twig/test/Twig/Tests/Node/ModuleTest.php
 1501share/baikal/vendor/twig/twig/test/Twig/Tests/Node/PrintTest.php
 1502share/baikal/vendor/twig/twig/test/Twig/Tests/Node/SandboxTest.php
 1503share/baikal/vendor/twig/twig/test/Twig/Tests/Node/SandboxedModuleTest.php
 1504share/baikal/vendor/twig/twig/test/Twig/Tests/Node/SandboxedPrintTest.php
 1505share/baikal/vendor/twig/twig/test/Twig/Tests/Node/SetTest.php
 1506share/baikal/vendor/twig/twig/test/Twig/Tests/Node/SpacelessTest.php
 1507share/baikal/vendor/twig/twig/test/Twig/Tests/Node/TestCase.php
 1508share/baikal/vendor/twig/twig/test/Twig/Tests/Node/TextTest.php
 1509share/baikal/vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php
 1510share/baikal/vendor/twig/twig/test/Twig/Tests/ParserTest.php
 1511share/baikal/vendor/twig/twig/test/Twig/Tests/TemplateTest.php
 1512share/baikal/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php
 1513share/baikal/vendor/twig/twig/test/Twig/Tests/integrationTest.php
 1514share/baikal/vendor/twig/twig/test/bootstrap.php

cvs diff -r1.1 -r1.2 pkgsrc/net/php-baikal/distinfo (expand / switch to unified diff)

--- pkgsrc/net/php-baikal/distinfo 2015/11/24 11:38:28 1.1
+++ pkgsrc/net/php-baikal/distinfo 2016/02/15 23:28:22 1.2
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.1 2015/11/24 11:38:28 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2016/02/15 23:28:22 wiz Exp $
2 2
3SHA1 (baikal-regular-0.2.7.tgz) = 01eabcf0229ddffc0542f4e2a349754e778abbea 3SHA1 (baikal-0.3.1.zip) = 35c391500f64e1e2832a8ef365ab9d651d9d74b4
4RMD160 (baikal-regular-0.2.7.tgz) = 4b88ce29a2f75ce7ad2d2e48c730f39c9826592d 4RMD160 (baikal-0.3.1.zip) = 08ee38134772c7f46cf4f50fced00dd4710392a7
5SHA512 (baikal-regular-0.2.7.tgz) = 261e34eda6e85e38f9478e04f68fdea09ea12203a11b47aaf1a446e33333a9d8d1d9663f4a36da1cfd2adf776ba3f4be459b2639cc1a23e64e8584e47632bb8f 5SHA512 (baikal-0.3.1.zip) = 95710425c2fc2bd58fb7a02eaa6513b9c7ba566dfb700738e2fa9e55280619ffb900005594a43a41b36860c88256a8a34340be18379cfd24b69e398ee8e404df
6Size (baikal-regular-0.2.7.tgz) = 2273699 bytes 6Size (baikal-0.3.1.zip) = 3283508 bytes
7SHA1 (patch-Core_Frameworks_Flake_Util_Tools.php) = e6572179579078e6beec41f09718d613e24fa01b 

File Deleted: pkgsrc/net/php-baikal/patches/Attic/patch-Core_Frameworks_Flake_Util_Tools.php