SYMBOL INDEX (102 symbols across 3 files) FILE: autoExpertChatGPTDebugHelper.user.js function e (line 15) | function e(n) { function n (line 40) | function n(e) { function t (line 48) | function t(e, ...n) { function i (line 58) | function i(e) { function a (line 61) | function a(e) { function r (line 64) | function r(e) { function s (line 67) | function s(e) { function o (line 70) | function o(...e) { function l (line 73) | function l(...e) { function c (line 80) | function c(e) { function d (line 83) | function d(e, { joinWith: n }) { function g (line 108) | function g(e, n) { function u (line 111) | function u(e, n) { function b (line 114) | function b(e, n) { function h (line 123) | function h(e, n) { function p (line 126) | function p(e, n) { function m (line 132) | function m(e, n) { function f (line 135) | function f(e, n, t = G) { function y (line 155) | function y(e, n) { function E (line 158) | function E(e, n, { key: t }) { function _ (line 166) | function _(e) { function v (line 194) | function v(e) { function w (line 342) | function w(e) { class x (line 345) | class x { method constructor (line 346) | constructor(e) { method ignoreMatch (line 349) | ignoreMatch() { class N (line 354) | class N { method constructor (line 355) | constructor(e, n) { method addText (line 358) | addText(e) { method openNode (line 361) | openNode(e) { method closeNode (line 373) | closeNode(e) { method value (line 376) | value() { method span (line 379) | span(e) { class S (line 387) | class S { method constructor (line 388) | constructor() { method top (line 391) | get top() { method root (line 394) | get root() { method add (line 397) | add(e) { method openNode (line 400) | openNode(e) { method closeNode (line 404) | closeNode() { method closeAllNodes (line 407) | closeAllNodes() { method toJSON (line 410) | toJSON() { method walk (line 413) | walk(e) { method _walk (line 416) | static _walk(e, n) { method _collapse (line 425) | static _collapse(e) { class O (line 435) | class O extends S { method constructor (line 436) | constructor(e) { method addText (line 439) | addText(e) { method startScope (line 442) | startScope(e) { method endScope (line 445) | endScope() { method __addSublanguage (line 448) | __addSublanguage(e, n) { method toHTML (line 452) | toHTML() { method finalize (line 455) | finalize() { class Q (line 585) | class Q extends Error { method constructor (line 586) | constructor(e, n) { function t (line 594) | function t(e) { function i (line 597) | function i(e, n, t) { function c (line 615) | function c(e, n, t, i) { function d (line 832) | function d(e, n) { function g (line 861) | function g(e) { function u (line 910) | function u() { function b (line 915) | function b(e) { function h (line 918) | function h(e, { languageName: n }) { function p (line 924) | function p(e) { function m (line 928) | function m(e, n) { constant DEBUG_TRANSCRIPT_FILENAME (line 1900) | const DEBUG_TRANSCRIPT_FILENAME = 'autoexpert_debugger_transcript.json'; constant DEBUG_STATUS_LABEL_COLORS (line 1901) | const DEBUG_STATUS_LABEL_COLORS = { constant DEBUG_PATHS (line 1936) | const DEBUG_PATHS = [ function downloadJson (line 2110) | function downloadJson(variable, filename) { function createDebugButton (line 2123) | function createDebugButton(buttonData) { function renderHtmlFromJson (line 2140) | function renderHtmlFromJson(jsonData, options) { function render (line 2170) | function render(key, value) { class AEDebugLog (line 2183) | class AEDebugLog extends Map { method set (line 2184) | set(key, value) { function decodeEventStream (line 2191) | function decodeEventStream(event) { function logEventStream (line 2210) | async function logEventStream(response) { FILE: autoexpert_userscript.js function handleError (line 39) | function handleError(context) { function fetchToken (line 43) | async function fetchToken() { function fetchData (line 55) | async function fetchData(url, options = {}, needsAuth = false, isCrossOr... function updateCustomInstructions (line 85) | async function updateCustomInstructions(data) { function createFloatingButtonContainer (line 103) | function createFloatingButtonContainer() { function createButton (line 116) | function createButton(buttonData) { function updateButtonUI (line 134) | function updateButtonUI(btn, { function generateButtons (line 144) | function generateButtons(autoExpertPaths, targetContainer) { function handleButtonClick (line 166) | function handleButtonClick(btn) { function performButtonClickAction (line 186) | async function performButtonClickAction(btn) { function handleDisableClick (line 201) | function handleDisableClick(btn) { function performDisableClickAction (line 221) | async function performDisableClickAction(btn) { function createDownloadDataButton (line 228) | function createDownloadDataButton() { function handleDownloadDataClick (line 238) | async function handleDownloadDataClick(btn) { FILE: developer-edition/autodev.py class AutoDev (line 51) | class AutoDev: method help (line 57) | def help(): method stash (line 73) | def stash(): method recall (line 106) | def recall(): method ctags (line 120) | def ctags(): method install_ctags (line 140) | def install_ctags(): method memory (line 157) | def memory(): function _get_methods_and_docstrings (line 198) | def _get_methods_and_docstrings(cls): function _slash_command (line 208) | def _slash_command(command: str) -> None: function _get_simple_ctag_tree (line 223) | def _get_simple_ctag_tree(): function _install_ctags (line 260) | def _install_ctags(archive_path: str): function _setup (line 282) | def _setup(character_choice: int = 0):