Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for about (0.02 sec)

  1. FessLabels.java

    L630: public static final String LABELS_search_result_status = "{labels.search_result_status}"; L631: L632: /** The key of the message: Results <b>{2}</b><span class="hidden-phone"> -</span> <b>{3}</b> of about <b>{1}</b> for <b>{0}</b> */ L633: public static final String LABELS_search_result_status_over = "{labels.search_result_status_over}"; L634: L635: /** The key of the message: ({0} sec) */ L636: public static final String...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Mar 22 11:58:34 UTC 2024
      146.4K bytes
  2. DataStoreCrawlingException.java

    private final String url; L25: L26: private final boolean abort; L27: L28: public DataStoreCrawlingException(final String url, final String message, final Exception e) { L29: this(url, message, e, false); L30: } L31: L32: public DataStoreCrawlingException(final String url, final String message, final Exception e, final boolean abort) { L33: super(message, e); L34: this.url = url; L35: this.abort = abort; L36: } L37: L38: public String getUrl() { L39: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.4K bytes
Back to top