Home
last modified time | relevance | path

Searched refs:getShares (Results 1 – 11 of 11) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DShareableCalendar.php51 function getShares() { function in Sabre\\CalDAV\\ShareableCalendar
53 return $this->caldavBackend->getShares($this->calendarInfo['id']);
H A DSharedCalendar.php142 function getShares() { function in Sabre\\CalDAV\\SharedCalendar
144 return $this->caldavBackend->getShares($this->calendarInfo['id']);
H A DSharingPlugin.php121 $node->getShares()
161 $node->getShares(),
184 if (count($node->getShares()) > 0) {
219 $shares = $node->getShares();
H A DISharedCalendar.php34 function getShares(); function
H A DIShareableCalendar.php46 function getShares(); function
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php217 function getShares($calendarId); function
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DShareableCalendarTest.php50 )), $this->instance->getShares());
H A DSharedCalendarTest.php51 )), $this->getInstance()->getShares());
H A DSharingPluginTest.php106 $this->assertEquals(0, count($this->caldavBackend->getShares(1)));
196 )), $this->caldavBackend->getShares(1));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php118 function getShares($calendarId) { function in Sabre\\CalDAV\\Backend\\MockSharing
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1060 * BC Break: Sabre_CalDAV_ISharedCalendar now also has a getShares method, so