Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 57 for maande (0.04 sec)

  1. src/main/webapp/js/bootstrap.min.js.map

    Ba,KAAKmJ,QAAUhK,EAAMsK,QAAUzJ,KAAKmJ,SAGtCnJ,KAAK4J,eACL7N,EAAQiE,KAAK0F,QAAQoD,YACvB,CAEAe,MAAM1K,GACJa,KAAKmJ,QAAUhK,EAAMuK,SAAWvK,EAAMuK,QAAQ5Q,OAAS,EACrD,EACAqG,EAAMuK,QAAQ,GAAGD,QAAUzJ,KAAKmJ,OACpC,CAEAS,eACE,MAAME,EAAYlM,KAAKmM,IAAI/J,KAAKmJ,SAEhC,GAAIW,GAlFgB,GAmFlB,OAGF,MAAME,EAAYF,EAAY9J,KAAKmJ,QAEnCnJ,KAAKmJ,QAAU,EAEVa,GAILjO,EAAQiO,EAAY,EAAIhK,KAAK0F,QAAQsD,cAAgBhJ,KAAK0F,QAAQqD,aACpE,CAEAO,cACMtJ,KAAKoJ,uBACP7I,EAAac,GAAGrB,KAAKyF,SAxGA,wBAwG6BtG,GAASa,KAAKuJ,OAAOpK,KACvEoB,EAAac,GA...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 211.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/graph/Graphs.java

       *
       * <p>The {@link Set} returned is a "snapshot" based on the current topology of {@code graph},
       * rather than a live view. In other words, modifications to {@code graph} made after this method
       * returns will not be reflected in the set.
       *
       * @throws IllegalArgumentException if {@code node} is not present in {@code graph}
       * @since 33.1.0 (present with return type {@code Set} since 20.0)
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Aug 01 00:26:14 UTC 2025
    - 22.7K bytes
    - Viewed (0)
  3. guava/src/com/google/common/graph/Graphs.java

       *
       * <p>The {@link Set} returned is a "snapshot" based on the current topology of {@code graph},
       * rather than a live view. In other words, modifications to {@code graph} made after this method
       * returns will not be reflected in the set.
       *
       * @throws IllegalArgumentException if {@code node} is not present in {@code graph}
       * @since 33.1.0 (present with return type {@code Set} since 20.0)
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Aug 01 00:26:14 UTC 2025
    - 23.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

      - [beta] In order to preserve safety guarantees the cluster no longer force deletes pods on un-responsive nodes and users are now warned if they try to force delete pods via the CLI. ([docs](http://kubernetes.io/docs/tasks/manage-stateful-set/scale-stateful-set/)) ([kubernetes/features#119](https://github.com/kubernetes/enhancements/issues/119))
    - **Auth**
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/ImmutableSortedMultiset.java

         *
         * @param element the element to add
         * @param occurrences the number of occurrences of the element to add. May be zero, in which
         *     case no change will be made.
         * @return this {@code Builder} object
         * @throws NullPointerException if {@code element} is null
         * @throws IllegalArgumentException if {@code occurrences} is negative, or if this operation
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 29.5K bytes
    - Viewed (0)
  6. mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt

      public fun takeRequest(
        timeout: Long,
        unit: TimeUnit,
      ): RecordedRequest? = requestQueue.poll(timeout, unit)
    
      /**
       * Scripts [response] to be returned to a request made in sequence. The first request is
       * served by the first enqueued response; the second request by the second enqueued response; and
       * so on.
       *
       * @throws ClassCastException if the default dispatcher has been
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 02 20:36:00 UTC 2025
    - 40.3K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/TreeMultiset.java

        successor(b, c);
      }
    
      /*
       * TODO(jlevy): Decide whether entrySet() should return entries with an equals() method that
       * calls the comparator to compare the two keys. If that change is made,
       * AbstractMultiset.equals() can simply check whether two multisets have equal entry sets.
       */
    
      /**
       * @serialData the comparator, the number of distinct elements, the first element, its count, the
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  8. docs/recipes.md

            }
          }
        ```
    
    ### Asynchronous Get ([.kt][AsynchronousGetKotlin], [.java][AsynchronousGetJava])
    
    Download a file on a worker thread, and get called back when the response is readable. The callback is made after the response headers are ready. Reading the response body may still block. OkHttp doesn't currently offer asynchronous APIs to receive a response body in parts.
    
    === ":material-language-kotlin: Kotlin"
        ```kotlin
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 17:01:12 UTC 2025
    - 47.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.7.md

    #### DaemonSet
    * [beta] DaemonSet supports history and rollback. See [Performing a Rollback on a DaemonSet](https://kubernetes.io/docs/tasks/manage-daemon/rollback-daemon-set/).
    
    #### Deployments
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.13.md

    For the 1.13 release, SIG API Machinery is happy to announce that the [dry-run functionality](https://kubernetes.io/docs/reference/using-api/api-concepts/#dry-run) is now beta.
    
    ### SIG Auth
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
Back to top