Home
last modified time | relevance | path

Searched refs:DAV (Results 176 – 200 of 556) sorted by relevance

12345678910>>...23

/plugin/davcal/
H A Dcalendarserver.php60 $server = new Sabre\DAV\Server($tree);
66 $authPlugin = new Sabre\DAV\Auth\Plugin($authBackend);
87 $server->addPlugin(new Sabre\DAV\Sync\Plugin());
90 $browser = new Sabre\DAV\Browser\Plugin();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php3 namespace Sabre\DAV\Sync;
6 Sabre\DAV, alias
35 new DAV\SimpleFile('file1.txt','foo'),
36 new DAV\SimpleFile('file2.txt','bar'),
40 new DAV\SimpleCollection('normalcoll', [])
109 $this->assertEquals(2, count($responses), 'We expected exactly 2 {DAV:}response');
117 '{DAV:}getcontentlength' => 3,
127 '{DAV:}getcontentlength' => 3,
234 $this->assertEquals(1, count($responses), 'We expected exactly 1 {DAV:}response');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php5 use Sabre\DAV; alias
6 use Sabre\DAV\MkCol;
177 * @param DAV\PropPatch $propPatch
179 function updatePrincipal($path, DAV\PropPatch $propPatch) {
292 if (!$principal) throw new DAV\Exception('Principal not found');
314 if (!$principal) throw new DAV\Exception('Principal not found');
352 if (!$principalId) throw new DAV\Exception('Principal not found');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php5 use Sabre\DAV\Xml\Property\Href;
6 use Sabre\DAV\PropPatch;
19 '{DAV:}displayname' => 'displayname',
44 '{DAV:}displayname' => 'displayname',
H A DPluginTest.php5 use Sabre\DAV\PropFind;
11 $server = new \Sabre\DAV\Server();
44 $plugin->propFind($propFind, new \Sabre\DAV\SimpleCollection('hi'));
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php5 use Sabre\DAV; alias
22 class VCFExportPlugin extends DAV\ServerPlugin {
34 * @param DAV\Server $server
37 function initialize(DAV\Server $server) {
H A DCard.php6 use Sabre\DAV; alias
15 class Card extends DAV\File implements ICard, DAVACL\IACL {
92 $cardData = DAV\StringUtil::ensureUTF8($cardData);
241 throw new DAV\Exception\MethodNotAllowed('Changing ACL is not yet supported');
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPrincipalCollection.php5 use Sabre\DAV\Exception\InvalidResourceType;
6 use Sabre\DAV\IExtendedCollection;
7 use Sabre\DAV\MkCol;
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php3 namespace Sabre\DAV\FS;
5 use Sabre\DAV; alias
14 class File extends Node implements DAV\IFile {
H A DNode.php3 namespace Sabre\DAV\FS;
5 use Sabre\DAV; alias
17 abstract class Node implements DAV\INode {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php3 namespace Sabre\DAV\FS;
5 use Sabre\DAV; alias
14 class File extends Node implements DAV\IFile {
H A DNode.php3 namespace Sabre\DAV\FS;
5 use Sabre\DAV; alias
17 abstract class Node implements DAV\INode {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DPrincipalTest.php5 use Sabre\DAV; alias
6 use Sabre\DAV\Browser\HtmlOutputHelper;
45 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin);
61 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin);
77 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin, '/');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php7 use Sabre\DAV; alias
8 use Sabre\DAV\Exception\BadRequest;
125 $status = DAV\Sharing\Plugin::INVITE_ACCEPTED;
128 $status = DAV\Sharing\Plugin::INVITE_DECLINED;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV; alias
6 use Sabre\DAV\Browser\HtmlOutputHelper;
7 use Sabre\DAV\Xml\XmlTest;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Browser\HtmlOutput;
6 use Sabre\DAV\Browser\HtmlOutputHelper;
H A DResourceType.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Browser\HtmlOutput;
6 use Sabre\DAV\Browser\HtmlOutputHelper;
/plugin/webdav/core/DAV/Collection/ODT/
H A DFile.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\ODT;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractFile;
14 use Sabre\DAV\Exception\Forbidden;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DPropertiesCollection.php3 namespace Sabre\DAV\Mock;
6 Sabre\DAV\IProperties,
7 Sabre\DAV\PropPatch;
H A DFile.php3 namespace Sabre\DAV\Mock;
5 use Sabre\DAV; alias
16 class File extends DAV\File {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php3 namespace Sabre\DAV\Locks;
6 use Sabre\DAV; alias
16 $tree = new DAV\FS\Directory(SABRE_TEMPDIR . '/mstest');
18 $server = new DAV\Server($tree);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedMethodSet.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Browser\HtmlOutput;
6 use Sabre\DAV\Browser\HtmlOutputHelper;
H A DResourceType.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Browser\HtmlOutput;
6 use Sabre\DAV\Browser\HtmlOutputHelper;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php5 use Sabre\DAV; alias
6 use Sabre\DAV\MkCol;
177 * @param DAV\PropPatch $propPatch
179 function updatePrincipal($path, DAV\PropPatch $propPatch) {
337 if (!$principal) throw new DAV\Exception('Principal not found');
359 if (!$principal) throw new DAV\Exception('Principal not found');
397 if (!$principalId) throw new DAV\Exception('Principal not found');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php5 use Sabre\DAV; alias
23 class Collection extends DAV\Collection implements ICollection, DAVACL\IACL {
151 throw new DAV\Exception\NotImplemented('Updating ACLs is not implemented here');

12345678910>>...23