Searched refs:get_filename (Results 1 – 11 of 11) sorted by relevance
12 …$dest_filename = OUTPUT_FILE_DIRECTORY.$this->filename_escape($this->get_filename()).".".$content_…18 $text = preg_replace('/%name%/', $this->get_filename(), $text);
27 function get_filename() { function in Image170 unlink($value->get_filename());
5 …Content-Disposition: inline; filename=".$this->filename_escape($this->get_filename()).".".$content…
9 …ent-Disposition: attachment; filename=".$this->filename_escape($this->get_filename()).".".$content…
11 function get_filename() { return empty($this->filename) ? OUTPUT_DEFAULT_NAME : $this->filename; } function in Destination
251 function get_filename() { function in OutputDriverGeneric
338 pdf_open_file($this->pdf, $this->get_filename());
227 $this->data = fopen($this->get_filename(), "wb");
288 imagepng($this->_image, $this->get_filename());
73 $this->pdf->Output($this->get_filename());
897 $temporary_output_filename = $this->output_driver->get_filename();