- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for bad_urls (0.03 sec)
-
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
protected static final String GOOD_URLS = "good_urls"; /** XML element name for bad (excluded) URLs configuration. */ protected static final String BAD_URLS = "bad_urls"; /** Array of supported web protocols for URL classification. */ protected String[] webProtocols = { "http:", "https:" }; /** Array of supported file protocols for URL classification. */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 21.6K bytes - Viewed (0) -
guava-testlib/test/com/google/common/testing/ClassSanityTesterTest.java
+ "."); return; } fail(); } public static final class BadNullsFactory { public static Object bad(@SuppressWarnings("unused") String a) { return new BadNulls(); } private BadNullsFactory() {} } @AndroidIncompatible // TODO(cpovirk): ClassNotFoundException... ClassSanityTesterTest$AnInterfaceRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 16:03:47 UTC 2025 - 36.3K bytes - Viewed (0)