Searched refs:searchphrases (Results 1 – 2 of 2) sorted by relevance
/plugin/statistics/ |
H A D | admin.php | 294 $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 D | StatisticsQuery.class.php | 216 public function searchphrases($extern, $tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
|