SYMBOL INDEX (93 symbols across 35 files) FILE: __mocks__/electron-store.js class Store (line 1) | class Store { method get (line 2) | get() { method set (line 6) | set() {} FILE: app/initAutoUpdater.js constant TEN_SECONDS (line 5) | const TEN_SECONDS = 10 * 1000 constant ONE_HOUR (line 6) | const ONE_HOUR = 60 * 60 * 1000 FILE: app/lib/plugins/index.js constant EMPTY_PACKAGE_JSON (line 17) | const EMPTY_PACKAGE_JSON = JSON.stringify({ FILE: app/lib/plugins/npm.js constant API_BASE (line 14) | const API_BASE = 'http://registry.npmjs.org/' method install (line 80) | async install(name, options = {}) { method update (line 111) | update(name) { method uninstall (line 125) | async uninstall(name) { FILE: app/lib/plugins/settings/validate.js constant VALID_TYPES (line 3) | const VALID_TYPES = new Set([ FILE: app/lib/rpc.js constant CHANNEL (line 10) | const CHANNEL = 'message' FILE: app/lib/themes.ts type Theme (line 3) | type Theme = { value: string, label: string} FILE: app/main/actions/search.js constant DEFAULT_SCOPE (line 28) | const DEFAULT_SCOPE = { function onResultFound (line 72) | function onResultFound(term, result) { function reset (line 87) | function reset() { function updateTerm (line 97) | function updateTerm(term) { function moveCursor (line 127) | function moveCursor(diff) { function selectElement (line 139) | function selectElement(index) { function hideElement (line 151) | function hideElement(id) { function updateElement (line 163) | function updateElement(id, result) { function changeVisibleResults (line 173) | function changeVisibleResults(count) { FILE: app/main/actions/statusBar.ts function reset (line 5) | function reset(): { type: string, payload: null } { function setValue (line 12) | function setValue(text: string): { type: string, payload: string } { FILE: app/main/components/Cerebro/index.js function Autocomplete (line 99) | function Autocomplete({ autocompleteCalculator }) { function Cerebro (line 117) | function Cerebro({ function mapStateToProps (line 382) | function mapStateToProps(state) { function mapDispatchToProps (line 393) | function mapDispatchToProps(dispatch) { FILE: app/main/components/ResultsList/Row/index.tsx type RowProps (line 7) | interface RowProps { function Row (line 17) | function Row({ FILE: app/main/components/ResultsList/index.js function ResultsList (line 9) | function ResultsList({ FILE: app/main/components/SmartIcon/index.tsx type IconProps (line 7) | interface IconProps { function FileIcon (line 34) | function FileIcon({ className, path }:IconProps) { function SmartIcon (line 49) | function SmartIcon({ className, path }: IconProps) { FILE: app/main/components/StatusBar/index.tsx type StatusBarProps (line 6) | interface StatusBarProps { function StatusBar (line 9) | function StatusBar({ value }: StatusBarProps) { FILE: app/main/constants/actionTypes.ts constant UPDATE_TERM (line 1) | const UPDATE_TERM = 'UPDATE_TERM' constant MOVE_CURSOR (line 2) | const MOVE_CURSOR = 'MOVE_CURSOR' constant SELECT_ELEMENT (line 3) | const SELECT_ELEMENT = 'SELECT_ELEMENT' constant SHOW_RESULT (line 4) | const SHOW_RESULT = 'SHOW_RESULT' constant HIDE_RESULT (line 5) | const HIDE_RESULT = 'HIDE_RESULT' constant UPDATE_RESULT (line 6) | const UPDATE_RESULT = 'UPDATE_RESULT' constant RESET (line 7) | const RESET = 'RESET' constant CHANGE_VISIBLE_RESULTS (line 8) | const CHANGE_VISIBLE_RESULTS = 'CHANGE_VISIBLE_RESULTS' constant ICON_LOADED (line 9) | const ICON_LOADED = 'ICON_LOADED' constant SET_STATUS_BAR_TEXT (line 10) | const SET_STATUS_BAR_TEXT = 'SET_STATUS_BAR_TEXT' FILE: app/main/constants/ui.ts constant INPUT_HEIGHT (line 2) | const INPUT_HEIGHT = 45 constant RESULT_HEIGHT (line 5) | const RESULT_HEIGHT = 45 constant WINDOW_WIDTH (line 8) | const WINDOW_WIDTH = 650 constant MAX_RESULTS (line 11) | const MAX_RESULTS = 25 constant MIN_VISIBLE_RESULTS (line 14) | const MIN_VISIBLE_RESULTS = 10 FILE: app/main/createWindow/AppTray.js class AppTray (line 9) | class AppTray { method constructor (line 17) | constructor(options) { method show (line 25) | show() { method setIsDev (line 32) | setIsDev(isDev) { method buildMenu (line 39) | buildMenu() { method hide (line 105) | hide() { FILE: app/main/createWindow/buildMenu.js method click (line 34) | click() { app.quit() } method click (line 76) | click() { method click (line 104) | click() { shell.openExternal('http://electron.atom.io') } method click (line 108) | click() { shell.openExternal('https://github.com/atom/electron/tree/mast... method click (line 112) | click() { shell.openExternal('https://discuss.atom.io/c/electron') } method click (line 116) | click() { shell.openExternal('https://github.com/atom/electron/issues') } FILE: app/main/createWindow/checkForUpdates.js constant DEFAULT_DOWNLOAD_URL (line 5) | const DEFAULT_DOWNLOAD_URL = 'https://github.com/cerebroapp/cerebro/rele... constant TITLE (line 7) | const TITLE = 'Cerebro Updates' constant PLATFORM_EXTENSIONS (line 9) | const PLATFORM_EXTENSIONS = { FILE: app/main/reducers/search.js function normalizeSelection (line 40) | function normalizeSelection(index, length) { function normalizeResult (line 48) | function normalizeResult(result) { function search (line 57) | function search(stateParam, action) { FILE: app/main/reducers/statusBar.js function search (line 11) | function search(stateParam, action) { FILE: app/main/store/configureStore.js function configureStore (line 7) | function configureStore(initialState) { FILE: app/plugins/core/plugins/Preview/ActionButton.js function ActionButton (line 5) | function ActionButton({ action, onComplete, text }) { FILE: app/plugins/core/plugins/Preview/FormItem.js function FormItem (line 12) | function FormItem({ FILE: app/plugins/core/plugins/Preview/Settings.js function Settings (line 7) | function Settings({ settings, name }) { FILE: app/plugins/core/plugins/Preview/index.js function Description (line 13) | function Description({ repoName }) { function Preview (line 38) | function Preview({ onComplete, plugin }) { FILE: app/plugins/core/plugins/StatusBar/index.js function StatusBar (line 5) | function StatusBar({ value }) { FILE: app/plugins/core/plugins/getAvailablePlugins.js constant URL (line 5) | const URL = 'https://registry.npmjs.com/-/v1/search?from=0&size=500&text... FILE: app/plugins/core/plugins/initializeAsync.js constant OS_APPS_PLUGIN (line 9) | const OS_APPS_PLUGIN = { constant DEFAULT_PLUGINS (line 14) | const DEFAULT_PLUGINS = [ function checkForUpdates (line 26) | async function checkForUpdates() { function migratePlugins (line 49) | async function migratePlugins(sendMessage) { FILE: app/plugins/core/quit/index.js constant KEYWORDS (line 5) | const KEYWORDS = ['Quit', 'Exit'] FILE: app/plugins/core/settings/Settings/Hotkey.js constant ASCII (line 5) | const ASCII = { constant SHIFT_UPS (line 21) | const SHIFT_UPS = { constant KEYCODES (line 45) | const KEYCODES = { function Hotkey (line 105) | function Hotkey({ hotkey, onChange }) { FILE: app/plugins/core/settings/Settings/index.js function Settings (line 14) | function Settings({ get, set }) { FILE: app/plugins/core/settings/index.js constant NAME (line 7) | const NAME = 'Cerebro Settings' constant KEYWORDS (line 13) | const KEYWORDS = [ FILE: app/plugins/core/version/index.js constant NAME (line 6) | const NAME = 'Cerebro Version' constant KEYWORDS (line 12) | const KEYWORDS = [ FILE: server.js constant PORT (line 10) | const PORT = 3000