Home
last modified time | relevance | path

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

/plugin/statistics/inc/
H A DStatisticsQuery.class.php437 public function resolution($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
441 CONCAT(ROUND(screen_x/100)*100,'x',ROUND(screen_y/100)*100) as resolution
447 GROUP BY resolution
457 CONCAT(ROUND(view_x/100)*100,'x',ROUND(view_y/100)*100) as resolution
463 GROUP BY resolution
H A DStatisticsGraph.class.php216 public function resolution() { function in StatisticsGraph
217 $result = $this->hlp->Query()->resolution($this->tlimit, 0, 100);
/plugin/statistics/
H A Dadmin.php69 'resolution',
457 $this->html_graph('resolution', 650, 490);
458 $result = $this->hlp->Query()->resolution($this->tlimit, $this->start, 150);