Home
last modified time | relevance | path

Searched refs:DAV (Results 151 – 175 of 556) sorted by relevance

12345678910>>...23

/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DISyncCollection.php3 namespace Sabre\DAV\Sync;
5 use Sabre\DAV; alias
18 interface ISyncCollection extends DAV\ICollection {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookQueryTest.php6 use Sabre\DAV; alias
43 $client = new DAV\Client(array('baseUri'=>'/'));
93 $client = new DAV\Client(array('baseUri'=>'/'));
138 $client = new DAV\Client(array('baseUri'=>'/'));
177 $client = new DAV\Client(array('baseUri'=>'/'));
220 $client = new DAV\Client(array('baseUri'=>'/'));
265 $client = new DAV\Client(array('baseUri'=>'/'));
H A DIDirectoryTest.php5 use Sabre\DAV; alias
15 $server = new DAV\Server($tree);
26 class DirectoryMock extends DAV\SimpleCollection implements IDirectory {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DInvalidResourceType.php3 namespace Sabre\DAV\Exception;
22 * @param DAV\Server $server
26 function serialize(\Sabre\DAV\Server $server, \DOMElement $errorNode) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DICollection.php3 namespace Sabre\DAV;
57 * @return DAV\INode
64 * @return DAV\INode[]
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Pages;
15 use Sabre\DAV\Exception\Forbidden;
16 use Sabre\DAV\Exception\NotFound;
18 class Directory extends webdav\core\DAV\AbstractDirectory
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DACLTest.php5 use Sabre\DAV; alias
7 use Sabre\DAV\Browser\HtmlOutputHelper;
21 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl);
45 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl, '/');
95 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl, '/');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalPropertySearchTest.php5 use Sabre\DAV; alias
16 $dir = new DAV\SimpleCollection('root');
20 $fakeServer = new DAV\Server($dir);
67 'X-Sabre-Version' => [DAV\Version::VERSION],
106 'X-Sabre-Version' => [DAV\Version::VERSION],
146 'X-Sabre-Version' => [DAV\Version::VERSION],
219 'X-Sabre-Version' => [DAV\Version::VERSION],
291 'X-Sabre-Version' => [DAV\Version::VERSION],
356 'X-Sabre-Version' => [DAV\Version::VERSION],
/plugin/webdav/core/Backend/
H A DLocksFile.php13 use Sabre\DAV; alias
15 class LocksFile extends DAV\Locks\Backend\File
24 public function lock($uri, DAV\Locks\LockInfo $lockInfo)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropPatchTest.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Xml\XmlTest;
6 use Sabre\DAV\Xml\Property\Href;
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Media;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractDirectory;
14 use Sabre\DAV\Exception\Forbidden;
15 use Sabre\DAV\Exception\NotFound;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php6 use Sabre\DAV\Xml\Element\Sharee;
86 ? \Sabre\DAV\Sharing\Plugin::ACCESS_READWRITE
87 : \Sabre\DAV\Sharing\Plugin::ACCESS_READ;
100 'access' => \Sabre\DAV\Sharing\Plugin::ACCESS_NOACCESS
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV; alias
6 use Sabre\DAV\Locks\LockInfo;
92 …$writer->writeElement('{DAV:}depth', ($lock->depth == DAV\Server::DEPTH_INFINITY ? 'infinity' : $l…
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php3 namespace Sabre\DAV\FSExt;
5 use Sabre\DAV; alias
6 use Sabre\DAV\FS\Node;
15 class File extends Node implements DAV\PartialUpdate\IPatchSupport {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php3 namespace Sabre\DAV\FSExt;
5 use Sabre\DAV; alias
6 use Sabre\DAV\FS\Node;
15 class File extends Node implements DAV\PartialUpdate\IPatchSupport {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV; alias
6 use Sabre\DAV\Locks\LockInfo;
92 …$writer->writeElement('{DAV:}depth', ($lock->depth == DAV\Server::DEPTH_INFINITY ? 'infinity' : $l…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DPluginPropertiesTest.php6 use Sabre\DAV; alias
42 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
47 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
52 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DPropTest.php3 namespace Sabre\DAV\Xml\Element;
5 use Sabre\DAV\Xml\XmlTest;
6 use Sabre\DAV\Xml\Property\Complex;
7 use Sabre\DAV\Xml\Property\Href;
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php3 namespace Sabre\DAV\PropertyStorage\Backend;
5 use Sabre\DAV\PropFind;
6 use Sabre\DAV\PropPatch;
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php3 namespace Sabre\DAV\PropertyStorage\Backend;
5 use Sabre\DAV\PropFind;
6 use Sabre\DAV\PropPatch;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Browser\HtmlOutput;
7 use Sabre\DAV\Browser\HtmlOutputHelper;
188 …throw new DAV\Exception\BadRequest('Each {DAV:}ace element must have one {DAV:}principal element');
211 …throw new DAV\Exception\NotImplemented('Every {DAV:}ace element must have a {DAV:}grant element. {…
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Browser\HtmlOutput;
7 use Sabre\DAV\Browser\HtmlOutputHelper;
188 …throw new DAV\Exception\BadRequest('Each {DAV:}ace element must have one {DAV:}principal element');
211 …throw new DAV\Exception\NotImplemented('Every {DAV:}ace element must have a {DAV:}grant element. {…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedReportSetTest.php3 namespace Sabre\DAV\Property;
5 use Sabre\DAV; alias
11 class SupportedReportSetTest extends DAV\AbstractServer {
67 $this->server->on('propFind', function(DAV\PropFind $propFind, DAV\INode $node) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DTooManyMatchesTest.php3 namespace Sabre\DAV\Exception;
6 Sabre\DAV, alias
22 $locked->serialize(new DAV\Server(), $root);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php3 namespace Sabre\DAV\Mock;
5 use Sabre\DAV; alias
22 class Collection extends DAV\Collection {
43 } elseif ($value instanceof \Sabre\DAV\INode) {

12345678910>>...23