Home
last modified time | relevance | path

Searched refs:getStatusCode (Results 1 – 25 of 44) sorted by last modified time

12

/plugin/combo/ComboStrap/
H A DHttpResponse.php95 $statusCode = $response->getStatusCode();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php83 $response = new Response($responseBody, $res->getStatusCode());
92 'http_code' => $res->getStatusCode(),
H A DHttpAdapter.php75 'http_code' => $httpAdapterResponse->getStatusCode(),
92 return new ElasticaResponse((string) $httpAdapterResponse->getBody(), $httpAdapterResponse->getStatusCode());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DQueryCountByStatus.php55 public function getStatusCode() function in Google\\Service\\CloudSearch\\QueryCountByStatus
H A DItemCountByStatus.php73 public function getStatusCode() function in Google\\Service\\CloudSearch\\ItemCountByStatus
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DConferenceRequestStatus.php37 public function getStatusCode() function in Google\\Service\\Calendar\\ConferenceRequestStatus
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php122 $response->getStatusCode(),
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md26 echo $response->getStatusCode(); # 200
H A DUPGRADING.md441 been removed. Use `getStatusCode()` instead.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php88 if (substr($response->getStatusCode(), 0, 1) != '3'
114 $response->getStatusCode()
185 $statusCode = $response->getStatusCode();
H A DMessageFormatter.php99 $response->getStatusCode(),
145 $result = $response ? $response->getStatusCode() : 'NULL';
H A DMiddleware.php61 $code = $response->getStatusCode();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php117 public function getStatusCode() function in GuzzleHttp\\Psr7\\Response
H A DMessage.php29 . $message->getStatusCode() . ' '
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DRevoke.php79 return $response->getStatusCode() == 200;
H A DVerify.php169 if ($response->getStatusCode() == 200) {
177 $response->getStatusCode()
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php171 $this->httpResultCode = $response->getStatusCode();
316 $code = $response->getStatusCode();
H A DREST.php94 $response->getStatusCode(),
120 $code = $response->getStatusCode();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Result.php155 public function getStatusCode() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Result
H A DGoogleCloudApigeeV1PodStatus.php167 public function getStatusCode() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1PodStatus
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DResponseInterface.php30 public function getStatusCode(); function
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php313 return $response->getStatusCode() == 200;
387 if ($response->getStatusCode() == 200) {
394 ), $response->getStatusCode());
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php32 ? $response->getStatusCode()
81 $level = (int) floor($response->getStatusCode() / 100);
103 $response->getStatusCode(),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DActionStatus.php41 public function getStatusCode() function in Google\\Service\\HangoutsChat\\ActionStatus
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php197 $ex->getStatusCode(),
203 $ex->getStatusCode(),
209 $ex->getStatusCode(),
216 $ex->getStatusCode(),
223 $ex->getStatusCode(),

12