Lines Matching full:setting

9  *   $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 is a comma
32 * 'fieldset' - used to group configuration settings, but is not itself a setting. To make this clear in
41 * Single Setting
43 * 'savedir' - as 'setting', input tested against initpath() (inc/init.php)
45 * 'authtype' - as 'setting', input validated against a valid php file at expected location for auth files
46 * 'im_convert' - as 'setting', input must exist and be an im_convert module
47 * 'disableactions' - as 'setting'
53 * Any setting commented or missing will use 'setting' class - text input, minimal validation, quoted output
56 * '_caution' - no value (default) or 'warning', 'danger', 'security'. display an alert along with the setting
60 * language string, indexed by <setting name>_o_<choice>, if one exists
64 * '_combine' - complimentary output setting values which can be combined into a single display checkbox
74 * default value 'always'. 'exists' only shows 'other' input field when the setting contains value(s)