Home
last modified time | relevance | path

Searched refs:users_total (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php28 protected $users_total = 0; // number of registered users
168 $this->users_total = $this->auth->canDo('getUserCount') ? $this->auth->getUserCount($this->filter) : -1;
182 $this->start = $this->users_total;
218 if ($this->users_total > 0) {
223 $this->users_total,
227 if ($this->users_total < 0) {
258 if ($this->users_total) {
978 if ($this->start >= $this->users_total) {
979 $this->start = $this->users_total - $this->pagesize;
983 $this->last = min($this->users_total,
23 protected $users_total = 0; // number of registered users global() variable in admin_plugin_usermanager
[all...]