/plugin/html2pdf/html2pdf/html2ps/ |
H A D | destination._http.class.php | 7 function headers($content_type) { argument 11 function process($tmp_filename, $content_type) { argument 12 header("Content-Type: ".$content_type->mime_type); 14 $headers = $this->headers($content_type);
|
H A D | destination.browser.class.php | 3 function headers($content_type) { argument 5 …inline; filename=".$this->filename_escape($this->get_filename()).".".$content_type->default_extens…
|
H A D | destination.download.class.php | 7 function headers($content_type) { argument 9 …chment; filename=".$this->filename_escape($this->get_filename()).".".$content_type->default_extens…
|
H A D | destination.file.class.php | 11 function process($tmp_filename, $content_type) { argument 12 …PUT_FILE_DIRECTORY.$this->filename_escape($this->get_filename()).".".$content_type->default_extens…
|
H A D | box.iframe.php | 45 $content_type = $data->get_additional_data('Content-Type'); 46 $content_type_array = explode(';', $content_type);
|
H A D | filter.output._interface.class.php | 3 function content_type() { function in OutputFilter
|
H A D | filter.output.gzip.class.php | 4 function content_type() { function in OutputFilterGZip
|
H A D | output._generic.pdf.class.php | 12 function content_type() { return ContentType::pdf(); } function in OutputDriverGenericPDF
|
H A D | destination._interface.class.php | 13 function process($filename, $content_type) { argument
|
H A D | output._generic.ps.class.php | 8 function content_type() { function in OutputDriverGenericPS
|
H A D | pipeline.class.php | 904 $content_type = null; 906 while (($i >= 0) && (is_null($content_type))) { 907 $content_type = $this->output_filters[$i]->content_type(); 911 if (is_null($content_type)) { 912 $content_type = $this->output_driver->content_type(); 915 $this->destination->process($temporary_output_filename, $content_type);
|
H A D | filter.output.ps2pdf.class.php | 32 function content_type() { function in OutputFilterPS2PDF
|
H A D | box.frame.php | 137 $content_type = $data->get_additional_data('Content-Type'); 138 $content_type_array = explode(';', $content_type);
|
H A D | output._interface.class.php | 12 …function content_type() { die("Unoverridden 'content_type' method called in ".get_class($this)); } function in OutputDriver
|
H A D | output.pcl.class.php | 251 …function content_type() { die("Unoverridden 'content_type' method called in ".get_class($this)); } function in OutputDriverPCL
|
/plugin/fedauth/Auth/Yadis/ |
H A D | Yadis.php | 63 var $content_type = null; variable in Auth_Yadis_DiscoveryResult 115 $this->content_type == Auth_Yadis_CONTENT_TYPE); 342 $result->content_type = Auth_Yadis_Yadis::_getHeader( 346 if ($result->content_type && 347 (Auth_Yadis_Yadis::_getContentType($result->content_type) == 371 $result->content_type = Auth_Yadis_Yadis::_getHeader(
|
/plugin/openid/Auth/Yadis/ |
H A D | Yadis.php | 66 public $content_type = null; variable in Auth_Yadis_DiscoveryResult 118 $this->content_type == Auth_Yadis_CONTENT_TYPE); 357 $result->content_type = Auth_Yadis_Yadis::_getHeader( 361 if ($result->content_type && 362 (Auth_Yadis_Yadis::_getContentType($result->content_type) == 386 $result->content_type = Auth_Yadis_Yadis::_getHeader(
|
/plugin/html2pdf/html2pdf/html2ps/demo/ |
H A D | test.php | 15 function process($tmp_filename, $content_type) { argument 27 function headers($content_type) { argument 29 …"Content-Disposition: attachment; filename=".$GLOBALS['PDFOutFileName'].".".$content_type->default…
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
H A D | fckoutput.py | 50 def setHttpHeaders(self, content_type='text/xml'): argument 64 self.setHeader( 'Content-Type', content_type + '; charset=utf-8' )
|
/plugin/html2pdf/html2pdf/html2ps/destinations/ |
H A D | null.php | 8 function process($filename, $content_type) { argument
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | googlecode_upload.py | 87 content_type, body = encode_upload_request(form_fields, file) 95 'Content-Type': content_type,
|
/plugin/html2pdf/html2pdf/html2ps/samples/ |
H A D | sample.simplest.from.file.php | 25 function process($tmp_filename, $content_type) { argument
|
H A D | sample.simplest.from.memory.php | 29 function process($tmp_filename, $content_type) { argument
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/ |
H A D | connector.lasso | 243 content_type('text/xml; charset=utf-8');
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | serializers.asciidoc | 36 `content_type` headers to determine the appropriate encoding. If the data is
|