.oO SearXNG Developer Documentation Oo.
|
Go to the source code of this file.
Namespaces | |
namespace | searx |
namespace | searx.plugins |
namespace | searx.plugins.tor_check |
Functions | |
searx.plugins.tor_check.post_search (request, search) | |
Variables | |
bool | searx.plugins.tor_check.default_on = False |
searx.plugins.tor_check.name = gettext("Tor check plugin") | |
searx.plugins.tor_check.description | |
str | searx.plugins.tor_check.preference_section = 'query' |
list | searx.plugins.tor_check.query_keywords = ['tor-check'] |
str | searx.plugins.tor_check.query_examples = '' |
searx.plugins.tor_check.reg = re.compile(r"(?<=ExitAddress )\S+") | |