SYMBOL INDEX (271 symbols across 44 files) FILE: src/main/menu.ts method click (line 9) | click() { method click (line 15) | click() { method click (line 23) | click() { method click (line 29) | click() { method click (line 67) | click(item, focusedWindow) { method click (line 80) | click(item, focusedWindow) { method click (line 93) | click(item, focusedWindow) { method click (line 116) | click() { method click (line 121) | click() { method click (line 159) | click() { FILE: src/main/windowManager.ts class WindowManager (line 5) | class WindowManager extends EventEmitter { method constructor (line 8) | constructor() { method current (line 14) | get current() { method create (line 18) | create(type = 'main', arg?: any): BrowserWindow { method _register (line 56) | _register(win: BrowserWindow): void { method dispatch (line 67) | dispatch(action: string, args: any) { FILE: src/renderer/redux/actions/connection.js function getIndex (line 8) | function getIndex(getState) { function handleRedis (line 71) | function handleRedis(config, override) { FILE: src/renderer/redux/middlewares/createThunkReplyMiddleware.js function isThunkReply (line 1) | function isThunkReply(action) { function createThunkReplyMiddleware (line 5) | function createThunkReplyMiddleware(extraArgument) { FILE: src/renderer/redux/reducers/activeInstanceKey.js method [createInstance] (line 12) | [createInstance](state, data) { method [selectInstance] (line 15) | [selectInstance](state, data) { method [moveInstance] (line 18) | [moveInstance](state, {activeInstanceKey}) { method [delInstance] (line 21) | [delInstance](state, {activeInstanceKey}) { FILE: src/renderer/redux/reducers/favorites.js function FavoriteFactory (line 12) | function FavoriteFactory(data) { method [createFavorite] (line 17) | [createFavorite](state, data) { method [removeFavorite] (line 20) | [removeFavorite](state, key) { method [updateFavorite] (line 23) | [updateFavorite](state, {key, data}) { method [reorderFavorites] (line 26) | [reorderFavorites](state, {from, to}) { method [reloadFavorites] (line 30) | [reloadFavorites](state, data) { FILE: src/renderer/redux/reducers/instances.js function InstanceFactory (line 13) | function InstanceFactory({key, data}) { method [createInstance] (line 18) | [createInstance](state, data) { method [moveInstance] (line 21) | [moveInstance](state, {fromIndex, toIndex}) { method [delInstance] (line 25) | [delInstance](state, {targetIndex}) { method [updateConnectStatus] (line 28) | [updateConnectStatus](state, {index, status}) { method [disconnect] (line 31) | [disconnect](state, {index}) { method [connectToRedis] (line 40) | [connectToRedis](state, {index, config, redis}) { FILE: src/renderer/redux/reducers/patterns.js function PatternFactory (line 11) | function PatternFactory(data) { method [createPattern] (line 16) | [createPattern](state, {conn, key}) { method [removePattern] (line 19) | [removePattern](state, {conn, index}) { method [updatePattern] (line 22) | [updatePattern](state, {conn, index, data}) { method [reloadPatterns] (line 31) | [reloadPatterns](state, data) { FILE: src/renderer/redux/reducers/sizes.js method [setSize] (line 9) | [setSize](state, {type, value}) { FILE: src/renderer/storage/Favorites.js function get (line 5) | function get() { function set (line 10) | function set(favorites) { FILE: src/renderer/storage/Patterns.js function get (line 5) | function get() { function set (line 10) | function set(patterns) { FILE: src/renderer/storage/Sizes.js function get (line 3) | function get() { function set (line 8) | function set(sizes) { FILE: src/renderer/utils.ts function handleActions (line 3) | function handleActions(defaultState, handlers) { function createAction (line 22) | function createAction(type: string, payloadCreator, metaCreator) { FILE: src/renderer/windows/MainWindow/InstanceContent/ConnectionSelectorContainer/Config/index.jsx class Config (line 10) | class Config extends React.PureComponent { method getProp (line 15) | getProp(property) { method setProp (line 22) | setProp(property, value) { method componentWillReceiveProps (line 29) | componentWillReceiveProps(nextProps) { method connect (line 42) | connect() { method handleChange (line 53) | handleChange(property, e) { method duplicate (line 61) | duplicate() { method save (line 73) | save() { method renderCertInput (line 80) | renderCertInput(label, id) { method render (line 107) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/ConnectionSelectorContainer/Favorite.jsx class Favorite (line 6) | class Favorite extends React.PureComponent { method constructor (line 7) | constructor() { method _updateSortableKey (line 15) | _updateSortableKey() { method _bindSortable (line 19) | _bindSortable() { method componentDidMount (line 37) | componentDidMount() { method componentDidUpdate (line 41) | componentDidUpdate() { method onClick (line 45) | onClick(index, evt) { method onDoubleClick (line 50) | onDoubleClick(index, evt) { method selectIndex (line 55) | selectIndex(index, connect) { method select (line 59) | select(favorite, connect) { method render (line 69) | render() { method componentWillUnmount (line 127) | componentWillUnmount() { FILE: src/renderer/windows/MainWindow/InstanceContent/ConnectionSelectorContainer/index.jsx class ConnectionSelector (line 10) | class ConnectionSelector extends PureComponent { method handleSelectFavorite (line 13) | handleSelectFavorite(connect, key) { method render (line 17) | render() { function mapStateToProps (line 47) | function mapStateToProps(state, {instance}) { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/AddButton/index.jsx function AddButton (line 5) | function AddButton({title, reload, onReload, onClick}) { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/Config/index.jsx class Config (line 8) | class Config extends React.Component { method constructor (line 9) | constructor(props) { method load (line 218) | load() { method componentWillUnmount (line 254) | componentWillUnmount() { method renderGroup (line 258) | renderGroup(group) { method change (line 268) | change({name, value}) { method renderConfig (line 278) | renderConfig(config) { method isChanged (line 324) | isChanged(rewrite) { method handleReload (line 328) | handleReload() { method handleSave (line 342) | handleSave() { method handleApply (line 358) | handleApply(embed) { method render (line 376) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/Footer.jsx class Footer (line 20) | class Footer extends React.PureComponent { method init (line 23) | init(keyName, keyType) { method componentDidMount (line 50) | componentDidMount() { method componentWillReceiveProps (line 54) | componentWillReceiveProps(nextProps) { method render (line 62) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/KeyContent/BaseContent/Editor/index.jsx class Editor (line 25) | class Editor extends React.PureComponent { method constructor (line 26) | constructor() { method updateLayout (line 45) | updateLayout() { method componentDidMount (line 59) | componentDidMount() { method componentWillUnmount (line 64) | componentWillUnmount() { method componentWillReceiveProps (line 68) | componentWillReceiveProps(nextProps) { method init (line 74) | init(buffer) { method save (line 95) | save() { method updateContent (line 120) | updateContent(mode, content) { method updateMode (line 127) | updateMode(evt) { method focus (line 132) | focus() { method handleKeyDown (line 142) | handleKeyDown(evt) { method render (line 150) | render() { function tryFormatJSON (line 251) | function tryFormatJSON(jsonString, beautify) { function tryFormatMessagepack (line 265) | function tryFormatMessagepack(buffer, beautify) { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/KeyContent/BaseContent/HashContent.jsx class HashContent (line 13) | class HashContent extends BaseContent { method save (line 14) | save(value, callback) { method load (line 28) | load(index) { method handleSelect (line 50) | handleSelect(evt, selectedIndex) { method handleKeyDown (line 57) | handleKeyDown(e) { method deleteSelectedMember (line 78) | deleteSelectedMember() { method showContextMenu (line 102) | showContextMenu(e, row) { method render (line 131) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/KeyContent/BaseContent/ListContent.jsx class ListContent (line 12) | class ListContent extends BaseContent { method save (line 13) | save(value, callback) { method load (line 28) | load(index) { method handleSelect (line 71) | handleSelect(_, selectedIndex) { method deleteSelectedMember (line 79) | async deleteSelectedMember() { method handleKeyDown (line 104) | handleKeyDown(e) { method showContextMenu (line 124) | showContextMenu(e, row) { method renderEditor (line 138) | renderEditor() { method renderIndexColumn (line 149) | renderIndexColumn() { method renderValueColumn (line 170) | renderValueColumn() { method render (line 218) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/KeyContent/BaseContent/SetContent.jsx class SetContent (line 13) | class SetContent extends BaseContent { method save (line 14) | save(value, callback) { method load (line 38) | load(index) { method handleSelect (line 62) | handleSelect(evt, selectedIndex) { method handleKeyDown (line 69) | handleKeyDown(e) { method deleteSelectedMember (line 90) | deleteSelectedMember() { method showContextMenu (line 114) | showContextMenu(e, row) { method render (line 128) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/KeyContent/BaseContent/SortHeaderCell.jsx function SortHeaderCell (line 6) | function SortHeaderCell({onOrderChange, desc, title}) { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/KeyContent/BaseContent/StringContent.jsx class StringContent (line 7) | class StringContent extends BaseContent { method init (line 8) | init(keyName, keyType) { method save (line 15) | save(value, callback) { method create (line 26) | create() { method render (line 30) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/KeyContent/BaseContent/ZSetContent.jsx class ZSetContent (line 17) | class ZSetContent extends BaseContent { method save (line 18) | save(value, callback) { method load (line 37) | load(index) { method handleSelect (line 72) | handleSelect(_, selectedIndex) { method handleKeyDown (line 79) | handleKeyDown(e) { method deleteSelectedMember (line 100) | deleteSelectedMember() { method showContextMenu (line 124) | showContextMenu(_, row) { method renderTable (line 153) | renderTable() { method renderScoreColumn (line 175) | renderScoreColumn() { method renderMemberColumn (line 223) | renderMemberColumn() { method renderEditor (line 283) | renderEditor() { method render (line 294) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/KeyContent/BaseContent/index.jsx class BaseContent (line 17) | class BaseContent extends React.Component { method constructor (line 18) | constructor() { method init (line 26) | init(keyName, keyType) { method load (line 48) | load(index) { method rowClassGetter (line 59) | rowClassGetter(index) { method componentDidMount (line 70) | componentDidMount() { method componentDidUpdate (line 74) | componentDidUpdate() { method componentWillReceiveProps (line 80) | componentWillReceiveProps(nextProps) { method componentWillUnmount (line 87) | componentWillUnmount() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/KeyContent/index.jsx class KeyContent (line 14) | class KeyContent extends PureComponent { method constructor (line 15) | constructor() { method render (line 20) | render() { function mapStateToProps (line 40) | function mapStateToProps(state) { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/TabBar/index.jsx constant TABS (line 6) | const TABS = ['Content', 'Terminal', 'Config'] function renderTabIcon (line 8) | function renderTabIcon(tab) { function renderTab (line 19) | function renderTab(tab, {activeTab, onSelectTab}) { function Content (line 30) | function Content(props) { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/Terminal/index.jsx class Terminal (line 11) | class Terminal extends React.PureComponent { method constructor (line 12) | constructor() { method componentDidMount (line 17) | componentDidMount() { method onSelect (line 88) | onSelect(db) { method execute (line 92) | execute(term, args) { method componentWillReceiveProps (line 141) | componentWillReceiveProps(nextProps) { method componentWillUnmount (line 147) | componentWillUnmount() { method render (line 151) | render() { function getHTML (line 158) | function getHTML(response) { function formatMonitor (line 186) | function formatMonitor(time, args) { function formatMessage (line 203) | function formatMessage(channel, message) { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/Content/index.jsx class Content (line 10) | class Content extends React.PureComponent { method constructor (line 11) | constructor() { method init (line 21) | init(keyName) { method componentDidMount (line 33) | componentDidMount() { method componentWillReceiveProps (line 37) | componentWillReceiveProps(nextProps) { method handleTabChange (line 46) | handleTabChange(tab) { method render (line 50) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/ContentEditable/index.jsx class ContentEditable (line 7) | class ContentEditable extends React.Component { method constructor (line 8) | constructor() { method render (line 12) | render() { method shouldComponentUpdate (line 28) | shouldComponentUpdate(nextProps) { method componentDidMount (line 33) | componentDidMount() { method componentDidUpdate (line 39) | componentDidUpdate() { method handleKeyDown (line 53) | handleKeyDown(evt) { method handleChange (line 67) | handleChange(evt) { method handleSubmit (line 75) | handleSubmit() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/KeyBrowser/Footer.jsx class Footer (line 5) | class Footer extends React.Component { method constructor (line 6) | constructor() { method componentDidMount (line 11) | componentDidMount() { method componentWillReceiveProps (line 17) | componentWillReceiveProps(nextProps) { method updateDBCount (line 23) | updateDBCount() { method updateInfo (line 39) | updateInfo() { method guessDatabaseNumber (line 58) | guessDatabaseNumber(select, startIndex, lastSuccessIndex) { method componentWillUnmount (line 73) | componentWillUnmount() { method handleChange (line 78) | handleChange(evt) { method keyCountByDb (line 83) | keyCountByDb(dbNumber){ method render (line 95) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/KeyBrowser/KeyList/index.jsx class KeyList (line 12) | class KeyList extends React.Component { method refresh (line 22) | refresh(firstTime) { method componentWillReceiveProps (line 32) | componentWillReceiveProps(nextProps) { method scan (line 52) | scan(firstTime) { method handleSelect (line 167) | handleSelect(index, force) { method deleteSelectedKey (line 185) | deleteSelectedKey() { method componentDidMount (line 208) | componentDidMount() { method setTTLforKey (line 239) | setTTLforKey() { method duplicateKey (line 272) | duplicateKey() { method createKey (line 302) | createKey(key, type) { method showContextMenu (line 318) | showContextMenu(e, row) { method render (line 365) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/KeyBrowser/PatternList/index.jsx class PatternList (line 8) | class PatternList extends React.Component { method constructor (line 9) | constructor(props) { method componentWillReceiveProps (line 17) | componentWillReceiveProps(nextProps) { method updatePattern (line 26) | updatePattern(value) { method render (line 31) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/KeyBrowser/index.jsx constant FOOTER_HEIGHT (line 9) | const FOOTER_HEIGHT = 66 function KeyBrowser (line 11) | function KeyBrowser({ FILE: src/renderer/windows/MainWindow/InstanceContent/DatabaseContainer/index.jsx class Database (line 10) | class Database extends React.PureComponent { method constructor (line 11) | constructor() { method componentDidMount (line 26) | componentDidMount() { method componentWillUnmount (line 32) | componentWillUnmount() { method updateLayout (line 36) | updateLayout() { method handleCreateKey (line 42) | handleCreateKey(key) { method render (line 46) | render() { function mapStateToProps (line 85) | function mapStateToProps(state, {instance}) { FILE: src/renderer/windows/MainWindow/InstanceContent/Modal/index.jsx class Modal (line 7) | class Modal extends React.Component { method handleSubmit (line 8) | handleSubmit() { method handleCancel (line 21) | handleCancel() { method componentDidMount (line 25) | componentDidMount() { method handleKeyDown (line 46) | handleKeyDown(evt) { method render (line 85) | render() { FILE: src/renderer/windows/MainWindow/InstanceContent/index.jsx class InstanceContent (line 9) | class InstanceContent extends PureComponent { method constructor (line 10) | constructor() { method componentDidMount (line 15) | componentDidMount() { method modalSubmit (line 26) | modalSubmit(result) { method modalCancel (line 34) | modalCancel() { method componentWillUnmount (line 42) | componentWillUnmount() { method render (line 46) | render() { FILE: src/renderer/windows/MainWindow/InstanceTabs/Tab.tsx type ITabProps (line 4) | interface ITabProps { function Tab (line 12) | function Tab({instanceKey, onTabClick, onTabCloseButtonClick, active, ti... FILE: src/renderer/windows/MainWindow/InstanceTabs/Tabs.tsx type ITabsProps (line 5) | interface ITabsProps { function Tabs (line 12) | function Tabs({instances, activeInstanceKey, onTabSelect, onTabClose}: I... FILE: src/renderer/windows/MainWindow/InstanceTabs/index.tsx function isModalShown (line 6) | function isModalShown() { type IInstanceTabsProps (line 12) | interface IInstanceTabsProps { function InstanceTabs (line 21) | function InstanceTabs({ FILE: src/renderer/windows/MainWindow/index.jsx class MainWindow (line 12) | class MainWindow extends PureComponent { method componentDidMount (line 13) | componentDidMount() { method componentWillUnmount (line 17) | componentWillUnmount() { method onHotKey (line 21) | onHotKey(e) { method getTitle (line 45) | getTitle() { method render (line 57) | render() { FILE: src/renderer/windows/PatternManagerWindow/index.jsx class App (line 10) | class App extends React.Component { method constructor (line 11) | constructor(props, context) { method handleChange (line 16) | handleChange(property, e) { method select (line 20) | select(index) { method renderPatternForm (line 28) | renderPatternForm(activePattern) { method render (line 71) | render() { function mapStateToProps (line 111) | function mapStateToProps(state) { function getParameterByName (line 125) | function getParameterByName(name) {