Home
last modified time | relevance | path

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

/dokuwiki/bin/
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) argument
216 if (empty($localfile)) {
217 $localfile = getcwd() . '/' . PhpString::basename($wiki_fn);
220 if (is_dir($localfile)) {
221 $this->fatal("Working file $localfile cannot be a directory");
[all …]