Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 5 of 5 for X25519 (0.06 seconds)

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

       * IPv4 compatible address (and equivalent to {@code "::192.168.0.1"}).
       *
       * <p>For more on IPv4 compatible addresses see section 2.5.5.1 of <a target="_parent"
       * href="http://tools.ietf.org/html/rfc4291#section-2.5.5.1">RFC 4291</a>.
       *
       * <p>NOTE: This method is different from {@link Inet6Address#isIPv4CompatibleAddress} in that it
    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. src/bytes/bytes_test.go

    		0: {"--", -2147483647, "negative"},
    		1: {"", maxInt, ""},
    		2: {"-", 10, ""},
    		3: {"gopher", 0, ""},
    		4: {"-", -1, "negative"},
    		5: {"--", -102, "negative"},
    		6: {string(make([]byte, 255)), int((^uint(0))/255 + 1), "overflow"},
    	})
    
    	const is64Bit = 1<<(^uintptr(0)>>63)/2 != 0
    	if !is64Bit {
    		return
    	}
    
    	runTestCases("64-bit", []testCase{
    		0: {"-", maxInt, "out of range"},
    	})
    }
    
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Mar 11 03:07:05 GMT 2026
    - 62.9K bytes
    - Click Count (0)
  3. docs/en/docs/release-notes.md

    * 📝 Update includes in `docs/en/docs/tutorial/background-tasks.md`. PR [#12559](https://github.com/fastapi/fastapi/pull/12559) by [@FarhanAliRaza](https://github.com/FarhanAliRaza).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  4. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

       * Each OkHttpClient used to get its own instance of NullProxySelector, and because these weren't
       * equal their connections weren't pooled. That's a nasty performance bug!
       *
       * https://github.com/square/okhttp/issues/5519
       */
      @Test
      fun connectionPoolingWithFreshClientSamePool() {
        server.enqueue(MockResponse(body = "abc"))
        server.enqueue(MockResponse(body = "def"))
        server.enqueue(MockResponse(body = "ghi"))
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:02:18 GMT 2026
    - 146.5K bytes
    - Click Count (0)
  5. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    \u4000\u6891\u0000\u4000\u689d\u0000\u4000\u68a9\u0000\u4000\u68b4\u0000\u4000\u68be\u0000\u4000\u68c9\u0000\u4000\u68d4\u0000\u4000\u68e0\u0000\u4000\u68ec\u0000\u4000\u68f7\u0000\u4000\u6903\u0000\u4000\u690f\u0000\u4000\u691b\u252f\u4022\u6924\u2551\u4010\u692e\u2561\u401c\u2589\u257d\u1001\u6938\u0000\u8000\ue302\u0000\u4000\ue305\u0000\u4000\ue308\u0000\u4000\ue30b\u0000\u4000\ue30e\u0000\u4000\ue312\u0000\u4000\ue315\u0000\u4000\ue319\u0000\u4000\ue31c\u0000\u4000\ue31f\u0000\u4000\ue322\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