Home
last modified time | relevance | path

Searched refs:_storage (Results 1 – 5 of 5) sorted by relevance

/plugin/bookcreator/
H A Dscript.js12 this._storage = [];
21 return this._storage.indexOf(pageid) !== -1;
32 this._storage.push(pageid); //add to the end
34 this._storage.splice(position, 0, pageid);
69 let pos = this._storage.indexOf(pageid);
72 return this._storage.splice(pos, 1);
79 this._storage = [];
89 return this._storage;
98 this._storage = selection;
108 return this._storage
[all...]
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13_storage={}},this.storeItem=function(e){t._storage[e.id]=n.copy(e)},this.getStoredItem=function(e)…
H A Ddhtmlxgantt.js.map1_storage","storeItem","getStoredItem","dp","getUserData","userdata","setUserData","_change_id","_g…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8212 this._storage = simple_storage_1.default.create();
8819 this._storage.clear();
8820 this._storage = null;
8838 _storage: this._storage, property in DataProcessor.setGanttMode.modes
8853 this._storage = newState._storage;
8862 this._storage.storeItem(item);
9125 return this._storage.getStoredItem(id);
9517 _this._storage = {};
9520 _this._storage[item.id] = utils.copy(item);
9523 return _this._storage[id] || null;
[all …]