Searched refs:isProtected (Results 1 – 15 of 15) sorted by relevance
15 if ($this->isProtected()) return false;32 $disable = $this->isProtected() ? 'disabled="disabled"' : '';
19 if ($this->isProtected()) {31 if (!$this->isProtected() && count($this->choices) <= 1) {64 if ($this->isProtected()) return false;
32 if ($this->isProtected()) {51 if ($this->isProtected()) return false;
80 if ($this->isProtected()) return false;201 if ($this->isProtected()) {227 if ($this->isProtected()) return false;286 public function isProtected() function in dokuwiki\\plugin\\config\\core\\Setting\\Setting298 return !$this->isProtected() && is_null($this->local);
13 if ($this->isProtected()) return false;
46 if ($this->isProtected()) return false;70 if ($this->isProtected()) {
15 if ($this->isProtected()) {
17 if ($this->isProtected()) return false;
17 if ($this->isProtected()) return false;42 if ($this->isProtected()) {
28 $this->assertSame(false, $setting->isProtected());
83 $this->assertTrue($extension->isProtected()); // protected because it's the current template
360 if (!$this->extension->isProtected()) $actions[] = 'uninstall';365 if (!$this->extension->isProtected() && !$this->extension->isTemplate()) {
205 if ($extension->isProtected()) {253 …if ($extension->isProtected()) throw new Exception('error_disable_protected', [$extension->getId()…
131 : ($setting->isProtected() ? ' class="protected"' : '');