Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for NONE (0.08 sec)

  1. QueryHelperTest.java

    atch_phrase\":{\"title\":{\"query\":\"QUERY1QUERY2\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":0.5}}},{\"match_phrase\":{\"content\":{\"query\":\"QUERY1QUERY2\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":0.05}}}],\"adjust_pure_negative\":true,\"boost\":1.0}},\"functions\":[{\"filter\":{\"match_all\":{\"boost\":1.0}},\"field_value_factor\":{\"field\":\"boost\",\"factor\":1.0,\"modifier\":\"none\"}}],\"score_mode\":\"multiply\",\"max_boost\":3.4028235E38,\"boost\":1.0}}", L249: ...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Jul 11 08:26:36 UTC 2024
      39.8K bytes
  2. daterangepicker.css

    le .daterangepicker .ranges, .daterangepicker.single .drp-calendar { L92: float: none; L93:} L94: L95:.daterangepicker.single .drp-selected { L96: display: none; L97:} L98: L99:.daterangepicker.show-calendar .drp-calendar { L100: display: block; L101:} L102: L103:.daterangepicker.show-calendar .drp-buttons { L104: display: block; L105:} L106: L107:.daterangepicker.auto-apply .drp-buttons { L108: display: none; L109:} L110: L111:.daterangepicker .drp-calendar { L112: display: none; L113: max-width:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      7.5K bytes
  3. TermQueryCommandTest.java

    itle\":{\"query\":\"aaa\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":0.5}}},{\"match_phrase\":{\"content\":{\"query\":\"aaa\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":0.05}}}],\"adjust_pure_negative\":true,\"boost\":1.0}}", L95: "aaa"); L96: assertQueryBuilder(MatchPhraseQueryBuilder.class, L97: "{\"match_phrase\":{\"title\":{\"query\":\"aaa\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":1.0}}}", // L98: "title:aaa"); L99:...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Jul 11 08:26:36 UTC 2024
      9.2K bytes
  4. advance.jsp

    ch_must_queries" L108: /></label> L109: <div class="col-lg-5 col-md-8 col-sm-7 col-xs-6"> L110: <input class="form-control" type="text" id="as_q" name="as.q" value="${f:h(fe:join(as.q))}"> L111: </div> L112: <div class="col-lg-4 d-none d-lg-flex align-items-center"> L113: </div> L114: </div> L115: <div class="form-group row"> L116: <label for="as_epq" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message L117: key="labels.advance_search_phrase_query"...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      14.9K bytes
  5. advance.jsp

    ch_must_queries" L108: /></label> L109: <div class="col-lg-5 col-md-8 col-sm-7 col-xs-6"> L110: <input class="form-control" type="text" id="as_q" name="as.q" value="${f:h(fe:join(as.q))}"> L111: </div> L112: <div class="col-lg-4 d-none d-lg-flex align-items-center"> L113: </div> L114: </div> L115: <div class="form-group row"> L116: <label for="as_epq" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message L117: key="labels.advance_search_phrase_query"...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      14.9K bytes
  6. bootstrap.min.css.map

    oat-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important;\n }\n .float-sm-right {\n float: right !important;\n }\n .float-sm-none {\n float: none !important;\n }\n}\n\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important;\n }\n .float-md-right {\n float: right !important;\n }\n .float-md-none {\n float: none !important;\n }\n}\n\n@media (min-width:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  7. adminlte.min.css.map

    (prefers-reduced-motion: reduce) {\n .btn {\n transition: none;\n }\n}\n\n.btn:hover {\n color: #212529;\n text-decoration: none;\n}\n\n.btn:focus, .btn.focus {\n outline: 0;\n box-shadow: none;\n}\n\n.btn.disabled, .btn:disabled {\n opacity: 0.65;\n box-shadow: none;\n}\n\n.btn:not(:disabled):not(.disabled) {\n cursor: pointer;\n}\n\n.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {\n box-shadow: none;\n}\n\na.btn.disabled,\nfieldset:disabled a.btn {\n pointer-events:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
  8. codeql.yml

    contents: read L42: L43: strategy: L44: fail-fast: false L45: matrix: L46: include: L47: - language: java-kotlin L48: build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too. L49: - language: javascript-typescript L50: build-mode: none L51: # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'...
    github.com/codelibs/fess/.github/workflows/code...
    Wed Aug 14 23:51:19 UTC 2024
      4.4K bytes
  9. search.jsp

    <c:if test="${s.index < 3}"> L99: <la:link L100: href="/search?q=${f:u(item)}${fe:facetQuery()}${fe:geoQuery()}">${f:h(item)}</la:link> L101: </c:if> L102: <c:if test="${3 <= s.index}"> L103: <la:link styleClass="d-none d-sm-inline" L104: href="/search?q=${f:u(item)}${fe:facetQuery()}${fe:geoQuery()}">${f:h(item)}</la:link> L105: </c:if> L106: </c:forEach> L107: </p> L108: </div> L109: </div> L110: </c:if> L111: <c:if test="${!empty relatedQueries}">...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      6.6K bytes
  10. search.jsp

    <c:if test="${s.index < 3}"> L99: <la:link L100: href="/search?q=${f:u(item)}${fe:facetQuery()}${fe:geoQuery()}">${f:h(item)}</la:link> L101: </c:if> L102: <c:if test="${3 <= s.index}"> L103: <la:link styleClass="d-none d-sm-inline" L104: href="/search?q=${f:u(item)}${fe:facetQuery()}${fe:geoQuery()}">${f:h(item)}</la:link> L105: </c:if> L106: </c:forEach> L107: </p> L108: </div> L109: </div> L110: </c:if> L111: <c:if test="${!empty relatedQueries}">...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      6.6K bytes
Back to top