Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 52 for Alpha (0.18 sec)

  1. CHANGELOG/CHANGELOG-1.25.md

        - [Removed](#removed-19)
    - [v1.25.0-alpha.3](#v1250-alpha3)
      - [Downloads for v1.25.0-alpha.3](#downloads-for-v1250-alpha3)
        - [Source Code](#source-code-20)
        - [Client Binaries](#client-binaries-20)
        - [Server Binaries](#server-binaries-20)
        - [Node Binaries](#node-binaries-20)
        - [Container Images](#container-images-20)
      - [Changelog since v1.25.0-alpha.2](#changelog-since-v1250-alpha2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.26.md

        - [Removed](#removed-18)
    - [v1.26.0-alpha.3](#v1260-alpha3)
      - [Downloads for v1.26.0-alpha.3](#downloads-for-v1260-alpha3)
        - [Source Code](#source-code-19)
        - [Client Binaries](#client-binaries-19)
        - [Server Binaries](#server-binaries-19)
        - [Node Binaries](#node-binaries-19)
        - [Container Images](#container-images-19)
      - [Changelog since v1.26.0-alpha.2](#changelog-since-v1260-alpha2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.31.md

        - [Removed](#removed-15)
    - [v1.31.0-alpha.3](#v1310-alpha3)
      - [Downloads for v1.31.0-alpha.3](#downloads-for-v1310-alpha3)
        - [Source Code](#source-code-16)
        - [Client Binaries](#client-binaries-16)
        - [Server Binaries](#server-binaries-16)
        - [Node Binaries](#node-binaries-16)
        - [Container Images](#container-images-16)
      - [Changelog since v1.31.0-alpha.2](#changelog-since-v1310-alpha2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.11.md

    
    
    # v1.11.0-alpha.2
    
    [Documentation](https://docs.k8s.io)
    
    ## Downloads for v1.11.0-alpha.2
    
    
    filename | sha256 hash
    -------- | -----------
    [kubernetes.tar.gz](https://dl.k8s.io/v1.11.0-alpha.2/kubernetes.tar.gz) | `8f352d4f44b0c539cfb4fb72a64098c155771916cff31642b131f1eb7879da20`
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  5. docs/security/security.md

    | Version | Supported           | Notes                                        |
    | ------- | ------------------- | -------------------------------------------- |
    | 5.x     | ✅                  | APIs subject to change in alpha releases.    |
    | 4.x     | ✅                  | Android 5.0+ (API level 21+) and on Java 8+. |
    | 3.x     | ❌ Ended 2021-12-31 | Android 2.3+ (API level 9+) and Java 7+.     |
    
    
    ## Reporting a Vulnerability
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 27 10:19:17 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

        - [Changed](#changed-24)
        - [Removed](#removed-24)
    - [v1.19.0-alpha.3](#v1190-alpha3)
      - [Downloads for v1.19.0-alpha.3](#downloads-for-v1190-alpha3)
        - [Source Code](#source-code-24)
        - [Client Binaries](#client-binaries-24)
        - [Server Binaries](#server-binaries-24)
        - [Node Binaries](#node-binaries-24)
      - [Changelog since v1.19.0-alpha.2](#changelog-since-v1190-alpha2)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. src/test/java/jcifs/internal/util/StringUtilTest.java

        @DisplayName("Should handle StringBuffer as CharSequence")
        void testJoinWithStringBuffer() {
            StringBuffer sb1 = new StringBuffer("alpha");
            StringBuffer sb2 = new StringBuffer("beta");
            String result = StringUtil.join("-", sb1, sb2);
            assertEquals("alpha-beta", result);
        }
    
        @Test
        @DisplayName("Should handle mixed CharSequence types")
        void testJoinWithMixedCharSequenceTypes() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.12.md

    
    
    # v1.12.0-alpha.1
    
    [Documentation](https://docs.k8s.io)
    
    ## Downloads for v1.12.0-alpha.1
    
    
    filename | sha256 hash
    -------- | -----------
    [kubernetes.tar.gz](https://dl.k8s.io/v1.12.0-alpha.1/kubernetes.tar.gz) | `603345769f5e2306e5c22db928aa1cbedc6af63f387ab7a8818cb0111292133f`
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  9. okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttp.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package okhttp3
    
    expect object OkHttp {
      /**
       * This is a string like "5.0.0", "5.0.0-alpha.762", or "5.3.0-SNAPSHOT" indicating the version of
       * OkHttp in the current runtime. Use this to include the OkHttp version in custom `User-Agent`
       * headers.
       *
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 28 20:33:04 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.2.md

      * vendor volumes into a pod. It expects vendor drivers are installed in the
    volume plugin path on each kubelet node. This is an alpha feature and may
    change in future.
      * Kubelet exposes a new Alpha metrics API - /stats/summary in a user friendly format with reduced system overhead. The measurement is done in PR [#22542](https://github.com/kubernetes/kubernetes/pull/22542).
    
    ### Action required
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
Back to top