Home
last modified time | relevance | path

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

12

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/Http/
H A DPost.php144 $request->addHeader('Content-Type: '.$this->_contentType);
145 $request->addHeader('Content-Length: '.strlen($this->_body));
/plugin/webdav/vendor/sabre/http/lib/
DMessageDecoratorTrait.php189 function addHeader($name, $value) { function
191 $this->inner->addHeader($name, $value);
DMessage.php235 function addHeader($name, $value) { function in Sabre\\HTTP\\Message
263 $this->addHeader($name, $value);
DMessageInterface.php137 function addHeader($name, $value); function
/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
/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/
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/
DBearer.php51 $this->response->addHeader('WWW-Authenticate', 'Bearer realm="' . $this->realm . '"');
DBasic.php58 …$this->response->addHeader('WWW-Authenticate', 'Basic realm="' . $this->realm . '", charset="UTF-8…
DDigest.php184 …$this->response->addHeader('WWW-Authenticate', 'Digest realm="' . $this->realm . '",qop="' . $qop …
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/authssocas/vendor/apereo/phpcas/source/CAS/Request/
H A DRequestInterface.php88 public function addHeader ($header); function
H A DAbstractRequest.php128 public function addHeader ($header) function in CAS_Request_AbstractRequest
/plugin/odt/ODT/
DODTHeading.php87 $doc->addHeader($title);
/plugin/combo/action/
H A Drouter.php512 ->addHeader(self::LOCATION_HEADER_PREFIX . $targetUrl)
524 ->addHeader(self::REFRESH_HEADER_PREFIX . $targetUrl)
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php3079 $request->addHeader("soapaction: http://www.oasis-open.org/committees/security");
3080 $request->addHeader("cache-control: no-cache");
3081 $request->addHeader("pragma: no-cache");
3082 $request->addHeader("accept: text/xml");
3083 $request->addHeader("connection: keep-alive");
3084 $request->addHeader("content-type: text/xml");
/plugin/combo/ComboStrap/
H A DHttpResponse.php236 function addHeader(string $header): HttpResponse function in ComboStrap\\HttpResponse

12