Home
last modified time | relevance | path

Searched refs:right_flanking (Results 1 – 25 of 28) sorted by relevance

12

/dports/textproc/py-markdown-it-py/markdown-it-py-2.0.0/markdown_it/rules_inline/
H A Dstate_inline.py132 right_flanking = True
160 right_flanking = False
163 right_flanking = False
166 can_open = left_flanking and ((not right_flanking) or isLastPunctChar)
167 can_close = right_flanking and ((not left_flanking) or isNextPunctChar)
170 can_close = right_flanking
/dports/textproc/R-cran-commonmark/commonmark/src/extensions/
H A Dstrikethrough.c11 int left_flanking, right_flanking, punct_before, punct_after, delims; in match() local
20 &right_flanking, &punct_before, &punct_after); in match()
30 if ((left_flanking || right_flanking) && in match()
33 right_flanking, res); in match()
/dports/deskutils/mindforger/mindforger-1.52.0/deps/cmark-gfm/extensions/
H A Dstrikethrough.c11 int left_flanking, right_flanking, punct_before, punct_after, delims; in match() local
20 &right_flanking, &punct_before, &punct_after); in match()
30 if ((left_flanking || right_flanking) && in match()
33 right_flanking, res); in match()
/dports/textproc/py-cmarkgfm/cmarkgfm-0.6.0/third_party/cmark/extensions/
H A Dstrikethrough.c11 int left_flanking, right_flanking, punct_before, punct_after, delims; in match() local
20 &right_flanking, &punct_before, &punct_after); in match()
30 if ((left_flanking || right_flanking) && in match()
33 right_flanking, res); in match()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/commonmark/
H A Dinlines.py288 right_flanking = not before_is_whitespace and \
294 (not right_flanking or before_is_punctuation)
295 can_close = right_flanking and \
298 can_open = left_flanking and not right_flanking
299 can_close = right_flanking
302 can_close = right_flanking
/dports/textproc/py-CommonMark/commonmark-0.9.1/commonmark/
H A Dinlines.py288 right_flanking = not before_is_whitespace and \
294 (not right_flanking or before_is_punctuation)
295 can_close = right_flanking and \
298 can_open = left_flanking and not right_flanking
299 can_close = right_flanking
302 can_close = right_flanking
/dports/devel/sccache/sccache-0.2.15/cargo-crates/pulldown-cmark-0.0.3/src/
H A Dscanners.rs368 let right_flanking = !white_before && (!punc_before || white_after || punc_after); in compute_open_close() localVariable
370 b'*' => (left_flanking, right_flanking), in compute_open_close()
371 b'_' => (left_flanking && (!right_flanking || punc_before), in compute_open_close()
372 right_flanking && (!left_flanking || punc_after)), in compute_open_close()
/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/pulldown-cmark-0.2.0/src/
H A Dscanners.rs440 let right_flanking = !white_before && (!punc_before || white_after || punc_after); in compute_open_close() localVariable
442 b'*' => (left_flanking, right_flanking), in compute_open_close()
443 b'_' => (left_flanking && (!right_flanking || punc_before), in compute_open_close()
444 right_flanking && (!left_flanking || punc_after)), in compute_open_close()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/pulldown-cmark-0.2.0/src/
H A Dscanners.rs440 let right_flanking = !white_before && (!punc_before || white_after || punc_after); in compute_open_close() localVariable
442 b'*' => (left_flanking, right_flanking), in compute_open_close()
443 b'_' => (left_flanking && (!right_flanking || punc_before), in compute_open_close()
444 right_flanking && (!left_flanking || punc_after)), in compute_open_close()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/comrak-0.12.1/src/parser/
H A Dinlines.rs678 let right_flanking = numdelims > 0 in scan_delims() localVariable
687 left_flanking && (!right_flanking || before_char.is_punctuation()), in scan_delims()
688 right_flanking && (!left_flanking || after_char.is_punctuation()), in scan_delims()
693 left_flanking && !right_flanking && before_char != ']' && before_char != ')', in scan_delims()
694 right_flanking, in scan_delims()
697 (numdelims, left_flanking, right_flanking) in scan_delims()
/dports/net-im/fractal/fractal-4.4.0/vendor/comrak/src/parser/
H A Dinlines.rs666 let right_flanking = numdelims > 0 && !before_char.is_whitespace() in scan_delims() localVariable
674 left_flanking && (!right_flanking || before_char.is_punctuation()), in scan_delims()
675 right_flanking && (!left_flanking || after_char.is_punctuation()), in scan_delims()
680 left_flanking && !right_flanking && before_char != ']' && before_char != ')', in scan_delims()
681 right_flanking, in scan_delims()
684 (numdelims, left_flanking, right_flanking) in scan_delims()
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/cmark/src/
H A Dinlines.c396 bool left_flanking, right_flanking; in scan_delims() local
432 right_flanking = numdelims > 0 && !cmark_utf8proc_is_space(before_char) && in scan_delims()
438 (!right_flanking || cmark_utf8proc_is_punctuation(before_char)); in scan_delims()
439 *can_close = right_flanking && in scan_delims()
442 *can_open = left_flanking && !right_flanking && in scan_delims()
444 *can_close = right_flanking; in scan_delims()
447 *can_close = right_flanking; in scan_delims()
/dports/www/kristall/kristall-6b39f244/lib/cmark/src/
H A Dinlines.c404 bool left_flanking, right_flanking; in scan_delims() local
440 right_flanking = numdelims > 0 && !cmark_utf8proc_is_space(before_char) && in scan_delims()
446 (!right_flanking || cmark_utf8proc_is_punctuation(before_char)); in scan_delims()
447 *can_close = right_flanking && in scan_delims()
451 (!right_flanking || before_char == '(' || before_char == '[') && in scan_delims()
453 *can_close = right_flanking; in scan_delims()
456 *can_close = right_flanking; in scan_delims()
/dports/textproc/R-cran-commonmark/commonmark/src/cmark/
H A Dinlines.c388 bool left_flanking, right_flanking; in scan_delims() local
433 right_flanking = numdelims > 0 && !cmark_utf8proc_is_space(before_char) && in scan_delims()
439 (!right_flanking || cmark_utf8proc_is_punctuation(before_char)); in scan_delims()
440 *can_close = right_flanking && in scan_delims()
443 *can_open = left_flanking && !right_flanking && in scan_delims()
445 *can_close = right_flanking; in scan_delims()
448 *can_close = right_flanking; in scan_delims()
1529 int *right_flanking, in cmark_inline_parser_scan_delimiters() argument
1572 *right_flanking = numdelims > 0 && !cmark_utf8proc_is_space(before_char) && in cmark_inline_parser_scan_delimiters()
H A Dcmark-gfm-extension_api.h716 int *right_flanking,
/dports/deskutils/mindforger/mindforger-1.52.0/deps/cmark-gfm/src/
H A Dinlines.c388 bool left_flanking, right_flanking; in scan_delims() local
433 right_flanking = numdelims > 0 && !cmark_utf8proc_is_space(before_char) && in scan_delims()
439 (!right_flanking || cmark_utf8proc_is_punctuation(before_char)); in scan_delims()
440 *can_close = right_flanking && in scan_delims()
443 *can_open = left_flanking && !right_flanking && in scan_delims()
445 *can_close = right_flanking; in scan_delims()
448 *can_close = right_flanking; in scan_delims()
1529 int *right_flanking, in cmark_inline_parser_scan_delimiters() argument
1572 *right_flanking = numdelims > 0 && !cmark_utf8proc_is_space(before_char) && in cmark_inline_parser_scan_delimiters()
H A Dcmark-gfm-extension_api.h716 int *right_flanking,
/dports/textproc/py-cmarkgfm/cmarkgfm-0.6.0/third_party/cmark/src/
H A Dinlines.c394 bool left_flanking, right_flanking; in scan_delims() local
439 right_flanking = numdelims > 0 && !cmark_utf8proc_is_space(before_char) && in scan_delims()
445 (!right_flanking || cmark_utf8proc_is_punctuation(before_char)); in scan_delims()
446 *can_close = right_flanking && in scan_delims()
449 *can_open = left_flanking && !right_flanking && in scan_delims()
451 *can_close = right_flanking; in scan_delims()
454 *can_close = right_flanking; in scan_delims()
1537 int *right_flanking, in cmark_inline_parser_scan_delimiters() argument
1580 *right_flanking = numdelims > 0 && !cmark_utf8proc_is_space(before_char) && in cmark_inline_parser_scan_delimiters()
H A Dcmark-gfm-extension_api.h716 int *right_flanking,
/dports/textproc/cmark/cmark-0.30.2/src/
H A Dinlines.c428 bool left_flanking, right_flanking; in scan_delims() local
464 right_flanking = numdelims > 0 && !cmark_utf8proc_is_space(before_char) && in scan_delims()
470 (!right_flanking || cmark_utf8proc_is_punctuation(before_char)); in scan_delims()
471 *can_close = right_flanking && in scan_delims()
475 (!right_flanking || before_char == '(' || before_char == '[') && in scan_delims()
477 *can_close = right_flanking; in scan_delims()
480 *can_close = right_flanking; in scan_delims()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dmarkdown.c576 static int right_flanking(char before, char after){ in right_flanking() function
615 && right_flanking(data[i-1],after) in parse_emph1()
653 && right_flanking(data[i-1],after) in parse_emph2()
/dports/www/nextcloud/nextcloud/apps-pkg/text/js/
H A Dvendors.js.map1right_flanking","loneMarkers","isTerminatorChar","meta","attrData","attrGet","attrJoin","md5","enc…
/dports/www/nextcloud-notes/notes/js/
H A Dnotes-main.js.map1right_flanking","loneMarkers","isTerminatorChar","attrPush","attrData","attrSet","attrGet","attrJo…
/dports/www/nextcloud-tasks/tasks/js/
H A Dtasks-talk.js.map1right_flanking","loneMarkers","isTerminatorChar","attrData","attrGet","attrJoin","md5","encoding",…
H A Dtasks-dashboard.js.map1right_flanking","loneMarkers","isTerminatorChar","attrData","attrGet","attrJoin","md5","encoding",…

12