Searched refs:mime_type (Results 1 – 14 of 14) sorted by relevance
| /plugin/epub/ |
| 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/ |
| D | content_type.class.php | 4 var $mime_type; variable in ContentType 8 $this->mime_type = $mime;
|
| D | destination._http.class.php | 12 header("Content-Type: ".$content_type->mime_type);
|
| /plugin/imagebox/ |
| D | syntax.php | 51 $mime_type = explode('/', mime_content_type(mediaFN($src)), 2); 62 $mime_type = explode('/', mime_content_type($src), 2); 67 $match['exist'] = ($image_size!==false || (isset($mime_type[0]) && $mime_type[0] == "image")) ;
|
| /plugin/authgoogle/google/contrib/ |
| 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/ |
| D | admin.php | 63 foreach($accepted_types as $mime_type) { 64 if($mime_type == $type) {
|
| /plugin/epub/scripts/ |
| 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/ |
| 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/ |
| 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…
|
| 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/ |
| D | Books.php | 180 'mime_type' => [
|
| /plugin/jsoneditor/script/ |
| D | jsoneditor.min.js | 2 …mime_type:"",max_upload_size:0,upload_handler:function(t,e,r,n){window.alert('No upload_handler de… property
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | structure.txt | 82 ['mime_type']=>string() // if present, MIME type of scanned file
|
| D | changelog.txt | 1872 ¤ ['mime_type'] is a new root key returned for all supported
|