- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SAMBA (0.08 sec)
-
src/main/java/org/codelibs/fess/Constants.java
public static final String DIGEST = "DIGEST"; public static final String NTLM = "NTLM"; public static final String FORM = "FORM"; public static final String SAMBA = "SAMBA"; public static final String FTP = "FTP"; public static final String[] RESERVED = { "\\", "+", "-", "&&", "||", "!", "(", ")", "{", "}", "[", "]", "^", "~", "*", "?", ";", ":", "/" };
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Aug 22 12:43:18 UTC 2024 - 16.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/exentity/DataConfig.java
for (final String fileAuthName : fileAuthNames) { final String scheme = paramMap.get(CRAWLER_FILE_AUTH + "." + fileAuthName + ".scheme"); if (Constants.SAMBA.equals(scheme)) { final String domain = paramMap.get(CRAWLER_FILE_AUTH + "." + fileAuthName + ".domain"); final String hostname = paramMap.get(CRAWLER_FILE_AUTH + "." + fileAuthName + ".host");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 18.5K bytes - Viewed (0)