Home
last modified time | relevance | path

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

/plugin/lastseen/
H A Dadmin.php456 … $html .= $this->pagerLink($id, $page - 1, $sort, $order, $filters, '‹', 'pager_prev');
467 $html .= $this->pagerLink($id, $p, $sort, $order, $filters, (string) $p, '');
472 … $html .= $this->pagerLink($id, $page + 1, $sort, $order, $filters, '›', 'pager_next');
492 protected function pagerLink($id, $p, $sort, $order, array $filters, $text, $titleKey) function in admin_plugin_lastseen
/plugin/annotations/
H A Dadmin.php587 $html .= $this->pagerLink($page - 1, '‹', 'pager_prev');
598 $html .= $this->pagerLink($p, (string) $p, '');
603 $html .= $this->pagerLink($page + 1, '›', 'pager_next');
619 protected function pagerLink($p, $text, $titleKey) function in admin_plugin_annotations
/plugin/usersettings/
H A Dadmin.php706 … $html .= $this->pagerLink($page - 1, $sort, $dir, $setFilter, $qfilters, '‹', 'pager_prev');
717 $html .= $this->pagerLink($p, $sort, $dir, $setFilter, $qfilters, (string) $p, '');
722 … $html .= $this->pagerLink($page + 1, $sort, $dir, $setFilter, $qfilters, '›', 'pager_next');
742 protected function pagerLink($p, $sort, $dir, $setFilter, array $qfilters, $text, $titleKey) function in admin_plugin_usersettings
/plugin/slider/
Djquery.bxslider.js777 var pagerLink = $(e.currentTarget);
778 var pagerIndex = parseInt(pagerLink.attr('data-slide-index'));