Home
last modified time | relevance | path

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

/plugin/mediathumbnails/
H A Dthumb_engines.php18 protected function getSourceFilepath() { function in thumb_engine
19 return $this->thumbnail->getSourceFilepath();
33 $sourceFilePath = $this->getSourceFilepath();
45 …rgetFilepath()) || filemtime($this->getTargetFilepath()) !== filemtime($this->getSourceFilepath());
66 if (!file_exists($this->getSourceFilepath())) {
69 $im = new imagick($this->getSourceFilepath()."[0]");
99 return getFileSuffix($this->getSourceFilepath());
104 $im = new imagick( $this->getSourceFilepath() );
134 if ($zip->open($this->getSourceFilepath()) !== true) {
176 msg("plugin mediathumbnails: No thumbnail found inside zip file " . $this->getSourceFilepath());
H A Dsyntax.php89 return array($thumb->getSourceFilepath(),$thumb->getMediapath(),$thumbnail_params);
H A Dthumbnail.php159 public function getSourceFilepath() { function in thumbnail