Home
last modified time | relevance | path

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

/plugin/statistics/inc/
H A DBrowscap.php255 * @return stdClass|array the object containing the browsers details. Array if
500 $browsers = parse_ini_file($ini_path, true, INI_SCANNER_RAW);
502 $browsers = parse_ini_file($ini_path, true);
505 $this->_source_version = $browsers[self::BROWSCAP_VERSION_KEY]['Version'];
506 unset($browsers[self::BROWSCAP_VERSION_KEY]);
508 unset($browsers['DefaultProperties']['RenderingEngine_Description']);
510 $this->_properties = array_keys($browsers['DefaultProperties']);
520 $tmp_user_agents = array_keys($browsers);
532 if (empty($browsers[$user_agent]['Comment']) || strpos($user_agent, '*') !== false || strpos($user_agent, '?') !== false)
551 if (!empty($browsers[
[all...]
H A DStatisticsGraph.class.php159 public function browsers() { function in StatisticsGraph
160 $this->sumUpPieChart('browsers', 'ua_info');
H A DStatisticsQuery.class.php120 * standard statistics follow, only accesses made by browsers are counted
361 public function browsers($tlimit, $start = 0, $limit = 20, $ext = true) { function in StatisticsQuery
/plugin/statistics/
H A Dadmin.php66 'browsers',
353 $this->html_graph('browsers', 400, 200);
354 $result = $this->hlp->Query()->browsers($this->tlimit, $this->start, 150, true);