a
    lc                     @   s.   d ddddddddd	d
ddddddddZ dS ))zpygments.formatters.bbcodeBBCode)bbcodeZbb zFormat 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.imgZimg_bmp)ZbmpZbitmap)z*.bmpzwCreate a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)r   Zimg_gif)Zgif)z*.gifztCreate a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)zpygments.formatters.groffgroff)r   ZtroffZroffr   zFFormat tokens with groff escapes to change their color and font style.)zpygments.formatters.htmlHTML)html)z*.htmlz*.htmzFormat tokens as HTML 4 ``<span>`` tags within a ``<pre>`` tag, wrapped in a ``<div>`` tag. The ``<div>``'s CSS class can be set by the `cssclass` option.)zpygments.formatters.ircIRC)ircr   r   z&Format tokens with IRC color sequences)r   img)r
   ZIMGZpng)z*.pngztCreate a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)r   Zimg_jpg)ZjpgZjpeg)z*.jpgzuCreate a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.)zpygments.formatters.latexZLaTeX)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.)zpygments.formatters.pangomarkupzPango Markup)ZpangoZpangomarkupr   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.)zpygments.formatters.rtfZRTF)Zrtf)z*.rtfzFormat 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.)zpygments.formatters.svgZSVG)svg)z*.svgzFormat 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.terminal256ZTerminal256)Zterminal256Z
console256256r   zFormat 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.)zpygments.formatters.terminalZTerminal)Zterminalconsoler   zFormat 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   ZTerminalTrueColor)Zterminal16mZ
console16mZ16mr   zFormat 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   ZTestcase)Ztestcaser   z0Format tokens as appropriate for a new testcase.)ZBBCodeFormatterZBmpImageFormatterZGifImageFormatterZGroffFormatterZHtmlFormatterZIRCFormatterZImageFormatterZJpgImageFormatterZLatexFormatterZNullFormatterZPangoMarkupFormatterZRawTokenFormatterZRtfFormatterZSvgFormatterZTerminal256FormatterZTerminalFormatterZTerminalTrueColorFormatterZTestcaseFormatterN)Z
FORMATTERSr   r   r   X/var/www/html/django/DPS/env/lib/python3.9/site-packages/pygments/formatters/_mapping.py<module>   s$   