Home
last modified time | relevance | path

Searched full:setting (Results 1 – 25 of 1200) sorted by last modified time

12345678910>>...48

/plugin/pagelist/
H A Dhelper.php22 * @var array with entries: 'columnname' => bool/int enabled/disable column, something also config setting
213 * @param int|bool $value must evaluate to false/true for dis/enabling column. Sometimes value is used for specific setting
/plugin/twofactor/
H A DManager.php113 $setting = new Settings('twofactor', $this->getUser());
114 if ($setting->get('state') !== 'optout') {
239 * Autoupdates the apropriate setting
245 $setting = new Settings('twofactor', $this->getUser());
246 $default = $setting->get('defaultmod');
250 // still here? no valid setting. Use first available one
266 $setting = new Settings('twofactor', $this->getUser());
267 $setting->set('defaultmod', $provider->getProviderID());
H A DSettings.php62 * Check if a setting exists
73 * Get a stored setting
76 * @param mixed $default Default to return when no setting available
/plugin/twofactor/action/
H A Dprofile.php164 $setting = $this->getConf('optinout');
167 echo $this->locale_xhtml($setting);
170 if ($setting == 'optout') {
/plugin/attribute/
H A Dhelper.php40 * Allows overriding the secure setting
/template/sprintdoc/js/base/
H A Dspc.js223 * simplify setting and getting state out of a node
/template/sprintdoc/js/
H A Ddirect.js98 * for focus setting
/template/sprintdoc/
H A Dsvg.php212 * Generate a style setting from the input variables
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingRenderer.php4 * additional setting classes specific to these settings
9 namespace dokuwiki\plugin\config\core\Setting;
H A DSettingString.php3 namespace dokuwiki\plugin\config\core\Setting;
8 class SettingString extends Setting
H A DSettingAuthtype.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/
H A Dlang.php59 $lang['_msg_setting_no_known_class'] = 'Setting-Klasse nicht verfügbar.';
/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...]
/dokuwiki/inc/parser/
H A Dxhtml.php1123 * Honors $conf['mailguard'] setting
/dokuwiki/inc/
H A Dparserutils.php202 msg('Unable to save cache file. Hint: disk full; file permissions; safe_mode setting.', -1);
306 msg('Unable to save metadata file. Hint: disk full; file permissions; safe_mode setting.', -1);
740 $msg .= " and the 'renderer_xhtml' config setting";
H A Dtemplate.php1277 * @param mixed $notset what to return if the setting is not available
H A Dcommon.php1525 * return an obfuscated email address in line with $conf['mailguard'] setting
1671 //setting 'link' to false disables linking
1945 * Remove it by setting $val to false
2012 * CSS. However it should used with small SVGs only. The $maxsize setting ensures only small
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dwolfram.php743 'SetSystemOptions', 'SetterBar', 'Setter', 'Setting', 'Shading',
H A Dxpp.php316 'setting',
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md106 terminal width on its own. It can be overwritten by setting a ``COLUMNS`` environment variable.
/dokuwiki/inc/Utf8/
H A DSort.php160 * Filenames may not be equal to page names, depending on the setting in $conf['fnencode'],
/dokuwiki/inc/Action/Exception/
H A DActionException.php61 * @param null|bool $set when null is given, the current setting is not changed

12345678910>>...48