Home
last modified time | relevance | path

Searched refs:localfile (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/bin/
H A Ddwpage.php164 $localfile = array_shift($args);
165 $this->commandCheckout($wiki_id, $localfile);
168 $localfile = array_shift($args);
171 $localfile,
203 * @param string $localfile
205 protected function commandCheckout($wiki_id, $localfile)
216 if (empty($localfile)) {
217 $localfile = getcwd() . '/' . PhpString::basename($wiki_fn);
220 if (!file_exists(dirname($localfile))) {
221 $this->fatal("Directory " . dirname($localfile)
202 commandCheckout($wiki_id, $localfile) global() argument
242 commandCommit($localfile, $wiki_id, $message, $minor) global() argument
[all...]