Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for community (0.04 sec)

  1. .github/PULL_REQUEST_TEMPLATE.md

    https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-kind-label
    3. Ensure you have added or ran the appropriate tests for your PR: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
    4. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Jun 06 14:40:00 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  2. .github/ISSUE_TEMPLATE/feature_enhancement_request.yaml

            Before we make significant changes to existing features in Guava, we really want to be sure
            that it's for a use case that actually comes up in the real world. We want to hear the
            real-world use case so the community can discuss and debate whether this feature is actually
            the *best* way to address the real use case, or whether or not a different approach might be
            more appropriate.
    
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Nov 17 18:47:47 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  3. .github/ISSUE_TEMPLATE/feature_addition_request.yaml

    
            Before new features get added to Guava, we really want to be sure that it's for a use case
            that actually comes up in the real world. We want to hear the real-world use case so the
            community can discuss and debate whether this feature is actually the *best* way to address
            the real use case, or whether or not a different abstraction might be more appropriate.
    
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Nov 17 18:47:47 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/kotlin/okhttp3/CacheControlJvmTest.kt

      }
    
      @Test
      @Throws(Exception::class)
      fun parseIgnoreCacheControlExtensions() {
        // Example from http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.6
        val header = "private, community=\"UCI\""
        val cacheControl =
          parse(
            Headers
              .Builder()
              .set("Cache-Control", header)
              .build(),
          )
        assertThat(cacheControl.noCache).isFalse()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    com.tr
    com.tt
    com.tw
    com.ua
    com.ug
    com.uy
    com.uz
    com.vc
    com.ve
    com.vi
    com.vn
    com.vu
    com.ws
    com.ye
    com.zm
    commbank
    commune.am
    community
    community-pro.de
    community-pro.net
    como.it
    company
    compare
    computer
    comsec
    condos
    conf.au
    conf.lv
    conf.se
    conference.aero
    conn.uk
    construction
    consulado.st
    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. CHANGELOG/CHANGELOG-1.8.md

    [SIGs]: https://github.com/kubernetes/community/blob/master/sig-list.md
    
    
    ## Major Themes
    
    Kubernetes is developed by community members whose work is organized into
    [Special Interest Groups][]. For the 1.8 release, each SIG provides the
    themes that guided their work.
    
    [Special Interest Groups]: https://github.com/kubernetes/community/blob/master/sig-list.md
    
    ### SIG API Machinery
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    com.tr
    com.tt
    com.tw
    com.ua
    com.ug
    com.uy
    com.uz
    com.vc
    com.ve
    com.vi
    com.vn
    com.vu
    com.ws
    com.ye
    com.zm
    commbank
    commune.am
    community
    community-pro.de
    community-pro.net
    como.it
    company
    compare
    computer
    comsec
    condos
    conf.au
    conf.lv
    conf.se
    conference.aero
    conn.uk
    construction
    consulado.st
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  8. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    cologne
    
    // commbank : COMMONWEALTH BANK OF AUSTRALIA
    // https://www.iana.org/domains/root/db/commbank.html
    commbank
    
    // community : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/community.html
    community
    
    // company : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/company.html
    company
    
    // compare : Registry Services, LLC
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
Back to top