Home
last modified time | relevance | path

Searched refs:filterToString (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/lib/plugins/authad/
H A Dauth.php415 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)];
449 protected function 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[$this->filterToString(
438 protected function filterToString($filter) global() function in auth_plugin_authad
[all...]