Home
last modified time | relevance | path

Searched refs:updateSyncTokenLog (Results 1 – 2 of 2) sorted by relevance

/plugin/davcal/ !
H A Dhelper.php376 $this->updateSyncTokenLog($calid, '', 'modified');
399 $this->updateSyncTokenLog($calid, '', 'modified');
422 $this->updateSyncTokenLog($calid, '', 'modified');
697 $this->updateSyncTokenLog($calid, $uri, 'added');
732 $this->updateSyncTokenLog($calid, $uri, 'modified');
864 $this->updateSyncTokenLog($calid, $uri, 'added');
1359 $this->updateSyncTokenLog($calid, $uri, 'modified');
1383 $this->updateSyncTokenLog($calid, $uri, 'deleted');
1419 $this->updateSyncTokenLog($calid, $uri, 'deleted');
1474 private function updateSyncTokenLog($calid, $uri, $operation) function in helper_plugin_davcal
/plugin/davcard/ !
Dhelper.php438 $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