SYMBOL INDEX (389 symbols across 26 files) FILE: app/actions/index.js constant UPDATE_USER_SESSION (line 6) | const UPDATE_USER_SESSION = 'UPDATE_USER_SESSION' constant LOGOUT_USER_SESSION (line 7) | const LOGOUT_USER_SESSION = 'LOGOUT_USER_SESSION' constant UPDATE_ACCESS_TOKEN (line 8) | const UPDATE_ACCESS_TOKEN = 'UPDATE_ACCESS_TOKEN' constant REMOVE_ACCESS_TOKEN (line 9) | const REMOVE_ACCESS_TOKEN = 'REMOVE_ACCESS_TOKEN' constant UPDATE_GISTS (line 10) | const UPDATE_GISTS = 'UPDATE_GISTS' constant UPDATE_SYNC_TIME (line 11) | const UPDATE_SYNC_TIME = 'UPDATE_SYNC_TIME' constant UPDATE_SINGLE_GIST (line 12) | const UPDATE_SINGLE_GIST = 'UPDATE_SINGLE_GIST' constant UPDATE_GIST_TAGS (line 13) | const UPDATE_GIST_TAGS = 'UPDATE_GIST_TAGS' constant UPDATE_PINNED_TAGS (line 14) | const UPDATE_PINNED_TAGS = 'UPDATE_PINNED_TAGS' constant SELECT_GIST_TAG (line 15) | const SELECT_GIST_TAG = 'SELECT_GIST_TAG' constant SELECT_GIST (line 16) | const SELECT_GIST = 'SELECT_GIST' constant UPDATE_AUTHWINDOW_STATUS (line 17) | const UPDATE_AUTHWINDOW_STATUS = 'UPDATE_AUTHWINDOW_STATUS' constant UPDATE_GIST_SYNC_STATUS (line 18) | const UPDATE_GIST_SYNC_STATUS = 'UPDATE_GIST_SYNC_STATUS' constant UPDATE_SEARCHWINDOW_STATUS (line 19) | const UPDATE_SEARCHWINDOW_STATUS = 'UPDATE_SEARCHWINDOW_STATUS' constant UPDATE_SCROLL_REQUEST_STATUS (line 20) | const UPDATE_SCROLL_REQUEST_STATUS = 'UPDATE_SCROLL_REQUEST_STATUS' constant UPDATE_UPDATEAVAILABLEBAR_STATUS (line 21) | const UPDATE_UPDATEAVAILABLEBAR_STATUS = 'UPDATE_UPDATEAVAILABLEBAR_STATUS' constant UPDATE_NEW_VERSION_INFO (line 22) | const UPDATE_NEW_VERSION_INFO = 'UPDATE_NEW_VERSION_INFO' constant UPDATE_IMMERSIVE_MODE_STATUS (line 23) | const UPDATE_IMMERSIVE_MODE_STATUS = 'UPDATE_IMMERSIVE_MODE_STATUS' constant UPDATE_LOGOUT_MODAL_STATUS (line 24) | const UPDATE_LOGOUT_MODAL_STATUS = 'UPDATE_LOGOUT_MODAL_STATUS' constant UPDATE_GIST_RAW_MODAL (line 25) | const UPDATE_GIST_RAW_MODAL = 'UPDATE_GIST_RAW_MODAL' constant UPDATE_GIST_EDIT_MODAL (line 26) | const UPDATE_GIST_EDIT_MODAL = 'UPDATE_GIST_EDIT_MODAL' constant UPDATE_GIST_NEW_MODAL (line 27) | const UPDATE_GIST_NEW_MODAL = 'UPDATE_GIST_NEW_MODAL' constant UPDATE_GIST_DELETE_MODAL_STATUS (line 28) | const UPDATE_GIST_DELETE_MODAL_STATUS = 'UPDATE_GIST_DELETE_MODAL_STATUS' constant UPDATE_PINNED_TAGS_MODAL_STATUS (line 29) | const UPDATE_PINNED_TAGS_MODAL_STATUS = 'UPDATE_PINNED_TAGS_MODAL_STATUS' constant UPDATE_FILE_EXPAND_STATUS (line 30) | const UPDATE_FILE_EXPAND_STATUS = 'UPDATE_FILE_EXPAND_STATUS' constant UPDATE_DASHBOARD_MODAL_STATUS (line 31) | const UPDATE_DASHBOARD_MODAL_STATUS = 'UPDATE_DASHBOARD_MODAL_STATUS' constant UPDATE_ABOUT_MODAL_STATUS (line 32) | const UPDATE_ABOUT_MODAL_STATUS = 'UPDATE_ABOUT_MODAL_STATUS' function updateDashboardModalStatus (line 34) | function updateDashboardModalStatus (status) { function updateAboutModalStatus (line 41) | function updateAboutModalStatus (status) { function updateFileExpandStatus (line 48) | function updateFileExpandStatus (status) { function updatePinnedTagsModalStatus (line 55) | function updatePinnedTagsModalStatus (status) { function updateGistDeleteModeStatus (line 62) | function updateGistDeleteModeStatus (status) { function updateGistEditModeStatus (line 69) | function updateGistEditModeStatus (status) { function updateGistNewModeStatus (line 76) | function updateGistNewModeStatus (status) { function updateGistRawModal (line 83) | function updateGistRawModal (modalInfo) { function updateImmersiveModeStatus (line 90) | function updateImmersiveModeStatus (status) { function updateNewVersionInfo (line 97) | function updateNewVersionInfo (status) { function updateUpdateAvailableBarStatus (line 104) | function updateUpdateAvailableBarStatus (status) { function updateGistSyncStatus (line 111) | function updateGistSyncStatus (status) { function updateAuthWindowStatus (line 118) | function updateAuthWindowStatus (status) { function updateSearchWindowStatus (line 125) | function updateSearchWindowStatus (status) { function updatescrollRequestStatus (line 132) | function updatescrollRequestStatus (status) { function updateAccessToken (line 139) | function updateAccessToken (token) { function removeAccessToken (line 146) | function removeAccessToken () { function updateUserSession (line 153) | function updateUserSession (session) { function logoutUserSession (line 160) | function logoutUserSession () { function updateGists (line 167) | function updateGists (gists) { function updateSyncTime (line 174) | function updateSyncTime (time) { function updateSingleGist (line 181) | function updateSingleGist (gist) { function updateGistTags (line 188) | function updateGistTags (tags) { function updatePinnedTags (line 195) | function updatePinnedTags (tags) { function selectGistTag (line 202) | function selectGistTag (tag) { function selectGist (line 209) | function selectGist (id) { function updateLogoutModalStatus (line 216) | function updateLogoutModalStatus (status) { function fetchSingleGist (line 223) | function fetchSingleGist (oldGist, id) { FILE: app/containers/aboutPage/index.js class AboutPage (line 21) | class AboutPage extends Component { method openFileInEditor (line 22) | openFileInEditor (filePath) { method renderAboutSection (line 29) | renderAboutSection () { method renderSettingModalBody (line 98) | renderSettingModalBody () { method handleCloseButtonClicked (line 106) | handleCloseButtonClicked () { method render (line 111) | render () { function mapStateToProps (line 129) | function mapStateToProps (state) { function mapDispatchToProps (line 135) | function mapDispatchToProps (dispatch) { FILE: app/containers/appContainer/index.js class AppContainer (line 25) | class AppContainer extends Component { method renderAboutPage (line 26) | renderAboutPage () { method renderDashboard (line 33) | renderDashboard () { method renderSearchPage (line 40) | renderSearchPage () { method dismissUpdateAlert (line 51) | dismissUpdateAlert () { method handleDownloadClicked (line 56) | handleDownloadClicked () { method handleReleaseNotesClicked (line 62) | handleReleaseNotesClicked () { method handleSkipClicked (line 67) | handleSkipClicked () { method renderUpdateAlert (line 73) | renderUpdateAlert () { method renderActiveNormalSection (line 93) | renderActiveNormalSection () { method renderActiveImmersiveSection (line 124) | renderActiveImmersiveSection () { method renderActiveSection (line 133) | renderActiveSection () { method renderInactiveSection (line 144) | renderInactiveSection () { method render (line 153) | render () { function mapStateToProps (line 165) | function mapStateToProps (state) { function mapDispatchToProps (line 177) | function mapDispatchToProps (dispatch) { FILE: app/containers/codeArea/index.js class CodeArea (line 27) | class CodeArea extends Component { method createJupyterNotebookCodeBlock (line 28) | createJupyterNotebookCodeBlock (content, language, kTabLength) { method createMarkdownCodeBlock (line 39) | createMarkdownCodeBlock (content) { method createHighlightedCodeBlock (line 43) | createHighlightedCodeBlock (content, language, kTabLength) { method adaptedLanguage (line 73) | adaptedLanguage (filename, lang) { method renderCodeArea (line 111) | renderCodeArea (filename, content, lang, kTabLength) { method render (line 130) | render () { FILE: app/containers/dashboard/index.js class Dashboard (line 12) | class Dashboard extends Component { method renderDashboardSection (line 13) | renderDashboardSection () { method buildRadarChart (line 38) | buildRadarChart (data, labels) { method renderCompliments (line 69) | renderCompliments (lang) { method renderSettingModalBody (line 79) | renderSettingModalBody () { method handleCloseButtonClicked (line 87) | handleCloseButtonClicked () { method render (line 92) | render () { function mapStateToProps (line 110) | function mapStateToProps (state) { function mapDispatchToProps (line 117) | function mapDispatchToProps (dispatch) { FILE: app/containers/gistEditor/index.js class GistEditor (line 166) | class GistEditor extends Component { method componentDidMount (line 167) | componentDidMount () { method componentDidUpdate (line 176) | componentDidUpdate (prevProps, prevState) { method setMode (line 184) | setMode (filename) { method render (line 189) | render () { FILE: app/containers/gistEditorForm/index.js constant NEW_GIST (line 13) | const NEW_GIST = 'NEW_GIST' constant UPDATE_GIST (line 14) | const UPDATE_GIST = 'UPDATE_GIST' class GistEditorFormImpl (line 25) | class GistEditorFormImpl extends Component { method componentWillMount (line 26) | componentWillMount () { method componentDidMount (line 34) | componentDidMount () { method componentWillUnmount (line 40) | componentWillUnmount () { method shortcutSubmit (line 44) | shortcutSubmit () { method render (line 50) | render () { function renderGistFileHeader (line 142) | function renderGistFileHeader (member, fields, index) { FILE: app/containers/loginPage/index.js class LoginPage (line 18) | class LoginPage extends Component { method constructor (line 19) | constructor (props) { method componentWillMount (line 27) | componentWillMount () { method componentWillUnmount (line 41) | componentWillUnmount () { method handleLoginClicked (line 46) | handleLoginClicked () { method handleContinueButtonClicked (line 52) | handleContinueButtonClicked (token) { method handleTokenLoginButtonClicked (line 56) | handleTokenLoginButtonClicked (token) { method handleLoginModeSwitched (line 62) | handleLoginModeSwitched () { method renderControlSection (line 74) | renderControlSection () { method updateInputValue (line 129) | updateInputValue (evt) { method renderCredentialLoginSection (line 135) | renderCredentialLoginSection (authWindowStatus, userSessionStatus) { method renderTokenLoginSection (line 155) | renderTokenLoginSection (showLoginSwitch, userSessionStatus) { method renderLoginModalBody (line 183) | renderLoginModalBody () { method renderAvatar (line 192) | renderAvatar () { method render (line 221) | render () { function mapStateToProps (line 237) | function mapStateToProps (state) { FILE: app/containers/navigationPanel/index.js class NavigationPanel (line 23) | class NavigationPanel extends Component { method constructor (line 24) | constructor (props) { method handleClicked (line 44) | handleClicked (key) { method renderPinnedTags (line 50) | renderPinnedTags () { method renderLangTags (line 70) | renderLangTags () { method renderCustomTags (line 93) | renderCustomTags () { method handleConfigurePinnedTagClicked (line 116) | handleConfigurePinnedTagClicked () { method handleSectionClick (line 125) | handleSectionClick (index) { method renderTagSection (line 141) | renderTagSection () { method handleTagInPinnedTagsModalClicked (line 212) | handleTagInPinnedTagsModalClicked (tag) { method closePinnedTagsModal (line 222) | closePinnedTagsModal () { method renderAllTagsForPin (line 229) | renderAllTagsForPin () { method handlePinnedTagSaved (line 272) | handlePinnedTagSaved () { method renderPinnedTagsModal (line 286) | renderPinnedTagsModal () { method render (line 308) | render () { function mapStateToProps (line 335) | function mapStateToProps (state) { function mapDispatchToProps (line 346) | function mapDispatchToProps (dispatch) { FILE: app/containers/navigationPanelDetails/index.js class NavigationPanelDetails (line 13) | class NavigationPanelDetails extends Component { method componentDidUpdate (line 14) | componentDidUpdate () { method handleClicked (line 25) | handleClicked (gistId) { method decideSnippetListItemClass (line 37) | decideSnippetListItemClass (gistId) { method renderSnippetThumbnails (line 48) | renderSnippetThumbnails () { method render (line 107) | render () { function mapStateToProps (line 122) | function mapStateToProps (state) { function mapDispatchToProps (line 132) | function mapDispatchToProps (dispatch) { FILE: app/containers/searchPage/index.js class SearchPage (line 22) | class SearchPage extends Component { method constructor (line 23) | constructor (props) { method componentWillMount (line 32) | componentWillMount () { method selectPreGist (line 37) | selectPreGist () { method selectNextGist (line 49) | selectNextGist () { method selectCurrentGist (line 61) | selectCurrentGist () { method handleKeyDown (line 68) | handleKeyDown (e) { method handleSnippetClicked (line 85) | handleSnippetClicked (gistId) { method updateInputValue (line 110) | updateInputValue (evt) { method queryInputValue (line 117) | queryInputValue (evt) { method renderSnippetDescription (line 127) | renderSnippetDescription (rawDescription) { method renderSearchResults (line 143) | renderSearchResults () { method renderSearchModalBody (line 189) | renderSearchModalBody () { method render (line 208) | render () { function mapStateToProps (line 221) | function mapStateToProps (state) { function mapDispatchToProps (line 229) | function mapDispatchToProps (dispatch) { FILE: app/containers/snippet/index.js class Snippet (line 47) | class Snippet extends Component { method componentDidMount (line 48) | componentDidMount () { method componentWillUnmount (line 60) | componentWillUnmount () { method showDeleteModal (line 65) | showDeleteModal () { method closeDeleteModal (line 69) | closeDeleteModal () { method handleDeleteClicked (line 73) | handleDeleteClicked () { method renderDeleteModal (line 98) | renderDeleteModal () { method showGistEditorModal (line 116) | showGistEditorModal () { method closeGistEditorModal (line 123) | closeGistEditorModal () { method handleGistEditorFormSubmit (line 127) | handleGistEditorFormSubmit (data) { method updateGistsStoreWithUpdatedGist (line 167) | updateGistsStoreWithUpdatedGist (gistDetails) { method renderGistEditorModalBody (line 285) | renderGistEditorModalBody (description, fileArray, isPrivate) { method renderGistEditorModal (line 301) | renderGistEditorModal (description, fileArray, isPrivate) { method closeRawModal (line 321) | closeRawModal () { method handleCopyGistLinkClicked (line 330) | handleCopyGistLinkClicked (snippet, file) { method handleCopyGistFileClicked (line 336) | handleCopyGistFileClicked (gist) { method showRawModalModal (line 341) | showRawModalModal (gist) { method renderRawModal (line 350) | renderRawModal () { method selectText (line 374) | selectText () { method handleCopyRawLinkClicked (line 378) | handleCopyRawLinkClicked (url) { method renderPanelHeader (line 383) | renderPanelHeader (activeSnippet) { method renderSnippetDescription (line 429) | renderSnippetDescription (gist) { method handleCollapseClicked (line 470) | handleCollapseClicked (filename) { method render (line 486) | render () { function mapStateToProps (line 573) | function mapStateToProps (state) { function mapDispatchToProps (line 589) | function mapDispatchToProps (dispatch) { FILE: app/containers/snippetPanel/index.js class SnippetPanel (line 8) | class SnippetPanel extends Component { method renderEmptySnippetSection (line 9) | renderEmptySnippetSection () { method renderNormalSnippetSection (line 16) | renderNormalSnippetSection () { method render (line 26) | render () { function mapStateToProps (line 40) | function mapStateToProps (state) { FILE: app/containers/userPanel/index.js class UserPanel (line 51) | class UserPanel extends Component { method componentDidMount (line 52) | componentDidMount () { method componentWillUnmount (line 64) | componentWillUnmount () { method handleCreateSingleGist (line 68) | handleCreateSingleGist (data) { method updateGistsStoreWithNewGist (line 92) | updateGistsStoreWithNewGist (gistDetails) { method renderGistEditorModalBody (line 169) | renderGistEditorModalBody () { method renderGistEditorModal (line 186) | renderGistEditorModal () { method renderInSection (line 206) | renderInSection () { method handleLogoutClicked (line 241) | handleLogoutClicked () { method handleNewGistClicked (line 245) | handleNewGistClicked () { method closeGistEditorModal (line 249) | closeGistEditorModal () { method handleSyncClicked (line 253) | handleSyncClicked () { method handleLogoutModalCancelClicked (line 257) | handleLogoutModalCancelClicked () { method handleLogoutModalConfirmClicked (line 261) | handleLogoutModalConfirmClicked () { method renderProfile (line 274) | renderProfile () { method renderLogoutConfirmationModal (line 303) | renderLogoutConfirmationModal () { method render (line 321) | render () { function mapStateToProps (line 337) | function mapStateToProps (state) { function mapDispatchToProps (line 349) | function mapDispatchToProps (dispatch) { FILE: app/index.js constant CONFIG_OPTIONS (line 68) | const CONFIG_OPTIONS = { function launchAuthWindow (line 79) | function launchAuthWindow (token) { function setSyncTime (line 158) | function setSyncTime (time) { function initAccessToken (line 163) | function initAccessToken (token) { function updateAuthWindowStatusOn (line 168) | function updateAuthWindowStatusOn () { function updateAuthWindowStatusOff (line 173) | function updateAuthWindowStatusOff () { function updateGistTagsAfterSync (line 179) | function updateGistTagsAfterSync (gistTags) { function getEffectiveActiveGistTagAfterSync (line 186) | function getEffectiveActiveGistTagAfterSync (gistTags, newActiveTag) { function updateActiveGistTagAfterSync (line 196) | function updateActiveGistTagAfterSync (gistTags, newActiveTagCandidate) { function updateActiveGistBase (line 209) | function updateActiveGistBase (gists, activeGist) { function updateActiveGistAfterSync (line 223) | function updateActiveGistAfterSync (gists, gistTags, newActiveTagCandida... function updateActiveGistAfterClicked (line 234) | function updateActiveGistAfterClicked (gists, gistTags, newActiveTag) { function updateGistStoreAfterSync (line 242) | function updateGistStoreAfterSync (gists) { function takeSyncSnapshot (line 247) | function takeSyncSnapshot () { function clearSyncSnapshot (line 255) | function clearSyncSnapshot () { function reSyncUserGists (line 262) | function reSyncUserGists () { function updateUserGists (line 267) | function updateUserGists (userLoginId, token) { function initUserSession (line 375) | function initUserSession (token) { function updateLocalStorage (line 422) | function updateLocalStorage (data) { function getCachedUserInfo (line 438) | function getCachedUserInfo () { function syncLocalPref (line 455) | function syncLocalPref (userName) { function allDialogsClosed (line 469) | function allDialogsClosed (dialogsStatus) { FILE: app/utilities/githubApi/index.js constant TAG (line 8) | const TAG = '[REST] ' function exchangeAccessToken (line 28) | function exchangeAccessToken (clientId, clientSecret, authCode) { function getUserProfile (line 44) | function getUserProfile (token) { function getSingleGist (line 60) | function getSingleGist (token, gistId) { function getAllGistsV2 (line 76) | function getAllGistsV2 (token, userId) { function requestGists (line 108) | function requestGists (token, userId, page, gistList) { function parseBody (line 120) | function parseBody (res, gistList) { constant EMPTY_PAGE_ERROR_MESSAGE (line 124) | const EMPTY_PAGE_ERROR_MESSAGE = 'page empty (Not an error)' function getAllGistsV1 (line 125) | function getAllGistsV1 (token, userId) { function makeRangeArr (line 173) | function makeRangeArr (start, end) { constant GISTS_PER_PAGE (line 179) | const GISTS_PER_PAGE = 100 function makeOptionForGetAllGists (line 180) | function makeOptionForGetAllGists (token, userId, page) { function createSingleGist (line 199) | function createSingleGist (token, description, files, isPublic) { function editSingleGist (line 219) | function editSingleGist (token, gistId, updatedDescription, updatedFiles) { function deleteSingleGist (line 238) | function deleteSingleGist (token, gistId) { constant EXCHANGE_ACCESS_TOKEN (line 253) | const EXCHANGE_ACCESS_TOKEN = 'EXCHANGE_ACCESS_TOKEN' constant GET_ALL_GISTS (line 254) | const GET_ALL_GISTS = 'GET_ALL_GISTS' constant GET_ALL_GISTS_V1 (line 255) | const GET_ALL_GISTS_V1 = 'GET_ALL_GISTS_V1' constant GET_SINGLE_GIST (line 256) | const GET_SINGLE_GIST = 'GET_SINGLE_GIST' constant GET_USER_PROFILE (line 257) | const GET_USER_PROFILE = 'GET_USER_PROFILE' constant CREATE_SINGLE_GIST (line 258) | const CREATE_SINGLE_GIST = 'CREATE_SINGLE_GIST' constant EDIT_SINGLE_GIST (line 259) | const EDIT_SINGLE_GIST = 'EDIT_SINGLE_GIST' constant DELETE_SINGLE_GIST (line 260) | const DELETE_SINGLE_GIST = 'DELETE_SINGLE_GIST' function getGitHubApi (line 262) | function getGitHubApi (selection) { FILE: app/utilities/menu/mainMenu.js method click (line 50) | click (item, focusedWindow) { method click (line 91) | click () { require('electron').shell.openExternal('http://hackjutsu.com/... FILE: app/utilities/notifier/index.js function notifySuccess (line 5) | function notifySuccess (title, message = '') { function notifyFailure (line 15) | function notifyFailure (title, message = '') { FILE: app/utilities/parser/index.js function descriptionParser (line 12) | function descriptionParser (payload) { function addLangPrefix (line 33) | function addLangPrefix (payload) { function parseLangName (line 41) | function parseLangName (payload) { function addCustomTagsPrefix (line 48) | function addCustomTagsPrefix (tags) { function parseCustomTags (line 55) | function parseCustomTags (payload) { function parseCustomTagsLegacy (line 64) | function parseCustomTagsLegacy (payload) { function parseCustomTagsTwitter (line 70) | function parseCustomTagsTwitter (payload) { FILE: app/utilities/search/index.js function resetFuseIndex (line 24) | function resetFuseIndex (list) { function initFuseSearch (line 28) | function initFuseSearch () { function addToFuseIndex (line 32) | function addToFuseIndex (item) { function updateFuseIndex (line 36) | function updateFuseIndex (item) { function fuseSearch (line 44) | function fuseSearch (pattern) { FILE: app/utilities/store/index.js class Store (line 5) | class Store { method constructor (line 6) | constructor (opts) { method get (line 17) | get (key) { method set (line 22) | set (key, val) { function parseDataFile (line 32) | function parseDataFile (filePath, defaults) { FILE: app/utilities/themeManager/index.js constant LIGHT_THEME (line 4) | const LIGHT_THEME = 'light' constant DARK_THEME (line 5) | const DARK_THEME = 'dark' class ThemeManager (line 7) | class ThemeManager { method constructor (line 8) | constructor () { method setTheme (line 18) | setTheme (theme) { method toggleTheme (line 24) | toggleTheme () { method generateScheme (line 29) | generateScheme (themeName) { FILE: docs/js/jqBootstrapValidation.js function regexFromString (line 875) | function regexFromString(inputstring) { function executeFunctionByName (line 885) | function executeFunctionByName(functionName, context /*, args*/) { FILE: docs/vendor/bootstrap/js/bootstrap.js function transitionEnd (line 34) | function transitionEnd() { function removeElement (line 126) | function removeElement() { function Plugin (line 142) | function Plugin(option) { function Plugin (line 251) | function Plugin(option) { function Plugin (line 475) | function Plugin(option) { function getTargetFromTrigger (line 695) | function getTargetFromTrigger($trigger) { function Plugin (line 707) | function Plugin(option) { function getParent (line 774) | function getParent($this) { function clearMenus (line 787) | function clearMenus(e) { function Plugin (line 880) | function Plugin(option) { function Plugin (line 1208) | function Plugin(option, _relatedTarget) { function complete (line 1574) | function complete() { function Plugin (line 1750) | function Plugin(option) { function Plugin (line 1859) | function Plugin(option) { function ScrollSpy (line 1902) | function ScrollSpy(element, options) { function Plugin (line 2022) | function Plugin(option) { function next (line 2131) | function next() { function Plugin (line 2177) | function Plugin(option) { function Plugin (line 2334) | function Plugin(option) { FILE: docs/vendor/jquery/jquery.js function isArrayLike (line 563) | function isArrayLike( obj ) { function Sizzle (line 772) | function Sizzle( selector, context, results, seed ) { function createCache (line 912) | function createCache() { function markFunction (line 930) | function markFunction( fn ) { function assert (line 939) | function assert( fn ) { function addHandle (line 961) | function addHandle( attrs, handler ) { function siblingCheck (line 976) | function siblingCheck( a, b ) { function createInputPseudo (line 1003) | function createInputPseudo( type ) { function createButtonPseudo (line 1014) | function createButtonPseudo( type ) { function createPositionalPseudo (line 1025) | function createPositionalPseudo( fn ) { function testContext (line 1048) | function testContext( context ) { function setFilters (line 2093) | function setFilters() {} function toSelector (line 2164) | function toSelector( tokens ) { function addCombinator (line 2174) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2232) | function elementMatcher( matchers ) { function multipleContexts (line 2246) | function multipleContexts( selector, contexts, results ) { function condense (line 2255) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2276) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2369) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2427) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function winnow (line 2765) | function winnow( elements, qualifier, not ) { function sibling (line 3078) | function sibling( cur, dir ) { function createOptions (line 3159) | function createOptions( options ) { function detach (line 3595) | function detach() { function completed (line 3609) | function completed() { function dataAttr (line 3779) | function dataAttr( elem, key, data ) { function isEmptyDataObject (line 3813) | function isEmptyDataObject( obj ) { function internalData (line 3829) | function internalData( elem, name, data, pvt /* Internal Use Only */ ) { function internalRemoveData (line 3921) | function internalRemoveData( elem, name, pvt ) { function adjustCSS (line 4314) | function adjustCSS( elem, prop, valueParts, tween ) { function createSafeFragment (line 4444) | function createSafeFragment( document ) { function getAll (line 4548) | function getAll( context, tag ) { function setGlobalEval (line 4577) | function setGlobalEval( elems, refElements ) { function fixDefaultChecked (line 4593) | function fixDefaultChecked( elem ) { function buildFragment (line 4599) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 4759) | function returnTrue() { function returnFalse (line 4763) | function returnFalse() { function safeActiveElement (line 4769) | function safeActiveElement() { function on (line 4775) | function on( elem, types, selector, data, fn, one ) { function manipulationTarget (line 5890) | function manipulationTarget( elem, content ) { function disableScript (line 5900) | function disableScript( elem ) { function restoreScript (line 5904) | function restoreScript( elem ) { function cloneCopyEvent (line 5914) | function cloneCopyEvent( src, dest ) { function fixCloneNodeIssues (line 5941) | function fixCloneNodeIssues( src, dest ) { function domManip (line 6009) | function domManip( collection, args, callback, ignored ) { function remove (line 6106) | function remove( elem, selector, keepData ) { function actualDisplay (line 6442) | function actualDisplay( name, doc ) { function defaultDisplay (line 6458) | function defaultDisplay( nodeName ) { function computeStyleTests (line 6607) | function computeStyleTests() { function addGetHookIf (line 6819) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6862) | function vendorPropName( name ) { function showHide (line 6881) | function showHide( elements, show ) { function setPositiveNumber (line 6938) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 6947) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 6991) | function getWidthOrHeight( elem, name, extra ) { function Tween (line 7374) | function Tween( elem, options, prop, end, easing ) { function createFxNow (line 7498) | function createFxNow() { function genFx (line 7506) | function genFx( type, includeWidth ) { function createTween (line 7526) | function createTween( value, prop, animation ) { function defaultPrefilter (line 7540) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7685) | function propFilter( props, specialEasing ) { function Animation (line 7722) | function Animation( elem, properties, options ) { function getClass (line 8803) | function getClass( elem ) { function addToPrefiltersOrTransports (line 9115) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 9149) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 9178) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 9198) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 9255) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9753) | function done( status, nativeStatusText, responses, headers ) { function getDisplay (line 9985) | function getDisplay( elem ) { function filterHidden (line 9989) | function filterHidden( elem ) { function buildParams (line 10027) | function buildParams( prefix, obj, traditional, add ) { function createStandardXHR (line 10346) | function createStandardXHR() { function createActiveXHR (line 10352) | function createActiveXHR() { function getWindow (line 10682) | function getWindow( elem ) { FILE: main.js function getConfigPath (line 45) | function getConfigPath() { function initGlobalLogger (line 367) | function initGlobalLogger () { function setTray (line 388) | function setTray(app, mainWindow) {