templates of warning strings
nametypeimplicit value
hidden_query_warning_templatestring"warning: command-line args overriding stored query\n"
No parameters.

duplicate_word_templatestring"warning: word \"%0\" is duplicate\n"
Duplicate word warning.
  • %0 - the word

sought_header_templatestring"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_templatestring"\t%0"
Primary variant of sought word.
  • %0 - the word

sought_secondary_variant_templatestring" %0"
Secondary variant of sought word.
  • %0 - the word

sought_variant_end_templatestring"\n"
End of word variants. No parameters.

not_found_header_templatestring"warning: the following words are not indexed:\n"
Header of a list of unindexed words. No parameters.

not_found_templatestring"\t%0\n"
Unindexed word warning.
  • %0 - the word

no_words_warning_templatestring"specify words to search for\n"
No parameters.

timeout_error_templatestring"error: search timed out\n"
No parameters.

Up: output options Top: locus homepage