- Sort Score
- Result 10 results
- Languages All
Results 1111 - 1120 of 1,482 for volumes (0.06 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeStrategy.java
*/ public static Coordinates extractArtifactCoordinatesWithParentResolution( UpgradeContext context, Document pomDocument) { Element root = pomDocument.root(); // Extract direct values String groupId = root.childTextTrimmed(MavenPomElements.Elements.GROUP_ID); String artifactId = root.childTextTrimmed(MavenPomElements.Elements.ARTIFACT_ID);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 7.1K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/CollectorTester.java
doExpectCollects(expectedResult, list); } return this; } private void doExpectCollects(R expectedResult, List<T> inputs) { for (CollectStrategy scheme : CollectStrategy.values()) { A finalAccum = scheme.result(collector, inputs); if (collector.characteristics().contains(Collector.Characteristics.IDENTITY_FINISH)) {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu May 15 21:47:56 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
} /** * Copies properties from a map to a bean object. * This is a utility method that wraps BeanUtil.copyMapToBean with custom options. * * @param src the source map containing property values * @param dest the destination bean object * @param option a consumer function to configure copy options */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 15K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/FaultTolerantClient.java
// Default constructor } @Override /** * Sets the initialization parameters for the underlying CrawlerClient. * * @param params a map of parameter names and values to be set */ public void setInitParameterMap(final Map<String, Object> params) { client.setInitParameterMap(params); } /** * Executes the request with retry logic.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 7.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/witness/MockWitnessService.java
// Count how many registrations this affects int affectedRegistrations = 0; for (MockRegistration reg : registrations.values()) { if (reg.shareName.equalsIgnoreCase(resourceName) || reg.serverAddress.equals(resourceName)) { affectedRegistrations++; } }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 8.2K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http/HttpHeaders.kt
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 7.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSession.java
return getMavenSession().getSettings().getDelegate(); } @Nonnull @Override public Collection<ToolchainModel> getToolchains() { return getMavenSession().getRequest().getToolchains().values().stream() .flatMap(Collection::stream) .map(org.apache.maven.toolchain.model.ToolchainModel::getDelegate) .toList(); } @Nonnull @Override
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 8.9K bytes - Viewed (0) -
guava-tests/test/com/google/common/math/IntMathTest.java
} } @GwtIncompatible // sqrt public void testSqrtNegativeAlwaysThrows() { for (int x : NEGATIVE_INTEGER_CANDIDATES) { for (RoundingMode mode : RoundingMode.values()) { assertThrows(IllegalArgumentException.class, () -> IntMath.sqrt(x, mode)); } } } /* Relies on the correctness of BigIntegerMath.sqrt for all modes except UNNECESSARY. */
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 24.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FileConfigService.java
*/ public class FileConfigService extends FessAppService { /** * Default constructor for file configuration service. * Creates a new instance with default values. */ public FileConfigService() { super(); } /** * Behavior class for file configuration database operations. * Provides access to the file configuration entity operations.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.4K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/Trans2FindNext2Test.java
assertEquals((byte) 0x00, dst[1], "Second byte must be 0"); } /** * Validates writeParametersWireFormat encodes values in the correct order and endianness. */ @Test void testWriteParametersWireFormat() { // Given int sid = 0x1234; int resumeKey = 0x89ABCDEF; // LE expected: EF CD AB 89
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.9K bytes - Viewed (0)