SYMBOL INDEX (109 symbols across 4 files) FILE: test/asciidoc-reader-include.rb function foo (line 2) | def foo FILE: tools/update-translations.py function git_clone (line 85) | def git_clone(url: str, branch: str | None = None) -> Path: function parse_ast (line 97) | def parse_ast(tree: AST, is_map: bool = False): function pandoc_parse (line 120) | def pandoc_parse(src: Path) -> YAML: function read_yaml (line 143) | def read_yaml(src: Path) -> YAML: function save_yaml (line 157) | def save_yaml(data: YAML, dst: Path) -> None: function parse_babel (line 169) | def parse_babel(src: Path) -> tuple[str, set[str], YAML]: function parse_braces (line 189) | def parse_braces(s: str, i: int) -> str: function parse_polyglossia_value (line 204) | def parse_polyglossia_value(value: str) -> str: function parse_polyglossia (line 224) | def parse_polyglossia(data: list[tuple[str, str]]) -> YAML: function parse_ldf (line 234) | def parse_ldf(src: Path) -> list[tuple[str, dict[str, str], YAML]]: function get_tags (line 269) | def get_tags( FILE: wasm/index.js function loadPandoc (line 10) | function loadPandoc() { method canConvert (line 363) | get canConvert() { method effectiveOutputFormat (line 368) | get effectiveOutputFormat() { method outputFilenamePlaceholder (line 387) | get outputFilenamePlaceholder() { method isHtmlFormat (line 399) | get isHtmlFormat() { return this.htmlFormats.includes(this.effectiveOutp... method isMarkdownFormat (line 400) | get isMarkdownFormat() { return this.markdownFormats.includes(this.effec... method isLatexLikeFormat (line 401) | get isLatexLikeFormat() { return this.latexCitationFormats.includes(this... method supportsCaptionPosition (line 402) | get supportsCaptionPosition() { return this.captionPositionFormats.inclu... method supportsAscii (line 403) | get supportsAscii() { return this.asciiFormats.includes(this.effectiveOu... method supportsTopLevelDivision (line 404) | get supportsTopLevelDivision() { return this.topLevelDivisionFormats.inc... method supportsListOf (line 405) | get supportsListOf() { return this.listOfFormats.includes(this.effective... method isBinaryOutput (line 406) | get isBinaryOutput() { return this.binaryFormats.includes(this.effective... method filteredMessages (line 407) | get filteredMessages() { method suggestedVariables (line 416) | get suggestedVariables() { method effectiveInputFormat (line 427) | get effectiveInputFormat() { method showTrackChangesTab (line 436) | get showTrackChangesTab() { method showStripComments (line 440) | get showStripComments() { method showDefaultImageExtension (line 445) | get showDefaultImageExtension() { method showAbbreviations (line 450) | get showAbbreviations() { method showExtensionsTab (line 455) | get showExtensionsTab() { method showFormatTab (line 460) | get showFormatTab() { method formatTabName (line 469) | get formatTabName() { method isEpubFormat (line 473) | get isEpubFormat() { return ['epub', 'epub2', 'epub3'].includes(this.eff... method showChunkedTab (line 474) | get showChunkedTab() { return this.effectiveOutputFormat === 'chunkedhtm... method showIpynbTab (line 475) | get showIpynbTab() { return this.effectiveOutputFormat === 'ipynb'; } method showSlidesTab (line 476) | get showSlidesTab() { return this.slideFormats.includes(this.effectiveOu... method showReferenceDoc (line 477) | get showReferenceDoc() { return this.docFormats.includes(this.effectiveO... method getFormatLabel (line 480) | getFormatLabel(fmt, direction) { method init (line 485) | init() { method ensurePandocLoaded (line 495) | async ensurePandocLoaded() { method loadExample (line 506) | async loadExample() { method uploadExample (line 524) | async uploadExample(e) { method loadExampleFromBuffer (line 542) | async loadExampleFromBuffer(arrayBuffer, filename) { method downloadAsExample (line 710) | async downloadAsExample() { method formatFileSize (line 831) | formatFileSize(bytes) { method downloadFile (line 837) | downloadFile(file, name) { method handleDrop (line 848) | handleDrop(e) { method handleFileInput (line 853) | handleFileInput(e) { method handleFiles (line 858) | handleFiles(fileList) { method removeFile (line 869) | removeFile(name) { method onFileDragStart (line 875) | onFileDragStart(idx, e) { method onFileDragOver (line 880) | onFileDragOver(idx) { method onFileDrop (line 884) | onFileDrop(idx) { method handleAuxFiles (line 894) | handleAuxFiles(e) { method handleAuxDir (line 900) | handleAuxDir(e) { method removeAuxFile (line 909) | removeAuxFile(name) { delete this.auxFiles[name]; this.hasChanges = true; } method handleBibFile (line 912) | handleBibFile(e) { if (e.target.files[0]) { this.bibFile = e.target.file... method handleCslFile (line 913) | handleCslFile(e) { if (e.target.files[0]) { this.cslFile = e.target.file... method handleAbbrevFile (line 914) | handleAbbrevFile(e) { if (e.target.files[0]) { this.abbrevFile = e.targe... method handleAbbreviationsFile (line 915) | handleAbbreviationsFile(e) { if (e.target.files[0]) { this.abbreviations... method handleHighlightTheme (line 916) | handleHighlightTheme(e) { if (e.target.files[0]) { this.highlightThemeFi... method handleTemplateFile (line 917) | handleTemplateFile(e) { if (e.target.files[0]) { this.templateFile = e.t... method handleReferenceDoc (line 918) | handleReferenceDoc(e) { if (e.target.files[0]) { this.referenceDoc = e.t... method handleMetadataFile (line 919) | handleMetadataFile(e) { if (e.target.files[0]) { this.metadataFile = e.t... method handleEpubCover (line 920) | handleEpubCover(e) { if (e.target.files[0]) { this.epubCoverImage = e.ta... method handleEpubMetadata (line 921) | handleEpubMetadata(e) { if (e.target.files[0]) { this.epubMetadataFile =... method addFilesToList (line 924) | addFilesToList(e, list) { method removeFileFromList (line 931) | removeFileFromList(name, list) { method handleCssFiles (line 937) | handleCssFiles(e) { this.addFilesToList(e, this.cssFiles); } method removeCssFile (line 938) | removeCssFile(name) { this.removeFileFromList(name, this.cssFiles); } method handleSyntaxDefs (line 939) | handleSyntaxDefs(e) { this.addFilesToList(e, this.syntaxDefinitions); } method removeSyntaxDef (line 940) | removeSyntaxDef(name) { this.removeFileFromList(name, this.syntaxDefinit... method handleEpubFonts (line 941) | handleEpubFonts(e) { this.addFilesToList(e, this.epubFonts); } method removeEpubFont (line 942) | removeEpubFont(name) { this.removeFileFromList(name, this.epubFonts); } method handleHeaderFiles (line 943) | handleHeaderFiles(e) { this.addFilesToList(e, this.headerFiles); } method removeHeaderFile (line 944) | removeHeaderFile(name) { this.removeFileFromList(name, this.headerFiles); } method handleBeforeBodyFiles (line 945) | handleBeforeBodyFiles(e) { this.addFilesToList(e, this.beforeBodyFiles); } method removeBeforeBodyFile (line 946) | removeBeforeBodyFile(name) { this.removeFileFromList(name, this.beforeBo... method handleAfterBodyFiles (line 947) | handleAfterBodyFiles(e) { this.addFilesToList(e, this.afterBodyFiles); } method removeAfterBodyFile (line 948) | removeAfterBodyFile(name) { this.removeFileFromList(name, this.afterBody... method handleLuaFilters (line 949) | handleLuaFilters(e) { this.addFilesToList(e, this.luaFilters); } method removeLuaFilter (line 950) | removeLuaFilter(name) { this.removeFileFromList(name, this.luaFilters); } method onFilterDragStart (line 952) | onFilterDragStart(idx, e) { method onFilterDragOver (line 957) | onFilterDragOver(idx) { method onFilterDrop (line 961) | onFilterDrop(idx) { method onMetadataInput (line 972) | onMetadataInput() { method removeMetadata (line 979) | removeMetadata(idx) { method onVariableInput (line 988) | onVariableInput() { method removeVariable (line 995) | removeVariable(idx) { method loadCslStyles (line 1004) | async loadCslStyles() { method fetchCslStyle (line 1022) | async fetchCslStyle() { method updateExtensions (line 1041) | async updateExtensions() { method getExtensionChecked (line 1067) | getExtensionChecked(direction, ext) { method toggleExtension (line 1073) | toggleExtension(direction, ext, e) { method onInputFormatChange (line 1086) | onInputFormatChange() { this.updateExtensions(); } method onOutputFormatChange (line 1087) | onOutputFormatChange() { this.updateExtensions(); } method buildFormatWithExtensions (line 1089) | buildFormatWithExtensions(baseFormat, extensions) { method buildOptions (line 1099) | buildOptions() { method convert (line 1318) | async convert() { method displayResults (line 1407) | displayResults(result, options, files) { method download (line 1454) | download() { method downloadMedia (line 1464) | downloadMedia() { method copyToClipboard (line 1474) | async copyToClipboard() { FILE: wasm/pandoc.js function memory_data_view (line 64) | function memory_data_view() { function query (line 86) | async function query(options) { function convert (line 107) | async function convert(options, stdin, files) { function addFile (line 163) | async function addFile(filename, blob, readonly) {