Searched refs:mime_type (Results 1 – 12 of 12) sorted by relevance
/plugin/epub/ |
H A D | renderer.php | 181 $mime_type = mimetype($link['title']); 182 if(!$mime_type[1] ) { 184 $mime_type = mimetype($url); 185 if(!$mime_type[1]) { 186 $mime_type = mimetype($rest); 190 if(!$mime_type[1]) { 195 list($type,$ext) = explode('/', $mime_type[1] ); 355 $mime_type = mimetype($name); 356 list($type,$ext) = explode('/', $mime_type[1] ); 394 epub_write_item($name,$mime_type[1]) ; [all …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | content_type.class.php | 4 var $mime_type; variable in ContentType 8 $this->mime_type = $mime;
|
H A D | destination._http.class.php | 12 header("Content-Type: ".$content_type->mime_type);
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_PagespeedonlineService.php | 473 public $mime_type; variable in Google_ResultScreenshot 487 public function setMime_type( $mime_type) { argument 488 $this->mime_type = $mime_type; 491 return $this->mime_type;
|
/plugin/pdftools/ |
H A D | admin.php | 63 foreach($accepted_types as $mime_type) { 64 if($mime_type == $type) {
|
/plugin/epub/scripts/ |
H A D | epub_utils.php | 279 function epub_write_item($url,$mime_type) { argument 282 … $item='<item href="' . $url .'" id="cover-image" media-type="' . $mime_type . '" />'; 285 … $item='<item href="' . $url .'" id="' . $item_num . '" media-type="' . $mime_type . '" />';
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | getid3.lib.php | 1521 * @param string $mime_type 1525 public static function ImageExtFromMime($mime_type) { argument 1527 return str_replace(array('image/', 'x-', 'jpeg'), array('', '', 'jpg'), $mime_type);
|
/plugin/issuetracker/ |
H A D | syntax.php | 1802 $mime_type = $_FILES[$attachment_id]['type']; 1814 … if((!in_array($mime_type, $valid_mimetypes)) && (!in_array("!".$mime_type, $valid_mimetypes)) ) { 1816 …'wmsg8').' (File: <b>'.$_FILES[$attachment_id]['name'].', Mime-Type: '.$mime_type.'</b>)</span><br…
|
H A D | action.php | 3580 $mime_type = $_FILES[$attachment_id]['type']; 3592 … if((!in_array($mime_type, $valid_mimetypes)) && (!in_array("!".$mime_type, $valid_mimetypes)) ) { 3594 …'wmsg8').' (File: <b>'.$_FILES[$attachment_id]['name'].', Mime-Type: '.$mime_type.'</b>)</span><br…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Books.php | 180 'mime_type' => [
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | structure.txt | 82 ['mime_type']=>string() // if present, MIME type of scanned file
|
H A D | changelog.txt | 1872 ¤ ['mime_type'] is a new root key returned for all supported
|