- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for BE (0.01 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java
} } /** * Returns whether SIDs (Security Identifiers) should be resolved. * @return true if SIDs should be resolved, false otherwise */ public boolean isResolveSids() { return resolveSids; } /** * Sets whether SIDs (Security Identifiers) should be resolved. * @param resolveSids true to resolve SIDs, false otherwise */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 22.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
} } /** * Returns whether SIDs (Security Identifiers) should be resolved. * * @return true if SIDs should be resolved, false otherwise */ public boolean isResolveSids() { return resolveSids; } /** * Sets whether SIDs (Security Identifiers) should be resolved. * * @param resolveSids true to resolve SIDs, false otherwise */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 23K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbAuthentication.java
* </p> * * <p> * The path prefix is in the format "smb1://server:port/", where the port is * included only if it's greater than 0. If the server is not set, the path * prefix will be "smb1://". * </p> */ public class SmbAuthentication { private String server; private int port; private String username; private String password; private String domain;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Sep 18 09:30:45 UTC 2025 - 3.9K bytes - Viewed (0)