/plugin/webdav/vendor/sabre/vobject/lib/ |
H A 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/icalevents/vendor/sabre/vobject/lib/ |
H A 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/zip/pear/File/Archive/Reader/ |
H A 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/ |
H A 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/ |
H A D | fckdomtools.js | 364 var currentIndex = -1 ; 368 currentIndex++ ; 371 return currentIndex ; 572 var currentIndex = -1 ; 581 currentIndex++ ; 607 var currentIndex = -1 ; 616 currentIndex++ ; 617 if ( currentIndex == target ) 730 var currentIndex = baseIndex ; 747 currentIndex++ ; [all …]
|
/plugin/slider/ |
H A 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/ |
H A D | dhtmlxgantt_keyboard_navigation.js | 749 var currentIndex = -1; 752 currentIndex = i; 759 if (currentIndex <= 0) { 771 if (currentIndex >= focusable.length - 1) {
|
/plugin/pdfjs/pdfjs/web/ |
H A 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) { 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--) {
|
H A D | viewer.js.map | 1 …currentIndex","currentItem","xinv","limit","x_","x","a","b","c","d","p","q","r","changeOrientation…
|
/plugin/jcapture/lib/ |
H A D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jdraw/lib/ |
H A D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_keyboard_navigation.js.map | 1 …currentIndex","shiftKey","lastItem","firstItem","hash","getHash","handler","returnValue","shortcut…
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A 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/ |
H A D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/xlsx2dw/packages/jszip/ |
H A D | jszip.js | 3578 var currentIndex = this.reader.index; 3582 this.reader.setIndex(currentIndex);
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 13569 currentIndex = 1; 13614 currentIndex = st; 13616 currentIndex = 1; 13622 currentLabel = currentIndex; 13627 currentLabel = (0, _core_utils.toRomanNumerals)(currentIndex, style === 'r'); 13636 var letterIndex = currentIndex - 1; 13656 currentIndex++; 21137 var currentIndex = 0, 21146 if (index === currentIndex) { 21150 currentIndex++;
|
H A D | pdf.worker.js.map | 1 …currentIndex","labelDict","st","toRomanNumerals","LIMIT","A_UPPER_CASE","A_LOWER_CASE","baseCharCo…
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 33465 currentIndex; 33476 currentIndex = index; 33505 currentIndex++; 33531 currentIndex; 33542 currentIndex = index; 33563 data[_r].splice(currentIndex, 0, null); 33566 this.priv.columnSettings.splice(currentIndex, 0, constructor); 33570 currentIndex++;
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 45542 var currentIndex = newParent.children.indexOf(element); 45562 if (currentIndex !== -1 && currentIndex < insertIndex) {
|
/plugin/datatables/assets/pdfmake/build/ |
H A D | pdfmake.min.js |
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 54523 var currentIndex = this.reader.index; 54527 this.reader.setIndex(currentIndex);
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …currentIndex = -1;\n for (let i = 0, len = this._diffs.length; i < len; i++) {\n …
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 2960 Format.prototype.labelIndex=0;Format.prototype.diagramIndex=0;Format.prototype.currentIndex=0;Forma… 2974 …a&&(f?this.labelIndex=d:b.isSelectionEmpty()?this.diagramIndex=d:this.currentIndex=d,null!=k&&(k.s… 2975 …=k||d==(f?this.labelIndex:b.isSelectionEmpty()?this.diagramIndex:this.currentIndex))&&g()}),l=0;if…
|