Файловый менеджер - Редактировать - /home/digitalm/venv/lib/python3.7/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-37.pyc
Назад
B �5�gP � @ s. d ddddddddd d ddd ddddd�Z dS ))zpygments.formatters.bbcodeZBBCode)ZbbcodeZbb� 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.)zpygments.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.)zpygments.formatters.imgZimg_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.htmlZHTML)�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)Zircr r z&Format tokens with IRC color sequences)zpygments.formatters.img�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.)zpygments.formatters.imgZimg_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)ZlatexZtex)z*.texzUFormat tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.)zpygments.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.)zpygments.formatters.otherz 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.)zpygments.formatters.terminal256ZTerminal256)Zterminal256Z console256Z256r 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.)zpygments.formatters.terminal256ZTerminalTrueColor)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.)zpygments.formatters.otherZTestcase)Ztestcaser z0Format tokens as appropriate for a new testcase.)ZBBCodeFormatterZBmpImageFormatterZGifImageFormatterZGroffFormatterZ HtmlFormatterZIRCFormatterZImageFormatterZJpgImageFormatterZLatexFormatterZ NullFormatterZPangoMarkupFormatterZRawTokenFormatterZRtfFormatterZSvgFormatterZTerminal256FormatterZTerminalFormatterZTerminalTrueColorFormatterZTestcaseFormatterN)Z FORMATTERSr r r �I/tmp/pip-install-251nq386/pip/pip/_vendor/pygments/formatters/_mapping.py�<module> s"