Searched refs:localfile (Results 1 – 2 of 2) sorted by relevance
14 protected $localfile; variable in dokuwiki\\plugin\\gallery\\classes\\Image36 $this->localfile = mediaFN($src);37 … if (!file_exists($this->localfile)) throw new \Exception('File not found: ' . $this->localfile);38 $this->filename = basename($this->localfile);39 $this->modified = filemtime($this->localfile);41 $jpegMeta = new \JpegMeta($this->localfile);72 return $this->localfile;75 public function setLocalfile(string $localfile) argument77 $this->localfile = $localfile;
232 $localfile = DOKU_FARMDIR . $animal . '/conf/plugins.local.php';234 if (file_exists($localfile)) {235 include($localfile);