Home
last modified time | relevance | path

Searched refs:default (Results 26 – 39 of 39) sorted by last modified time

12

/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt5 Settings shown with a light red background are protected and can not be altered with this plugin. Settings shown with a blue background are the default values and settings shown with a white background have been set locally for this particular installation. Both blue and white settings can be altered.
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php29 /** @var array all default settings */
30 protected $default; variable in dokuwiki\\plugin\\config\\core\\Configuration
53 $this->default = $this->loader->loadDefaults();
163 ...array_keys($this->default),
172 if ($obj->shouldHaveDefault() && !isset($this->default[$key])) {
176 $d = $this->default[$key] ?? null;
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php15 /** @var mixed the default value of this setting */ variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting
16 protected $default;
58 * @param mixed $default default setting value
62 public function initialize($default = null, $local = null, $protected = null)
64 $this->default = $this->cleanValue($default);
83 $value = is_null($this->local) ? $this->default : $this->local;
117 * Should this type of config have a default?
207 $value = is_null($this->local) ? $this->default
60 initialize($default = null, $local = null, $protected = null) global() argument
[all...]
H A DSettingCompression.php13 public function initialize($default = null, $local = null, $protected = null) argument
20 parent::initialize($default, $local, $protected);
H A DSettingDirchoice.php13 public function initialize($default = null, $local = null, $protected = null) argument
32 parent::initialize($default, $local, $protected);
H A DSettingLicense.php13 public function initialize($default = null, $local = null, $protected = null) argument
22 parent::initialize($default, $local, $protected);
H A DSettingMulticheckbox.php23 $value = is_null($this->local) ? $this->default : $this->local;
48 $value = is_null($this->local) ? $this->default : $this->local;
55 $default = $this->str2array($this->default);
60 $idx_default = array_search($choice, $default);
64 // @todo ideally this would be handled using a second class of "default"
77 if ($idx_default !== false) unset($default[$idx_default]);
84 // use != 'exists' rather than == 'always' to ensure invalid values default to 'always'
87 (count($default) === count($value)) &&
88 (count($value) === count(array_intersect($value, $default)))
[all...]
/dokuwiki/lib/plugins/config/lang/id/
H A Dintro.txt5 Pengaturan yang ditunjukkan dengan latar belakang merah muda dilindungi dan tidak dapat diubah dengan plugin ini. Pengaturan yang ditunjukkan dengan latar belakang biru adalah nilai bawaan (default) dan pengaturan yang ditunjukkan dengan latar belakang putih telah diatur secara lokal oleh anda. Pengaturan biru dan putih dapat diubah.
/dokuwiki/lib/plugins/logviewer/lang/en/
H A Dintro.txt3 This interface allows you to view the various logs that are written by DokuWiki. By default, there shouldn't be much
/dokuwiki/data/
H A Ddeleted.files114 lib/plugins/authmysql/conf/default.php
180 lib/plugins/authpgsql/conf/default.php
616 lib/tpl/default/_admin.css
617 lib/tpl/default/_fileuploader.css
618 lib/tpl/default/_linkwiz.css
619 lib/tpl/default/_mediamanager.css
620 lib/tpl/default/_mediaoptions.css
621 lib/tpl/default/_subscription.css
622 lib/tpl/default/_tabs.css
623 lib/tpl/default/desig
[all...]
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php62 * @param bool $mdbUseDefaults Indicates whether the store should use the default quota, rather than the per-mailbox quota.
124 // We do not have to demote an email address from the default so we can just add the new proxy address
148 * @param bool $default Make this email address the default address, this is a bit more intensive as we have to demote any existing default addresses
152 public function addAddress($username, $emailAddress, $default = FALSE, $isGUID = false) argument
158 if ($default === true) {
167 // We need to scan existing proxy addresses and demote the default one
168 if (is_array($user[0]["proxyaddresses"]) && $default === true) {
188 // We do not have to demote an email address from the default s
[all...]
/dokuwiki/lib/tpl/dokuwiki/
H A Dtemplate.info.txt6 desc DokuWiki's default template since 2012
/dokuwiki/lib/plugins/config/
H A Dstyle.css119 #config__manager tr.default .input,
120 #config__manager tr.default input,
121 #config__manager tr.default textarea,
122 #config__manager tr.default select,
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php448 $default = $this->getLang('unknown');
467 : $default);
474 : $default);
507 : $default);

12