]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/DAV/includes.php
Merge branch '3.6-release'
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / DAV / includes.php
1 <?php
2
3 /**
4  * Sabre_DAV includes file
5  *
6  * Including this file will automatically include all files from the Sabre_DAV
7  * package.
8  *
9  * This often allows faster loadtimes, as autoload-speed is often quite slow.
10  *
11  * @package Sabre
12  * @subpackage DAV
13  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
14  * @author Evert Pot (http://www.rooftopsolutions.nl/)
15  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
16  */
17
18 // Begin includes
19 include __DIR__ . '/Auth/IBackend.php';
20 include __DIR__ . '/Client.php';
21 include __DIR__ . '/Exception.php';
22 include __DIR__ . '/INode.php';
23 include __DIR__ . '/IProperties.php';
24 include __DIR__ . '/Locks/Backend/Abstract.php';
25 include __DIR__ . '/Locks/Backend/File.php';
26 include __DIR__ . '/Locks/Backend/FS.php';
27 include __DIR__ . '/Locks/Backend/PDO.php';
28 include __DIR__ . '/Locks/LockInfo.php';
29 include __DIR__ . '/Node.php';
30 include __DIR__ . '/Property/IHref.php';
31 include __DIR__ . '/Property.php';
32 include __DIR__ . '/Server.php';
33 include __DIR__ . '/ServerPlugin.php';
34 include __DIR__ . '/StringUtil.php';
35 include __DIR__ . '/TemporaryFileFilterPlugin.php';
36 include __DIR__ . '/Tree.php';
37 include __DIR__ . '/URLUtil.php';
38 include __DIR__ . '/UUIDUtil.php';
39 include __DIR__ . '/Version.php';
40 include __DIR__ . '/XMLUtil.php';
41 include __DIR__ . '/Auth/Backend/AbstractBasic.php';
42 include __DIR__ . '/Auth/Backend/AbstractDigest.php';
43 include __DIR__ . '/Auth/Backend/Apache.php';
44 include __DIR__ . '/Auth/Backend/File.php';
45 include __DIR__ . '/Auth/Backend/PDO.php';
46 include __DIR__ . '/Auth/Plugin.php';
47 include __DIR__ . '/Browser/GuessContentType.php';
48 include __DIR__ . '/Browser/MapGetToPropFind.php';
49 include __DIR__ . '/Browser/Plugin.php';
50 include __DIR__ . '/Exception/BadRequest.php';
51 include __DIR__ . '/Exception/Conflict.php';
52 include __DIR__ . '/Exception/Forbidden.php';
53 include __DIR__ . '/Exception/InsufficientStorage.php';
54 include __DIR__ . '/Exception/InvalidResourceType.php';
55 include __DIR__ . '/Exception/Locked.php';
56 include __DIR__ . '/Exception/LockTokenMatchesRequestUri.php';
57 include __DIR__ . '/Exception/MethodNotAllowed.php';
58 include __DIR__ . '/Exception/NotAuthenticated.php';
59 include __DIR__ . '/Exception/NotFound.php';
60 include __DIR__ . '/Exception/NotImplemented.php';
61 include __DIR__ . '/Exception/PaymentRequired.php';
62 include __DIR__ . '/Exception/PreconditionFailed.php';
63 include __DIR__ . '/Exception/ReportNotImplemented.php';
64 include __DIR__ . '/Exception/RequestedRangeNotSatisfiable.php';
65 include __DIR__ . '/Exception/UnsupportedMediaType.php';
66 include __DIR__ . '/FS/Node.php';
67 include __DIR__ . '/FSExt/Node.php';
68 include __DIR__ . '/ICollection.php';
69 include __DIR__ . '/IExtendedCollection.php';
70 include __DIR__ . '/IFile.php';
71 include __DIR__ . '/IQuota.php';
72 include __DIR__ . '/Locks/Plugin.php';
73 include __DIR__ . '/Mount/Plugin.php';
74 include __DIR__ . '/ObjectTree.php';
75 include __DIR__ . '/Property/GetLastModified.php';
76 include __DIR__ . '/Property/Href.php';
77 include __DIR__ . '/Property/HrefList.php';
78 include __DIR__ . '/Property/LockDiscovery.php';
79 include __DIR__ . '/Property/ResourceType.php';
80 include __DIR__ . '/Property/Response.php';
81 include __DIR__ . '/Property/ResponseList.php';
82 include __DIR__ . '/Property/SupportedLock.php';
83 include __DIR__ . '/Property/SupportedReportSet.php';
84 include __DIR__ . '/Tree/Filesystem.php';
85 include __DIR__ . '/Collection.php';
86 include __DIR__ . '/Exception/ConflictingLock.php';
87 include __DIR__ . '/Exception/FileNotFound.php';
88 include __DIR__ . '/File.php';
89 include __DIR__ . '/FS/Directory.php';
90 include __DIR__ . '/FS/File.php';
91 include __DIR__ . '/FSExt/Directory.php';
92 include __DIR__ . '/FSExt/File.php';
93 include __DIR__ . '/SimpleCollection.php';
94 include __DIR__ . '/SimpleFile.php';
95 // End includes