Home
last modified time | relevance | path

Searched refs:protected (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingCompression.php10 protected $choices = ['0']; // 0 = no compression, always supported
13 public function initialize($default = null, $local = null, $protected = null) argument
20 parent::initialize($default, $local, $protected);
H A DSettingLicense.php10 protected $choices = ['']; // none choosen
13 public function initialize($default = null, $local = null, $protected = null) argument
22 parent::initialize($default, $local, $protected);
H A DSettingDirchoice.php10 protected $dir = '';
13 public function initialize($default = null, $local = null, $protected = null) argument
32 parent::initialize($default, $local, $protected);
H A DSettingAuthtype.php11 public function initialize($default = null, $local = null, $protected = null) argument
21 parent::initialize($default, $local, $protected);
H A DSettingRenderer.php16 protected $prompts = [];
17 protected $format;
20 public function initialize($default = null, $local = null, $protected = null)
34 parent::initialize($default, $local, $protected);
18 initialize($default = null, $local = null, $protected = null) global() argument
H A DSetting.php13 protected $key = '';
16 protected $default;
18 protected $local;
19 /** @var mixed the protected value of this setting */ variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting
20 protected $protected;
23 protected static $validCautions = ['warning', 'danger', 'security'];
25 protected $pattern = '';
26 protected $error = false; // only used by those classes which error check
27 protected
60 initialize($default = null, $local = null, $protected = null) global() argument
[all...]
/dokuwiki/lib/plugins/config/
H A Dstyle.css128 #config__manager tr.protected .input,
129 #config__manager tr.protected input,
130 #config__manager tr.protected textarea,
131 #config__manager tr.protected select,
132 #config__manager tr.protected .selection {
/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/authplain/
H A Dauth.php18 protected $users;
21 protected $pattern = [];
24 protected $pregsplit_safe = false;
109 protected function createUserLine($user, $pass, $name, $mail, $grps)
191 // don't modify protected users
192 if (!empty($userinfo['protected'])) {
193 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
247 // don't delete protected users
248 if (!empty($this->users[$user]['protected'])) {
249 msg(sprintf($this->getLang('protected'), hs
[all...]
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php23 protected $settings = [];
25 protected $undefined = [];
28 protected $metadata;
30 protected $default;
32 protected $local;
33 /** @var array all protected settings */
34 protected $protected; variable in dokuwiki\\plugin\\config\\core\\Configuration
37 protected $changed = false;
40 protected
[all...]
/dokuwiki/conf/
H A Dmysql.conf.php.example18 * To use this configuration you have to copy them to local.protected.php
19 * or at least include this file in local.protected.php.
43 /* Multiple table operations will be protected by locks. This array tells
/dokuwiki/inc/
H A Dparserutils.php360 $protected = ['description', 'date', 'contributor'];
383 } elseif (in_array($key, $protected)) {
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md35 protected function setup(Options $options)
42 protected function main(Options $options)
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG36 - Add public/protected method & property visibility.