Home
last modified time | relevance | path

Searched full:setting (Results 51 – 75 of 1200) sorted by last modified time

12345678910>>...48

/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/simplepie/simplepie/src/
H A DItem.php642 * Note: obeys PHP's timezone setting. To get a UTC date/time, use
700 * Note: obeys PHP's timezone setting. To get a UTC date/time, use
/dokuwiki/conf/
H A Ddokuwiki.php169 $conf['defer_js'] = 1; // Defer javascript to be executed after the page's HTML has been parsed. Setting will be removed in the next release.
/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 DSettingUndefined.php3 namespace dokuwiki\plugin\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 DSettingArray.php3 namespace dokuwiki\plugin\config\core\Setting;
8 class SettingArray extends Setting
37 * update setting with user provided value $input
H A DSettingCompression.php3 namespace dokuwiki\plugin\config\core\Setting;
H A DSettingDirchoice.php3 namespace dokuwiki\plugin\config\core\Setting;
H A DSettingDisableactions.php3 namespace dokuwiki\plugin\config\core\Setting;
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.
H A DSettingImConvert.php3 namespace dokuwiki\plugin\config\core\Setting;
H A DSettingLicense.php3 namespace dokuwiki\plugin\config\core\Setting;
19 $this->lang[$this->key . '_o_' . $key] = $data['name']; // stored in setting
H A DSettingMulticheckbox.php3 namespace dokuwiki\plugin\config\core\Setting;
H A DSettingMultichoice.php3 namespace dokuwiki\plugin\config\core\Setting;
11 public $lang; //some custom language strings are stored in setting
H A DSettingNoClass.php3 namespace dokuwiki\plugin\config\core\Setting;
7 * A do-nothing class used to detect settings with a missing setting class.
H A DSettingNumeric.php3 namespace dokuwiki\plugin\config\core\Setting;
H A DSettingPassword.php3 namespace dokuwiki\plugin\config\core\Setting;
/dokuwiki/lib/plugins/authldap/
H A Dauth.php576 msg('Setting LDAP Protocol version ' . $this->getConf('version') . ' failed', -1);
595 msg('Setting LDAP referrals failed', -1);
605 msg('Setting LDAP Deref mode ' . $this->getConf('deref') . ' failed', -1);
/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/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/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/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...]
/dokuwiki/lib/plugins/config/lang/id-ni/
H A Dlang.php61 $lang['showuseras_o_email'] = 'Fake döi imele (obfuscated according to mailguard setting)';

12345678910>>...48