MCPcopy Create free account

hub / github.com/commonmark/cmark / functions

Functions364 in github.com/commonmark/cmark

FunctionLLVMFuzzerTestOneInput
fuzz/cmark-fuzz.c:10
FunctionSKIP
api_test/harness.c:26
FunctionS_blankline
src/render.c:15
FunctionS_cr
src/render.c:9
FunctionS_out
src/render.c:21
FunctionS_outc
Functions to convert cmark_nodes to groff man strings.
src/man.c:20
FunctionS_render_node
src/man.c:73
FunctionS_render_node
src/commonmark.c:154
FunctionS_render_node
src/latex.c:220
Method__init__
(self)
test/normalize.py:23
Method__init__
(self, prog=None, library_dir=None)
test/cmark.py:64
Function_scan_at
src/scanners.c:6
Function_scan_atx_heading_start
Match ATX heading start.
src/scanners.c:8549
Function_scan_autolink_email
Try to match email autolink after first <, returning num of chars matched.
src/scanners.c:1507
Function_scan_autolink_uri
Try to match URI autolink after first <, returning number of chars matched.
src/scanners.c:749
Function_scan_close_code_fence
Scan a closing code fence with length at least len.
src/scanners.c:8957
Function_scan_html_block_end_1
Try to match an HTML block end line of type 1
src/scanners.c:7489
Function_scan_html_block_end_2
Try to match an HTML block end line of type 2
src/scanners.c:7941
Function_scan_html_block_end_3
Try to match an HTML block end line of type 3
src/scanners.c:8045
Function_scan_html_block_end_4
Try to match an HTML block end line of type 4
src/scanners.c:8148
Function_scan_html_block_end_5
Try to match an HTML block end line of type 5
src/scanners.c:8222
Function_scan_html_block_start
Try to match an HTML block tag start line, returning an integer code for the type of block (1-6, matching the spec). #7 is handled by a separate funct
src/scanners.c:5366
Function_scan_html_block_start_7
Try to match an HTML block tag start line of type 7, returning 7 if successful, 0 if not.
src/scanners.c:7151
Function_scan_html_cdata
src/scanners.c:5267
Function_scan_html_comment
src/scanners.c:5093
Function_scan_html_declaration
src/scanners.c:5218
Function_scan_html_pi
src/scanners.c:5156
Function_scan_html_tag
Try to match an HTML tag after first <, returning num of chars matched.
src/scanners.c:4776
Function_scan_link_title
Try to match a link title (in single quotes, in double quotes, or in parentheses), returning number of chars matched. Allow one level of internal nes
src/scanners.c:8328
Function_scan_open_code_fence
Scan an opening code fence.
src/scanners.c:8827
Function_scan_setext_heading_line
Match setext heading line. Return 1 for level-1 heading, 2 for level-2, 0 for no match.
src/scanners.c:8685
Function_scan_spacechars
Match space characters, including newlines.
src/scanners.c:8513
Functioncf_compare
src/utf8.c:223
Functioncmark_iter_get_event_type
src/iterator.c:84
Functioncmark_iter_get_root
src/iterator.c:88
Functioncmark_node_get_user_data
src/node.c:287
Functioncmark_node_set_user_data
src/node.c:295
Methodhandle_charref
(self, name)
test/normalize.py:97
Methodhandle_comment
(self, data)
test/normalize.py:78
Methodhandle_data
(self, data)
test/normalize.py:30
Methodhandle_decl
(self, data)
test/normalize.py:81
Methodhandle_endtag
(self, tag)
test/normalize.py:44
Methodhandle_entityref
(self, name)
test/normalize.py:90
Methodhandle_pi
(self,data)
test/normalize.py:87
Methodhandle_startendtag
Ignore closing tag for self-closing
test/normalize.py:73
Functionisbacktick
src/inlines.c:215
Functionmain
api_test/main.c:1157
Functionmain
src/main.c:76
Functionmedian
Return the median (middle value) of numeric data. When the number of data points is odd, return the middle data point. When the number of dat
bench/statistics.py:297
Functionmedian_grouped
Return the 50th percentile (median) of grouped continuous data. >>> median_grouped([1, 2, 2, 3, 4, 4, 4, 4, 4, 5]) 3.7 >>> median_grouped
bench/statistics.py:362
Functionmedian_high
Return the high median of data. When the number of data points is odd, the middle value is returned. When it is even, the larger of the two m
bench/statistics.py:343
Functionmedian_low
Return the low median of numeric data. When the number of data points is odd, the middle value is returned. When it is even, the smaller of t
bench/statistics.py:321
Functionmode
Return the most common data point from discrete or nominal data. ``mode`` assumes discrete data, and returns a single value. This is the stan
bench/statistics.py:411
Functionoutc
src/commonmark.c:24
Functionoutc
src/latex.c:20
Functionpstdev
Return the square root of the population variance. See ``pvariance`` for arguments and other details. >>> pstdev([1.5, 2.5, 2.5, 2.75, 3.25,
bench/statistics.py:582
Functionrefcmp
src/references.c:79
Functionrefsearch
src/references.c:87
Functionrun_pathological
(q, inp)
test/pathological_tests.py:136
Functionrun_pathological_cmark
(q, inp)
test/pathological_tests.py:139
Functionstdev
Return the square root of the sample variance. See ``variance`` for arguments and other details. >>> stdev([1.5, 2.5, 2.5, 2.75, 3.25, 4.75]
bench/statistics.py:566
Methodunknown_decl
(self, data)
test/normalize.py:84
Functionxcalloc
src/cmark.c:13
Functionxrealloc
src/cmark.c:22
← previous301–364 of 364, ranked by callers