- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 240 for dnes (2.42 sec)
-
src/test/java/jcifs/smb/SmbFileHandleImplTest.java
assertNotNull(respCap.getValue(), "Expected SmbComBlankResponse"); verify(tree, times(1)).release(); } @Test @DisplayName("close() does not send when invalid but still releases") void close_invalid_doesNotSend_butReleases() throws CIFSException { when(cfg.isTraceResourceUsage()).thenReturn(false); stubValidTree(3L, true, true);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
*/ public void setCookieDatePatterns(final String[] cookieDatePatterns) { this.cookieDatePatterns = cookieDatePatterns; } /** * Sets the DNS resolver for hostname resolution. * * @param dnsResolver The DNS resolver */ public void setDnsResolver(final DnsResolver dnsResolver) { this.dnsResolver = dnsResolver; } /**Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 53.7K bytes - Viewed (0) -
docs/smb3-features/03-multi-channel-design.md
} public void initializeMultiChannel() throws IOException { // Check server capability if (!session.getServer().supportsMultiChannel()) { log.info("Server does not support multi-channel"); return; } // Query network interfaces from server queryRemoteInterfaces(); // Discover local interfacesRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lock/Smb2OplockBreakNotificationTest.java
void testReadFileIdPatterns() throws Exception { // Test with all zeros byte[] zeroFileId = new byte[16]; testFileIdReading(zeroFileId); // Test with all ones byte[] onesFileId = new byte[16]; Arrays.fill(onesFileId, (byte) 0xFF); testFileIdReading(onesFileId); // Test with pattern
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0) -
src/test/java/jcifs/smb/SIDCacheImplTest.java
assertEquals("DOM", s3.getDomainName()); assertEquals("userX", s3.getAccountName()); } @Test @DisplayName("resolveSids(CIFSContext,server,sids,offset,length) with zero length does not resolve") void resolveSids_zeroLength_doesNothing() throws Exception { CIFSContext ctx = mock(CIFSContext.class); SIDCacheImpl cache = Mockito.spy(new SIDCacheImpl(ctx));
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/Smb2CloseRequestTest.java
byte[] zeroFileId = new byte[16]; Smb2CloseRequest zeroRequest = new Smb2CloseRequest(mockConfig, zeroFileId, testFileName); testFileIdInRequest(zeroRequest, zeroFileId); // Test with all ones byte[] onesFileId = new byte[16]; Arrays.fill(onesFileId, (byte) 0xFF); Smb2CloseRequest onesRequest = new Smb2CloseRequest(mockConfig, onesFileId, testFileName);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.5K bytes - Viewed (0) -
LICENSE
Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing theRegistered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Fri Apr 18 13:54:00 UTC 2025 - 11.1K bytes - Viewed (0) -
LICENSE
Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing theRegistered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Jun 14 07:45:22 UTC 2018 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
if (!isReceived() || getStatus() != 0) { return false; } if (req.isSigningEnforced() && !isSigningEnabled()) { log.debug("Signing is enforced but server does not allow it"); return false; } if (getDialectRevision() == Smb2Constants.SMB2_DIALECT_ANY) { log.debug("Server returned ANY dialect"); return false;
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
LICENSE
Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing theRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue May 08 21:35:34 UTC 2018 - 11.1K bytes - Viewed (0)