Home
last modified time | relevance | path

Searched refs:configuration (Results 1 – 15 of 15) sorted by relevance

/dokuwiki/lib/plugins/config/
H A Dadmin.php26 protected $configuration; variable in admin_plugin_config
43 $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 …]
/dokuwiki/lib/plugins/config/_test/
H A DDocumentationTest.php26 $configuration = new Configuration();
28 foreach ($configuration->getSettings() as $setting) {
/dokuwiki/lib/plugins/extension/lang/fr/
H A Dintro_templates.txt1 …es actuellement installés. Le [[?do=admin&page=config|gestionnaire de configuration]] vous permet …
/dokuwiki/lib/plugins/styling/lang/en/
H A Dintro.txt2 All changes are stored in a local configuration file and are upgrade safe.
/dokuwiki/lib/plugins/styling/lang/fr/
H A Dintro.txt2 Tous les changement sont enregistrés dans un fichier de configuration local qui sera inchangé en ca…
/dokuwiki/_test/
H A DREADME3 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/inc/
H A Dpreload.php.dist6 * local configuration files out of the main ./conf directory.
/dokuwiki/lib/plugins/config/lang/fr/
H A Dintro.txt1 ====== Gestionnaire de configuration ======
/dokuwiki/lib/plugins/authpdo/_test/
H A Dmysql.test.php20 $configuration = DOKU_UNITTEST . "{$this->driver}.conf.php";
21 if(!file_exists($configuration)) {
25 include $configuration;
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt20 …might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be…
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md94 vendor/bin/phpunit --verbose --configuration tests/phpunit.xml
/dokuwiki/conf/
H A Dmysql.conf.php.example3 * This is an example configuration for the mysql auth plugin.
18 * To use this configuration you have to copy them to local.protected.php
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG469 * 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…
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md154 * PHPUnit: update configuration by @jrfnl in [#696](https://github.com/simplepie/simplepie/pull/696)
/dokuwiki/data/
H A Ddeleted.files117 lib/plugins/config/_test/configuration.test.php