/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
H A D | AbstractTest.php | 51 $abstract->getCalendarObjectByUID('principal1', 'zim') 55 $abstract->getCalendarObjectByUID('principal1', 'foo') 58 $abstract->getCalendarObjectByUID('principal3', 'foo') 61 $abstract->getCalendarObjectByUID('principal1', 'shared')
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | BackendInterface.php | 268 function getCalendarObjectByUID($principalUri, $uid); function
|
H A D | AbstractBackend.php | 173 function getCalendarObjectByUID($principalUri, $uid) { function in Sabre\\CalDAV\\Backend\\AbstractBackend
|
H A D | PDO.php | 884 function getCalendarObjectByUID($principalUri, $uid) { function in Sabre\\CalDAV\\Backend\\PDO
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | BackendInterface.php | 266 function getCalendarObjectByUID($principalUri, $uid); function
|
H A D | AbstractBackend.php | 168 function getCalendarObjectByUID($principalUri, $uid) { function in Sabre\\CalDAV\\Backend\\AbstractBackend
|
H A D | PDO.php | 762 function getCalendarObjectByUID($principalUri, $uid) { function in Sabre\\CalDAV\\Backend\\PDO
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 372 function getCalendarObjectByUID($uid) { function in Sabre\\CalDAV\\CalendarHome 374 return $this->caldavBackend->getCalendarObjectByUID($this->principalInfo['uri'], $uid);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarHome.php | 424 function getCalendarObjectByUID($uid) { function in Sabre\\CalDAV\\CalendarHome 426 return $this->caldavBackend->getCalendarObjectByUID($this->principalInfo['uri'], $uid);
|
/plugin/davcal/ |
H A D | calendarBackendDokuwiki.php | 491 function getCalendarObjectByUID($principalUri, $uid) function in DokuWikiSabreCalendarBackend
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 446 $result = $home->getCalendarObjectByUID($uid);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | Plugin.php | 524 $result = $home->getCalendarObjectByUID($uid);
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 659 * #529: Added getCalendarObjectByUID to PDO backend, speeding up scheduling 678 * Changed: CalDAV backends have a new method: `getCalendarObjectByUID`. This
|