Home
last modified time | relevance | path

Searched refs:getOwner (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php71 function getOwner() { function in Sabre\\CalDAV\\Schedule\\Outbox
107 'principal' => $this->getOwner(),
112 'principal' => $this->getOwner(),
117 'principal' => $this->getOwner(),
122 'principal' => $this->getOwner() . '/calendar-proxy-write',
127 'principal' => $this->getOwner() . '/calendar-proxy-write',
132 'principal' => $this->getOwner() . '/calendar-proxy-read',
137 'principal' => $this->getOwner() . '/calendar-proxy-write',
H A DInbox.php115 function getOwner() { function in Sabre\\CalDAV\\Schedule\\Inbox
151 'principal' => $this->getOwner(),
156 'principal' => $this->getOwner(),
161 'principal' => $this->getOwner(),
166 'principal' => $this->getOwner() . '/calendar-proxy-read',
171 'principal' => $this->getOwner() . '/calendar-proxy-write',
176 'principal' => $this->getOwner() . '/calendar-proxy-write',
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php73 function getOwner() { function in Sabre\\CalDAV\\Schedule\\Outbox
96 'principal' => $this->getOwner(),
101 'principal' => $this->getOwner(),
106 'principal' => $this->getOwner() . '/calendar-proxy-write',
111 'principal' => $this->getOwner() . '/calendar-proxy-read',
116 'principal' => $this->getOwner() . '/calendar-proxy-write',
H A DInbox.php117 function getOwner() { function in Sabre\\CalDAV\\Schedule\\Inbox
145 'principal' => $this->getOwner(),
150 'principal' => $this->getOwner(),
155 'principal' => $this->getOwner() . '/calendar-proxy-write',
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php247 function getOwner() { function in Sabre\\CalDAV\\Calendar
270 'principal' => $this->getOwner(),
275 'principal' => $this->getOwner() . '/calendar-proxy-write',
280 'principal' => $this->getOwner() . '/calendar-proxy-read',
293 'principal' => $this->getOwner(),
298 'principal' => $this->getOwner() . '/calendar-proxy-write',
319 'principal' => $this->getOwner(),
325 'principal' => $this->getOwner() . '/calendar-proxy-write',
330 'principal' => $this->getOwner() . '/calendar-proxy-read',
338 'principal' => $this->getOwner(),
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php245 function getOwner() { function in Sabre\\CalDAV\\Calendar
281 'principal' => $this->getOwner(),
286 'principal' => $this->getOwner() . '/calendar-proxy-write',
291 'principal' => $this->getOwner() . '/calendar-proxy-read',
304 'principal' => $this->getOwner(),
309 'principal' => $this->getOwner() . '/calendar-proxy-write',
330 'principal' => $this->getOwner(),
336 'principal' => $this->getOwner() . '/calendar-proxy-write',
341 'principal' => $this->getOwner() . '/calendar-proxy-read',
349 'principal' => $this->getOwner(),
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php179 function getOwner() { function in Sabre\\CalDAV\\Subscriptions\\Subscription
215 'principal' => $this->getOwner(),
220 'principal' => $this->getOwner(),
225 'principal' => $this->getOwner() . '/calendar-proxy-write',
230 'principal' => $this->getOwner() . '/calendar-proxy-write',
235 'principal' => $this->getOwner() . '/calendar-proxy-read',
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DNode.php102 $this->caldavBackend->deleteNotification($this->getOwner(), $this->notification);
113 function getOwner() { function in Sabre\\CalDAV\\Notifications\\Node
148 'principal' => $this->getOwner(),
153 'principal' => $this->getOwner(),
H A DCollection.php93 function getOwner() { function in Sabre\\CalDAV\\Notifications\\Collection
128 'principal' => $this->getOwner(),
133 'principal' => $this->getOwner(),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php181 function getOwner() { function in Sabre\\CalDAV\\Subscriptions\\Subscription
204 'principal' => $this->getOwner(),
209 'principal' => $this->getOwner() . '/calendar-proxy-write',
214 'principal' => $this->getOwner() . '/calendar-proxy-read',
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php233 function getOwner() { function in Sabre\\CardDAV\\AddressBook
269 'principal' => $this->getOwner(),
274 'principal' => $this->getOwner(),
294 'principal' => $this->getOwner(),
299 'principal' => $this->getOwner(),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DNode.php104 $this->caldavBackend->deleteNotification($this->getOwner(), $this->notification);
115 function getOwner() { function in Sabre\\CalDAV\\Notifications\\Node
/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 DHomeCollectionTest.php67 $this->assertEquals($owner, $child->getOwner());
74 $this->sut->getOwner()
H A DFileTest.php34 $this->sut->getOwner()
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DIACL.php25 function getOwner(); function
H A DACLTrait.php26 function getOwner() { function
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DIACL.php25 function getOwner(); function
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DStatable.php103 public function getOwner(); function
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php235 function getOwner() { function in Sabre\\CardDAV\\AddressBook
254 'principal' => $this->getOwner(),
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DMockACLNode.php26 function getOwner() { function in Sabre\\DAVACL\\MockACLNode
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DFile.php56 function getOwner() { function in Sabre\\DAVACL\\FS\\File
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DQuota.php65 public function getOwner() function in Google\\Service\\Compute\\Quota
/plugin/authfacebook/lib/GraphNodes/
H A DGraphGroup.php126 public function getOwner() function in Facebook\\GraphNodes\\GraphGroup
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DFile.php54 function getOwner() { function in Sabre\\DAVACL\\FS\\File

1234