Home
last modified time | relevance | path

Searched refs:index (Results 101 – 125 of 1806) sorted by relevance

12345678910>>...73

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Graph/
H A DExplore.php34 if (isset($this->index) !== true) {
36 'index is required for explore'
39 $index = $this->index;
46 return "/$index/$type/_graph/explore";
48 return "/$index/_graph/explore";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DBqmlIterationResult.php30 public $index; variable in Google\\Service\\Bigquery\\BqmlIterationResult
59 public function setIndex($index) argument
61 $this->index = $index;
68 return $this->index;
H A DIterationResult.php30 public $index; variable in Google\\Service\\Bigquery\\IterationResult
59 public function setIndex($index) argument
61 $this->index = $index;
68 return $this->index;
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushXml.js43 result.push(new constructor(attributes.name, match.index + attributes.index, 'color1'));
44 …result.push(new constructor(attributes.value, match.index + attributes.index + attributes[0].index…
45 pos = attributes.index + attributes[0].length;
51 new constructor(tag.name, match.index + tag[0].indexOf(tag.name), 'keyword')
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushXml.js27 result.push(new constructor(attributes.name, match.index + attributes.index, 'color1'));
28 …result.push(new constructor(attributes.value, match.index + attributes.index + attributes[0].index…
29 pos = attributes.index + attributes[0].length;
35 new constructor(tag.name, match.index + tag[0].indexOf(tag.name), 'keyword')
/plugin/google_maps/
H A Dscript.js34 function queryGoogleGeo(map, bounds, locations, index, zoom, retry) argument
42 GMAPS_GEOCODER.getLocations(locations[index],
48 alert("No response from GeoCoder for location " + locations[index] + ". Giving up.");
55 … + GMAPS_MAX_RETRY_COUNT + ") has been reached for location " + locations[index] + ". Giving up.");
59 setTimeout(queryGoogleGeo, GMAPS_RETRY_DELAY, map, bounds, locations, index, zoom, retry);
64 …e (" + response.Status.code + ") from GeoCoder for location " + locations[index] + ". Giving up.");
82 if (index == locations.length - 1)
103 queryGoogleGeo(map, bounds, locations, index + 1, zoom, retry);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DUpdate.php40 if (isset($this->index) !== true) {
42 'index is required for update'
45 $index = $this->index;
52 return "/$index/$type/$id/_update";
54 return "/$index/_update/$id";
H A DCreate.php40 if (isset($this->index) !== true) {
42 'index is required for create'
45 $index = $this->index;
52 return "/$index/$type/$id/_create";
54 return "/$index/_create/$id";
H A DExplain.php40 if (isset($this->index) !== true) {
42 'index is required for explain'
45 $index = $this->index;
52 return "/$index/$type/$id/_explain";
54 return "/$index/_explain/$id";
H A DSearchShards.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_search_shards";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBasicSeriesDataPointStyleOverride.php29 public $index; variable in Google\\Service\\Sheets\\BasicSeriesDataPointStyleOverride
64 public function setIndex($index) argument
66 $this->index = $index;
73 return $this->index;
/plugin/combo/db/combo/
H A Dupdate0006.sql10 create index if not exists PAGES_DATE_MODIFED ON PAGES (DATE_MODIFIED DESC);
11 create index if not exists PAGES_DATE_CREATED ON PAGES (DATE_CREATED DESC);
12 create index if not exists PAGES_DATE_PUBLISHED ON PAGES (DATE_CREATED DESC);
13 create index if not exists PAGES_PATH ON PAGES (PATH ASC);
14 create index if not exists PAGES_NAME ON PAGES (NAME ASC);
/plugin/revealjs/syntax/
H A Dfragmentblock.php47 elseif (intval($param1) > 0) $index = $param1;
50 if (intval($param2) > 0) $index = $param2;
53 return array($type, $style, $index);
71 list($type, $style, $index) = $data;
75 ($index ? ' data-fragment-index="'.$index.'"' : '') . '>';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc86 $params['index'] = (list) A comma separated list of indices to add a block to
105 $params['index'] = (string) The name of the index to scope the operation
119 $params['index'] = (list) A comma-separated list of index name to limit the operation
139 $params['index'] = (string) The name of the source index to clone
140 $params['target'] = (string) The name of the target index to clone into
143 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the cloned index before the operation returns.
156 $params['index']
[all...]
/plugin/odt/helper/
H A Dcssimport.php154 $index = 0;
160 $index++;
174 $index++;
178 $index++;
182 $index++;
186 $index++;
418 $index = 0;
424 if (!isset($values [$index])) $values [$index] = 'medium';
446 $index++;
450 if (!isset($values [$index])) $values [$index] = 'none';
[all …]
/plugin/indexeverywhere/
H A DshowTheTree.php71 $index = '<div id="index__tree" class="indexeverywhere">';
73 $index .= search($data,$conf['datadir'],'search_index',array('ns' => $ns));
74 $index .= html_buildlist($data,'idx','html_list_index','html_li_index');
76 $index .= '</div>';
77 $renderer->doc .= $index;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dindex.rst16 tags/index
17 filters/index
18 functions/index
19 tests/index
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/
H A DCount.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/_cat/count/$index";
H A DRecovery.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/_cat/recovery/$index";
50 'index',
H A DSegments.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/_cat/segments/$index";
H A DShards.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/_cat/shards/$index";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DClearCache.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_cache/clear";
50 'index',
H A DFlush.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_flush";
H A DFlushSynced.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_flush/synced";
H A DForceMerge.php33 $index = $this->index ?? null;
35 if (isset($index)) {
36 return "/$index/_forcemerge";

12345678910>>...73