- Sort Score
- Result 10 results
- Languages All
Results 61 - 69 of 69 for getShort (0.33 sec)
-
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
value = "http:" + urlStr; } else { value = urlStr; } try { final URL url = new java.net.URL(value); final String host = url.getHost(); if (StringUtil.isBlank(host) || "http".equalsIgnoreCase(host) || "https".equalsIgnoreCase(host)) { return false; } } catch (final MalformedURLException e) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorTest.java
return null; } @Override public HighlightInfo getHighlightInfo() { return null; } @Override public String getSort() { return null; } @Override public int getStartPosition() { return startPosition; } @Override public int getOffset() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 25.6K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
} try { final URL u = getURL(); final String protocol = u.getProtocol(); int port = u.getPort(); if (port == -1) { port = "https".equalsIgnoreCase(protocol) ? 443 : 80; } final PasswordAuthentication auth =
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0) -
docs/smb3-features/03-multi-channel-design.md
return transports.computeIfAbsent(key, k -> { try { SmbTransport transport = new SmbTransport( context, remoteIf.getAddress(), remoteIf.getPort(), localIf.getAddress() ); transport.connect(); return transport; } catch (IOException e) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
CompletableFuture.runAsync(() -> { try { // Create new transport to new address SmbTransport newTransport = new SmbTransport(context, newAddress, transport.getPort()); // Disconnect old transport transport.disconnect(); // Replace with new transport this.transport = newTransport;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
guava/src/com/google/common/net/InetAddresses.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
tempDir = Files.createTempDirectory("smbtest"); setupTestDirectoryStructure(); // Configure SMB context and connection URL String host = sambaContainer.getHost(); Integer port = sambaContainer.getMappedPort(SMB_PORT); baseUrl = "smb://" + host + ":" + port + "/"; log.info("Samba container started - Base URL: {}", baseUrl);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
okhttp/src/androidMain/baseline-prof.txt
HSPLokhttp3/internal/connection/RealCall$AsyncCall;-><init>(Lokhttp3/internal/connection/RealCall;Lokhttp3/Callback;)V HSPLokhttp3/internal/connection/RealCall$AsyncCall;->getHost()Ljava/lang/String; HSPLokhttp3/internal/connection/RealCall$AsyncCall;->run()V HSPLokhttp3/internal/connection/RealCall$CallReference;-><init>(Lokhttp3/internal/connection/RealCall;Ljava/lang/Object;)V
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Dec 30 23:28:56 UTC 2024 - 127.9K bytes - Viewed (0)