Home
last modified time | relevance | path

Searched +full:topuser +(+path:plugin +path:statistics) -(+path:plugin +path:statistics +path:lang) (Results 1 – 3 of 3) sorted by relevance

/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);
/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