Home
last modified time | relevance | path

Searched refs:getACL (Results 1 – 25 of 60) sorted by path

123

/plugin/aclauditor/
H A Dhelper.php38 'name' => 'getACL',
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php276 function getACL() { function in Sabre\\CalDAV\\Calendar
H A DCalendarHome.php318 function getACL() { function in Sabre\\CalDAV\\CalendarHome
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/Notifications/
H A DCollection.php124 function getACL() { function in Sabre\\CalDAV\\Notifications\\Collection
H A DNode.php144 function getACL() { function in Sabre\\CalDAV\\Notifications\\Node
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php118 function getACL() { function in Sabre\\CalDAV\\Principal\\User
120 $acl = parent::getACL();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php146 function getACL() { function in Sabre\\CalDAV\\Schedule\\Inbox
H A DOutbox.php102 function getACL() { function in Sabre\\CalDAV\\Schedule\\Outbox
H A DSchedulingObject.php125 function getACL() { function in Sabre\\CalDAV\\Schedule\\SchedulingObject
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php210 function getACL() { function in Sabre\\CalDAV\\Subscriptions\\Subscription
/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
H A DCard.php209 function getACL() { function in Sabre\\CardDAV\\Card
/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());

123