Home
last modified time | relevance | path

Searched refs:get_filename (Results 1 – 11 of 11) sorted by last modified time

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php288 imagepng($this->_image, $this->get_filename());
H A Dpipeline.class.php897 $temporary_output_filename = $this->output_driver->get_filename();
H A Ddestination.browser.class.php5 …Content-Disposition: inline; filename=".$this->filename_escape($this->get_filename()).".".$content…
H A Ddestination.download.class.php9 …ent-Disposition: attachment; filename=".$this->filename_escape($this->get_filename()).".".$content…
H A Dimage.class.php27 function get_filename() { function in Image
170 unlink($value->get_filename());
H A Doutput.fastps.class.php227 $this->data = fopen($this->get_filename(), "wb");
H A Doutput.fpdf.class.php73 $this->pdf->Output($this->get_filename());
H A Ddestination._interface.class.php11 function get_filename() { return empty($this->filename) ? OUTPUT_DEFAULT_NAME : $this->filename; } function in Destination
H A Ddestination.file.class.php12 …$dest_filename = OUTPUT_FILE_DIRECTORY.$this->filename_escape($this->get_filename()).".".$content_…
18 $text = preg_replace('/%name%/', $this->get_filename(), $text);
H A Doutput._generic.class.php251 function get_filename() { function in OutputDriverGeneric
H A Doutput.pdflib.class.php338 pdf_open_file($this->pdf, $this->get_filename());