Lines Matching refs:file_exists
31 if (file_exists($preload)) include($preload);
43 if (!defined('DOKU_E_LEVEL') && file_exists(DOKU_CONF . 'report_e_all')) {
82 if (file_exists($config_file)) {
103 if (file_exists($config_file)) {
339 if (file_exists($config_file . 'en/lang.php')) {
345 if (file_exists(DOKU_INC . "inc/lang/$langCode/lang.php")) {
349 if (file_exists($config_file . "$langCode/lang.php")) {
366 if (!file_exists($file)) {
394 if (!file_exists($p)) {
396 if (!file_exists($p)) {
407 if (@is_dir($p) && !file_exists("$p/.")) {
627 if ($exists && !defined('DOKU_UNITTEST') && !file_exists($finalpath)) {