Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination.browser.class.php5 …"Content-Disposition: inline; filename=".$this->filename_escape($this->get_filename()).".".$conten…
H A Ddestination.download.class.php9 …"Content-Disposition: attachment; filename=".$this->filename_escape($this->get_filename()).".".$co…
H A Ddestination._interface.class.php9 function filename_escape($filename) { return preg_replace("/[^a-z0-9-]/i","_",$filename); } function in Destination
H A Ddestination.file.class.php12 …$dest_filename = OUTPUT_FILE_DIRECTORY.$this->filename_escape($this->get_filename()).".".$content_…