Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php381 var $_anchor; ///< geographical anchor point variable in SphinxClient
429 $this->_anchor = array();
820 …$this->_anchor = array("attrlat" => $attrlat, "attrlong" => $attrlong, "lat" => $lat, "long" => $l…
889 $this->_anchor = array();
990 if (empty($this->_anchor)) {
993 $a = &$this->_anchor;
/plugin/sphinxsearch/
H A Dsphinxapi.php399 var $_anchor; ///< geographical anchor point variable in SphinxClient
447 $this->_anchor = array ();
856 $this->_anchor = array ( "attrlat"=>$attrlat, "attrlong"=>$attrlong, "lat"=>$lat, "long"=>$long );
925 $this->_anchor = array();
1028 if ( empty($this->_anchor) )
1033 $a =& $this->_anchor;