/dokuwiki/lib/plugins/config/ |
H A D | admin.php | 4 * Configuration Manager admin plugin 12 use dokuwiki\plugin\config\core\Configuration; 25 /** @var Configuration */ 26 protected $configuration; 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 10 use dokuwiki\plugin\config\core\Configuration; global() alias 24 protected $configuration; global() variable in admin_plugin_config [all...] |
H A D | plugin.info.txt | 5 name Configuration Manager 6 desc Manage Dokuwiki's Configuration Settings
|
/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.org">Dokuwiki</a>. More info on this installer is available on it's own <a href="http://dokuwiki.org/installer">documentation page</a>.</p> 5 <p>This installer will setup your DokuWiki configuration for <abbr title="access control list">ACL</abbr>, which in turn allows administrator login and access to DokuWiki's admin menu for installing plugins, managing users, managing access to wiki pages and alteration of configuration settings. It isn't required for DokuWiki to operate, however it will make Dokuwiki easier to administer.</p> 7 <p>Experienced users or users with special setup requirements should use these links for details concerning <a href="http://dokuwiki.org/install">installation instructions</a> and <a href="http://dokuwiki.org/config">configuration settings</a>.</p>
|
/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 Deze templates zijn thans in DokuWiki geïnstalleerd. U kunt een template selecteren middels [[?do=admin&page=config|Configuration Manager]]
|
/dokuwiki/lib/plugins/extension/lang/es/ |
H A D | intro_templates.txt | 1 Estas son las plantillas actualmente instalados en su DokuWiki. Puede seleccionar la plantilla que se utilizará en [[?do=admin&page=config|Configuration Manager]
|
/dokuwiki/lib/plugins/extension/lang/fr/ |
H A D | intro_templates.txt | 1 Voici la liste des thèmes actuellement installés. Le [[?do=admin&page=config|gestionnaire de configuration]] vous permet de choisir le thème à utiliser
|
/dokuwiki/lib/plugins/extension/lang/pt-br/ |
H A D | intro_templates.txt | 1 Estes são os modelos instalados atualmente no seu DokuWiki. Você pode selecionar o modelo a ser usado no [[?do=admin&page=config|Configuration Manager]]
|
/dokuwiki/lib/plugins/extension/lang/en/ |
H A D | intro_templates.txt | 1 These are the templates currently installed in your DokuWiki. You can select the template to be used in the [[?do=admin&page=config|Configuration Manager]].
|
/dokuwiki/lib/plugins/extension/lang/el/ |
H A D | intro_templates.txt | 1 Αυτά είναι τα πρότυπα που είναι τώρα εγκαταστημένα στο DokuWiki. σας. Μπορείτε να επιλέξετε αυτό που θα χρησιμοποιήσετε [[?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 cas de mise à jour
|
/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 in $config_cascade 301 * @param callback $fn the function used to process the configuration file into an array 303 * @param callback $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 in $config_cascade
|
H A D | preload.php.dist | 6 * local configuration files out of the main ./conf directory.
|
/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/lib/plugins/config/lang/fr/ |
H A D | intro.txt | 1 ====== Gestionnaire de configuration ======
|
/dokuwiki/inc/lang/ja/ |
H A D | install.html | 7 <p>従来のバージョンを使用しているユーザーや特別なセットアップが必要な場合は、次のリンク先を参考にして下さい (<a href="http://dokuwiki.org/ja:install">installation instructions</a>, <a href="http://dokuwiki.org/ja:config">configuration settings</a>)。</p>
|
/dokuwiki/lib/plugins/config/lang/ia/ |
H A D | lang.php | 12 $lang['locked'] = 'Le file de configuration non pote esser actualisate; si isto non es intentional, <br /> assecura te que le nomine e permissiones del file local de configuration es correcte.'; 13 $lang['danger'] = 'Periculo: Cambiar iste option pote render tu wiki e le menu de configuration inaccessibile!'; 30 $lang['_msg_setting_undefined'] = 'Nulle metadatos de configuration.'; 31 $lang['_msg_setting_no_class'] = 'Nulle classe de configuration.'; 162 $lang['showuseras_o_email'] = 'Adresse de e-mail del usator (offuscate secundo le configuration de Mailguard)';
|