Searched refs:sourcefile (Results 1 – 5 of 5) sorted by relevance
/plugin/watermark/action/ |
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/ |
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/ |
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';
|
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/ |
D | README.md | 48 …ceMapPath]])](#sourcemapgeneratorprototypeapplysourcemapsourcemapconsumer-sourcefile-sourcemappath)
|
/plugin/asciidocjs/node_modules/source-map/ |
D | README.md | 48 …ceMapPath]])](#sourcemapgeneratorprototypeapplysourcemapsourcemapconsumer-sourcefile-sourcemappath)
|