Home
last modified time | relevance | path

Searched +full:protected -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 201 – 225 of 291) sorted by last modified time

12345678910>>...12

/dokuwiki/inc/
H A DTaskRunner.php76 protected function sendGIF()
98 protected function runTrimRecentChanges($media_changes = false)
196 protected function runIndexer()
218 protected function runSitemapper()
232 protected function sendDigest()
/dokuwiki/inc/Ui/
H A DAdmin.php20 protected $forAdmins = ['usermanager', 'acl', 'extension', 'config', 'logviewer', 'styling'];
21 protected $forManagers = ['revert', 'popularity'];
23 protected $menu;
49 protected function showMenu($type)
70 protected function showVersion()
90 protected function showSecurityCheck()
104 protected function showMenuItem($item)
127 protected function getPluginList()
175 protected function menuSort($a, $b)
/dokuwiki/lib/plugins/authldap/
H A Dauth.php18 protected $con;
21 protected $bound = 0; // 0: anonymous, 1: user, 2: superuser
24 protected $users;
27 protected $pattern;
164 protected function fetchUserData($user, $inbind = false)
458 protected function makeFilter($filter, $placeholders)
484 protected function filter($user, $info)
506 protected function constructPattern($filter)
523 protected function filterEscape($string)
539 protected functio
[all...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingUndefined.php13 protected $errorMessage = '_msg_setting_undefined';
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...]
H A DSettingArray.php16 protected function fromString($string)
31 protected function fromArray($array)
71 $value = $this->protected;
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 DSettingDirchoice.php10 protected $dir = '';
13 public function initialize($default = null, $local = null, $protected = null) argument
32 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 DSettingMulticheckbox.php10 protected $choices = [];
11 protected $combine = [];
12 protected $other = 'always';
43 $value = $this->protected;
112 protected function str2array($str)
139 protected function array2str($input)
H A DSettingMultichoice.php10 protected $choices = [];
20 $value = $this->protected;
H A DSettingNoClass.php12 protected $errorMessage = '_msg_setting_no_class';
H A DSettingNumeric.php13 protected $pattern = '/^[-+]? *\d+ *(?:[-+*] *\d+ *)*$/';
14 protected $min;
15 protected $max;
H A DSettingPassword.php10 protected $code = 'plain'; // mechanism to be used to obscure passwords
H A DSettingRegex.php10 protected $delimiter = '/'; // regex delimiter to be used in testing input
11 protected $pregflags = 'ui'; // regex pattern modifiers to be used in testing input
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG36 - Add public/protected method & property visibility.
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dabap.php123 'protected section',
297 'create protected',
H A Dactionscript3.php71 'throw', 'this', 'switch', 'super', 'set', 'return', 'public', 'protected',
H A Dada.php67 'procedure', 'protected', 'raise', 'range', 'record', 'renames',
H A Dboo.php67 'public', 'private', 'protected', 'internal'
H A Dcobol.php261 'PROPERTY', 'PROPERTY-ID', 'PROPERTY-VALUE', 'PROTECTED',
H A Dcpp-qt.php94 'virtual', 'public', 'private', 'protected', 'template', 'using', 'namespace',
H A Dcpp-winapi.php103 'virtual', 'public', 'private', 'protected', 'template', 'using', 'namespace',
/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/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...]

12345678910>>...12