.oO SearXNG Developer Documentation Oo.
|
Go to the source code of this file.
Namespaces | |
namespace | searx |
namespace | searx.plugins |
namespace | searx.plugins.hash_plugin |
Functions | |
searx.plugins.hash_plugin.post_search (_request, search) | |
Variables | |
str | searx.plugins.hash_plugin.name = "Hash plugin" |
searx.plugins.hash_plugin.description = gettext("Converts strings to different hash digests.") | |
bool | searx.plugins.hash_plugin.default_on = True |
str | searx.plugins.hash_plugin.preference_section = 'query' |
list | searx.plugins.hash_plugin.query_keywords = ['md5', 'sha1', 'sha224', 'sha256', 'sha384', 'sha512'] |
str | searx.plugins.hash_plugin.query_examples = 'sha512 The quick brown fox jumps over the lazy dog' |
searx.plugins.hash_plugin.parser_re = re.compile('(md5|sha1|sha224|sha256|sha384|sha512) (.*)', re.I) | |