Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for detected (0.07 sec)

  1. advance.jsp

    <option value="html" <c:if test="${as.filetype.contains('html')}">selected</c:if>><la:message L284: key="labels.advance_search_filetype_html" L285: /></option> L286: <option value="pdf" <c:if test="${as.filetype.contains('pdf')}">selected</c:if>><la:message L287: key="labels.advance_search_filetype_pdf" L288: /></option> L289: <option value="word" <c:if test="${as.filetype.contains('word')}">selected</c:if>><la:message L290: key="labels.advance_search_filetype_word"...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      14.9K bytes
  2. advance.jsp

    <option value="html" <c:if test="${as.filetype.contains('html')}">selected</c:if>><la:message L284: key="labels.advance_search_filetype_html" L285: /></option> L286: <option value="pdf" <c:if test="${as.filetype.contains('pdf')}">selected</c:if>><la:message L287: key="labels.advance_search_filetype_pdf" L288: /></option> L289: <option value="word" <c:if test="${as.filetype.contains('word')}">selected</c:if>><la:message L290: key="labels.advance_search_filetype_word"...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      14.9K bytes
  3. fess_message.properties

    process to delete the document from index. L178:success.crawling_info_delete_all=Deleted session data. L179:success.start_crawl_process=Started a crawl process. L180:success.upload_design_file=Uploaded {0}. L181:success.update_design_jsp_file=Updated {0}. L182:success.create_crawling_config_at_wizard=Created a crawling config ({0}). L183:success.failure_url_delete_all=Deleted failure urls. L184:success.delete_file=Deleted {0} file. L185:success.job_started=Started job {0}. L186:success.job_stopped=Stopped...
    github.com/codelibs/fess/src/main/resources/fes...
    Sat Mar 18 03:05:44 UTC 2023
      12.5K bytes
  4. fess_message_en.properties

    process to delete the document from index. L174:success.crawling_info_delete_all=Deleted session data. L175:success.start_crawl_process=Started a crawl process. L176:success.upload_design_file=Uploaded {0}. L177:success.update_design_jsp_file=Updated {0}. L178:success.create_crawling_config_at_wizard=Created a crawling config ({0}). L179:success.failure_url_delete_all=Deleted failure urls. L180:success.delete_file=Deleted {0} file. L181:success.job_started=Started job {0}. L182:success.job_stopped=Stopped...
    github.com/codelibs/fess/src/main/resources/fes...
    Sat Mar 18 03:05:44 UTC 2023
      12.4K bytes
  5. FileListIndexUpdateCallbackImpl.java

    ntType)) { L111: // updated file L112: addDocument(localParams, dataMap); L113: } else if (getParamValue(localParams, "event.delete", "delete").equals(eventType)) { L114: // deleted file L115: deleteDocument(localParams, dataMap); L116: } else { L117: logger.warn("unknown event: {}, data: {}", eventType, dataMap); L118: } L119: } finally { L120: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      16.8K bytes
  6. EsAbstractEntity.java

    __specifiedProperties); L127: } L128: L129: protected void registerSpecifiedProperty(String propertyName) { // basically called by modified property registration L130: if (__specifiedProperties != null) { // normally false, true if e.g. setting after selected L131: __specifiedProperties.addPropertyName(propertyName); L132: } L133: } L134: L135: // =================================================================================== L136: // ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.9K bytes
  7. EsAbstractEntity.java

    __specifiedProperties); L127: } L128: L129: protected void registerSpecifiedProperty(String propertyName) { // basically called by modified property registration L130: if (__specifiedProperties != null) { // normally false, true if e.g. setting after selected L131: __specifiedProperties.addPropertyName(propertyName); L132: } L133: } L134: L135: // =================================================================================== L136: // ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.9K bytes
  8. EsAbstractBehavior.java

    { L114: final List<? extends RESULT> list = delegateSelectList(cb, entityType); L115: if (list.isEmpty()) { L116: return null; L117: } L118: if (list.size() >= 2) { L119: String msg = "The size of selected list is over 1: " + list.size(); L120: throw new FetchingOverSafetySizeException(msg, 1); // immediately caught by caller and translated L121: } L122: return list.get(0); L123: } L124: L125: @Override L126: protected...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      26.4K bytes
  9. SuggestCreator.java

    try { L170: final File propFile = ComponentUtil.getSystemHelper().createTempFile("suggest_", ".properties"); L171: if (propFile.delete() && logger.isDebugEnabled()) { L172: logger.debug("Deleted a temp file: {}", propFile.getAbsolutePath()); L173: } L174: systemProperties.reload(propFile.getAbsolutePath()); L175: propFile.deleteOnExit(); L176: } catch (final Exception e) { L177: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      10K bytes
  10. EsAbstractBehavior.java

    { L114: final List<? extends RESULT> list = delegateSelectList(cb, entityType); L115: if (list.isEmpty()) { L116: return null; L117: } L118: if (list.size() >= 2) { L119: String msg = "The size of selected list is over 1: " + list.size(); L120: throw new FetchingOverSafetySizeException(msg, 1); // immediately caught by caller and translated L121: } L122: return list.get(0); L123: } L124: L125: @Override L126: protected...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      26.4K bytes
Back to top