name | type | implicit value |
---|---|---|
hidden_query_warning_template | string | "warning: command-line args overriding stored query\n" |
No parameters.
| ||
duplicate_word_template | string | "warning: word \"%0\" is duplicate\n" |
Duplicate word warning.
| ||
sought_header_template | string | "searching for words:\n" |
Header of a list of sought words (printed when
they're different from what the user entered - i. e. when punctuation is stripped
off them). No parameters.
| ||
sought_primary_variant_template | string | "\t%0" |
Primary variant of sought word.
| ||
sought_secondary_variant_template | string | " %0" |
Secondary variant of sought word.
| ||
sought_variant_end_template | string | "\n" |
End of word variants. No parameters.
| ||
not_found_header_template | string | "warning: the following words are not indexed:\n" |
Header of a list of unindexed words. No parameters.
| ||
not_found_template | string | "\t%0\n" |
Unindexed word warning.
| ||
no_words_warning_template | string | "specify words to search for\n" |
No parameters.
| ||
timeout_error_template | string | "error: search timed out\n" |
No parameters.
|
Up: output options | Top: locus homepage |