Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Winkel (0.16 sec)

  1. okhttp-testing-support/src/main/kotlin/okhttp3/TestUtilJvm.kt

      fun repeat(
        c: Char,
        count: Int,
      ): String {
        val array = CharArray(count)
        Arrays.fill(array, c)
        return String(array)
      }
    
      /**
       * Okio buffers are internally implemented as a linked list of arrays. Usually this implementation
       * detail is invisible to the caller, but subtle use of certain APIs may depend on these internal
       * structures.
       *
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Thu Apr 11 22:09:35 GMT 2024
    - 4.3K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Alces Software Ltd : http://alces-software.com
    // Submitted by Mark J. Titorenko <******@****.***>
    *.compute.estate
    *.alces.network
    
    // all-inkl.com : https://all-inkl.com
    // Submitted by Werner Kaltofen <wk@all-inkl.com>
    kasserver.com
    
    // Altervista: https://www.altervista.org
    // Submitted by Carlo Cannas <******@****.***>
    altervista.org
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top