Home
last modified time | relevance | path

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

/plugin/gallery/classes/
DImage.php14 protected $localfile; variable in dokuwiki\\plugin\\gallery\\classes\\Image
36 $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) argument
77 $this->localfile = $localfile;
/plugin/farmer/
Dhelper.php232 $localfile = DOKU_FARMDIR . $animal . '/conf/plugins.local.php';
234 if (file_exists($localfile)) {
235 include($localfile);