Home
last modified time | relevance | path

Searched full:setting (Results 51 – 75 of 1200) sorted by path

12345678910>>...48

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingSavedir.php3 namespace dokuwiki\plugin\config\core\Setting;
H A DSettingSepchar.php3 namespace dokuwiki\plugin\config\core\Setting;
H A DSettingString.php3 namespace dokuwiki\plugin\config\core\Setting;
8 class SettingString extends Setting
H A DSettingUndefined.php3 namespace dokuwiki\plugin\config\core\Setting;
/dokuwiki/lib/plugins/config/core/
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
/dokuwiki/lib/plugins/config/lang/cy/
H A Dlang.php26 /* --- Config Setting Headers --- */
33 /* --- Config Setting Groups --- */
46 /* --- Undefined Setting Messages --- */
/dokuwiki/lib/plugins/config/lang/de-informal/
H A Dlang.php45 $lang['_msg_setting_no_known_class'] = 'Setting-Klasse nicht verfügbar.';
/dokuwiki/lib/plugins/config/lang/de/
H A Dlang.php59 $lang['_msg_setting_no_known_class'] = 'Setting-Klasse nicht verfügbar.';
/dokuwiki/lib/plugins/config/lang/en/
H A Dlang.php26 /* --- Config Setting Headers --- */
33 /* --- Config Setting Groups --- */
46 /* --- Undefined Setting Messages --- */
47 $lang['_msg_setting_undefined'] = 'No setting metadata.';
48 $lang['_msg_setting_no_class'] = 'No setting class.';
49 $lang['_msg_setting_no_known_class'] = 'Setting class not available.';
271 $lang['showuseras_o_email'] = "User's e-mail addresss (obfuscated according to mailguard setting)";
/dokuwiki/lib/plugins/config/lang/id-ni/
H A Dlang.php61 $lang['showuseras_o_email'] = 'Fake döi imele (obfuscated according to mailguard setting)';
/dokuwiki/lib/plugins/config/lang/nl/
H A Dlang.php47 $lang['_msg_setting_no_known_class'] = 'Setting class niet beschikbaar';
/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...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php1105 * setting is used (when set). All folders found by this method are stored
/dokuwiki/lib/scripts/
H A Dbehaviour.js5 * @param {bool} noaria supress aria-expanded state setting
17 * @param {bool} noaria supress aria-expanded state setting
30 * @param {bool} noaria supress aria-expanded state setting
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG375 - Added a PARSER_CONTROL setting to treat whitespace inside of keywords in
378 - Added a possibility to allow setting the style for escape characters (BenBE)
507 code is found in this mode, we fallback to the same setting as if GESHI_NEVER was set. That way it
625 - Implemented setting to force spans to be closed before newlines, see SF#1727398 (Milian Wolff)
798 - Allow setting of lexic permissions in language files (SmokingRope)
842 - Fixed setting of language path (Cliff Stanford)
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php692 * 1.1.X branch handles manual setting of the path differently
975 * Get current setting for multiline spans, see GeSHi->enable_multiline_span().
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmathematica.php3873 'Setting',
H A Dwolfram.php743 'SetSystemOptions', 'SetterBar', 'Setter', 'Setting', 'Shading',
H A Dxpp.php316 'setting',
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md96 added character encoding setting
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php102 * {@internal Changing this value after setting the key has no effect.}
292 * Calling this function after setting the key has no effect until the next
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php

12345678910>>...48