Home
last modified time | relevance | path

Searched refs:isProtected (Results 1 – 13 of 13) sorted by path

/dokuwiki/lib/plugins/config/
H A Dadmin.php131 : ($setting->isProtected() ? ' class="protected"' : '');
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php80 if ($this->isProtected()) return false;
201 if ($this->isProtected()) {
227 if ($this->isProtected()) return false;
286 public function isProtected()
298 return !$this->isProtected() && is_null($this->local);
273 public function isProtected() { global() function in dokuwiki\\plugin\\config\\core\\Setting\\Setting
H A DSettingArray.php46 if ($this->isProtected()) return false;
70 if ($this->isProtected()) {
H A DSettingEmail.php17 if ($this->isProtected()) return false;
H A DSettingImConvert.php13 if ($this->isProtected()) return false;
H A DSettingMulticheckbox.php17 if ($this->isProtected()) return false;
42 if ($this->isProtected()) {
H A DSettingMultichoice.php19 if ($this->isProtected()) {
31 if (!$this->isProtected() && count($this->choices) <= 1) {
64 if ($this->isProtected()) return false;
H A DSettingOnoff.php32 if ($this->isProtected()) {
51 if ($this->isProtected()) return false;
H A DSettingPassword.php15 if ($this->isProtected()) return false;
32 $disable = $this->isProtected() ? 'disabled="disabled"' : '';
H A DSettingSavedir.php13 if ($this->isProtected()) return false;
H A DSettingString.php15 if ($this->isProtected()) {
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php162 public function isProtected()
142 public function isProtected() global() function in helper_plugin_extension_extension
H A Dlist.php190 if ($extension->isProtected()) $class .= ' protected';
574 if (!$extension->isProtected()) {
587 if (!$extension->isProtected() && !$extension->isTemplate()) { // no enable/disable for templates
657 if ($extension->isProtected()) {