Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for 252 (0.17 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/internal/platform/Jdk9PlatformTest.kt

      }
    
      @Test
      fun buildsWhenJdk8() {
        platform.assumeJdk8()
        try {
          SSLSocket::class.java.getMethod("getApplicationProtocol")
          // also present on JDK8 after build 252.
          assertThat(buildIfSupported()).isNotNull()
        } catch (nsme: NoSuchMethodException) {
          assertThat(buildIfSupported()).isNull()
        }
      }
    
      @Test
      fun testToStringIsClassname() {
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 2K bytes
    - Viewed (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/platform/Jdk9Platform.kt

    import javax.net.ssl.SSLSocket
    import javax.net.ssl.SSLSocketFactory
    import javax.net.ssl.X509TrustManager
    import okhttp3.Protocol
    import okhttp3.internal.SuppressSignatureCheck
    
    /**
     * OpenJDK 9+ and JDK8 build 252+.
     *
     * This may also be used for Android tests with Robolectric.
     */
    open class Jdk9Platform : Platform() {
      @SuppressSignatureCheck
      override fun configureTlsExtensions(
        sslSocket: SSLSocket,
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Thu May 29 16:52:38 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/internal/HostnamesTest.kt

        assertThat(
          inet4AddressToAscii(
            byteArrayOf(192.toByte(), 168.toByte(), 0, 1),
          ),
        ).isEqualTo("192.168.0.1")
    
        assertThat(
          inet4AddressToAscii(
            byteArrayOf(252.toByte(), 253.toByte(), 254.toByte(), 255.toByte()),
          ),
        ).isEqualTo("252.253.254.255")
    
        assertThat(
          inet4AddressToAscii(
            byteArrayOf(255.toByte(), 255.toByte(), 255.toByte(), 255.toByte()),
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  4. gradle/libs.versions.toml

    #noinspection UnusedVersionCatalogEntry
    junit-platform = "1.13.4"
    kotlinx-serialization = "1.9.0"
    ksp = "2.3.2"
    lintGradle = "1.0.0-alpha05"
    mockserverClient = "5.15.0"
    org-bouncycastle = "1.82"
    org-conscrypt = "2.5.2"
    org-jetbrains-coroutines = "1.10.2"
    org-jetbrains-kotlin = "2.2.21"
    org-junit-jupiter = "5.13.4"
    retrofit = "3.0.0"
    startupRuntime = "1.2.0"
    testcontainers = "1.21.4"
    
    [libraries]
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 19 22:05:50 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.25.md

      - [Changelog since v1.25.2](#changelog-since-v1252)
      - [Changes by Kind](#changes-by-kind-12)
        - [Feature](#feature-12)
        - [Bug or Regression](#bug-or-regression-12)
      - [Dependencies](#dependencies-13)
        - [Added](#added-13)
        - [Changed](#changed-13)
        - [Removed](#removed-13)
    - [v1.25.2](#v1252)
      - [Downloads for v1.25.2](#downloads-for-v1252)
        - [Source Code](#source-code-14)
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  6. cmd/apierrorcode_string.go

    	_ = x[ErrObjectSerializationConflict-248]
    	_ = x[ErrUnsupportedSQLOperation-249]
    	_ = x[ErrUnsupportedSQLStructure-250]
    	_ = x[ErrUnsupportedSyntax-251]
    	_ = x[ErrUnsupportedRangeHeader-252]
    	_ = x[ErrLexerInvalidChar-253]
    	_ = x[ErrLexerInvalidOperator-254]
    	_ = x[ErrLexerInvalidLiteral-255]
    	_ = x[ErrLexerInvalidIONLiteral-256]
    	_ = x[ErrParseExpectedDatePart-257]
    	_ = x[ErrParseExpectedKeyword-258]
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java

      @Test
      public void mapMethods() {
        Cache<Integer, Integer> cache = CacheBuilder.newBuilder().build();
    
        ConcurrentMap<Integer, Integer> asMap = cache.asMap();
    
        cache.put(10, 100);
        cache.put(2, 52);
    
        asMap.replace(2, 79);
        asMap.replace(3, 60);
    
        assertThat(cache.getIfPresent(3)).isNull();
        assertThat(asMap.get(3)).isNull();
    
        assertThat(cache.getIfPresent(2)).isEqualTo(79);
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Sep 30 22:03:28 UTC 2025
    - 14.8K bytes
    - Viewed (0)
  8. kotlin-js-store/yarn.lock

        di "^0.0.1"
        dom-serialize "^2.2.1"
        glob "^7.1.7"
        graceful-fs "^4.2.6"
        http-proxy "^1.18.1"
        isbinaryfile "^4.0.8"
        lodash "^4.17.21"
        log4js "^6.4.1"
        mime "^2.5.2"
        minimatch "^3.0.4"
        mkdirp "^0.5.5"
        qjobs "^1.2.0"
        range-parser "^1.2.1"
        rimraf "^3.0.2"
        socket.io "^4.4.1"
        source-map "^0.6.1"
        tmp "^0.2.1"
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
  9. api/go1.5.txt

    pkg debug/elf, const R_PPC64_REL14_BRTAKEN = 12
    pkg debug/elf, const R_PPC64_REL14_BRTAKEN R_PPC64
    pkg debug/elf, const R_PPC64_REL16 = 249
    pkg debug/elf, const R_PPC64_REL16 R_PPC64
    pkg debug/elf, const R_PPC64_REL16_HA = 252
    pkg debug/elf, const R_PPC64_REL16_HA R_PPC64
    pkg debug/elf, const R_PPC64_REL16_HI = 251
    pkg debug/elf, const R_PPC64_REL16_HI R_PPC64
    pkg debug/elf, const R_PPC64_REL16_LO = 250
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Jul 30 21:14:09 UTC 2015
    - 46.6K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg debug/elf, const R_ARM_RBASE = 255
    pkg debug/elf, const R_ARM_REL32 = 3
    pkg debug/elf, const R_ARM_RELATIVE = 23
    pkg debug/elf, const R_ARM_RPC24 = 254
    pkg debug/elf, const R_ARM_RREL32 = 252
    pkg debug/elf, const R_ARM_RSBREL32 = 250
    pkg debug/elf, const R_ARM_SBREL32 = 9
    pkg debug/elf, const R_ARM_SWI24 = 13
    pkg debug/elf, const R_ARM_THM_ABS5 = 7
    pkg debug/elf, const R_ARM_THM_PC22 = 10
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top