Home
last modified time | relevance | path

Searched refs:newIndex (Results 1 – 19 of 19) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DUpdateConditionalFormatRuleRequest.php29 public $newIndex; variable in Google\\Service\\Sheets\\UpdateConditionalFormatRuleRequest
54 public function setNewIndex($newIndex) argument
56 $this->newIndex = $newIndex;
63 return $this->newIndex;
H A DUpdateConditionalFormatRuleResponse.php25 public $newIndex; variable in Google\\Service\\Sheets\\UpdateConditionalFormatRuleResponse
38 public function setNewIndex($newIndex) argument
40 $this->newIndex = $newIndex;
47 return $this->newIndex;
/plugin/fullindex/
H A Daction.php237 $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/
H A DReindex.php61 public function __construct(Index $oldIndex, Index $newIndex, array $params = [])
64 $this->_newIndex = $newIndex;
152 protected function _getBody(Index $oldIndex, Index $newIndex, array $params): array
156 'dest' => $this->_getDestPartBody($newIndex, $params),
58 __construct(Index $oldIndex, Index $newIndex, array $params = []) global() argument
144 _getBody(Index $oldIndex, Index $newIndex, array $params) global() argument
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js32 _.each(indexes, (newIndex, index) => {
33 reordered[newIndex] = argNames[index];
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js105 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/advrack/
H A Djquery.qtip.js1130 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/
H A Djszip.js256 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/
H A Djszip.js1819 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/pdfjs/pdfjs/build/
H A Dpdf.worker.js27194 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];
H A Dpdf.worker.js.map1newIndex","xScaled","w1Scanline","oldIndex","getRgb","rgb","getRgbItem","getRgbBuffer","getOutputL…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js42245 newIndex;
42254 newIndex = insert ? index + 1 : index - 1;
42260 newIndex = index;
42268 newIndex++;
42273 return newIndex;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1newIndex) {\n if (this._originalElementsOrHash[originalIndex] !== this._modifiedElementsOrH…
H A Djson.worker.js.map1newIndex) {\n if (this._originalElementsOrHash[originalIndex] !== this._modifiedElementsOrH…
H A Dbundle.js.map1newIndex = -1;\n if (event.equals(17 /* RightArrow */)) {\n …
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js52596 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/
H A Dhandsontable.full.js29732 var newIndex = (0, _array.arrayMax)(this._arrayMap) + 1;
29736 addedItems.push(_this._arrayMap.splice(index + count, 0, newIndex + count));
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11936newIndex=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/openlayersmap/ol7/
H A Dol.js.map