Home
last modified time | relevance | path

Searched refs:index (Results 251 – 275 of 1806) sorted by relevance

1...<<11121314151617181920>>...73

/plugin/preregister/
H A Dadmin.php88 foreach($data as $index=>$entry) {
91 $hidden[] = $index;
125 foreach($data as $index=>$entry) {
126 if(in_array($index,$which)) {
127 unset($data[$index]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAttachedDisk.php46 public $index; variable in Google\\Service\\Compute\\AttachedDisk
163 public function setIndex($index) argument
165 $this->index = $index;
172 return $this->index;
H A DSavedAttachedDisk.php50 public $index; variable in Google\\Service\\Compute\\SavedAttachedDisk
185 public function setIndex($index) argument
187 $this->index = $index;
194 return $this->index;
/plugin/elasticsearch/helper/
H A Dclient.php87 * Create the index
89 * @param bool $clear rebuild index
94 $index = $client->getIndex($this->getConf('indexname'));
96 if ($index->create([], $clear)->hasError()) {
97 throw new \splitbrain\phpcli\Exception("Failed to create index!");
100 if ($this->createMappings($index)->hasError()) {
132 * @param \Elastica\Index $index
135 protected function createMappings(\Elastica\Index $index): \Elastica\Response
187 return $mapping->send($index);
133 createMappings(\\Elastica\\Index $index) global() argument
/plugin/photogallery/lightGallery/js/
H A Dlg-pager.js74 _this.core.index = _$this.index();
75 _this.core.slide(_this.core.index, false, true, false);
89 _this.core.$el.on('onBeforeSlide.lg.tm', function(e, prevIndex, index) { argument
91 $pagerCont.eq(index).addClass('lg-pager-active');
H A Dlg-zoom.js81 _this.core.$el.on('onSlideItemLoad.lg.tm.zoom', function(event, index, delay) { argument
98 _this.core.$slide.eq(index).addClass('lg-zoomable');
151 var actualSize = function(event, $image, index, fromIcon) { argument
188 _this.core.$el.on('onAferAppendSlide.lg.tm.zoom', function(event, index) { argument
191 var $image = _this.core.$slide.eq(index).find('.lg-image');
194 actualSize(event, $image, index);
205 actualSize(event, $image, index);
235 …actualSize(event, _this.core.$slide.eq(_this.core.index).find('.lg-image'), _this.core.index, true…
373 var $image = _this.core.$slide.eq(_this.core.index).find('.lg-object');
462 var _$el = _this.core.$slide.eq(_this.core.index).find('.lg-img-wrap');
[all …]
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt14 <code css index.css>
19 <code html index.html>
23 <code html index.html>
28 <code javascript index.js>
33 <code javascript index.js>
37 <code javascript index.js>
/plugin/sectiontoggle/
H A Dscript.js43 jQuery(SectionToggle.headers).each(function(index,elem ) { argument
63 SectionToggle.checkheader(elem,index);
67 var $class = 'st_closed header__' + index;
88 checkheader: function (el, index) { argument
97 jQuery(this.headers).each(function (index, elem) {
109 jQuery(this.headers).each(function (index, elem) {
172 jQuery(":header").each(function (index, elem) { argument
208 jQuery(this.toc_xcl).each(function (index, elem) {
98 AnonymousFunctionf8805c230400(index,elem ) global() argument
107 AnonymousFunctionf8805c230500(index,elem ) global() argument
210 AnonymousFunctionf8805c230700(index,elem ) global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DCatNamespace.php88 * $params['index'] = (list) A comma-separated list of index names to limit the returned information
101 $index = $this->extractArgument($params, 'index');
106 $endpoint->setIndex($index);
182 * $params['index'] = (list) A comma-separated list of index names to limit the returned information
203 $index = $this->extractArgument($params, 'index');
208 $endpoint->setIndex($index);
[all...]
H A DRollupNamespace.php77 * Returns the capabilities of any rollup jobs that have been configured for a specific index or index pattern.
79 * $params['id'] = (string) The ID of the index to check rollup capabilities on, or left blank for all jobs
100 * Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored).
102 * $params['index'] = (string) The rollup index or index pattern to obtain rollup capabilities from.
106 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/rollup-get-rollup-index-caps.html
113 $index
[all...]
/plugin/searchindex/lang/en/
H A Dintro.txt3 This page allows you to update or rebuild the index used by the full-text search.
4 This is generally not needed as the index builds and updates itself as
6 a lot of files it may be a good idea to clean up the index.
8 Rebuilding the index **can take a long time**. You should leave the page open
/plugin/todo/
H A Dscript.js48 param = $chk.data(), // contains: index, pageid, date, strikethrough
51 // if the data-index attribute is set, this is a call from the page where the todos are defined
52 if (param.index === undefined) param.index = -1;
92 index: param.index,
/plugin/diagrams/script/
H A DDiagramsMenuItemDispatcher.js52 const index = $from.index();
53 if (!$from.parent.canReplaceWith(index, index, schema.nodes.diagrams)) {
/plugin/googlechart/
H A Dsyntax.php72 $index=0;
74 if($index==0 OR $line=='</googlechart>' ){}
76 $index++;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php140 public static function findAllNodes(ParseTree $tree, int $index, bool $findTokens) : array argument
142 return self::findNodesInTree($tree, $index, $findTokens, []);
150 private static function findNodesInTree(ParseTree $tree, int $index, bool $findTokens, array $nodes) : array argument
153 if ($findTokens && $tree instanceof TerminalNode && $tree->getSymbol()->getType() === $index) {
155 } elseif (!$findTokens && $tree instanceof ParserRuleContext && $tree->getRuleIndex() === $index) {
164 $nodes = self::findNodesInTree($child, $index, $findTokens, $nodes);
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js51 this.index = 0;
200 this.index==i ?
214 if(this.index > 0) this.index--;
220 if(this.index < this.entryCount-1) this.index++;
221 else this.index = 0;
225 getEntry: function(index) { argument
286 this.index = 0;
327 for (var index = 0, l = this.options.tokens.length; index < l; ++index) {
339 for (var index = 0; index < boundary; ++index)
340 if (newS[index] != oldS[index])
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1da77e114459e0b77d78a3dcc8fae429.asciidoc6 'index' => 'twitter-1',
10 'index' => 'twitter-2',
14 'index' => 'twitter-1,twitter-2',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DSearchMvt.php38 $index = $this->index ?? null;
44 if (isset($index) && isset($field) && isset($zoom) && isset($x) && isset($y)) {
45 return "/$index/_mvt/$field/$zoom/$x/$y";
/plugin/jorgchart/
H A Dscript.js5 jQuery('.wrap_jorgchart > ul').each(function(index){ argument
19 $orgChartContainer.find("div.node.level" + level).each(function(index) { argument
22 $orgChartContainer.find("div.node.level" + level).each(function(index) { argument
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js166 ,index = 0
191 x[3] = args[index];
195 index++;
207 x[4] = args[index];
211 index++;
228 ins = args[index];
232 index++;
/plugin/imageflow/
H A Dstyle.css43 z-index: 200;
56 z-index:201;
63 z-index:202;
75 z-index:202;
86 z-index:202;
102 z-index: 100;
131 z-index: 200;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc46 For example, we can requests index stats about a specific index, or multiple
54 $params['index'] = 'my_index';
58 $params['index'] = array('my_index1', 'my_index2');
63 The following example shows how you can add an alias to an existing index:
71 'index' => 'myindex',
82 only requires an index name(s), while the `updateAlias` requires a body of
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.asciidoc35 $params['index'] = (list) A comma-separated list of index names
52 $params['repository'] = (string) The name of the repository containing the snapshot of the index to mount
53 $params['snapshot'] = (string) The name of the snapshot of the index to mount
85 $params['index'] = (list) A comma-separated list of index names
86 $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = cluster,indices,shards) (Default = indices)
/plugin/bureaucracy-au/helper/
H A Dfieldfieldset.php64 * @param int $index index number of field in form
68 public function handle_post($value, &$fields, $index, $formid) { argument
75 for ($n = 0 ; $n < $index; ++$n) {
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
/plugin/searchindex/lang/fr/
H A Dintro.txt1 ====== Gestionnaire d'index de recherche ======
3 Cette page permet de reconstruire l'index utilisé par la recherche en
4 texte intégral. C'est généralement inutile puisque l'index se construit
13 Reconstruire l'index prend du temps. Vous devriez laisser la page ouverte

1...<<11121314151617181920>>...73