Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hotfix (0.03 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/Tags.kt

      override fun toString(): String =
        generateSequence<LinkedTags<*>>(seed = this) { it.next as? LinkedTags<*> }
          .toList()
          .reversed()
          .joinToString(prefix = "{", postfix = "}") { "${it.key}=${it.value}" }
    }
    
    internal fun <T : Any> AtomicReference<Tags>.computeIfAbsent(
      type: KClass<T>,
      compute: () -> T,
    ): T {
      var computed: T? = null
    
      while (true) {
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Oct 24 11:37:46 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.33.md

    ### Documentation
    
    - Added an example of set-based requirements for the  `-l` / `--selector` command line option to `kubectl`. ([#129106](https://github.com/kubernetes/kubernetes/pull/129106), [@rotsix](https://github.com/rotsix))
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Dec 10 01:15:24 UTC 2025
    - 334.8K bytes
    - Viewed (0)
Back to top