Home
last modified time | relevance | path

Searched refs:getMultipleCards (Results 1 – 10 of 10) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DAbstractBackend.php30 function getMultipleCards($addressBookId, array $uris) { function in Sabre\\CardDAV\\Backend\\AbstractBackend
H A DBackendInterface.php125 function getMultipleCards($addressBookId, array $uris); function
H A DPDO.php281 function getMultipleCards($addressBookId, array $uris) { function in Sabre\\CardDAV\\Backend\\PDO
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DAbstractBackend.php30 function getMultipleCards($addressBookId, array $uris) { function in Sabre\\CardDAV\\Backend\\AbstractBackend
H A DBackendInterface.php122 function getMultipleCards($addressBookId, array $uris); function
H A DPDO.php277 function getMultipleCards($addressBookId, array $uris) { function in Sabre\\CardDAV\\Backend\\PDO
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php101 $objs = $this->carddavBackend->getMultipleCards($this->addressBookInfo['id'], $paths);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php99 $objs = $this->carddavBackend->getMultipleCards($this->addressBookInfo['id'], $paths);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DAbstractPDOTest.php268 $result = $this->backend->getMultipleCards(1, ['card1','card2','card3']);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md897 getMultipleCards and getMultipleCalendarObjects. The Abstract and PDO backends