SYMBOL INDEX (794 symbols across 72 files) FILE: js/index.js function get_beautify (line 48) | function get_beautify(js_beautify, css_beautify, html_beautify) { FILE: js/src/cli.js function verifyExists (line 205) | function verifyExists(fullPath) { function findRecursive (line 209) | function findRecursive(dir, fileName) { function getUserHome (line 221) | function getUserHome() { function set_file_editorconfig_opts (line 229) | function set_file_editorconfig_opts(file, config) { function usage (line 350) | function usage(err) { function processInputSync (line 432) | function processInputSync(filepath) { function makePretty (line 491) | function makePretty(fileType, code, config, outfile, callback) { function writePretty (line 501) | function writePretty(err, pretty, outfile, config) { function isFileDifferent (line 526) | function isFileDifferent(filePath, expected) { function cleanOptions (line 537) | function cleanOptions(data, types) { function onOutputError (line 545) | function onOutputError(err) { function dasherizeFlag (line 556) | function dasherizeFlag(str) { function dasherizeShorthands (line 563) | function dasherizeShorthands(hash) { function getOutputType (line 577) | function getOutputType(outfile, filepath, configType) { function getScriptName (line 589) | function getScriptName() { function checkType (line 593) | function checkType(parsed) { function checkFiles (line 610) | function checkFiles(parsed) { function testFilePath (line 699) | function testFilePath(filepath) { function logToStdout (line 709) | function logToStdout(str, config) { FILE: js/src/core/directives.js function Directives (line 31) | function Directives(start_block_pattern, end_block_pattern) { FILE: js/src/core/inputscanner.js function InputScanner (line 33) | function InputScanner(input_string) { FILE: js/src/core/options.js function Options (line 31) | function Options(options, merge_child_field) { function _mergeOpts (line 160) | function _mergeOpts(allOptions, childFieldName) { function _normalizeOpts (line 180) | function _normalizeOpts(options) { FILE: js/src/core/output.js function OutputLine (line 30) | function OutputLine(parent) { function IndentStringCache (line 174) | function IndentStringCache(options, baseIndentString) { function Output (line 238) | function Output(options, baseIndentString) { FILE: js/src/core/pattern.js function Pattern (line 31) | function Pattern(input_scanner, parent) { FILE: js/src/core/templatablepattern.js function TemplatablePattern (line 45) | function TemplatablePattern(input_scanner, parent) { FILE: js/src/core/token.js function Token (line 31) | function Token(type, text, newlines, whitespace_before) { FILE: js/src/core/tokenstream.js function TokenStream (line 31) | function TokenStream(parent_token) { FILE: js/src/core/whitespacepattern.js function WhitespacePattern (line 33) | function WhitespacePattern(input_scanner, parent) { FILE: js/src/css/beautifier.js function Beautifier (line 47) | function Beautifier(source_text, options) { FILE: js/src/css/index.js function css_beautify (line 34) | function css_beautify(source_text, options) { FILE: js/src/css/options.js function Options (line 33) | function Options(options) { FILE: js/src/html/beautifier.js function in_array (line 181) | function in_array(what, arr) { function TagFrame (line 185) | function TagFrame(parent, parser_token, indent_level) { function TagStack (line 192) | function TagStack(printer) { function Beautifier (line 246) | function Beautifier(source_text, options, js_beautify, css_beautify) { FILE: js/src/html/index.js function style_html (line 34) | function style_html(html_source, options, js_beautify, css_beautify) { FILE: js/src/html/options.js function Options (line 33) | function Options(options) { FILE: js/src/index.js function style_html (line 35) | function style_html(html_source, options, js, css) { FILE: js/src/javascript/beautifier.js function in_array (line 41) | function in_array(what, arr) { function ltrim (line 45) | function ltrim(s) { function generateMapFromStrings (line 49) | function generateMapFromStrings(list) { function reserved_word (line 58) | function reserved_word(token, word) { function reserved_array (line 62) | function reserved_array(token, words) { function remove_redundant_indentation (line 85) | function remove_redundant_indentation(output, frame) { function split_linebreaks (line 103) | function split_linebreaks(s) { function is_array (line 120) | function is_array(mode) { function is_expression (line 124) | function is_expression(mode) { function all_lines_start_with (line 128) | function all_lines_start_with(lines, c) { function each_line_matches_indent (line 138) | function each_line_matches_indent(lines, indent) { function Beautifier (line 153) | function Beautifier(source_text, options) { FILE: js/src/javascript/index.js function js_beautify (line 34) | function js_beautify(js_source_text, options) { FILE: js/src/javascript/options.js function Options (line 35) | function Options(options) { FILE: js/src/javascript/tokenizer.js function in_array (line 40) | function in_array(what, arr) { function unescape_string (line 460) | function unescape_string(s) { FILE: js/test/amd-beautify-tests.js function amd_beautifier_index_tests (line 19) | function amd_beautifier_index_tests(name, test_runner) { function amd_beautifier_bundle_tests (line 35) | function amd_beautifier_bundle_tests(name, test_runner) { FILE: js/test/node-beautify-css-perf-tests.js function node_beautifier_html_tests (line 13) | function node_beautifier_html_tests() { FILE: js/test/node-beautify-html-perf-tests.js function node_beautifier_html_tests (line 13) | function node_beautifier_html_tests() { FILE: js/test/node-beautify-perf-tests.js function node_beautifier_tests (line 13) | function node_beautifier_tests() { FILE: js/test/node-beautify-tests.js function test_legacy_names (line 11) | function test_legacy_names() { function node_beautifier_index_tests (line 38) | function node_beautifier_index_tests(name, test_runner) { function node_beautifier_bundle_tests (line 54) | function node_beautifier_bundle_tests(name, test_runner) { FILE: js/test/node-src-index-tests.js function test_names (line 13) | function test_names() { function node_beautifier_index_tests (line 26) | function node_beautifier_index_tests(name, test_runner) { FILE: js/test/resources/editorconfig/example-base.js function indentMe (line 1) | function indentMe() { FILE: js/test/resources/example1.js function indentMe (line 1) | function indentMe() { FILE: js/test/sanitytest.js function SanityTest (line 13) | function SanityTest(func, name_of_test) { FILE: python/cssbeautifier/__init__.py function default_options (line 29) | def default_options(): function beautify (line 34) | def beautify(string, opts=None): function beautify_file (line 39) | def beautify_file(file_name, opts=None): function usage (line 44) | def usage(stream=sys.stdout): function main (line 49) | def main(): FILE: python/cssbeautifier/_main.py function default_options (line 41) | def default_options(): function beautify (line 45) | def beautify(string, opts=None): function beautify_file (line 50) | def beautify_file(file_name, opts=None): function usage (line 54) | def usage(stream=sys.stdout): function main (line 101) | def main(): FILE: python/cssbeautifier/css/beautifier.py function default_options (line 50) | def default_options(): function beautify (line 54) | def beautify(string, opts=default_options()): function beautify_file (line 59) | def beautify_file(file_name, opts=default_options()): function usage (line 69) | def usage(stream=sys.stdout): class Beautifier (line 84) | class Beautifier: method __init__ (line 85) | def __init__(self, source_text, opts=default_options()): method eatString (line 121) | def eatString(self, endChars): method eatWhitespace (line 137) | def eatWhitespace(self, allowAtLeastOneNewLine=False): method foundNestedPseudoClass (line 155) | def foundNestedPseudoClass(self): method indent (line 176) | def indent(self): method outdent (line 179) | def outdent(self): method preserveSingleSpace (line 183) | def preserveSingleSpace(self, isAfterSpace): method print_string (line 187) | def print_string(self, output_string): method beautify (line 192) | def beautify(self): FILE: python/cssbeautifier/css/options.py class BeautifierOptions (line 29) | class BeautifierOptions(BaseOptions): method __init__ (line 30) | def __init__(self, options=None): FILE: python/js-beautify-test.py function run_tests (line 7) | def run_tests(): FILE: python/jsbeautifier/__init__.py function default_options (line 76) | def default_options(): function beautify (line 80) | def beautify(string, opts=default_options()): function beautify_file (line 85) | def beautify_file(file_name, opts=default_options()): function usage (line 89) | def usage(stream=sys.stdout): function main (line 155) | def main(): FILE: python/jsbeautifier/cli/__init__.py class MissingInputStreamError (line 50) | class MissingInputStreamError(Exception): function set_file_editorconfig_opts (line 54) | def set_file_editorconfig_opts(filename, js_options): function process_file (line 92) | def process_file(file_name, opts, beautify_code): function mkdir_p (line 125) | def mkdir_p(path): function isFileDifferent (line 136) | def isFileDifferent(filepath, expected): function get_filepaths_from_params (line 143) | def get_filepaths_from_params(filepath_params, replace): function integrate_editorconfig_options (line 184) | def integrate_editorconfig_options(filepath, local_options, outfile, def... function write_beautified_output (line 203) | def write_beautified_output(pretty, local_options, outfile): FILE: python/jsbeautifier/core/directives.py class Directives (line 28) | class Directives: method __init__ (line 29) | def __init__(self, start_block_pattern, end_block_pattern): method get_directives (line 39) | def get_directives(self, text): method readIgnored (line 54) | def readIgnored(self, input): FILE: python/jsbeautifier/core/inputscanner.py class InputScanner (line 28) | class InputScanner: method __init__ (line 29) | def __init__(self, input_string): method restart (line 37) | def restart(self): method back (line 40) | def back(self): method hasNext (line 44) | def hasNext(self): method next (line 47) | def next(self): method peek (line 55) | def peek(self, index=0): method test (line 63) | def test(self, pattern, index=0): method testChar (line 71) | def testChar(self, pattern, index=0): method match (line 76) | def match(self, pattern): method read (line 84) | def read(self, starting_pattern, until_pattern=None, until_after=False): method readUntil (line 97) | def readUntil(self, pattern, include_match=False): method readUntilAfter (line 116) | def readUntilAfter(self, pattern): method get_regexp (line 119) | def get_regexp(self, pattern, match_from=False): method peekUntilAfter (line 129) | def peekUntilAfter(self, pattern): method lookBack (line 135) | def lookBack(self, testVal): FILE: python/jsbeautifier/core/options.py class Options (line 30) | class Options: method __init__ (line 31) | def __init__(self, options=None, merge_child_field=None): method _get_array (line 88) | def _get_array(self, name, default_value=[]): method _get_boolean (line 98) | def _get_boolean(self, name, default_value=False): method _get_characters (line 108) | def _get_characters(self, name, default_value=""): method _get_number (line 120) | def _get_number(self, name, default_value=0): method _get_selection (line 130) | def _get_selection(self, name, selection_list, default_value=None): method _get_selection_list (line 145) | def _get_selection_list(self, name, selection_list, default_value=None): method _is_valid_selection (line 168) | def _is_valid_selection(self, result, selection_list): function _mergeOpts (line 186) | def _mergeOpts(options, childFieldName): function _normalizeOpts (line 213) | def _normalizeOpts(options): FILE: python/jsbeautifier/core/output.py class OutputLine (line 34) | class OutputLine: method __init__ (line 35) | def __init__(self, parent): method clone_empty (line 47) | def clone_empty(self): method item (line 52) | def item(self, index): method is_empty (line 55) | def is_empty(self): method set_indent (line 58) | def set_indent(self, indent=0, alignment=0): method _set_wrap_point (line 66) | def _set_wrap_point(self): method _should_wrap (line 75) | def _should_wrap(self): method _allow_wrap (line 83) | def _allow_wrap(self): method last (line 106) | def last(self): method push (line 112) | def push(self, item): method pop (line 120) | def pop(self): method _remove_indent (line 127) | def _remove_indent(self): method _remove_wrap_indent (line 132) | def _remove_wrap_indent(self): method trim (line 136) | def trim(self): method toString (line 141) | def toString(self): class IndentStringCache (line 154) | class IndentStringCache: method __init__ (line 155) | def __init__(self, options, base_string): method get_indent_size (line 170) | def get_indent_size(self, indent, column=0): method get_indent_string (line 178) | def get_indent_string(self, indent_level, column=0): method __ensure_cache (line 188) | def __ensure_cache(self, column): method __add_column (line 192) | def __add_column(self): class Output (line 205) | class Output: method __init__ (line 206) | def __init__(self, options, baseIndentString=""): method __add_outputline (line 223) | def __add_outputline(self): method get_line_number (line 228) | def get_line_number(self): method get_indent_string (line 231) | def get_indent_string(self, indent, column=0): method get_indent_size (line 234) | def get_indent_size(self, indent, column=0): method is_empty (line 237) | def is_empty(self): method add_new_line (line 240) | def add_new_line(self, force_newline=False): method get_code (line 252) | def get_code(self, eol): method set_wrap_point (line 273) | def set_wrap_point(self): method set_indent (line 276) | def set_indent(self, indent=0, alignment=0): method add_raw_token (line 287) | def add_raw_token(self, token): method add_token (line 298) | def add_token(self, printable_token): method __add_space_before_token (line 305) | def __add_space_before_token(self): method remove_indent (line 312) | def remove_indent(self, index): method trim (line 318) | def trim(self, eat_newlines=False): method just_added_newline (line 331) | def just_added_newline(self): method just_added_blankline (line 334) | def just_added_blankline(self): method ensure_empty_line_above (line 339) | def ensure_empty_line_above(self, starts_with, ends_with): FILE: python/jsbeautifier/core/pattern.py class Pattern (line 28) | class Pattern: method __init__ (line 29) | def __init__(self, input_scanner, parent=None): method read (line 42) | def read(self): method read_match (line 50) | def read_match(self): method until_after (line 53) | def until_after(self, pattern): method until (line 60) | def until(self, pattern): method starting_with (line 67) | def starting_with(self, pattern): method matching (line 73) | def matching(self, pattern): method _create (line 79) | def _create(self): method _update (line 82) | def _update(self): FILE: python/jsbeautifier/core/templatablepattern.py class TemplateNames (line 31) | class TemplateNames: method __init__ (line 32) | def __init__(self): class TemplatePatterns (line 41) | class TemplatePatterns: method __init__ (line 42) | def __init__(self, input_scanner): class TemplatablePattern (line 60) | class TemplatablePattern(Pattern): method __init__ (line 61) | def __init__(self, input_scanner, parent=None): method _create (line 74) | def _create(self): method _update (line 77) | def _update(self): method read_options (line 80) | def read_options(self, options): method disable (line 87) | def disable(self, language): method exclude (line 93) | def exclude(self, language): method read (line 99) | def read(self): method __set_templated_pattern (line 122) | def __set_templated_pattern(self): method _read_template (line 149) | def _read_template(self): FILE: python/jsbeautifier/core/token.py class Token (line 26) | class Token: method __init__ (line 27) | def __init__(self, type, text, newlines=0, whitespace_before=""): FILE: python/jsbeautifier/core/tokenizer.py class TokenTypes (line 35) | class TokenTypes: method __init__ (line 40) | def __init__(self): class TokenizerPatterns (line 47) | class TokenizerPatterns: method __init__ (line 48) | def __init__(self, input_scanner): class Tokenizer (line 52) | class Tokenizer: method __init__ (line 53) | def __init__(self, input_string, options): method tokenize (line 60) | def tokenize(self): method __get_next_token_with_comments (line 86) | def __get_next_token_with_comments(self, previous, open_token): method _is_first_token (line 105) | def _is_first_token(self): method _reset (line 108) | def _reset(self): method _get_next_token (line 111) | def _get_next_token(self, previous_token, open_token): method _is_comment (line 119) | def _is_comment(self, current_token): method _is_opening (line 122) | def _is_opening(self, current_token): method _is_closing (line 125) | def _is_closing(self, current_token, open_token): method _create_token (line 128) | def _create_token(self, token_type, text): method _readWhitespace (line 137) | def _readWhitespace(self): FILE: python/jsbeautifier/core/tokenstream.py class TokenStream (line 30) | class TokenStream: method __init__ (line 31) | def __init__(self, parent_token=None): method restart (line 37) | def restart(self): method isEmpty (line 40) | def isEmpty(self): method hasNext (line 43) | def hasNext(self): method next (line 46) | def next(self): method peek (line 54) | def peek(self, index=0): method add (line 62) | def add(self, token): method __iter__ (line 69) | def __iter__(self): method __next__ (line 73) | def __next__(self): FILE: python/jsbeautifier/core/whitespacepattern.py class WhitespacePattern (line 31) | class WhitespacePattern(Pattern): method __init__ (line 32) | def __init__(self, input_scanner, parent=None): method __set_whitespace_patterns (line 43) | def __set_whitespace_patterns(self, whitespace_chars, newline_chars): method read (line 52) | def read(self): method matching (line 66) | def matching(self, whitespace_chars, newline_chars): method _create (line 72) | def _create(self): FILE: python/jsbeautifier/javascript/beautifier.py function default_options (line 35) | def default_options(): class BeautifierFlags (line 39) | class BeautifierFlags: method __init__ (line 40) | def __init__(self, mode): method apply_base (line 65) | def apply_base(self, flags_base, added_newline): class MODE (line 87) | class MODE: function remove_redundant_indentation (line 99) | def remove_redundant_indentation(output, frame): function reserved_word (line 116) | def reserved_word(token, word): function reserved_array (line 120) | def reserved_array(token, words): class Beautifier (line 140) | class Beautifier: method __init__ (line 141) | def __init__(self, opts=None): method _blank_state (line 149) | def _blank_state(self, js_source_text=None): method beautify (line 175) | def beautify(self, source_text="", opts=None): method handle_token (line 199) | def handle_token(self, current_token, preserve_statement_flags=False): method handle_whitespace_and_comments (line 235) | def handle_whitespace_and_comments( method unpack (line 270) | def unpack(self, source, evalcode=False): method is_array (line 278) | def is_array(self, mode): method is_expression (line 281) | def is_expression(self, mode): method allow_wrap_or_preserved_newline (line 292) | def allow_wrap_or_preserved_newline(self, current_token, force_linewra... method print_newline (line 322) | def print_newline(self, force_newline=False, preserve_statement_flags=... method print_token_line_indentation (line 345) | def print_token_line_indentation(self, current_token): method print_token (line 361) | def print_token(self, current_token, s=None): method indent (line 396) | def indent(self): method deindent (line 400) | def deindent(self): method set_mode (line 411) | def set_mode(self, mode): method restore_mode (line 424) | def restore_mode(self): method start_of_object_property (line 433) | def start_of_object_property(self): method start_of_statement (line 443) | def start_of_statement(self, current_token): method handle_start_expr (line 507) | def handle_start_expr(self, current_token): method handle_end_expr (line 669) | def handle_end_expr(self, current_token): method handle_start_block (line 708) | def handle_start_block(self, current_token): method handle_end_block (line 850) | def handle_end_block(self, current_token): method handle_word (line 881) | def handle_word(self, current_token): method handle_semicolon (line 1185) | def handle_semicolon(self, current_token): method handle_string (line 1206) | def handle_string(self, current_token): method handle_equals (line 1249) | def handle_equals(self, current_token): method handle_comma (line 1265) | def handle_comma(self, current_token): method handle_operator (line 1300) | def handle_operator(self, current_token): method handle_block_comment (line 1524) | def handle_block_comment(self, current_token, preserve_statement_flags): method handle_comment (line 1596) | def handle_comment(self, current_token, preserve_statement_flags): method handle_dot (line 1607) | def handle_dot(self, current_token): method handle_unknown (line 1637) | def handle_unknown(self, current_token, preserve_statement_flags): method handle_eof (line 1642) | def handle_eof(self, current_token): FILE: python/jsbeautifier/javascript/options.py class BeautifierOptions (line 31) | class BeautifierOptions(BaseOptions): method __init__ (line 32) | def __init__(self, options=None): FILE: python/jsbeautifier/javascript/tokenizer.py class TokenTypes (line 38) | class TokenTypes(BaseTokenTypes): method __init__ (line 55) | def __init__(self): class TokenizerPatterns (line 129) | class TokenizerPatterns(BaseTokenizerPatterns): method __init__ (line 130) | def __init__(self, input_scanner, acorn, options): class Tokenizer (line 167) | class Tokenizer(BaseTokenizer): method __init__ (line 171) | def __init__(self, input_string, opts): method _reset (line 183) | def _reset(self): method _is_comment (line 186) | def _is_comment(self, current_token): method _is_opening (line 193) | def _is_opening(self, current_token): method _is_closing (line 199) | def _is_closing(self, current_token, open_token): method _get_next_token (line 212) | def _get_next_token(self, previous_token, open_token): method _read_singles (line 235) | def _read_singles(self, c): method _read_pair (line 262) | def _read_pair(self, c, d): method _read_word (line 274) | def _read_word(self, previous_token): method _read_comment (line 301) | def _read_comment(self, c): method _read_string (line 321) | def _read_string(self, c): method _read_regexp (line 343) | def _read_regexp(self, c, previous_token): method _read_xml (line 379) | def _read_xml(self, c, previous_token): method _read_non_javascript (line 422) | def _read_non_javascript(self, c): method _read_punctuation (line 489) | def _read_punctuation(self): method allowRegExOrXML (line 515) | def allowRegExOrXML(self, previous_token): method parse_string (line 532) | def parse_string(self, delimiter, allow_unescaped_newlines=False, star... method unescape_string (line 575) | def unescape_string(self, s): FILE: python/jsbeautifier/tests/core/test_inputscanner.py class TestInputScanner (line 6) | class TestInputScanner(unittest.TestCase): method setUpClass (line 8) | def setUpClass(cls): method setUp (line 11) | def setUp(self): method test_new (line 15) | def test_new(self): method test_next (line 19) | def test_next(self): method test_peek (line 28) | def test_peek(self): method test_no_param (line 37) | def test_no_param(self): method test_pattern (line 42) | def test_pattern(self): method test_Char (line 49) | def test_Char(self): method test_restart (line 54) | def test_restart(self): method test_back (line 61) | def test_back(self): method test_hasNext (line 72) | def test_hasNext(self): method test_match (line 82) | def test_match(self): method test_read (line 98) | def test_read(self): method test_readUntil (line 146) | def test_readUntil(self): method test_readUntilAfter (line 169) | def test_readUntilAfter(self): method test_get_regexp (line 175) | def test_get_regexp(self): method test_peekUntilAfter (line 180) | def test_peekUntilAfter(self): method test_lookBack (line 187) | def test_lookBack(self): FILE: python/jsbeautifier/tests/core/test_options.py class TestOptions (line 6) | class TestOptions(unittest.TestCase): method setUpClass (line 8) | def setUpClass(cls): method test_mergeOpts (line 11) | def test_mergeOpts(self): method test_normalizeOpts (line 38) | def test_normalizeOpts(self): method test__get_boolean (line 53) | def test__get_boolean(self): method test__get_characters (line 61) | def test__get_characters(self): method test__get_number (line 71) | def test__get_number(self): method test__get_array (line 83) | def test__get_array(self): method test__is_valid_selection (line 95) | def test__is_valid_selection(self): method test__get_selection_list (line 103) | def test__get_selection_list(self): method test__get_selection (line 119) | def test__get_selection(self): FILE: python/jsbeautifier/tests/testindentation.py class TestJSBeautifierIndentation (line 6) | class TestJSBeautifierIndentation(unittest.TestCase): method test_tabs (line 7) | def test_tabs(self): method test_function_indent (line 13) | def test_function_indent(self): method decodesto (line 28) | def decodesto(self, input, expectation=None): method setUpClass (line 34) | def setUpClass(cls): FILE: python/jsbeautifier/unpackers/__init__.py class UnpackingError (line 16) | class UnpackingError(Exception): function getunpackers (line 23) | def getunpackers(): function run (line 47) | def run(source, evalcode=False): function filtercomments (line 56) | def filtercomments(source): FILE: python/jsbeautifier/unpackers/evalbased.py function detect (line 22) | def detect(source): function unpack (line 27) | def unpack(source): function jseval (line 35) | def jseval(script): FILE: python/jsbeautifier/unpackers/javascriptobfuscator.py function smartsplit (line 24) | def smartsplit(code): function detect (line 45) | def detect(code): function unpack (line 51) | def unpack(code): FILE: python/jsbeautifier/unpackers/myobfuscate.py function detect (line 65) | def detect(source): function unpack (line 70) | def unpack(source): function _filter (line 80) | def _filter(source): FILE: python/jsbeautifier/unpackers/packer.py function detect (line 23) | def detect(source): function unpack (line 51) | def unpack(source): function _filterargs (line 76) | def _filterargs(source): function _replacestrings (line 101) | def _replacestrings(source): class Unbaser (line 118) | class Unbaser(object): method __init__ (line 130) | def __init__(self, base): method __call__ (line 153) | def __call__(self, string): method _dictunbaser (line 156) | def _dictunbaser(self, string): FILE: python/jsbeautifier/unpackers/tests/test-myobfuscate-input.js function _1OO (line 1) | function _1OO(_0IO){var _011=OO0[0];var lOO,O10,_0ll,OlO,_01O,IOO,I01,_0... function O0I (line 1) | function O0I(O11){var OO1=OO0[1],_11O=0;for(_11O=O11[OO0[5]]-1;_11O>=0;_... FILE: python/jsbeautifier/unpackers/tests/test-packer-non62-input.js function ControlVersion (line 1) | function ControlVersion(){var a;var b;var c;try{b=new ActiveXObject("Sho... function GetSwfVer (line 1) | function GetSwfVer(){var a=-1;if(navigator["plugins"]!=null&&navigator["... function DetectFlashVer (line 1) | function DetectFlashVer(a,b,c){versionStr=GetSwfVer();if(versionStr==-1)... function AC_AddExtension (line 1) | function AC_AddExtension(a,b){if(a["indexOf"]("?")!=-1){return a["replac... function AC_FL_RunContent (line 1) | function AC_FL_RunContent(){var a=AC_GetArgs(arguments,".swf","movie","c... function AC_SW_RunContent (line 1) | function AC_SW_RunContent(){var a=AC_GetArgs(arguments,".dcr","src","cls... function AC_GetArgs (line 1) | function AC_GetArgs(a,b,c,d,e){var f=new Object();f["embedAttrs"]=new Ob... FILE: python/jsbeautifier/unpackers/tests/testjavascriptobfuscator.py class TestJavascriptObfuscator (line 13) | class TestJavascriptObfuscator(unittest.TestCase): method test_smartsplit (line 16) | def test_smartsplit(self): method test_detect (line 28) | def test_detect(self): method test_unpack (line 44) | def test_unpack(self): FILE: python/jsbeautifier/unpackers/tests/testmyobfuscate.py class TestMyObfuscate (line 18) | class TestMyObfuscate(unittest.TestCase): method setUpClass (line 23) | def setUpClass(cls): method test_detect (line 30) | def test_detect(self): method test_unpack (line 38) | def test_unpack(self): FILE: python/jsbeautifier/unpackers/tests/testpacker.py class TestPacker (line 14) | class TestPacker(unittest.TestCase): method test_detect (line 17) | def test_detect(self): method test_unpack (line 31) | def test_unpack(self): FILE: python/jsbeautifier/unpackers/tests/testurlencode.py class TestUrlencode (line 14) | class TestUrlencode(unittest.TestCase): method test_detect (line 17) | def test_detect(self): method test_unpack (line 32) | def test_unpack(self): FILE: python/jsbeautifier/unpackers/urlencode.py function detect (line 27) | def detect(code): function unpack (line 34) | def unpack(code): FILE: python/test-perf-cssbeautifier.py function beautifier_test_github_css (line 14) | def beautifier_test_github_css(): function report_perf (line 18) | def report_perf(fn): FILE: python/test-perf-jsbeautifier.py function beautifier_test_underscore (line 15) | def beautifier_test_underscore(): function beautifier_test_underscore_min (line 19) | def beautifier_test_underscore_min(): function beautifier_test_github_min (line 23) | def beautifier_test_github_min(): function report_perf (line 27) | def report_perf(fn): FILE: test/generate-tests.js function generate_tests (line 39) | function generate_tests() { function generate_test_files (line 51) | function generate_test_files(data_folder, test_method, node_output, pyth... function set_generated_header (line 78) | function set_generated_header(data, data_file_path, template_file_path) { function isStringOrArray (line 91) | function isStringOrArray(val) { function getTestString (line 95) | function getTestString(val) { function set_formatters (line 103) | function set_formatters(data, test_method, comment_mark) { FILE: test/resources/github-min.js function n (line 1) | function n(e){if(e in t)return t[e];throw new Error("dependency not foun... function e (line 1) | function e(){var e=this,t=0;return{next:function(){return{done:t===e.len... function n (line 1) | function n(){throw new Error("Dynamic requires are not currently support... function r (line 1) | function r(e,t){return e(t={exports:{}},t.exports),t.exports} function i (line 1) | function i(s,u){if(!r[s]){if(!t[s]){if(!u&&n)return n(s,!0);if(a)return ... function r (line 1) | function r(e,t){if(void 0===e||null===e)throw new TypeError("Cannot conv... function n (line 1) | function n(n,r){return a.type="throw",a.arg=e,t.next=n,!!r} function p (line 1) | function p(e,t,r,o){var i=Object.create((t||m).prototype),a=new k(o||[])... function v (line 1) | function v(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){ret... function m (line 1) | function m(){} function g (line 1) | function g(){} function b (line 1) | function b(){} function y (line 1) | function y(e){["next","throw","return"].forEach(function(t){e[t]=functio... function w (line 1) | function w(e){this.arg=e} function E (line 1) | function E(e){function t(n,r,o,i){var a=v(e[n],e,r);if("throw"!==a.type)... function _ (line 1) | function _(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.f... function x (line 1) | function x(e){var t=e.completion||{};t.type="normal",delete t.arg,e.comp... function k (line 1) | function k(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(_,this),this.r... function T (line 1) | function T(e){if(e){var t=e[i];if(t)return t.call(e);if("function"==type... function j (line 1) | function j(){return{value:n,done:!0}} function e (line 1) | function e(e,t){for(var n=0;n1?1:u,n=.5*(1-Math... function p (line 1) | function p(e,r,o){var i,c,l,f,d=s();e===n.body?(i=t,c=t.scrollX||t.pageX... function A (line 1) | function A(e,t,n){return o(e instanceof t,"undefined -- app/assets/modul... function C (line 1) | function C(e,t){var n=e.head;o(n,"document.head was not initialized -- a... function P (line 1) | function P(e){var t=C(e,"expected-hostname");return!!t&&t.replace(/\.$/,... function N (line 1) | function N(e){W()&&B(function(e){var t=e.message,n=e.filename,r=e.lineno... function I (line 1) | function I(e){W()&&e.promise&&e.promise.catch(function(e){var t={};e&&e.... function q (line 1) | function q(e){var t=e.body||{},n=new Error("ReportingObserverError");B({... function F (line 1) | function F(e){B(X(e,arguments.length>1&&void 0!==arguments[1]?arguments[... function B (line 1) | function B(e){var t=C(document,"browser-errors-url");t&&(R++,window.fetc... function X (line 1) | function X(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[... function W (line 1) | function W(){return!V&&R<10&&"undefined"!=typeof customElements&&"undefi... function G (line 1) | function G(){if(!(this instanceof G))return new G;this.size=0,this.uid=0... function e (line 1) | function e(){this.map={}} function ne (line 1) | function ne(e,t){var n,r,o,i,a,s,u=(e=e.slice(0).concat(e.default)).leng... function re (line 1) | function re(e,t){var n,r,o;for(n=0,r=e.length;n3&&void 0!==arguments[3]?ar... function be (line 1) | function be(e,t,n){return e.dispatchEvent(new CustomEvent(t,{bubbles:!0,... function xe (line 1) | function xe(){return _e} function ke (line 1) | function ke(){return history.length-1+Ee} function Te (line 1) | function Te(e){_e=e;var t=location.href;we[ke()]={url:t,state:_e},we.len... function je (line 1) | function je(e,t){var n={_id:t};if(e)for(var r in e)n[r]=e[r];return n} function Le (line 1) | function Le(){return(new Date).getTime()} function Oe (line 1) | function Oe(e,t,n){Ee=0,e=je(e,Le()),history.pushState(e,t,n),Te(e)} function Se (line 1) | function Se(e,t,n){e=je(e,xe()._id),history.replaceState(e,t,n),Te(e)} function Me (line 1) | function Me(e){return Ce(e,De(arguments.length>1&&void 0!==arguments[1]?... function Ce (line 1) | function Ce(e,t){if(""!==t)return e.getElementById(t)||e.getElementsByNa... function De (line 1) | function De(e){try{return decodeURIComponent(e.slice(1))}catch(e){return... function Ne (line 1) | function Ne(e){c(regeneratorRuntime.mark(function t(){return regenerator... function Ie (line 1) | function Ie(){var e=Re;Re=He.length,qe(He.slice(e),null,window.location.... function qe (line 1) | function qe(e,t,n){var r=window.location.hash.slice(1),o={oldURL:t,newUR... function Xe (line 1) | function Xe(e){return(e.ctrlKey?"Control+":"")+(e.altKey?"Alt+":"")+(e.m... function We (line 1) | function We(e){return!function(e){return e.offsetWidth<=0&&e.offsetHeigh... function Ye (line 1) | function Ye(e){var t=e.currentTarget;if(o(t instanceof HTMLElement,"app/... function Ze (line 1) | function Ze(e){var t=document.querySelector("button[data-box-overlay-id=... function Qe (line 1) | function Qe(e,t){var n=t||Ze(e);et(),$e(e).then(function(){var t=e.query... function et (line 1) | function et(){if(Je){var e=Je,t=document.querySelector('[data-box-overla... function tt (line 1) | function tt(e){"Escape"===Xe(e)&&et()} function it (line 1) | function it(e){o(e instanceof CustomEvent,"app/assets/modules/github/cod... function at (line 1) | function at(e,t){return new Promise(function(n){e.addEventListener(t,n,{... function ut (line 1) | function ut(e,t){var n=void 0;return function(){var r=this,o=arguments;c... function ft (line 1) | function ft(e,t,n){var r=n||HTMLElement,o=e.closest(t);if(o instanceof r... function dt (line 1) | function dt(e,t,n){var r=n||HTMLElement,o=e.querySelector(t);if(o instan... function ht (line 1) | function ht(e,t,n){var r=n||HTMLElement,o=[],i=!0,a=!1,s=void 0;try{for(... function mt (line 1) | function mt(e,t){if(vt){var n=Array.from(e.querySelectorAll(".js-transit... function gt (line 1) | function gt(e){return"height"===getComputedStyle(e).transitionProperty} function bt (line 1) | function bt(e,t){e.style.transition="none",t(),e.offsetHeight,e.style.tr... function yt (line 1) | function yt(e){var t=e.getAttribute("data-details-container")||".js-deta... function wt (line 1) | function wt(e){for(var t=!1,n=e.parentElement;n;)n.classList.contains("D... function kt (line 1) | function kt(e){var t=e,n=t.ownerDocument;if(n&&t.offsetParent){var r=n.d... function Tt (line 1) | function Tt(e,t){var n=t,r=e.ownerDocument;if(r&&r.body){var o=r.documen... function jt (line 1) | function jt(e,t){var n=e,r=n.ownerDocument;if(r){var o=r.documentElement... function St (line 1) | function St(){if("Intl"in window)try{return(new window.Intl.DateTimeForm... function Mt (line 1) | function Mt(e,t){return!!(e&&t in e&&(n=e[t],"function"==typeof n&&n.toS... function Pt (line 1) | function Pt(){return Mt("classList"in Ct&&Ct.classList,"add")} function Rt (line 1) | function Rt(e){var t=e.querySelector("meta[name=html-safe-nonce]");if(nu... function t (line 1) | function t(e,n){l(this,t);var r=p(this,(t.__proto__||Object.getPrototype... function It (line 1) | function It(e,t){var n=t.headers.get("content-type")||"";if(!n.startsWit... function Ft (line 1) | function Ft(e,t){if("function"!=typeof HTMLTemplateElement.bootstrap){va... function t (line 1) | function t(e){l(this,t);var n=e.statusText?" "+e.statusText:"",r=p(this,... function Xt (line 1) | function Xt(e){if(e.status>=200&&e.status<300)return e;throw new zt(e)} function Vt (line 1) | function Vt(e){return e.json()} function Wt (line 1) | function Wt(e){return e.text()} function Ut (line 1) | function Ut(e,t){var n=t?Object.assign({},t):{};n.credentials||(n.creden... function Yt (line 1) | function Yt(e,t){var n=Ut(e,t);return self.fetch(n).then(Xt)} function Gt (line 1) | function Gt(e,t){var n=Ut(e,t);return self.fetch(n).then(Xt).then(Wt)} function Kt (line 1) | function Kt(e,t){var n=Ut(e,t);return n.headers.set("Accept","applicatio... function Qt (line 1) | function Qt(e){var t=e.querySelector("input.is-submit-button-value");ret... function en (line 1) | function en(e){var t=e.closest("form");if(t instanceof HTMLFormElement){... function nn (line 1) | function nn(e,t,n){return e.dispatchEvent(new CustomEvent(t,{bubbles:!0,... function rn (line 1) | function rn(e,t){t&&en(t),nn(e,"submit",!0)&&e.submit()} function on (line 1) | function on(e){if(!(e instanceof HTMLElement))return!1;var t=e.nodeName.... function an (line 1) | function an(e){var t=new URLSearchParams,n=!0,r=!1,o=void 0;try{for(var ... function n (line 1) | function n(e){t.set(e)} function q (line 1) | function q(e){if(100!=e.get(Ht)&&$n(ee(e,_t))%1e4>=100*te(e,Ht))throw"ab... function F (line 1) | function F(e){if(T(ee(e,Tt)))throw"abort"} function B (line 1) | function B(){var e=x.location.protocol;if("http:"!=e&&"https:"!=e)throw"... function z (line 1) | function z(e){try{_.navigator.sendBeacon?n(42):_.XMLHttpRequest&&"withCr... function X (line 1) | function X(e){var t=ee(e,It)||M()+"/collect",n=ee(e,be);if(!n&&e.get(ge)... function V (line 1) | function V(e){var t;(_.gaData=_.gaData||{}).expId&&e.set(Ke,(_.gaData=_.... function W (line 1) | function W(){if(_.navigator&&"preview"==_.navigator.loadPurpose)throw"ab... function U (line 1) | function U(e){var t=_.gaDevIds;s(t)&&0!=t.length&&e.set("&did",t.join(",... function Y (line 1) | function Y(e){if(!e.get(Tt))throw"abort"} function $ (line 1) | function $(e){var t=te(e,tt);if(500<=t&&n(15),"transaction"!=(r=ee(e,pe)... function Ft (line 1) | function Ft(e,t,r,o){t[e]=function(){try{return o&&n(o),r.apply(this,arg... function rn (line 1) | function rn(e,t,n){"none"==t&&(t="");var r=[],o=j(e);e="__utma"==e?6:2;f... function on (line 1) | function on(e,t){var n;null==e?n=e=1:(n=$n(e),e=$n(c(e,".")?e.substring(... function un (line 1) | function un(e,t){var n=new Date,r=_.navigator,o=r.plugins||[];for(e=[e,r... function dn (line 1) | function dn(e,t){if(t==x.location.hostname)return!1;for(var n=0;n1&&void 0!==arguments[1]&&argument... function ln (line 1) | function ln(e){var t=!0,n=!1,r=void 0;try{for(var o,i=e.querySelectorAll... function fn (line 1) | function fn(e){if(e instanceof HTMLInputElement&&("checkbox"===e.type||"... function e (line 1) | function e(t){l(this,e),this.children=[],this.parent=t} function e (line 1) | function e(t){l(this,e),this.parent=null,this.children={},this.parent=t|... function yn (line 1) | function yn(e,t){var n=[];function r(){var e=n;n=[],t(e)}return function... function wn (line 1) | function wn(e,t){gn||(gn=new MutationObserver(En)),mn||(mn=e.createEleme... function En (line 1) | function En(){var e=bn;bn=[];for(var t=0;t3&&void 0!==arguments[3]&&argu... function gr (line 1) | function gr(e){var t=br(e);if(t)return t.defaultView} function br (line 1) | function br(e){return e?9===e.nodeType?e:e.ownerDocument?e.ownerDocument... function wr (line 1) | function wr(e,t){var n=br(e);if(n){e!==n&&e!==n.defaultView&&e!==n.docum... function Lr (line 1) | function Lr(e){o(e instanceof MouseEvent,"app/assets/modules/github/navi... function Or (line 1) | function Or(e){if(!Tr){var t=e.currentTarget;if(o(t instanceof HTMLEleme... function Ar (line 1) | function Ar(e){if(!(e.target!==document.body&&e.target instanceof HTMLEl... function Mr (line 1) | function Mr(e){be(e.currentTarget,"navigation:open",{modifierKey:e.modif... function Cr (line 1) | function Cr(e){var t=Br();e!==t&&(t&&Dr(t),e.classList.add("js-active-na... function Dr (line 1) | function Dr(e){e.classList.remove("js-active-navigation-container")} function Hr (line 1) | function Hr(e,t){t||(t=e);var n=zr(e)[0],r=t.closest(".js-navigation-ite... function Rr (line 1) | function Rr(e){var t=e.querySelectorAll(".js-navigation-item[aria-select... function Nr (line 1) | function Nr(e,t){var n=zr(t),r=n[n.indexOf(e)-1];if(r){if(Fr(r,t))return... function Ir (line 1) | function Ir(e,t){var n=zr(t),r=n[n.indexOf(e)+1];if(r){if(Fr(r,t))return... function qr (line 1) | function qr(e,t){null==t&&(t=!1),be(e,"navigation:keyopen",{modifierKey:... function Fr (line 1) | function Fr(e,t){return!be(e,"navigation:focus")||(Rr(t),e.classList.add... function Br (line 1) | function Br(){return document.querySelector(".js-active-navigation-conta... function zr (line 1) | function zr(e){return Array.from(e.querySelectorAll(".js-navigation-item... function Xr (line 1) | function Xr(e){return e.getAttribute("data-navigation-scroll")||"item"} function Vr (line 1) | function Vr(e,t){var n=arguments.length>2&&void 0!==arguments[2]?argumen... function Wr (line 1) | function Wr(e,t){var n=jt(t,e),r=Tt(t,e);null!=n&&null!=r&&(r.bottom<=0&... function Jr (line 1) | function Jr(e){var t=e.target;if(t instanceof HTMLElement&&t.nodeType!==... function Zr (line 1) | function Zr(e,t){Kr||(Kr=!0,document.addEventListener("focus",Jr,!0)),$r... function r (line 1) | function r(t){t.currentTarget.removeEventListener(e,n),t.currentTarget.r... function n (line 1) | function n(e){e.currentTarget.removeEventListener("input",t),e.currentTa... function eo (line 1) | function eo(){} function e (line 1) | function e(){l(this,e),this.previousReceiver={resolve:eo,reject:eo}} function ro (line 1) | function ro(e){for(var t=[];e&&(t.push(oo(e)),e!==br(e)&&!e.id);)e=e.par... function oo (line 1) | function oo(e){if(e===window)return"window";var t=[e.nodeName.toLowerCas... function so (line 1) | function so(e,t){var n=function(e,t){var n=ht(e,"link[rel=pjax-prefetch]... function po (line 1) | function po(e,t,n){return e.dispatchEvent(new CustomEvent(t,{bubbles:!0,... function vo (line 1) | function vo(e){mo({url:e.url,container:e.container})} function mo (line 1) | function mo(e){var t,n=(t=c(regeneratorRuntime.mark(function e(t){var n,... function go (line 1) | function go(e){o(fo,"app/assets/modules/github/pjax.js:406"),Se(null,"",... function Eo (line 1) | function Eo(){return(new Date).getTime()} function _o (line 1) | function _o(e){var t=e.cloneNode(!0);return[To(e),Array.from(t.childNode... function xo (line 1) | function xo(e){var t=document.createElement("a");return t.href=e,t} function ko (line 1) | function ko(e){return e.href.replace(/#.*/,"")} function To (line 1) | function To(e){if(e.id)return"#"+e.id;throw new Error("pjax container ha... function jo (line 1) | function jo(e,t,n){var r=[],o=!0,i=!1,a=void 0;try{for(var s,u=e[Symbol.... function Lo (line 1) | function Lo(e,t){e.innerHTML="";var n=!0,r=!1,o=void 0;try{for(var i,a=t... function Oo (line 1) | function Oo(e,t){var n,r=e.headers.get("X-PJAX-URL");return r?((n=xo(r))... function So (line 1) | function So(e,t,n){o("string"==typeof n.requestUrl,"app/assets/modules/g... function Ao (line 1) | function Ao(e){if(e){var t=ht(document,"script[src]",HTMLScriptElement),... function Po (line 1) | function Po(e,t){for(;e.length>t;)delete Mo[e.shift()]} function Ho (line 1) | function Ho(){var e=!0,t=!1,n=void 0;try{for(var r,o=document.getElement... function No (line 1) | function No(e){return new Promise(function(t){setTimeout(function(){t()}... function t (line 1) | function t(){return l(this,t),p(this,(t.__proto__||Object.getPrototypeOf... function zo (line 1) | function zo(e){return new Promise(function(t){e.addEventListener("dialog... function Xo (line 1) | function Xo(e){var t=document.querySelector(".sso-modal");t&&(t.classLis... function Vo (line 1) | function Vo(e){var t=document.querySelector("meta[name=sso-expires-aroun... function Wo (line 1) | function Wo(e){if(!e)return!0;var t=parseInt(A(e,HTMLMetaElement).conten... function Yo (line 1) | function Yo(){Uo=null} method json (line 1) | get json(){return n=this,r=JSON.parse(n.text),delete n.json,n.json=r,n.j... method html (line 1) | get html(){return n=this,It(Rt(document),n),o=Ft(document,n.text),delete... function t (line 1) | function t(e,n){l(this,t);var r=p(this,(t.__proto__||Object.getPrototype... function Qo (line 1) | function Qo(){var e=void 0,t=void 0,n=new Promise(function(n,r){e=n,t=r}... function ni (line 1) | function ni(e,t){ei||(ei=new G,document.addEventListener("submit",ri)),e... function ri (line 1) | function ri(e){var t=A(e.target,HTMLFormElement),n=ei&&ei.matches(t);if(... function bi (line 1) | function bi(e,t){return e.closest("task-lists")===t.closest("task-lists")} function yi (line 1) | function yi(e){if(e.currentTarget===e.target){var t=e.currentTarget;if(t... function wi (line 1) | function wi(e){if(gi){var t=e.currentTarget;t instanceof Element&&(bi(gi... function Ei (line 1) | function Ei(e){if(gi){var t=e.currentTarget;if(t instanceof Element&&(gi... function _i (line 1) | function _i(){gi&&(gi.dragging.classList.remove("is-dragging"),gi.draggi... function xi (line 1) | function xi(e){if(gi){var t=e.currentTarget;t instanceof Element&&(bi(gi... function e (line 1) | function e(e,t){for(var n=0;n .task-lis... function qi (line 1) | function qi(e){var t=!0,n=!1,r=void 0;try{for(var o,i=e.querySelectorAll... function Fi (line 1) | function Fi(e){var t=e.parentElement;if(!t)throw new Error("parent not f... function Bi (line 1) | function Bi(e){var t=e.src,n=e.dst,r=t.list.closest("task-lists");r&&r.d... function zi (line 1) | function zi(e){var t=e.currentTarget;if(t instanceof Element){var n=t.cl... function Xi (line 1) | function Xi(e){if(!gi){var t=e.currentTarget;if(t instanceof Element){va... function Vi (line 1) | function Vi(e){if(e.querySelector(".js-task-list-field")){var t=!0,n=!1,... function Wi (line 1) | function Wi(e,t,n){var r=dt(e,".js-comment-update",HTMLFormElement);!fun... function Yi (line 1) | function Yi(e){return e.dispatchEvent(new CustomEvent("change",{bubbles:... function $i (line 1) | function $i(e){var t=Ki.get(e);o(t,"app/assets/modules/github/throttled-... function Ji (line 1) | function Ji(e){var t=Ki.get(e.currentTarget);o(t,"app/assets/modules/git... function Zi (line 1) | function Zi(e){var t=Ki.get(e.currentTarget);o(t,"app/assets/modules/git... function Qi (line 1) | function Qi(e){var t=Ki.get(e.currentTarget);o(t,"app/assets/modules/git... function ta (line 1) | function ta(e,t,n){if(0===t&&0===n)return[0,0];var r=na(e);wr(e,{top:r.t... function na (line 1) | function na(e){if(e.offsetParent&&e instanceof HTMLElement)return{top:e.... function oa (line 1) | function oa(e){return new Promise(function(t){if(e===window&&((n=ia)2&&void 0!==arguments[2]&&argume... function t (line 1) | function t(e,t){return null!=e&&!0!==e||null!=(e=n.name)?"function"==typ... function X (line 1) | function X(e,t){if(!e||!e.nodeType||1!==e.nodeType)throw"Sortable: `el` ... function V (line 1) | function V(t,n){"clone"!==t.lastPullMode&&(n=!0),o&&o.state!==n&&($(o,"d... function W (line 1) | function W(e,t,n){if(e){n=n||L;do{if(">*"===t&&e.parentNode===n||oe(e,t)... function U (line 1) | function U(e){var t=e.host;return t&&t.nodeType?t:e.parentNode} function Y (line 1) | function Y(e,t,n){e.addEventListener(t,n,C)} function G (line 1) | function G(e,t,n){e.removeEventListener(t,n,C)} function K (line 1) | function K(e,t,n){if(e)if(e.classList)e.classList[n?"add":"remove"](t);e... function $ (line 1) | function $(e,t,n){var r=e&&e.style;if(r){if(void 0===n)return L.defaultV... function J (line 1) | function J(e,t,n){if(e){var r=e.getElementsByTagName(t),o=0,i=r.length;i... function Z (line 1) | function Z(e,t,n,r,i,a,s,u){e=e||t[T];var c=L.createEvent("Event"),l=e.o... function Q (line 1) | function Q(e,t,n,r,o,i,a,s){var u,c,l=e[T],f=l.options.onMove;return(u=L... function ee (line 1) | function ee(e){e.draggable=!1} function te (line 1) | function te(){H=!1} function ne (line 1) | function ne(e){for(var t=e.tagName+e.className+e.src+e.href+e.textConten... function re (line 1) | function re(e,t){var n=0;if(!e||!e.parentNode)return-1;for(;e&&(e=e.prev... function oe (line 1) | function oe(e,t){if(e){var n=(t=t.split(".")).shift().toUpperCase(),r=ne... function ie (line 1) | function ie(e,t){var n,r;return function(){void 0===n&&(n=arguments,r=th... function ae (line 1) | function ae(e,t){if(e&&t)for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])... function se (line 1) | function se(e){return S(e,0)} function ue (line 1) | function ue(e){return clearTimeout(e)} function ya (line 1) | function ya(e,t){var n=new XMLHttpRequest;return n.open("GET",t,!0),n.se... function e (line 1) | function e(e,t){for(var n=0;n1} function Os (line 1) | function Os(e,t){return Array(t+1).join(e)} function As (line 1) | function As(e,t){var n=e.value.slice(e.selectionStart,e.selectionEnd),r=... function Ms (line 1) | function Ms(e){var t=e.value.slice(0,e.selectionStart),n=e.value.slice(e... function Cs (line 1) | function Cs(e,t){var n=e.closest("markdown-toolbar");if(n instanceof Ts)... function Hs (line 1) | function Hs(e){return("0"+e).slice(-2)} function Rs (line 1) | function Rs(e,t){var n=e.getDay(),r=e.getDate(),o=e.getMonth(),i=e.getFu... function Ns (line 1) | function Ns(e){var t=void 0;return function(){if(t)return t;if("Intl"in ... function Fs (line 1) | function Fs(){if(null!==Is)return Is;var e=qs();if(e){var t=e.format(new... function e (line 1) | function e(e,t){for(var n=0;n3&&void 0!==arguments[3]?argume... function t (line 1) | function t(){return l(this,t),p(this,(t.__proto__||Object.getPrototypeOf... function Fu (line 1) | function Fu(e){var t=Nu.get(e.type);void 0===t&&(t=new Map,Nu.set(e.type... function e (line 1) | function e(t,n,r,o){l(this,e),this.instance=t,this.element=n,this.name=r... function e (line 1) | function e(t,n,r){l(this,e),this.instance=t,this.startNode=n,this.endNod... function e (line 1) | function e(t,n,r){l(this,e),this._parts=[],this.template=t,this._partCal... FILE: test/resources/unicode-error.js function ot (line 1) | function ot(e){e=e.replace(/https?:\/\/(m\.)?vk\.com\/([^#]+#\/)?/,"");f... FILE: web/common-function.js function any (line 25) | function any(a, b) { function set_editor_mode (line 29) | function set_editor_mode() { function run_tests (line 44) | function run_tests() { function read_settings_from_cookie (line 69) | function read_settings_from_cookie() { function store_settings_to_cookie (line 90) | function store_settings_to_cookie() { function unpacker_filter (line 116) | function unpacker_filter(source) { function downloadBeautifiedCode (line 154) | function downloadBeautifiedCode() { function beautify (line 188) | function beautify() { function mergeObjects (line 266) | function mergeObjects(allOptions, additionalOptions) { function submitIssue (line 279) | function submitIssue() { function getSubmitIssueBody (line 305) | function getSubmitIssueBody(trucate) { function copyText (line 353) | function copyText() { function selectAll (line 372) | function selectAll() { function clearAll (line 380) | function clearAll() { function changeToFileContent (line 388) | function changeToFileContent(input) { function setPreferredColorScheme (line 403) | function setPreferredColorScheme() { function switchTheme (line 415) | function switchTheme(themeToggleEvent) {