Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 8 of 8) sorted by relevance

/plugin/epub/
H A Drenderer.php120 if(strpos($mtype[1],'image') !== false) {
123 else if(strpos($mtype[1],'audio') !== false) {
125 $out .= $this->set_audio($src,$mtype,$title) ;
134 else if(strpos($mtype[1],'video') !== false) {
136 $out .= $this->set_video($src,$mtype,$title) ;
416 function set_audio($src,$mtype,$title) { argument
418 $type = $mtype[1];
425 function set_video($src,$mtype,$title) { argument
427 $type = $mtype[1];
/plugin/fckg/fckeditor/
H A Dextensions.php22 list($ext,$mtype) = preg_split('/\s+/', $line);
24 if(strpos($mtype,'image')!==false) {
/plugin/ckgdoku/
H A Dhelper.php36 foreach (getMimeTypes() as $ext=>$mtype) {
37 if(preg_match("/image/", $mtype)) {
/plugin/ckgedit/
H A Dhelper.php36 foreach (getMimeTypes() as $ext=>$mtype) {
37 if(preg_match("/image/", $mtype)) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php334 list($ext,$mtype) = preg_split('/\s+/', $line);
336 if(strpos($mtype,'image')!==false) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php318 list($ext,$mtype) = preg_split('/\s+/', $line);
320 if(strpos($mtype,'image')!==false) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php320 list($ext,$mtype) = preg_split('/\s+/', $line);
322 if(strpos($mtype,'image')!==false) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs23959 var mtype = varint_to_i32(rtpref.meta[1][0].data);
23960 if (mtype != 2001)
24086 var mtype = varint_to_i32(ref.meta[1][0].data);
24087 if (mtype != 6144)
24111 var mtype = varint_to_i32(tableref[0].meta[1][0].data);
24112 if (mtype != 6001)
24127 var mtype = varint_to_i32(m.meta[1][0].data);
24128 if (mtype == 6e3)
24143 var mtype = varint_to_i32(m.meta[1][0].data);
24144 if (mtype == 2) {
[all …]