Home
last modified time | relevance | path

Searched refs:getStatus (Results 26 – 50 of 397) sorted by last modified time

12345678910>>...16

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php524 return 200 === $response->getStatus();
H A DIndexTemplate.php93 return 200 === $response->getStatus();
H A DSnapshot.php68 if (404 === $e->getResponse()->getStatus()) {
129 if (404 === $e->getResponse()->getStatus()) {
H A DResponse.php198 public function getStatus() function in Elastica\\Response
H A DBulk.php309 switch ($response->getStatus()) {
H A DStatus.php114 if (404 === $e->getResponse()->getStatus()) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DEqlNamespace.php81 public function getStatus(array $params = []) function in Elasticsearch\\Namespaces\\EqlNamespace
H A DIlmNamespace.php100 public function getStatus(array $params = []) function in Elasticsearch\\Namespaces\\IlmNamespace
H A DSlmNamespace.php132 public function getStatus(array $params = []) function in Elasticsearch\\Namespaces\\SlmNamespace
/plugin/elasticsearch/action/
H A Dindexing.php146 if ($e->getResponse()->getStatus() == 404) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc23 * <<Elasticsearch_Namespaces_EqlNamespacegetStatus_getStatus,`getStatus()`>>
57 .`getStatus(array $params = [])`
H A DIlmNamespace.asciidoc24 * <<Elasticsearch_Namespaces_IlmNamespacegetStatus_getStatus,`getStatus()`>>
76 .`getStatus(array $params = [])`
H A DSlmNamespace.asciidoc26 * <<Elasticsearch_Namespaces_SlmNamespacegetStatus_getStatus,`getStatus()`>>
97 .`getStatus(array $params = [])`
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponseSet.php24 parent::__construct($response->getData(), $response->getStatus());
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/
H A DIndex.php47 public function getStatus(): string function in Elastica\\Cluster\\Health\\Index
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md163 Response::getStatus(), which now always returns just the status code as an
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DBearerTest.php53 $this->assertEquals(401, $response->getStatus());
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php244 $this->assertEquals(200, $response->getStatus());
339 $this->assertEquals(200, $response->getStatus());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php78 if ($propFind->getStatus($prop) === 200) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php164 function getStatus($propertyName) { function in Sabre\\DAV\\PropFind
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php142 $this->assertEquals(207, $response->getStatus());
180 $this->assertEquals(200, $response->getStatus());
H A DICSExportPluginTest.php176 $this->assertNull($s->httpResponse->getStatus());
H A DJCalTransformTest.php38 $this->assertEquals(200, $response->getStatus(), "Incorrect status code: " . $body);
78 … $this->assertEquals(207, $response->getStatus(), 'Full rsponse: ' . $response->getBodyAsString());
131 …$this->assertEquals(207, $response->getStatus(), "Invalid response code. Full body: " . $response-…
184 …$this->assertEquals(207, $response->getStatus(), "Invalid response code. Full body: " . $response-…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php69 …$this->assertEquals(201, $response->getStatus(), 'Incorrect status code received. Response body:' …
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DCreateSubscriptionTest.php48 $this->assertEquals(201, $response->getStatus());
92 $this->assertEquals(201, $response->getStatus());

12345678910>>...16