Home
last modified time | relevance | path

Searched full:configuration (Results 76 – 100 of 2799) sorted by relevance

12345678910>>...112

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
H A DManagedconfigurationsfordevice.php34 * Removes a per-device managed configuration for an app for the specified
41 * configuration (a product ID), e.g. "app:com.google.android.gm".
51 * Retrieves details of a per-device managed configuration.
58 * configuration (a product ID), e.g. "app:com.google.android.gm".
86 * Adds or updates a per-device managed configuration for an app for the
93 * configuration (a product ID), e.g. "app:com.google.android.gm".
/template/mindthedark/
H A DREADME.md19 * light and a dark color scheme (`theme` option in Configuration Manager)
20 * automatic color scheme depending on operating system settings (`autoDark` option in Configuration
21 * change of the color scheme by the user (`userChoice` option in Configuration Manager)
22 * all colors of the light and dark color scheme can be set in the Configuration Manager
28 …lled you can activate the support with the option `pluginNote` in the configuration manager. If th…
33 …s installed you can activate the support with the option `pluginWrap` in the configuration manager.
/plugin/ckgedit/lang/en/
H A Dscayt.txt1Configuration Options: on, off, disabled. As of now, the default setting will be **off** instead o…
/plugin/ckgedit/lang/fr/
H A Dscayt.txt1configuration : arrêté, en marche, désactivé. Pour l'instant, le réglage par défaut sera **arrêté*…
/plugin/stellarium/
H A DREADME.md15 3. In the `Remote Control` plugin configuration, enable CORS and add your DokuWiki instance's URL
16 …or set a password, make sure to set them in your DokuWiki configuration (Admin / Configuration / S…
/template/monochrome/
H A DREADME.md19 In the configuration plugin chose `monochrome` as your template.
21 ## Configuration section in Monochrome Template for Dokuwiki
23 The basic configuration is done via template style settings.
/plugin/dwcommits/
H A DREADME4 Configuration Manager
7 commits from gits specified in the configuration manager and in a config file
9 explanation of how to set up the configuration. The gits must be fully readable
/plugin/webexteamsnotifier/
H A DREADME.md25 2. Enter the webhook into the Webex Teams configuration section in DokuWiki's Configuration Setting…
27 3. Optionally set notifications only for a set of namespaces in the respective configuration sectio…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dcustom-printer-verbose.phpt2 phpunit -c ../_files/configuration.custom-printer.xml --verbose IncompleteTest ../_files/Incomplete…
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/configuration.custom-printer.xml';
17 Configuration: %sconfiguration.custom-printer.xml
/template/peanutbutter/
H A DREADME.md19 In the configuration plugin chose `monochrome` as your template.
21 ## Configuration section in Monochrome Template for Dokuwiki
23 The basic configuration is done via template style settings.
/template/monobook/conf/
H A Dmetadata.php8 * - To change/add configuration values to store, have a look at this file
10 * - To change/translate the descriptions showed in the admin/configuration
15 * - To change the tab configuration, have a look at the "tabs.php" in the
26 * @link https://www.dokuwiki.org/devel:configuration
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DPretargetingConfig.php38 * @param string $configId The specific id of the configuration to delete.
48 * Gets a specific pretargeting configuration (pretargetingConfig.get)
51 * @param string $configId The specific id of the configuration to retrieve.
62 * Inserts a new pretargeting configuration. (pretargetingConfig.insert)
96 * @param string $configId The specific id of the configuration to update.
112 * @param string $configId The specific id of the configuration to update.
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default27 /* START USER CONFIGURATION SECTION: */
31 // * DocumentRoot configuration
42 // * Security configuration
82 // * Source image cache configuration
107 // * Temp directory configuration
116 // ImageMagick configuration
150 // * Default output configuration:
156 // * Error message configuration
186 // * Watermark configuration
191 // * MySQL configuration
[all …]
/plugin/toucher/
H A Dadmin.php37 msg('Plugin toucher failed: you must be admin to touch configuration',-1);
42 msg('Plugin toucher touched configuration files',1);
48 ptln('<p>Configuration files have been just touched.</p>');
/plugin/farmer/lang/fr/
H A Dlang.php10 $lang['tab_setup'] = 'Configuration de la ferme';
12 $lang['tab_config'] = 'Configuration';
25 $lang['preload creation success'] = 'Configuration de la ferme réalisée.';
34 $lang['confdir'] = 'Dossier de configuration de l\'instance';
37 $lang['base'] = 'Configuration de base';
67 $lang['animal configuration'] = 'Configuration de base de l\'animal';
/plugin/onlineordering/lang/en/
H A Dlang.php47 $lang['error_check_configuration'] = 'Please check configuration parameters!';
48 $lang['error_conf_bank_account_not_set'] = 'Configuration parameter <span id="parameter">Bank Accou…
49 $lang['error_conf_sender_email_not_set'] = 'Configuration parameter <span id="parameter">Sender E-m…
50 $lang['error_conf_countries_not_set'] = 'Configuration parameter <span id="parameter">Countries</sp…
/template/vector/conf/
H A Dmetadata.php8 * - To change/add configuration values to store, have a look at this file
10 * - To change/translate the descriptions showed in the admin/configuration
15 * - To change the tab configuration, have a look at the "tabs.php" in the
26 * @link https://www.dokuwiki.org/devel:configuration
/plugin/404manager/
H A DREADME.md47 ## Configuration settings
49 You can configure the 404 Manager Plugin in the Configuration settings admin page.
62 ### Redirection by configuration (Admin Page)
92 To change the default configuration, you must go to the [configuration settings](#configuration set…
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md81 * Configuration
101 2. `Data`, representing data required by the application, like configuration
108 like to access to a configuration file like this
109 `hoa://Data/Etc/Configuration/Foo.php`: Maybe the `Data` directory does not
110 exist, maybe the `Etc` or `Configuration` directories do not exist neither, but
112 `Foo.php` configuration file. This is an **abstract path for a resource**.
/plugin/credits/
H A DREADME9 …urable plugin for displaying credits for DokuWiki plugins. Using the configuration manager, all o…
18 …l use the default rendering, subject to any changes in settings made in the Configuration Manager.
20 …he plugin's getInfo() method. The descriptions can also be turned off in the Configuration Manager.
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php5 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)) {
/plugin/flowplay/flowplayer/
H A DREADME.txt65 - Extenal configuration file that enables configuring all the existing
66 settings. All settings defined in this configuration file can be
121 * Possibility to configure the player using JavaScript and a configuration object
132 - Hierarchical configuration
145 …Changed to use the same configuration syntax with flashVars as with external configuration files. …
146 the same configuration style is used consistently everywhere.
187 …tConfig() method in the JavaScript API can be used over and over again to replace the configuration
215 Eclipse's integrated Ant configuration (Eclipse/Preferences/Ant/Runtime/Tasks).
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DCustomerListConfigurationsResponse.php23 protected $configurationsType = Configuration::class;
27 * @param Configuration[]
34 * @return Configuration[]
/plugin/katex/
H A DREADME.md40 ## Configuration and Settings
62 | Configuration | Explanation …
67 You can enable or disable them from the Configuration Settings page on your DokuWiki site.
73 | Configuration | Explanation …
83 #### Configuration: `option-output`
89 #### Configuration: `option-delimiters`
110 #### Configuration: `option-ignored-tags`
122 #### Configuration: `option-ignored-classes`
134 #### Configuration: `option-error-color`
147 #### Configuration: `option-macros`
[all …]
/plugin/searchpattern/lang/en/
H A Dlang.php30 $lang['save_conf_ok'] = 'Configuration saved';
31 $lang['save_conf_warn'] = 'Configuration saved but default values set for some parameters';
32 $lang['save_conf_nowr'] = 'Configuration not saved : not able to write conf file';
33 $lang['save_conf_noop'] = 'Configuration not saved : not able to open conf file';

12345678910>>...112