| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/ |
| H A D | PluginTest.php | 71 … $this->assertEquals('application/xml; charset=utf-8',$this->response->getHeader('Content-Type')); 72 …:(.*)>$/',$this->response->getHeader('Lock-Token'))===1,'We did not get a valid Locktoken back (' … 106 …$this->assertEquals($this->response->getHeader('Lock-Token'),'<' . (string)$token[0] . '>','Token … 133 … $this->assertEquals('application/xml; charset=utf-8',$this->response->getHeader('Content-Type')); 157 $lockToken = $this->response->getHeader('Lock-Token'); 168 … $this->assertEquals('application/xml; charset=utf-8',$this->response->getHeader('Content-Type')); 192 $lockToken = $this->response->getHeader('Lock-Token'); 203 … $this->assertEquals('application/xml; charset=utf-8',$this->response->getHeader('Content-Type')); 227 … $this->assertEquals('application/xml; charset=utf-8',$this->response->getHeader('Content-Type')); 228 …:(.*)>$/',$this->response->getHeader('Lock-Token'))===1,'We did not get a valid Locktoken back (' … [all …]
|
| /plugin/authfacebook/lib/Url/ |
| D | FacebookUrlDetectionHandler.php | 59 $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/ |
| D | AWS.php | 56 $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/lib/Auth/ |
| H A D | AWS.php | 56 $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 D | MessageTest.php | 70 $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 D | MessageDecoratorTest.php | 61 $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/ |
| D | MultipartStream.php | 117 $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/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | MultipartStream.php | 123 $disposition = self::getHeader($headers, 'content-disposition'); 135 $length = self::getHeader($headers, 'content-length'); 143 $type = self::getHeader($headers, 'content-type'); 154 private static function getHeader(array $headers, string $key): ?string function in GuzzleHttp\\Psr7\\MultipartStream
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
| H A D | TemporaryFileFilterTest.php | 26 $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/ |
| D | Plugin.php | 132 $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 D | Plugin.php | 132 $request->getHeader('Content-Type') 139 $len = $this->server->httpRequest->getHeader('Content-Length'); 199 $range = $request->getHeader('X-Update-Range');
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | Server.php | 606 $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') { 732 …if (!$request->getHeader('Destination')) throw new Exception\BadRequest('The destination header wa… 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'))) { [all …]
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | Server.php | 573 $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') { 699 …if (!$request->getHeader('Destination')) throw new Exception\BadRequest('The destination header wa… 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'))) { [all …]
|
| /plugin/webdav/vendor/sabre/http/lib/ |
| D | MessageDecoratorTrait.php | 121 function getHeader($name) { function 123 return $this->inner->getHeader($name);
|
| D | Message.php | 77 $contentLength = $this->getHeader('Content-Length'); 154 function getHeader($name) { function in Sabre\\HTTP\\Message
|
| /plugin/davcal/vendor/sabre/http/lib/ |
| H A D | MessageDecoratorTrait.php | 121 function getHeader($name) { function 123 return $this->inner->getHeader($name);
|
| /plugin/noticeboard/noticeboard/classes/ |
| D | ICal.php | 56 $out .= $this->getHeader(); 62 private function getHeader(){ function in helper_plugin_noticeboard_ICal
|
| D | rss.php | 47 $out .= $this->getHeader(); 53 private function getHeader(){ function in helper_plugin_noticeboard_Rss
|
| /plugin/noticeboard/classes/ |
| D | ICal.php | 56 $out .= $this->getHeader(); 62 private function getHeader(){ function in helper_plugin_noticeboard_ICal
|
| D | rss.php | 47 $out .= $this->getHeader(); 53 private function getHeader(){ function in helper_plugin_noticeboard_Rss
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/ |
| D | Plugin.php | 277 $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 D | Plugin.php | 277 $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/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
| D | AwsAuthV4.php | 61 if ('.' === \substr($request->getHeader('host')[0], -1)) { 62 $changes = ['set_headers' => ['host' => \rtrim($request->getHeader('host')[0], '.')]];
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
| D | GoogleCloudDialogflowV2IntentMessageColumnProperties.php | 41 public function getHeader() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageColumnProperties
|
| D | GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.php | 41 public function getHeader() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageColumnProperties
|