Lines Matching refs:users_total
29 protected $users_total = 0; // number of registered users variable in admin_plugin_usermanager
169 …$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);
1000 if ($this->users_total == -1) {
1005 (($this->start + $this->pagesize) >= $this->users_total) ? $disabled : '';