Home
last modified time | relevance | path

Searched refs:getIndices (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
H A DGoogleCloudWebriskV1RawIndices.php38 public function getIndices() function in Google\\Service\\WebRisk\\GoogleCloudWebriskV1RawIndices
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4RawIndices.php38 public function getIndices() function in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4RawIndices
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DHealth.php169 public function getIndices(): array
166 public function getIndices(): array global() function in Elastica\\Cluster\\Health
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php258 public function getIndices(): array
319 return \implode(',', $this->getIndices()).'/_search';
256 public function getIndices(): array global() function in Elastica\\Search
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php175 $header['index'] = $search->getIndices();
/plugin/revealjs/plugin/search/
H A Dsearch.js61 var slideIndex = Reveal.getIndices(secnode);
/plugin/revealjs/js/
H A Dreveal.js2678 var index = getIndices( slide );
3477 var indices = getIndices( slide );
4378 var indices = Reveal.getIndices(element);
4455 function getIndices( slide ) { function
4653 var indices = getIndices();
6041 getIndices: getIndices,
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3230 getIndices: function(a, b, total) {
3259 var indices = Selector.pseudos.getIndices(a, b, nodes.length);
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3780 getIndices: function(a, b, total) {
3808 var indices = Selector.pseudos.getIndices(a, b, nodes.length);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md739 - `Health::getIndices` returns key=>value result, where key === $indexName.
741 $cluster->getHealth()->getIndices()[$indexName]
743 $indices = $cluster->getHealth()->getIndices();