Home
last modified time | relevance | path

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

12345678910>>...23

/plugin/webdav/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 {
80 * @throws DAV\Exception\NotFound
81 * @return DAV\INode
87 if (!file_exists($path)) throw new DAV\Exception\NotFound('File could not be located');
111 throw new DAV\Exception\Forbidden('Permission denied to . and ..');
121 * @return DAV\INode[]
191 * @param DAV\INode $sourceNode Source node itself
[all …]
/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();
153 $server = new DAV\Server($tree);
156 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
180 $server = new DAV\Server($tree);
183 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
221 $server = new DAV\Server($tree);
256 $server = new DAV\Server($tree);
260 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
[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();
155 $server = new DAV\Server($nodes);
157 $authPlugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm');
193 $server = new DAV\Server($nodes);
195 $authPlugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm');
[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);
103 $server = new DAV\Server($tree);
128 $server = new DAV\Server($tree);
153 $server = new DAV\Server($tree);
186 $server = new DAV\Server($tree);
[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 {
80 * @throws DAV\Exception\NotFound
81 * @return DAV\INode
87 if (!file_exists($path)) throw new DAV\Exception\NotFound('File could not be located');
111 throw new DAV\Exception\Forbidden('Permission denied to . and ..');
121 * @return DAV\INode[]
199 * @param DAV\INode $sourceNode Source node itself
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Xml\Property\LocalHref;
31 * @var DAV\Server
71 * @param 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
155 * @param DAV\INode $node
158 function propFindLate(DAV\PropFind $propFind, DAV\INode $node) {
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A 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) {
176 $responses[] = new DAV\Xml\Element\Response($fullPath, $props);
204 * @param DAV\PropFind $propFind
205 * @param DAV\INode $node
[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) {
176 $responses[] = new DAV\Xml\Element\Response($fullPath, $props);
204 * @param DAV\PropFind $propFind
205 * @param DAV\INode $node
[all …]
/plugin/webdav/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/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 …]
/plugin/webdav/core/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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) {
100 return new DAV\Xml\Property\LockDiscovery(
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A 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/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/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) {
100 return new DAV\Xml\Property\LockDiscovery(
244 } catch (DAV\Exception\NotFound $e) {
[all …]
/plugin/webdav/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/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/
H A 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;
H A DGuessContentType.php3 namespace Sabre\DAV\Browser;
5 use Sabre\DAV; alias
6 use Sabre\DAV\Inode;
7 use Sabre\DAV\PropFind;
25 class GuessContentType extends DAV\ServerPlugin {
53 * @param DAV\Server $server
56 function initialize(DAV\Server $server) {

12345678910>>...23