Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 62 for Santos (0.07 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealConnection.kt

              e.errorCode == ErrorCode.CANCEL && call.isCanceled() -> {
                // Permit any number of CANCEL errors on locally-canceled calls.
              }
    
              else -> {
                // Everything else wants a fresh connection.
                noNewExchangesEvent = !noNewExchanges
                noNewExchanges = true
                routeFailureCount++
              }
            }
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Iterables.java

       * The {@link Iterators} analog to this method is {@link Iterators#getNext}.
       *
       * <p>If no default value is desired (and the caller instead wants a {@link
       * NoSuchElementException} to be thrown), it is recommended that {@code
       * iterable.iterator().next()} is used instead.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 43.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.6.md

    * Clean up the kube-proxy container image by removing unnecessary packages and files. ([#42090](https://github.com/kubernetes/kubernetes/pull/42090), [@timstclair](https://github.com/timstclair))
    * Better compat with very old iptables (e.g. CentOS 6) ([#37594](https://github.com/kubernetes/kubernetes/pull/37594), [@thockin](https://github.com/thockin))
    
    ### Scheduler
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_pt_BR.properties

    labels.facet_timestamp_1month=Último mês
    labels.facet_timestamp_1year=Último ano
    labels.facet_timestamp_3month=Últimos 3 meses
    labels.facet_timestamp_6month=Últimos 6 meses
    labels.facet_timestamp_2year=Últimos 2 anos
    labels.facet_timestamp_3year=Últimos 3 anos
    labels.facet_contentLength_title=Tamanho
    labels.facet_contentLength_10k=&nbsp; - 10KB
    labels.facet_contentLength_10kto100k=10KB - 100KB
    labels.facet_contentLength_100kto500k=100KB - 500KB
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    auth.us-east-1.amazoncognito.com
    auth.us-east-2.amazoncognito.com
    auth.us-west-1.amazoncognito.com
    auth.us-west-2.amazoncognito.com
    authgear-staging.com
    authgearapps.com
    author
    author.aero
    auto
    auto.pl
    autos
    av.it
    av.tr
    avellino.it
    averoy.no
    averøy.no
    avocat.fr
    avocat.pro
    avocats.bj
    avoues.fr
    aw
    awaji.hyogo.jp
    aws
    awsapps.com
    awsglobalaccelerator.com
    ax
    axa
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `It wasn't very civil of you to sit down without being
    invited,' said the March Hare.
    
      `I didn't know it was YOUR table,' said Alice; `it's laid for a
    great many more than three.'
    
      `Your hair wants cutting,' said the Hatter.  He had been
    looking at Alice for some time with great curiosity, and this was
    his first speech.
    
      `You should learn not to make personal remarks,' Alice said
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.7.md

    * hyperkube
    
      * The hyperkube image has been slimmed down and no longer includes addon manifests and other various scripts. These were introduced for the now removed docker-multinode setup system. ([#44555](https://github.com/kubernetes/kubernetes/pull/44555), [@luxas](https://github.com/luxas))
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
  8. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    auth.us-east-1.amazoncognito.com
    auth.us-east-2.amazoncognito.com
    auth.us-west-1.amazoncognito.com
    auth.us-west-2.amazoncognito.com
    authgear-staging.com
    authgearapps.com
    author
    author.aero
    auto
    auto.pl
    autos
    av.it
    av.tr
    avellino.it
    averoy.no
    averøy.no
    avocat.fr
    avocat.pro
    avocats.bj
    avoues.fr
    aw
    awaji.hyogo.jp
    aws
    awsapps.com
    awsglobalaccelerator.com
    ax
    axa
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  9. CHANGELOG/CHANGELOG-1.5.md

    ## Changelog since v1.5.0-beta.2
    
    ### Other notable changes
    
    * Better compat with very old iptables (e.g. CentOS 6) ([#37594](https://github.com/kubernetes/kubernetes/pull/37594), [@thockin](https://github.com/thockin))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.22.md

    - Removed the feature flag for probe-level termination grace period from Kubelet. If a user wants to disable this feature on already created pods, they will have to delete and recreate the pods. ([#103168](https://github.com/kubernetes/kubernetes/pull/103168), [@raisaat](https://github.com/raisaat)) [SIG Apps and Node]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top