Home
last modified time | relevance | path

Searched refs:getStatus (Results 26 – 50 of 397) sorted by relevance

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DCreateSubscriptionTest.php48 $this->assertEquals(201, $response->getStatus());
92 $this->assertEquals(201, $response->getStatus());
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js55 if (req.getStatus() >= 200 && req.getStatus() <= 299)
82 if (req.getStatus() >= 200 && req.getStatus() <= 299)
215 if ((req.getStatus() >= 200 && req.getStatus() <= 299) ||
216 (ignoreNotFound && req.getStatus() == 404))
220 else if (req.getStatus() === 401)
240 else if (req.getStatus() === 403)
260 else if (req.getStatus() === 404)
264 else if (req.getStatus() === 400)
272 mxResources.get('error') + ' ' + req.getStatus())});
349 if (req.getStatus() == 200)
[all …]
H A DDrawioFileSync.js957 if (req.getStatus() >= 200 && req.getStatus() <= 299 &&
1011 !failed && req.getStatus() != 401 && req.getStatus() != 503)
1274 if (req.getStatus() >= 200 && req.getStatus() <= 299)
1280 error({code: req.getStatus(), message: 'Token Error ' + req.getStatus()});
1406 if (req.getStatus() >= 200 && req.getStatus() <= 299)
1415 error({code: req.getStatus(), message: req.getStatus()});
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php230 if ((int)$response->getStatus() >= 400) {
231 throw new Exception('HTTP error: ' . $response->getStatus());
344 'statusCode' => (int)$response->getStatus(),
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php45 $status_class = status2class($check->getStatus());
106 function getStatus() { function in CheckSimple
143 function getStatus() { function in CheckBinaryRequired
155 function getStatus() { function in CheckBinaryRecommended
169 function getStatus() { function in CheckTriState
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php142 $this->assertEquals(207, $response->getStatus());
180 $this->assertEquals(200, $response->getStatus());
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSlmNamespace.asciidoc26 * <<Elasticsearch_Namespaces_SlmNamespacegetStatus_getStatus,`getStatus()`>>
97 .`getStatus(array $params = [])`
H A DEqlNamespace.asciidoc23 * <<Elasticsearch_Namespaces_EqlNamespacegetStatus_getStatus,`getStatus()`>>
57 .`getStatus(array $params = [])`
/plugin/diagramsnet/lib/plugins/
H A Dupdate.js156 if (req.getStatus() >= 200 && req.getStatus() <= 300)
164 req.getStatus()});
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php68 if (404 === $e->getResponse()->getStatus()) {
129 if (404 === $e->getResponse()->getStatus()) {
/plugin/webdav/vendor/sabre/http/lib/
H A DResponseInterface.php19 function getStatus(); function
/plugin/davcal/vendor/sabre/http/lib/
H A DResponseInterface.php19 function getStatus(); function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserMakeAdmin.php37 public function getStatus() function in Google\\Service\\Directory\\UserMakeAdmin
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DBatchDeletePhotosResponse.php36 public function getStatus() function in Google\\Service\\StreetViewPublish\\BatchDeletePhotosResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DStep.php55 public function getStatus() function in Google\\Service\\ServiceManagement\\Step
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DPublisherReviewStatus.php55 public function getStatus() function in Google\\Service\\DisplayVideo\\PublisherReviewStatus
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DCollectionStatusDestinationStatus.php55 public function getStatus() function in Google\\Service\\ShoppingContent\\CollectionStatusDestinationStatus
H A DLiaAboutPageSettings.php41 public function getStatus() function in Google\\Service\\ShoppingContent\\LiaAboutPageSettings
H A DLiaOnDisplayToOrderSettings.php55 public function getStatus() function in Google\\Service\\ShoppingContent\\LiaOnDisplayToOrderSettings
H A DLinkService.php55 public function getStatus() function in Google\\Service\\ShoppingContent\\LinkService
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DDestinationStatus.php55 public function getStatus() function in Google\\Service\\ManufacturerCenter\\DestinationStatus
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DPipelineReadyCondition.php41 public function getStatus() function in Google\\Service\\CloudDeploy\\PipelineReadyCondition
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ApiProductRef.php55 public function getStatus() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProductRef
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DManagedCertificate.php55 public function getStatus() function in Google\\Service\\Appengine\\ManagedCertificate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DDynamicGroupStatus.php41 public function getStatus() function in Google\\Service\\CloudIdentity\\DynamicGroupStatus

12345678910>>...16