Home
last modified time | relevance | path

Searched refs:DAV (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php5 use Sabre\DAV; alias
126 $server = new DAV\Server();
135 $server = new DAV\Server();
146 new DAV\SimpleCollection('principals', array(
153 $server = new DAV\Server($tree);
156 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
170 new DAV\SimpleCollection('principals', array(
180 $server = new DAV\Server($tree);
183 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
221 $server = new DAV\Server($tree);
[all …]
H A DPluginPropertiesTest.php5 use Sabre\DAV; alias
22 $server = new DAV\Server(new DAV\SimpleCollection('root'));
45 $fakeServer = new DAV\Server();
46 $plugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm');
81 $server = new DAV\Server();
95 $server = new DAV\Server();
149 new DAV\SimpleCollection('principals', [
155 $server = new DAV\Server($nodes);
157 $authPlugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm');
187 new DAV\SimpleCollection('principals', [
[all …]
H A DPluginUpdatePropertiesTest.php5 use Sabre\DAV; alias
16 new DAV\SimpleCollection('foo'),
18 $server = new DAV\Server($tree);
38 $server = new DAV\Server($tree);
59 $server = new DAV\Server($tree);
63 '{DAV:}group-member-set' => new DAV\Xml\Property\Href(['/bar','/baz'], true),
83 $server = new DAV\Server($tree);
95 new DAV\SimpleCollection('foo'),
97 $server = new DAV\Server($tree);
101 '{DAV:}group-member-set' => new DAV\Xml\Property\Href(['/bar','/baz'],false),
H A DACLMethodTest.php5 use Sabre\DAV; alias
16 $server = new DAV\Server();
31 new DAV\SimpleCollection('test'),
34 $server = new DAV\Server($tree);
52 $server = new DAV\Server($tree);
75 $server = new DAV\Server($tree);
98 new DAV\SimpleCollection('principals',array(
99 new DAV\SimpleCollection('notaprincipal'),
103 $server = new DAV\Server($tree);
128 $server = new DAV\Server($tree);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
DDirectory.php3 namespace Sabre\DAV\FSExt;
5 use Sabre\DAV; alias
6 use Sabre\DAV\FS\Node;
15 class Directory extends Node implements DAV\ICollection, DAV\IQuota, DAV\IMoveTarget {
44 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
66 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
80 * @throws DAV\Exception\NotFound
81 * @return DAV\INode
87 if (!file_exists($path)) throw new DAV\Exception\NotFound('File could not be located');
88 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/
H A DPluginTest.php3 namespace Sabre\DAV\Auth;
6 use Sabre\DAV; alias
14 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
28 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
43 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
58 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
80 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
93 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
108 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
121 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php3 namespace Sabre\DAV\FSExt;
5 use Sabre\DAV; alias
6 use Sabre\DAV\FS\Node;
15 class Directory extends Node implements DAV\ICollection, DAV\IQuota, DAV\IMoveTarget {
44 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
66 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
80 * @throws DAV\Exception\NotFound
81 * @return DAV\INode
87 if (!file_exists($path)) throw new DAV\Exception\NotFound('File could not be located');
88 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
DSharingPlugin.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Xml\Property\LocalHref;
26 class SharingPlugin extends DAV\ServerPlugin {
31 * @var DAV\Server
71 * @param DAV\Server $server
74 function initialize(DAV\Server $server) {
105 * @param DAV\PropFind $propFind
106 * @param DAV\INode $node
109 function propFindEarly(DAV\PropFind $propFind, DAV\INode $node) {
154 * @param DAV\PropFind $propFind
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
DPlugin.php3 namespace Sabre\DAV\Sync;
5 use Sabre\DAV; alias
6 use Sabre\DAV\Xml\Request\SyncCollectionReport;
21 class Plugin extends DAV\ServerPlugin {
26 * @var DAV\Server
51 * @param DAV\Server $server
54 function initialize(DAV\Server $server) {
112 …throw new DAV\Exception\ReportNotSupported('The {DAV:}sync-collection REPORT is not supported on t…
116 … throw new DAV\Exception\ReportNotSupported('No sync information is available at this node');
123 throw new DAV\Exception\InvalidSyncToken('Invalid or unknown sync token');
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php3 namespace Sabre\DAV\Sync;
5 use Sabre\DAV; alias
7 use Sabre\DAV\Xml\Request\SyncCollectionReport;
21 class Plugin extends DAV\ServerPlugin {
26 * @var DAV\Server
51 * @param DAV\Server $server
54 function initialize(DAV\Server $server) {
112 …throw new DAV\Exception\ReportNotSupported('The {DAV:}sync-collection REPORT is not supported on t…
116 … throw new DAV\Exception\ReportNotSupported('No sync information is available at this node');
123 throw new DAV\Exception\InvalidSyncToken('Invalid or unknown sync token');
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
DUser.php5 use Sabre\DAV; alias
19 class User extends DAVACL\Principal implements DAV\ICollection {
26 * @throws DAV\Exception\Forbidden
31 … throw new DAV\Exception\Forbidden('Permission denied to create file (filename ' . $name . ')');
39 * @throws DAV\Exception\Forbidden
44 throw new DAV\Exception\Forbidden('Permission denied to create directory');
52 * @return DAV\INode
58 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found');
66 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found');
73 * @return DAV\INode[]
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php5 use Sabre\DAV; alias
19 class User extends DAVACL\Principal implements DAV\ICollection {
26 * @throws DAV\Exception\Forbidden
31 … throw new DAV\Exception\Forbidden('Permission denied to create file (filename ' . $name . ')');
39 * @throws DAV\Exception\Forbidden
44 throw new DAV\Exception\Forbidden('Permission denied to create directory');
52 * @return DAV\INode
58 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found');
66 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found');
73 * @return DAV\INode[]
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php5 use Sabre\DAV; alias
6 use Sabre\DAV\MkCol;
19 class AddressBookHome extends DAV\Collection implements DAV\IExtendedCollection, DAVACL\IACL {
68 throw new DAV\Exception\MethodNotAllowed();
79 throw new DAV\Exception\MethodNotAllowed();
105 …throw new DAV\Exception\MethodNotAllowed('Creating new files in this collection is not supported');
119 …throw new DAV\Exception\MethodNotAllowed('Creating new collections in this collection is not suppo…
137 … throw new DAV\Exception\NotFound('Addressbook with name \'' . $name . '\' could not be found');
162 * @throws DAV\Exception\InvalidResourceType
168 throw new DAV\Exception\InvalidResourceType('Unknown resourceType for this collection');
[all …]
H A DAddressBook.php5 use Sabre\DAV; alias
17 class AddressBook extends DAV\Collection implements IAddressBook, DAV\IProperties, DAVACL\IACL, DAV
66 if (!$obj) throw new DAV\Exception\NotFound('Card not found');
119 … throw new DAV\Exception\MethodNotAllowed('Creating collections in addressbooks is not allowed');
140 $vcardData = DAV\StringUtil::ensureUTF8($vcardData);
165 throw new DAV\Exception\MethodNotAllowed('Renaming addressbooks is not yet supported');
189 * @param DAV\PropPatch $propPatch
192 function propPatch(DAV\PropPatch $propPatch) {
316 throw new DAV\Exception\MethodNotAllowed('Changing ACL is not yet supported');
/plugin/webdav/core/
DServer.php13 use dokuwiki\plugin\webdav\core\DAV\Collection;
14 use Sabre\DAV; alias
21 * @var DAV\Server
30 * @return DAV\Server
55 $this->server = new DAV\Server(new DAV\SimpleCollection('root', [
56 new DAV\SimpleCollection('wiki', $wiki_collections),
71 $this->server->addPlugin(new DAV\Browser\Plugin);
81 $this->server->addPlugin(new DAV\Auth\Plugin($auth_backend));
85 $this->server->addPlugin(new DAV\Mount\Plugin);
86 …$this->server->addPlugin(new DAV\Locks\Plugin(new Backend\LocksFile($conf['cachedir'] . '/webdav.l…
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
DAddressBookHome.php5 use Sabre\DAV; alias
6 use Sabre\DAV\MkCol;
19 class AddressBookHome extends DAV\Collection implements DAV\IExtendedCollection, DAVACL\IACL {
70 throw new DAV\Exception\MethodNotAllowed();
81 throw new DAV\Exception\MethodNotAllowed();
107 …throw new DAV\Exception\MethodNotAllowed('Creating new files in this collection is not supported');
121 …throw new DAV\Exception\MethodNotAllowed('Creating new collections in this collection is not suppo…
139 … throw new DAV\Exception\NotFound('Addressbook with name \'' . $name . '\' could not be found');
164 * @throws DAV\Exception\InvalidResourceType
170 throw new DAV\Exception\InvalidResourceType('Unknown resourceType for this collection');
/plugin/webdav/core/Plugin/
DDokuWiki.php13 use Sabre\DAV\Inode;
14 use Sabre\DAV\PropFind;
15 use Sabre\DAV\Server;
16 use Sabre\DAV\ServerPlugin;
22 const DAV_ID_PROPERTY = '{DAV:}id';
23 const DAV_DISPLAYNAME_PROPERTY = '{DAV:}displayname';
24 const DAV_ISHIDDEN_PROPERTY = '{DAV:}ishidden';
25 const DAV_ISFOLDER_PROPERTY = '{DAV:}isfolder';
26 const DAV_ISCOLLECTION_PROPERTY = '{DAV:}iscollection';
27 const DAV_CREATIONDATE_PROPERTY = '{DAV:}creationdate';
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
DPlugin.php3 namespace Sabre\DAV\PartialUpdate;
5 use Sabre\DAV; alias
23 class Plugin extends DAV\ServerPlugin {
32 * @var DAV\Server
41 * @param DAV\Server $server
44 function initialize(DAV\Server $server) {
122 …throw new DAV\Exception\MethodNotAllowed('The target resource does not support the PATCH method.');
128 throw new DAV\Exception\BadRequest('No valid "X-Update-Range" found in the headers');
136 …throw new DAV\Exception\UnsupportedMediaType('Unknown Content-Type header "' . $contentType . '"');
140 if (!$len) throw new DAV\Exception\LengthRequired('A Content-Length header is required');
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
DPlugin.php3 namespace Sabre\DAV\Locks;
5 use Sabre\DAV; alias
23 class Plugin extends DAV\ServerPlugin {
35 * @var DAV\Server
55 * @param DAV\Server $server
58 function initialize(DAV\Server $server) {
90 * @param DAV\PropFind $propFind
91 * @param DAV\INode $node
94 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
97 return new DAV\Xml\Property\SupportedLock();
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
DInvite.php6 use Sabre\DAV; alias
7 use Sabre\DAV\Xml\Element\Sharee;
79 if ($sharee->access === DAV\Sharing\Plugin::ACCESS_SHAREDOWNER) {
85 case DAV\Sharing\Plugin::INVITE_ACCEPTED :
88 case DAV\Sharing\Plugin::INVITE_DECLINED :
91 case DAV\Sharing\Plugin::INVITE_NORESPONSE :
94 case DAV\Sharing\Plugin::INVITE_INVALID :
101 case DAV\Sharing\Plugin::ACCESS_READWRITE :
104 case DAV\Sharing\Plugin::ACCESS_READ :
113 $href = new DAV\Xml\Property\Href($sharee->href);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php3 namespace Sabre\DAV\Locks;
5 use Sabre\DAV; alias
23 class Plugin extends DAV\ServerPlugin {
55 * @param DAV\Server $server
58 function initialize(DAV\Server $server) {
90 * @param DAV\PropFind $propFind
91 * @param DAV\INode $node
94 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
97 return new DAV\Xml\Property\SupportedLock();
100 return new DAV\Xml\Property\LockDiscovery(
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php3 namespace Sabre\DAV\PartialUpdate;
5 use Sabre\DAV; alias
23 class Plugin extends DAV\ServerPlugin {
41 * @param DAV\Server $server
44 function initialize(DAV\Server $server) {
122 …throw new DAV\Exception\MethodNotAllowed('The target resource does not support the PATCH method.');
128 throw new DAV\Exception\BadRequest('No valid "X-Update-Range" found in the headers');
136 …throw new DAV\Exception\UnsupportedMediaType('Unknown Content-Type header "' . $contentType . '"');
140 if (!$len) throw new DAV\Exception\LengthRequired('A Content-Length header is required');
149 …throw new DAV\Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[2] . ') is lower …
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
DLocked.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
16 class Locked extends DAV\Exception {
31 * @param DAV\Locks\LockInfo $lock
33 function __construct(DAV\Locks\LockInfo $lock = null) {
53 * @param DAV\Server $server
57 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DLocked.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
16 class Locked extends DAV\Exception {
31 * @param DAV\Locks\LockInfo $lock
33 function __construct(DAV\Locks\LockInfo $lock = null) {
53 * @param DAV\Server $server
57 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
DMapGetToPropFind.php3 namespace Sabre\DAV\Browser;
5 use Sabre\DAV; alias
19 class MapGetToPropFind extends DAV\ServerPlugin {
24 * @var DAV\Server
31 * @param DAV\Server $server
34 function initialize(DAV\Server $server) {
50 if ($node instanceof DAV\IFile) return;

12345678910>>...23