Home
last modified time | relevance | path

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

12

/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DHttpException.php36 public function getStatusCode() function in MaxMind\\Exception\\HttpException
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/gtime/gtlib/tsp/
H A DGTVerificationResultBase.php62 public function getStatusCode() { function in GTVerifificationResultBase
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 DGTTimestamp.php366 $statusCode = $certTokenResponse->getStatusCode();
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());
/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/gtime/gtlib/http/
H A DGTHttpClient.php202 $statusCode = ($response === null) ? -1 : $response->getStatusCode();
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php75 $httpStatusCode = $rawResponse->getStatusCode();
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java261 if (iResponse.getStatusLine().getStatusCode()!=HttpStatus.SC_OK) { in capture()
H A DRecordingControlsFrame.java256 if (iResponse.getStatusLine().getStatusCode()!=HttpStatus.SC_OK) { in uploadMovie()
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java685 if (iResponse.getStatusLine().getStatusCode()==HttpStatus.SC_OK) { in actionPerformed()
705 if (response.getStatusLine().getStatusCode()==HttpStatus.SC_OK) { in actionPerformed()
H A DEditorActions.java.bak685 if (iResponse.getStatusLine().getStatusCode()==HttpStatus.SC_OK) {
705 if (response.getStatusLine().getStatusCode()==HttpStatus.SC_OK) {

12