Searched refs:localfile (Results 1 – 1 of 1) sorted by relevance
164 $localfile = array_shift($args);165 $this->commandCheckout($wiki_id, $localfile);168 $localfile = array_shift($args);171 $localfile,203 * @param string $localfile205 protected function commandCheckout($wiki_id, $localfile) argument216 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 …]