Home
last modified time | relevance | path

Searched refs:SetMatchMode (Results 1 – 25 of 39) sorted by relevance

12

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/ruby/spec/fixtures/
H A Dmatch_all.php6 $cl->SetMatchMode(SPH_MATCH_ALL);
H A Dmatch_any.php6 $cl->SetMatchMode(SPH_MATCH_ANY);
H A Dmatch_extended2.php6 $cl->SetMatchMode(SPH_MATCH_EXTENDED2);
H A Dmatch_extended.php6 $cl->SetMatchMode(SPH_MATCH_EXTENDED);
H A Dmatch_boolean.php6 $cl->SetMatchMode(SPH_MATCH_BOOLEAN);
H A Dmatch_phrase.php6 $cl->SetMatchMode(SPH_MATCH_PHRASE);
H A Dmatch_fullscan.php6 $cl->SetMatchMode(SPH_MATCH_FULLSCAN);
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/ruby/spec/fixtures/
H A Dmatch_all.php6 $cl->SetMatchMode(SPH_MATCH_ALL);
H A Dmatch_extended.php6 $cl->SetMatchMode(SPH_MATCH_EXTENDED);
H A Dmatch_boolean.php6 $cl->SetMatchMode(SPH_MATCH_BOOLEAN);
H A Dmatch_extended2.php6 $cl->SetMatchMode(SPH_MATCH_EXTENDED2);
H A Dmatch_fullscan.php6 $cl->SetMatchMode(SPH_MATCH_FULLSCAN);
H A Dmatch_phrase.php6 $cl->SetMatchMode(SPH_MATCH_PHRASE);
H A Dmatch_any.php6 $cl->SetMatchMode(SPH_MATCH_ANY);
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/misc/suggest/
H A Dsuggest.php84 $cl->SetMatchMode ( SPH_MATCH_EXTENDED2 );
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/misc/suggest/
H A Dsuggest.php81 $cl->SetMatchMode ( SPH_MATCH_EXTENDED2 );
/dports/www/phpbb3/phpBB3/phpbb/search/
H A Dfulltext_sphinx.php448 $this->sphinx->SetMatchMode(SPH_MATCH_EXTENDED);
455 $this->sphinx->SetMatchMode(SPH_MATCH_ANY);
805 $this->sphinx->SetMatchMode(SPH_MATCH_FULLSCAN);
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/
H A Dtest.py80 cl.SetMatchMode ( mode )
H A Dtest.php107 $cl->SetMatchMode ( $mode );
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/
H A Dtest.py81 cl.SetMatchMode ( mode )
H A Dtest.php108 $cl->SetMatchMode ( $mode );
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/java/
H A Dtest.java82 cl.SetMatchMode ( mode ); in main()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/java/
H A Dtest.java82 cl.SetMatchMode ( mode ); in main()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/ruby/spec/
H A Dclient_spec.rb173 @sphinx.SetMatchMode(Sphinx::Client::const_get("SPH_MATCH_#{match.to_s.upcase}"))
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/ruby/spec/
H A Dclient_spec.rb173 @sphinx.SetMatchMode(Sphinx::Client::const_get("SPH_MATCH_#{match.to_s.upcase}"))

12