Home
last modified time | relevance | path

Searched refs:searchphrases (Results 1 – 2 of 2) sorted by last modified time

/plugin/statistics/inc/
H A DStatisticsQuery.class.php216 public function searchphrases($extern, $tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
/plugin/statistics/
H A Dadmin.php60 'searchphrases',
294 $result = $this->hlp->Query()->searchphrases(true, $this->tlimit, $this->start, 15);
296 echo '<a href="?do=admin&amp;page=statistics&amp;opt=searchphrases&amp;f=' . $this->from . '&amp;t=' . $this->to . '" class="more button">' . $this->getLang('more') . '</a>';
426 $result = $this->hlp->Query()->searchphrases(true, $this->tlimit, $this->start, 150);
438 $result = $this->hlp->Query()->searchphrases(false, $this->tlimit, $this->start, 150);