Home
last modified time | relevance | path

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

/plugin/statistics/inc/
H A DStatisticsGraph.class.php167 public function topuser() { function in StatisticsGraph
168 $this->sumUpPieChart('topuser', 'user');
H A DStatisticsQuery.class.php391 public function topuser($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
/plugin/statistics/
H A Dadmin.php47 'topuser',
360 $this->html_graph('topuser', 400, 200);
361 $result = $this->hlp->Query()->topuser($this->tlimit, $this->start, 150, true);