Home
last modified time | relevance | path

Searched refs:currentIndex (Results 1 – 25 of 41) sorted by relevance

12

/plugin/fuzzysearch/
H A Dscript.js12 let fuse, currentIndex = -1;
32 currentIndex = -1;
55 if (currentIndex < items.length - 1) {
56 currentIndex++;
61 if (currentIndex > 0) {
62 currentIndex--;
65 currentIndex = -1;
68 } else if (e.key === 'Enter' && currentIndex >= 0) {
70 const selectedLink = items[currentIndex].querySelector('a');
78 if (i === currentIndex) {
H A Deditor.js10 let currentIndex = -1;
144 currentIndex = 0;
145 highlightResult(currentIndex);
154 currentIndex = index;
178 if (currentIndex < resultsDiv.children.length - 1) {
179 currentIndex++;
180 highlightResult(currentIndex);
184 if (currentIndex > 0) {
185 currentIndex--;
186 highlightResult(currentIndex);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
DFreeBusyData.php76 $currentIndex = 0;
77 while ($start > $this->data[$currentIndex]['end']) {
78 $currentIndex++;
83 $insertStartIndex = $currentIndex + 1;
102 $currentIndex = $insertStartIndex - 1;
104 $currentIndex = 0;
107 while ($end > $this->data[$currentIndex]['end']) {
109 $currentIndex++;
120 $itemsToDelete = $currentIndex - $insertStartIndex;
121 if ($this->data[$currentIndex]['end'] <= $end) $itemsToDelete++;
/plugin/webdav/vendor/sabre/vobject/lib/
DFreeBusyData.php72 $currentIndex = 0;
73 while ($start > $this->data[$currentIndex]['end']) {
74 ++$currentIndex;
79 $insertStartIndex = $currentIndex + 1;
98 $currentIndex = $insertStartIndex - 1;
100 $currentIndex = 0;
103 while ($end > $this->data[$currentIndex]['end']) {
104 ++$currentIndex;
114 $itemsToDelete = $currentIndex - $insertStartIndex;
115 if ($this->data[$currentIndex]['end'] <= $end) {
/plugin/minecraftrecipe/
Dscript.js7 let currentIndex = 0;
9 items[currentIndex].style.display = 'none';
10 currentIndex = (currentIndex + 1) % items.length;
11 items[currentIndex].style.display = 'block';
/plugin/zip/pear/File/Archive/Reader/
DMulti.php48 var $currentIndex = 0; variable in File_Archive_Reader_Multi
69 while (array_key_exists($this->currentIndex, $this->sources)) {
70 $this->source =& $this->sources[$this->currentIndex];
77 $this->currentIndex++;
90 $this->currentIndex = 0;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
DInvokedAtIndex.php33 protected $currentIndex = -1; variable in PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
58 $this->currentIndex++;
60 return $this->currentIndex == $this->sequenceIndex;
78 if ($this->currentIndex < $this->sequenceIndex) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdomtools.js364 var currentIndex = -1 ;
368 currentIndex++ ;
371 return currentIndex ;
572 var currentIndex = -1 ;
581 currentIndex++ ;
585 retval.unshift( currentIndex ) ;
607 var currentIndex = -1 ;
616 currentIndex++ ;
617 if ( currentIndex == target )
730 var currentIndex = baseIndex ;
[all …]
/plugin/codeblockedit/
H A Dscript.js40 var currentIndex = blockIndex++;
46 editBtn.dataset.index = currentIndex;
83 btnWrapper.id = 'codeblock_' + currentIndex;
/plugin/asciidocjs/node_modules/asap/
Draw.js46 var currentIndex = index;
50 queue[currentIndex].call();
Dbrowser-raw.js48 var currentIndex = index;
52 queue[currentIndex].call();
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdomtools.js280 var currentIndex = -1 ;
284 currentIndex++ ;
287 return currentIndex ;
/plugin/slider/
Djquery.bxslider.js364 …var currentIndex = slider.settings.moveSlides == 1 ? slider.active.index : slider.active.index * g…
366 children = slider.children.eq(currentIndex);
370 if(currentIndex + i >= slider.children.length){
373 children = children.add(slider.children.eq(currentIndex + i));
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_keyboard_navigation.js749 var currentIndex = -1;
752 currentIndex = i;
759 if (currentIndex <= 0) {
771 if (currentIndex >= focusable.length - 1) {
/plugin/calendar/
Dcalendar-main.js1975 var currentIndex = days.indexOf(focusedDay);
1976 if (currentIndex === -1) return;
1978 var newIndex = currentIndex;
1981 newIndex = Math.min(currentIndex + 1, days.length - 1);
1984 newIndex = Math.max(currentIndex - 1, 0);
1987 newIndex = Math.min(currentIndex + 7, days.length - 1);
1990 newIndex = Math.max(currentIndex - 7, 0);
1999 if (newIndex !== currentIndex && days[newIndex]) {
/plugin/pdfjs/pdfjs/web/
Dviewer.js3650 var currentIndex = minIndex + maxIndex >> 1;
3651 var currentItem = items[currentIndex];
3654 maxIndex = currentIndex;
3656 minIndex = currentIndex + 1;
6898 function isSubTerm(matchesWithLength, currentIndex) { argument
6899 var currentElem = matchesWithLength[currentIndex];
6900 var nextElem = matchesWithLength[currentIndex + 1];
6902 if (currentIndex < matchesWithLength.length - 1 && currentElem.match === nextElem.match) {
6907 for (var i = currentIndex - 1; i >= 0; i--) {
/plugin/jcapture/lib/
Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/asciidocjs/node_modules/nunjucks/browser/
Dnunjucks-slim.js1690 var currentIndex = index;
1694 queue[currentIndex].call();
Dnunjucks.js4656 var currentIndex = index;
4660 queue[currentIndex].call();
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_keyboard_navigation.js.map1currentIndex","shiftKey","lastItem","firstItem","hash","getHash","handler","returnValue","shortcut…
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js93 Format.prototype.currentIndex = 0; method in Format
498 this.currentIndex = index;
535 this.diagramIndex : this.currentIndex))))
/plugin/diagramsnet/lib/WEB-INF/lib/
Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/xlsx2dw/packages/jszip/
Djszip.js3578 var currentIndex = this.reader.index;
3582 this.reader.setIndex(currentIndex);
/plugin/datatables/assets/jszip/
Djszip.js3578 var currentIndex = this.reader.index;
3582 this.reader.setIndex(currentIndex);

12