Searched refs:HtmlFormatter (Results 1 – 9 of 9) sorted by relevance
81 from pygments.formatters import HtmlFormatter99 formatter = HtmlFormatter(linenos=self.linenos,
102 formatter = HtmlFormatter( content_processor,
260 class HtmlFormatter( Formatter ): class
18 from pygments.formatters import HtmlFormatter68 self.html_formatter = HtmlFormatter(encoding='utf-8')
275 * src/tools/docmaker/tohtml.py (HtmlFormatter::section_enter): Emit297 * src/tools/docmaker/tohtml.py (HtmlFormatter::section_enter): Emit313 * src/tools/docmaker/tohtml.py (HtmlFormatter::html_source_quote):315 (HtmlFormatter::index_exit, HtmlFormatter::section_enter): Use336 * src/tools/docmaker/tohtml.py (HtmlFormatter::make_block_url):338 (HtmlFormatter::html_source_quote): Link to field ID if possible.339 (HtmlFormatter::print_html_field_list): Emit `id' attribute.415 (HtmlFormatter::print_html_field_list): Do it.429 * src/tools/docmaker/tohtml.py (HtmlFormatter::section_enter): Do438 (HtmlFormatter::block_enter): s/<h4>/<h3>/.[all …]
4464 (HtmlFormatter::html_header): Updated.4465 (HtmlFormatter::html_index_header, HtmlFormatter::html_toc_header):4467 (HtmlFormatter::index_enter): Use `html_index_header'.4468 (HtmlFormatter::index_exit): Print `html_footer'.4469 (HtmlFormatter::toc_enter): Use `html_toc_header'.4470 (HtmlFormatter::toc_exit): Print proper footer.4682 (HtmlFormatter::__init__): Pass `headers' dictionary.4683 (HtmlFormatter::print_html_field): Don't emit paragraph tags.4684 (HtmlFormatter::print_html_field_list): Emit empty paragraph.4685 (HtmlFormatter::block_enter): Emit header info.[all …]
1289 * src/tools/docmaker/tohtml.py (HtmlFormatter::make_html_code):2169 (HtmlFormatter::make_block_url, make_html_word, html_source_quote):2171 (HtmlFormatter::section_enter): Updated to add `id' HTML attribute.2223 * src/tools/docmaker/tohtml.py (HtmlFormatter::make_html_word,2224 HtmlFormatter::index_exit, HtmlFormatter::section_enter,2225 HtmlFormatter::block_enter): Handle `foo[bar]'.
20 (HtmlFormatter::block_exit): Updated.34 * src/tools/docmaker/tohtml.py (HtmlFormatter::make_html_word): Add2504 * src/tools/docmaker/tohtml.py (HtmlFormatter.section_enter):
1034 * src/tools/docmaker/tohtml.py (HtmlFormatter::blockEnter): Use