SYMBOL INDEX (40 symbols across 15 files) FILE: app/config.js constant VIEWS_BASE_URI (line 8) | const VIEWS_BASE_URI = `file://${__dirname}/static` FILE: app/core/Db.js function Db (line 18) | function Db (path, cb) { FILE: app/core/MasterPass.js constant SERVICE (line 7) | const crypto = require('./crypto'), constant ACCOUNT (line 7) | const crypto = require('./crypto'), FILE: app/core/MasterPassKey.js function MasterPassKey (line 14) | function MasterPassKey (key) { FILE: app/index.js function createWindow (line 264) | function createWindow (window, ...args) { FILE: app/src/crypter.js function encrypt (line 34) | function encrypt(filePath) { function decrypt (line 48) | function decrypt(filePath) { function cryptFile (line 72) | function cryptFile(file) { FILE: app/src/mainMenu.js method click (line 10) | click() { app.emit('app:check-update') } method click (line 12) | click() { app.emit('app:open-settings') } method click (line 14) | click() { app.emit('app:quit') } FILE: app/src/menu.js method click (line 41) | click() { shell.openExternal(REPO.DOCS)} method click (line 43) | click() { shell.openExternal(REPO.REPORT_ISSUE)} method click (line 44) | click() { shell.openExternal(REPO.URL)} method click (line 45) | click() { shell.openExternal(REPO.FORK)} FILE: app/static/js/common.js function getUrlParameter (line 19) | function getUrlParameter(name) { function navigate (line 26) | function navigate (panel) { function validateMasterPass (line 33) | function validateMasterPass(field, errLabel) { FILE: app/static/js/crypter.js function disableFileInput (line 75) | function disableFileInput () { function enableFileInput (line 82) | function enableFileInput () { function enableUI (line 95) | function enableUI () { function disableUI (line 100) | function disableUI () { function showFile (line 105) | function showFile (path) { function showOpenDialog (line 109) | function showOpenDialog (properties) { function handler (line 132) | function handler () { FILE: app/static/js/masterpassprompt.js constant DONE_TIMEOUT (line 7) | const DONE_TIMEOUT = 2000 FILE: app/static/js/setup.js constant NAV2DONE_TIMEOUT (line 8) | const NAV2DONE_TIMEOUT = 2000 constant DONE_TIMEOUT (line 10) | const DONE_TIMEOUT = NAV2DONE_TIMEOUT + 5000 constant SPEED (line 12) | const SPEED = 3000 constant OFFSET (line 13) | const OFFSET = SPEED * 1.1 FILE: app/utils/update.js constant USER_AGENT (line 4) | const USER_AGENT = 'Crypter/x Wubba Lubba Dub Dub' constant VERSION_REGEX (line 5) | const VERSION_REGEX = /[\.v]+/g constant VERSION (line 6) | const VERSION = parseV(app.getVersion()) function parseV (line 8) | function parseV(str) { FILE: gulpfile.js constant LESS_FILES (line 13) | const LESS_FILES = './app/static/styles/*.less' constant ELECTRON (line 14) | const ELECTRON = __dirname + '/node_modules/.bin/electron' constant DEBUG (line 15) | const DEBUG = false function electron (line 19) | async function electron () { FILE: script/resolveNodeV.js constant FILE_PATH (line 3) | const FILE_PATH = '.nvmrc'