Home
last modified time | relevance | path

Searched refs:_resultsPerPage (Results 1 – 3 of 3) sorted by relevance

/plugin/sphinxsearch/
DSphinxSearch.php16 private $_resultsPerPage = 10; variable in SphinxSearch
72 $this->_resultsPerPage = $resultsPerPage;
110 if ($counter == $this->_resultsPerPage){
/plugin/sphinxsearch-was/
H A DSphinxSearch.php16 private $_resultsPerPage = 10; variable in SphinxSearch
71 $this->_resultsPerPage = $resultsPerPage;
111 if ($counter == $this->_resultsPerPage) {
/plugin/sphinxsearchwas/
DSphinxSearch.php14 private int $_resultsPerPage = 10; variable in SphinxSearch
39 $this->_resultsPerPage = $resultsPerPage;
68 if (count($results) >= $this->_resultsPerPage) break;