Home
last modified time | relevance | path

Searched refs:getACL (Results 26 – 50 of 60) sorted by path

123

/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/
H A DSharedCalendarTest.php105 $this->assertEquals($expected, $this->getInstance()->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());
H A DAddressBookTest.php143 ), $this->ab->getACL());
H A DCardTest.php163 ), $this->card->getACL());
194 ), $card->getACL());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DACLMethodTest.php321 ), $node->getACL());
H A DMockACLNode.php38 function getACL() { function in Sabre\\DAVACL\\MockACLNode
H A DPrincipalTest.php185 ),$principal->getACL());
H A DSimplePluginTest.php225 $this->assertEquals($acl,$aclPlugin->getACL('foo'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DCollectionTest.php27 $this->assertEquals($this->acl, $child->getACL());
39 $this->assertEquals($this->acl, $child->getACL());
H A DFileTest.php51 $this->sut->getACL()
H A DHomeCollectionTest.php66 $this->assertEquals($acl, $child->getACL());
99 $this->sut->getACL()
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php265 function getACL() { function in Sabre\\CalDAV\\Calendar
H A DCalendarHome.php297 function getACL() { function in Sabre\\CalDAV\\CalendarHome
H A DCalendarObject.php208 function getACL() { function in Sabre\\CalDAV\\CalendarObject
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php118 function getACL() { function in Sabre\\CalDAV\\Principal\\User
120 $acl = parent::getACL();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php135 function getACL() { function in Sabre\\CalDAV\\Schedule\\Inbox
H A DOutbox.php91 function getACL() { function in Sabre\\CalDAV\\Schedule\\Outbox
H A DSchedulingObject.php125 function getACL() { function in Sabre\\CalDAV\\Schedule\\SchedulingObject

123