SYMBOL INDEX (100 symbols across 14 files) FILE: Public/js/app.js class App (line 13) | class App { method contentViewHeight (line 14) | get contentViewHeight() { method constructor (line 21) | constructor() { method init (line 41) | init() { method update (line 111) | update() { method updateStructure (line 153) | updateStructure() { method updateLookup (line 191) | updateLookup() { method updateTrivia (line 199) | updateTrivia() { method updateStatistics (line 207) | updateStatistics() { method onresize (line 279) | onresize() { function branchOptions (line 294) | function branchOptions() { function parserOptions (line 306) | function parserOptions() { function showLoading (line 318) | function showLoading() { function hideLoading (line 324) | function hideLoading() { function formatRange (line 330) | function formatRange(range) { FILE: Public/js/balloon.js class Balloon (line 5) | class Balloon { method constructor (line 6) | constructor() { method init (line 11) | init() { method setContent (line 16) | setContent(content) { method show (line 21) | show(rect, options = {}) { method hide (line 91) | hide() { FILE: Public/js/debounce.js function debounce (line 3) | function debounce(cb, delay = 250) { FILE: Public/js/editor.js class Editor (line 11) | class Editor { method constructor (line 12) | constructor(container) { method init (line 17) | init() { method getValue (line 45) | getValue() { method setValue (line 49) | setValue(value) { method setSelection (line 53) | setSelection(range) { method markText (line 61) | markText(range) { method clearMarks (line 73) | clearMarks() { method charCoords (line 79) | charCoords(range, mode = "page") { method focus (line 86) | focus() { method refresh (line 90) | refresh() { method on (line 94) | on(event, callback) { FILE: Public/js/lookup_view.js class LookupView (line 6) | class LookupView { method error (line 7) | set error(error) { method constructor (line 11) | constructor(container) { method update (line 16) | update(syntaxHTML) { method createDOMRectElement (line 117) | createDOMRectElement(domRect) { method removeDOMRectElement (line 137) | removeDOMRectElement() { function escapeHTML (line 145) | function escapeHTML(text) { FILE: Public/js/popover.js class Popover (line 5) | class Popover { method constructor (line 6) | constructor() { method init (line 17) | init() { method setContent (line 44) | setContent(content) { method show (line 52) | show(target, options = {}) { method hide (line 81) | hide() { FILE: Public/js/statistics_view.js class StatisticsView (line 8) | class StatisticsView { method error (line 9) | set error(error) { method constructor (line 13) | constructor(container) { method update (line 20) | update(statistics) { FILE: Public/js/structure_view.js class StructureView (line 6) | class StructureView { method error (line 7) | set error(error) { method constructor (line 11) | constructor(container) { method init (line 21) | init() { method update (line 25) | update(structureData) { function makeSyntaxPopoverContent (line 66) | function makeSyntaxPopoverContent(data) { function makeTokenPopoverContent (line 88) | function makeTokenPopoverContent(data) { function makeSourceRangePopoverContent (line 111) | function makeSourceRangePopoverContent(data, list) { function makePropertyPopoverContent (line 117) | function makePropertyPopoverContent(property, list) { function makeDescriptionList (line 133) | function makeDescriptionList(term, details, list) { function makeSyntaxTypeBadge (line 144) | function makeSyntaxTypeBadge(type) { FILE: Public/js/tree_view.js class TreeView (line 5) | class TreeView { method constructor (line 6) | constructor(container, tree) { method init (line 20) | init() { method renderTree (line 30) | renderTree(container, tree) { method renderNode (line 40) | renderNode(node) { method hasChildren (line 96) | hasChildren(id) { method getChildren (line 102) | getChildren(id) { method open (line 108) | open(node, li) { method collapse (line 126) | collapse(node, li) { method onclick (line 138) | onclick(event, node, li) { FILE: Public/js/trivia_view.js class TriviaView (line 6) | class TriviaView { method error (line 7) | set error(error) { method constructor (line 11) | constructor(container) { method update (line 16) | update(syntaxHTML) { method createDOMRectElement (line 144) | createDOMRectElement(domRect) { method removeDOMRectElement (line 163) | removeDOMRectElement() { FILE: Public/js/websocket.js class WebSocketClient (line 5) | class WebSocketClient { method constructor (line 6) | constructor(endpoint) { method isReady (line 13) | get isReady() { method send (line 17) | send(params) { method createConnection (line 22) | createConnection(endpoint) { FILE: dev/xml-formatter/src/index.d.ts type FormatOptions (line 1) | type FormatOptions = { FILE: dev/xml-formatter/src/index.ts type XMLFormatterOptions (line 9) | type XMLFormatterOptions = { type XMLFormatterMinifyOptions (line 61) | type XMLFormatterMinifyOptions = Omit