Home
last modified time | relevance | path

Searched refs:grpsusers (Results 1 – 1 of 1) sorted by path

/dokuwiki/lib/plugins/authad/
H A Dauth.php72 protected $grpsusers = [];
415 if (!isset($this->grpsusers[$this->filterToString($filter)])) {
418 count($this->grpsusers[$this->filterToString($filter)]) <
425 count($this->grpsusers[$this->filterToString($filter)])
428 $result = $this->grpsusers[$this->filterToString($filter)];
478 if (isset($this->grpsusers[$this->filterToString($filter)])) {
479 $actualstart = count($this->grpsusers[$this->filterToString($filter)]);
481 $this->grpsusers[$this->filterToString($filter)] = [];
496 $this->grpsusers[$this->filterToString($filter)][$user] = $info;
549 !isset($this->grpsusers[
69 protected $grpsusers = array(); global() variable in auth_plugin_authad
[all...]