Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for decodeHex (0.08 sec)

  1. lib/fips140/v1.0.0-c2097c7c.zip

    used in this package, the denominator v // is never zero. { decodeHex("00000000000000000000"), decodeHex("00000000000000000000"), 1, decodeHex("00000000000000000000"), }, // 0/1 == 0² { decodeHex("00000000000000000000"), decodeHex("01000000000000000000"), 1, decodeHex("00000000000000000000"), }, // If u is non-zero and v is zero, defined to return (0, FALSE). { decodeHex("01000000000000000000"), decodeHex("00000000000000000000"), 0, decodeHex("00000000000000000000"), }, // 2/1 is not square in this...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.zip

    used in this package, the denominator v // is never zero. { decodeHex("00000000000000000000"), decodeHex("00000000000000000000"), 1, decodeHex("00000000000000000000"), }, // 0/1 == 0² { decodeHex("00000000000000000000"), decodeHex("01000000000000000000"), 1, decodeHex("00000000000000000000"), }, // If u is non-zero and v is zero, defined to return (0, FALSE). { decodeHex("01000000000000000000"), decodeHex("00000000000000000000"), 0, decodeHex("00000000000000000000"), }, // 2/1 is not square in this...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
  3. okhttp/src/androidMain/baseline-prof.txt

    HSPLokio/Buffer;->writeUtf8(Ljava/lang/String;)Lokio/Buffer;
    HSPLokio/Buffer;->writeUtf8(Ljava/lang/String;II)Lokio/Buffer;
    HSPLokio/ByteString$Companion;-><init>(Landroidx/lifecycle/viewmodel/R$id;)V
    HSPLokio/ByteString$Companion;->decodeHex(Ljava/lang/String;)Lokio/ByteString;
    HSPLokio/ByteString$Companion;->encodeUtf8(Ljava/lang/String;)Lokio/ByteString;
    HSPLokio/ByteString;-><clinit>()V
    HSPLokio/ByteString;-><init>([B)V
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Mon Dec 30 23:28:56 UTC 2024
    - 127.9K bytes
    - Viewed (1)
  4. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/EmlExtractor.java

         */
        protected String getDecodeText(final String value) {
            if (value == null) {
                return StringUtil.EMPTY;
            }
            try {
                return MimeUtility.decodeText(value);
            } catch (final UnsupportedEncodingException e) {
                logger.warn("Invalid encoding.", e);
                return StringUtil.EMPTY;
            }
        }
    
        /**
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 12.6K bytes
    - Viewed (0)
Back to top