Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DContext.php17 private $_storage = array(); variable in HTMLPurifier_Context
26 if (array_key_exists($name, $this->_storage)) {
33 $this->_storage[$name] =& $ref;
44 if (!array_key_exists($name, $this->_storage)) {
54 return $this->_storage[$name];
63 if (!array_key_exists($name, $this->_storage)) {
70 unset($this->_storage[$name]);
80 return array_key_exists($name, $this->_storage);
/plugin/bookcreator/
Dscript.js12 this._storage = []; property in 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 = []; property
89 return this._storage;
98 this._storage = selection;
108 return this._storage.length;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js13_storage={}},this.storeItem=function(e){t._storage[e.id]=n.copy(e)},this.getStoredItem=function(e)… property
Ddhtmlxgantt.js.map1_storage","storeItem","getStoredItem","dp","getUserData","userdata","setUserData","_change_id","_g…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js8212 this._storage = simple_storage_1.default.create();
8819 this._storage.clear();
8820 this._storage = null;
8838 _storage: this._storage, property
8847 _storage: simple_storage_1.default.create(),
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);
[all …]
/plugin/zwidoku/files/
H A Djs.js1_storage=[];}Storage.prototype.isSelected=function(pageid){return this._storage.indexOf(pageid)!==…
/plugin/statistics/js/
Dchart.js13 …as:(t,e)=>ei(t).includes(e),ownKeys:t=>ei(t),set(t,e,i){const s=t._storage||(t._storage=n());retur…