Searched defs:objectUri (Results 1 – 13 of 13) sorted by relevance
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | SchedulingSupport.php | 31 function getSchedulingObject($principalUri, $objectUri); 53 function deleteSchedulingObject($principalUri, $objectUri); 63 function createSchedulingObject($principalUri, $objectUri, $objectData);
|
H A D | SimplePDO.php | 203 function getCalendarObject($calendarId, $objectUri) { 240 function createCalendarObject($calendarId, $objectUri, $calendarData) { 271 function updateCalendarObject($calendarId, $objectUri, $calendarData) { 289 function deleteCalendarObject($calendarId, $objectUri) {
|
H A D | PDO.php | 470 function getCalendarObject($calendarId, $objectUri) { 561 function createCalendarObject($calendarId, $objectUri, $calendarData) { 607 function updateCalendarObject($calendarId, $objectUri, $calendarData) { 720 function deleteCalendarObject($calendarId, $objectUri) { 1040 protected function addChange($calendarId, $objectUri, $operation) { 1258 function getSchedulingObject($principalUri, $objectUri) { 1314 function deleteSchedulingObject($principalUri, $objectUri) { 1329 function createSchedulingObject($principalUri, $objectUri, $objectData) {
|
H A D | BackendInterface.php | 131 function getCalendarObject($calendarId, $objectUri); 165 function createCalendarObject($calendarId, $objectUri, $calendarData); 185 function updateCalendarObject($calendarId, $objectUri, $calendarData); 196 function deleteCalendarObject($calendarId, $objectUri);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | SchedulingSupport.php | 31 function getSchedulingObject($principalUri, $objectUri); 53 function deleteSchedulingObject($principalUri, $objectUri); 63 function createSchedulingObject($principalUri, $objectUri, $objectData);
|
H A D | PDO.php | 385 function getCalendarObject($calendarId, $objectUri) { 466 function createCalendarObject($calendarId, $objectUri, $calendarData) { 507 function updateCalendarObject($calendarId, $objectUri, $calendarData) { 608 function deleteCalendarObject($calendarId, $objectUri) { 913 protected function addChange($calendarId, $objectUri, $operation) { 1129 function getSchedulingObject($principalUri, $objectUri) { 1185 function deleteSchedulingObject($principalUri, $objectUri) { 1200 function createSchedulingObject($principalUri, $objectUri, $objectData) {
|
H A D | BackendInterface.php | 129 function getCalendarObject($calendarId, $objectUri); 163 function createCalendarObject($calendarId, $objectUri, $calendarData); 183 function updateCalendarObject($calendarId, $objectUri, $calendarData); 194 function deleteCalendarObject($calendarId, $objectUri);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
H A D | MockScheduling.php | 27 public function getSchedulingObject($principalUri, $objectUri) { 62 public function deleteSchedulingObject($principalUri, $objectUri) { 78 public function createSchedulingObject($principalUri, $objectUri, $objectData) {
|
H A D | AbstractTest.php | 145 function getCalendarObject($calendarId, $objectUri) { 174 function createCalendarObject($calendarId,$objectUri,$calendarData) { } 175 function updateCalendarObject($calendarId,$objectUri,$calendarData) { } 176 function deleteCalendarObject($calendarId,$objectUri) { }
|
H A D | Mock.php | 149 function getCalendarObject($calendarId,$objectUri) { 170 function createCalendarObject($calendarId,$objectUri,$calendarData) { 189 function updateCalendarObject($calendarId,$objectUri,$calendarData) { 207 function deleteCalendarObject($calendarId,$objectUri) {
|
/plugin/davcal/ |
H A D | calendarBackendDokuwiki.php | 276 function getCalendarObject($calendarId, $objectUri) 355 function createCalendarObject($calendarId, $objectUri, $calendarData) 383 function updateCalendarObject($calendarId, $objectUri, $calendarData) 404 function deleteCalendarObject($calendarId, $objectUri) 676 function getSchedulingObject($principalUri, $objectUri) 708 function deleteSchedulingObject($principalUri, $objectUri) 722 function createSchedulingObject($principalUri, $objectUri, $objectData)
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/ |
H A D | PDO.php | 535 protected function addChange($addressBookId, $objectUri, $operation) {
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/ |
H A D | PDO.php | 530 protected function addChange($addressBookId, $objectUri, $operation) {
|