kr.motd.maven.sphinx.dist.pygments.formatters.bbcode$py.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sphinx-maven-plugin Show documentation
Show all versions of sphinx-maven-plugin Show documentation
Maven plugin that creates the site with Sphinx
???? 1h f$0 R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; __doc__ ?
pygments.formatters.bbcode
~~~~~~~~~~~~~~~~~~~~~~~~~~
BBcode formatter.
:copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
org/python/core/PyString fromInterned .(Ljava/lang/String;)Lorg/python/core/PyString;
org/python/core/PyFrame
setglobal /(Ljava/lang/String;Lorg/python/core/PyObject;)V
setline (I)V
pygments.formatter java/lang/String Formatter org/python/core/imp
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject;
! setlocal #
$
pygments.util & get_bool_opt ( org/python/core/PyList * org/python/core/PyObject , BBCodeFormatter . ([Lorg/python/core/PyObject;)V 0 1
+ 2 __all__ 4 getname .(Ljava/lang/String;)Lorg/python/core/PyObject; 6 7
8 BBCodeFormatter$1
__module__ ; __name__ =?
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.
This formatter has no support for background colors and borders, as there
are no common BBcode tags for that.
Some board systems (e.g. phpBB) don't support colors in their [code] tag,
so you can't use the highlighting together with that tag.
Text in a [code] tag usually is shown with a monospace font (which this
formatter can do with the ``monofont`` option) and no spaces (which you
need for indentation) are removed.
Additional options accepted:
`style`
The style to use, can be a string or a Style subclass (default:
``'default'``).
`codetag`
If set to true, put the output into ``[code]`` tags (default:
``false``)
`monofont`
If set to true, add a tag to show the code with a monospace font
(default: ``false``).
? BBCode A name C bbcode E bb G aliases I org/python/core/Py K EmptyObjects [Lorg/python/core/PyObject; M N L O filenames Q org/python/core/PyFunction S f_globals Lorg/python/core/PyObject; U V W
__init__$2 getglobal Z 7
[ __init__ ] __getattr__ _ 7
- ` getlocal (I)Lorg/python/core/PyObject; b c
d
_callextra ~([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; f g
- h codetag j False l __call__ ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; n o
- p _code r __setattr__ t
- u monofont w _mono y org/python/core/PyDictionary {
| 2 styles ~ _make_styles ? 9(Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; n ?
- ? f_lasti I ? ? ? None ? V L ? pygments/formatters/bbcode$py ? Lorg/python/core/PyCode; Y ? ? ? j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V 0 ?
T ? _make_styles$3 style ? __iter__ ()Lorg/python/core/PyObject; ? ?
- ? unpackSequence 8(Lorg/python/core/PyObject;I)[Lorg/python/core/PyObject; ? ?
L ? (ILorg/python/core/PyObject;)V # ?
? ? color ? __getitem__ 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
- ? __nonzero__ ()Z ? ?
- ? [color=#%s] ? _mod ? ?
- ? _iadd ? ?
- ? [/color] ? _add ? ?
- ? bold ? [b] ? [/b] ? italic ? [i] ? [/i] ? underline ? [u] ? [/u] ? org/python/core/PyTuple ?
? 2 __setitem__ 7(Lorg/python/core/PyObject;Lorg/python/core/PyObject;)V ? ?
- ? __iternext__ ? ?
- ? ? ? ? ? format_unencoded$4 write ? [code] ? S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; n ?
- ? [font=monospace] ? ? parent ? _notin ? ?
- ? _eq ? ?
- ? join ? [/font] ? [/code] ?
? ? ? ? ? format_unencoded ? getf_locals ? ?
? : ? ? ? makeClass a(Ljava/lang/String;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)Lorg/python/core/PyObject; ? ?
L ? java/util/Arrays fill (([Ljava/lang/Object;Ljava/lang/Object;)V
(Ljava/lang/String;)V org/python/core/PyFunctionTable ()V 0
self Lpygments/formatters/bbcode$py;
? newCode ?(I[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZZLorg/python/core/PyFunctionTable;I[Ljava/lang/String;[Ljava/lang/String;II)Lorg/python/core/PyCode;
L ? ?
options ttype ndef start end" tokensource$ outfile& lastval( lasttype* value, getMain ()Lorg/python/core/PyCode; main ([Ljava/lang/String;)V ? 0
?3./
?5 org/python/core/CodeLoader7 createSimpleBootstrap 9(Lorg/python/core/PyCode;)Lorg/python/core/CodeBootstrap;9:
8; runMain 5(Lorg/python/core/CodeBootstrap;[Ljava/lang/String;)V=>
L? getCodeBootstrap !()Lorg/python/core/CodeBootstrap; #org/python/core/PyRunnableBootstrapC )getFilenameConstructorReflectionBootstrap 2(Ljava/lang/Class;)Lorg/python/core/CodeBootstrap;EF
DG
call_function S(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;
?K :
?M Y
?O ?
?Q ?
?S org/python/core/PyRunnableU Lorg/python/compiler/APIVersion; % Lorg/python/compiler/MTime; `9?? Lorg/python/compiler/Filename; d/home/trustin/Workspaces/sphinx-maven-plugin/target/update-sphinx/dist/pygments/formatters/bbcode.py org/python/core/ThreadState^ N java/lang/Objecta Code LineNumberTable StackMap
SourceFile RuntimeVisibleAnnotations ! ? V
? : ? Y ? ? ? ? ?
c ? ?+? ? +
? ? W+
? ? N-S-+? "N-2:+? %:+? '? N-)S-+? "N-2:+)? %:+? ? +Y? -Y/? S? 3N+5-? %N+? ? -N+? 9-__S/-? ?? :+/? %:-?+? ?? ?? d
: c ?+<+>? 9? %+@? ? %+/? @? W+0? B? N+D-? %N+1? ? +Y? -YF? SYH? S? 3N+J-? %N+2? ? +Y? P? 3N+R-? %N+4? ? PN? TY+? X-? ?? ?N+^-? %N+