Lines Matching refs:file_exists
32 if (file_exists($preload)) include($preload);
44 if (!defined('DOKU_E_LEVEL') && file_exists(DOKU_CONF . 'report_e_all')) {
83 if (file_exists($config_file)) {
104 if (file_exists($config_file)) {
344 if (file_exists($config_file . 'en/lang.php')) {
350 if (file_exists(DOKU_INC . "inc/lang/$langCode/lang.php")) {
354 if (file_exists($config_file . "$langCode/lang.php")) {
371 if (!file_exists($file)) {
399 if (!file_exists($p)) {
401 if (!file_exists($p)) {
412 if (@is_dir($p) && !file_exists("$p/.")) {
632 if ($exists && !defined('DOKU_UNITTEST') && !file_exists($finalpath)) {