Home
last modified time | relevance | path

Searched refs:short_hex (Results 1 – 25 of 123) sorted by relevance

12345

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wcwidth-0.0.2/
H A DCompileRanges.hs56 start <- short_hex
58 end <- short_hex
63 short_hex :: Parser ByteString
64 short_hex = do function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/wcwidth-0.0.2/
H A DCompileRanges.hs56 start <- short_hex
58 end <- short_hex
63 short_hex :: Parser ByteString
64 short_hex = do function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/wcwidth-0.0.2/
H A DCompileRanges.hs56 start <- short_hex
58 end <- short_hex
63 short_hex :: Parser ByteString
64 short_hex = do function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wcwidth-0.0.2/
H A DCompileRanges.hs56 start <- short_hex
58 end <- short_hex
63 short_hex :: Parser ByteString
64 short_hex = do function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/wcwidth-0.0.2/
H A DCompileRanges.hs56 start <- short_hex
58 end <- short_hex
63 short_hex :: Parser ByteString
64 short_hex = do function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/wcwidth-0.0.2/
H A DCompileRanges.hs56 start <- short_hex
58 end <- short_hex
63 short_hex :: Parser ByteString
64 short_hex = do function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/svgtypes-0.5.0/src/color/
H A Dparser.rs66 color.red = short_hex(color_str[0]); in from_str()
67 color.green = short_hex(color_str[1]); in from_str()
68 color.blue = short_hex(color_str[2]); in from_str()
132 fn short_hex(c: u8) -> u8 { in short_hex() function
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/svgtypes-0.5.0/src/color/
H A Dparser.rs66 color.red = short_hex(color_str[0]); in from_str()
67 color.green = short_hex(color_str[1]); in from_str()
68 color.blue = short_hex(color_str[2]); in from_str()
132 fn short_hex(c: u8) -> u8 { in short_hex() function
/dports/devel/libgit2/libgit2-1.3.0/tests/odb/
H A Dmixed.c19 const char short_hex[] = "ce01362"; in test_odb_mixed__dup_oid() local
29 cl_git_pass(git_oid_fromstrn(&oid, short_hex, sizeof(short_hex) - 1)); in test_odb_mixed__dup_oid()
30 cl_git_pass(git_odb_read_prefix(&obj, _odb, &oid, sizeof(short_hex) - 1)); in test_odb_mixed__dup_oid()
33 cl_git_pass(git_odb_exists_prefix(NULL, _odb, &oid, sizeof(short_hex) - 1)); in test_odb_mixed__dup_oid()
/dports/finance/py-python-obelisk/python-obelisk-0.1.3/obelisk/
H A Ddeserialize.py215 def short_hex(bytes): function
369 result += short_hex(vch)
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/meta/
H A Dinspect.hrx76 <===> color/literal/short_hex/input.scss
83 <===> color/literal/short_hex/output.css
199 <===> color/generated/short_hex/input.scss
207 <===> color/generated/short_hex/output.css
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/regex-syntax-0.6.18/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/regex-syntax-0.6.25/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/regex-syntax-0.6.25/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/regex-syntax-0.6.25/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/regex-syntax-0.6.25/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/misc/broot/broot-1.7.0/cargo-crates/regex-syntax-0.6.25/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/regex-syntax-0.6.21/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/regex-syntax-0.6.25/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/regex-syntax-0.6.25/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/regex-syntax-0.6.22/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/regex-syntax-0.6.18/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/regex-syntax-0.6.25/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/www/castor/castor-0.8.16/cargo-crates/regex-syntax-0.6.18/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()
/dports/games/genact/genact-0.10.0/cargo-crates/regex-syntax-0.6.18/src/ast/
H A Dmod.rs618 let short_hex = LiteralKind::HexFixed(HexLiteralKind::X); in byte() localVariable
619 if self.c as u32 <= 255 && self.kind == short_hex { in byte()

12345