Searched refs:output_filename (Results 1 – 9 of 9) sorted by relevance
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.object.simple.php | 33 …$output_filename = './thumbnails/'.basename($_FILES['userfile']['name']).'_'.$thumbnail_width.'.'.… variable 36 $output_filename = './thumbnails/disk_small.jpg'; variable 52 if ($phpThumb->RenderToFile($output_filename)) { 54 echo 'Successfully rendered to "'.$output_filename.'"';
|
H A D | phpThumb.demo.object.php | 59 …$output_filename = './thumbnails/'.basename($_FILES['userfile']['name']).'_'.$thumbnail_width.'.'.… variable 63 if ($output_filename || $capture_raw_data) { 67 } elseif ($phpThumb->RenderToFile($output_filename)) { 69 echo 'Successfully rendered:<br><img src="'.$output_filename.'">';
|
/plugin/photogallery/ |
H A D | pgFetch.php | 181 …$output_filename = getCacheName($file,'.media.'.$w.'x'.$h.'.photogallery.'.$phpThumb->config_outpu… 184 if ($output_filename) { 185 if ($phpThumb->RenderToFile($output_filename)) { 187 return $output_filename;
|
/plugin/odt/renderer/ |
H A D | pagepdf.php | 49 $output_filename = str_replace(':','-',$ID).'.pdf'; 54 'Content-Disposition' => 'attachment; filename="'.$output_filename.'";',
|
H A D | page.php | 273 $output_filename = str_replace(':','-',$ID).'.odt'; 276 'Content-Disposition' => 'attachment; filename="'.$output_filename.'";',
|
/plugin/latexport/renderer/ |
H A D | tex.php | 103 $output_filename = $this->texifyPageId($this->currentPageId, 'zip'); 106 'Content-Disposition' => 'attachment; filename="'.$output_filename.'";',
|
/plugin/odp/ |
H A D | renderer.php | 221 $output_filename = str_replace(':','-',$ID).".odp"; 226 'Content-Disposition' => 'attachment; filename="'.$output_filename.'";', 231 header('Content-Disposition: attachment; filename="'.$output_filename.'";');
|
/plugin/xml/ |
H A D | renderer.php | 71 $output_filename = str_replace(':','-',$ID).".xml"; 74 'Content-Disposition' => 'attachment; filename="'.$output_filename.'";',
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | inline.content.builder.php | 953 function generate_line_break_class_table($output_filename) { argument 991 $output_handle = fopen($output_filename, 'wb');
|