Home
last modified time | relevance | path

Searched refs:oldIndex (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DUpdateConditionalFormatRuleResponse.php31 public $oldIndex; variable in Google\\Service\\Sheets\\UpdateConditionalFormatRuleResponse
66 public function setOldIndex($oldIndex) argument
68 $this->oldIndex = $oldIndex;
75 return $this->oldIndex;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php61 public function __construct(Index $oldIndex, Index $newIndex, array $params = [])
63 $this->_oldIndex = $oldIndex;
152 protected function _getBody(Index $oldIndex, Index $newIndex, array $params): array
155 'source' => $this->_getSourcePartBody($oldIndex, $params),
58 __construct(Index $oldIndex, Index $newIndex, array $params = []) global() argument
144 _getBody(Index $oldIndex, Index $newIndex, array $params) global() argument
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js105 function MovePage(ui, oldIndex, newIndex) argument
108 this.oldIndex = oldIndex;
117 this.ui.pages.splice(this.newIndex, 0, this.ui.pages.splice(this.oldIndex, 1)[0]);
118 var tmp = this.oldIndex;
119 this.oldIndex = this.newIndex;
1233 EditorUi.prototype.movePage = function(oldIndex, newIndex) argument
1235 this.editor.graph.model.execute(new MovePage(this, oldIndex, newIndex));
1856 var tmp = obj.oldIndex;
1857 obj.oldIndex = obj.newIndex;
/plugin/slider/
H A Djquery.bxslider.js830 …slider.settings.onSlideAfter(slider.children.eq(slider.active.index), slider.oldIndex, slider.acti…
1127 slider.oldIndex = slider.active.index;
1139 …slider.settings.onSlideBefore(slider.children.eq(slider.active.index), slider.oldIndex, slider.act…
1141 …slider.settings.onSlideNext(slider.children.eq(slider.active.index), slider.oldIndex, slider.activ…
1143 …slider.settings.onSlidePrev(slider.children.eq(slider.active.index), slider.oldIndex, slider.activ…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js27195 oldIndex;
27207 oldIndex = py + xScaled[j];
27208 dest[newIndex++] = src[oldIndex++];
27209 dest[newIndex++] = src[oldIndex++];
27210 dest[newIndex++] = src[oldIndex++];
54815 oldIndex;
54827 oldIndex = py + xScaled[j];
54828 dest[newIndex++] = src[oldIndex];
H A Dpdf.worker.js.map1oldIndex","getRgb","rgb","getRgbItem","getRgbBuffer","getOutputLength","isPassthrough","isDefaultD…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1oldIndex = 0;\n let oldDeltaLineCount = 0;\n let minViewLineNumber = 1;\n con…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11936oldIndex=e;this.newIndex=d}MovePage.prototype.execute=function(){this.ui.pages.splice(this.newInde…
11998 …ction(b,d,c){c.ui=b.ui;return d};b.afterDecode=function(b,d,c){b=c.oldIndex;c.oldIndex=c.newIndex;…