Home
last modified time | relevance | path

Searched refs:getACL (Results 1 – 25 of 60) sorted by last modified time

123

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php276 function getACL() { function in Sabre\\CalDAV\\Calendar
H A DCalendarObject.php219 function getACL() { function in Sabre\\CalDAV\\CalendarObject
H A DSharedCalendar.php74 function getACL() { function in Sabre\\CalDAV\\SharedCalendar
79 $acl = parent::getACL();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DSchedulingObject.php125 function getACL() { function in Sabre\\CalDAV\\Schedule\\SchedulingObject
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php264 function getACL() { function in Sabre\\CardDAV\\AddressBook
H A DAddressBookHome.php214 function getACL() { function in Sabre\\CardDAV\\AddressBookHome
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php115 function getACL() { function in Sabre\\DAVACL\\FS\\Collection
H A DFile.php85 function getACL() { function in Sabre\\DAVACL\\FS\\File
H A DHomeCollection.php144 function getACL() { function in Sabre\\DAVACL\\FS\\HomeCollection
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DIACL.php48 function getACL(); function
H A DPlugin.php470 function getACL($node) { function in Sabre\\DAVACL\\Plugin
478 $acl = $node->getACL();
507 $acl = $this->getACL($node);
923 $acl = $this->getACL($node);
925 return new Xml\Property\Acl($this->getACL($node));
1036 $oldAcl = $this->getACL($node);
H A DPrincipal.php244 function getACL() { function in Sabre\\DAVACL\\Principal
H A DPrincipalCollection.php109 function getACL() { function in Sabre\\DAVACL\\PrincipalCollection
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php96 $this->assertEquals($expected, $this->usercalendars->getACL());
H A DCalendarObjectTest.php208 $this->assertEquals($expected, $obj->getACL());
243 $this->assertEquals($expected, $calendarObject->getACL());
H A DCalendarTest.php227 $this->assertEquals($expected, $this->calendar->getACL());
H A DSharedCalendarTest.php105 $this->assertEquals($expected, $this->getInstance()->getACL());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php70 $this->assertEquals($expected, $col->getACL());
H A DNodeTest.php81 $this->assertEquals($expected, $node->getACL());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php122 $this->assertEquals($expected, $u->getACL());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php61 ), $inbox->getACL());
H A DOutboxTest.php54 ), $outbox->getACL());
H A DSchedulingObjectTest.php207 $this->assertEquals($expected, $obj->getACL());
242 $this->assertEquals($expected, $calendarObject->getACL());
395 $this->assertEquals([], $obj->getACL());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php80 $this->assertEquals($acl, $sub->getACL());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php144 ), $this->s->getACL());

123