Home
last modified time | relevance | path

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

/plugin/statistics/
H A Ddb.sql16 `os` VARCHAR(32)
223 `os` VARCHAR(32) NOT NULL,
H A Dadmin.php67 'os',
388 $this->html_graph('os', 400, 200);
389 $result = $this->hlp->Query()->os($this->tlimit, $this->start, 150, true);
542 $this->html_icon('os', $v);
/plugin/statistics/inc/
H A DStatisticsLogger.class.php328 $os = addslashes($this->ua_platform);
350 os = '$os',
401 $os = addslashes($this->ua_platform);
424 os = '$os',
H A DStatisticsQuery.class.php121 * for general stats like browser or OS only visitors not pageviews are counted
380 public function os($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
381 $sql = "SELECT COUNT(DISTINCT session) as cnt, os as osflag, os
385 GROUP BY os
386 ORDER BY cnt DESC, os" .
H A DStatisticsGraph.class.php163 public function os() { function in StatisticsGraph
164 $this->sumUpPieChart('os', 'os');