Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 25 of 30) sorted by relevance

12

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/
Ddata.php41 $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/
Ddestination._http.class.php7 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);
Ddestination.browser.class.php3 function headers($content_type) { argument
5 …inline; filename=".$this->filename_escape($this->get_filename()).".".$content_type->default_extens…
Ddestination.download.class.php7 function headers($content_type) { argument
9 …chment; filename=".$this->filename_escape($this->get_filename()).".".$content_type->default_extens…
Ddestination.file.class.php11 function process($tmp_filename, $content_type) { argument
12 …PUT_FILE_DIRECTORY.$this->filename_escape($this->get_filename()).".".$content_type->default_extens…
Dbox.iframe.php45 $content_type = $data->get_additional_data('Content-Type');
46 $content_type_array = explode(';', $content_type);
Dfilter.output._interface.class.php3 function content_type() { function in OutputFilter
Dfilter.output.gzip.class.php4 function content_type() { function in OutputFilterGZip
Doutput._generic.pdf.class.php12 function content_type() { return ContentType::pdf(); } function in OutputDriverGenericPDF
Ddestination._interface.class.php13 function process($filename, $content_type) { argument
Doutput._generic.ps.class.php8 function content_type() { function in OutputDriverGenericPS
Dpipeline.class.php904 $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);
Dfilter.output.ps2pdf.class.php32 function content_type() { function in OutputFilterPS2PDF
Dbox.frame.php137 $content_type = $data->get_additional_data('Content-Type');
138 $content_type_array = explode(';', $content_type);
Doutput._interface.class.php12 …function content_type() { die("Unoverridden 'content_type' method called in ".get_class($this)); } function in OutputDriver
Doutput.pcl.class.php251 …function content_type() { die("Unoverridden 'content_type' method called in ".get_class($this)); } function in OutputDriverPCL
/plugin/fedauth/Auth/Yadis/
DYadis.php63 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/
DYadis.php66 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/
Dtest.php15 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/
Dfckoutput.py50 def setHttpHeaders(self, content_type='text/xml'): argument
64 self.setHeader( 'Content-Type', content_type + '; charset=utf-8' )
/plugin/html2pdf/html2pdf/html2ps/destinations/
Dnull.php8 function process($filename, $content_type) { argument
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py87 content_type, body = encode_upload_request(form_fields, file)
95 'Content-Type': content_type,
/plugin/html2pdf/html2pdf/html2ps/samples/
Dsample.simplest.from.file.php25 function process($tmp_filename, $content_type) { argument
Dsample.simplest.from.memory.php29 function process($tmp_filename, $content_type) { argument
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/lasso/
Dconnector.lasso235 content_type('text/xml; charset=utf-8');

12