Searched refs:highlight_regex (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | highlighter.py | 75 highlight_regex = text.highlight_regex 77 highlight_regex(re_highlight, style_prefix=self.base_style)
|
D | text.py | 552 def highlight_regex( member in Text
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | highlighter.py | 75 highlight_regex = text.highlight_regex 77 highlight_regex(re_highlight, style_prefix=self.base_style)
|
D | text.py | 552 def highlight_regex( member in Text
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | highlighter.py | 75 highlight_regex = text.highlight_regex 77 highlight_regex(re_highlight, style_prefix=self.base_style)
|
D | text.py | 552 def highlight_regex( member in Text
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | highlighter.py | 75 highlight_regex = text.highlight_regex 77 highlight_regex(re_highlight, style_prefix=self.base_style)
|
D | text.py | 552 def highlight_regex( member in Text
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/ |
H A D | curses_ui.py | 689 self._display_output(self._curr_unwrapped_output, highlight_regex=regex) 695 highlight_regex=self._curr_search_regex) 1055 def _display_output(self, output, is_refresh=False, highlight_regex=None): argument 1076 if highlight_regex: 1079 output, highlight_regex, font_attr=self._SEARCH_HIGHLIGHT_FONT_ATTR) 1102 if highlight_regex:
|