Searched refs:tmp_filename (Results 1 – 9 of 9) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | filter.output.gzip.class.php | 9 function process($tmp_filename) { argument 10 $output_file = $tmp_filename.'.gz'; 13 gzwrite($file, file_get_contents($tmp_filename)); 16 unlink($tmp_filename);
|
H A D | filter.output.ps2pdf.class.php | 44 function process($tmp_filename) { argument 45 $pdf_file = $tmp_filename.'.pdf'; 46 safe_exec($this->_mk_cmd($tmp_filename), $output); 47 unlink($tmp_filename);
|
H A D | destination._http.class.php | 11 function process($tmp_filename, $content_type) { argument 21 readfile($tmp_filename);
|
H A D | destination.file.class.php | 11 function process($tmp_filename, $content_type) { argument 14 copy($tmp_filename, $dest_filename);
|
H A D | filter.output._interface.class.php | 7 function process($tmp_filename) { argument
|
/plugin/html2pdf/html2pdf/html2ps/samples/ |
H A D | sample.simplest.from.file.php | 25 function process($tmp_filename, $content_type) { argument 26 copy($tmp_filename, $this->_dest_filename);
|
H A D | sample.simplest.from.memory.php | 29 function process($tmp_filename, $content_type) { argument 30 copy($tmp_filename, $this->_dest_filename);
|
/plugin/html2pdf/html2pdf/html2ps/demo/ |
H A D | test.php | 15 function process($tmp_filename, $content_type) { argument 16 copy($tmp_filename, $this->_dest_filename);
|
/plugin/structodt/ |
H A D | action.php | 221 $tmp_filename = empty($filename) ? $i++ : $helper->rowTemplate($row, $filename); 222 $files[$tmp_filename] = $tmp_file;
|