Home
last modified time | relevance | path

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

/plugin/autogroup/conf/
H A Dsettings.class.php47 if ($this->is_protected()) return false;
94 if ($this->is_protected()) {
/plugin/txtconf/
H A Dconfig0.class.php319 if ($this->is_protected()) return false;
341 if ($this->is_protected()) {
365 if ($this->is_protected()) return '';
387 function is_protected() { return !is_null($this->_protected); } function in setting0
388 function is_default() { return !$this->is_protected() && is_null($this->_local); }
H A Dtxtconfig.class.php240 if ($this->is_protected()) return false;
263 if ($this->is_protected()) {
291 if ($this->is_protected()) return '';
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php96 …$cssclass = $this->_setting->is_default() ? ' class="default"' : ($this->_setting->is_protected() …
143 …$cssclass = $this->_setting->is_default() ? ' class="default"' : ($this->_setting->is_protected() …
/plugin/subconfhelper/
H A Dadmin.php156 …$class = $setting->is_default() ? ' class="default"' : ($setting->is_protected() ? ' class="protec…