Home
last modified time | relevance | path

Searched refs:getHeader (Results 1 – 25 of 131) sorted by last modified time

123456

/plugin/translation/_test/
H A DBasicTest.php127 $actual = $response->getHeader('Location');
/plugin/combo/ComboStrap/
H A DHttpResponse.php290 function getHeader(string $headerName): string function in ComboStrap\\HttpResponse
307 $header = $this->getHeader($headerName);
407 return $this->getHeader(self::HEADER_CONTENT_TYPE);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php61 if ('.' === \substr($request->getHeader('host')[0], -1)) {
62 $changes = ['set_headers' => ['host' => \rtrim($request->getHeader('host')[0], '.')]];
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md98 * If you use `getHeader()`, and there's more than 1 header with that name, we
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php150 function getHeader($name) { function in Sabre\\HTTP\\Message
H A DMessageDecoratorTrait.php121 function getHeader($name) { function
123 return $this->inner->getHeader($name);
H A DMessageInterface.php85 function getHeader($name); function
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php212 $test = preg_match('/^AWS$/', $this->response->getHeader('WWW-Authenticate'), $matches);
H A DBearerTest.php52 $this->assertEquals('Bearer realm="Dagger"', $response->getHeader('WWW-Authenticate'));
H A DDigestTest.php176 $this->response->getHeader('WWW-Authenticate'), $matches);
178 …e response didn\'t match our pattern. We received: ' . $this->response->getHeader('WWW-Authenticat…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php166 $contentType = $request->getHeader('Content-Type');
872 $scheduleReply = $request->getHeader('Schedule-Reply');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php244 $contentType = $request->getHeader('Content-Type');
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php61 $this->assertEquals('c', $this->inner->getHeader('A'));
62 $this->assertEquals('c', $this->outer->getHeader('A'));
77 $this->assertNull($this->inner->getHeader('A'));
78 $this->assertNull($this->outer->getHeader('A'));
H A DMessageTest.php70 $this->assertEquals('bar', $message->getHeader('X-Foo'));
71 $this->assertEquals('bar', $message->getHeader('x-fOO'));
76 $this->assertNull($message->getHeader('X-Foo'));
163 $message->getHeader('A')
167 $message->getHeader('a')
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php167 $contentType = $request->getHeader('Content-Type');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php277 $lockToken = $request->getHeader('Lock-Token');
370 $header = $this->server->httpRequest->getHeader('Timeout');
448 $this->server->calculateUri($request->getHeader('Destination')),
454 $this->server->calculateUri($request->getHeader('Destination')),
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php132 $request->getHeader('Content-Type')
139 $len = $this->server->httpRequest->getHeader('Content-Length');
199 $range = $request->getHeader('X-Update-Range');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php573 $depth = $this->httpRequest->getHeader('Depth');
603 $range = $this->httpRequest->getHeader('range');
658 if ($prefer = $this->httpRequest->getHeader('Prefer')) {
665 } elseif ($this->httpRequest->getHeader('Brief') == 't') {
700 $destination = $this->calculateUri($request->getHeader('Destination'));
701 $overwrite = $request->getHeader('Overwrite');
1225 if ($ifMatch = $request->getHeader('If-Match')) {
1267 if ($ifNoneMatch = $request->getHeader('If-None-Match')) {
1314 if (!$ifNoneMatch && ($ifModifiedSince = $request->getHeader('If-Modified-Since'))) {
1340 if ($ifUnmodifiedSince = $request->getHeader('If-Unmodified-Since')) {
[all …]
H A DTemporaryFileFilterPlugin.php215 if (!$newFile && ($this->server->httpRequest->getHeader('If-None-Match'))) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DFreeBusyReportTest.php111 … $this->assertEquals('text/calendar', $this->server->httpResponse->getHeader('Content-Type'));
H A DICSExportPluginTest.php457 … $this->assertEquals('application/calendar+json', $s->httpResponse->getHeader('Content-Type'));
494 … $this->assertEquals('application/calendar+json', $s->httpResponse->getHeader('Content-Type'));
532 $this->assertEquals('text/calendar', $s->httpResponse->getHeader('Content-Type'));
H A DValidateICalTest.php278 $this->assertNull($response->getHeader('ETag'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractBasicTest.php68 $response->getHeader('WWW-Authenticate')
H A DAbstractDigestTest.php123 $response->getHeader('WWW-Authenticate')
H A DApacheTest.php68 $response->getHeader('WWW-Authenticate')

123456