Searched refs:configuration (Results 1 – 15 of 15) sorted by relevance
26 protected $configuration; variable in admin_plugin_config43 $this->configuration = new Configuration();50 if ($this->configuration->isLocked()) return;53 $ok = $this->configuration->updateSettings($INPUT->arr('config'));56 if ($this->configuration->hasChanged()) {57 $this->configuration->save();59 $this->configuration->touch();87 if ($this->configuration->isLocked()) {102 foreach ($this->configuration->getSettings() as $setting) {157 $undefined_settings = $this->configuration->getUndefined();[all …]
26 $configuration = new Configuration();28 foreach ($configuration->getSettings() as $setting) {
1 …es actuellement installés. Le [[?do=admin&page=config|gestionnaire de configuration]] vous permet …
2 All changes are stored in a local configuration file and are upgrade safe.
2 Tous les changement sont enregistrés dans un fichier de configuration local qui sera inchangé en ca…
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.
6 * local configuration files out of the main ./conf directory.
1 ====== Gestionnaire de configuration ======
20 $configuration = DOKU_UNITTEST . "{$this->driver}.conf.php";21 if(!file_exists($configuration)) {25 include $configuration;
20 …might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be…
94 vendor/bin/phpunit --verbose --configuration tests/phpunit.xml
3 * This is an example configuration for the mysql auth plugin.18 * To use this configuration you have to copy them to local.protected.php
469 * Reworked Keyword groups for MySQL to allow for more configuration (BenBE)491 * Xorg configuration (milian)556 …* Support Apache's configuration sections, see http://httpd.apache.org/docs/2.2/sections.html (mil…
154 * PHPUnit: update configuration by @jrfnl in [#696](https://github.com/simplepie/simplepie/pull/696)
117 lib/plugins/config/_test/configuration.test.php