Home
last modified time | relevance | path

Searched refs:hex_upper (Results 1 – 25 of 38) sorted by relevance

12

/dports/security/nitrokey-app/cppcodec-61d9b04/cppcodec/
H A Dhex_upper.hpp40 class hex_upper : public hex_base class
43 template <typename Codec> using codec_impl = stream_codec<Codec, hex_upper>;
53 using hex_upper = detail::codec<detail::hex<detail::hex_upper>>; typedef
H A Dhex_default_upper.hpp29 using hex = cppcodec::hex_upper;
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/fmt/
H A Dbin_to_hex.h114 SPDLOG_CONSTEXPR const char *hex_upper = "0123456789ABCDEF";
116 const char *hex_chars = use_uppercase ? hex_upper : hex_lower;
/dports/devel/spdlog/spdlog-1.9.2/include/spdlog/fmt/
H A Dbin_to_hex.h130 SPDLOG_CONSTEXPR const char *hex_upper = "0123456789ABCDEF";
132 const char *hex_chars = use_uppercase ? hex_upper : hex_lower;
/dports/deskutils/flameshot/flameshot-0.10.2/external/spdlog/include/spdlog/fmt/
H A Dbin_to_hex.h129 SPDLOG_CONSTEXPR const char *hex_upper = "0123456789ABCDEF";
131 const char *hex_chars = use_uppercase ? hex_upper : hex_lower;
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/spdlog/fmt/
H A Dbin_to_hex.h129 SPDLOG_CONSTEXPR const char *hex_upper = "0123456789ABCDEF";
131 const char *hex_chars = use_uppercase ? hex_upper : hex_lower;
/dports/security/nitrokey-app/cppcodec-61d9b04/tool/
H A Dhexenc.cpp37 std::cout << cppcodec::hex_upper::encode(argv[i], arglen) << std::endl; in main()
H A Dhexdec.cpp43 std::cout << cppcodec::hex_upper::decode<std::string>(argv[i], arglen) << std::endl; in main()
/dports/lang/perl5.30/perl-5.30.3/lib/Unicode/
H A DUCD.pm3418 my ($hex_lower, $hex_upper, $type_and_map) = split "\t", $line;
3446 if ($value =~ / / && $hex_upper ne "" && $hex_upper ne $hex_lower) {
3447 $line = sprintf("%04X\t%s\t%s", hex($hex_lower) + 1, $hex_upper, $value);
3448 $hex_upper = "";
3453 $decomps{'LIST'} .= "$hex_lower\t$hex_upper\t$value\n";
/dports/lang/perl5.34/perl-5.34.0/lib/Unicode/
H A DUCD.pm4009 my ($hex_lower, $hex_upper, $type_and_map) = split "\t", $line;
4037 if ($value =~ / / && $hex_upper ne "" && $hex_upper ne $hex_lower) {
4038 $line = sprintf("%04X\t%s\t%s", hex($hex_lower) + 1, $hex_upper, $value);
4039 $hex_upper = "";
4044 $decomps{'LIST'} .= "$hex_lower\t$hex_upper\t$value\n";
/dports/lang/perl5.32/perl-5.32.1/lib/Unicode/
H A DUCD.pm4009 my ($hex_lower, $hex_upper, $type_and_map) = split "\t", $line;
4037 if ($value =~ / / && $hex_upper ne "" && $hex_upper ne $hex_lower) {
4038 $line = sprintf("%04X\t%s\t%s", hex($hex_lower) + 1, $hex_upper, $value);
4039 $hex_upper = "";
4044 $decomps{'LIST'} .= "$hex_lower\t$hex_upper\t$value\n";
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/Unicode/
H A DUCD.pm4007 my ($hex_lower, $hex_upper, $type_and_map) = split "\t", $line;
4035 if ($value =~ / / && $hex_upper ne "" && $hex_upper ne $hex_lower) {
4036 $line = sprintf("%04X\t%s\t%s", hex($hex_lower) + 1, $hex_upper, $value);
4037 $hex_upper = "";
4042 $decomps{'LIST'} .= "$hex_lower\t$hex_upper\t$value\n";
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/crypto-bigint-0.2.11/src/uint/
H A Dencoding.rs242 fn hex_upper() { in hex_upper() function
/dports/devel/dtool/dtool-0.11.0/cargo-crates/crypto-bigint-0.2.6/src/uint/
H A Dencoding.rs242 fn hex_upper() { in hex_upper() function
/dports/security/nitrokey-app/cppcodec-61d9b04/
H A DREADME.md103 * `hex_upper` outputs upper-case letters and accepts lower-case as well.
111 Similar to `hex_upper`, it's stream-based (no odd symbol lengths) and does
/dports/security/nitrokey-app/nitrokey-app-1.4.2/src/ui/
H A Dmainwindow.cpp509 using hex = cppcodec::hex_upper; in generateOTPConfig()
895 auto secret_hex = QString::fromStdString(cppcodec::hex_upper::encode(secret_raw)); in on_hexRadioButton_toggled()
939 auto secret_raw = cppcodec::hex_upper::decode(secret_hex); in on_base32RadioButton_toggled()
1171 cppcodec::hex_upper::decode(secret_key.toStdString()); in checkTextEdited()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/bitvec-0.19.5/src/slice/
H A Dtraits.rs725 fn hex_upper() { in hex_upper() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/bitvec-0.19.5/src/slice/
H A Dtraits.rs725 fn hex_upper() { in hex_upper() function
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/bitvec-0.18.5/src/slice/
H A Dtraits.rs722 fn hex_upper() { in hex_upper() function
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/bitvec-0.19.5/src/slice/
H A Dtraits.rs725 fn hex_upper() { in hex_upper() function
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/bitvec-0.19.5/src/slice/
H A Dtraits.rs725 fn hex_upper() { in hex_upper() function
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/bitvec-0.19.5/src/slice/
H A Dtraits.rs725 fn hex_upper() { in hex_upper() function
/dports/lang/gleam/gleam-0.18.2/cargo-crates/bitvec-0.19.6/src/slice/
H A Dtraits.rs725 fn hex_upper() { in hex_upper() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bitvec-0.19.5/src/slice/
H A Dtraits.rs725 fn hex_upper() { in hex_upper() function
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/bitvec-0.19.4/src/slice/
H A Dtraits.rs725 fn hex_upper() { in hex_upper() function

12