- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for Implementation (0.28 sec)
-
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
} @Override public int getStartPosition() { throw new UnsupportedOperationException("getStartPosition() is not supported in this implementation"); } @Override public int getOffset() { throw new UnsupportedOperationException("getOffset() is not supported in this implementation"); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 55.4K bytes - Viewed (1) -
src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java
verify(mockNdrBuffer).enc_ndr_long(objAttr.security_descriptor); verify(mockNdrBuffer).enc_ndr_referent(objAttr.security_quality_of_service, 1); // The actual implementation reassigns _dst = _dst.deferred inside encode(), so we can't verify the exact buffer verify(objAttr.root_directory).encode(any(NdrBuffer.class)); verify(objAttr.object_name).encode(any(NdrBuffer.class));
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 60.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
import org.codelibs.fess.crawler.helper.RobotsTxtHelper; import org.codelibs.fess.crawler.util.CrawlingParameterUtil; import jakarta.annotation.Resource; /** * HcHttpClient is an HTTP client implementation that extends AbstractCrawlerClient. * It provides various configurations and settings for making HTTP requests, including * connection timeouts, proxy settings, user agent, request headers, cookie management,
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/crawler/transformer/FessXpathTransformer.java
import org.w3c.dom.Document; import org.w3c.dom.NamedNodeMap; import org.w3c.dom.Node; import org.w3c.dom.NodeList; import org.xml.sax.InputSource; import jakarta.annotation.PostConstruct; /** * A transformer implementation for processing HTML documents using XPath expressions. * This class extends XpathTransformer to provide Fess-specific document processing capabilities * including content extraction, metadata processing, and robots tag handling.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Dec 12 13:58:40 UTC 2025 - 54.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
import jakarta.annotation.PostConstruct; import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpSession; /** * Microsoft Entra ID SSO authenticator implementation. * Handles OAuth2/OpenID Connect authentication flow with Entra ID. */ public class EntraIdAuthenticator implements SsoAuthenticator {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
* * @param serverAddress the server address * @return cluster name or null */ private String getClusterName(InetAddress serverAddress) { // Simple implementation - could be enhanced with proper cluster discovery String hostname = serverAddress.getHostName(); if (hostname != null && hostname.contains(".")) { // Extract potential cluster name from hostnameRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0)