Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 6 of 6 for 5952 (0.06 seconds)

  1. android/guava/src/com/google/common/net/InetAddresses.java

       *
       * <p>For IPv4 addresses, this is identical to {@link InetAddress#getHostAddress()}, but for IPv6
       * addresses, the output follows <a href="http://tools.ietf.org/html/rfc5952">RFC 5952</a> section
       * 4. The main difference is that this method uses "::" for zero compression, while Java's version
       * uses the uncompressed form (except on Android, where the zero compression is also done). The
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 19 18:53:45 GMT 2026
    - 47.7K bytes
    - Click Count (0)
  2. docs/en/docs/release-notes.md

    * ✏ Tweak wording to clarify `docs/en/docs/project-generation.md`. PR [#5930](https://github.com/tiangolo/fastapi/pull/5930) by [@chandra-deb](https://github.com/chandra-deb).
    * ✏ Update Pydantic GitHub URLs. PR [#5952](https://github.com/tiangolo/fastapi/pull/5952) by [@yezz123](https://github.com/yezz123).
    * 📝 Add opinion from Cisco. PR [#5981](https://github.com/tiangolo/fastapi/pull/5981) by [@tiangolo](https://github.com/tiangolo).
    
    ### Translations
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  3. android/guava/src/com/google/common/math/LongMath.java

                  | (1L << (37 - 2))
                  | (1L << (41 - 2))
                  | (1L << (43 - 2))
                  | (1L << (47 - 2))
                  | (1L << (53 - 2))
                  | (1L << (59 - 2))
                  | (1L << (61 - 2));
          // Look up n within the mask.
          return ((mask >> ((int) n - 2)) & 1) != 0;
        }
    
        if ((SIEVE_30 & (1 << (n % 30))) != 0) {
          return false;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 09 23:01:02 GMT 2026
    - 46.8K bytes
    - Click Count (0)
  4. src/archive/zip/reader_test.go

    0000020 67 67 65 72 2e 7a 69 70 ec dc 6b 4c 53 67 18 07
    0000030 f0 16 c5 ca 65 2e cb b8 94 20 61 1f 44 33 c7 cd
    0000040 c0 86 4a b5 c0 62 8a 61 05 c6 cd 91 b2 54 8c 1b
    0000050 63 8b 03 9c 1b 95 52 5a e3 a0 19 6c b2 05 59 44
    0000060 64 9d 73 83 71 11 46 61 14 b9 1d 14 09 4a c3 60
    0000070 2e 4c 6e a5 60 45 02 62 81 95 b6 94 9e 9e 77 e7
    0000080 d0 43 b6 f8 71 df 96 3c e7 a4 69 ce bf cf e9 79
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 15 18:35:56 GMT 2026
    - 57.9K bytes
    - Click Count (0)
  5. lib/fips140/v1.26.0.zip

    uint64 var x947 uint64 x947, x946 = bits.Mul64(x912, 0xffffffffffffffff) var x948 uint64 var x949 uint64 x949, x948 = bits.Mul64(x912, 0xffffffffffffffff) var x950 uint64 var x951 uint64 x950, x951 = bits.Add64(x949, x946, uint64(0x0)) var x952 uint64 var x953 uint64 x952, x953 = bits.Add64(x947, x944, uint64(p521Uint1(x951))) var x954 uint64 var x955 uint64 x954, x955 = bits.Add64(x945, x942, uint64(p521Uint1(x953))) var x956 uint64 var x957 uint64 x956, x957 = bits.Add64(x943, x940, uint64(p521Uint1(x955)))...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  6. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    \u0000\u4000\u58ed\u0000\u4000\u58fb\u0000\u4000\u5911\u0000\u4000\u591e\u0000\u4000\u592c\u0000\u4000\u1215\u0000\u4000\u121c\u0000\u4000\u2b78\u0000\u8000\u1246\u0000\u4000\u593f\u0000\u4000\u5946\u0000\u4000\u594d\u1edf\u0001\u12eb\u0000\u4000\u5952\u0000\u4000\u131e\u0000\u4000\u5959\u0000\u4000\u28c6\u0000\u4000\u595f\u0000\u4000\u5969\u0000\u4000\u5976\u0000\u4000\u2b85\u0000\u4000\u5982\u0000\u4000\u598b\u0000\u4000\u13be\u0000\u4000\u598e\u0000\u4000\u5995\u0000\u4000\u599b\u0000\u4000\u...
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 06 20:41:51 GMT 2026
    - 290.5K bytes
    - Click Count (1)
Back to Top