Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 877 for Beta (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.14.md

        - [Server Binaries](#server-binaries-11)
        - [Node Binaries](#node-binaries-11)
      - [Changelog since v1.14.0-beta.2](#changelog-since-v1140-beta2)
        - [Action Required](#action-required)
        - [Other notable changes](#other-notable-changes-9)
    - [v1.14.0-beta.2](#v1140-beta2)
      - [Downloads for v1.14.0-beta.2](#downloads-for-v1140-beta2)
        - [Client Binaries](#client-binaries-12)
        - [Server Binaries](#server-binaries-12)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  2. compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/DefaultArtifactVersionTest.java

            assertVersionOlder("1.0-alpha-1", "1.0-alpha-2");
            assertVersionOlder("1.0-alpha-2", "1.0-alpha-15");
            assertVersionOlder("1.0-alpha-1", "1.0-beta-1");
    
            assertVersionOlder("1.0-beta-1", "1.0-SNAPSHOT");
            assertVersionOlder("1.0-SNAPSHOT", "1.0");
            assertVersionOlder("1.0-alpha-1-SNAPSHOT", "1.0-alpha-1");
    
            assertVersionOlder("1.0", "1.0-1");
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.17.md

        - [Cloud Provider Labels reach General Availability](#cloud-provider-labels-reach-general-availability)
        - [Volume Snapshot Moves to Beta](#volume-snapshot-moves-to-beta)
        - [CSI Migration Beta](#csi-migration-beta)
      - [Known Issues](#known-issues)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes-1)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.4.md

    - [v1.4.0-beta.10](CHANGELOG.md#v140-beta10)
    - [v1.4.0-beta.8](CHANGELOG.md#v140-beta8)
    - [v1.4.0-beta.7](CHANGELOG.md#v140-beta7)
    - [v1.4.0-beta.6](CHANGELOG.md#v140-beta6)
    - [v1.4.0-beta.5](CHANGELOG.md#v140-beta5)
    - [v1.4.0-beta.3](CHANGELOG.md#v140-beta3)
    - [v1.4.0-beta.2](CHANGELOG.md#v140-beta2)
    - [v1.4.0-beta.1](CHANGELOG.md#v140-beta1)
    - [v1.4.0-alpha.3](CHANGELOG.md#v140-alpha3)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.5.md

      - [Changelog since v1.5.0-beta.2](#changelog-since-v150-beta2)
        - [Other notable changes](#other-notable-changes-8)
    - [v1.5.0-beta.2](#v150-beta2)
      - [Downloads for v1.5.0-beta.2](#downloads-for-v150-beta2)
        - [Client Binaries](#client-binaries-10)
        - [Server Binaries](#server-binaries-10)
      - [Changelog since v1.5.0-beta.1](#changelog-since-v150-beta1)
        - [Other notable changes](#other-notable-changes-9)
    - [v1.5.0-beta.1](#v150-beta1)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. guava/src/com/google/common/graph/GraphsBridgeMethods.java

    package com.google.common.graph;
    
    import com.google.common.annotations.Beta;
    import java.util.Set;
    
    /**
     * Supertype for {@link Graphs}, containing the old signatures of methods whose signatures we've
     * changed. This provides binary compatibility for users who compiled against the old signatures.
     */
    @Beta
    @ElementTypesAreNonnullByDefault
    abstract class GraphsBridgeMethods {
    
      @SuppressWarnings("PreferredInterfaceType")
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Feb 14 19:31:40 UTC 2024
    - 707 bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.6.md

    - [v1.6.0-beta.3](#v160-beta3)
      - [Downloads for v1.6.0-beta.3](#downloads-for-v160-beta3)
        - [Client Binaries](#client-binaries-16)
        - [Server Binaries](#server-binaries-16)
      - [Changelog since v1.6.0-beta.2](#changelog-since-v160-beta2)
        - [Other notable changes](#other-notable-changes-19)
    - [v1.6.0-beta.2](#v160-beta2)
      - [Downloads for v1.6.0-beta.2](#downloads-for-v160-beta2)
        - [Client Binaries](#client-binaries-17)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  8. guava/src/com/google/thirdparty/publicsuffix/PublicSuffixType.java

    import com.google.common.annotations.Beta;
    import com.google.common.annotations.GwtCompatible;
    
    /**
     * <b>Do not use this class directly. For access to public-suffix information, use {@link
     * com.google.common.net.InternetDomainName}.</b>
     *
     * <p>Specifies the type of a top-level domain definition.
     *
     * @since 23.3
     */
    @Beta
    @GwtCompatible
    public enum PublicSuffixType {
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Dec 10 15:48:57 UTC 2020
    - 2K bytes
    - Viewed (0)
  9. internal/bucket/bandwidth/measurement.go

    	m.expMovingAvg = exponentialMovingAverage(betaBucket, m.expMovingAvg, increment)
    }
    
    // exponentialMovingAverage calculates the exponential moving average
    func exponentialMovingAverage(beta, previousAvg, incrementAvg float64) float64 {
    	return (1-beta)*incrementAvg + beta*previousAvg
    }
    
    // getExpMovingAvgBytesPerSecond returns the exponential moving average for the bucket in bytes
    func (m *bucketMeasurement) getExpMovingAvgBytesPerSecond() float64 {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Jun 03 20:41:51 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.31.md

    - The `KubeletSeparateDiskGC` feature gate is now beta. This split image filesystem feature enables kubelet to perform garbage collection of images (read-only layers) and/or containers (writeable layers) deployed on separate filesystems. gate is now beta. ([#126205](https://github.com/kubernetes/kubernetes/pull/126205), [@kwilczynski](https://github.com/kwilczynski))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 12:18:32 UTC 2024
    - 315.4K bytes
    - Viewed (0)
Back to top