Home
last modified time | relevance | path

Searched refs:searchphrases (Results 1 – 2 of 2) sorted by relevance

/plugin/statistics/
H A Dadmin.php294 $result = $this->hlp->Query()->searchphrases(true, $this->tlimit, $this->start, 15);
426 $result = $this->hlp->Query()->searchphrases(true, $this->tlimit, $this->start, 150);
438 $result = $this->hlp->Query()->searchphrases(false, $this->tlimit, $this->start, 150);
/plugin/statistics/inc/
H A DStatisticsQuery.class.php216 public function searchphrases($extern, $tlimit, $start = 0, $limit = 20) { function in StatisticsQuery