Home
last modified time | relevance | path

Searched refs:index (Results 426 – 450 of 1806) sorted by relevance

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

/plugin/twofactor/action/
H A Dprofile.php45 // Find index of existing Profile menu item.
46 for ($index = 0; $index > count($event->data['items']); $index++) {
47 if ($event->data['items'][$index]->getType() === 'profile') {
51 array_splice($event->data['items'], $index + 1, 0, [$menuitem]);
/plugin/geonav/
H A Dsidebar.css16 z-index:-1;
19 #map3d {z-index:-1; }
/plugin/fedauth/Auth/OpenID/
H A DMessage.php196 $index = array_search($key, $this->keys);
198 if ($index !== false) {
199 $this->values[$index] = $value;
213 $index = array_search($key, $this->keys);
215 if ($index !== false) {
216 return $this->values[$index];
250 $index = array_search($key, $this->keys);
252 if ($index !== false) {
253 unset($this->keys[$index]);
254 unset($this->values[$index]);
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js434 var index = -1,
2764 cyclical['v' + index] = [index ? cyclical['v' + (index - 1)] : cyclical];
7647 return ['key' + index, index];
8396 if (index) {
12151 if (index) {
12204 if (index) {
13768 if (index) {
14532 if (index) {
19085 return ['key' + index, index];
20864 index
[all …]
/plugin/indexnumber/
H A Dplugin.info.txt6 desc This plugin shows a picker for index numbers in the editor toolbar. The allowed index names …
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown173 slickGoTo | index : int, dontAnimate : bool | Goes to slide by index, skipping animation if second …
174 slickCurrentSlide | | Returns the current slide index
175 … object, index: int, addBefore: bool | Add a slide. If an index is provided, will add at that inde…
176index: int, removeBefore: bool | Remove slide by index. If removeBefore is set true, remove slide …
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.zip.php471 * @param int $index
475 public static function ZIPversionOSLookup($index) { argument
499 return (isset($ZIPversionOSLookup[$index]) ? $ZIPversionOSLookup[$index] : '[unknown]');
503 * @param int $index
507 public static function ZIPcompressionMethodLookup($index) { argument
535 …return (isset($ZIPcompressionMethodLookup[$index]) ? $ZIPcompressionMethodLookup[$index] : '[unkno…
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js234 this.index = index;
250 this.previousIndex = this.index;
252 if (this.index == null)
256 this.index = tmp;
261 this.index = null;
370 return index + 1;
1028 index = (index != null) ? index : this.pages.length;
1307 startIndex = index;
1523 ' [' + (index + 1)+ ']');
1903 if (obj.index == null)
[all …]
/plugin/bureaucracyau/helper/
H A Dfieldwiki.php29 * @param int $index index number of field in form
33 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldaddpage.php43 * @param int $index index number of field in form
47 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldstatic.php28 * @param int $index index number of field in form
32 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldusemailtemplate.php42 * @param int $index index number of field in form
46 function handle_post($value, &$fields, $index, $formid) { argument
/plugin/bureaucracy-au/helper/
H A Dfieldwiki.php29 * @param int $index index number of field in form
33 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldaddpage.php43 * @param int $index index number of field in form
47 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldstatic.php28 * @param int $index index number of field in form
32 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldusemailtemplate.php42 * @param int $index index number of field in form
46 function handle_post($value, &$fields, $index, $formid) { argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DGraphNamespace.php31 * Explore extracted and summarized information about the documents and terms in an index.
33 * $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
45 $index = $this->extractArgument($params, 'index');
52 $endpoint->setIndex($index);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2814 return object.index - other.index;
3635 array[index] = source[index];
3742 result[index] = iteratee(array[index], index, array);
4871 result[index] = array[index + start];
5408 args[index] = arguments[index];
5844 result.index = array.index;
6532 while (++index < length && predicate(array[index], index, array)) {}
7315 while (++index < length && predicate(array[index], index, array)) {}
10993 result[index] = (index + '');
12687 result[index] = iteratee(index);
[all …]
/plugin/bureaucracy/helper/
H A Dfieldaddpage.php43 * @param int $index index number of field in form
47 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldstatic.php28 * @param int $index index number of field in form
32 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldusemailtemplate.php42 * @param int $index index number of field in form
46 function handle_post($value, &$fields, $index, $formid) { argument
/plugin/webdav/vendor/sabre/event/lib/
H A DEventEmitterTrait.php180 foreach ($this->listeners[$eventName][2] as $index => $check) {
182 unset($this->listeners[$eventName][1][$index]);
183 unset($this->listeners[$eventName][2][$index]);
/plugin/davcal/vendor/sabre/event/lib/
H A DEventEmitterTrait.php180 foreach ($this->listeners[$eventName][2] as $index => $check) {
182 unset($this->listeners[$eventName][1][$index]);
183 unset($this->listeners[$eventName][2][$index]);
/plugin/docnavigation/syntax/
H A Dpagenav.php101 foreach ($linkstrs as $index => $linkstr) {
112 if ($index == 1 && empty($link)) {
141 if ($index !== 1 && $link == $ID) {
/plugin/photogallery/lightGallery/js/
H A Dlg-pager.min.js4 …("click.lg touchend.lg",function(){var b=a(this);e.core.index=b.index(),e.core.slide(e.core.index,…

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