Go to the source code of this file.
|
| resetcperm () |
|
| print_stat (&$stat) |
|
| print_stat_search ($stat) |
|
| print_stat_search_fam (&$stat, &$fam, &$table) |
|
| print_stat_search_distinct ($stat) |
|
| print_stat_search_fam_distinct (&$stat, &$fam, &$table) |
|
| print_stat_regex ($stat) |
|
| print_stat_regex_fam (&$stat, &$fam, &$table) |
|
| print_stat_regex_distinct ($stat) |
|
| print_stat_regex_fam_distinct (&$stat, &$fam, &$table) |
|
| print_stat_fulltext (&$stat) |
|
| print_stat_fulltext_fam (&$stat, &$fam, $table) |
|
| print_stat_fulltext_distinct (&$stat) |
|
| print_stat_fulltext_fam_distinct (&$stat, &$fam, $table) |
|
| bench (&$stat) |
|
| bench_search_fam_all (&$stat) |
|
| bench_search_fam (&$stat, &$fam) |
|
| bench_search_fam_no_order (&$stat, &$fam) |
|
| bench_search_fam_order_by_title (&$stat, &$fam) |
|
| bench_search_fam_order_by_cdate (&$stat, &$fam) |
|
| bench_search_fam_order_by_id (&$stat, &$fam) |
|
| bench_regex_fam_no_order (&$stat, &$fam) |
|
| bench_regex_fam_order_by_title (&$stat, &$fam) |
|
| bench_regex_fam_order_by_cdate (&$stat, &$fam) |
|
| bench_regex_fam_order_by_id (&$stat, &$fam) |
|
| bench_fulltext_fam_no_order (&$stat, &$fam) |
|
| bench_fulltext_fam_order_by_title (&$stat, &$fam) |
|
| bench_fulltext_fam_order_by_cdate (&$stat, &$fam) |
|
| bench_fulltext_fam_order_by_id (&$stat, &$fam) |
|
| bench_fulltext_fam_order_by_rank (&$stat, &$fam) |
|
| bench_searchdoc ($opt) |
|
| bench_info ($stat) |
|
bench_fulltext_fam_no_order |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_fulltext_fam_order_by_cdate |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_fulltext_fam_order_by_id |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_fulltext_fam_order_by_rank |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_fulltext_fam_order_by_title |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_regex_fam_no_order |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_regex_fam_order_by_cdate |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_regex_fam_order_by_id |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_regex_fam_order_by_title |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_search_fam |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_search_fam_all |
( |
& |
$stat | ) |
|
bench_search_fam_no_order |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_search_fam_order_by_cdate |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_search_fam_order_by_id |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
bench_search_fam_order_by_title |
( |
& |
$stat, |
|
|
& |
$fam |
|
) |
| |
print_stat_fulltext |
( |
& |
$stat | ) |
|
print_stat_fulltext_distinct |
( |
& |
$stat | ) |
|
print_stat_fulltext_fam |
( |
& |
$stat, |
|
|
& |
$fam, |
|
|
|
$table |
|
) |
| |
print_stat_fulltext_fam_distinct |
( |
& |
$stat, |
|
|
& |
$fam, |
|
|
|
$table |
|
) |
| |
print_stat_regex |
( |
|
$stat | ) |
|
print_stat_regex_distinct |
( |
|
$stat | ) |
|
print_stat_regex_fam |
( |
& |
$stat, |
|
|
& |
$fam, |
|
|
& |
$table |
|
) |
| |
print_stat_regex_fam_distinct |
( |
& |
$stat, |
|
|
& |
$fam, |
|
|
& |
$table |
|
) |
| |
print_stat_search |
( |
|
$stat | ) |
|
print_stat_search_distinct |
( |
|
$stat | ) |
|
print_stat_search_fam |
( |
& |
$stat, |
|
|
& |
$fam, |
|
|
& |
$table |
|
) |
| |
print_stat_search_fam_distinct |
( |
& |
$stat, |
|
|
& |
$fam, |
|
|
& |
$table |
|
) |
| |
if ($dbaccess_freedom=="") $dbaccess_core = $action->getParam('CORE_DB') |
$dbaccess_freedom = $action->getParam('FREEDOM_DB') |
if ($dbaccess_core=="") $default_famid = 0 |
$default_resetcperm = 'no' |
$parms['famid'] = getHttpVars('famid', $default_famid) |
if (!is_numeric($parms['famid'])) $parms['word'] = getHttpVars('word', $default_word) |
if ($parms['word']=="") $parms['limit'] = getHttpVars('limit', $default_limit) |