Home
last modified time | relevance | path

Searched refs:addHeader (Results 1 – 25 of 36) sorted by relevance

12

/plugin/webdav/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php189 function addHeader($name, $value) { function
191 $this->inner->addHeader($name, $value);
H A DMessage.php235 function addHeader($name, $value) { function in Sabre\\HTTP\\Message
263 $this->addHeader($name, $value);
H A DMessageInterface.php137 function addHeader($name, $value); function
H A DClient.php519 $response->addHeader(trim($parts[0]), trim($parts[1]));
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php189 function addHeader($name, $value) { function
191 $this->inner->addHeader($name, $value);
H A DMessage.php231 function addHeader($name, $value) { function in Sabre\\HTTP\\Message
259 $this->addHeader($name, $value);
H A DMessageInterface.php137 function addHeader($name, $value); function
H A DClient.php517 $response->addHeader(trim($parts[0]), trim($parts[1]));
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php97 $response->addHeader('Content-Type', 'application/xml');
128 $response->addHeader('Content-Length', 19);
H A DMessageDecoratorTest.php64 $this->outer->addHeader('A', 'd');
H A DMessageTest.php159 $message->addHeader('A', '2');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNativeMailerHandler.php78 $this->addHeader(sprintf('From: %s', $from));
87 public function addHeader($headers): self function in Monolog\\Handler\\NativeMailerHandler
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBearer.php51 $this->response->addHeader('WWW-Authenticate', 'Bearer realm="' . $this->realm . '"');
H A DBasic.php58 …$this->response->addHeader('WWW-Authenticate', 'Basic realm="' . $this->realm . '", charset="UTF-8…
H A DDigest.php184 …$this->response->addHeader('WWW-Authenticate', 'Digest realm="' . $this->realm . '",qop="' . $qop …
H A DAWS.php144 $this->response->addHeader('WWW-Authenticate', 'AWS');
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBearer.php51 $this->response->addHeader('WWW-Authenticate', 'Bearer realm="' . $this->realm . '"');
H A DBasic.php58 $this->response->addHeader('WWW-Authenticate', 'Basic realm="' . $this->realm . '"');
H A DDigest.php184 …$this->response->addHeader('WWW-Authenticate', 'Digest realm="' . $this->realm . '",qop="' . $qop …
H A DAWS.php144 $this->response->addHeader('WWW-Authenticate', 'AWS');
/plugin/odt/ODT/
H A DODTHeading.php87 $doc->addHeader($title);
/plugin/combo/ComboStrap/
H A DHttpResponse.php236 function addHeader(string $header): HttpResponse function in ComboStrap\\HttpResponse
/plugin/combo/action/
H A Drouter.php925 ->addHeader(self::LOCATION_HEADER_PREFIX . $targetUrl)
938 ->addHeader(self::REFRESH_HEADER_PREFIX . $targetUrl)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php173 public function addHeader(string $header, string $value): self
168 public function addHeader(string $header, string $value): self global() function in Elastica\\Client
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...

12