Lines Matching refs:file_exists
17 if(file_exists($default_lang_file)) {
252 if(@file_exists($userfiles)) {
255 if(file_exists($path) && is_file($path) ){
258 if(file_exists($path) && is_dir($path) ){
312 if(file_exists($cname)) {
313 if(file_exists($fckl_draft)) {
493 if(!file_exists($safescript) ){
528 elseif(file_exists($conf['datadir'].'_safefn.recoded') ||
529 file_exists($conf['metadir'].'_safefn.recoded') ||
530 file_exists($conf['mediadir'].'_safefn.recoded') )
537 if($rencode && !file_exists(DOKU_PLUGIN . 'fckg/saferencode')) {
543 …else if(!$rencode && file_exists(DOKU_PLUGIN . 'fckg/saferencode') && $this->is_safeUpgraded() ) …