Home
last modified time | relevance | path

Searched refs:getHeaderAsArray (Results 1 – 12 of 12) sorted by relevance

/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageTest.php172 $message->getHeaderAsArray('a')
176 $message->getHeaderAsArray('A')
180 $message->getHeaderAsArray('B')
H A DMessageDecoratorTest.php68 $this->inner->getHeaderAsArray('A')
72 $this->outer->getHeaderAsArray('A')
/plugin/webdav/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php138 function getHeaderAsArray($name) { function
140 return $this->inner->getHeaderAsArray($name);
H A DMessageInterface.php98 function getHeaderAsArray($name); function
H A DMessage.php176 function getHeaderAsArray($name) { function in Sabre\\HTTP\\Message
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php138 function getHeaderAsArray($name) { function
140 return $this->inner->getHeaderAsArray($name);
H A DMessageInterface.php98 function getHeaderAsArray($name); function
H A DMessage.php172 function getHeaderAsArray($name) { function in Sabre\\HTTP\\Message
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md96 * Use `Request::getHeaderAsArray()` and `Response::getHeaderAsArray()` to
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md129 * Use `Request::getHeaderAsArray()` and `Response::getHeaderAsArray()` to
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md216 value as an array, then use the newly added `getHeaderAsArray()` method of
H A DCHANGELOG.md433 value as an array, then use the newly added `getHeaderAsArray()` method of