Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/
H A Dauth.php416 if (!isset($this->grpsusers[$this->filterToString($filter)])) {
419 count($this->grpsusers[$this->filterToString($filter)]) <
426 count($this->grpsusers[$this->filterToString($filter)])
429 $result = $this->grpsusers[$this->filterToString($filter)];
450 protected function filterToString($filter) function in auth_plugin_authad
479 if (isset($this->grpsusers[$this->filterToString($filter)])) {
480 $actualstart = count($this->grpsusers[$this->filterToString($filter)]);
482 $this->grpsusers[$this->filterToString($filter)] = [];
497 $this->grpsusers[$this->filterToString($filter)][$user] = $info;
550 !isset($this->grpsusers[$this->filterToString($filter)]) ||
[all …]