SYMBOL INDEX (86 symbols across 10 files) FILE: okcat/__init__.py function main (line 31) | def main(): FILE: okcat/adb.py class Adb (line 60) | class Adb: method __init__ (line 76) | def __init__(self): method setup (line 79) | def setup(self, args): method loop (line 191) | def loop(self): method match_packages (line 270) | def match_packages(self, token): method parse_death (line 278) | def parse_death(self, _tag, _message): class FakeStdinProcess (line 302) | class FakeStdinProcess: method __init__ (line 303) | def __init__(self): method poll (line 307) | def poll(): function parse_start_proc (line 311) | def parse_start_proc(_line): function tag_in_tags_regex (line 327) | def tag_in_tags_regex(_tag, tags): FILE: okcat/confloader.py class ConfLoader (line 27) | class ConfLoader: method __init__ (line 31) | def __init__(self): method load (line 34) | def load(self, yml_file_path): method get_from (line 49) | def get_from(self): method get_package (line 52) | def get_package(self): method get_tag_keyword_list (line 55) | def get_tag_keyword_list(self): method get_trans_msg_map (line 58) | def get_trans_msg_map(self): method get_trans_tag_map (line 61) | def get_trans_tag_map(self): method get_hide_msg_list (line 64) | def get_hide_msg_list(self): method get_ignore_msg_list (line 67) | def get_ignore_msg_list(self): method get_ignore_tag_list (line 70) | def get_ignore_tag_list(self): method get_highlight_list (line 73) | def get_highlight_list(self): method get_log_line_regex (line 76) | def get_log_line_regex(self): method get_adb_log_line_regex (line 79) | def get_adb_log_line_regex(self): method get_separator_regex_list (line 82) | def get_separator_regex_list(self): method get_value (line 85) | def get_value(self, keyword): method dump (line 102) | def dump(self): method dump_unicode_map (line 116) | def dump_unicode_map(self, map_key): method dump_list (line 125) | def dump_list(self, list_key): FILE: okcat/helper.py function handle_home_case (line 35) | def handle_home_case(path): function is_path (line 42) | def is_path(path): function get_conf_path (line 51) | def get_conf_path(conf_name): function print_unicode (line 65) | def print_unicode(line): function line_rstrip (line 71) | def line_rstrip(line): FILE: okcat/logfile_parser.py class LogFileParser (line 29) | class LogFileParser: method __init__ (line 38) | def __init__(self, file_paths, hide_same_tags): method setup (line 42) | def setup(self, yml_file_name): method color_line (line 64) | def color_line(self, line): method popup_cache_line (line 76) | def popup_cache_line(self, popup_index): method process (line 91) | def process(self): FILE: okcat/logprocessor.py function indent_wrap (line 45) | def indent_wrap(message): function keywords_regex (line 49) | def keywords_regex(content, keywords): class LogProcessor (line 53) | class LogProcessor: method __init__ (line 71) | def __init__(self, hide_same_tags): method setup_trans (line 74) | def setup_trans(self, trans_msg_map, trans_tag_map, hide_msg_list): method setup_ignore (line 77) | def setup_ignore(self, ignore_msg_list, ignore_tag_list): method setup_separator (line 81) | def setup_separator(self, separator_rex_list): method setup_highlight (line 85) | def setup_highlight(self, highlight_list): method setup_condition (line 88) | def setup_condition(self, tag_keywords, line_keywords=None): method setup_regex_parser (line 92) | def setup_regex_parser(self, regex_exp): method process (line 95) | def process(self, origin_line): method process_decode_content (line 111) | def process_decode_content(self, line, time, level, tag, process, thre... FILE: okcat/logregex.py class LogRegex (line 30) | class LogRegex: method __init__ (line 35) | def __init__(self, regex_exp): method parse (line 52) | def parse(self, line): method is_contain_date (line 94) | def is_contain_date(self): method is_contain_time (line 99) | def is_contain_time(self): method is_contain_thread (line 104) | def is_contain_thread(self): method is_contain_tag (line 109) | def is_contain_tag(self): method is_contain_level (line 114) | def is_contain_level(self): method is_contain_key (line 119) | def is_contain_key(self, key): FILE: okcat/logseparator.py class LogSeparator (line 23) | class LogSeparator: method __init__ (line 27) | def __init__(self, separator_rex_list): method process (line 31) | def process(self, msg): FILE: okcat/terminalcolor.py class BashColors (line 23) | class BashColors: method __init__ (line 24) | def __init__(self): function print_header (line 37) | def print_header(msg): function print_exit (line 41) | def print_exit(msg): function print_error (line 45) | def print_error(msg): function print_tips (line 49) | def print_tips(msg): function print_warn (line 53) | def print_warn(msg): function print_key (line 57) | def print_key(msg): function print_blue (line 61) | def print_blue(msg): function print_content_tips (line 65) | def print_content_tips(msg): function print_content_header (line 71) | def print_content_header(msg): function print_content (line 77) | def print_content(msg): function termcolor (line 87) | def termcolor(fg=None, bg=None): function colorize (line 94) | def colorize(message, fg=None, bg=None): function allocate_color (line 128) | def allocate_color(_key, loop_color=LAST_USED): FILE: okcat/trans.py class Trans (line 24) | class Trans: method __init__ (line 29) | def __init__(self, trans_msg_map, trans_tag_map, hide_msg_list): method trans_msg (line 34) | def trans_msg(self, msg): method trans_tag (line 45) | def trans_tag(self, tag, msg): method hide_msg (line 56) | def hide_msg(self, msg):