/dokuwiki/lib/plugins/config/core/Setting/ |
H A D | SettingCompression.php | 13 public function initialize($default = null, $local = null, $protected = null) argument 20 parent::initialize($default, $local, $protected);
|
H A D | SettingLicense.php | 13 public function initialize($default = null, $local = null, $protected = null) argument 22 parent::initialize($default, $local, $protected);
|
H A D | SettingDirchoice.php | 13 public function initialize($default = null, $local = null, $protected = null) argument 32 parent::initialize($default, $local, $protected);
|
H A D | SettingAuthtype.php | 11 public function initialize($default = null, $local = null, $protected = null) argument 21 parent::initialize($default, $local, $protected);
|
H A D | SettingRenderer.php | 20 public function initialize($default = null, $local = null, $protected = null) argument 34 parent::initialize($default, $local, $protected);
|
H A D | Setting.php | 20 protected $protected; variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting 60 * @param mixed $protected protected setting value 62 public function initialize($default = null, $local = null, $protected = null) argument 66 $this->protected = $this->cleanValue($protected); 202 $value = $this->protected;
|
/dokuwiki/lib/plugins/config/ |
H A D | style.css | 128 #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 D | intro.txt | 5 Settings shown with a light red background are protected and can not be altered with this plugin. S…
|
/dokuwiki/lib/plugins/authplain/ |
H A D | auth.php | 399 $protected = $this->readUserFile($config_cascade['plainauth.users']['protected']); 400 foreach (array_keys($protected) as $key) { 401 $protected[$key]['protected'] = true; 403 $this->users = array_merge($this->users, $protected);
|
/dokuwiki/lib/plugins/config/core/ |
H A D | Configuration.php | 34 protected $protected; variable in dokuwiki\\plugin\\config\\core\\Configuration
|
/dokuwiki/conf/ |
H A D | mysql.conf.php.example | 18 * 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 D | parserutils.php | 360 $protected = ['description', 'date', 'contributor']; 383 } elseif (in_array($key, $protected)) {
|
/dokuwiki/vendor/splitbrain/php-cli/ |
H A D | README.md | 35 protected function setup(Options $options) 42 protected function main(Options $options)
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 38 - Add public/protected method & property visibility.
|