View | Details | Raw Unified | Return to bug 181984
Collapse All | Expand All

(-)www/baikal/Makefile (-5 / +5 lines)
Lines 1-9 Link Here
1
# Created by: Adam Weinberger <adamw@FreeBSD.org>
1
# $FreeBSD$
2
# $FreeBSD$
2
# Created by:	Adam Weinberger <adamw@FreeBSD.org>
3
3
4
PORTNAME=		baikal
4
PORTNAME=		baikal
5
PORTVERSION=	0.2.4
5
PORTVERSION=	0.2.6
6
PORTREVISION=	2
7
CATEGORIES=		www
6
CATEGORIES=		www
8
MASTER_SITES=	http://baikal-server.com/get/
7
MASTER_SITES=	http://baikal-server.com/get/
9
DISTNAME=		${PORTNAME}-regular-${PORTVERSION}
8
DISTNAME=		${PORTNAME}-regular-${PORTVERSION}
Lines 12-17 Link Here
12
MAINTAINER=		adamw@FreeBSD.org
11
MAINTAINER=		adamw@FreeBSD.org
13
COMMENT=		Lightweight CalDAV/CardDAV server
12
COMMENT=		Lightweight CalDAV/CardDAV server
14
13
14
LICENSE=		GPLv3
15
15
USE_PHP=		ctype filter xml pdo_sqlite session mbstring dom
16
USE_PHP=		ctype filter xml pdo_sqlite session mbstring dom
16
17
17
WRKSRC=			${WRKDIR}/${PORTNAME}-regular
18
WRKSRC=			${WRKDIR}/${PORTNAME}-regular
Lines 40-52 Link Here
40
41
41
do-install:
42
do-install:
42
	${MKDIR} ${WWWDIR}
43
	${MKDIR} ${WWWDIR}
43
.for DIR in Core html
44
.for DIR in Core html vendor
44
	cd ${WRKSRC} && ${FIND} ${DIR} | \
45
	cd ${WRKSRC} && ${FIND} ${DIR} | \
45
		${CPIO} -pdmu -R ${BINOWN}:${BINGRP} --quiet ${WWWDIR}
46
		${CPIO} -pdmu -R ${BINOWN}:${BINGRP} --quiet ${WWWDIR}
46
.endfor
47
.endfor
47
	cd ${WRKSRC} && ${FIND} Specific -not -path '*/virtualhosts*' | \
48
	cd ${WRKSRC} && ${FIND} Specific -not -path '*/virtualhosts*' | \
48
		${CPIO} -pdmu -R ${WWWOWN}:${WWWGRP} --quiet ${WWWDIR}
49
		${CPIO} -pdmu -R ${WWWOWN}:${WWWGRP} --quiet ${WWWDIR}
49
50
.if ${PORT_OPTIONS:MDOCS}
50
.if ${PORT_OPTIONS:MDOCS}
51
	${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
51
	${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
52
.for f in INSTALL.md LICENSE.txt README.md TROUBLESHOOTING.md
52
.for f in INSTALL.md LICENSE.txt README.md TROUBLESHOOTING.md
(-)www/baikal/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (baikal-regular-0.2.4.tgz) = 5a8a57323d3662e167c8b45b5d10748139be94f54d4cc440aca8aff0159f9678
1
SHA256 (baikal-regular-0.2.6.tgz) = af2fe868e3e74f4a32654f119521d6ddc208fcef67825f09cb605cd8e7644f94
2
SIZE (baikal-regular-0.2.4.tgz) = 868606
2
SIZE (baikal-regular-0.2.6.tgz) = 2271131
(-)www/baikal/pkg-plist (-307 / +595 lines)
Lines 1-5 Link Here
1
%%WWWDIR%%/Core/Distrib.php
1
%%WWWDIR%%/Core/Distrib.php
2
%%WWWDIR%%/Core/Frameworks/Baikal/Core/ClassLoader.php
2
%%WWWDIR%%/Core/Frameworks/Baikal/Core/PDOBasicAuth.php
3
%%WWWDIR%%/Core/Frameworks/Baikal/Core/Tools.php
3
%%WWWDIR%%/Core/Frameworks/Baikal/Core/Tools.php
4
%%WWWDIR%%/Core/Frameworks/Baikal/Framework.php
4
%%WWWDIR%%/Core/Frameworks/Baikal/Framework.php
5
%%WWWDIR%%/Core/Frameworks/Baikal/Model/AddressBook.php
5
%%WWWDIR%%/Core/Frameworks/Baikal/Model/AddressBook.php
Lines 31-37 Link Here
31
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/User/Calendars.php
31
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/User/Calendars.php
32
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Users.php
32
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Controller/Users.php
33
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core/Auth.php
33
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core/Auth.php
34
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core/ClassLoader.php
35
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core/View.php
34
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Core/View.php
36
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Framework.php
35
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Framework.php
37
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/generate-sprite.php
36
%%WWWDIR%%/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/generate-sprite.php
Lines 84-90 Link Here
84
%%WWWDIR%%/Core/Frameworks/Flake/Controller/HtmlBlockTemplated.php
83
%%WWWDIR%%/Core/Frameworks/Flake/Controller/HtmlBlockTemplated.php
85
%%WWWDIR%%/Core/Frameworks/Flake/Controller/Page.php
84
%%WWWDIR%%/Core/Frameworks/Flake/Controller/Page.php
86
%%WWWDIR%%/Core/Frameworks/Flake/Controller/Rpc.php
85
%%WWWDIR%%/Core/Frameworks/Flake/Controller/Rpc.php
87
%%WWWDIR%%/Core/Frameworks/Flake/Core/ClassLoader.php
88
%%WWWDIR%%/Core/Frameworks/Flake/Core/Collection.php
86
%%WWWDIR%%/Core/Frameworks/Flake/Core/Collection.php
89
%%WWWDIR%%/Core/Frameworks/Flake/Core/CollectionTyped.php
87
%%WWWDIR%%/Core/Frameworks/Flake/Core/CollectionTyped.php
90
%%WWWDIR%%/Core/Frameworks/Flake/Core/Controller.php
88
%%WWWDIR%%/Core/Frameworks/Flake/Core/Controller.php
Lines 272-278 Link Here
272
%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserInterface.php
270
%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserInterface.php
273
%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenStream.php
271
%%WWWDIR%%/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenStream.php
274
%%WWWDIR%%/Core/Frameworks/Flake/config.php
272
%%WWWDIR%%/Core/Frameworks/Flake/config.php
275
%%WWWDIR%%/Core/Frameworks/Formal/Core/ClassLoader.php
276
%%WWWDIR%%/Core/Frameworks/Formal/Core/Message.php
273
%%WWWDIR%%/Core/Frameworks/Formal/Core/Message.php
277
%%WWWDIR%%/Core/Frameworks/Formal/Element.php
274
%%WWWDIR%%/Core/Frameworks/Formal/Element.php
278
%%WWWDIR%%/Core/Frameworks/Formal/Element/Checkbox.php
275
%%WWWDIR%%/Core/Frameworks/Formal/Element/Checkbox.php
Lines 282-539 Link Here
282
%%WWWDIR%%/Core/Frameworks/Formal/Form.php
279
%%WWWDIR%%/Core/Frameworks/Formal/Form.php
283
%%WWWDIR%%/Core/Frameworks/Formal/Form/Morphology.php
280
%%WWWDIR%%/Core/Frameworks/Formal/Form/Morphology.php
284
%%WWWDIR%%/Core/Frameworks/Formal/Framework.php
281
%%WWWDIR%%/Core/Frameworks/Formal/Framework.php
285
%%WWWDIR%%/Core/Frameworks/SabreDAV/ChangeLog
286
%%WWWDIR%%/Core/Frameworks/SabreDAV/LICENSE
287
%%WWWDIR%%/Core/Frameworks/SabreDAV/README.md
288
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend/AbstractBackend.php
289
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend/BackendInterface.php
290
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend/NotificationSupport.php
291
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend/PDO.php
292
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend/SharingSupport.php
293
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Calendar.php
294
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/CalendarObject.php
295
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/CalendarQueryParser.php
296
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/CalendarQueryValidator.php
297
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/CalendarRootNode.php
298
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Exception/InvalidComponentType.php
299
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/ICSExportPlugin.php
300
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/ICalendar.php
301
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/ICalendarObject.php
302
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/IShareableCalendar.php
303
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/ISharedCalendar.php
304
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Collection.php
305
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/ICollection.php
306
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/INode.php
307
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/INotificationType.php
308
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Node.php
309
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification/Invite.php
310
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php
311
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php
312
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Plugin.php
313
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/Collection.php
314
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/IProxyRead.php
315
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/IProxyWrite.php
316
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/ProxyRead.php
317
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/ProxyWrite.php
318
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal/User.php
319
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/AllowedSharingModes.php
320
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/Invite.php
321
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php
322
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php
323
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCalendarData.php
324
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property/SupportedCollationSet.php
325
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Schedule/IMip.php
326
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Schedule/IOutbox.php
327
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Schedule/Outbox.php
328
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/ShareableCalendar.php
329
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/SharedCalendar.php
330
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/SharingPlugin.php
331
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/UserCalendars.php
332
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Version.php
333
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/AddressBook.php
334
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/AddressBookQueryParser.php
335
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/AddressBookRoot.php
336
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Backend/AbstractBackend.php
337
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Backend/BackendInterface.php
338
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Backend/PDO.php
339
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Card.php
340
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/IAddressBook.php
341
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/ICard.php
342
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/IDirectory.php
343
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Plugin.php
344
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Property/SupportedAddressData.php
345
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/UserAddressBooks.php
346
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/VCFExportPlugin.php
347
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Version.php
348
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php
349
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php
350
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/Apache.php
351
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/BackendInterface.php
352
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/File.php
353
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend/PDO.php
354
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Plugin.php
355
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/GuessContentType.php
356
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/MapGetToPropFind.php
357
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/Plugin.php
358
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/favicon.ico
359
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/addressbook.png
360
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/calendar.png
361
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/card.png
362
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/collection.png
363
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/file.png
364
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/parent.png
365
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons/principal.png
366
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Client.php
367
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Collection.php
368
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception.php
369
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/BadRequest.php
370
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/Conflict.php
371
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/ConflictingLock.php
372
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/FileNotFound.php
373
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/Forbidden.php
374
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/InsufficientStorage.php
375
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/InvalidResourceType.php
376
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
377
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/Locked.php
378
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/MethodNotAllowed.php
379
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/NotAuthenticated.php
380
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/NotFound.php
381
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/NotImplemented.php
382
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/PaymentRequired.php
383
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/PreconditionFailed.php
384
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/ReportNotSupported.php
385
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php
386
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception/UnsupportedMediaType.php
387
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FS/Directory.php
388
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FS/File.php
389
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FS/Node.php
390
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FSExt/Directory.php
391
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FSExt/File.php
392
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FSExt/Node.php
393
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/File.php
394
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/ICollection.php
395
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/IExtendedCollection.php
396
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/IFile.php
397
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/INode.php
398
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/IProperties.php
399
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/IQuota.php
400
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php
401
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend/BackendInterface.php
402
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend/FS.php
403
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend/File.php
404
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend/PDO.php
405
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/LockInfo.php
406
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Plugin.php
407
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Mount/Plugin.php
408
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Node.php
409
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/ObjectTree.php
410
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/PartialUpdate/IFile.php
411
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/PartialUpdate/Plugin.php
412
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property.php
413
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/GetLastModified.php
414
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/Href.php
415
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/HrefList.php
416
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/IHref.php
417
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/LockDiscovery.php
418
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/ResourceType.php
419
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/Response.php
420
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/ResponseList.php
421
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/SupportedLock.php
422
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property/SupportedReportSet.php
423
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/PropertyInterface.php
424
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Server.php
425
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/ServerPlugin.php
426
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/SimpleCollection.php
427
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/SimpleFile.php
428
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/StringUtil.php
429
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/TemporaryFileFilterPlugin.php
430
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Tree.php
431
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Tree/Filesystem.php
432
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/URLUtil.php
433
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/UUIDUtil.php
434
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Version.php
435
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/XMLUtil.php
436
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/AbstractPrincipalCollection.php
437
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception/AceConflict.php
438
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception/NeedPrivileges.php
439
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception/NoAbstract.php
440
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php
441
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php
442
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/IACL.php
443
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/IPrincipal.php
444
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/IPrincipalCollection.php
445
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Plugin.php
446
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Principal.php
447
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php
448
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php
449
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend/PDO.php
450
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/PrincipalCollection.php
451
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property/Acl.php
452
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property/AclRestrictions.php
453
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php
454
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property/Principal.php
455
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php
456
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Version.php
457
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/AWSAuth.php
458
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/AbstractAuth.php
459
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/BasicAuth.php
460
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/DigestAuth.php
461
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/Request.php
462
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/Response.php
463
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/Util.php
464
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP/Version.php
465
%%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/autoload.php
466
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/autoload.php
467
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer/ClassLoader.php
468
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer/autoload_classmap.php
469
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer/autoload_namespaces.php
470
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer/autoload_real.php
471
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer/installed.json
472
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/.travis.yml
473
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/ChangeLog
474
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/LICENSE
475
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/README.md
476
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/bin/vobjectvalidate.php
477
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/composer.json
478
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component.php
479
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VAlarm.php
480
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCalendar.php
481
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCard.php
482
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VEvent.php
483
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VFreeBusy.php
484
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VJournal.php
485
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component/VTodo.php
486
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/DateTimeParser.php
487
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/ElementList.php
488
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/FreeBusyGenerator.php
489
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Node.php
490
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Parameter.php
491
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/ParseException.php
492
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Property.php
493
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Property/Compound.php
494
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Property/DateTime.php
495
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Property/MultiDateTime.php
496
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Reader.php
497
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/RecurrenceIterator.php
498
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/ICalendar.php
499
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/SplitterInterface.php
500
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/VCard.php
501
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/StringUtil.php
502
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php
503
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Version.php
504
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/includes.php
505
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VAlarmTest.php
506
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCalendarTest.php
507
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCardTest.php
508
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VEventTest.php
509
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VFreeBusyTest.php
510
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VJournalTest.php
511
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component/VTodoTest.php
512
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/ComponentTest.php
513
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/DateTimeParserTest.php
514
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/ElementListTest.php
515
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/EmClientTest.php
516
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/FreeBusyGeneratorTest.php
517
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Issue153Test.php
518
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Issue154Test.php
519
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/ParameterTest.php
520
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Property/CompoundTest.php
521
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Property/DateTimeTest.php
522
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Property/MultiDateTimeTest.php
523
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/PropertyTest.php
524
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/ReaderTest.php
525
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php
526
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php
527
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMinusOneProblemTest.php
528
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php
529
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/ICalendarTest.php
530
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/VCardTest.php
531
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/StringUtilTest.php
532
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php
533
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/VersionTest.php
534
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/issue153.vcf
535
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/bootstrap.php
536
%%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/phpunit.xml
537
%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.css
282
%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.css
538
%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.min.css
283
%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.min.css
539
%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap.css
284
%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css/bootstrap.css
Lines 547-552 Link Here
547
%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/bootstrap.min.js
292
%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/bootstrap.min.js
548
%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/jquery-1.7.1.min.js
293
%%WWWDIR%%/Core/Frameworks/TwitterBootstrap/js/jquery-1.7.1.min.js
549
%%WWWDIR%%/Core/Resources/Db/MySQL/db.sql
294
%%WWWDIR%%/Core/Resources/Db/MySQL/db.sql
295
%%WWWDIR%%/Core/Resources/Db/SQLite/db.sql
550
%%WWWDIR%%/Core/Resources/Db/SQLite/db.sqlite
296
%%WWWDIR%%/Core/Resources/Db/SQLite/db.sqlite
551
%%WWWDIR%%/Core/Resources/System/htaccess-documentroot
297
%%WWWDIR%%/Core/Resources/System/htaccess-documentroot
552
%%WWWDIR%%/Core/Resources/System/htaccess-specific
298
%%WWWDIR%%/Core/Resources/System/htaccess-specific
Lines 564-569 Link Here
564
%%WWWDIR%%/html/card.php
310
%%WWWDIR%%/html/card.php
565
%%WWWDIR%%/html/index.php
311
%%WWWDIR%%/html/index.php
566
%%WWWDIR%%/html/res/core
312
%%WWWDIR%%/html/res/core
313
%%WWWDIR%%/vendor/autoload.php
314
%%WWWDIR%%/vendor/bin/sabredav
315
%%WWWDIR%%/vendor/bin/vobjectvalidate.php
316
%%WWWDIR%%/vendor/composer/ClassLoader.php
317
%%WWWDIR%%/vendor/composer/autoload_classmap.php
318
%%WWWDIR%%/vendor/composer/autoload_namespaces.php
319
%%WWWDIR%%/vendor/composer/autoload_real.php
320
%%WWWDIR%%/vendor/composer/installed.json
321
%%WWWDIR%%/vendor/sabre/dav/.gitignore
322
%%WWWDIR%%/vendor/sabre/dav/.travis.yml
323
%%WWWDIR%%/vendor/sabre/dav/ChangeLog
324
%%WWWDIR%%/vendor/sabre/dav/LICENSE
325
%%WWWDIR%%/vendor/sabre/dav/README.md
326
%%WWWDIR%%/vendor/sabre/dav/bin/googlecode_upload.py
327
%%WWWDIR%%/vendor/sabre/dav/bin/migrateto17.php
328
%%WWWDIR%%/vendor/sabre/dav/bin/naturalselection.py
329
%%WWWDIR%%/vendor/sabre/dav/bin/sabredav
330
%%WWWDIR%%/vendor/sabre/dav/bin/sabredav.php
331
%%WWWDIR%%/vendor/sabre/dav/build.xml
332
%%WWWDIR%%/vendor/sabre/dav/composer.json
333
%%WWWDIR%%/vendor/sabre/dav/docs/caldav-ctag.txt
334
%%WWWDIR%%/vendor/sabre/dav/docs/caldav-notifications.txt
335
%%WWWDIR%%/vendor/sabre/dav/docs/caldav-proxy.txt
336
%%WWWDIR%%/vendor/sabre/dav/docs/caldav-sharing.txt
337
%%WWWDIR%%/vendor/sabre/dav/docs/draft-daboo-carddav-directory-gateway-02.txt
338
%%WWWDIR%%/vendor/sabre/dav/docs/draft-desruisseaux-caldav-sched-10.txt
339
%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p1-messaging-11.txt
340
%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p4-conditional-11.txt
341
%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p5-range-11.txt
342
%%WWWDIR%%/vendor/sabre/dav/docs/draft-ietf-httpbis-p6-cache-11.txt
343
%%WWWDIR%%/vendor/sabre/dav/docs/draft-nottingham-http-new-status-04.txt
344
%%WWWDIR%%/vendor/sabre/dav/docs/rfc2425.txt
345
%%WWWDIR%%/vendor/sabre/dav/docs/rfc2426.txt
346
%%WWWDIR%%/vendor/sabre/dav/docs/rfc2518.txt
347
%%WWWDIR%%/vendor/sabre/dav/docs/rfc2616.txt
348
%%WWWDIR%%/vendor/sabre/dav/docs/rfc2617.txt
349
%%WWWDIR%%/vendor/sabre/dav/docs/rfc3253.pdf
350
%%WWWDIR%%/vendor/sabre/dav/docs/rfc3744.pdf
351
%%WWWDIR%%/vendor/sabre/dav/docs/rfc4437.pdf
352
%%WWWDIR%%/vendor/sabre/dav/docs/rfc4790.txt
353
%%WWWDIR%%/vendor/sabre/dav/docs/rfc4791.txt
354
%%WWWDIR%%/vendor/sabre/dav/docs/rfc4918.pdf
355
%%WWWDIR%%/vendor/sabre/dav/docs/rfc5051.txt
356
%%WWWDIR%%/vendor/sabre/dav/docs/rfc5397.txt
357
%%WWWDIR%%/vendor/sabre/dav/docs/rfc5545.txt
358
%%WWWDIR%%/vendor/sabre/dav/docs/rfc5546.txt
359
%%WWWDIR%%/vendor/sabre/dav/docs/rfc5689.txt
360
%%WWWDIR%%/vendor/sabre/dav/docs/rfc5785.txt
361
%%WWWDIR%%/vendor/sabre/dav/docs/rfc5789.txt
362
%%WWWDIR%%/vendor/sabre/dav/docs/rfc6047.txt
363
%%WWWDIR%%/vendor/sabre/dav/docs/rfc6321.txt
364
%%WWWDIR%%/vendor/sabre/dav/docs/rfc6350.txt
365
%%WWWDIR%%/vendor/sabre/dav/docs/rfc6351.txt
366
%%WWWDIR%%/vendor/sabre/dav/docs/rfc6352.txt
367
%%WWWDIR%%/vendor/sabre/dav/examples/addressbookserver.php
368
%%WWWDIR%%/vendor/sabre/dav/examples/basicauth.php
369
%%WWWDIR%%/vendor/sabre/dav/examples/calendarserver.php
370
%%WWWDIR%%/vendor/sabre/dav/examples/digestauth.php
371
%%WWWDIR%%/vendor/sabre/dav/examples/fileserver.php
372
%%WWWDIR%%/vendor/sabre/dav/examples/groupwareserver.php
373
%%WWWDIR%%/vendor/sabre/dav/examples/simplefsserver.php
374
%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.addressbook.sql
375
%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.calendars.sql
376
%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.locks.sql
377
%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.principals.sql
378
%%WWWDIR%%/vendor/sabre/dav/examples/sql/mysql.users.sql
379
%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.addressbook.sql
380
%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.calendars.sql
381
%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.locks.sql
382
%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.principals.sql
383
%%WWWDIR%%/vendor/sabre/dav/examples/sql/pgsql.users.sql
384
%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.addressbooks.sql
385
%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.calendars.sql
386
%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.locks.sql
387
%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.principals.sql
388
%%WWWDIR%%/vendor/sabre/dav/examples/sql/sqlite.users.sql
389
%%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_htaccess.conf
390
%%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_vhost.conf
391
%%WWWDIR%%/vendor/sabre/dav/examples/webserver/apache2_vhost_cgi.conf
392
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php
393
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php
394
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php
395
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php
396
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php
397
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Calendar.php
398
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php
399
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php
400
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php
401
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php
402
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php
403
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php
404
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendar.php
405
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php
406
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php
407
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php
408
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php
409
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php
410
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php
411
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php
412
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php
413
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php
414
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php
415
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php
416
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php
417
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php
418
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php
419
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php
420
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php
421
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php
422
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/User.php
423
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php
424
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php
425
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php
426
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php
427
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php
428
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php
429
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php
430
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php
431
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php
432
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php
433
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php
434
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php
435
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php
436
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Version.php
437
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBook.php
438
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php
439
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php
440
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php
441
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php
442
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php
443
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Card.php
444
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php
445
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php
446
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/IDirectory.php
447
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Plugin.php
448
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php
449
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php
450
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php
451
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Version.php
452
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php
453
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php
454
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php
455
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php
456
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php
457
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php
458
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php
459
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php
460
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php
461
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php
462
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/favicon.ico
463
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/addressbook.png
464
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/calendar.png
465
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/card.png
466
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/collection.png
467
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/file.png
468
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/parent.png
469
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/principal.png
470
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Client.php
471
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Collection.php
472
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception.php
473
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php
474
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php
475
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php
476
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php
477
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php
478
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php
479
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php
480
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
481
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/Locked.php
482
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php
483
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php
484
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php
485
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php
486
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php
487
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php
488
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php
489
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php
490
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php
491
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php
492
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/Directory.php
493
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/File.php
494
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php
495
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php
496
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php
497
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Node.php
498
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/File.php
499
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ICollection.php
500
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php
501
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IFile.php
502
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/INode.php
503
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IProperties.php
504
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/IQuota.php
505
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php
506
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php
507
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php
508
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php
509
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php
510
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php
511
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php
512
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php
513
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Node.php
514
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ObjectTree.php
515
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php
516
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php
517
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property.php
518
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php
519
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/Href.php
520
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/HrefList.php
521
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/IHref.php
522
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php
523
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php
524
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/Response.php
525
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php
526
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php
527
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php
528
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php
529
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Server.php
530
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/ServerPlugin.php
531
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/SimpleCollection.php
532
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/SimpleFile.php
533
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/StringUtil.php
534
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php
535
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree.php
536
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php
537
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/URLUtil.php
538
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/UUIDUtil.php
539
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Version.php
540
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/XMLUtil.php
541
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php
542
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php
543
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php
544
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php
545
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php
546
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php
547
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IACL.php
548
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php
549
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php
550
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Plugin.php
551
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Principal.php
552
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php
553
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php
554
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php
555
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php
556
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php
557
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php
558
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php
559
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php
560
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php
561
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php
562
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php
563
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php
564
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php
565
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php
566
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Request.php
567
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Response.php
568
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Util.php
569
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP/Version.php
570
%%WWWDIR%%/vendor/sabre/dav/lib/Sabre/autoload.php
571
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php
572
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractTest.php
573
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php
574
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php
575
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php
576
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarObjectTest.php
577
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryParserTest.php
578
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php
579
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php
580
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarTest.php
581
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php
582
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php
583
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php
584
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyReportTest.php
585
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyRequestTest.php
586
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
587
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ICSExportPluginTest.php
588
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue166Test.php
589
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue172Test.php
590
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php
591
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php
592
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php
593
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php
594
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php
595
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/CollectionTest.php
596
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/NodeTest.php
597
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteReplyTest.php
598
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteTest.php
599
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/SystemStatusTest.php
600
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/OutboxPostTest.php
601
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/PluginTest.php
602
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/CollectionTest.php
603
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php
604
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php
605
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/UserTest.php
606
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/AllowedSharingModesTest.php
607
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/InviteTest.php
608
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/ScheduleCalendarTranspTest.php
609
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php
610
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php
611
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php
612
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php
613
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxTest.php
614
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ShareableCalendarTest.php
615
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/SharedCalendarTest.php
616
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/SharingPluginTest.php
617
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/TestUtil.php
618
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsSharedCalendarsTest.php
619
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsTest.php
620
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/ValidateICalTest.php
621
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/VersionTest.php
622
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AbstractPluginTest.php
623
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryParserTest.php
624
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryTest.php
625
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookRootTest.php
626
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookTest.php
627
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php
628
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/Mock.php
629
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php
630
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php
631
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/CardTest.php
632
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php
633
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php
634
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/PluginTest.php
635
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php
636
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php
637
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/TestUtil.php
638
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/UserAddressBooksTest.php
639
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/VCFExportTest.php
640
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateFilterTest.php
641
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php
642
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/VersionTest.php
643
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/AbstractServer.php
644
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php
645
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php
646
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php
647
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php
648
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/FileTest.php
649
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/Mock.php
650
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php
651
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php
652
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/PluginTest.php
653
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/BasicNodeTest.php
654
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php
655
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php
656
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser/PluginTest.php
657
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ClientMock.php
658
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ClientTest.php
659
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception/LockedTest.php
660
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php
661
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ExceptionTest.php
662
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php
663
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/NodeTest.php
664
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php
665
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/HTTPPreferParsingTest.php
666
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Issue33Test.php
667
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php
668
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FSTest.php
669
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FileTest.php
670
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php
671
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOTest.php
672
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/GetIfConditionsTest.php
673
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php
674
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/PluginTest.php
675
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php
676
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php
677
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/FileMock.php
678
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/PluginTest.php
679
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/GetLastModifiedTest.php
680
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefListTest.php
681
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefTest.php
682
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/ResourceTypeTest.php
683
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseListTest.php
684
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseTest.php
685
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property/SupportedReportSetTest.php
686
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerCopyMoveTest.php
687
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerEventsTest.php
688
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerFinderBlockTest.php
689
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerMKCOLTest.php
690
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerPluginTest.php
691
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerPreconditionTest.php
692
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerPropsTest.php
693
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerRangeTest.php
694
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php
695
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php
696
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/SimpleFileTest.php
697
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/StringUtilTest.php
698
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/TemporaryFileFilterTest.php
699
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/TestPlugin.php
700
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Tree/FilesystemTest.php
701
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/TreeTest.php
702
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/URLUtilTest.php
703
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/UUIDUtilTest.php
704
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/XMLUtilTest.php
705
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php
706
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/AllowAccessTest.php
707
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/BlockAccessTest.php
708
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/AceConflictTest.php
709
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php
710
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NoAbstractTest.php
711
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php
712
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php
713
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/ExpandPropertiesTest.php
714
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/MockACLNode.php
715
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/MockPrincipal.php
716
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PluginAdminTest.php
717
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PluginPropertiesTest.php
718
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php
719
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php
720
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/Mock.php
721
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php
722
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php
723
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalCollectionTest.php
724
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php
725
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php
726
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php
727
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLRestrictionsTest.php
728
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLTest.php
729
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/CurrentUserPrivilegeSetTest.php
730
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/PrincipalTest.php
731
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property/SupportedPrivilegeSetTest.php
732
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/SimplePluginTest.php
733
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/VersionTest.php
734
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVServerTest.php
735
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/AWSAuthTest.php
736
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/BasicAuthTest.php
737
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/DigestAuthTest.php
738
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/RequestTest.php
739
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/ResponseMock.php
740
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/ResponseTest.php
741
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/UtilTest.php
742
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP/VersionTest.php
743
%%WWWDIR%%/vendor/sabre/dav/tests/Sabre/TestUtil.php
744
%%WWWDIR%%/vendor/sabre/dav/tests/bootstrap.php
745
%%WWWDIR%%/vendor/sabre/dav/tests/composer.vobject3.json
746
%%WWWDIR%%/vendor/sabre/dav/tests/phpunit.xml
747
%%WWWDIR%%/vendor/sabre/vobject/.gitignore
748
%%WWWDIR%%/vendor/sabre/vobject/.travis.yml
749
%%WWWDIR%%/vendor/sabre/vobject/ChangeLog
750
%%WWWDIR%%/vendor/sabre/vobject/LICENSE
751
%%WWWDIR%%/vendor/sabre/vobject/README.md
752
%%WWWDIR%%/vendor/sabre/vobject/bin/bench.php
753
%%WWWDIR%%/vendor/sabre/vobject/bin/generateicalendardata.php
754
%%WWWDIR%%/vendor/sabre/vobject/bin/vobjectvalidate.php
755
%%WWWDIR%%/vendor/sabre/vobject/composer.json
756
%%WWWDIR%%/vendor/sabre/vobject/doc/DesignFor3_0.md
757
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component.php
758
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VAlarm.php
759
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCalendar.php
760
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCard.php
761
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VEvent.php
762
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VFreeBusy.php
763
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VJournal.php
764
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component/VTodo.php
765
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/DateTimeParser.php
766
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Document.php
767
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/ElementList.php
768
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/FreeBusyGenerator.php
769
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Node.php
770
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Parameter.php
771
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/ParseException.php
772
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property.php
773
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property/Compound.php
774
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property/DateTime.php
775
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property/MultiDateTime.php
776
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Reader.php
777
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/RecurrenceIterator.php
778
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/ICalendar.php
779
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/SplitterInterface.php
780
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/VCard.php
781
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/StringUtil.php
782
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php
783
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Version.php
784
%%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/includes.php
785
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VAlarmTest.php
786
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCalendarTest.php
787
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCardTest.php
788
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VEventTest.php
789
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VFreeBusyTest.php
790
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VJournalTest.php
791
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component/VTodoTest.php
792
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ComponentTest.php
793
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/DateTimeParserTest.php
794
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/DocumentTest.php
795
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ElementListTest.php
796
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/EmClientTest.php
797
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/FreeBusyGeneratorTest.php
798
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Issue153Test.php
799
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Issue154Test.php
800
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ParameterTest.php
801
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property/CompoundTest.php
802
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property/DateTimeTest.php
803
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property/MultiDateTimeTest.php
804
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/PropertyTest.php
805
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/ReaderTest.php
806
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php
807
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php
808
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMinusOneProblemTest.php
809
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php
810
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/ICalendarTest.php
811
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/VCardTest.php
812
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/StringUtilTest.php
813
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php
814
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/VersionTest.php
815
%%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/issue153.vcf
816
%%WWWDIR%%/vendor/sabre/vobject/tests/bootstrap.php
817
%%WWWDIR%%/vendor/sabre/vobject/tests/phpunit.xml
818
@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Splitter
819
@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Property
820
@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject/Component
821
@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre/VObject
822
@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests/Sabre
823
@dirrm %%WWWDIR%%/vendor/sabre/vobject/tests
824
@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Splitter
825
@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Property
826
@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject/Component
827
@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre/VObject
828
@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib/Sabre
829
@dirrm %%WWWDIR%%/vendor/sabre/vobject/lib
830
@dirrm %%WWWDIR%%/vendor/sabre/vobject/doc
831
@dirrm %%WWWDIR%%/vendor/sabre/vobject/bin
832
@dirrm %%WWWDIR%%/vendor/sabre/vobject
833
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/HTTP
834
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Property
835
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend
836
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL/Exception
837
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAVACL
838
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Tree
839
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Property
840
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate
841
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Mount
842
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend
843
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Locks
844
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/FSExt
845
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Exception
846
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Browser
847
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend
848
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV/Auth
849
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/DAV
850
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Property
851
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV/Backend
852
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CardDAV
853
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip
854
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule
855
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Property
856
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Principal
857
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification
858
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications
859
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV/Backend
860
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre/CalDAV
861
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests/Sabre
862
@dirrm %%WWWDIR%%/vendor/sabre/dav/tests
863
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/HTTP
864
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Property
865
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend
866
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL/Exception
867
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAVACL
868
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Tree
869
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Property
870
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate
871
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Mount
872
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend
873
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Locks
874
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FSExt
875
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/FS
876
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Exception
877
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons
878
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets
879
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Browser
880
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend
881
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV/Auth
882
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/DAV
883
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Property
884
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV/Backend
885
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CardDAV
886
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule
887
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Property
888
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Principal
889
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification
890
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications
891
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Exception
892
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV/Backend
893
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre/CalDAV
894
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib/Sabre
895
@dirrm %%WWWDIR%%/vendor/sabre/dav/lib
896
@dirrm %%WWWDIR%%/vendor/sabre/dav/examples/webserver
897
@dirrm %%WWWDIR%%/vendor/sabre/dav/examples/sql
898
@dirrm %%WWWDIR%%/vendor/sabre/dav/examples
899
@dirrm %%WWWDIR%%/vendor/sabre/dav/docs
900
@dirrm %%WWWDIR%%/vendor/sabre/dav/bin
901
@dirrm %%WWWDIR%%/vendor/sabre/dav
902
@dirrm %%WWWDIR%%/vendor/sabre
903
@dirrm %%WWWDIR%%/vendor/composer
904
@dirrm %%WWWDIR%%/vendor/bin
905
@dirrm %%WWWDIR%%/vendor
567
@dirrm %%WWWDIR%%/html/res
906
@dirrm %%WWWDIR%%/html/res
568
@dirrm %%WWWDIR%%/html/admin/install
907
@dirrm %%WWWDIR%%/html/admin/install
569
@dirrm %%WWWDIR%%/html/admin
908
@dirrm %%WWWDIR%%/html/admin
Lines 580-636 Link Here
580
@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/img
919
@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/img
581
@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css
920
@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap/css
582
@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap
921
@dirrm %%WWWDIR%%/Core/Frameworks/TwitterBootstrap
583
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Splitter
584
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Property
585
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject/Component
586
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre/VObject
587
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests/Sabre
588
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/tests
589
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Splitter
590
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Property
591
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject/Component
592
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre/VObject
593
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib/Sabre
594
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/lib
595
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject/bin
596
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre/vobject
597
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/sabre
598
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor/composer
599
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/vendor
600
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/HTTP
601
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Property
602
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/PrincipalBackend
603
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL/Exception
604
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAVACL
605
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Tree
606
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Property
607
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/PartialUpdate
608
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Mount
609
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks/Backend
610
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Locks
611
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FSExt
612
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/FS
613
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Exception
614
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets/icons
615
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser/assets
616
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Browser
617
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth/Backend
618
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV/Auth
619
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/DAV
620
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Property
621
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV/Backend
622
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CardDAV
623
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Schedule
624
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Property
625
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Principal
626
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications/Notification
627
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Notifications
628
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Exception
629
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV/Backend
630
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre/CalDAV
631
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib/Sabre
632
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV/lib
633
@dirrm %%WWWDIR%%/Core/Frameworks/SabreDAV
634
@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Form
922
@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Form
635
@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Element
923
@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Element
636
@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Core
924
@dirrm %%WWWDIR%%/Core/Frameworks/Formal/Core

Return to bug 181984