Searched refs:_user_total (Results 1 – 3 of 3) sorted by relevance
16 var $_user_total = 0; // number of registered users variable in admin_plugin_botbouncer_clean108 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…115 case 'last' : $this->_start = $this->_user_total; break;134 if ($this->_start >= $this->_user_total) {135 $this->_start = $this->_user_total - $this->_pagesize;139 $this->_last = min($this->_user_total, $this->_start + $this->_pagesize);
26 protected $_user_total = 0; variable in admin_plugin_authg2fa86 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…93 case 'last' : $this->_start = $this->_user_total; break;175 if ($this->_start >= $this->_user_total) {176 $this->_start = $this->_user_total - $this->_pagesize;180 $this->_last = min($this->_user_total, $this->_start + $this->_pagesize);215 if ($this->_user_total == -1) {219 …t'] = $buttons['next'] = (($this->_start + $this->_pagesize) >= $this->_user_total) ? $disabled : …
60 var $_user_total = 0; // number of registered users variable in syntax_plugin_groupmanager367 …$this->_user_total = $this->_auth->canDo('getUserCount') ? $this->_auth->getUserCount($this->_filt…382 $this->_start = $this->_user_total;414 if ($this->_user_total > 0) {415 …printf($this->lang['summary'], $this->_start + 1, $this->_last, $this->_user_total, $this->_auth->…904 if ($this->_start >= $this->_user_total) {905 $this->_start = $this->_user_total - $this->_pagesize;909 $this->_last = min($this->_user_total, $this->_start + $this->_pagesize);922 if ($this->_user_total == -1) {926 …t'] = $buttons['next'] = (($this->_start + $this->_pagesize) >= $this->_user_total) ? $disabled : …