SYMBOL INDEX (49 symbols across 11 files) FILE: electron/backend.js function upload (line 4) | function upload(path, url, callback) { FILE: electron/index.js constant HOST (line 6) | const HOST = `localhost:${process.env.PORT || 19998}`; constant DEV (line 8) | const DEV = process.env.NODE_ENV==='development'; function createMainWindow (line 23) | function createMainWindow() { function overrideWindowOpen (line 54) | function overrideWindowOpen() { FILE: electron/menu.js constant MAC (line 5) | const MAC = process.platform==='darwin'; constant DEV (line 6) | const DEV = process.env.NODE_ENV==='dev'; constant MENU (line 7) | const MENU = []; method click (line 69) | click(item, focusedWindow) { method click (line 77) | click(item, focusedWindow) { method click (line 86) | click(item, focusedWindow) { FILE: src/components/app.js method componentDidMount (line 19) | componentDidMount() { method navigate (line 26) | @bind method search (line 52) | @bind method handleSearch (line 60) | @bind method handleFile (line 70) | @bind method openFile (line 81) | openFile(file) { method to (line 95) | @bind method getActions (line 100) | getActions() { method onDragOver (line 107) | onDragOver(e) { method onDrop (line 114) | @bind method showFilesMenu (line 131) | @bind method newFile (line 141) | newFile(name, path=this.state.path) { method newDirectory (line 151) | newDirectory(name, path=this.state.path) { method spawnContextMenu (line 161) | @bind method no (line 175) | no() { FILE: src/components/file-list.js class FileList (line 8) | class FileList extends Component { method handleKey (line 9) | @bind method openSelected (line 27) | openSelected() { method move (line 35) | move(delta) { method componentDidMount (line 47) | componentDidMount() { method componentWillUnmount (line 51) | componentWillUnmount() { method componentDidUpdate (line 55) | componentDidUpdate() { method render (line 60) | render({ files, action, ...props }, { selected }) { function fileProxy (line 105) | function fileProxy(file, fn) { FILE: src/components/sidebar.js class Sidebar (line 4) | class Sidebar extends Component { method render (line 17) | render({ path, actions }) { FILE: src/index.js function init (line 5) | function init() { FILE: src/lib/dropbox-client.js constant CLEANUPS (line 15) | const CLEANUPS = {}; function init (line 29) | function init(callback=NOOP) { function stream (line 47) | function stream(path, callback) { function open (line 66) | function open(path, options, callback) { function watchAndUpload (line 84) | function watchAndUpload(localPath, path, onUpload) { function upload (line 98) | function upload(localPath, path, callback) { FILE: src/lib/menu.js function createMenu (line 5) | function createMenu(template) { function showMenu (line 10) | function showMenu(menu, x, y) { function createDomMenu (line 14) | function createDomMenu(element) { FILE: src/lib/remote-require.js function remoteRequire (line 4) | function remoteRequire(module) { FILE: webpack.config.babel.js constant ENV (line 8) | const ENV = process.env.NODE_ENV || 'development';