Home
last modified time | relevance | path

Searched refs:getStatusCode (Results 1 – 25 of 44) sorted by relevance

12

/plugin/gtime/gtlib/tsp/
H A DGTVerificationResultHttp.php38 * @see getStatusCode, hasStatus
46 * @see getStatusCode, hasStatus
54 * @see getStatusCode, hasStatus
62 * @see getStatusCode, hasStatus
70 * @see getStatusCode, hasStatus
78 * @see getStatusCode, hasStatus
85 * @see getStatusCode, hasStatus
92 * @see getStatusCode, hasStatus
H A DGTVerificationResult.php36 * @see getStatusCode, hasStatus
43 * @see getStatusCode, hasStatus
50 * @see getStatusCode, hasStatus
57 * @see getStatusCode, hasStatus
64 * @see getStatusCode, hasStatus
145 $this->updateStatus($other->getStatusCode());
H A DGTVerificationResultBase.php62 public function getStatusCode() { function in GTVerifificationResultBase
/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(),
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php32 ? $response->getStatusCode()
81 $level = (int) floor($response->getStatusCode() / 100);
103 $response->getStatusCode(),
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTimeStampResp.php73 $code = $this->getStatusCode();
112 public function getStatusCode() { function in TSPTimeStampResp
/plugin/gtime/gtlib/asn1/gt/
H A DGTCertTokenResponse.php71 $code = $this->getStatusCode();
117 public function getStatusCode() { function in GTCertTokenResponse
/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';
/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/psr/http-message/src/
H A DResponseInterface.php30 public function getStatusCode(); function
/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/apiclient/src/Http/
H A DREST.php94 $response->getStatusCode(),
120 $code = $response->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/HangoutsChat/
H A DActionStatus.php41 public function getStatusCode() function in Google\\Service\\HangoutsChat\\ActionStatus
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php75 'http_code' => $httpAdapterResponse->getStatusCode(),
92 return new ElasticaResponse((string) $httpAdapterResponse->getBody(), $httpAdapterResponse->getStatusCode());
H A DGuzzle.php83 $response = new Response($responseBody, $res->getStatusCode());
92 'http_code' => $res->getStatusCode(),
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DHttpException.php36 public function getStatusCode() function in MaxMind\\Exception\\HttpException
/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-services/src/Apigee/
H A DGoogleCloudApigeeV1PodStatus.php167 public function getStatusCode() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1PodStatus
H A DGoogleCloudApigeeV1Result.php155 public function getStatusCode() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Result
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php75 $httpStatusCode = $rawResponse->getStatusCode();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php117 public function getStatusCode() function in GuzzleHttp\\Psr7\\Response

12