Home
last modified time | relevance | path

Searched refs:getHeader (Results 51 – 75 of 131) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DManagedZonesListResponse.php46 public function getHeader() function in Google\\Service\\Dns\\ManagedZonesListResponse
H A DResourceRecordSetsListResponse.php46 public function getHeader() function in Google\\Service\\Dns\\ResourceRecordSetsListResponse
H A DChangesListResponse.php60 public function getHeader() function in Google\\Service\\Dns\\ChangesListResponse
H A DManagedZoneOperationsListResponse.php46 public function getHeader() function in Google\\Service\\Dns\\ManagedZoneOperationsListResponse
H A DPoliciesListResponse.php46 public function getHeader() function in Google\\Service\\Dns\\PoliciesListResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DCard.php58 public function getHeader() function in Google\\Service\\HangoutsChat\\Card
H A DGoogleAppsCardV1Card.php94 public function getHeader() function in Google\\Service\\HangoutsChat\\GoogleAppsCardV1Card
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php133 $historyHeader = $response->getHeader(self::HISTORY_HEADER);
134 $statusHeader = $response->getHeader(self::STATUS_HISTORY_HEADER);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php50 public function getHeader($header) function
65 return implode(', ', $this->getHeader($header));
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
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…
H A DBasicTest.php64 $this->assertEquals('Basic realm="Dagger"', $response->getHeader('WWW-Authenticate'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPlugin2Test.php57 'If' => '(' . $response->getHeader('Lock-Token') . ')',
H A DMSWordTest.php33 $lockToken = $server->httpResponse->getHeader('Lock-Token');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DGoogleOperations.php112 public function getHeader() function in Google\\Service\\AlertCenter\\GoogleOperations
/plugin/translation/_test/
H A DBasicTest.php127 $actual = $response->getHeader('Location');
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php29 protected function getHeader(ModelNews $news) { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Renderer\\VyfukRenderer
39 $innerHtml = $this->getHeader($data);
H A DFykosRenderer.php29 $innerHtml = $this->getHeader($data);
161 protected function getHeader(ModelNews $news): string { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Renderer\\FykosRenderer
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DApacheTest.php68 $response->getHeader('WWW-Authenticate')
H A DAbstractBasicTest.php68 $response->getHeader('WWW-Authenticate')
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php123 $ifRange = $request->getHeader('If-Range');
453 if ($request->getHeader('Content-Range')) {
465 if (($expected = $request->getHeader('X-Expected-Entity-Length')) && $expected > 0) {
559 $contentType = $request->getHeader('Content-Type');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php121 $ifRange = $request->getHeader('If-Range');
453 if ($request->getHeader('Content-Range')) {
465 if (($expected = $request->getHeader('X-Expected-Entity-Length')) && $expected > 0) {
559 $contentType = $request->getHeader('Content-Type');
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php74 $contentLength = $response->getHeader('Content-Length');
H A DMessage.php150 function getHeader($name) { function in Sabre\\HTTP\\Message
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php74 $contentLength = $response->getHeader('Content-Length');

123456