Home
last modified time | relevance | path

Searched refs:addHeaders (Results 1 – 15 of 15) sorted by last modified time

/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md202 * Added: addHeaders() to append a list of new headers.
H A DREADME.md558 function addHeaders(array $headers);
703 function addHeaders(array $headers);
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php256 function addHeaders(array $headers) { function in Sabre\\HTTP\\Message
H A DMessageDecoratorTrait.php203 function addHeaders(array $headers) { function
205 $this->inner->addHeaders($headers);
H A DMessageInterface.php147 function addHeaders(array $headers); function
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php45 $this->outer->addHeaders([
H A DMessageTest.php118 $message->addHeaders($headers);
121 $message->addHeaders([
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php118 $response->addHeaders($httpHeaders);
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md235 * Added: addHeaders() to append a list of new headers.
H A DREADME.md558 function addHeaders(array $headers);
703 function addHeaders(array $headers);
/plugin/webdav/vendor/sabre/http/lib/
H A DMessageInterface.php147 function addHeaders(array $headers); function
H A DMessage.php260 function addHeaders(array $headers) { function in Sabre\\HTTP\\Message
H A DMessageDecoratorTrait.php203 function addHeaders(array $headers) { function
205 $this->inner->addHeaders($headers);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php120 $response->addHeaders($httpHeaders);
/plugin/authgoogle/google/io/
H A DGoogle_IO.php124 $addHeaders = array();
128 $addHeaders['If-None-Match'] = $cached->getResponseHeader('etag');
130 $addHeaders['If-Modified-Since'] = $cached->getResponseHeader('date');
133 $request->setRequestHeaders($addHeaders);