Home
last modified time | relevance | path

Searched refs:dest_filename (Results 1 – 4 of 4) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination.file.class.php12 …$dest_filename = OUTPUT_FILE_DIRECTORY.$this->filename_escape($this->get_filename()).".".$content_…
14 copy($tmp_filename, $dest_filename);
17 $text = preg_replace('/%link%/', 'file://'.$dest_filename, $text);
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.file.php21 function MyDestinationFile($dest_filename) { argument
22 $this->_dest_filename = $dest_filename;
H A Dsample.simplest.from.memory.php25 function MyDestinationFile($dest_filename) { argument
26 $this->_dest_filename = $dest_filename;
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php11 function MyDestinationFile($dest_filename) { argument
12 $this->_dest_filename = $dest_filename;