Home
last modified time | relevance | path

Searched refs:DAV (Results 251 – 275 of 556) sorted by relevance

1...<<11121314151617181920>>...23

/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php3 namespace Sabre\DAV\PropertyStorage\Backend;
5 use Sabre\DAV\PropFind;
6 use Sabre\DAV\PropPatch;
7 use Sabre\DAV\Xml\Property\Complex;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DBackendInterface.php3 namespace Sabre\DAV\Locks\Backend;
5 use Sabre\DAV\Locks;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DBackendInterface.php3 namespace Sabre\DAV\Locks\Backend;
5 use Sabre\DAV\Locks;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DAclRestrictionsTest.php5 use Sabre\DAV; alias
20 $xml = (new DAV\Server())->xml->write('{DAV:}root', $prop);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php7 use Sabre\DAV; alias
166 case DAV\Sharing\Plugin::INVITE_ACCEPTED :
169 case DAV\Sharing\Plugin::INVITE_DECLINED :
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php5 use Sabre\DAV; alias
15 class Card extends DAV\File implements ICard, DAVACL\IACL {
94 $cardData = DAV\StringUtil::ensureUTF8($cardData);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DStreamingFile.php3 namespace Sabre\DAV\Mock;
5 use Sabre\DAV; alias
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php6 use Sabre\DAV; alias
7 use Sabre\DAV\Exception\Forbidden;
8 use Sabre\DAV\Xml\Element\Sharee;
305 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) {
365 if ($access === \Sabre\DAV\Sharing\Plugin::ACCESS_SHAREDOWNER) {
1192 function updateSubscription($subscriptionId, DAV\PropPatch $propPatch) {
1389 if ($sharee->access === \Sabre\DAV\Sharing\Plugin::ACCESS_NOACCESS) {
1399 $sharee->inviteStatus = \Sabre\DAV\Sharing\Plugin::INVITE_INVALID;
1403 $sharee->inviteStatus = \Sabre\DAV\Sharing\Plugin::INVITE_ACCEPTED;
1430 \Sabre\DAV\UUIDUtil::getUUID(),
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php3 namespace Sabre\DAV;
202 $root = $dom->createElementNS('DAV:', 'd:propfind');
212 if ($namespace === 'DAV:') {
273 '{DAV:}propertyupdate',
H A DServer.php3 namespace Sabre\DAV;
103 '{DAV:}getcontentlength',
104 '{DAV:}getetag',
105 '{DAV:}getlastmodified',
106 '{DAV:}lockdiscovery',
107 '{DAV:}supportedlock',
111 '{DAV:}quota-used-bytes',
116 '{DAV:}acl',
117 '{DAV:}acl-restrictions',
118 '{DAV:}inherited-acl-set',
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DAllowAccessTest.php5 use Sabre\DAV; alias
11 * @var DAV\Server
18 new DAV\SimpleCollection('testdir'),
21 $this->server = new DAV\Server($nodes);
H A DMockACLNode.php5 use Sabre\DAV; alias
8 class MockACLNode extends DAV\Node implements IACL {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DSupportedCalendarDataTest.php6 use Sabre\DAV; alias
8 class SupportedCalendarDataTest extends DAV\Xml\XmlTest {
H A DSupportedCollationSetTest.php6 use Sabre\DAV; alias
8 class SupportedCollationSetTest extends DAV\Xml\XmlTest {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/
H A DSupportedAddressDataTest.php6 use Sabre\DAV; alias
8 class SupportedAddressDataDataTest extends DAV\Xml\XmlTest {
H A DSupportedCollationSetTest.php6 use Sabre\DAV; alias
8 class SupportedCollationSetTest extends DAV\Xml\XmlTest {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php3 namespace Sabre\DAV;
97 '{DAV:}getcontentlength',
98 '{DAV:}getetag',
99 '{DAV:}getlastmodified',
100 '{DAV:}lockdiscovery',
101 '{DAV:}supportedlock',
105 '{DAV:}quota-used-bytes',
110 '{DAV:}acl',
111 '{DAV:}acl-restrictions',
112 '{DAV:}inherited-acl-set',
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DInvite.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\DAV\Xml\Element\Sharee;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractPDOTest.php3 namespace Sabre\DAV\Auth\Backend;
5 use Sabre\DAV; alias
H A DBasicCallBackTest.php3 namespace Sabre\DAV\Auth\Backend;
6 Sabre\DAV\Server,
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php9 use Sabre\DAV\Exception\BadRequest;
10 use Sabre\DAV\Exception\Forbidden;
11 use Sabre\DAV\Exception\NotFound;
12 use Sabre\DAV\Exception\NotImplemented;
13 use Sabre\DAV\INode;
14 use Sabre\DAV\PropFind;
15 use Sabre\DAV\PropPatch;
16 use Sabre\DAV\Server;
17 use Sabre\DAV\ServerPlugin;
18 use Sabre\DAV\Sharing;
[all …]
/plugin/webdav/core/DAV/Collection/Pages/
H A DFile.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\Pages;
13 use dokuwiki\plugin\webdav\core\DAV\AbstractFile;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropFindTest.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Xml\XmlTest;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php5 use Sabre\DAV; alias
18 class Inbox extends DAV\Collection implements IInbox {
203 throw new DAV\Exception\MethodNotAllowed('You\'re not allowed to update the ACL');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DShareResource.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Xml\Element\Sharee;

1...<<11121314151617181920>>...23