| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
| D | UpdateConditionalFormatRuleRequest.php | 29 public $newIndex; variable in Google\\Service\\Sheets\\UpdateConditionalFormatRuleRequest 54 public function setNewIndex($newIndex) argument 56 $this->newIndex = $newIndex; 63 return $this->newIndex;
|
| D | UpdateConditionalFormatRuleResponse.php | 25 public $newIndex; variable in Google\\Service\\Sheets\\UpdateConditionalFormatRuleResponse 38 public function setNewIndex($newIndex) argument 40 $this->newIndex = $newIndex; 47 return $this->newIndex;
|
| /plugin/fullindex/ |
| D | action.php | 237 $newIndex = trim($num.$title); 238 if ($newIndex == "") { 239 $newIndex = strrchr($id, ":"); 241 if ($newIndex == "") { 242 $newIndex = $id; 245 $this->sortIndex[] = $newIndex;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Reindex.php | 61 public function __construct(Index $oldIndex, Index $newIndex, array $params = []) argument 64 $this->_newIndex = $newIndex; 152 protected function _getBody(Index $oldIndex, Index $newIndex, array $params): array argument 156 'dest' => $this->_getDestPartBody($newIndex, $params),
|
| /plugin/sequencediagram/bower_components/lodash/lib/fp/ |
| D | build-doc.js | 32 _.each(indexes, (newIndex, index) => { 33 reordered[newIndex] = argNames[index];
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Pages.js | 105 function MovePage(ui, oldIndex, newIndex) argument 109 this.newIndex = newIndex; 117 this.ui.pages.splice(this.newIndex, 0, this.ui.pages.splice(this.oldIndex, 1)[0]); 119 this.oldIndex = this.newIndex; 120 this.newIndex = tmp; 1233 EditorUi.prototype.movePage = function(oldIndex, newIndex) argument 1235 this.editor.graph.model.execute(new MovePage(this, oldIndex, newIndex)); 1857 obj.oldIndex = obj.newIndex; 1858 obj.newIndex = tmp;
|
| /plugin/gallery/simple-lightbox/ |
| D | simple-lightbox.js | 507 var newIndex = this.currentImageIndex + direction; 508 …if (this.isAnimating || (newIndex < 0 || newIndex >= this.relatedElements.length) && this.options.… 511 …is.currentImageIndex = newIndex < 0 ? this.relatedElements.length - 1 : newIndex > this.relatedEle…
|
| /plugin/advrack/ |
| D | jquery.qtip.js | 1130 newIndex = QTIP.zindex + qtips.length, 1136 if(this._trigger('focus', [newIndex], event)) { 1138 if(curIndex !== newIndex) { 1151 tooltip.addClass(CLASS_FOCUS)[0].style.zIndex = newIndex; 2831 newIndex = QTIP.modal_zindex + qtips.length, 2835 OVERLAY.elem[0].style.zIndex = newIndex - 1; 2848 tooltip.addClass(CLASS_FOCUS)[0].style.zIndex = newIndex;
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/ |
| D | jszip.js | 256 checkIndex: function(newIndex) { argument 257 if (this.length < newIndex || newIndex < 0) { 258 … of data reached (data length = " + this.length + ", asked index = " + (newIndex) + "). Corrupted … 266 setIndex: function(newIndex) { argument 267 this.checkIndex(newIndex); 268 this.index = newIndex;
|
| /plugin/xlsx2dw/packages/jszip/ |
| D | jszip.js | 1819 checkIndex: function(newIndex) { argument 1820 if (this.length < this.zero + newIndex || newIndex < 0) { 1821 … of data reached (data length = " + this.length + ", asked index = " + (newIndex) + "). Corrupted … 1829 setIndex: function(newIndex) { argument 1830 this.checkIndex(newIndex); 1831 this.index = newIndex;
|
| /plugin/datatables/assets/jszip/ |
| D | jszip.js | 1819 checkIndex: function(newIndex) { argument 1820 if (this.length < this.zero + newIndex || newIndex < 0) { 1821 … of data reached (data length = " + this.length + ", asked index = " + (newIndex) + "). Corrupted … 1829 setIndex: function(newIndex) { argument 1830 this.checkIndex(newIndex); 1831 this.index = newIndex;
|
| /plugin/sketchcanvas/script/ |
| D | js-yaml.mjs | 292 var newIndex = result.length; 299 newIndex = previousIndex; 303 result[newIndex] = currentType;
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 27194 var newIndex = 0, 27208 dest[newIndex++] = src[oldIndex++]; 27209 dest[newIndex++] = src[oldIndex++]; 27210 dest[newIndex++] = src[oldIndex++]; 27211 newIndex += alpha01; 54814 newIndex = 0, 54828 dest[newIndex++] = src[oldIndex];
|
| D | pdf.worker.js.map | 1 …newIndex","xScaled","w1Scanline","oldIndex","getRgb","rgb","getRgbItem","getRgbBuffer","getOutputL…
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 42245 newIndex; 42254 newIndex = insert ? index + 1 : index - 1; 42260 newIndex = index; 42268 newIndex++; 42273 return newIndex;
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | editor.worker.js.map | 1 …newIndex) {\n if (this._originalElementsOrHash[originalIndex] !== this._modifiedElementsOrH…
|
| D | json.worker.js.map | 1 …newIndex) {\n if (this._originalElementsOrHash[originalIndex] !== this._modifiedElementsOrH…
|
| D | bundle.js.map | 1 …newIndex = -1;\n if (event.equals(17 /* RightArrow */)) {\n …
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js.map | 4 …newIndex = result.length;\r\n\r\n result.forEach(function (previousType, previousIndex) {\r\n … 6 …"tag", "name", "data", "type", "compileList", "schema", "currentType", "newIndex", "previousType",…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 52596 checkIndex: function checkIndex(newIndex) { 52597 if (this.length < this.zero + newIndex || newIndex < 0) { 52598 …d of data reached (data length = " + this.length + ", asked index = " + newIndex + "). Corrupted z… 52607 setIndex: function setIndex(newIndex) { 52608 this.checkIndex(newIndex); 52609 this.index = newIndex;
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 29732 var newIndex = (0, _array.arrayMax)(this._arrayMap) + 1; 29736 addedItems.push(_this._arrayMap.splice(index + count, 0, newIndex + count));
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …newIndex=(0,_array.arrayMax)(this._arrayMap)+1;var addedItems=[];(0,_number.rangeEach)(amount-1,fu…
|
| /plugin/diagramsnet/lib/js/ |
| D | app.min.js | 11936 …newIndex=d}MovePage.prototype.execute=function(){this.ui.pages.splice(this.newIndex,0,this.ui.page… 11998 …;return d};b.afterDecode=function(b,d,c){b=c.oldIndex;c.oldIndex=c.newIndex;c.newIndex=b;return c}…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …)l.push({newIndex:i[a],trace:r.data[n[a]]});for(l.sort((function(t,e){return t.newIndex-e.newIndex…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …newIndex, right, segmentData, uid;\n for (i = dragSegments.length - 1; i >= 0; --i) {\n dr…
|