SYMBOL INDEX (161 symbols across 26 files) FILE: src/actions/AccountActions.js class AccountActions (line 4) | class AccountActions { method login (line 5) | login (username, password) { method signup (line 10) | signup (username, password, email, subscribe) { method logout (line 15) | logout () { method skip (line 20) | skip () { method verify (line 25) | verify () { FILE: src/actions/AccountServerActions.js class AccountServerActions (line 3) | class AccountServerActions { method constructor (line 4) | constructor () { FILE: src/actions/ContainerActions.js class ContainerActions (line 5) | class ContainerActions { method destroy (line 7) | destroy (name) { method rename (line 11) | rename (name, newName) { method start (line 16) | start (name) { method stop (line 21) | stop (name) { method restart (line 25) | restart (name) { method update (line 30) | update (name, container) { method clearPending (line 35) | clearPending () { method run (line 39) | run (name, repo, tag, network, local=false) { method active (line 43) | active (name) { method toggleFavorite (line 47) | toggleFavorite (name) { FILE: src/actions/ContainerServerActions.js class ContainerServerActions (line 3) | class ContainerServerActions { method constructor (line 4) | constructor () { FILE: src/actions/ImageActions.js class ImageActions (line 4) | class ImageActions { method all (line 6) | all () { method destroy (line 11) | destroy (image) { FILE: src/actions/ImageServerActions.js class ImageServerActions (line 3) | class ImageServerActions { method constructor (line 4) | constructor () { FILE: src/actions/NetworkActions.js class NetworkActions (line 3) | class NetworkActions { method constructor (line 4) | constructor () { FILE: src/actions/RepositoryActions.js class RepositoryActions (line 4) | class RepositoryActions { method recommended (line 5) | recommended () { method search (line 10) | search (query, page = 1) { method repos (line 15) | repos () { FILE: src/actions/RepositoryServerActions.js class RepositoryServerActions (line 3) | class RepositoryServerActions { method constructor (line 4) | constructor () { FILE: src/actions/SetupActions.js class SetupActions (line 4) | class SetupActions { method retry (line 5) | retry (removeVM) { method useVbox (line 10) | useVbox () { FILE: src/actions/SetupServerActions.js class SetupServerActions (line 3) | class SetupServerActions { method constructor (line 4) | constructor () { FILE: src/actions/TagActions.js class TagActions (line 4) | class TagActions { method tags (line 5) | tags (repo) { method localTags (line 10) | localTags (repo, tags) { FILE: src/actions/TagServerActions.js class TagServerActions (line 3) | class TagServerActions { method constructor (line 4) | constructor () { FILE: src/components/ContainerSettingsNetwork.react.js method getUsedNetworks (line 36) | getUsedNetworks(networks) { FILE: src/stores/AccountStore.js class AccountStore (line 5) | class AccountStore { method constructor (line 6) | constructor () { method skip (line 18) | skip () { method login (line 24) | login () { method logout (line 31) | logout () { method signup (line 40) | signup () { method loggedin (line 47) | loggedin ({username, verified}) { method loggedout (line 51) | loggedout () { method signedup (line 60) | signedup ({username}) { method verify (line 64) | verify () { method verified (line 68) | verified ({verified}) { method prompted (line 72) | prompted ({prompted}) { method errors (line 76) | errors ({errors}) { FILE: src/stores/ContainerStore.js constant MAX_LOG_SIZE (line 6) | let MAX_LOG_SIZE = 3000; class ContainerStore (line 8) | class ContainerStore { method constructor (line 9) | constructor () { method error (line 18) | error ({name, error}) { method start (line 26) | start ({name}) { method started (line 34) | started ({name}) { method stopped (line 43) | stopped ({id}) { method kill (line 53) | kill ({id}) { method rename (line 63) | rename ({name, newName}) { method added (line 77) | added ({container}) { method update (line 83) | update ({name, container}) { method updated (line 102) | updated ({container}) { method allUpdated (line 120) | allUpdated ({containers}) { method progress (line 126) | progress ({name, progress}) { method destroyed (line 136) | destroyed ({id}) { method waiting (line 150) | waiting ({name, waiting}) { method pending (line 158) | pending ({repo, tag}) { method clearPending (line 163) | clearPending () { method log (line 167) | log ({name, entry}) { method logs (line 182) | logs ({name, logs}) { method toggleFavorite (line 194) | toggleFavorite ({name}) { method generateName (line 204) | static generateName (repo) { FILE: src/stores/ImageStore.js class ImageStore (line 5) | class ImageStore { method constructor (line 6) | constructor () { method error (line 16) | error (error) { method clearError (line 20) | clearError () { method destroyed (line 24) | destroyed (data) { method updated (line 32) | updated (images) { method all (line 55) | static all () { FILE: src/stores/NetworkStore.js class NetworkStore (line 4) | class NetworkStore { method constructor (line 5) | constructor () { method error (line 12) | error (error) { method updated (line 16) | updated (networks) { method pending (line 20) | pending () { method clearPending (line 24) | clearPending () { method all (line 28) | static all () { FILE: src/stores/RepositoryStore.js class RepositoryStore (line 8) | class RepositoryStore { method constructor (line 9) | constructor () { method error (line 27) | error ({error}) { method repos (line 31) | repos () { method reposLoading (line 35) | reposLoading () { method reposUpdated (line 39) | reposUpdated ({repos}) { method search (line 49) | search ({query, page}) { method resultsUpdated (line 59) | resultsUpdated ({repos, page, previous, next, total}) { method recommended (line 63) | recommended () { method recommendedUpdated (line 67) | recommendedUpdated ({repos}) { method loggedout (line 71) | loggedout () { method all (line 75) | static all () { method loading (line 81) | static loading () { FILE: src/stores/SetupStore.js class SetupStore (line 5) | class SetupStore { method constructor (line 6) | constructor () { method started (line 14) | started ({started}) { method error (line 18) | error ({error}) { method progress (line 22) | progress ({progress}) { FILE: src/stores/TagStore.js class TagStore (line 6) | class TagStore { method constructor (line 7) | constructor () { method tags (line 19) | tags ({repo}) { method localTags (line 24) | localTags ({repo, tags}) { method tagsUpdated (line 33) | tagsUpdated ({repo, tags}) { method remove (line 39) | remove ({repo}) { method loggedout (line 45) | loggedout () { method error (line 51) | error ({repo}) { FILE: src/utils/DockerUtil.js method setup (line 43) | setup (ip, name) { method version (line 73) | async version () { method init (line 95) | init () { method isDockerRunning (line 126) | isDockerRunning () { method startContainer (line 134) | startContainer (name) { method createContainer (line 148) | createContainer (name, containerData) { method fetchContainer (line 222) | fetchContainer (id) { method fetchAllContainers (line 242) | fetchAllContainers () { method fetchAllImages (line 285) | fetchAllImages () { method fetchAllNetworks (line 320) | fetchAllNetworks () { method updateContainerNetworks (line 339) | updateContainerNetworks(name, connectedNetworks, disconnectedNetworks) { method addOrRemoveNetworks (line 353) | addOrRemoveNetworks(name, networks, connect) { method removeImage (line 375) | removeImage (selectedRepoTag) { method run (line 400) | run (name, repository, tag, network, local = false) { method updateContainer (line 461) | updateContainer (name, data) { method rename (line 490) | rename (name, newName) { method restart (line 521) | restart (name) { method stop (line 539) | stop (name) { method start (line 550) | start (name, callback) { method startLinkedContainers (line 595) | startLinkedContainers (name, callback){ method destroy (line 652) | destroy (name) { method active (line 681) | active (name) { method logs (line 690) | logs () { method attach (line 715) | attach () { method detachLog (line 752) | detachLog() { method detachEvent (line 758) | detachEvent() { method listen (line 766) | listen () { method pullImage (line 818) | pullImage (repository, tag, callback, progressCallback, blockedCallback) { method refresh (line 933) | refresh () { FILE: src/utils/HubUtil.js constant HUB2_ENDPOINT (line 6) | let HUB2_ENDPOINT = process.env.HUB2_ENDPOINT || 'https://hub.docker.com... FILE: src/utils/RegHubUtil.js constant REGHUB2_ENDPOINT (line 15) | let REGHUB2_ENDPOINT = process.env.REGHUB2_ENDPOINT || 'https://hub.dock... constant PAGING (line 17) | let PAGING = 24; FILE: src/utils/SetupUtil.js method simulateProgress (line 23) | simulateProgress (estimateSeconds) { method clearTimers (line 34) | clearTimers () { method useVbox (line 39) | async useVbox () { method retry (line 48) | retry (removeVM) { method pause (line 64) | pause () { method setup (line 69) | async setup () { method nativeSetup (line 91) | async nativeSetup () { method nonNativeSetup (line 106) | async nonNativeSetup () { FILE: src/utils/Util.js function isValidPart (line 149) | function isValidPart (x) {