Home
last modified time | relevance | path

Searched refs:html_class (Results 1 – 6 of 6) sorted by relevance

/external/cronet/build/android/pylib/results/presentation/
Dtest_results_presentation.py40 def cell(data, html_class='center'): argument
44 'class': html_class,
48 def pre_cell(data, html_class='center'): argument
53 'class': html_class,
79 def links_cell(links, html_class='center', rowspan=None): argument
89 'class': html_class,
95 def action_cell(action, data, html_class): argument
107 'class': html_class,
157 cell(data='test_name', html_class='text'),
158 cell(data='status', html_class='flaky'),
[all …]
/external/angle/build/android/pylib/results/presentation/
Dtest_results_presentation.py40 def cell(data, html_class='center'): argument
44 'class': html_class,
48 def pre_cell(data, html_class='center'): argument
53 'class': html_class,
79 def links_cell(links, html_class='center', rowspan=None): argument
89 'class': html_class,
95 def action_cell(action, data, html_class): argument
107 'class': html_class,
157 cell(data='test_name', html_class='text'),
158 cell(data='status', html_class='flaky'),
[all …]
/external/markdown/markdown/extensions/
Dwikilinks.py59 base_url, end_url, html_class = self._getMeta()
65 if html_class:
66 a.set('class', html_class)
75 html_class = self.config['html_class']
82 html_class = self.md.Meta['wiki_html_class'][0]
83 return base_url, end_url, html_class
/external/cronet/testing/unexpected_passes_common/
Dresult_output.py377 html_class = 'collapsible_group'
382 html_class = 'highlighted_collapsible_group'
384 (html_class, k))
/external/markdown/docs/extensions/
Dwikilinks.md69 * **`html_class`**: CSS class. Leave blank for none.
117 ... extensions=[WikiLinkExtension(html_class='myclass')]
/external/markdown/tests/
Dtest_extensions.py233 html_class='foo')