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 $source_filepath; variable in thumbnail
89 …public function __construct(string $source_filepath, DokuWiki_Syntax_Plugin $plugin, bool $ismedia… argument
92 $this->source_mediapath = $source_filepath;
93 $this->source_filepath = mediaFN($source_filepath);
96 $this->source_filepath = $source_filepath;
103 $sourceFileSuffix = getFileSuffix($this->source_filepath);
141 return $this->source_filepath;
146 …return basename($this->source_filepath) . ".thumb".$this->max_dimension.".".$this->thumb_engine->g…
150 return dirname($this->source_filepath) . DIRECTORY_SEPARATOR . $this->getFilename();