Home
last modified time | relevance | path

Searched defs:total_match_count (Results 1 – 5 of 5) sorted by relevance

/dports/chinese/phpbb3-tw/phpBB3/
H A Dsearch.php470 $total_match_count = 0; variable
499 $total_match_count = sizeof($id_ary); variable
506 $total_match_count = $total_matches_limit; variable
535 …$total_match_count = $search->keyword_search($show_results, $search_fields, $search_terms, $sort_b… variable
540 …$total_match_count = $search->author_search($show_results, $firstpost_only, $sort_by_sql, $sort_ke… variable
/dports/www/phpbb3/phpBB3/
H A Dsearch.php546 $total_match_count = 0; variable
575 $total_match_count = count($id_ary); variable
582 $total_match_count = $total_matches_limit; variable
603 …$total_match_count = $search->keyword_search($show_results, $search_fields, $search_terms, $sort_b… variable
608 …$total_match_count = $search->author_search($show_results, $firstpost_only, $sort_by_sql, $sort_ke… variable
/dports/chinese/phpbb-tw/phpBB2/
H A Dsearch.php271 $total_match_count = count($search_ids); variable
393 $total_match_count = count($search_ids); variable
535 $total_match_count = sizeof($search_ids); variable
603 $total_match_count = count($search_ids); variable
637 $total_match_count = count($search_ids); variable
/dports/www/phpbb/phpBB2/
H A Dsearch.php271 $total_match_count = count($search_ids); variable
393 $total_match_count = count($search_ids); variable
535 $total_match_count = sizeof($search_ids); variable
603 $total_match_count = count($search_ids); variable
637 $total_match_count = count($search_ids); variable
/dports/textproc/htdig/htdig-3.2.0b6/libhtdig/
H A Dlibhtdig_htsearch.cc358 int total_match_count = 0; in htsearch_query() local