Home
last modified time | relevance | path

Searched refs:negotiateContentType (Results 1 – 7 of 7) sorted by relevance

/plugin/webdav/vendor/sabre/http/lib/
H A DUtil.php24 static function negotiateContentType($acceptHeaderValue, array $availableOptions) { function in Sabre\\HTTP\\Util
26 return negotiateContentType($acceptHeaderValue, $availableOptions);
40 return negotiateContentType($acceptHeaderValue, $availableOptions);
H A Dfunctions.php107 function negotiateContentType($acceptHeaderValue, array $availableOptions) { function
/plugin/davcal/vendor/sabre/http/lib/
H A DUtil.php24 static function negotiateContentType($acceptHeaderValue, array $availableOptions) { function in Sabre\\HTTP\\Util
26 return negotiateContentType($acceptHeaderValue, $availableOptions);
40 return negotiateContentType($acceptHeaderValue, $availableOptions);
H A Dfunctions.php107 function negotiateContentType($acceptHeaderValue, array $availableOptions) { function
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md111 `Util::negotiateContentType()` instead.
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md144 `Util::negotiateContentType()` instead.
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md956 * Added: A negotiateContentType to HTTP\Request. A convenience method.