Home
last modified time | relevance | path

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

/plugin/sphinxsearch/
Dsphinxapi.php413 var $_arrayresult; ///< whether $result["matches"] should be a hash or an array variable in SphinxClient
461 $this->_arrayresult = false;
897 $this->_arrayresult = $arrayresult;
1208 if ( $this->_arrayresult )
1250 if ( $this->_arrayresult )
/plugin/sphinxsearch-was/
H A Dsphinxapi.php395 var $_arrayresult; ///< whether $result["matches"] should be a hash or an array variable in SphinxClient
443 $this->_arrayresult = false;
861 $this->_arrayresult = $arrayresult;
1176 if ($this->_arrayresult)
1216 if ($this->_arrayresult)
/plugin/sphinxsearchwas/
Dsphinxapi.php167 public $_arrayresult = false; variable in SphinxClient
402 $this->_arrayresult = $arrayresult;
623 …if ($this->_arrayresult) $result["matches"][] = ["id" => $doc, "weight" => $weight, "attrs" => $at…