Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php378 var $_cutoff; ///< cutoff to stop searching at (default is 0) variable in SphinxClient
426 $this->_cutoff = 0;
672 $this->_cutoff = $cutoff;
986 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);
/plugin/sphinxsearch/
H A Dsphinxapi.php396 var $_cutoff; ///< cutoff to stop searching at (default is 0) variable in SphinxClient
444 $this->_cutoff = 0;
706 $this->_cutoff = $cutoff;
1024 $req .= pack ( "NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay );