Searched refs:users_total (Results 1 – 1 of 1) sorted by relevance
29 protected $users_total = 0; // number of registered users variable in admin_plugin_usermanager169 …$this->users_total = $this->auth->canDo('getUserCount') ? $this->auth->getUserCount($this->filter)…183 $this->start = $this->users_total;219 if ($this->users_total > 0) {224 $this->users_total,228 if ($this->users_total < 0) {259 if ($this->users_total) {979 if ($this->start >= $this->users_total) {980 $this->start = $this->users_total - $this->pagesize;984 $this->last = min($this->users_total, $this->start + $this->pagesize);[all …]