Home
last modified time | relevance | path

Searched refs:DAV (Results 26 – 50 of 556) sorted by relevance

12345678910>>...23

/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php3 namespace Sabre\DAV\Browser;
6 use Sabre\DAV; alias
7 use Sabre\DAV\PropFind;
8 use Sabre\DAV\Inode;
25 class GuessContentType extends DAV\ServerPlugin {
53 * @param DAV\Server $server
56 function initialize(DAV\Server $server) {
H A DMapGetToPropFind.php3 namespace Sabre\DAV\Browser;
5 use Sabre\DAV; alias
19 class MapGetToPropFind extends DAV\ServerPlugin {
31 * @param DAV\Server $server
34 function initialize(DAV\Server $server) {
50 if ($node instanceof DAV\IFile) return;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
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');
H A DPlugin.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Exception\ReportNotSupported;
7 use Sabre\DAV\Xml\Property\Href;
23 class Plugin extends DAV\ServerPlugin {
60 * @param DAV\Server $server
136 * @param DAV\INode $node
139 function propFindEarly(DAV\PropFind $propFind, DAV\INode $node) {
282 * @param DAV\IFile $node
659 * @param DAV\INode $node
662 function propFindLate(DAV\PropFind $propFind, DAV\INode $node) {
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php3 namespace Sabre\DAV\FS;
5 use Sabre\DAV; alias
14 class Directory extends Node implements DAV\ICollection, DAV\IQuota {
69 * @throws DAV\Exception\NotFound
70 * @return DAV\INode
76 …if (!file_exists($path)) throw new DAV\Exception\NotFound('File with name ' . $path . ' could not …
93 * @return DAV\INode[]
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php3 namespace Sabre\DAV\FS;
5 use Sabre\DAV; alias
14 class Directory extends Node implements DAV\ICollection, DAV\IQuota {
69 * @throws DAV\Exception\NotFound
70 * @return DAV\INode
76 …if (!file_exists($path)) throw new DAV\Exception\NotFound('File with name ' . $path . ' could not …
93 * @return DAV\INode[]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Xml\Property\Href;
26 class SharingPlugin extends DAV\ServerPlugin {
80 * @param DAV\Server $server
111 * @param DAV\PropFind $propFind
112 * @param DAV\INode $node
115 function propFindEarly(DAV\PropFind $propFind, DAV\INode $node) {
176 * @param DAV\PropFind $propFind
177 * @param DAV\INode $node
180 function propFindLate(DAV\PropFind $propFind, DAV\INode $node) {
[all …]
H A DCalendarHome.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Exception\NotFound;
7 use Sabre\DAV\MkCol;
23 class CalendarHome implements DAV\IExtendedCollection, DAVACL\IACL {
72 throw new DAV\Exception\Forbidden();
83 throw new DAV\Exception\Forbidden();
109 …throw new DAV\Exception\MethodNotAllowed('Creating new files in this collection is not supported');
237 * @throws DAV\Exception\InvalidResourceType
257 throw new DAV\Exception\InvalidResourceType('Unknown resourceType: ' . $rt);
266 … throw new DAV\Exception\InvalidResourceType('This backend does not support subscriptions');
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php5 use Sabre\DAV; alias
15 new DAV\Mock\PropertiesCollection('node1', [], array(
17 '{http://sabredav.org/ns}href' => new DAV\Xml\Property\Href('node2'),
20 new DAV\Mock\PropertiesCollection('node2', [], array(
22 '{http://sabredav.org/ns}hreflist' => new DAV\Xml\Property\Href(['node1','node3']),
25 new DAV\Mock\PropertiesCollection('node3', [], array(
31 $fakeServer = new DAV\Server($tree);
72 'X-Sabre-Version' => [DAV\Version::VERSION],
H A DPluginAdminTest.php5 use Sabre\DAV; alias
23 $fakeServer = new DAV\Server($tree);
25 $plugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm');
59 $fakeServer = new DAV\Server($tree);
61 $plugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm');
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php5 use Sabre\DAV; alias
17 class AddressBook extends DAV\Collection implements IAddressBook, DAV\IProperties, DAVACL\IACL, DAV
68 if (!$obj) throw new DAV\Exception\NotFound('Card not found');
121 … throw new DAV\Exception\MethodNotAllowed('Creating collections in addressbooks is not allowed');
142 $vcardData = DAV\StringUtil::ensureUTF8($vcardData);
167 throw new DAV\Exception\MethodNotAllowed('Renaming addressbooks is not yet supported');
191 * @param DAV\PropPatch $propPatch
194 function propPatch(DAV\PropPatch $propPatch) {
H A DPlugin.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Exception\ReportNotSupported;
7 use Sabre\DAV\Xml\Property\LocalHref;
46 * @var DAV\Server
60 * @param DAV\Server $server
136 * @param DAV\INode $node
139 function propFindEarly(DAV\PropFind $propFind, DAV\INode $node) {
283 * @param DAV\IFile $node
715 * @param DAV\INode $node
718 function propFindLate(DAV\PropFind $propFind, DAV\INode $node) {
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php3 namespace Sabre\DAV\FSExt;
5 use Sabre\DAV; alias
10 class ServerTest extends DAV\AbstractServer{
27 'X-Sabre-Version' => [DAV\Version::VERSION],
49 'X-Sabre-Version' => [DAV\Version::VERSION],
72 'X-Sabre-Version' => [DAV\Version::VERSION],
91 'X-Sabre-Version' => [DAV\Version::VERSION],
107 'X-Sabre-Version' => [DAV\Version::VERSION],
180 'X-Sabre-Version'=> [DAV\Version::VERSION],
201 'X-Sabre-Version'=> [DAV\Version::VERSION],
[all …]
/plugin/webdav/core/DAV/
H A DAbstractFile.php11 namespace dokuwiki\plugin\webdav\core\DAV;
13 use Sabre\DAV\File;
36 * @throws DAV\Exception\Forbidden
42 throw new DAV\Exception\Forbidden('You are not allowed to access this file');
65 * @throws DAV\Exception\Forbidden
70 throw new DAV\Exception\Forbidden('Permission denied to rename file');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSubscriptionsTest.php6 Sabre\DAV\MkCol,
17 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/te…
53 $rt = ['{DAV:}collection', '{http://calendarserver.org/ns/}subscribed'];
57 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/te…
77 $rt = ['{DAV:}collection', '{http://calendarserver.org/ns/}subscribed'];
81 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/te…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Exception\NotFound;
7 use Sabre\DAV\MkCol;
23 class CalendarHome implements DAV\IExtendedCollection, DAVACL\IACL {
74 throw new DAV\Exception\Forbidden();
85 throw new DAV\Exception\Forbidden();
111 …throw new DAV\Exception\MethodNotAllowed('Creating new files in this collection is not supported');
231 * @throws DAV\Exception\InvalidResourceType
251 throw new DAV\Exception\InvalidResourceType('Unknown resourceType: ' . $rt);
260 … throw new DAV\Exception\InvalidResourceType('This backend does not support subscriptions');
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php5 use Sabre\DAV; alias
6 use Sabre\DAV\INode;
7 use Sabre\DAV\Exception\BadRequest;
26 class Plugin extends DAV\ServerPlugin {
467 * @param string|DAV\INode $node
498 * @param string|DAV\INode $node
671 * @param DAV\Server $server
832 * @param DAV\PropFind $propFind
833 * @param DAV\INode $node
839 function propFind(DAV\PropFind $propFind, DAV\INode $node) {
[all …]
H A DPrincipal.php5 use Sabre\DAV; alias
23 class Principal extends DAV\Node implements IPrincipal, DAV\IProperties, IACL {
48 … throw new DAV\Exception('The principal properties must at least contain the \'uri\' key');
193 * @param DAV\PropPatch $propPatch
196 function propPatch(DAV\PropPatch $propPatch) {
266 throw new DAV\Exception\MethodNotAllowed('Updating ACLs is not allowed here');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php3 namespace Sabre\DAV\Mount;
5 use Sabre\DAV; alias
18 class Plugin extends DAV\ServerPlugin {
23 * @var DAV\Server
30 * @param DAV\Server $server
33 function initialize(DAV\Server $server) {
/plugin/webdav/core/Plugin/
H A DFakeLocker.php29 use Sabre\DAV\INode;
30 use Sabre\DAV\Locks\LockInfo;
31 use Sabre\DAV\PropFind;
32 use Sabre\DAV\ServerPlugin;
33 use Sabre\DAV\Xml\Property\LockDiscovery;
34 use Sabre\DAV\Xml\Property\SupportedLock;
55 public function initialize(\Sabre\DAV\Server $server)
138 $lockInfo->depth = \Sabre\DAV\Server::DEPTH_INFINITY;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php3 namespace Sabre\DAV\Xml\Element;
5 use Sabre\DAV; alias
7 class ResponseTest extends DAV\Xml\XmlTest {
141 '{DAV:}link' => new DAV\Xml\Property\Href('http://sabredav.org/', false)
146 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php3 namespace Sabre\DAV\Browser;
5 use Sabre\DAV; alias
6 use Sabre\DAV\MkCol;
24 class Plugin extends DAV\ServerPlugin {
29 * @var DAV\Server
72 * @param DAV\Server $server
75 function initialize(DAV\Server $server) {
422 if (DAV\Server::$exposeVersion) {
500 * @param DAV\INode $node
550 * @throws DAV\Exception\NotFound
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DLockedTest.php3 namespace Sabre\DAV\Exception;
6 Sabre\DAV, alias
20 $lockInfo = new DAV\Locks\LockInfo();
24 $locked->serialize(new DAV\Server(), $root);
49 $lockInfo = new DAV\Locks\LockInfo();
53 $locked->serialize(new DAV\Server(), $root);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DPreconditionFailed.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
18 class PreconditionFailed extends DAV\Exception {
57 * @param DAV\Server $server
61 function serialize(DAV\Server $server, \DOMElement $errorNode) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DPreconditionFailed.php3 namespace Sabre\DAV\Exception;
5 use Sabre\DAV; alias
18 class PreconditionFailed extends DAV\Exception {
57 * @param DAV\Server $server
61 function serialize(DAV\Server $server, \DOMElement $errorNode) {

12345678910>>...23