Searched refs:grpsusers (Results 1 – 1 of 1) sorted by relevance
73 protected $grpsusers = []; variable in auth_plugin_authad416 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)];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 …]