- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 83 for alpha1 (0.06 sec)
-
gradle/libs.versions.toml
com-squareup-okio = "3.16.4" de-mannodermaus-junit5 = "1.9.0" graalvm = "25.0.1" #noinspection UnusedVersionCatalogEntry junit-platform = "1.13.4" kotlinx-serialization = "1.9.0" ksp = "2.3.2" lintGradle = "1.0.0-alpha05" mockserverClient = "5.15.0" org-bouncycastle = "1.82" org-conscrypt = "2.5.2" org-jetbrains-coroutines = "1.10.2" org-jetbrains-kotlin = "2.2.21" org-junit-jupiter = "5.13.4" retrofit = "3.0.0"
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 19 22:05:50 UTC 2025 - 8.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/MapsTest.java
new LinkedHashMap<String, String>( ImmutableMap.of( "Hello", "World", "first", "second", "polygene", "lubricants", "alpha", "betical")); @SuppressWarnings("UseCollectionConstructor") // test of factory method LinkedHashMap<String, String> copy = Maps.newLinkedHashMap(map);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 22:56:33 UTC 2025 - 62.7K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 37K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt
server.enqueue( MockResponse .Builder() .addHeaderLenient("Alpha", "α") .addHeaderLenient("β", "Beta") .build(), ) val call = client.newCall(Request(server.url("/"))) val response = call.execute() response.close() assertThat(response.header("Alpha")).isEqualTo("α") assertThat(response.header("β")).isEqualTo("Beta") } @Test
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 67.4K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/MapsTest.java
new LinkedHashMap<String, String>( ImmutableMap.of( "Hello", "World", "first", "second", "polygene", "lubricants", "alpha", "betical")); @SuppressWarnings("UseCollectionConstructor") // test of factory method LinkedHashMap<String, String> copy = Maps.newLinkedHashMap(map);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 22:56:33 UTC 2025 - 65K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
.build(), ) val response1 = get(server.url("/")) assertThat(response1.header("Alpha")).isEqualTo("α") assertThat(response1.header("β")).isEqualTo("Beta") assertThat(response1.body.string()).isEqualTo("abcd") val response2 = get(server.url("/")) assertThat(response2.header("Alpha")).isEqualTo("α") assertThat(response2.header("β")).isEqualTo("Beta")
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Oct 03 17:41:45 UTC 2025 - 116.8K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
assertEquals("1.0-alpha-21", pom.getValue("build/plugins[1]/version")); } /* MNG-2174*/ @Test void testPluginManagementDependencies() throws Exception { PomTestWrapper pom = buildPom("plugin-management-dependencies/sub", "test"); assertEquals("1.0-alpha-21", pom.getValue("build/plugins[1]/version"));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0) -
okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list
al.eu.org al.gov.br al.it al.leg.br al.no al.us alaheadju.no aland.fi alessandria.it alesund.no algard.no aliases121.com alibaba alipay allfinanz allstate ally alp1.ae.flow.ch alpha-myqnapcloud.com alsace alstahaug.no alstom alt.na alt.za alta.no altervista.org alto-adige.it altoadige.it alvdal.no alwaysdata.net am am.br am.gov.br am.in
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue May 27 22:00:49 UTC 2025 - 129.6K bytes - Viewed (3) -
okhttp/src/androidMain/assets/PublicSuffixDatabase.list
al.eu.org al.gov.br al.it al.leg.br al.no al.us alaheadju.no aland.fi alessandria.it alesund.no algard.no aliases121.com alibaba alipay allfinanz allstate ally alp1.ae.flow.ch alpha-myqnapcloud.com alsace alstahaug.no alstom alt.na alt.za alta.no altervista.org alto-adige.it altoadige.it alvdal.no alwaysdata.net am am.br am.gov.br am.in
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Dec 31 14:50:53 UTC 2024 - 129.6K bytes - Viewed (2) -
api/maven-api-model/src/main/mdo/maven.mdo
<defaultValue>true</defaultValue> <type>boolean</type> <description>Whether to send notifications on warning.</description> </field> <!-- TODO: Remove it after continuum alpha-3 release --> <field> <name>address</name> <version>4.0.0+</version> <type>String</type> <description>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0)