SYMBOL INDEX (52 symbols across 16 files) FILE: packages/common/HostData.ts type HostData (line 3) | type HostData = { function getHostData (line 51) | function getHostData(host: SupportedHostings) { FILE: packages/common/LocalStorage.ts type LocalStorage (line 6) | type LocalStorage = { function getStorage (line 29) | function getStorage(): Promise { function setStorage (line 47) | function setStorage(storage: LocalStorage) { function resetStorage (line 54) | function resetStorage() { FILE: packages/common/Messenger.ts type CreateMessage (line 3) | type CreateMessage = { type... type Message (line 5) | type Message = function sendMessage (line 10) | function sendMessage(message: Message) { function onMessage (line 18) | function onMessage(callback: (message: Message, sender: any, sendRespons... FILE: packages/common/SupportedHostings.ts type SupportedHostings (line 1) | type SupportedHostings = 'github' | 'githubgist' | 'gitlab' | 'bitbucket... FILE: packages/content/pages/BitBucket.ts constant QUERY_FILE_TABLE_ROWS (line 6) | const QUERY_FILE_TABLE_ROWS = 'table[data-qa="repository-directory"] > t... constant QUERY_ICONS_TO_REPLACE (line 7) | const QUERY_ICONS_TO_REPLACE = `${QUERY_FILE_TABLE_ROWS} a svg`; function showRepoTreeIcons (line 9) | function showRepoTreeIcons() { function update (line 67) | function update(e?: any) { function initBitBucket (line 71) | function initBitBucket() { FILE: packages/content/pages/GistGitHub.ts constant QUERY_FILE_INFO (line 5) | const QUERY_FILE_INFO = '.file-info'; function update (line 25) | function update(e?: any) { function initGistGithub (line 31) | function initGistGithub() { FILE: packages/content/pages/GitHub.ts constant QUERY_FILE_TABLE_ITEMS (line 16) | const QUERY_FILE_TABLE_ITEMS = 'div.js-navigation-container>div.js-navig... constant QUERY_PATH_SEGMENTS (line 17) | const QUERY_PATH_SEGMENTS = '.repository-content .js-path-segment a'; constant QUERY_PJAX_CONTAINER (line 18) | const QUERY_PJAX_CONTAINER = 'main'; constant QUERY_LAST_PATH_SEGMENT (line 19) | const QUERY_LAST_PATH_SEGMENT = '.final-path'; function showIconsForSegments (line 24) | function showIconsForSegments() { function showRepoTreeIcons (line 60) | function showRepoTreeIcons(rowEl: Element) { function update (line 108) | function update(e?: any) { function initGithub (line 115) | function initGithub() { FILE: packages/content/pages/GitLab.ts constant QUERY_TREE_ITEMS (line 6) | const QUERY_TREE_ITEMS = '.tree-item'; function showRepoTreeIcons (line 8) | function showRepoTreeIcons() { function update (line 39) | function update(e?: any) { function initGitLab (line 45) | function initGitLab() { FILE: packages/content/pages/PasteBin.ts constant QUERY_PASTEBIN_ITEMS (line 5) | const QUERY_PASTEBIN_ITEMS = '.maintable>tbody>tr'; constant QUERY_PASTEBIN_PASTE (line 6) | const QUERY_PASTEBIN_PASTE = '#code_buttons>span:last-child'; function showIconsForFiles (line 8) | function showIconsForFiles() { function showIconForPaste (line 42) | function showIconForPaste() { function update (line 54) | function update(e?: any) { function initPasteBin (line 62) | function initPasteBin() { FILE: packages/content/pages/SourceForge.ts constant QUERY_SOURCEFORGE_ITEMS (line 6) | const QUERY_SOURCEFORGE_ITEMS = '#files_list>tbody>tr'; function showIconsForFiles (line 8) | function showIconsForFiles() { function update (line 57) | function update(e?: any) { function initSourceForge (line 63) | function initSourceForge() { FILE: packages/content/utils/Dev.ts type Items (line 25) | type Items = { FILE: packages/content/utils/Icons.ts type NAME_TO_ICON (line 1) | type NAME_TO_ICON = { [name: string]: string }; function getIconForPBSyntax (line 27) | function getIconForPBSyntax(syntaxName: string) { FILE: packages/content/utils/showIconsForHosting.ts function showIconsForHosting (line 12) | function showIconsForHosting(host: SupportedHostings) { FILE: packages/popup/Popup.tsx type State (line 7) | type State = { type Props (line 12) | type Props = { class Popup (line 16) | class Popup extends React.Component { method constructor (line 17) | constructor(props: Props) { method render (line 48) | render() { FILE: scripts/utils.ts function script (line 6) | async function script(filename: string, desc: string, callback: (tools: ... FILE: tests/utils.ts constant SITE_RETRIEVE_TIMEOUT (line 7) | const SITE_RETRIEVE_TIMEOUT = 30000;