Home
last modified time | relevance | path

Searched full:status (Results 501 – 525 of 3084) sorted by last modified time

1...<<21222324252627282930>>...124

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DRollupNamespace.php54 * Retrieves the configuration, stats, and status of rollup jobs.
H A DShutdownNamespace.php54 * Retrieve status of a node or nodes that are currently marked as shutting down
56 * $params['node_id'] = (string) Which node for which to retrieve the shutdown status
H A DSnapshotNamespace.php292 * Returns information about the status of a snapshot.
303 public function status(array $params = []) function in Elasticsearch\\Namespaces\\SnapshotNamespace
309 $endpoint = $endpointBuilder('Snapshot\Status');
H A DSqlNamespace.php71 * Returns the current status and available results for an async SQL search or stored synchronous SQL search
95 * Returns the current status of an async SQL search or a stored synchronous SQL search
101 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-async-sql-search-status-api.html
H A DLicenseNamespace.php67 * Retrieves information about the status of the basic license.
72 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-basic-status.html
84 * Retrieves information about the status of the trial license.
89 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-trial-status.html
H A DSlmNamespace.php125 * Retrieves the status of snapshot lifecycle management (SLM).
130 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api-get-status.html
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Df29a28fffa7ec604a33a838f48f7ea79.asciidoc24 'status' => 'published',
H A Df70a54cd9a9f4811bf962e469f2ca2ea.asciidoc11 'status' => 'active',
H A Dfa88f6f5a7d728ec4f1d05244228cb09.asciidoc15 'status' => 'active',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc70 You can specify multiple HTTP status codes to ignore by providing an array of
129 information (for example, stats about the transfer, headers, status codes, and
235 [status] => 200
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/af/
H A Daf.txt27 Elke persoon het die reg tot al die regte en vryhede soos in die Verklaring vervat is, sonder uitsondering van enige aard soos op grond van ras, geslag, kleur, taal, godsdiens, geboorte of enige ander status.
29 Daarbenewens sal geen onderskeid op grond van politieke, geregtelike of internasionale status van die land of gebied waartoe ’n persoon behoort gemaak word nie, hetsy dit ’n onafhanklike trust, nie‐selfregerend of onder enige ander beperking van soewereiniteit is.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Eql/
H A DGetStatus.php37 return "/_eql/search/status/$id";
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResponse.php45 * HTTP response status code.
62 * @param int $responseStatus http status code
165 if (isset($data['status'])) {
166 return $data['status'] >= 200 && $data['status'] <= 300;
179 if (isset($item['index']['status']) && ($item['index']['status'] < 200 || $item['index']['status'] >= 300)) {
188 // http status is ok
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md4 [![Build status](https://github.com/ezimuel/ringphp/workflows/PHP%20test/badge.svg)](https://github.com/ezimuel/ringphp/actions) [![Latest Stable Version](https://poser.pugx.org/ezimuel/ringphp/v/stable)](https://packagist.org/packages/ezimuel/ringphp)
34 echo $response['status'];
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php84 $response['status'] = isset($startLine[1]) ? (int) $startLine[1] : null;
90 return !empty($response['curl']['errno']) || !isset($response['status'])
130 'status' => null,
521 * without an error status.
H A DStreamHandler.php48 'status' => $parts[1],
139 'status' => null,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php631 // manually make this verbose so we can check status code
669 // manually make this verbose so we can check status code
1111 // manually make this verbose so we can check status code
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dcleanup.sh40 status=$?
46 # status is 0 or SIGINT
47 if [[ "$status" == "0" || "$status" == "130" ]]; then
52 exit ${status}
H A Dwait-for-container.sh13 until ! container_running "$1" || (container_running "$1" && [[ "$(docker inspect -f "{{.State.Health.Status}}" ${1})" != "starting" ]]); do
25 if ! container_running $1 || [[ "$(docker inspect -f "{{.State.Health.Status}}" ${1})" != "healthy" ]]; then
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+pull-request.yml18 status-context: clients-ci
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md315 - Fix issue with getting status of respository and snapshots. (#719) [[2d11682]](http://github.com/elasticsearch/elasticsearch-php/commit/2d11682)
H A DLICENSE-LGPL440 decision will be guided by the two goals of preserving the free status
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc172 $params['health'] = (enum) A health status ("green", "yellow", or "red" to filter only indices matching the specified health status (Options = green,yellow,red)
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt29 Everyone is entitled to all the rights and freedoms set forth in this Declaration, without distinction of any kind, such as race, colour, sex, language, religion, political or other opinion, national or social origin, property, birth or other status.
31 Furthermore, no distinction shall be made on the basis of the political, jurisdictional or international status of the country or territory to which a person belongs, whether it be independent, trust, non‐self‐governing or under any other limitation of sovereignty.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DShardStores.php44 'status',

1...<<21222324252627282930>>...124