Home
last modified time | relevance | path

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

/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php243 $vcardType = $this->negotiateVCard(
407 $vcardType = $this->negotiateVCard(
722 $target = $this->negotiateVCard($request->getHeader('Accept'), $mimeType);
749 protected function negotiateVCard($input, &$mimeType = null) { function in Sabre\\CardDAV\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php244 $vcardType = $this->negotiateVCard(
450 $vcardType = $this->negotiateVCard(
778 $target = $this->negotiateVCard($request->getHeader('Accept'), $mimeType);
805 protected function negotiateVCard($input, &$mimeType = null) { function in Sabre\\CardDAV\\Plugin