Home
last modified time | relevance | path

Searched refs:file_type (Results 1 – 6 of 6) sorted by relevance

/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php239 $file_type = $matches[1];
265 if(isset($file_type) && $file_type != 'image') {
266 if(preg_match('/(file|media|flash)/', $file_type)) {
267 $return_path = $Config[$path_type[$type]] ."$file_type/$path" . '/';
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php239 $file_type = $matches[1];
265 if(isset($file_type) && $file_type != 'image') {
266 if(preg_match('/(file|media|flash)/', $file_type)) {
267 $return_path = $Config[$path_type[$type]] ."$file_type/$path" . '/';
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php239 $file_type = $matches[1];
265 if(isset($file_type) && $file_type != 'image') {
266 if(preg_match('/(file|media|flash)/', $file_type)) {
267 $return_path = $Config[$path_type[$type]] ."$file_type/$path" . '/';
/plugin/fckg/action/
H A Dmeta.php394 function file_type(&$event, $param) { function in action_plugin_fckg_meta
/plugin/ckgdoku/action/
H A Dmeta.php716 function file_type(Doku_Event $event, $param) { function in action_plugin_ckgdoku_meta
/plugin/ckgedit/action/
H A Dmeta.php753 function file_type(Doku_Event $event, $param) { function in action_plugin_ckgedit_meta