Home
last modified time | relevance | path

Searched refs:_local (Results 1 – 10 of 10) sorted by relevance

/plugin/txtconf/
H A Dtxtconfig.class.php242 $value = is_null($this->_local) ? $this->_default : $this->_local;
251 $this->_local = $input;
270 $value = is_null($this->_local) ? $this->_default : $this->_local;
274 if (is_null($this->_local)) $defaultstyle = 'style="font-weight:bold;"';
292 if (is_null($this->_local) || ($this->_default == $this->_local)) return '';
299 $out = '$'.$var."['".$this->_out_key()."'] = '".strtr($this->_local, $tr)."';\n";
303 $out = $this->_key."\t".$this->_local."\n";
H A Dconfig0.class.php285 var $_local = NULL; variable in setting0
307 if (isset($local)) $this->_local = $local;
321 $value = is_null($this->_local) ? $this->_default : $this->_local;
330 $this->_local = $input;
348 $value = is_null($this->_local) ? $this->_default : $this->_local;
366 if (is_null($this->_local) || ($this->_default == $this->_local)) return '';
375 $out = '$'.$var."['".$this->_out_key()."'] = '".strtr($this->_local, $tr)."';\n";
388 function is_default() { return !$this->is_protected() && is_null($this->_local); }
/plugin/autogroup/conf/
H A Dsettings.class.php53 $value = is_null($this->_local) ? $this->_default : $this->_local;
80 $this->_local = $everything;
101 $value = is_null($this->_local) ? $this->_default : $this->_local;
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php33 $this->_old_val = $this->_setting->_local;
39 if ($this->_setting->_local !== null && $this->_setting->_local === $this->_setting->_default){
40 $this->_setting->_local = null;
42 $this->_value = $this->_setting->_local;
67 return $this->_setting->_local === null ? $this->_setting->_default : $this->_setting->_local;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DNodesNamespace.asciidoc35 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
54 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
81 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
96 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
H A DTasksNamespace.asciidoc36 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
67 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
H A DClusterNamespace.asciidoc271 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
H A DCatNamespace.asciidoc483 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
/plugin/plantuml/
H A Dsyntax.php163 $ok = $this->_local($data, $in, $cache);
239 function _local($data, $in, $out) { function in syntax_plugin_plantuml
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js77883 _local = attr.local;
77901 eqname = "{".concat(_uri, "}").concat(_local);