Searched refs:sourcefile (Results 1 – 3 of 3) sorted by relevance
/plugin/watermark/action/ |
H A D | watermark.php | 44 $sourcefile = $event->data[1]; 45 $fileType = strtolower(substr($sourcefile, strlen($sourcefile)-3)); 46 $isWatermark = strpos($sourcefile, 'watermark.png'); 51 $image = imagecreatefromgif($sourcefile); 55 $image = imagecreatefrompng($sourcefile); 59 $image = imagecreatefromjpeg($sourcefile); 65 $size = getimagesize($sourcefile); 82 imagepng($image, $sourcefile, 0); 85 imagejpeg($image, $sourcefile, 90);
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | getid3.lib.php | 1694 * @param string $sourcefile 1700 public static function IncludeDependency($filename, $sourcefile, $DieOnFailure=false) { argument 1707 $diemessage = basename($sourcefile).' depends on '.$filename.', which has errors'; 1710 $diemessage = basename($sourcefile).' depends on '.$filename.', which is missing';
|
/plugin/jukebox/id3/ |
H A D | getid3.lib.php | 1284 function IncludeDependency($filename, $sourcefile, $DieOnFailure=false) { argument 1291 $diemessage = basename($sourcefile).' depends on '.$filename.', which has errors'; 1294 $diemessage = basename($sourcefile).' depends on '.$filename.', which is missing';
|