- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 66 for dins (2.08 sec)
-
src/test/java/jcifs/dcerpc/msrpc/lsarpcIntegrationTest.java
assertNull(decodedInfo.name.buffer); assertNull(decodedInfo.sid); } @Test void testLsarDnsDomainInfoEncodeDecodeRoundTrip() throws NdrException { // Create DNS domain info with test data lsarpc.LsarDnsDomainInfo dnsDomainInfo = new lsarpc.LsarDnsDomainInfo(); dnsDomainInfo.name = new rpc.unicode_string(); dnsDomainInfo.name.length = 8;
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.8K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
} // Query for cluster witness service via DNS try { String clusterName = getClusterName(serverAddress); if (clusterName != null) { return InetAddress.getByName(clusterName + "-witness"); } } catch (Exception e) { log.debug("Failed to discover cluster witness via DNS", e); } return null; // No witness service found }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
src/main/java/jcifs/config/PropertyConfiguration.java
if (value != null) { this.disablePlainTextPasswords = Boolean.parseBoolean(value); } value = props.getProperty("jcifs.netbios.wins"); if (value != null) { try { this.winsServer = new InetAddress[] { InetAddress.getByName(value) }; } catch (UnknownHostException e) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 13.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/RobotsTxtHelper.java
* <li>End-of-path ($) matching - matches the end of URL path</li> * <li>Crawl-delay directive</li> * <li>Sitemap directive</li> * <li>Comment support (#)</li> * <li>Priority-based matching (longest match wins, Allow beats Disallow at equal length)</li> * </ul> * * <p>References:</p> * <ul> * <li><a href="https://datatracker.ietf.org/doc/html/rfc9309">RFC 9309 - Robots Exclusion Protocol</a></li>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 14 12:52:01 UTC 2025 - 11.4K 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) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
protected static final String SPNEGO_INITIALIZED = "spnego.initialized"; /** Configuration key for directories to exclude from SPNEGO authentication. */ protected static final String SPNEGO_EXCLUDE_DIRS = "spnego.exclude.dirs"; /** Configuration key for enabling delegation in SPNEGO authentication. */ protected static final String SPNEGO_ALLOW_DELEGATION = "spnego.allow.delegation";
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 17.8K bytes - Viewed (3) -
src/test/java/jcifs/config/DelegatingConfigurationTest.java
assertSame(broadcastAddr, resultBroadcastAddr, "Should delegate broadcast address"); assertSame(winsServers, resultWinsServers, "Should delegate WINS servers"); assertEquals(445, resultLocalPort, "Should delegate local port"); verify(mockDelegate).getLocalAddr(); verify(mockDelegate).getBroadcastAddress();
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbSession.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 20.7K bytes - Viewed (0) -
src/test/java/org/codelibs/curl/CurlRequestTest.java
} @Test public void testMultipleOnConnectCalls() { CurlRequest request = new CurlRequest(Method.GET, "https://example.com"); // Multiple onConnect calls should work (last one wins) request.onConnect((req, conn) -> conn.setConnectTimeout(1000)); request.onConnect((req, conn) -> conn.setReadTimeout(2000)); assertNotNull(request); } @TestRegistered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Mon Nov 24 03:10:07 UTC 2025 - 20.5K bytes - Viewed (0) -
MIGRATION.md
- [ ] User acceptance testing - [ ] Load testing for production capacity ### Go-Live - [ ] Schedule maintenance window - [ ] Final incremental data sync - [ ] Switch DNS or endpoints to Fess - [ ] Monitor logs for errors - [ ] Monitor search performance metrics - [ ] Have rollback plan ready ### Post-Migration - [ ] Monitor search quality and relevance
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 12:40:11 UTC 2025 - 23.2K bytes - Viewed (0)