Home
last modified time | relevance | path

Searched refs:tmp_filename (Results 1 – 9 of 9) sorted by path

/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php15 function process($tmp_filename, $content_type) { argument
16 copy($tmp_filename, $this->_dest_filename);
/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination._http.class.php11 function process($tmp_filename, $content_type) { argument
21 readfile($tmp_filename);
H A Ddestination.file.class.php11 function process($tmp_filename, $content_type) { argument
14 copy($tmp_filename, $dest_filename);
H A Dfilter.output._interface.class.php7 function process($tmp_filename) { argument
H A Dfilter.output.gzip.class.php9 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 Dfilter.output.ps2pdf.class.php44 function process($tmp_filename) { argument
45 $pdf_file = $tmp_filename.'.pdf';
46 safe_exec($this->_mk_cmd($tmp_filename), $output);
47 unlink($tmp_filename);
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.file.php25 function process($tmp_filename, $content_type) { argument
26 copy($tmp_filename, $this->_dest_filename);
H A Dsample.simplest.from.memory.php29 function process($tmp_filename, $content_type) { argument
30 copy($tmp_filename, $this->_dest_filename);
/plugin/structodt/
H A Daction.php221 $tmp_filename = empty($filename) ? $i++ : $helper->rowTemplate($row, $filename);
222 $files[$tmp_filename] = $tmp_file;