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 D | Browscap.php | 255 * @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 D | StatisticsGraph.class.php | 159 public function browsers() { function in StatisticsGraph 160 $this->sumUpPieChart('browsers', 'ua_info');
|
H A D | StatisticsQuery.class.php | 120 * 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 D | admin.php | 66 'browsers', 353 $this->html_graph('browsers', 400, 200); 354 $result = $this->hlp->Query()->browsers($this->tlimit, $this->start, 150, true);
|