- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for 4141 (0.03 sec)
-
compat/maven-embedder/src/test/java/org/apache/maven/cli/props/MavenPropertiesTest.java
String str = "port = 4141" + LINE_SEPARATOR + "host = localhost" + LINE_SEPARATOR + "url = https://${host}:${port}/service" + LINE_SEPARATOR; MavenProperties properties = new MavenProperties(); properties.load(new StringReader(str)); properties.put("url", "https://localhost:4141/service"); StringWriter sw = new StringWriter();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 16.4K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/impl/TestApi.java
assertEquals("plexus-1.0.11.pom", unresolved.get(0).getFileName().toString()); assertEquals("test-extension-1.jar", classes.get(0).getFileName().toString()); assertEquals("junit-4.13.1.jar", modules.get(0).getFileName().toString()); assertTrue(paths.containsAll(classes)); assertTrue(paths.containsAll(modules)); // If caller wants only a classpath, JUnit shall move there.
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 10.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/MultimapsTest.java
assertEquals(0, factory.count); multimap.putAll(Color.BLUE, asList(3, 1, 4, 1)); assertEquals(1, factory.count); multimap.putAll(Color.RED, asList(2, 7, 1, 8)); assertEquals(2, factory.count); assertEquals("{BLUE=[3, 1, 4, 1], RED=[2, 7, 1, 8]}", multimap.toString()); assertFalse(multimap.get(Color.BLUE) instanceof RandomAccess);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 16:03:47 UTC 2025 - 38.9K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Hpack.kt
writeByteString(value) insertIntoDynamicTable(header) } } } } // http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-12#section-4.1.1 fun writeInt( value: Int, prefixMask: Int, bits: Int, ) { var value = value // Write the raw value for a single byte value.
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 22.4K bytes - Viewed (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
create a rendering engine for it if they like when the release stabilizes. JVZ --> <doxiaVersion>1.0-alpha-9</doxiaVersion> <easyMockVersion>1.2_Java1.3</easyMockVersion> <junitVersion>4.13.1</junitVersion> <plexusVersion>1.0-beta-3.0.7</plexusVersion> <plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion> <plexusInterpolationVersion>1.1</plexusInterpolationVersion>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0) -
impl/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
create a rendering engine for it if they like when the release stabilizes. JVZ --> <doxiaVersion>1.0-alpha-9</doxiaVersion> <easyMockVersion>1.2_Java1.3</easyMockVersion> <junitVersion>4.13.1</junitVersion> <plexusVersion>1.0-beta-3.0.7</plexusVersion> <plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion> <plexusInterpolationVersion>1.1</plexusInterpolationVersion>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0) -
android/pom.xml
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version> <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version> <maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version> <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version> <maven-enforcer-plugin.version>3.6.1</maven-enforcer-plugin.version>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.4K bytes - Viewed (0) -
pom.xml
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version> <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version> <maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version> <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version> <maven-enforcer-plugin.version>3.6.1</maven-enforcer-plugin.version>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.1K bytes - Viewed (0) -
android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java
X125, X126, X127, X128, X129, X130, X131, X132, X133, X134, X135, X136, X137, X138, X139, X140, X141, X142, X143, X144, X145, X146, X147, X148, X149, X150, X151, X152, X153, X154, X155, X156, X157,Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 29.4K bytes - Viewed (0) -
docs/changelogs/changelog_4x.md
line application hang after all of the work is done, it may be due to a non-daemon thread like this one. * New: Include suppressed exceptions when all routes to a target service fail. ## Version 4.4.1 _2020-03-08_ * Fix: Don't reuse a connection on redirect if certs match but DNS does not. For better locality and performance OkHttp attempts to use the same pooled connection across redirects andRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Apr 17 13:25:31 UTC 2024 - 25.2K bytes - Viewed (0)