관리-도구
편집 파일: _mapping.cpython-38.pyc
U &?�fP � @ s. d ddddddddd d ddd ddddd�Z dS ))zpygments.formatters.bbcode�BBCode)�bbcodeZbb� z�Format tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.)�pygments.formatters.imgZimg_bmp)ZbmpZbitmap)z*.bmpzwCreate a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)r Zimg_gif)Zgif)z*.gifztCreate a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)zpygments.formatters.groff�groff)r ZtroffZroffr zFFormat tokens with groff escapes to change their color and font style.)zpygments.formatters.html�HTML)�html)z*.htmlz*.htmz�Format tokens as HTML 4 ``<span>`` tags. By default, the content is enclosed in a ``<pre>`` tag, itself wrapped in a ``<div>`` tag (but see the `nowrap` option). The ``<div>``'s CSS class can be set by the `cssclass` option.)zpygments.formatters.irc�IRC)�ircr r z&Format tokens with IRC color sequences)r �img)r ZIMGZpng)z*.pngztCreate a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)r Zimg_jpg)ZjpgZjpeg)z*.jpgzuCreate a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)zpygments.formatters.latexZLaTeX)�latex�tex)z*.texzUFormat tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.)�pygments.formatters.otherz Text only)�text�null)z*.txtz1Output the text unchanged without any formatting.)zpygments.formatters.pangomarkupzPango Markup)ZpangoZpangomarkupr zFFormat tokens as Pango Markup code. It can then be rendered to an SVG.)r z Raw tokens)�raw�tokens)z*.rawz@Format tokens as a raw representation for storing token streams.)zpygments.formatters.rtfZRTF)Zrtf)z*.rtfz�Format tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.)zpygments.formatters.svgZSVG)�svg)z*.svgz�Format tokens as an SVG graphics file. This formatter is still experimental. Each line of code is a ``<text>`` element with explicit ``x`` and ``y`` coordinates containing ``<tspan>`` elements with the individual token styles.)�pygments.formatters.terminal256ZTerminal256)Zterminal256Z console256�256r z�Format tokens with ANSI color sequences, for output in a 256-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.)zpygments.formatters.terminalZTerminal)Zterminal�consoler z�Format tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.)r ZTerminalTrueColor)Zterminal16mZ console16mZ16mr z�Format tokens with ANSI color sequences, for output in a true-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.)r ZTestcase)Ztestcaser z0Format tokens as appropriate for a new testcase.)ZBBCodeFormatterZBmpImageFormatterZGifImageFormatterZGroffFormatterZ HtmlFormatterZIRCFormatterZImageFormatterZJpgImageFormatterZLatexFormatterZ NullFormatterZPangoMarkupFormatterZRawTokenFormatterZRtfFormatterZSvgFormatterZTerminal256FormatterZTerminalFormatterZTerminalTrueColorFormatterZTestcaseFormatterN)Z FORMATTERSr r r �V/opt/hc_python/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/_mapping.py�<module> s$ �