Home
last modified time | relevance | path

Searched refs:getSupportedPrivilegeSet (Results 1 – 25 of 41) sorted by path

12

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php389 function getSupportedPrivilegeSet() { function in Sabre\\CalDAV\\Calendar
H A DCalendarHome.php377 function getSupportedPrivilegeSet() { function in Sabre\\CalDAV\\CalendarHome
H A DCalendarObject.php284 function getSupportedPrivilegeSet() { function in Sabre\\CalDAV\\CalendarObject
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php167 function getSupportedPrivilegeSet() { function in Sabre\\CalDAV\\Notifications\\Collection
H A DNode.php187 function getSupportedPrivilegeSet() { function in Sabre\\CalDAV\\Notifications\\Node
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php219 function getSupportedPrivilegeSet() { function in Sabre\\CalDAV\\Schedule\\Inbox
H A DOutbox.php170 function getSupportedPrivilegeSet() { function in Sabre\\CalDAV\\Schedule\\Outbox
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php268 function getSupportedPrivilegeSet() { function in Sabre\\CalDAV\\Subscriptions\\Subscription
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php332 function getSupportedPrivilegeSet() { function in Sabre\\CardDAV\\AddressBook
H A DAddressBookHome.php257 function getSupportedPrivilegeSet() { function in Sabre\\CardDAV\\AddressBookHome
H A DCard.php257 function getSupportedPrivilegeSet() { function in Sabre\\CardDAV\\Card
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php147 function getSupportedPrivilegeSet() { function in Sabre\\DAVACL\\FS\\Collection
H A DFile.php117 function getSupportedPrivilegeSet() { function in Sabre\\DAVACL\\FS\\File
H A DHomeCollection.php182 function getSupportedPrivilegeSet() { function in Sabre\\DAVACL\\FS\\HomeCollection
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DIACL.php72 function getSupportedPrivilegeSet(); function
H A DPlugin.php325 function getSupportedPrivilegeSet($node) { function in Sabre\\DAVACL\\Plugin
332 $result = $node->getSupportedPrivilegeSet();
417 $privs = $this->getSupportedPrivilegeSet($node);
906 return new Xml\Property\SupportedPrivilegeSet($this->getSupportedPrivilegeSet($node));
H A DPrincipal.php282 function getSupportedPrivilegeSet() { function in Sabre\\DAVACL\\Principal
H A DPrincipalCollection.php145 function getSupportedPrivilegeSet() { function in Sabre\\DAVACL\\PrincipalCollection
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php205 $this->assertNull($this->usercalendars->getSupportedPrivilegeSet());
H A DCalendarObjectTest.php364 $this->assertNull($obj->getSupportedPrivilegeSet());
H A DCalendarTest.php242 $result = $this->calendar->getSupportedPrivilegeSet();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php87 $this->assertNull($col->getSupportedPrivilegeSet());
H A DNodeTest.php98 $this->assertNull($node->getSupportedPrivilegeSet());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php81 $r = $inbox->getSupportedPrivilegeSet();
H A DOutboxTest.php71 $r = $outbox->getSupportedPrivilegeSet();

12