- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for color (0.02 sec)
-
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
* <pre> * <span style="font-size: 130%; color: #553000">[Small Helper]</span> * o saveInfo() <span style="color: #3F7E5E">// save messages to session</span> * o write() <span style="color: #3F7E5E">// write text to specified file</span> * o copyBeanToBean() <span style="color: #3F7E5E">// copy bean to bean by BeanUtil</span> * o getServletContext() <span style="color: #3F7E5E">// get servlet context</span> * </pre>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 9.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/test/resources/org/codelibs/fess/crawler/helper/robots_malformed.txt
Disallow: /orphaned1/ Allow: /orphaned2/ # Case 2: Valid user-agent with various malformed directives User-agent: GoodBot Disallow: /admin/ InvalidDirective: some-value unknown-field: test Disallow /missing-colon Disallow: # empty value (should be treated as allowing all) Allow: /public/ Crawl-delay: invalid-number Crawl-delay: -10 Crawl-delay: 5.5 Crawl-delay: Allow: # empty value
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 14 12:52:01 UTC 2025 - 2.6K bytes - Viewed (0)