Home
last modified time | relevance | path

Searched refs:indices (Results 76 – 95 of 95) sorted by path

1234

/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DHealth.php165 * Gets the status of the indices.
171 $indices = [];
172 foreach ($this->_data['indices'] as $indexName => $index) {
173 $indices[$indexName] = new Index($indexName, $index);
176 return $indices;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php50 * Array of indices names.
123 * Add array of indices at once.
125 * @param Index[] $indices argument
127 public function addIndices(array $indices = []): self
129 foreach ($indices as $index) {
154 * @param string[] $indices argument
156 public function addIndicesByName(array $indices = []): self
158 foreach ($indices as $index) {
254 * Return array of indices names.
311 * Combines indices t
[all...]
H A DStatus.php17 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-status.html
70 }, \array_keys($data['indices']));
94 * Returns an array with all indices that the given alias name points to.
120 $indices = [];
122 $indices[] = new Index($this->_client, $name);
125 return $indices;
/plugin/fckg/action/
H A Dedit.php2816 $indices = array_keys($data, $plugin);
2817 if(empty($indices)) {
2820 $indices = array_keys($data, $plugin);
2823 if(!empty($indices)) {
2824 foreach($indices as $index) {
2840 $indices = array_keys($data, $plugin);
2841 if(empty($indices)) {
2843 $indices = array_keys($data, $plugin);
2846 if(!empty($indices)) {
2847 foreach($indices as $index) {
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3259 var indices = Selector.pseudos.getIndices(a, b, nodes.length);
3260 for (var i = 0, node, l = indices.length; node = nodes[i]; i++) {
3262 if (node.nodeIndex == indices[j]) results.push(node);
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …?":1,hash:1,hex:1,id:1,"include?":1,included_modules:1,index:1,indexes:1,indices:1,induced_from:1,… property in hljs.LANGUAGES.ruby.c.keymethods
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.activelink.inc.php11 function ActiveLinkDOMTree($xml, $index, $indices, $parents) { argument
14 $this->parent_indices = $indices;
85 $indices = $this->parent_indices;
86 array_push($indices, $this->index);
91 $node =& new ActiveLinkDOMTree($children[0], 0, $indices, $parents);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php349 $indices = array();
375 $indices[] = array('value' => $nextToken);
462 $indices[] = array('value' => $valueContent);
506 $indices[] = $currentEntry;
514 if (empty($indices) === true) {
567 if ($keyUsed === false && empty($indices) === false) {
568 $count = count($indices);
569 $lastIndex = $indices[($count - 1)]['value'];
590 foreach ($indices as $value) {
662 $numValues = count($indices);
[all …]
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt261 # bug fix: show structure not properly showing structure indices, IDs, or strand counts for PDB or …
/plugin/mytemplate/
H A DREADME42 exact index. The map-indices is allowed to have gaps and the index specified in
101 Alternatively, you can manually specify indices:
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1indices (0, 2, 4, ...) because the\n // odd indices contain the actual data.\n const…
/plugin/revealjs/js/
H A Dreveal.js3477 var indices = getIndices( slide );
3478 value.push( indices.h + 1 );
3480 if( isVerticalSlide( slide ) ) value.push( sep, indices.v + 1 );
4378 var indices = Reveal.getIndices(element);
4379 slide(indices.h, indices.v);
4653 var indices = getIndices();
4656 indexh: indices.h,
4657 indexv: indices.v,
4658 indexf: indices.f,
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3808 var indices = Selector.pseudos.getIndices(a, b, nodes.length);
3809 for (var i = 0, node, l = indices.length; node = nodes[i]; i++) {
3811 if (node.nodeIndex == indices[j]) results.push(node);
/plugin/stlviewer/stlviewer/
H A DProjector.js484 var indices = geometry.index.array;
494 renderList.pushTriangle( indices[ i ], indices[ i + 1 ], indices[ i + 2 ] );
502 for ( var i = 0, l = indices.length; i < l; i += 3 ) {
504 renderList.pushTriangle( indices[ i ], indices[ i + 1 ], indices[ i + 2 ] );
683 var indices = geometry.index.array;
685 for ( var i = 0, l = indices.length; i < l; i += 2 ) {
687 renderList.pushLine( indices[ i ], indices[ i + 1 ] );
H A Dthree.min.js2indices:n,radius:r,detail:i},r=r||1;var o=[],s=[];function c(t,e,n,r){for(var i=r+1,a=[],o=0;o<=i;… property in a.parameters
/plugin/strata/
H A DREADME.md7 Strata is a semi-structured data plugin for [DokuWiki][dw]. Strata allows you to add data to your wiki pages, and later on query that data to create automatic indices or other overviews.
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …rds enumerate equal false filter find getBridgedObjectiveCType getVaList indices insertionSort isB…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs24159 var M = {}, indices = [];
24183 indices.push(packet.id);
24186 if (!indices.length)
24192 indices.forEach(function(idx) {
24310 var indices = [];
24322 indices.push(packet.id);
24326 indices.sort(function(x, y) {
24329 var indices_varint = indices.filter(function(x) {
26264 /* R and C are 0-based indices */

1234