Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 25 of 28) sorted by path

12

/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc184 [content_type] => application/json; charset=UTF-8
H A Dserializers.asciidoc36 `content_type` headers to determine the appropriate encoding. If the data is
/plugin/fedauth/Auth/Yadis/
H A 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/html2pdf/html2pdf/html2ps/
H A Dbox.frame.php137 $content_type = $data->get_additional_data('Content-Type');
138 $content_type_array = explode(';', $content_type);
H A Dbox.iframe.php45 $content_type = $data->get_additional_data('Content-Type');
46 $content_type_array = explode(';', $content_type);
H A 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);
H A Ddestination._interface.class.php13 function process($filename, $content_type) { argument
H A Ddestination.browser.class.php3 function headers($content_type) { argument
5 …inline; filename=".$this->filename_escape($this->get_filename()).".".$content_type->default_extens…
H A Ddestination.download.class.php7 function headers($content_type) { argument
9 …chment; filename=".$this->filename_escape($this->get_filename()).".".$content_type->default_extens…
H A 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…
H A Dfilter.output._interface.class.php3 function content_type() { function in OutputFilter
H A Dfilter.output.gzip.class.php4 function content_type() { function in OutputFilterGZip
H A Dfilter.output.ps2pdf.class.php32 function content_type() { function in OutputFilterPS2PDF
H A Doutput._generic.pdf.class.php12 function content_type() { return ContentType::pdf(); } function in OutputDriverGenericPDF
H A Doutput._generic.ps.class.php8 function content_type() { function in OutputDriverGenericPS
H A Doutput._interface.class.php12 …function content_type() { die("Unoverridden 'content_type' method called in ".get_class($this)); } function in OutputDriver
H A Doutput.pcl.class.php251 …function content_type() { die("Unoverridden 'content_type' method called in ".get_class($this)); } function in OutputDriverPCL
H A Doutput.png.class.php296 function content_type() { function in OutputDriverPNG
H A 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);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A 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/html2pdf/html2pdf/html2ps/destinations/
H A Dnull.php8 function process($filename, $content_type) { argument
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.file.php25 function process($tmp_filename, $content_type) { argument
H A Dsample.simplest.from.memory.php29 function process($tmp_filename, $content_type) { argument
/plugin/openid/Auth/Yadis/
H A 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(

12