/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/ |
H A D | ValidateVCardTest.php | 83 $this->assertEquals($expected, $this->cardBackend->getCard('addressbook1','blabla.vcf')); 99 $foo = $this->cardBackend->getCard('addressbook1','blabla.vcf'); 115 $foo = $this->cardBackend->getCard('addressbook1','blabla.vcf'); 167 $this->assertEquals($expected, $this->cardBackend->getCard('addressbook1','blabla.vcf'));
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/ |
H A D | AbstractPDOTest.php | 211 $result = $this->backend->getCard(1,'card1'); 233 $result = $this->backend->getCard(1,'card2'); 295 $result = $this->backend->getCard(1,'card1'); 307 $result = $this->backend->getCard(1,'card1');
|
H A D | Mock.php | 117 function getCard($addressBookId, $cardUri) { function in Sabre\\CardDAV\\Backend\\Mock
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/ |
H A D | AbstractBackend.php | 33 return $this->getCard($addressBookId, $uri);
|
H A D | BackendInterface.php | 111 function getCard($addressBookId, $cardUri); function
|
H A D | PDO.php | 254 function getCard($addressBookId, $cardUri) { function in Sabre\\CardDAV\\Backend\\PDO
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/ |
H A D | AbstractBackend.php | 33 return $this->getCard($addressBookId, $uri);
|
H A D | BackendInterface.php | 108 function getCard($addressBookId, $cardUri); function
|
H A D | PDO.php | 251 function getCard($addressBookId, $cardUri) { function in Sabre\\CardDAV\\Backend\\PDO
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
H A D | CardWithId.php | 36 public function getCard() function in Google\\Service\\HangoutsChat\\CardWithId
|
H A D | GoogleAppsCardV1OnClick.php | 55 public function getCard() function in Google\\Service\\HangoutsChat\\GoogleAppsCardV1OnClick
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | Card.php | 76 …$this->cardData = $this->carddavBackend->getCard($this->addressBookInfo['id'], $this->cardData['ur…
|
H A D | AddressBook.php | 67 $obj = $this->carddavBackend->getCard($this->addressBookInfo['id'], $name);
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | Card.php | 74 …$this->cardData = $this->carddavBackend->getCard($this->addressBookInfo['id'], $this->cardData['ur…
|
H A D | AddressBook.php | 65 $obj = $this->carddavBackend->getCard($this->addressBookInfo['id'], $name);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowV2IntentMessage.php | 95 public function getCard() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessage
|
H A D | GoogleCloudDialogflowV2beta1IntentMessage.php | 107 public function getCard() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessage
|