| /dokuwiki/lib/plugins/config/ |
| H A D | admin.php | 4 * Configuration Manager admin plugin 12 use dokuwiki\plugin\config\core\Configuration; alias 25 /** @var Configuration */ 26 protected $configuration; variable in admin_plugin_config 42 // always initialize the configuration 43 $this->configuration = new Configuration(); 49 // don't go any further if the configuration is locked 50 if ($this->configuration->isLocked()) return; 53 $ok = $this->configuration->updateSettings($INPUT->arr('config')); 56 if ($this->configuration->hasChanged()) { [all …]
|
| H A D | plugin.info.txt | 5 name Configuration Manager 6 desc Manage Dokuwiki's Configuration Settings
|
| /dokuwiki/_test/tests/inc/ |
| H A D | httpclient_http_proxy.test.php | 15 $configuration = DOKU_UNITTEST . "proxy.conf.php"; 16 if (file_exists($configuration)) { 18 include $configuration; 24 $this->markTestSkipped("Skipped proxy tests. Missing configuration");
|
| /dokuwiki/lib/plugins/config/_test/ |
| H A D | DocumentationTest.php | 6 use dokuwiki\plugin\config\core\Configuration; alias 26 $configuration = new Configuration(); 28 foreach ($configuration->getSettings() as $setting) {
|
| /dokuwiki/inc/lang/en/ |
| H A D | install.html | 1 <p>This page assists in the first time installation and configuration of <a href="http://dokuwiki.o… 5 …configuration for <abbr title="access control list">ACL</abbr>, which in turn allows administrator… 7 …nstallation instructions</a> and <a href="http://dokuwiki.org/config">configuration settings</a>.<…
|
| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingUndefined.php | 5 use dokuwiki\plugin\config\core\Configuration; alias 27 … '/^(?:plugin|tpl)' . Configuration::KEYMARKER . '.*?' . Configuration::KEYMARKER . '(.*)$/',
|
| H A D | Setting.php | 5 use dokuwiki\plugin\config\core\Configuration; alias 144 $out = str_replace(Configuration::KEYMARKER, "»", $this->key); 165 return str_replace(Configuration::KEYMARKER, "']['", $this->key); 169 * What type of configuration is this 173 * 'plugin' for plugin configuration 174 * 'template' for template configuration 175 * 'dokuwiki' for core configuration 181 if (str_starts_with($this->getKey(), 'plugin' . Configuration::KEYMARKER)) { 183 } elseif (str_starts_with($this->getKey(), 'tpl' . Configuration::KEYMARKER)) {
|
| H A D | SettingHidden.php | 10 // Used to explicitly ignore a setting in the configuration manager.
|
| /dokuwiki/lib/plugins/config/core/ |
| H A D | Loader.php | 8 * Configuration loader 10 * Loads configuration meta data and settings from the various files. Honors the 11 * configuration cascade and installed plugins. 205 $prefix = $type . Configuration::KEYMARKER . $extname . Configuration::KEYMARKER; 236 $prefix = $type . Configuration::KEYMARKER . $extname . Configuration::KEYMARKER; 263 $prefix = $type . Configuration::KEYMARKER . $extname . Configuration::KEYMARKER;
|
| /dokuwiki/inc/lang/fr/ |
| H A D | install.html | 1 <p>Cette page vous assiste dans l'installation et la configuration 23 paramètres de configuration. Ceci n'est pas nécessaire pour que 32 configuration</a>.</p>
|
| /dokuwiki/lib/plugins/styling/lang/en/ |
| H A D | intro.txt | 2 All changes are stored in a local configuration file and are upgrade safe.
|
| /dokuwiki/lib/plugins/extension/lang/nl/ |
| H A D | intro_templates.txt | 1 …stalleerd. U kunt een template selecteren middels [[?do=admin&page=config|Configuration Manager]] .
|
| /dokuwiki/lib/plugins/extension/lang/fr/ |
| H A D | intro_templates.txt | 1 …es actuellement installés. Le [[?do=admin&page=config|gestionnaire de configuration]] vous permet …
|
| /dokuwiki/lib/plugins/extension/lang/pt-br/ |
| H A D | intro_templates.txt | 1 …Wiki. Você pode selecionar o modelo a ser usado no [[?do=admin&page=config|Configuration Manager]].
|
| /dokuwiki/lib/plugins/extension/lang/el/ |
| H A D | intro_templates.txt | 1 … Μπορείτε να επιλέξετε αυτό που θα χρησιμοποιήσετε [[?do=admin&page=config|Configuration Manager]].
|
| /dokuwiki/lib/plugins/extension/lang/en/ |
| H A D | intro_templates.txt | 1 …iki. You can select the template to be used in the [[?do=admin&page=config|Configuration Manager]].
|
| /dokuwiki/lib/plugins/styling/lang/fr/ |
| H A D | intro.txt | 2 Tous les changement sont enregistrés dans un fichier de configuration local qui sera inchangé en ca…
|
| /dokuwiki/_test/ |
| H A D | README | 3 This directory contains the test suite for DokuWiki as well as configuration for various code quali… 15 The composer configuration contains a number of scripts to run the various tools on all of DokuWiki.
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | csharp.php | 100 'System.Configuration', 101 'System.Configuration.Assemblies', 102 'System.Configuration.Core', 103 'System.Configuration.Install', 104 'System.Configuration.Interceptors', 105 'System.Configuration.Schema', 106 'System.Configuration.Web', 158 'System.Web.Configuration',
|
| /dokuwiki/inc/ |
| H A D | farm.php | 4 * This overwrites DOKU_CONF. Each animal gets its own configuration and data directory. 32 * Find the appropriate configuration directory. 34 * If the .htaccess based setup is used, the configuration directory can be 37 * Otherwise try finding a matching configuration directory by stripping the 39 * first configuration file found will be used; the remaining will ignored. 40 * If no configuration file is found, return the default confdir './conf'.
|
| H A D | confutils.php | 296 * Retrieve the requested configuration information 300 …* @param string $type the configuration settings to be read, must correspond to a key/array… 301 * @param callback $fn the function used to process the configuration file into an array 303 …ck $combine the function used to combine arrays of values read from different configuration files; 305 * $combined - the already read & merged configuration values 307 * and returns an array of the merged configuration values. 308 * @return array configuration values 332 * Include the requested configuration information 336 …* @param string $type the configuration settings to be read, must correspond to a key/array…
|
| /dokuwiki/lib/exe/ |
| H A D | manifest.php | 12 http_status(404, 'Manifest has been disabled in DokuWiki configuration.');
|
| /dokuwiki/lib/plugins/config/lang/en/ |
| H A D | intro.txt | 1 ====== Configuration Manager ======
|
| /dokuwiki/inc/lang/ja/ |
| H A D | install.html | 7 …nstallation instructions</a>, <a href="http://dokuwiki.org/ja:config">configuration settings</a>)。…
|
| /dokuwiki/lib/plugins/config/lang/fr/ |
| H A D | intro.txt | 1 ====== Gestionnaire de configuration ======
|