SYMBOL INDEX (47 symbols across 4 files) FILE: content_script.js function debugLog (line 6) | function debugLog(...args) { function fetchWithTimeout (line 47) | async function fetchWithTimeout(resource, options = {}) { function checkGit (line 63) | async function checkGit(url) { function checkSvn (line 106) | async function checkSvn(url) { function checkHg (line 129) | async function checkHg(url) { function checkEnv (line 152) | async function checkEnv(url) { function checkDSStore (line 176) | async function checkDSStore(url) { function checkSecuritytxt (line 199) | async function checkSecuritytxt(url) { function checkGitConfig (line 223) | async function checkGitConfig(url) { function checkOpenSource (line 247) | async function checkOpenSource(url) { function isOpenSource (line 264) | async function isOpenSource(url) { function checkSite (line 297) | async function checkSite(url, options) { FILE: dotgit.js constant DEFAULT_OPTIONS (line 4) | const DEFAULT_OPTIONS = { constant EXTENSION_ICON (line 33) | const EXTENSION_ICON = { constant GIT_PATH (line 38) | const GIT_PATH = "/.git/"; constant SVN_PATH (line 39) | const SVN_PATH = "/.svn/"; constant HG_PATH (line 40) | const HG_PATH = "/.hg/"; constant ENV_PATH (line 41) | const ENV_PATH = "/.env"; constant DS_STORE (line 42) | const DS_STORE = "/.DS_Store"; constant GIT_TREE_HEADER (line 44) | const GIT_TREE_HEADER = "tree "; constant GIT_OBJECTS_PATH (line 45) | const GIT_OBJECTS_PATH = "objects/"; constant GIT_OBJECTS_SEARCH (line 46) | const GIT_OBJECTS_SEARCH = "[a-f0-9]{40}"; constant GIT_PACK_PATH (line 47) | const GIT_PACK_PATH = "objects/pack/"; constant GIT_PACK_SEARCH (line 48) | const GIT_PACK_SEARCH = "pack\-[a-f0-9]{40}"; constant GIT_PACK_EXT (line 49) | const GIT_PACK_EXT = ".pack"; constant GIT_IDX_EXT (line 50) | const GIT_IDX_EXT = ".idx"; constant SHA1_SIZE (line 51) | const SHA1_SIZE = 20; constant GIT_BLOB_DELIMITER (line 52) | const GIT_BLOB_DELIMITER = String.fromCharCode(0); constant STATUS_DESCRIPTION (line 53) | const STATUS_DESCRIPTION = "HTTP Status code for downloaded files: 200 G... constant GIT_WELL_KNOW_PATHS (line 55) | const GIT_WELL_KNOW_PATHS = [ function debugLog (line 95) | function debugLog(...args) { function notification (line 135) | function notification(title, message) { function sendDownloadStatus (line 155) | function sendDownloadStatus(url, downloadStatus) { function setBadge (line 170) | async function setBadge() { function startDownload (line 183) | function startDownload(baseUrl, downloadFinished) { function set_options (line 395) | function set_options(options) { function checkOptions (line 415) | function checkOptions(default_options, storage_options) { function requestPermissions (line 643) | async function requestPermissions() { function processListener (line 656) | async function processListener(details) { function checkBlacklist (line 737) | function checkBlacklist(hostname) { function escapeRegExp (line 753) | function escapeRegExp(string) { FILE: options/options.js function set_gui (line 1) | function set_gui(options) { FILE: popup/popup.js constant HREF_PREFIX (line 2) | let HREF_PREFIX = ""; function debugLog (line 9) | function debugLog(...args) { function addElements (line 46) | function addElements(element, array, callback, downloading, max_sites) { function checkPermissions (line 298) | async function checkPermissions() { function requestPermissions (line 316) | async function requestPermissions() {