Lines Matching defs:last
31 protected $last = 0; // index of the last user to be displayed
37 protected $lastdisabled = false; // set to true if last user is unknown and last button is hence buggy
181 case 'last':
222 $this->last,
300 echo '<button type="submit" name="fn[last]" ' . $page_buttons['last'] . '>' .
301 $this->lang['last'] . '</button>';
983 $this->last = min($this->users_total, $this->start + $this->pagesize);
1000 $buttons['last'] = $disabled;
1003 $buttons['last'] = $buttons['next'] =
1008 $buttons['last'] = $disabled;