Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for type (0.02 sec)

  1. openapi-user.yaml

    prev_page: L209: type: boolean L210: example: false L211: start_record_number: L212: type: integer L213: example: 1 L214: end_record_number: L215: type: integer L216: example: 20 L217: page_numbers: L218: type: array L219: items: L220: type: string L221: example:...
    github.com/codelibs/fess/src/main/config/openap...
    Thu May 09 06:31:27 UTC 2024
      21.6K bytes
  2. advance.jsp

    L338: </main> L339: <jsp:include page="footer.jsp" /> L340: </la:form> L341: <input type="hidden" id="contextPath" value="${contextPath}" /> L342: <script type="text/javascript" src="${fe:url('/js/jquery-3.7.1.min.js')}"></script> L343: <script type="text/javascript" src="${fe:url('/js/bootstrap.min.js')}"></script> L344: <script type="text/javascript" src="${fe:url('/js/suggestor.js')}"></script> L345: <script type="text/javascript" src="${fe:url('/js/advance.js')}"></script> L346:</body> L347:</html>...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      14.9K bytes
  3. SearchEngineApiManager.java

    writeHeaders(response); L153: final String responseContentType = curlResponse.getHeaderValue("Content-Type"); L154: if (StringUtil.isBlank(responseContentType)) { L155: response.setHeader("Content-Type", "application/json"); L156: } else { L157: response.setHeader("Content-Type", responseContentType); L158: } L159: CopyUtil.copy(in, out); L160: } catch (final ClientAbortException...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Aug 15 08:29:24 UTC 2024
      11.3K bytes
  4. advance.jsp

    L338: </main> L339: <jsp:include page="footer.jsp" /> L340: </la:form> L341: <input type="hidden" id="contextPath" value="${contextPath}" /> L342: <script type="text/javascript" src="${fe:url('/js/jquery-3.7.1.min.js')}"></script> L343: <script type="text/javascript" src="${fe:url('/js/bootstrap.min.js')}"></script> L344: <script type="text/javascript" src="${fe:url('/js/suggestor.js')}"></script> L345: <script type="text/javascript" src="${fe:url('/js/advance.js')}"></script> L346:</body> L347:</html>...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      14.9K bytes
  5. AdminSchedulerAction.java

    MessageFormat.format(fessConfig.getJobTemplateTitle(type), decodedName); L146: final String[] ids = { "", "", "" }; L147: if (Constants.WEB_CRAWLER_TYPE.equals(type)) { L148: ids[0] = "\"" + id + "\""; L149: } else if (Constants.FILE_CRAWLER_TYPE.equals(type)) { L150: ids[1] = "\"" + id + "\""; L151: } else if (Constants.DATA_CRAWLER_TYPE.equals(type)) { L152: ids[2] = "\"" + id + "\"";...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      18.1K bytes
  6. AdminBackupAction.java

    L210: final Map<String, String> indexObj = dataObj.get("index"); L211: if (indexObj != null) { L212: if (indexObj.containsKey("_type")) { L213: indexObj.remove("_type"); L214: } L215: final String index = indexObj.get("_index"); L216: if (index != null) { L217: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      28.5K bytes
  7. SystemHelper.java

    createSearchRole(ComponentUtil.getFessConfig().getRoleSearchRolePrefix(), name); L488: } L489: L490: protected String createSearchRole(final String type, final String name) { L491: final String value = type + ComponentUtil.getFessConfig().getCanonicalLdapName(name); L492: if (logger.isDebugEnabled()) { L493: logger.debug("Search Role: {}:{}={}", type, name, value); L494: } L495: return value; L496: } L497: L498: public void reloadConfiguration() { L499: rel...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 17 12:10:08 UTC 2024
      27.2K bytes
  8. OpenIdConnectAuthenticator.java

    JsonToken.START_ARRAY) { L193: // Handle array type L194: attributes.put(name, parseArray(jsonParser)); L195: } else if (jsonParser.getCurrentToken() == JsonToken.START_OBJECT) { L196: // Handle nested object type L197: attributes.put(name, parseObject(jsonParser)); L198: } else { L199: // Handle primitive types (string, number, boolean, etc.) L200: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      12.3K bytes
  9. fess_config.properties

    L227:crawler.hotthread.ignore_idle_threads=true L228:crawler.hotthread.interval=500ms L229:crawler.hotthread.snapshots=10 L230:crawler.hotthread.threads=3 L231:crawler.hotthread.timeout=30s L232:crawler.hotthread.type=cpu L233:crawler.metadata.content.excludes=resourceName,X-Parsed-By,Content-Encoding.*,Content-Type.*,X-TIKA.*,X-FESS.* L234:crawler.metadata.name.mapping=\ L235:title=title:string\n\ L236:Title=title:string\n\ L237:dc:title=title:string\n\ L238: L239:# html L240:crawler.document.html.content.xpath=//BODY...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  10. adminlte.min.js

    onTabClick(t.target),e.switchTab(t.target)})),n.default(document).on("click",'[data-widget="iframe-close"]',(function(t){t.preventDefault();var a=t.target;"I"==a.nodeName&&(a=t.target.offsetParent),e.removeActiveTab(a.attributes["data-type"]?a.attributes["data-type"].nodeValue:null,a)})),n.default(document).on("click",ce,(function(t){t.preventDefault(),e.toggleFullscreen()}));var t=!1,a=null;n.default(document).on("mousedown",'[data-widget="iframe-scrollleft"]',(function(n){n.preventDefault(),clearInterval(a);var...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      45.3K bytes
Back to top