Home
last modified time | relevance | path

Searched refs:scan_entity (Results 1 – 25 of 40) sorted by relevance

12

/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/commonmark-legacy/src/
H A Dscanners.h34 #define scan_entity(c, n) _scan_at(&_scan_entity, c, n) macro
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/cmark/src/
H A Dscanners.h48 #define scan_entity(c, n) _scan_at(&_scan_entity, c, n) macro
/dports/www/kristall/kristall-6b39f244/lib/cmark/src/
H A Dscanners.h48 #define scan_entity(c, n) _scan_at(&_scan_entity, c, n) macro
/dports/textproc/py-cmarkgfm/cmarkgfm-0.6.0/third_party/cmark/src/
H A Dscanners.h54 #define scan_entity(c, n) _scan_at(&_scan_entity, c, n) macro
/dports/textproc/R-cran-commonmark/commonmark/src/cmark/
H A Dscanners.h56 #define scan_entity(c, n) _scan_at(&_scan_entity, c, n) macro
/dports/deskutils/mindforger/mindforger-1.52.0/deps/cmark-gfm/src/
H A Dscanners.h56 #define scan_entity(c, n) _scan_at(&_scan_entity, c, n) macro
/dports/textproc/cmark/cmark-0.30.2/src/
H A Dscanners.h56 #define scan_entity(c, n) _scan_at(&_scan_entity, c, n) macro
/dports/devel/sccache/sccache-0.2.15/cargo-crates/pulldown-cmark-0.0.3/src/
H A Dscanners.rs387 pub fn scan_entity(data: &str) -> (usize, Option<Cow<'static, str>>) { in scan_entity() function
579 match scan_entity(&input[i..]) { in unescape()
/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/pulldown-cmark-0.2.0/src/
H A Dscanners.rs459 pub fn scan_entity(data: &str) -> (usize, Option<Cow<'static, str>>) { in scan_entity() function
655 match scan_entity(&input[i..]) { in unescape()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/pulldown-cmark-0.2.0/src/
H A Dscanners.rs459 pub fn scan_entity(data: &str) -> (usize, Option<Cow<'static, str>>) { in scan_entity() function
655 match scan_entity(&input[i..]) { in unescape()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs719 pub(crate) fn scan_entity(bytes: &[u8]) -> (usize, Option<CowStr<'static>>) { in scan_entity() function
972 b'&' => match scan_entity(&bytes[i..]) { in unescape()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs719 pub(crate) fn scan_entity(bytes: &[u8]) -> (usize, Option<CowStr<'static>>) { in scan_entity() function
972 b'&' => match scan_entity(&bytes[i..]) { in unescape()
/dports/editors/helix/helix-0.5.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs719 pub(crate) fn scan_entity(bytes: &[u8]) -> (usize, Option<CowStr<'static>>) { in scan_entity() function
972 b'&' => match scan_entity(&bytes[i..]) { in unescape()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs719 pub(crate) fn scan_entity(bytes: &[u8]) -> (usize, Option<CowStr<'static>>) { in scan_entity() function
972 b'&' => match scan_entity(&bytes[i..]) { in unescape()
/dports/www/zola/zola-0.15.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs719 pub(crate) fn scan_entity(bytes: &[u8]) -> (usize, Option<CowStr<'static>>) { in scan_entity() function
972 b'&' => match scan_entity(&bytes[i..]) { in unescape()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/pulldown-cmark-0.7.2/src/
H A Dscanners.rs719 pub(crate) fn scan_entity(bytes: &[u8]) -> (usize, Option<CowStr<'static>>) { in scan_entity() function
924 b'&' => match scan_entity(&bytes[i..]) { in unescape()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/pulldown-cmark-0.7.2/src/
H A Dscanners.rs719 pub(crate) fn scan_entity(bytes: &[u8]) -> (usize, Option<CowStr<'static>>) { in scan_entity() function
924 b'&' => match scan_entity(&bytes[i..]) { in unescape()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dscanners.rs719 pub(crate) fn scan_entity(bytes: &[u8]) -> (usize, Option<CowStr<'static>>) { in scan_entity() function
972 b'&' => match scan_entity(&bytes[i..]) { in unescape()
/dports/lang/rust/rustc-1.58.1-src/vendor/pulldown-cmark/src/
H A Dscanners.rs719 pub(crate) fn scan_entity(bytes: &[u8]) -> (usize, Option<CowStr<'static>>) { in scan_entity() function
972 b'&' => match scan_entity(&bytes[i..]) { in unescape()
/dports/lang/rust/rustc-1.58.1-src/vendor/pulldown-cmark-0.7.2/src/
H A Dscanners.rs719 pub(crate) fn scan_entity(bytes: &[u8]) -> (usize, Option<CowStr<'static>>) { in scan_entity() function
924 b'&' => match scan_entity(&bytes[i..]) { in unescape()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_scan.erl1690 {T2, S2} = scan_entity(T1, S1),
1939 scan_entity([], S=#xmerl_scanner{continuation_fun = F}) -> function
1941 F(fun(MoreBytes, S1) -> scan_entity(MoreBytes, S1) end,
1944 scan_entity("%" ++ T, #xmerl_scanner{rules_write_fun = Write} = S0) -> function
1955 scan_entity(T, #xmerl_scanner{rules_write_fun = Write, function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_scan.erl1690 {T2, S2} = scan_entity(T1, S1),
1939 scan_entity([], S=#xmerl_scanner{continuation_fun = F}) -> function
1941 F(fun(MoreBytes, S1) -> scan_entity(MoreBytes, S1) end,
1944 scan_entity("%" ++ T, #xmerl_scanner{rules_write_fun = Write} = S0) -> function
1955 scan_entity(T, #xmerl_scanner{rules_write_fun = Write, function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_scan.erl1690 {T2, S2} = scan_entity(T1, S1),
1939 scan_entity([], S=#xmerl_scanner{continuation_fun = F}) -> function
1941 F(fun(MoreBytes, S1) -> scan_entity(MoreBytes, S1) end,
1944 scan_entity("%" ++ T, #xmerl_scanner{rules_write_fun = Write} = S0) -> function
1955 scan_entity(T, #xmerl_scanner{rules_write_fun = Write, function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl1693 {T2, S2} = scan_entity(T1, S1),
1942 scan_entity([], S=#xmerl_scanner{continuation_fun = F}) -> function
1944 F(fun(MoreBytes, S1) -> scan_entity(MoreBytes, S1) end,
1947 scan_entity("%" ++ T, #xmerl_scanner{rules_write_fun = Write} = S0) -> function
1958 scan_entity(T, #xmerl_scanner{rules_write_fun = Write, function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl1693 {T2, S2} = scan_entity(T1, S1),
1942 scan_entity([], S=#xmerl_scanner{continuation_fun = F}) -> function
1944 F(fun(MoreBytes, S1) -> scan_entity(MoreBytes, S1) end,
1947 scan_entity("%" ++ T, #xmerl_scanner{rules_write_fun = Write} = S0) -> function
1958 scan_entity(T, #xmerl_scanner{rules_write_fun = Write, function

12