Lines Matching full:settings
10 * Loads configuration meta data and settings from the various files. Honors the
39 * Read the settings meta data
41 * Reads the main file, plugins and template settings meta data
49 include DOKU_PLUGIN . 'config/settings/config.metadata.php';
156 * Read the local settings
167 * Read the protected settings
193 * Read settings file from an extension
195 * This is used to read the settings.php files of plugins and templates
267 if (file_exists($dir . 'lang/en/settings.php')) {
268 include $dir . 'lang/en/settings.php';
270 if ($ll != 'en' && file_exists($dir . 'lang/' . $ll . '/settings.php')) {
271 include $dir . 'lang/' . $ll . '/settings.php';