| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/ |
| D | data.php | 41 $content_type = null; 60 if ($content_type !== null) { 63 $content_type = $cur; 69 if ($content_type !== null && empty($this->allowed_types[$content_type])) { 111 if ($real_content_type != $content_type) { 117 $content_type = $real_content_type; 125 $uri->path = "$content_type;base64," . base64_encode($raw_data);
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| 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);
|
| D | destination.browser.class.php | 3 function headers($content_type) { argument 5 …inline; filename=".$this->filename_escape($this->get_filename()).".".$content_type->default_extens…
|
| D | destination.download.class.php | 7 function headers($content_type) { argument 9 …chment; filename=".$this->filename_escape($this->get_filename()).".".$content_type->default_extens…
|
| 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…
|
| D | box.iframe.php | 45 $content_type = $data->get_additional_data('Content-Type'); 46 $content_type_array = explode(';', $content_type);
|
| D | filter.output._interface.class.php | 3 function content_type() { function in OutputFilter
|
| D | filter.output.gzip.class.php | 4 function content_type() { function in OutputFilterGZip
|
| D | output._generic.pdf.class.php | 12 function content_type() { return ContentType::pdf(); } function in OutputDriverGenericPDF
|
| D | destination._interface.class.php | 13 function process($filename, $content_type) { argument
|
| D | output._generic.ps.class.php | 8 function content_type() { function in OutputDriverGenericPS
|
| 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);
|
| D | filter.output.ps2pdf.class.php | 32 function content_type() { function in OutputFilterPS2PDF
|
| D | box.frame.php | 137 $content_type = $data->get_additional_data('Content-Type'); 138 $content_type_array = explode(';', $content_type);
|
| D | output._interface.class.php | 12 …function content_type() { die("Unoverridden 'content_type' method called in ".get_class($this)); } function in OutputDriver
|
| 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/ |
| 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/ |
| 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/ |
| 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/ |
| 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/ |
| 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/ |
| D | sample.simplest.from.file.php | 25 function process($tmp_filename, $content_type) { argument
|
| D | sample.simplest.from.memory.php | 29 function process($tmp_filename, $content_type) { argument
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/lasso/ |
| D | connector.lasso | 235 content_type('text/xml; charset=utf-8');
|