- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 89 for alpha (0.05 seconds)
-
CHANGELOG/CHANGELOG-1.24.md
---- | ------------- k8s.gcr.io/conformance:v1.24.0-alpha.3 | amd64, arm, arm64, ppc64le, s390x k8s.gcr.io/kube-apiserver:v1.24.0-alpha.3 | amd64, arm, arm64, ppc64le, s390x k8s.gcr.io/kube-controller-manager:v1.24.0-alpha.3 | amd64, arm, arm64, ppc64le, s390x k8s.gcr.io/kube-proxy:v1.24.0-alpha.3 | amd64, arm, arm64, ppc64le, s390x k8s.gcr.io/kube-scheduler:v1.24.0-alpha.3 | amd64, arm, arm64, ppc64le, s390x
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Aug 24 00:02:43 GMT 2023 - 473.4K bytes - Click Count (0) -
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)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Sep 02 13:51:56 GMT 2025 - 425.7K bytes - Click Count (0) -
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. *Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Jul 28 20:33:04 GMT 2025 - 1.5K bytes - Click Count (0) -
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)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Mon May 06 09:23:20 GMT 2024 - 419.1K bytes - Click Count (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
* as defined in plugin.xml since 4.0.0-alpha-3. * * @param requiredMavenVersion Maven version required by the plugin * @since 3.0.2 */ // used by maven-core's org.apache.maven.plugin.internal.DefaultMavenPluginManager#getPluginDescriptor(...) // and PluginDescriptorBuilder since 4.0.0-alpha-3 public void setRequiredMavenVersion(String requiredMavenVersion) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 16.2K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/VersionPropertiesLoader.java
.orElse("") .forUseAtConfigurationTime() .get(); if (qualifier.isEmpty() == false) { if (qualifier.matches("(alpha|beta|rc)\\d+") == false) { throw new IllegalStateException("Invalid qualifier: " + qualifier); } elasticsearch += "-" + qualifier; }
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Aug 09 07:39:30 GMT 2021 - 2.7K bytes - Click Count (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
* <code>1.0alpha1 => [1, [alpha, 1]]</code></li> * <li>Unlimited number of version components,</li> * <li>Version components in the text can be digits or strings,</li> * <li>Strings are checked for well-known qualifiers, and the qualifier ordering is used for version ordering. * Well-known qualifiers (case-insensitive) are, in order from least to greatest:<ol> * <li><code>alpha</code> or <code>a</code></li>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 26.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.19.md
- [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) - [Urgent Upgrade Notes](#urgent-upgrade-notes-3)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jan 05 05:42:32 GMT 2022 - 489.7K bytes - Click Count (0) -
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() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/exception/ExceptionHandler.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.exception; /** * Transform an exception into useful end-user message. * * @since 3.0-alpha-3 */ public interface ExceptionHandler { ExceptionSummary handleException(Throwable e);Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1023 bytes - Click Count (0)