Home
last modified time | relevance | path

Searched refs:getOwner (Results 26 – 50 of 78) sorted by path

1234

/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php183 function getOwner() { function in Sabre\\CardDAV\\AddressBookHome
H A DCard.php178 function getOwner() { function in Sabre\\CardDAV\\Card
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php84 function getOwner() { function in Sabre\\DAVACL\\FS\\Collection
H A DFile.php54 function getOwner() { function in Sabre\\DAVACL\\FS\\File
H A DHomeCollection.php113 function getOwner() { function in Sabre\\DAVACL\\FS\\HomeCollection
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DIACL.php25 function getOwner(); function
H A DPlugin.php522 $owner = $node->getOwner();
936 return new DAV\Xml\Property\Href($node->getOwner() . '/');
H A DPrincipal.php212 function getOwner() { function in Sabre\\DAVACL\\Principal
H A DPrincipalCollection.php82 function getOwner() { function in Sabre\\DAVACL\\PrincipalCollection
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php57 $this->assertEquals('principals/user1', $this->usercalendars->getOwner());
H A DCalendarObjectTest.php160 $this->assertEquals('principals/user1', $obj->getOwner());
H A DCalendarTest.php183 $this->assertEquals('principals/user1',$this->calendar->getOwner());
H A DSharedCalendarTest.php56 $this->assertEquals('principals/owner', $this->getInstance()->getOwner());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php43 $this->assertEquals('principals/user1', $col->getOwner());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DInboxTest.php17 $this->assertEquals('principals/user1', $inbox->getOwner());
H A DOutboxTest.php14 $this->assertEquals('principals/user1', $outbox->getOwner());
H A DSchedulingObjectTest.php159 $this->assertEquals('principals/user1', $obj->getOwner());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php50 $this->assertEquals('principals/user1', $sub->getOwner());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php131 $this->assertEquals('principals/user1', $this->s->getOwner());
H A DAddressBookTest.php130 $this->assertEquals('principals/user1', $this->ab->getOwner());
H A DCardTest.php150 $this->assertEquals('principals/user1', $this->card->getOwner());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/FS/
H A DCollectionTest.php28 $this->assertEquals($this->owner, $child->getOwner());
40 $this->assertEquals($this->owner, $child->getOwner());
H A DFileTest.php34 $this->sut->getOwner()
H A DHomeCollectionTest.php67 $this->assertEquals($owner, $child->getOwner());
74 $this->sut->getOwner()
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DMockACLNode.php26 function getOwner() { function in Sabre\\DAVACL\\MockACLNode

1234