- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 1,023 for _methods_ (0.04 sec)
-
src/test/java/org/codelibs/fess/helper/RelatedQueryHelperTest.java
assertEquals(0, results.length); } public void test_toLowerCase_nullInput() { // Test private method indirectly through public methods List<RelatedQuery> testData = new ArrayList<>(); testData.add(createRelatedQuery(null, new String[] { "query" }, "")); mockBhv.setTestData(testData); // Should not throw exception
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 16.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/misc/DynamicProperties.java
* <li>Automatically reloads properties if the file is modified.</li> * <li>Supports custom check intervals for file modification checks.</li> * <li>Provides synchronized methods for loading and storing properties.</li> * <li>Extends {@link Properties} and overrides its methods to work with dynamic properties.</li> * </ul> * * <p>Usage: * <pre> * DynamicProperties dynamicProperties = new DynamicProperties("path/to/properties/file");
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 13.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/sso/SsoManagerTest.java
} }; SsoAuthenticator authenticator = ssoManager.getAuthenticator(); assertNull(authenticator); } // Test register() and getAuthenticators() methods public void test_register_singleAuthenticator() { ssoManager.register(testAuthenticator); SsoAuthenticator[] authenticators = ssoManager.getAuthenticators(); assertEquals(1, authenticators.length);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralTest.java
// Test with exact size buffer byte[] exactBuffer = new byte[2]; assertEquals(2, trans2GetDfsReferral.writeSetupWireFormat(exactBuffer, 0)); // Test read methods with empty buffer byte[] emptyBuffer = new byte[0]; assertEquals(0, trans2GetDfsReferral.readSetupWireFormat(emptyBuffer, 0, 0));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Toolchain.java
* the exact versions of tools they wish to use.</p> * * <p> * Toolchains can be obtained through the {@link org.apache.maven.api.services.ToolchainManager ToolchainManager} * service. This service provides methods to retrieve and manage toolchains defined * in the Maven configuration. * </p> * * <p> * The following are key functionalities provided by the Toolchain interface:</p><ul>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Feb 11 12:33:57 UTC 2025 - 3.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbAuthentication.java
* credentials, and domain. This class is used to encapsulate the necessary * information for authenticating with an SMB server. * * <p> * It provides methods to set and retrieve the server address, port, username, * password, and domain. Additionally, it offers a method to construct a path * prefix for SMB URLs based on the configured server and port. * </p> * * <p>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.9K bytes - Viewed (0) -
guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableList.java
/* * TODO: When given an ImmutableList that's a sublist, copy the referenced * portion of the array into a new array to save space? */ @SuppressWarnings("unchecked") // all supported methods are covariant ImmutableCollection<E> list = (ImmutableCollection<E>) elements; return list.asList(); } return copyFromCollection(elements); } @JsMethod
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 06 18:32:41 UTC 2025 - 11.1K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcHandleTest.java
@Test @DisplayName("Should handle basic send/receive fragment methods") void testSendReceiveFragmentMethods() throws IOException { // Given: Test handle with configured return values handle.setDoSendReceiveFragmentReturn(100); handle.setDoReceiveFragmentReturn(50); // When: Calling fragment methods
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.3K bytes - Viewed (0) -
docs/en/docs/features.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 9.5K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java
} ///// CycleDetectingLock methods. ///// @Override public LockGraphNode getLockGraphNode() { return lockGraphNode; } @Override public boolean isAcquiredByCurrentThread() { return isHeldByCurrentThread(); } ///// Overridden ReentrantLock methods. ///// @Override public void lock() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 18 15:05:43 UTC 2025 - 35.9K bytes - Viewed (0)