- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 103 for houver (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/interval/impl/HostIntervalController.java
* If the time since the last request to the host is less than the configured delay, * the thread waits until the delay has elapsed. * This class is thread-safe. * The cache automatically evicts entries after 1 hour of inactivity to prevent memory leaks. */ public class HostIntervalController extends DefaultIntervalController { /** Default cache expire duration in hours */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 5.2K bytes - Viewed (0) -
src/test/java/jcifs/https/HandlerTest.java
} } @Nested @DisplayName("Integration Tests") class IntegrationTests { @Test @DisplayName("Should support NTLM over HTTPS") void testNtlmSupport() { // When Handler testHandler = new Handler(null); // Then assertTrue(testHandler instanceof jcifs.http.Handler);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.6K bytes - Viewed (0) -
LICENSE
the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify,Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Jan 11 04:26:17 UTC 2021 - 11.1K bytes - Viewed (0) -
LICENSE
the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify,Registered: Sat Dec 20 08:54:13 UTC 2025 - Last Modified: Thu Feb 20 19:53:57 UTC 2020 - 11.1K bytes - Viewed (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
- **MS-SMB2 Section 3.1.5.2**: RDMA Transport Connection - **RFC 5040**: A Remote Direct Memory Access Protocol Specification - **RFC 5041**: Direct Data Placement over Reliable Transports ## 3. RDMA Architecture ### 3.1 RDMA Capabilities ```java public enum RdmaCapability { RDMA_READ, // Remote direct read operationsRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Trans2FindFirst2Response.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 8.6K bytes - Viewed (0) -
dbflute_fess/dfprop/basicInfoMap.dfprop
# o packageBase: (Required) # The base directory of package for generated class. # The class package is 'this property value + detail package value'. # However, detail packages have default value so basically # you only have to specify the property 'packageBase'. # If this property is specified and detail package properties is not specified,Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/DateConversionUtil.java
if (pos != -1) { buf.replace(pos, pos + 1, "dd"); } } return new String(buf); } /** * {@link Iterator} that iterates over {@link DateFormat}s corresponding to the styles held by the locale. * * @author koichik */ protected static class DateFormatIterator implements Iterator<DateFormat> { /** The locale. */
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 19.6K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/netdfs.java
* @param level the information level * @param prefmaxlen the preferred maximum length * @param info the enumeration structure * @param totalentries holder for total entries count */ public NetrDfsEnumEx(final String dfs_name, final int level, final int prefmaxlen, final DfsEnumStruct info, final NdrLong totalentries) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 21.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/container/StandardCrawlerContainer.java
*/ public <T> StandardCrawlerContainer singleton(final String name, final T instance) { return singleton(name, instance, null, null); } /** * A holder for a component instance and its associated destroyer function. * This class manages the lifecycle of a component, including its destruction. * * @param <T> the type of the component */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 14.3K bytes - Viewed (0)