Home
last modified time | relevance | path

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

/plugin/settingstree/settings/
H A Dsettingslevel.class.php14 private $_values = null; // values (array: key=>[prot,value]) for the level. variable in settingslevel
50 if (($v = @$this->_values[$key]['value']) !== null){ return $v; }
81 if (($v = @$this->_values[$key]['value']) !== null){ return $v; }
102 return isset($this->_values[$key]['value']);
105 return @$this->_values[$key]['value'];
111 return isset($this->_values[$key]['protect']);
116 $this->_values = $values;
119 return $this->_values;
177 else unset($this->_values[$key]['protect']);
179 if (empty($this->_values[$key]))
[all …]
H A Dsettingshierarchy.class.php13 …private $_values = array(); // the values and protections set by admins in admin pages. array b… variable in settingshierarchy
27 $this->_values = $values;
131 foreach ($this->_values as $path=>$values){
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13_values,a=this.length(),s=this._preservedValues,l=this._limit;if(i<0){if(n[i=-1*i-1]=t,l>=1&&(this…
H A Ddhtmlxgantt.js.map1_values","preservedValues","totalResolved","_totalResolved","_resolve","booleans","19","_resolveFr…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js2397 var values = this._values;
2472 var values = this._values;
3500 this._values = values;
3563 this._values = this.shouldCopyValues() ? new Array(len) : this._values;
3604 this._values = null;
3610 this._values = null;
3615 this._values = null;
3937 val[this._values[i + keyOffset]] = this._values[i];
4170 this._values = null;
4186 this._values = values;
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426_values=new Map,this._listener=this._configurationService.onDidChangeConfiguration(e=>{if(6===e.so…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js426_values=new Map,this._listener=this._configurationService.onDidChangeConfiguration(e=>{if(6===e.so…
H A Dbundle.js.map1_values = Object.create(null);\n }\n has(item) {\n const itemId = item.getId();\n …
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js11053 model = model || this._values;
20357 model = model || this._values;