Searched refs:getChangesForAddressBook (Results 1 – 7 of 7) sorted by relevance
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/ |
H A D | SyncSupport.php | 79 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null); function
|
H A D | PDO.php | 465 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) { function in Sabre\\CardDAV\\Backend\\PDO
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/ |
H A D | SyncSupport.php | 79 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null); function
|
H A D | PDO.php | 460 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) { function in Sabre\\CardDAV\\Backend\\PDO
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/ |
H A D | AbstractPDOTest.php | 320 $result = $backend->getChangesForAddressBook($id, null, 1); 339 $result = $backend->getChangesForAddressBook($id, $currentToken, 1);
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBook.php | 349 return $this->carddavBackend->getChangesForAddressBook(
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | AddressBook.php | 425 return $this->carddavBackend->getChangesForAddressBook(
|