Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aantron/better-enums
/ functions
Functions
224 in github.com/aantron/better-enums
⨍
Functions
224
◇
Types & classes
28
↓ 14 callers
Function
escape
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 callers
Method
placeholder
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 callers
Method
write
(self, token, last = False)
script/make_macros.py:46
↓ 10 callers
Function
_pure_pattern
(regex)
doc/mistune.py:24
↓ 10 callers
Method
begin
enum.h:434
↓ 10 callers
Method
end
enum.h:435
↓ 8 callers
Method
pop
(self)
doc/mistune.py:962
↓ 7 callers
Function
string_length
Returns the length of s
example/104-quine.cc:58
↓ 6 callers
Method
tok
(self)
doc/mistune.py:984
↓ 5 callers
Function
_keyify
(key)
doc/mistune.py:34
↓ 5 callers
Method
_not_in_list
(self)
doc/transform.py:209
↓ 5 callers
Method
output
(self, text, rules=None)
doc/mistune.py:503
↓ 4 callers
Method
_join_paragraph
(self)
doc/transform.py:227
↓ 4 callers
Method
parse
(self, text, rules=None)
doc/mistune.py:192
↓ 4 callers
Function
same_string
test/cxxtest/general.h:145
↓ 3 callers
Function
_ends_name
enum.h:455
↓ 3 callers
Method
_not_paragraph
(self)
doc/transform.py:221
↓ 3 callers
Method
_process_link
(self, m, link, title=None)
doc/mistune.py:592
↓ 3 callers
Function
apply_template
(template, args = {}, lax = False, **kwargs)
doc/docs.py:35
↓ 3 callers
Function
pretty_print
(text, prefix, start_with_prefix = True)
doc/transform.py:20
↓ 2 callers
Method
_process_table
(self, m)
doc/mistune.py:379
↓ 2 callers
Function
_to_lower_ascii
enum.h:484
↓ 2 callers
Method
autolink
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 callers
Function
camel_case
(text)
doc/transform.py:49
↓ 2 callers
Function
clean_text
(text)
doc/transform.py:144
↓ 2 callers
Function
compose_page
(relative_path, definitions)
doc/docs.py:65
↓ 2 callers
Function
dump
example/101-special-values.cc:148
↓ 2 callers
Method
hrule
Rendering method for ``<hr>`` tag.
doc/mistune.py:691
↓ 2 callers
Method
list_item
Rendering list item snippet. Like ``<li>``.
doc/mistune.py:708
↓ 2 callers
Method
paragraph
Rendering paragraph tags. Like ``<p>``.
doc/mistune.py:712
↓ 2 callers
Method
parse
(self, text)
doc/mistune.py:931
↓ 2 callers
Function
path_to_html
(relative_path)
doc/docs.py:45
↓ 2 callers
Function
path_to_output
(relative_path)
doc/docs.py:51
↓ 2 callers
Function
process_threaded
(directory)
doc/docs.py:147
↓ 2 callers
Function
read_extended_markdown
(relative_path)
doc/docs.py:127
↓ 2 callers
Method
render
Render the Markdown text. :param text: markdown formatted text content.
doc/mistune.py:924
↓ 2 callers
Method
table_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 callers
Method
table_row
Rendering a table row. Like ``<tr>``. :param content: content of current table row.
doc/mistune.py:727
↓ 2 callers
Method
text
Rendering unformatted text. :param text: text content.
doc/mistune.py:787
↓ 2 callers
Method
to_enum
enum.h:1286
↓ 2 callers
Method
tok_text
(self)
doc/mistune.py:993
↓ 2 callers
Function
write_file
(relative_path, text)
doc/docs.py:111
↓ 2 callers
Function
write_page
(relative_path, text)
doc/docs.py:120
↓ 1 callers
Method
__init__
(self)
doc/transform.py:152
↓ 1 callers
Method
_number_list_item
(self)
doc/transform.py:212
↓ 1 callers
Method
_process_list_item
(self, cap, bull)
doc/mistune.py:267
↓ 1 callers
Method
block_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 callers
Method
block_html
Rendering block level pure html content. :param html: text content of the html snippet.
doc/mistune.py:670
↓ 1 callers
Method
block_quote
Rendering <blockquote> with the given text. :param text: text content of the blockquote.
doc/mistune.py:663
↓ 1 callers
Method
codespan
Rendering inline `code` text. :param text: text content for inline code.
doc/mistune.py:766
↓ 1 callers
Function
compose_general_page
(relative_path)
doc/docs.py:137
↓ 1 callers
Function
copy_static_file
(relative_path)
doc/docs.py:123
↓ 1 callers
Method
definitions
(self)
doc/transform.py:114
↓ 1 callers
Method
double_emphasis
Rendering **strong** text. :param text: text content for emphasis.
doc/mistune.py:752
↓ 1 callers
Method
emphasis
Rendering *emphasis* text. :param text: text content for emphasis.
doc/mistune.py:759
↓ 1 callers
Method
footnote_item
Rendering a footnote item. :param key: identity key for the footnote. :param text: text content of the footnote.
doc/mistune.py:865
↓ 1 callers
Method
footnote_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 callers
Method
footnotes
Wrapper for all footnotes. :param text: contents of all footnotes.
doc/mistune.py:882
↓ 1 callers
Method
from_enum
enum.h:1282
↓ 1 callers
Function
generate
(stream, constants, length, script)
script/make_macros.py:64
↓ 1 callers
Function
generate_sitemap
()
doc/docs.py:190
↓ 1 callers
Method
hard_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 callers
Method
header
(self, text, level, raw = None)
doc/transform.py:157
↓ 1 callers
Method
header
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 callers
Method
image
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 callers
Function
length
example/9-constexpr.cc:34
↓ 1 callers
Method
linebreak
Rendering line break like ``<br>``.
doc/mistune.py:774
↓ 1 callers
Method
link
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 callers
Method
list
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 callers
Function
list_general_pages
()
doc/docs.py:142
↓ 1 callers
Function
load_templates
()
doc/docs.py:23
↓ 1 callers
Function
main
(md_file, html_file, cxx_file)
doc/transform.py:237
↓ 1 callers
Function
main
()
doc/docs.py:209
↓ 1 callers
Method
newline
Rendering newline element.
doc/mistune.py:849
↓ 1 callers
Method
output
(self, text, rules=None)
doc/mistune.py:973
↓ 1 callers
Method
paragraph
(self, text)
doc/transform.py:161
↓ 1 callers
Function
path_to_md
(relative_path)
doc/docs.py:48
↓ 1 callers
Method
peek
(self)
doc/mistune.py:968
↓ 1 callers
Function
preprocessing
(text, tab=4)
doc/mistune.py:62
↓ 1 callers
Function
print
test/linking/helper.cc:4
↓ 1 callers
Function
remove_output_directory
()
doc/docs.py:60
↓ 1 callers
Function
scrub_comments
(text)
doc/docs.py:41
↓ 1 callers
Method
setup
(self, links, footnotes)
doc/mistune.py:498
↓ 1 callers
Method
strikethrough
Rendering ~~strikethrough~~ text. :param text: text content for strikethrough.
doc/mistune.py:780
↓ 1 callers
Method
table
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 callers
Method
tag
Rendering span level html tag. :param html: html tag snippet.
doc/mistune.py:838
↓ 1 callers
Function
value_length
example/104-quine.cc:51
Method
BETTER_ENUMS_CONSTEXPR_ _eat_assign
enum.h:413
Method
EnumType
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