Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/config/core/
H A DWriter.php37 if ($this->isLocked()) throw new \Exception('no save');
77 if ($this->isLocked()) throw new \Exception('no save');
104 public function isLocked()
98 public function isLocked() { global() function in dokuwiki\\plugin\\config\\core\\Writer
H A DConfiguration.php95 public function isLocked()
97 return $this->writer->isLocked();
91 public function isLocked() { global() function in dokuwiki\\plugin\\config\\core\\Configuration
/dokuwiki/lib/plugins/config/
H A Dadmin.php50 if ($this->configuration->isLocked()) return;
87 if ($this->configuration->isLocked()) {
193 if (!$this->configuration->isLocked()) {