Searched refs:cando (Results 1 – 13 of 13) sorted by relevance
23 protected $cando = [ variable in dokuwiki\\Extension\\AuthPlugin68 return array_keys($this->cando);90 return ($this->cando['modPass'] ||91 $this->cando['modName'] ||92 $this->cando['modMail']);95 return ($this->cando['modPass'] ||96 $this->cando['modName'] ||97 $this->cando['modMail'] ||98 $this->cando['modLogin'] ||99 $this->cando['modGroups'] ||[all …]
19 public function __construct($cando = []) { argument23 $this->cando['addUser'] = true;24 $this->cando['delUser'] = true;27 $this->cando = array_merge($this->cando, $cando);
50 $this->cando[$op] = $canDo;
43 $this->cando['addUser'] = true;44 $this->cando['delUser'] = true;45 $this->cando['modLogin'] = true;46 $this->cando['modPass'] = true;47 $this->cando['modName'] = true;48 $this->cando['modMail'] = true;49 $this->cando['modGroups'] = true;51 $this->cando['getUsers'] = true;52 $this->cando['getUserCount'] = true;53 $this->cando['getGroups'] = true;
13 $this->cando['delUser'] = $canDeleteUser;
63 $this->cando['addUser'] = $this->checkConfig(68 $this->cando['delUser'] = $this->checkConfig(73 $this->cando['modLogin'] = $this->checkConfig(78 $this->cando['modPass'] = $this->checkConfig(83 $this->cando['modName'] = $this->checkConfig(88 $this->cando['modMail'] = $this->checkConfig(93 $this->cando['modGroups'] = $this->checkConfig(98 $this->cando['getUsers'] = $this->checkConfig(103 $this->cando['getUserCount'] = $this->checkConfig(108 $this->cando['getGroups'] = $this->checkConfig(
3 Hai unha versión máis nova do documento que editaches. Isto sucede cando outro usuario mudou o docu…
86 cando
127 $this->cando['modName'] = (bool)$this->conf['update_name'];128 $this->cando['modMail'] = (bool)$this->conf['update_mail'];129 $this->cando['getUserCount'] = true;720 $this->cando['modPass'] = true;722 $this->cando['modPass'] = false;731 $this->cando['getUsers'] = true;733 $this->cando['getUsers'] = false;
5 Animámoste a levar a cabo este proceso de cando en vez para manteres informados aos desenvolvedores…
776 foreach ($auth->getCapabilities() as $cando) {777 echo ' ' . str_pad($cando, 16) . ' => ' . (int)$auth->canDo($cando) . DOKU_LF;
512 * @param bool $cando whether auth backend is capable to do this action517 protected function htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0) argument519 $class = $cando ? '' : ' class="disabled"';537 if ($cando) {
44 $this->cando['modPass'] = $this->getConf('modPass');639 $this->cando['getUsers'] = true;