MCPcopy Create free account

hub / github.com/aantron/better-enums / functions

Functions224 in github.com/aantron/better-enums

↓ 14 callersFunctionescape
Replace special characters "&", "<" and ">" to HTML-safe sequences. The original cgi.escape will always escape "&", but you can control this
doc/mistune.py:41
↓ 13 callersMethodplaceholder
Returns the default, empty output value for the renderer. All renderer methods use the '+=' operator to append to this value. Default
doc/mistune.py:636
↓ 13 callersMethodwrite
(self, token, last = False)
script/make_macros.py:46
↓ 10 callersFunction_pure_pattern
(regex)
doc/mistune.py:24
↓ 10 callersMethodbegin
enum.h:434
↓ 10 callersMethodend
enum.h:435
↓ 8 callersMethodpop
(self)
doc/mistune.py:962
↓ 7 callersFunctionstring_length
Returns the length of s
example/104-quine.cc:58
↓ 6 callersMethodtok
(self)
doc/mistune.py:984
↓ 5 callersFunction_keyify
(key)
doc/mistune.py:34
↓ 5 callersMethod_not_in_list
(self)
doc/transform.py:209
↓ 5 callersMethodoutput
(self, text, rules=None)
doc/mistune.py:503
↓ 4 callersMethod_join_paragraph
(self)
doc/transform.py:227
↓ 4 callersMethodparse
(self, text, rules=None)
doc/mistune.py:192
↓ 4 callersFunctionsame_string
test/cxxtest/general.h:145
↓ 3 callersFunction_ends_name
enum.h:455
↓ 3 callersMethod_not_paragraph
(self)
doc/transform.py:221
↓ 3 callersMethod_process_link
(self, m, link, title=None)
doc/mistune.py:592
↓ 3 callersFunctionapply_template
(template, args = {}, lax = False, **kwargs)
doc/docs.py:35
↓ 3 callersFunctionpretty_print
(text, prefix, start_with_prefix = True)
doc/transform.py:20
↓ 2 callersMethod_process_table
(self, m)
doc/mistune.py:379
↓ 2 callersFunction_to_lower_ascii
enum.h:484
↓ 2 callersMethodautolink
Rendering a given link or email address. :param link: link content or email address. :param is_email: whether this is an email or not
doc/mistune.py:794
↓ 2 callersFunctioncamel_case
(text)
doc/transform.py:49
↓ 2 callersFunctionclean_text
(text)
doc/transform.py:144
↓ 2 callersFunctioncompose_page
(relative_path, definitions)
doc/docs.py:65
↓ 2 callersFunctiondump
example/101-special-values.cc:148
↓ 2 callersMethodhrule
Rendering method for ``<hr>`` tag.
doc/mistune.py:691
↓ 2 callersMethodlist_item
Rendering list item snippet. Like ``<li>``.
doc/mistune.py:708
↓ 2 callersMethodparagraph
Rendering paragraph tags. Like ``<p>``.
doc/mistune.py:712
↓ 2 callersMethodparse
(self, text)
doc/mistune.py:931
↓ 2 callersFunctionpath_to_html
(relative_path)
doc/docs.py:45
↓ 2 callersFunctionpath_to_output
(relative_path)
doc/docs.py:51
↓ 2 callersFunctionprocess_threaded
(directory)
doc/docs.py:147
↓ 2 callersFunctionread_extended_markdown
(relative_path)
doc/docs.py:127
↓ 2 callersMethodrender
Render the Markdown text. :param text: markdown formatted text content.
doc/mistune.py:924
↓ 2 callersMethodtable_cell
Rendering a table cell. Like ``<th>`` ``<td>``. :param content: content of current table cell. :param header: whether this is header
doc/mistune.py:734
↓ 2 callersMethodtable_row
Rendering a table row. Like ``<tr>``. :param content: content of current table row.
doc/mistune.py:727
↓ 2 callersMethodtext
Rendering unformatted text. :param text: text content.
doc/mistune.py:787
↓ 2 callersMethodto_enum
enum.h:1286
↓ 2 callersMethodtok_text
(self)
doc/mistune.py:993
↓ 2 callersFunctionwrite_file
(relative_path, text)
doc/docs.py:111
↓ 2 callersFunctionwrite_page
(relative_path, text)
doc/docs.py:120
↓ 1 callersMethod__init__
(self)
doc/transform.py:152
↓ 1 callersMethod_number_list_item
(self)
doc/transform.py:212
↓ 1 callersMethod_process_list_item
(self, cap, bull)
doc/mistune.py:267
↓ 1 callersMethodblock_code
Rendering block level code. ``pre > code``. :param code: text content of the code block. :param lang: language of the given code.
doc/mistune.py:650
↓ 1 callersMethodblock_html
Rendering block level pure html content. :param html: text content of the html snippet.
doc/mistune.py:670
↓ 1 callersMethodblock_quote
Rendering <blockquote> with the given text. :param text: text content of the blockquote.
doc/mistune.py:663
↓ 1 callersMethodcodespan
Rendering inline `code` text. :param text: text content for inline code.
doc/mistune.py:766
↓ 1 callersFunctioncompose_general_page
(relative_path)
doc/docs.py:137
↓ 1 callersFunctioncopy_static_file
(relative_path)
doc/docs.py:123
↓ 1 callersMethoddefinitions
(self)
doc/transform.py:114
↓ 1 callersMethoddouble_emphasis
Rendering **strong** text. :param text: text content for emphasis.
doc/mistune.py:752
↓ 1 callersMethodemphasis
Rendering *emphasis* text. :param text: text content for emphasis.
doc/mistune.py:759
↓ 1 callersMethodfootnote_item
Rendering a footnote item. :param key: identity key for the footnote. :param text: text content of the footnote.
doc/mistune.py:865
↓ 1 callersMethodfootnote_ref
Rendering the ref anchor of a footnote. :param key: identity key for the footnote. :param index: the index count of current footnote.
doc/mistune.py:853
↓ 1 callersMethodfootnotes
Wrapper for all footnotes. :param text: contents of all footnotes.
doc/mistune.py:882
↓ 1 callersMethodfrom_enum
enum.h:1282
↓ 1 callersFunctiongenerate
(stream, constants, length, script)
script/make_macros.py:64
↓ 1 callersFunctiongenerate_sitemap
()
doc/docs.py:190
↓ 1 callersMethodhard_wrap
Grammar for hard wrap linebreak. You don't need to add two spaces at the end of a line.
doc/mistune.py:460
↓ 1 callersMethodheader
(self, text, level, raw = None)
doc/transform.py:157
↓ 1 callersMethodheader
Rendering header/heading tags like ``<h1>`` ``<h2>``. :param text: rendered text content for the header. :param level: a number for t
doc/mistune.py:682
↓ 1 callersMethodimage
Rendering a image with title and text. :param src: source link of the image. :param title: title text of the image. :param te
doc/mistune.py:819
↓ 1 callersFunctionlength
example/9-constexpr.cc:34
↓ 1 callersMethodlinebreak
Rendering line break like ``<br>``.
doc/mistune.py:774
↓ 1 callersMethodlink
Rendering a given link with content and title. :param link: href link for ``<a>`` tag. :param title: title content for `title` attrib
doc/mistune.py:805
↓ 1 callersMethodlist
Rendering list tags like ``<ul>`` and ``<ol>``. :param body: body contents of the list. :param ordered: whether this list is ordered
doc/mistune.py:697
↓ 1 callersFunctionlist_general_pages
()
doc/docs.py:142
↓ 1 callersFunctionload_templates
()
doc/docs.py:23
↓ 1 callersFunctionmain
(md_file, html_file, cxx_file)
doc/transform.py:237
↓ 1 callersFunctionmain
()
doc/docs.py:209
↓ 1 callersMethodnewline
Rendering newline element.
doc/mistune.py:849
↓ 1 callersMethodoutput
(self, text, rules=None)
doc/mistune.py:973
↓ 1 callersMethodparagraph
(self, text)
doc/transform.py:161
↓ 1 callersFunctionpath_to_md
(relative_path)
doc/docs.py:48
↓ 1 callersMethodpeek
(self)
doc/mistune.py:968
↓ 1 callersFunctionpreprocessing
(text, tab=4)
doc/mistune.py:62
↓ 1 callersFunctionprint
test/linking/helper.cc:4
↓ 1 callersFunctionremove_output_directory
()
doc/docs.py:60
↓ 1 callersFunctionscrub_comments
(text)
doc/docs.py:41
↓ 1 callersMethodsetup
(self, links, footnotes)
doc/mistune.py:498
↓ 1 callersMethodstrikethrough
Rendering ~~strikethrough~~ text. :param text: text content for strikethrough.
doc/mistune.py:780
↓ 1 callersMethodtable
Rendering table element. Wrap header and body in it. :param header: header part of the table. :param body: body part of the table.
doc/mistune.py:716
↓ 1 callersMethodtag
Rendering span level html tag. :param html: html tag snippet.
doc/mistune.py:838
↓ 1 callersFunctionvalue_length
example/104-quine.cc:51
MethodBETTER_ENUMS_CONSTEXPR_ _eat_assign
enum.h:413
MethodEnumType
enum.h:420
Method__call__
(self, text, rules=None)
doc/mistune.py:189
Method__call__
(self, text)
doc/mistune.py:495
Method__call__
(self, text)
doc/mistune.py:921
Method__init__
(self, stream, indent = 4, columns = 80, initial_column = 0)
script/make_macros.py:40
Method__init__
(self)
doc/transform.py:57
Method__init__
(self, rules=None, **kwargs)
doc/mistune.py:179
Method__init__
(self, renderer, rules=None, **kwargs)
doc/mistune.py:481
Method__init__
(self, **kwargs)
doc/mistune.py:633
Method__init__
(self, renderer=None, inline=None, block=None, **kwargs)
doc/mistune.py:897
Function_default
enum.h:315
Function_default<const char*>
enum.h:321
next →1–100 of 224, ranked by callers