Home
last modified time | relevance | path

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

/dokuwiki/bin/
H A Ddwpage.php163 $wiki_id = array_shift($args);
165 $this->commandCheckout($wiki_id, $localfile);
169 $wiki_id = array_shift($args);
172 $wiki_id,
178 $wiki_id = array_shift($args);
179 $this->obtainLock($wiki_id);
180 $this->success("$wiki_id locked");
183 $wiki_id = array_shift($args);
184 $this->clearLock($wiki_id);
185 $this->success("$wiki_id unlocke
202 commandCheckout($wiki_id, $localfile) global() argument
242 commandCommit($localfile, $wiki_id, $message, $minor) global() argument
272 obtainLock($wiki_id) global() argument
296 clearLock($wiki_id) global() argument
318 deleteLock($wiki_id) global() argument
[all...]