Searched refs:updateCalendar (Results 1 – 11 of 11) sorted by relevance
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | BackendInterface.php | 72 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch); function
|
H A D | AbstractBackend.php | 35 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { function in Sabre\\CalDAV\\Backend\\AbstractBackend
|
H A D | PDO.php | 305 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { function in Sabre\\CalDAV\\Backend\\PDO
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | BackendInterface.php | 70 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch); function
|
H A D | AbstractBackend.php | 35 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { function in Sabre\\CalDAV\\Backend\\AbstractBackend
|
H A D | PDO.php | 259 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) { function in Sabre\\CalDAV\\Backend\\PDO
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
H A D | AbstractTest.php | 15 $abstract->updateCalendar('randomid', $propPatch);
|
H A D | AbstractPDOTest.php | 80 $backend->updateCalendar($newId, $propPatch);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 75 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Calendar.php | 73 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
|
/plugin/davcal/ |
H A D | calendarBackendDokuwiki.php | 160 function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch) function in DokuWikiSabreCalendarBackend
|