Home
last modified time | relevance | path

Searched refs:addHeader (Results 26 – 36 of 36) sorted by path

12

/plugin/odt/ODT/
H A DODTDocument.php588 function addHeader($title) { function in ODTDocument
H A DODTHeading.php87 $doc->addHeader($title);
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md133 * `addHeader()` will now preserve an existing header with that name, and add a
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php144 $this->response->addHeader('WWW-Authenticate', 'AWS');
H A DBasic.php58 …$this->response->addHeader('WWW-Authenticate', 'Basic realm="' . $this->realm . '", charset="UTF-8…
H A DBearer.php51 $this->response->addHeader('WWW-Authenticate', 'Bearer realm="' . $this->realm . '"');
H A DDigest.php184 …$this->response->addHeader('WWW-Authenticate', 'Digest realm="' . $this->realm . '",qop="' . $qop …
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php519 $response->addHeader(trim($parts[0]), trim($parts[1]));
H A DMessage.php235 function addHeader($name, $value) { function in Sabre\\HTTP\\Message
263 $this->addHeader($name, $value);
H A DMessageDecoratorTrait.php189 function addHeader($name, $value) { function
191 $this->inner->addHeader($name, $value);
H A DMessageInterface.php137 function addHeader($name, $value); function

12