Home
last modified time | relevance | path

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

/plugin/mediathumbnails/
H A Dthumbnail.php17 private string $source_filepath; variable in thumbnail
97 …public function __construct(string $source_filepath, DokuWiki_Syntax_Plugin $plugin, bool $ismedia… argument
100 $this->source_mediapath = $source_filepath;
101 $this->source_filepath = mediaFN($source_filepath);
104 $this->source_filepath = $source_filepath;
111 $sourceFileSuffix = getFileSuffix($this->source_filepath);
160 return $this->source_filepath;
164 return file_exists($this->source_filepath);
169 …return basename($this->source_filepath) . ".thumb".$this->max_dimension.".".$this->thumb_engine->g…
173 return dirname($this->source_filepath) . DIRECTORY_SEPARATOR . $this->getFilename();