===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
anki-2.1.15+dfsg/aqt/deckbrowser.py-104-    def _scrollToOffset(self, offset):
anki-2.1.15+dfsg/aqt/deckbrowser.py:105:        self.web.eval("$(function() { window.scrollTo(0, %d, 'instant'); });" % offset)
anki-2.1.15+dfsg/aqt/deckbrowser.py-106-
##############################################
anki-2.1.15+dfsg/aqt/editor.py-792-    def insertLatexEqn(self):
anki-2.1.15+dfsg/aqt/editor.py:793:        self.web.eval("wrap('[$]', '[/$]');")
anki-2.1.15+dfsg/aqt/editor.py-794-
anki-2.1.15+dfsg/aqt/editor.py-795-    def insertLatexMathEnv(self):
anki-2.1.15+dfsg/aqt/editor.py:796:        self.web.eval("wrap('[$$]', '[/$$]');")
anki-2.1.15+dfsg/aqt/editor.py-797-
##############################################
anki-2.1.15+dfsg/tools/lint.sh-2-
anki-2.1.15+dfsg/tools/lint.sh:3:TOOLS="$(cd "`dirname "$0"`"; pwd)"
anki-2.1.15+dfsg/tools/lint.sh-4-pylint -j 0 --rcfile=$TOOLS/../.pylintrc -f colorized --extension-pkg-whitelist=PyQt5 $TOOLS/../anki $TOOLS/../aqt
##############################################
anki-2.1.15+dfsg/tools/tests.sh-7-
anki-2.1.15+dfsg/tools/tests.sh:8:BIN="$(cd "`dirname "$0"`"; pwd)"
anki-2.1.15+dfsg/tools/tests.sh-9-export PYTHONPATH=${BIN}/..:${PYTHONPATH}
##############################################
anki-2.1.15+dfsg/web/editor.js-367-    outHtml = outHtml.trim();
anki-2.1.15+dfsg/web/editor.js:368:    //console.log(`input html: ${html}`);
anki-2.1.15+dfsg/web/editor.js:369:    //console.log(`outpt html: ${outHtml}`);
anki-2.1.15+dfsg/web/editor.js-370-    return outHtml;