Home
last modified time | relevance | path

Searched refs:_out_key (Results 1 – 3 of 3) sorted by relevance

/plugin/settingstree/settings/
H A Dsettingswrapper.class.php102 $ret .= "<span class='outkey'>{$this->_setting->_out_key(true,true)}</span>{$has_icon}{$label}";
149 $ret .= "<span class='outkey'>{$this->_setting->_out_key(true,true)}</span>{$has_icon}{$label}";
/plugin/txtconf/
H A Dconfig0.class.php375 $out = '$'.$var."['".$this->_out_key()."'] = '".strtr($this->_local, $tr)."';\n";
391 function _out_key() { return str_replace(CM_KEYMARKER,"']['",$this->_key); } function in setting0
H A Dtxtconfig.class.php299 $out = '$'.$var."['".$this->_out_key()."'] = '".strtr($this->_local, $tr)."';\n";