Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 34 (0.01 sec)

  1. CHANGELOG/CHANGELOG-1.3.md

      - [Changelog since v1.3.5](#changelog-since-v135)
        - [Other notable changes](#other-notable-changes-4)
    - [v1.3.5](#v135)
      - [Downloads](#downloads-4)
      - [Changelog since v1.3.4](#changelog-since-v134)
        - [Other notable changes](#other-notable-changes-5)
    - [v1.3.4](#v134)
      - [Downloads](#downloads-5)
      - [Changelog since v1.3.3](#changelog-since-v133)
        - [Other notable changes](#other-notable-changes-6)
    - [v1.3.3](#v133)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt

         * [rfc_2616]: http://www.w3.org/Protocols/rfc2616/rfc2616.html
         * [rfc_7540]: https://tools.ietf.org/html/rfc7540
         * [rfc_7540_34]: https://tools.ietf.org/html/rfc7540#section-3.4
         *
         * @param protocols the protocols to use, in order of preference. If the list contains
         *     [Protocol.H2_PRIOR_KNOWLEDGE] then that must be the only protocol and HTTPS URLs will not
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 51.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

           * be in the midst of traversing table right now.
           */
    
          int newCount = count;
          AtomicReferenceArray<E> newTable = newEntryArray(oldCapacity << 1);
          threshold = newTable.length() * 3 / 4;
          int newMask = newTable.length() - 1;
          for (int oldIndex = 0; oldIndex < oldCapacity; ++oldIndex) {
            // We need to guarantee that any existing reads of old Map can
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 90K bytes
    - Viewed (0)
Back to top