Home
last modified time | relevance | path

Searched refs:index (Results 26 – 50 of 1550) sorted by relevance

12345678910>>...62

/plugin/fedauth/classes/
H A Dfa_providerlist.class.php245 $index = array_search($id, $src);
248 if(count($src) > $index) {
249 array_splice($src, $index+2, 0, $src[$index]);
250 array_splice($src, $index, 1);
266 $index = array_search($id, $src);
269 if ((count($src) > $index) && ($index>0)) {
270 array_splice($src, $index-1, 0, $src[$index]);
271 array_splice($src, $index+1, 1);
291 $index = array_search($id, $ord);
292 array_splice($ord, $index, 1);
[all …]
/plugin/tablelayout/script/
H A Dedittable_plugin.js14 layout.colwidth.forEach(function (currentValue, index) { argument
20 colWidths[index] = parseInt(currentValue, 10);
40 handsontable_config.beforeRemoveCol = function (index, amount) { argument
42 originalBeforeRemoveCol.call(this, index, amount);
44 layout.colwidth.splice(index, amount);
49 handsontable_config.afterRemoveCol = function (index, amount) { argument
51 originalAfterRemoveCol.call(this, index, amount);
57 handsontable_config.afterCreateCol = function (index, amount) { argument
59 originalAfterCreateCol.call(this, index, amount);
61 layout.colwidth.splice(index, 0, null);
/plugin/photogallery/lightGallery/js/
H A Dlg-video.js52 _this.core.$el.on('hasVideo.lg.tm', function(event, index, src, html) { argument
53 …_this.core.$slide.eq(index).find('.lg-video').append(_this.loadVideo(src, 'lg-object', true, index
72 _this.core.$el.on('onAferAppendSlide.lg.tm', function(event, index) { argument
110 _src = _this.core.s.dynamicEl[_this.core.index].src;
111 _html = _this.core.s.dynamicEl[_this.core.index].html;
117 …_src = _this.core.$items.eq(_this.core.index).attr('href') || _this.core.$items.eq(_this.core.inde…
173 var $el = _this.core.$slide.eq(_this.core.index);
219 _src = _this.core.s.dynamicEl[index].src;
221 … _src = _this.core.$items.eq(index).attr('href') || _this.core.$items.eq(index).attr('data-src');
225 var _isVideo = _this.core.isVideo(_src, index) || {};
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DCompound.php51 * @param integer $index
55 public function get($index) argument
57 if (!$this->has($index)) {
61 return $this->types[$index];
67 * @param integer $index
71 public function has($index) argument
73 return isset($this->types[$index]);
/plugin/highlight2wiki/
H A Dscript.js120 var index = innerHTML.indexOf(text);
121 console.log(index);
122 if (index >= 0) {
123 innerHTML = innerHTML.substring(0,index) + "<mark2>" + innerHTML.substring(index,index+text.length) + "</mark2>" + innerHTML.substring(index + text.length);
166 var index = innerHTML.indexOf(text);
167 console.log(index);
168 if (index >
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc9 ==== Create an index
11 The index operations are all contained under a distinct namespace, separated
13 create a new index:
19 'index' => 'my_index'
22 // Create the index
27 You can specify any parameters that would normally be included in a new index
35 'index' => 'my_index',
58 // Create the index with mappings and settings now
64 ==== Create an index (advanced example)
66 This is a more complicated example of creating an index, showin
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DElasticsearchFormatter.php26 protected $index; variable in Monolog\\Formatter\\ElasticsearchFormatter
34 * @param string $index Elasticsearch index name
37 public function __construct(string $index, string $type) argument
42 $this->index = $index;
63 return $this->index;
84 $record['_index'] = $this->index;
H A DElasticaFormatter.php28 protected $index; variable in Monolog\\Formatter\\ElasticaFormatter
36 * @param string $index Elastic Search index name
39 public function __construct(string $index, ?string $type) argument
44 $this->index = $index;
60 return $this->index;
85 $document->setIndex($this->index);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DTermVectors.php34 if (isset($this->index) !== true) {
36 'index is required for termvectors'
39 $index = $this->index;
47 return "/$index/$type/$id/_termvectors";
50 return "/$index/$type/_termvectors";
53 return "/$index/_termvectors/$id";
55 return "/$index/_termvectors";
H A DIndex.php24 * Elasticsearch API name index
34 if (isset($this->index) !== true) {
36 'index is required for index'
39 $index = $this->index;
47 return "/$index/$type/$id";
50 return "/$index/_doc/$id";
53 return "/$index/$type";
55 return "/$index/_do
[all...]
H A DAbstractEndpoint.php37 protected $index = null; variable in Elasticsearch\\Endpoints\\AbstractEndpoint
113 return $this->index;
119 public function setIndex($index) argument
121 if ($index === null) {
125 if (is_array($index) === true) {
126 $index = array_map('trim', $index);
127 $index = implode(",", $index);
130 $this->index
[all...]
H A DCount.php33 $index = $this->index ?? null;
39 if (isset($index) && isset($type)) {
40 return "/$index/$type/_count";
42 if (isset($index)) {
43 return "/$index/_count";
H A DSearch.php33 $index = $this->index ?? null;
39 if (isset($index) && isset($type)) {
40 return "/$index/$type/_search";
42 if (isset($index)) {
43 return "/$index/_search";
H A DSearchTemplate.php33 $index = $this->index ?? null;
39 if (isset($index) && isset($type)) {
40 return "/$index/$type/_search/template";
42 if (isset($index)) {
43 return "/$index/_search/template";
H A DMget.php33 $index = $this->index ?? null;
39 if (isset($index) && isset($type)) {
40 return "/$index/$type/_mget";
42 if (isset($index)) {
43 return "/$index/_mget";
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.activelink.inc.php6 var $index; variable in ActiveLinkDOMTree
11 function ActiveLinkDOMTree($xml, $index, $indices, $parents) { argument
13 $this->index = $index;
86 array_push($indices, $this->index);
103 if ($this->index <= 0) {
108 …$sibling = &new ActiveLinkDOMTree($nodes[$this->index-1],$this->index-1, $this->parent_indices, $t…
116 if ($this->index >= count($nodes)-1) {
121 …$node =& new ActiveLinkDOMTree($nodes[$this->index+1], $this->index+1, $this->parent_indices, $thi…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.voc.php173 * @param int $index
177 public function VOCcompressionTypeLookup($index) { argument
184 …return (isset($VOCcompressionTypeLookup[$index]) ? $VOCcompressionTypeLookup[$index] : 'Multi DAC …
188 * @param int $index
192 public function VOCwFormatLookup($index) { argument
203 return (isset($VOCwFormatLookup[$index]) ? $VOCwFormatLookup[$index] : false);
207 * @param int $index
211 public function VOCwFormatActualBitsPerSampleLookup($index) { argument
222 return (isset($VOCwFormatLookup[$index]) ? $VOCwFormatLookup[$index] : false);
/plugin/authradius/
H A Ddes.php80 for ($index = 1; $index <= 16; $index++) {
81 $l[$index] = $r[$index - 1];
82 $r[$index] = des_xor($l[$index - 1], des_transform($r[$index - 1], $subKeys[$index]));
118 $index = 0;
119 $c[$index] = substr($k, 0, 28);
120 $d[$index] = substr($k, 28);
123 $index++;
124 $c[$index] = des_rotate_left ($c[$index - 1], $positions);
125 $d[$index] = des_rotate_left ($d[$index - 1], $positions);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php12 * access to any previous token by index.
39 * The index into {@see BufferedTokenStream::tokens()} of the current token
52 protected $index = -1; variable in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
86 return $this->index;
99 public function seek(int $index) : void argument
103 $this->index = $this->adjustSeekIndex($index);
115 if ($this->index >= 0) {
119 $skipEofCheck = $this->index < \count($this->tokens) - 1;
122 $skipEofCheck = $this->index < \coun
179 get(int $index) global() argument
[all...]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js639 result[index] = iteratee(array[index], index, array);
658 array[offset + index] = values[index];
976 result[index] = iteratee(index);
4656 return object.index - other.index;
4745 array[index] = source[index];
5026 args[index] = arguments[index];
5089 index = wrapper ? index : length;
6154 result.index = array.index;
7643 index = index < 0 ? nativeMax(length + index, 0) : nativeMin(index, length - 1);
7813 return isIndex(index, length) ? +index : index;
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js639 result[index] = iteratee(array[index], index, array);
658 array[offset + index] = values[index];
976 result[index] = iteratee(index);
4656 return object.index - other.index;
4745 array[index] = source[index];
5026 args[index] = arguments[index];
5089 index = wrapper ? index : length;
6154 result.index = array.index;
7643 index = index < 0 ? nativeMax(length + index, 0) : nativeMin(index, length - 1);
7813 return isIndex(index, length) ? +index : index;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php669 foreach ($indices as $index) {
670 if (isset($index['index']) === false) {
684 $indexLine = $tokens[$index['index']]['line'];
712 $found = ($tokens[$index['index']]['column'] - 1);
731 if ($tokens[$index['arrow']]['column'] !== $arrowStart) {
732 …$expected = ($arrowStart - (strlen($index['index_content']) + $tokens[$index['index']]['column']));
733 …$found = ($tokens[$index['arrow']]['column'] - (strlen($index['index_content']) + $tokens[$inde…
753 …$expected = ($valueStart - ($tokens[$index['arrow']]['length'] + $tokens[$index['arrow']]['column'…
754 …$found = ($tokens[$index['value']]['column'] - ($tokens[$index['arrow']]['length'] + $tokens[$i…
785 $valueLine = $tokens[$index['value']]['line'];
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DGetMapping.php33 $index = $this->index ?? null;
39 if (isset($index) && isset($type)) {
40 return "/$index/_mapping/$type";
42 if (isset($index)) {
43 return "/$index/_mapping";
H A DValidateQuery.php33 $index = $this->index ?? null;
39 if (isset($index) && isset($type)) {
40 return "/$index/$type/_validate/query";
42 if (isset($index)) {
43 return "/$index/_validate/query";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DCcrNamespace.php51 * Creates a new follower index configured to follow the referenced leader index.
53 * $params['index'] = (string) The name of the follower index
55 * $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required)
63 $index = $this->extractArgument($params, 'index');
69 $endpoint->setIndex($index);
75 * Retrieves information about all follower indices, including parameters and status for each follower index
77 * $params['index']
[all...]

12345678910>>...62