Searched refs:updateSyncTokenLog (Results 1 – 2 of 2) sorted by relevance
/plugin/davcal/ |
H A D | helper.php | 374 $this->updateSyncTokenLog($calid, '', 'modified'); 397 $this->updateSyncTokenLog($calid, '', 'modified'); 420 $this->updateSyncTokenLog($calid, '', 'modified'); 704 $this->updateSyncTokenLog($calid, $uri, 'added'); 739 $this->updateSyncTokenLog($calid, $uri, 'modified'); 871 $this->updateSyncTokenLog($calid, $uri, 'added'); 1382 $this->updateSyncTokenLog($calid, $uri, 'modified'); 1406 $this->updateSyncTokenLog($calid, $uri, 'deleted'); 1442 $this->updateSyncTokenLog($calid, $uri, 'deleted'); 1497 private function updateSyncTokenLog($calid, $uri, $operation) function in helper_plugin_davcal
|
/plugin/davcard/ |
H A D | helper.php | 438 $this->updateSyncTokenLog($addressbookid, $uri, 'deleted'); 540 $this->updateSyncTokenLog($addressbookid, $uri, 'modified'); 619 $this->updateSyncTokenLog($addressbookid, $uri, 'added'); 806 private function updateSyncTokenLog($addressbookid, $uri, $operation) function in helper_plugin_davcard
|