Home
last modified time | relevance | path

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

/plugin/epub/
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/
Dextensions.php22 list($ext,$mtype) = preg_split('/\s+/', $line);
24 if(strpos($mtype,'image')!==false) {
/plugin/ckgdoku/
Dhelper.php36 foreach (getMimeTypes() as $ext=>$mtype) {
37 if(preg_match("/image/", $mtype)) {
/plugin/ckgedit/
Dhelper.php36 foreach (getMimeTypes() as $ext=>$mtype) {
37 if(preg_match("/image/", $mtype)) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
Dconfig.php334 list($ext,$mtype) = preg_split('/\s+/', $line);
336 if(strpos($mtype,'image')!==false) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
Dconfig.php318 list($ext,$mtype) = preg_split('/\s+/', $line);
320 if(strpos($mtype,'image')!==false) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
Dconfig.php320 list($ext,$mtype) = preg_split('/\s+/', $line);
322 if(strpos($mtype,'image')!==false) {
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs23959 var mtype = varint_to_i32(rtpref.meta[1][0].data);
23960 if (mtype != 2001)
23961 throw new Error("2000 unexpected reference to ".concat(mtype));
24086 var mtype = varint_to_i32(ref.meta[1][0].data);
24087 if (mtype != 6144)
24088 throw new Error("Expected merge type 6144, found ".concat(mtype));
24111 var mtype = varint_to_i32(tableref[0].meta[1][0].data);
24112 if (mtype != 6001)
24113 throw new Error("6000 unexpected reference to ".concat(mtype));
24127 var mtype = varint_to_i32(m.meta[1][0].data);
[all …]