Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 59 for Latest (0.04 sec)

  1. SystemHelperTest.java

    assertEquals("1test", systemHelper.getSearchRoleByUser("test")); L408: assertEquals("Rtest", systemHelper.getSearchRoleByRole("test")); L409: assertEquals("2test", systemHelper.getSearchRoleByGroup("test")); L410: L411: assertEquals("1", systemHelper.getSearchRoleByUser("")); L412: assertEquals("R", systemHelper.getSearchRoleByRole("")); L413: assertEquals("2", systemHelper.getSearchRoleByGroup("")); L414: } L415: L416: public void test_parseProjectProperties() {...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      18.5K bytes
  2. LICENSE

    perform, sublicense, and distribute the L72: Work and such Derivative Works in Source or Object form. L73: L74: 3. Grant of Patent License. Subject to the terms and conditions of L75: this License, each Contributor hereby grants to You a perpetual, L76: worldwide, non-exclusive, no-charge, royalty-free, irrevocable L77: (except as stated in this section) patent license to make, have made, L78: use, offer to sell, sell, import, and otherwise transfer the Work, L79: where such...
    github.com/codelibs/fess/LICENSE
    Tue May 08 21:35:34 UTC 2018
      11.1K bytes
  3. LICENSE

    perform, sublicense, and distribute the L71: Work and such Derivative Works in Source or Object form. L72: L73: 3. Grant of Patent License. Subject to the terms and conditions of L74: this License, each Contributor hereby grants to You a perpetual, L75: worldwide, non-exclusive, no-charge, royalty-free, irrevocable L76: (except as stated in this section) patent license to make, have made, L77: use, offer to sell, sell, import, and otherwise transfer the Work, L78: where such...
    github.com/codelibs/curl4j/LICENSE
    Thu Jun 14 07:45:22 UTC 2018
      11.1K bytes
  4. admin_scheduler_details.jsp

    e"/> L40: <div class="row"> L41: <div class="col-md-12"> L42: <div L43: class="card card-outline <c:if test="${crudMode == 1 || crudMode == 2}">card-success</c:if><c:if test="${crudMode == 3}">card-danger</c:if><c:if test="${crudMode == 4}">card-primary</c:if>"> L44: <%-- Card Header --%> L45: <div class="card-header"> L46: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Wed Feb 12 20:25:27 UTC 2020
      12K bytes
  5. admin_failureurl_details.jsp

    <la:hidden property="crudMode"/> L34: <c:if test="${crudMode==2 || crudMode==3 || crudMode==4}"> L35: <la:hidden property="id"/> L36: </c:if> L37: <div class="row"> L38: <div class="col-md-12"> L39: <div L40: class="card card-outline <c:if test="${crudMode == 1 || crudMode == 2}">card-success</c:if><c:if test="${crudMode == 3}">card-danger</c:if><c:if test="${crudMode...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      10.8K bytes
  6. admin_searchlog_details.jsp

    L41: <la:hidden property="crudMode"/> L42: <c:if test="${crudMode==4}"> L43: <la:hidden property="logType"/> L44: <la:hidden property="id"/> L45: </c:if> L46: <div class="row"> L47: <div class="col-md-12"> L48: <div L49: class="card card-outline <c:if test="${crudMode == 1 || crudMode == 2}">card-success</c:if><c:if test="${crudMode...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      9.9K bytes
  7. advance.jsp

    etype_default" /></option> L283: <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:...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      14.9K bytes
  8. admin_searchlog.jsp

    var="pager" value="${searchLogPager}" L214: scope="request"/> L215: <c:if test="${!logType.endsWith('_agg')}"> L216: <c:import url="/WEB-INF/view/common/admin/crud/pagination.jsp"/> L217: </c:if> L218: <c:if test="${logType.endsWith('_agg')}"> L219: <div class="row"> L220: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      16K bytes
  9. FessFileTransformerTest.java

    url = "http://example.com/" + encodeUrl("#") + "/@@folder/test.txt"; L80: exp = "test.txt"; L81: assertEquals(exp, transformer.getFileName(url, Constants.UTF_8)); L82: L83: url = "http://example.com/test%20+%2B.txt"; L84: exp = "test +.txt"; L85: assertEquals(exp, transformer.getFileName(url, Constants.UTF_8)); L86: L87: url = "file://example.com/test%20+%2B.txt"; L88: exp = "test ++.txt"; L89: assertEquals(exp, transformer.getFileName(url,...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Jul 04 06:20:49 UTC 2024
      9.8K bytes
  10. admin_dict_mapping.jsp

    class="alert alert-info">${msg}</div> L78: </la:info> L79: <la:errors/> L80: </div> L81: <%-- List --%> L82: <c:if test="${charMappingPager.allRecordCount == 0}"> L83: <div class="row top10"> L84: <div class="col-sm-12"> L85: <em class="fa fa-info-circle text-primary">...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Wed Feb 12 20:25:27 UTC 2020
      10.1K bytes
Back to top