SYMBOL INDEX (37 symbols across 11 files) FILE: preset_build.js constant PACK_VERSION (line 4) | const PACK_VERSION = '1.9.0' function start (line 107) | async function start() { FILE: tools/conversion.py function generate_conversion (line 5) | def generate_conversion(json1, json2, regex) -> dict: function generate_parser (line 15) | def generate_parser() -> ArgumentParser: FILE: tools/conversiongroup.py function generate_conversion (line 5) | def generate_conversion(json1, json2, json3, regex) -> list: function generate_parser (line 17) | def generate_parser() -> ArgumentParser: FILE: tools/enchantment_level.py function dump (line 7) | def dump(max: int): function generate_parser (line 14) | def generate_parser(): FILE: tools/generate_bitmap_font_provider.py function generate_bitmap_font_provider (line 2) | def generate_bitmap_font_provider(cps): FILE: tools/json2lang.py function json_to_lang (line 4) | def json_to_lang(source, dest): function lang_to_json (line 9) | def lang_to_json(source, dest, indent): function generate_parser (line 19) | def generate_parser(): FILE: tools/lang_diff.py function generate_parser (line 5) | def generate_parser(): FILE: tools/lang_update/apply_patch.py function read_json (line 21) | def read_json(fn: str) -> dict: function write_json (line 26) | def write_json(fn: str, obj: Any): function merge_json (line 32) | def merge_json(*json_files: Dict[str, str]) -> Dict[str, str]: function map_with_filter (line 39) | def map_with_filter(src: Dict[str, str], mapping: Dict[str, str]) -> Dic... function main (line 48) | def main(): FILE: tools/lang_update/gen_diff.py function whats_new (line 19) | def whats_new(legacy: Dict[str, str], new_unlocalized: Dict[str, str]) -... function load_chinese_translations (line 27) | def load_chinese_translations(version: str | None): function gen_diff (line 46) | def gen_diff(version: str): function init_filters (line 55) | def init_filters(): function main (line 68) | def main(): FILE: tools/pnghex.py function png_to_hex (line 3) | def png_to_hex(png_file): function png_to_hex_mc (line 19) | def png_to_hex_mc(png_file): function hex_to_png (line 34) | def hex_to_png(hex_string, png_file): function cesi_pngs_to_hex (line 45) | def cesi_pngs_to_hex(): function split_mc_unicode_page (line 59) | def split_mc_unicode_page(png_file, cp_start, path): function pngs_to_hex (line 74) | def pngs_to_hex(path, hex_file): function pngs_to_hex_mc (line 82) | def pngs_to_hex_mc(path, hex_file): function read_hex_file_glyphs (line 90) | def read_hex_file_glyphs(hex_file): function remove_identical_glyphs (line 99) | def remove_identical_glyphs(partial_hex_file, unifont_hex_file, final_he... function create_hk_patch_from_tw_hex (line 108) | def create_hk_patch_from_tw_hex(path, unifont_hex_file, hk_ref_tw_list, ... function print_256_chr_in_batch (line 131) | def print_256_chr_in_batch(cp_start=0x4E00): function unihex_to_unicode_page (line 137) | def unihex_to_unicode_page(hex_file, output_image_file, cp_start=0x4E00,... FILE: tools/sort.py function sort (line 1) | def sort(origin): function generate_parser (line 10) | def generate_parser() -> ArgumentParser: