- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 390 for maksimum (0.06 sec)
-
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
protected long executeTime; /** Total number of processed documents */ protected long documentSize; /** Maximum number of indexer errors allowed */ protected int maxIndexerErrorCount = 0; /** Maximum number of general errors allowed before termination */ protected int maxErrorCount = 2; /** List of finished crawler session IDs for cleanup */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 32.7K bytes - Viewed (0) -
src/test/java/jcifs/config/DelegatingConfigurationTest.java
// Then assertSame(minVersion, resultMin, "Should return delegated minimum version"); assertSame(maxVersion, resultMax, "Should return delegated maximum version"); verify(mockDelegate).getMinimumVersion(); verify(mockDelegate).getMaximumVersion(); } @Test @DisplayName("Boolean configuration methods should delegate correctly")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationTest.java
} @Test @DisplayName("Test with maximum and minimum values") void testWithBoundaryValues() { // Test with minimum values trans2SetFileInfo = new Trans2SetFileInformation(config, 0, 0, 0L, 0L, 0L); assertNotNull(trans2SetFileInfo); // Test with maximum values
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.8K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Connection.kt
* one or more streams, and then released. An allocated connection won't be stolen by other calls * while a redirect or authorization challenge is being handled. * * When the maximum concurrent streams limit is reduced, some allocations will be rescinded. * Attempting to create new streams on these allocations will fail. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 4.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/FailureUrlPager.java
//@Maxbytelength(maxbytelength = 1000) public String url; /** Minimum error count filter for searching failure URLs. */ //@IntRange(min = 0, max = 2147483647) public String errorCountMin; /** Maximum error count filter for searching failure URLs. */ //@IntRange(min = 0, max = 2147483647) public String errorCountMax; /** Error name filter for searching failure URLs. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/main/assemblies/files/fess.in.bat
if NOT "%FESS_DIRECT_SIZE%" == "" ( set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -XX:MaxDirectMemorySize=%FESS_DIRECT_SIZE% ) REM set to headless, just in case set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Djava.awt.headless=true REM maximum # keep-alive connections to maintain at once set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dhttp.maxConnections=20 REM Force the JVM to use IPv4 stack if NOT "%FESS_USE_IPV4%" == "" (
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 4.2K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/Trans2QueryFSInformationTest.java
* All tests are pure unit tests – no network or file system access is * required. */ class Trans2QueryFSInformationTest { /** Small helper to create a byte buffer larger than the maximum expected * wire format so that we can observe only the bytes written by a method. */ private static byte[] newBuffer(int length) { // initialise with distinct pattern to detect unused trailing bytes
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.5K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToArrayTester.java
} /** * {@link Collection#toArray(Object[])} says: "Note that {@code toArray(new Object[0])} is * identical in function to {@code toArray()}." * * <p>For maximum effect, the collection under test should be created from an element array of a * type other than {@code Object[]}. */ public void testToArray_isPlainObjectArray() { Object[] array = collection.toArray();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 8.2K bytes - Viewed (0) -
src/main/java/jcifs/SmbConstants.java
*/ public interface SmbConstants { /** * Default SMB port number for direct TCP transport. */ int DEFAULT_PORT = 445; /** * Default maximum number of outstanding SMB requests. */ int DEFAULT_MAX_MPX_COUNT = 10; /** * Default timeout in milliseconds for SMB responses. */ int DEFAULT_RESPONSE_TIMEOUT = 30000; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
*/ protected String[] getSuggestFields() { return fields; } /** * Gets the maximum number of suggestions to return. * @return The maximum number of suggestions */ protected int getNum() { return num; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (0)