Go to the source code of this file.
Functions | |
| search_results () | |
| matches_text ($num) | |
| report_matches () | |
| end_form ($value) | |
| readInt ($file) | |
| readString ($file) | |
| readHeader ($file) | |
| computeIndex ($word) | |
| search ($file, $word, &$statsList) | |
| combine_results ($results, &$docs) | |
| filter_results ($docs, &$requiredWords, &$forbiddenWords) | |
| compare_rank ($a, $b) | |
| sort_results ($docs, &$sorted) | |
| report_results (&$docs) | |
| main () | |
| combine_results | ( | $ | results, | |
| &$ | docs | |||
| ) |
| compare_rank | ( | $ | a, | |
| $ | b | |||
| ) |
Definition at line 265 of file search.php.
| computeIndex | ( | $ | word | ) |
| end_form | ( | $ | value | ) |
| filter_results | ( | $ | docs, | |
| &$ | requiredWords, | |||
| &$ | forbiddenWords | |||
| ) |
| main | ( | ) |
Definition at line 323 of file search.php.
References align(), combine_results(), end_form(), filter_results(), readHeader(), report_results(), search(), and sort_results().
Referenced by os::create_thread().
Here is the call graph for this function:

| matches_text | ( | $ | num | ) |
Definition at line 27 of file search.php.
| readHeader | ( | $ | file | ) |
| readInt | ( | $ | file | ) |
| readString | ( | $ | file | ) |
| report_matches | ( | ) |
Definition at line 43 of file search.php.
| report_results | ( | &$ | docs | ) |
| search | ( | $ | file, | |
| $ | word, | |||
| &$ | statsList | |||
| ) |
Definition at line 97 of file search.php.
References computeIndex(), readInt(), and readString().
Referenced by main().
Here is the call graph for this function:

| search_results | ( | ) |
Definition at line 22 of file search.php.
| sort_results | ( | $ | docs, | |
| &$ | sorted | |||
| ) |
1.4.7