- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for color (0.06 sec)
-
src/main/webapp/WEB-INF/view/admin/storage/admin_storage.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 20.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ProtocolHelper.java
private static final Logger logger = LogManager.getLogger(ProtocolHelper.class); /** Array of supported web protocols with colon suffix (e.g., "http:", "https:") */ protected String[] webProtocols = StringUtil.EMPTY_STRINGS; /** Array of supported file protocols with colon suffix (e.g., "file:", "ftp:") */ protected String[] fileProtocols = StringUtil.EMPTY_STRINGS; /**
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Dec 12 13:58:40 UTC 2025 - 12.4K bytes - Viewed (1) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/FileTransformer.java
} /** * Gets the replacement string for colons in URLs. * * @return the colon replacement string */ public String getColonStr() { return colonStr; } /** * Sets the replacement string for colons in URLs. * * @param colonStr the colon replacement string to set */ public void setColonStr(final String colonStr) {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 11.7K bytes - Viewed (0)