Home
last modified time | relevance | path

Searched refs:SetLimits (Results 1 – 6 of 6) sorted by relevance

/plugin/sphinxsearch/
DSphinxSearch.php81 $this->_sphinx->SetLimits($start, $resultsPerPage+100, 1000);
Dsphinxapi.php694 function SetLimits ( $offset, $limit, $max=0, $cutoff=0 ) function in SphinxClient
/plugin/sphinxsearch-was/
H A DSphinxSearch.php82 $this->_sphinx->SetLimits($start, $resultsPerPage + 100, 1000);
H A Dsphinxapi.php660 function SetLimits($offset, $limit, $max = 0, $cutoff = 0) function in SphinxClient
/plugin/sphinxsearchwas/
DSphinxSearch.php46 $this->_sphinx->SetLimits($start, $resultsPerPage + 50);
Dsphinxapi.php331 public function SetLimits(int $offset, int $limit, int $max = 0, int $cutoff = 0): void { function in SphinxClient