- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for fails (0.01 sec)
-
Crawler.java
if (Constants.TRUE.equalsIgnoreCase(infoMap.get(Constants.CRAWLER_STATUS))) { L449: postcard.setStatus(Constants.OK); L450: } else { L451: postcard.setStatus(Constants.FAIL); L452: } L453: postcard.setJobname(systemProperties.getProperty("job.runtime.name", StringUtil.EMPTY)); L454: }); L455: } finally { L456: SMailCallbackContext.clearPre...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 24K bytes -
FessXpathTransformerTest.java
Data("X-Robots-Tag", "noindex,nofollow"); L322: L323: try { L324: transformer.processXRobotsTag(responseData, new ResultData()); L325: fail(); L326: } catch (ChildUrlsException e) { L327: assertTrue(e.getChildUrlList().isEmpty()); L328: } catch (Exception e) { L329: fail(); L330: } L331: } L332: L333: public void test_processXRobotsTag_noindex() throws Exception { L334: final String data = "<meta name=\"robots\"...github.com/codelibs/fess/src/test/java/org/code...Thu Oct 24 13:01:38 UTC 2024 41.3K bytes -
Constants.java
static final String READY = "ready"; L45: L46: public static final String RUNNING = "running"; L47: L48: public static final String DONE = "done"; L49: L50: public static final String OK = "ok"; L51: L52: public static final String FAIL = "fail"; L53: L54: public static final String STOP = "stop"; L55: L56: public static final String AUTO = "auto"; L57: L58: public static final String NONE = "none"; L59: L60: public static final String ITEM_LABEL = "label"; L61: L62: public...github.com/codelibs/fess/src/main/java/org/code...Thu Aug 22 12:43:18 UTC 2024 16.6K bytes