Home
last modified time | relevance | path

Searched refs:getHeader (Results 1 – 25 of 131) sorted by relevance

123456

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php72 …:(.*)>$/',$this->response->getHeader('Lock-Token'))===1,'We did not get a valid Locktoken back (' …
157 $lockToken = $this->response->getHeader('Lock-Token');
192 $lockToken = $this->response->getHeader('Lock-Token');
228 …:(.*)>$/',$this->response->getHeader('Lock-Token'))===1,'We did not get a valid Locktoken back (' …
293 …:(.*)>$/',$this->response->getHeader('Lock-Token'))===1,'We did not get a valid Locktoken back (' …
327 $lockToken = $this->server->httpResponse->getHeader('Lock-Token');
363 $lockToken = $this->server->httpResponse->getHeader('Lock-Token');
403 $lockToken = $this->server->httpResponse->getHeader('Lock-Token');
531 'HTTP_IF' => '(' . $this->response->getHeader('Lock-Token') . ')',
703 'HTTP_IF' => '(' . $this->response->getHeader('Lock-Token') . ')',
[all …]
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php59 $protocol = $this->getHeader('X_FORWARDED_PROTO');
98 $header = $this->getHeader('X_FORWARDED_HOST');
102 } elseif (!$host = $this->getHeader('HOST')) {
128 $port = $this->getHeader('X_FORWARDED_PORT');
133 $protocol = (string)$this->getHeader('X_FORWARDED_PROTO');
160 protected function getHeader($key) function in Facebook\\Url\\FacebookUrlDetectionHandler
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php56 $authHeader = $this->request->getHeader('Authorization');
89 $contentMD5 = $this->request->getHeader('Content-MD5');
104 if (!$requestDate = $this->request->getHeader('x-amz-date'))
105 $requestDate = $this->request->getHeader('Date');
116 $this->request->getHeader('Content-type') . "\n" .
H A DBearer.php29 $auth = $this->request->getHeader('Authorization');
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php56 $authHeader = $this->request->getHeader('Authorization');
89 $contentMD5 = $this->request->getHeader('Content-MD5');
104 if (!$requestDate = $this->request->getHeader('x-amz-date'))
105 $requestDate = $this->request->getHeader('Date');
116 $this->request->getHeader('Content-type') . "\n" .
/plugin/davcal/vendor/sabre/http/tests/HTTP/
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')
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'));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php117 $disposition = $this->getHeader($headers, 'content-disposition');
129 $length = $this->getHeader($headers, 'content-length');
137 $type = $this->getHeader($headers, 'content-type');
147 private function getHeader(array $headers, $key) function in GuzzleHttp\\Psr7\\MultipartStream
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTemporaryFileFilterTest.php26 $this->assertEquals('0', $this->response->getHeader('Content-Length'));
128 … $this->assertEquals('application/xml; charset=utf-8',$this->response->getHeader('Content-Type'));
129 …:(.*)>$/',$this->response->getHeader('Lock-Token'))===1,'We did not get a valid Locktoken back (' …
130 $this->assertEquals('true',$this->response->getHeader('X-Sabre-Temp'));
/plugin/webdav/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/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/webdav/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php121 function getHeader($name) { function
123 return $this->inner->getHeader($name);
H A DMessage.php77 $contentLength = $this->getHeader('Content-Length');
154 function getHeader($name) { function in Sabre\\HTTP\\Message
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php121 function getHeader($name) { function
123 return $this->inner->getHeader($name);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php606 $depth = $this->httpRequest->getHeader('Depth');
636 $range = $this->httpRequest->getHeader('range');
691 if ($prefer = $this->httpRequest->getHeader('Prefer')) {
698 } elseif ($this->httpRequest->getHeader('Brief') == 't') {
733 $destination = $this->calculateUri($request->getHeader('Destination'));
734 $overwrite = $request->getHeader('Overwrite');
1301 if ($ifMatch = $request->getHeader('If-Match')) {
1343 if ($ifNoneMatch = $request->getHeader('If-None-Match')) {
1390 if (!$ifNoneMatch && ($ifModifiedSince = $request->getHeader('If-Modified-Since'))) {
1416 if ($ifUnmodifiedSince = $request->getHeader('If-Unmodified-Since')) {
[all …]
/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 …]
/plugin/noticeboard/classes/
H A DICal.php56 $out .= $this->getHeader();
62 private function getHeader(){ function in helper_plugin_noticeboard_ICal
H A Drss.php47 $out .= $this->getHeader();
53 private function getHeader(){ function in helper_plugin_noticeboard_Rss
/plugin/noticeboard/noticeboard/classes/
H A DICal.php56 $out .= $this->getHeader();
62 private function getHeader(){ function in helper_plugin_noticeboard_ICal
H A Drss.php47 $out .= $this->getHeader();
53 private function getHeader(){ function in helper_plugin_noticeboard_Rss
/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/webdav/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/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/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1IntentMessageColumnProperties.php41 public function getHeader() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageColumnProperties
H A DGoogleCloudDialogflowV2IntentMessageColumnProperties.php41 public function getHeader() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageColumnProperties

123456