summaryrefslogtreecommitdiff
path: root/searx/engines/searchcode_code.py
AgeCommit message (Collapse)Author
2024-03-11[mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-03-06[fix] engine searchcode.com - paging is broken in searchcode.com's APIMarkus Heiser
paging is broken in searchcode.com's API .. not sure it will ever been fixed / this commit disables paging in the engine and BTW pylint `searchcode_code.py`. Closes: https://github.com/searxng/searxng/issues/3287 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-01-14[enh] engines: add about variableAlexandre Flament
move meta information from comment to the about variable so the preferences, the documentation can show these information
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-16[fix] re-enable ssl verification for searchcodeAdam Tauber
closes #784
2016-01-18[fix] pep8 compatibiltyAdam Tauber
2015-08-25[mod] disable searchcode SSL verification (unable to get local issuer)Adam Tauber
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-01-27Searchcode engines correctionsCqoicebordel
2015-01-15[enh] add cpp language rewrite ruleAdam Tauber
2014-12-22[enh] fix pep8, improve syntax highlightingThomas Pointhuber
2014-12-20[enh] add result_templates/code.htmlThomas Pointhuber
2014-12-20Add 500px and Searchcode enginesCqoicebordel
Allow to search for images on 500px. It doesn't use the official API, but the page result. Less stable, but less API key to possess... Two engines were necessary for Searchcode because there are to search mode : search for documentation or search for code example. Both use open APIs.