Home
last modified time | relevance | path

Searched refs:status (Results 176 – 200 of 1484) sorted by last modified time

12345678910>>...60

/plugin/pubmed2020/classes/
H A Dpubmed2020.php64 if ($r->records[0]->status === "error") {
/plugin/statdisplay/helper/
H A Dlog.php109 $status = $parts[8];
118 if ($status == 200) {
247 $this->logdata[$month]['status']['all'][$status] =
248 isset($this->logdata[$month]['status']['all'][$status]) ?
249 $this->logdata[$month]['status']['all'][$status] + 1 :
251 $this->logdata[$month]['status']['day'][$day][$status] =
252 isset($this->logdata[$month]['status']['day'][$day][$status]) ?
253 $this->logdata[$month]['status']['day'][$day][$status] + 1 :
255 $this->logdata[$month]['status']['hour'][$hour][$status] =
256 isset($this->logdata[$month]['status']['hour'][$hour][$status]) ?
[all …]
/plugin/advanced/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/linksuggest/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/firenews/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/oauthauthsch/
H A Daction.php45 … if($circle['status']=='körvezető' || $circle['status']=='tag' || $circle['status']=='öregtag'){
55 print($circle['status']);
56 if($circle['status']=='körvezető'){
58 }else if($circle['status']=='öregtag'){
/plugin/archivegenerator/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/fullscreenmode/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php619 $status = new Status($this->getClient());
620 foreach ($status->getIndicesWithAlias($name) as $index) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSnapshotNamespace.php292 * Returns information about the status of a snapshot.
303 public function status(array $params = []) function in Elasticsearch\\Namespaces\\SnapshotNamespace
/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/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.
/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}
/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
H A DREADME.md6 [![Build status](https://github.com/elastic/elasticsearch-php/workflows/PHP%20test/badge.svg)](https://github.com/elastic/elasticsearch-php/actions) [![Latest Stable Version](https://poser.pugx.org/elasticsearch/elasticsearch/v/stable)](https://packagist.org/packages/elasticsearch/elasticsearch) [![Total Downloads](https://poser.pugx.org/elasticsearch/elasticsearch/downloads)](https://packagist.org/packages/elasticsearch/elasticsearch)
428 'status' => 200,
/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/ruflin/elastica/
H A DCHANGELOG.md1103 - Add Scrutinizer Code Quality status badge
2033 - Index status objects added

12345678910>>...60