- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 462 for module2 (0.14 seconds)
-
okhttp-logging-interceptor/Module.md
# Module okhttp-logging-interceptor
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Apr 02 11:27:49 GMT 2019 - 102 bytes - Click Count (0) -
okhttp-urlconnection/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.urlconnection { requires okhttp3;Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 81 bytes - Click Count (0) -
okhttp-logging-interceptor/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.logging { requires okhttp3; exports okhttp3.logging;Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 102 bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/PathType.java
* Returns the unique name of this path type, including the module to patch if any. * For example, if this type is {@link JavaPathType#MODULES}, then this method returns {@code "MODULES"}. * But if this type was created by {@code JavaPathType.patchModule("foo.bar")}, then this method returns * {@code "PATCH_MODULE:foo.bar"}. * * @return the programmatic name together with the module name on which it applies * @see #toString()Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Jan 07 12:02:00 GMT 2025 - 5K bytes - Click Count (0) -
okhttp-coroutines/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.coroutines { requires okhttp3; exports okhttp3.coroutines;Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 108 bytes - Click Count (0) -
okhttp-sse/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.sse { requires okhttp3; exports okhttp3.sse;Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 94 bytes - Click Count (0) -
mockwebserver-deprecated/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.mockwebserver { requires okhttp3; exports okhttp3.mockwebserver; requires java.logging;Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 139 bytes - Click Count (0) -
okhttp-java-net-cookiejar/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.java.net.cookiejar { requires okhttp3; exports okhttp3.java.net.cookiejar;Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 124 bytes - Click Count (0) -
okhttp-dnsoverhttps/src/main/java9/module-info.java
@SuppressWarnings("module") module okhttp3.dnsoverhttps { requires okhttp3; exports okhttp3.dnsoverhttps;Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 112 bytes - Click Count (0) -
api/maven-api-core/src/test/java/org/apache/maven/api/JavaPathTypeTest.java
* Tests the formatting of an option with a module name. */ @Test public void testModularOption() { String[] formatted = JavaPathType.patchModule("my.module").option(paths()); assertEquals(2, formatted.length); assertEquals("--patch-module", formatted[0]); assertEquals(toPlatformSpecific("my.module=src/foo.java:src/bar.java"), formatted[1]); } /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 13 14:20:26 GMT 2025 - 2.9K bytes - Click Count (0)