Home
last modified time | relevance | path

Searched refs:searchengines (Results 1 – 3 of 3) sorted by last modified time

/plugin/statistics/inc/
H A DStatisticsQuery.class.php206 public function searchengines($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
H A DStatisticsGraph.class.php155 public function searchengines() { function in StatisticsGraph
156 $this->sumUpPieChart('searchengines', 'engine', 3);
/plugin/statistics/
H A Dadmin.php59 'searchengines',
450 $this->html_graph('searchengines', 400, 200);
451 $result = $this->hlp->Query()->searchengines($this->tlimit, $this->start, 150);
531 include_once(dirname(__FILE__) . '/inc/searchengines.php');