Lines Matching full:conf
40 * If no configuration file is found, return the default confdir './conf'.
69 return $farm . '/' . $animal . '/conf/';
78 if (is_dir("$farm/$dir/conf/")) {
80 return "$farm/$dir/conf/";
85 // default conf directory in farm
86 if (is_dir("$farm/default/conf/")) {
88 return "$farm/default/conf/";
91 return DOKU_INC . 'conf/';
97 'default' => [DOKU_INC . 'conf/dokuwiki.php'],
102 'default' => [DOKU_INC . 'conf/acronyms.conf'],
103 'local' => [DOKU_CONF . 'acronyms.local.conf']
106 'default' => [DOKU_INC . 'conf/entities.conf'],
107 'local' => [DOKU_CONF . 'entities.local.conf']
110 'default' => [DOKU_INC . 'conf/interwiki.conf'],
111 'local' => [DOKU_CONF . 'interwiki.local.conf']
114 'default' => [DOKU_INC . 'conf/license.php'],
118 'default' => [DOKU_INC . 'conf/mediameta.php'],
122 'default' => [DOKU_INC . 'conf/mime.conf'],
123 'local' => [DOKU_CONF . 'mime.local.conf']
126 'default' => [DOKU_INC . 'conf/scheme.conf'],
127 'local' => [DOKU_CONF . 'scheme.local.conf']
130 'default' => [DOKU_INC . 'conf/smileys.conf'],
131 'local' => [DOKU_CONF . 'smileys.local.conf']
134 'default' => [DOKU_INC . 'conf/wordblock.conf'],
135 'local' => [DOKU_CONF . 'wordblock.local.conf']
145 'default' => [DOKU_INC . 'conf/plugins.php'],
147 … 'protected' => [DOKU_INC . 'conf/plugins.required.php', DOKU_CONF . 'plugins.protected.php'],