Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commonmark/cmark
/ functions
Functions
364 in github.com/commonmark/cmark
⨍
Functions
364
◇
Types & classes
35
Function
LLVMFuzzerTestOneInput
fuzz/cmark-fuzz.c:10
Function
SKIP
api_test/harness.c:26
Function
S_blankline
src/render.c:15
Function
S_cr
src/render.c:9
Function
S_out
src/render.c:21
Function
S_outc
Functions to convert cmark_nodes to groff man strings.
src/man.c:20
Function
S_render_node
src/man.c:73
Function
S_render_node
src/commonmark.c:154
Function
S_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
Function
cf_compare
src/utf8.c:223
Function
cmark_iter_get_event_type
src/iterator.c:84
Function
cmark_iter_get_root
src/iterator.c:88
Function
cmark_node_get_user_data
src/node.c:287
Function
cmark_node_set_user_data
src/node.c:295
Method
handle_charref
(self, name)
test/normalize.py:97
Method
handle_comment
(self, data)
test/normalize.py:78
Method
handle_data
(self, data)
test/normalize.py:30
Method
handle_decl
(self, data)
test/normalize.py:81
Method
handle_endtag
(self, tag)
test/normalize.py:44
Method
handle_entityref
(self, name)
test/normalize.py:90
Method
handle_pi
(self,data)
test/normalize.py:87
Method
handle_startendtag
Ignore closing tag for self-closing
test/normalize.py:73
Function
isbacktick
src/inlines.c:215
Function
main
api_test/main.c:1157
Function
main
src/main.c:76
Function
median
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
Function
median_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
Function
median_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
Function
median_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
Function
mode
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
Function
outc
src/commonmark.c:24
Function
outc
src/latex.c:20
Function
pstdev
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
Function
refcmp
src/references.c:79
Function
refsearch
src/references.c:87
Function
run_pathological
(q, inp)
test/pathological_tests.py:136
Function
run_pathological_cmark
(q, inp)
test/pathological_tests.py:139
Function
stdev
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
Method
unknown_decl
(self, data)
test/normalize.py:84
Function
xcalloc
src/cmark.c:13
Function
xrealloc
src/cmark.c:22
← previous
301–364 of 364, ranked by callers