Home
last modified time | relevance | path

Searched refs:out_local (Results 1 – 4 of 4) sorted by relevance

/plugin/fckg/fckeditor/
H A Dextensions.php16 $out_local = @file($mimes_local,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); variable
17 $out = array_merge($out,$out_local);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php323 …$out_local = @file(DOKU_INC . 'conf/mime.local.conf',FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES…
324 $out = array_merge($out,$out_local);
327 $out_local = @file($MIMES_LOCAL,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
328 $out = array_merge($out,$out_local);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php307 …$out_local = @file(DOKU_INC . 'conf/mime.local.conf',FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES…
308 $out = array_merge($out,$out_local);
311 $out_local = @file($MIMES_LOCAL,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
312 $out = array_merge($out,$out_local);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php309 …$out_local = @file(DOKU_INC . 'conf/mime.local.conf',FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES…
310 $out = array_merge($out,$out_local);
313 $out_local = @file($MIMES_LOCAL,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
314 $out = array_merge($out,$out_local);