- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 2,612 for code3 (0.02 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/Artifact.java
* * @return {@code true} if the artifact is a snapshot, {@code false} otherwise * @see org.apache.maven.api.Session#isVersionSnapshot(String) */ boolean isSnapshot(); /** * {@return coordinates with the same identifiers as this artifact}. * This is a shortcut for {@code session.createArtifactCoordinates(artifact)}. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 4.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
Encoding.PERCENT, '['.code, ']'.code, '{'.code, '}'.code, '|'.code, '^'.code, '\''.code, ';'.code, '='.code, '@'.code, ).override( Encoding.SKIP, ':'.code, '/'.code, '\\'.code, '?'.code, '#'.code,
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Aug 04 07:38:48 UTC 2025 - 69.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/ClassLoaderUtil.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/StringUtil.java
* </pre> * * @param str * the string (can be <code>null</code>) * @param defaultStr * the string to return if the argument is <code>null</code> (can be <code>null</code>) * @return the given string, or the specified default string if the argument is <code>null</code> */ public static String defaultString(final String str, final String defaultStr) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 21.9K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/WebPlatformUrlTestData.kt
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.7K bytes - Viewed (0) -
src/test/java/jcifs/smb/SIDCacheImplTest.java
} @ParameterizedTest @ValueSource(ints = { NtStatus.NT_STATUS_SUCCESS, NtStatus.NT_STATUS_NONE_MAPPED, 0x00000107 }) @DisplayName("resolveSids(DcerpcHandle,...) accepts success/none/some-not-mapped codes") void resolveSids_allowsCertainRetvals_noThrow(int ret) throws Exception { SIDCacheImpl cache = new SIDCacheImpl(mock(CIFSContext.class)); DcerpcHandle handle = mock(DcerpcHandle.class);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2ResponseTest.java
response.setAsyncHandled(true); assertTrue(response.isAsyncHandled()); } } @Nested @DisplayName("Error Code Tests") class ErrorCodeTests { @Test @DisplayName("Should return status as error code") void testGetErrorCode() { int status = NtStatus.NT_STATUS_ACCESS_DENIED; response.setStatusForTest(status);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/SettingsBuilder.java
/** * Builds the effective settings of the specified settings files. * * @param request the settings building request that holds the parameters, must not be {@code null} * @return the result of the settings building, never {@code null} * @throws SettingsBuilderException if the effective settings could not be built */ @Nonnull SettingsBuilderResult build(@Nonnull SettingsBuilderRequest request);
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/ResourceUtil.java
} /** * Returns the resource as a stream from the context class loader. * Returns <code>null</code> if the resource is not found. * * @param path * The resource path. Must not be {@literal null} or empty string. * @return The input stream, or <code>null</code> if not found. * @see #getResourceAsStreamNoException(String, String) */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 14.7K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/ClusterException.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 4K bytes - Viewed (0)