| /plugin/fuzzysearch/ |
| H A D | script.js | 12 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 D | editor.js | 10 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/ |
| D | FreeBusyData.php | 76 $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/ |
| D | FreeBusyData.php | 72 $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/ |
| D | script.js | 7 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/ |
| D | Multi.php | 48 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/ |
| D | InvokedAtIndex.php | 33 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/ |
| D | fckdomtools.js | 364 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 D | script.js | 40 var currentIndex = blockIndex++; 46 editBtn.dataset.index = currentIndex; 83 btnWrapper.id = 'codeblock_' + currentIndex;
|
| /plugin/asciidocjs/node_modules/asap/ |
| D | raw.js | 46 var currentIndex = index; 50 queue[currentIndex].call();
|
| D | browser-raw.js | 48 var currentIndex = index; 52 queue[currentIndex].call();
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 280 var currentIndex = -1 ; 284 currentIndex++ ; 287 return currentIndex ;
|
| /plugin/slider/ |
| D | jquery.bxslider.js | 364 …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/ |
| D | dhtmlxgantt_keyboard_navigation.js | 749 var currentIndex = -1; 752 currentIndex = i; 759 if (currentIndex <= 0) { 771 if (currentIndex >= focusable.length - 1) {
|
| /plugin/calendar/ |
| D | calendar-main.js | 1975 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/ |
| D | viewer.js | 3650 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/ |
| D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/jdraw/lib/ |
| D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks-slim.js | 1690 var currentIndex = index; 1694 queue[currentIndex].call();
|
| D | nunjucks.js | 4656 var currentIndex = index; 4660 queue[currentIndex].call();
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
| D | dhtmlxgantt_keyboard_navigation.js.map | 1 …currentIndex","shiftKey","lastItem","firstItem","hash","getHash","handler","returnValue","shortcut…
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Format.js | 93 Format.prototype.currentIndex = 0; method in Format 498 this.currentIndex = index; 535 this.diagramIndex : this.currentIndex))))
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/xlsx2dw/packages/jszip/ |
| D | jszip.js | 3578 var currentIndex = this.reader.index; 3582 this.reader.setIndex(currentIndex);
|
| /plugin/datatables/assets/jszip/ |
| D | jszip.js | 3578 var currentIndex = this.reader.index; 3582 this.reader.setIndex(currentIndex);
|