Home
last modified time | relevance | path

Searched full:setting (Results 1 – 25 of 1200) sorted by relevance

12345678910>>...48

/dokuwiki/lib/plugins/config/
H A Dadmin.php13 use dokuwiki\plugin\config\core\Setting\Setting;
14 use dokuwiki\plugin\config\core\Setting\SettingFieldset;
15 use dokuwiki\plugin\config\core\Setting\SettingHidden;
102 foreach ($this->configuration->getSettings() as $setting) {
103 if ($setting instanceof SettingHidden) {
105 } elseif ($setting instanceof SettingFieldset) {
106 // config setting group
114 if ($first_plugin_fieldset && $setting->getType() == 'plugin') {
117 } elseif ($first_template_fieldset && $setting
11 use dokuwiki\plugin\config\core\Setting\Setting; global() alias
[all...]
/plugin/visio/conf/
H A Dmetadata.php7 …* '' - default class ('setting'), textarea, minimal input validation, setting output…
8 * 'string' - single line text input, minimal input validation, setting output in quotes
9 …* 'numeric' - text input, accepts numbers and arithmetic operators, setting output without …
11 * 'onoff' - checkbox input, setting output 0|1
12 …* 'multichoice' - select input (single choice), setting output with quotes, required _choices p…
13 …* 'email' - text input, input must conform to email address format, setting output in quo…
14 * 'password' - password input, minimal input validation, setting output plain text in quotes
17 …* 'multicheckbox'- a checkbox for each choice plus an "other" string input, config file setting
19 …* 'fieldset' - used to group configuration settings, but is not itself a setting. To make th…
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php3 namespace dokuwiki\plugin\config\core\Setting;
8 * Class Setting
10 class Setting class
12 /** @var string unique identifier of this setting */
15 /** @var mixed the default value of this setting */
17 /** @var mixed the local value of this setting */
19 /** @var mixed the protected value of this setting */
28 protected $caution; // used by any setting to provide an alert along with the setting
35 * @see initialize() to set the actual value of the setting
[all...]
H A DSettingHidden.php3 namespace dokuwiki\plugin\config\core\Setting;
8 class SettingHidden extends Setting
10 // Used to explicitly ignore a setting in the configuration manager.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php46 * If param is set, only specified setting is return.
48 * @param string $setting OPTIONAL Setting name to return
52 public function getPersistent(string $setting = '') argument
57 if ('' !== $setting) {
58 return $settings[$setting] ?? null;
67 * If param is set, only specified setting is return.
69 * @param string $setting OPTIONAL Setting name to return
73 public function getTransient(string $setting argument
[all...]
/plugin/subconfhelper/
H A Dadmin.php66 while (list($key) = each($_config->setting)) {
68 if ($_config->setting[$key]->update($input)) {
71 if ($_config->setting[$key]->error()) $_error = true;
152 foreach( $_config->setting as $setting ) {
154 list($label,$input) = $setting->html($this, $this->_error);
156 …$class = $setting->is_default() ? ' class="default"' : ($setting->is_protected() ? ' class="protec…
157 $error = $setting->error() ? ' class="value error"' : ' class="value"';
158 $icon = $setting->caution() ? '<img src="'.DOKU_PLUGIN_IMAGES.$setting->caution().'.png" '
159 … .'alt="'.$setting->caution().'" title="'.$this->getLang($setting->caution()).'" />' : '';
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php5 use dokuwiki\plugin\config\core\Setting\Setting; alias
6 use dokuwiki\plugin\config\core\Setting\SettingNoClass;
7 use dokuwiki\plugin\config\core\Setting\SettingNoDefault;
8 use dokuwiki\plugin\config\core\Setting\SettingNoKnownClass;
9 use dokuwiki\plugin\config\core\Setting\SettingUndefined;
22 /** @var Setting[] metadata as array of Settings objects */
24 /** @var Setting[] undefined and problematic settings */
63 * @return Setting[]
73 * @return Setting[]
[all...]
H A DWriter.php5 use dokuwiki\plugin\config\core\Setting\Setting;
31 * @param Setting[] $settings
51 foreach ($settings as $setting) {
52 if ($setting->shouldBeSaved()) {
53 $out .= $setting->out('conf', 'php');
4 use dokuwiki\plugin\config\core\Setting\Setting; global() alias
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ResourceSettings/Resource/
H A DOrganizationsSettings.php34 * Returns a specified setting. Returns a `google.rpc.Status` with
35 * `google.rpc.Code.NOT_FOUND` if the setting does not exist. (settings.get)
37 * @param string $name Required. The name of the setting to get. See Setting for
55 * the parent resource for this setting. Must be in one of the following forms:
73 * Updates a specified setting. Returns a `google.rpc.Status` with
74 * `google.rpc.Code.NOT_FOUND` if the setting does not exist. Returns a
75 * `google.rpc.Status` with `google.rpc.Code.FAILED_PRECONDITION` if the setting
78 * the persisted etag of the setting value. On success, the response will
81 * setting will perform a full overwrite of the `local_value` field.
84 * @param string $name The resource name of the setting. Must be in one of the
H A DProjectsSettings.php34 * Returns a specified setting. Returns a `google.rpc.Status` with
35 * `google.rpc.Code.NOT_FOUND` if the setting does not exist. (settings.get)
37 * @param string $name Required. The name of the setting to get. See Setting for
55 * the parent resource for this setting. Must be in one of the following forms:
73 * Updates a specified setting. Returns a `google.rpc.Status` with
74 * `google.rpc.Code.NOT_FOUND` if the setting does not exist. Returns a
75 * `google.rpc.Status` with `google.rpc.Code.FAILED_PRECONDITION` if the setting
78 * the persisted etag of the setting value. On success, the response will
81 * setting will perform a full overwrite of the `local_value` field.
84 * @param string $name The resource name of the setting. Must be in one of the
H A DFoldersSettings.php34 * Returns a specified setting. Returns a `google.rpc.Status` with
35 * `google.rpc.Code.NOT_FOUND` if the setting does not exist. (settings.get)
37 * @param string $name Required. The name of the setting to get. See Setting for
55 * the parent resource for this setting. Must be in one of the following forms:
73 * Updates a specified setting. Returns a `google.rpc.Status` with
74 * `google.rpc.Code.NOT_FOUND` if the setting does not exist. Returns a
75 * `google.rpc.Status` with `google.rpc.Code.FAILED_PRECONDITION` if the setting
78 * the persisted etag of the setting value. On success, the response will
81 * setting will perform a full overwrite of the `local_value` field.
84 * @param string $name The resource name of the setting. Must be in one of the
/plugin/subconfhelper/helper/
H A Dconfig.php21 var $setting = array(); // array of setting objects variable in helper_plugin_subconfhelper_config
73 $class = ($class && class_exists('setting_'.$class)) ? 'setting_'.$class : 'setting';
74 if ($class=='setting') {
75 $this->setting[] = new setting_no_class($key,$param);
86 # $this->setting[] = new setting_no_default($key,$param);
89 $this->setting[$key] = new $class($key,$param);
90 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);
/plugin/freechat/lang/en/
H A Dsettings.php9 $lang['frozen_nick'] = 'Setting this to true will forbid the user to change his/her nickname later';
10 $lang['channels'] = 'Setting a list of channel, comma delimited, setting by default on user login.';
11 $lang['frozen_channels'] = 'Setting a list of channel, comma delimited, that can be used by users. …
12 $lang['admin_group'] = 'Setting a list of group of users, comma delimited, to use as admin on chat';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/
H A DSettings.php21 use Google\Service\Calendar\Setting; alias
35 * Returns a single user setting. (settings.get)
37 * @param string $setting The id of the user setting.
39 * @return Setting
41 public function get($setting, $optParams = []) argument
43 $params = ['setting' => $setting];
45 return $this->call('get', [$params], Setting::class);
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php9 * $meta[<setting name>] = array(<handler class id>,<param name> => <param value>);
13 * Defined classes (see core/Setting/*):
16 * '' - default class ('setting'), textarea, minimal input validation, setting output in quotes
17 * 'string' - single line text input, minimal input validation, setting output in quotes
18 * 'numeric' - text input, accepts numbers and arithmetic operators, setting output without quotes
21 * 'onoff' - checkbox input, setting output 0|1
22 * 'multichoice' - select input (single choice), setting output with quotes, required _choices parameter
25 * 'password' - password input, minimal input validation, setting output text in quotes, maybe encoded
30 * 'multicheckbox'- a checkbox for each choice plus an "other" string input, config file setting i
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php67 * If param is set, only specified setting is return.
68 * 'index.' is added in front of $setting.
70 * @param string $setting OPTIONAL Setting name to return
80 public function get(string $setting = '', bool $includeDefaults = false)
99 if (!$setting) {
104 if (isset($settings[$setting])) {
105 return $settings[$setting];
108 if (false !== \strpos($setting, '.')) {
110 $keys = \explode('.', $setting);
74 get(string $setting = '', bool $includeDefaults = false) global() argument
129 getBool(string $setting) global() argument
[all...]
/plugin/authdrupal8/
H A Dpassword.inc11 * used by setting the variable password_inc to the name of the PHP file
134 * @param $setting
142 function _password_crypt($algo, $password, $setting) {
148 if ($setting[0] == '$' && $setting[3] == '$') {
149 if (password_verify($password, $setting)) {
150 return $setting;
155 // The first 12 characters of an existing hash are its setting string.
156 $setting = substr($setting,
[all...]
/plugin/oauth/
H A DRedirectSetting.php5 use dokuwiki\plugin\config\core\Setting\Setting; alias
8 * Custom Setting to display the default redirect URL
10 class RedirectSetting extends Setting
/plugin/txtconf/
H A Dconfig0.class.php3 * Configuration Class and generic setting classes
17 var $setting = array(); // array of setting objects variable in configuration0
66 $class = ($class && class_exists('setting_'.$class)) ? 'setting_'.$class : 'setting';
71 $class = 'setting';
75 $this->setting[$key] = new $class($key,$param);
76 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);
104 foreach ($this->setting as $setting) {
105 $out .= $setting->out($this->_name, $this->_format);
303 * recieves current values for the setting $key
312 * update setting with user provided value $input
[all …]
H A Dtxtconfig.class.php3 * TxtConfiguration Class and generic setting classes
7 * Extends Configuration Class and generic setting classes by Chris Smith <chris@jalakai.co.uk>
87 … //$class = ($class && class_exists('setting_'.$class)) ? 'setting_'.$class : 'setting';
98 //$class = 'setting';
104 $this->setting[$key] = new $class($key,$param);
105 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);
139 $this->setting[$key] = new $class($key,$param);
140 $this->setting[$key]->initialize(null,$value,null);
233 * update setting with user provided value $input
287 * generate string to save setting value to file according to $fmt
/plugin/refnotes/
H A Dconfig.php13 private static $setting = array( variable in refnotes_configuration
25 if (array_key_exists($name, self::$setting)) {
26 $sectionName = self::$setting[$name][0];
27 $result = self::$setting[$name][1];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessNotificationSettings/Resource/
H A DAccounts.php36 * @param string $name Required. The resource name of the notification setting
48 * Sets the pubsub notification setting for the account informing Google which
51 * subscribe to. An account will only have one notification setting resource,
52 * and only one pubsub topic can be set. To delete the setting, update with an
55 * @param string $name Required. The resource name this setting is for. This is
/plugin/txtconf/conf/
H A Dsmileys.metadata.php10 $config['format'] = 'txt'; // format of setting files, supported formats: php
18 // ---------------[ setting files ]--------------------------------------
27 // --------------[ setting metadata ]------------------------------------
28 // - any settings not mentioned will come after the last setting listed and
H A Dacronyms.metadata.php10 $config['format'] = 'txt'; // format of setting files, supported formats: php
18 // ---------------[ setting files ]--------------------------------------
27 // --------------[ setting metadata ]------------------------------------
28 // - any settings not mentioned will come after the last setting listed and
H A Dentities.metadata.php10 $config['format'] = 'txt'; // format of setting files, supported formats: php
18 // ---------------[ setting files ]--------------------------------------
27 // --------------[ setting metadata ]------------------------------------
28 // - any settings not mentioned will come after the last setting listed and

12345678910>>...48