Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 48 for Husted (0.11 sec)

  1. QueryParser.java

    y query = super.getFieldQuery(field, queryText, quoted); L143: if (quoted && query instanceof final TermQuery termQuery) { L144: final Pair<String, String> splitField = splitField(defaultField, field); L145: if (defaultField.equals(splitField.cur)) { L146: final PhraseQuery.Builder builder = new PhraseQuery.Builder(); L147: builder.add(termQuery.getTerm()); L148: return builder.build(); L149: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      5.6K bytes
  2. popper.min.js.map

    * @inner\n */\n arrow: {\n /** @prop {number} order=500 - Index used to define the order of execution */\n order: 500,\n /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */\n enabled: true,\n /** @prop {ModifierFn} */\n fn: arrow,\n /** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */\n element: '[x-arrow]',\n },\n\n /**\n * Modifier used to flip the popper's placement when it starts to overlap its\n * reference...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      120.9K bytes
  3. littleAdjustmentMap.dfprop

    list:{}) L129: # The list of table DB names that need to be quoted. Specified tables is quoted on auto-generated SQL. L130: # L131: #; quoteTableNameList = list:{} L132: # - - - - - - - - - -/ L133: L134: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L135: # o quoteColumnNameList: (NotRequired - Default list:{}) L136: # The list of column DB names that need to be quoted. Specified columns is quoted on auto-generated SQL. L137: # L138: #; quoteColumnNameList...
    github.com/codelibs/fess/dbflute_fess/dfprop/li...
    Sat Jul 25 06:04:16 UTC 2015
      8.8K bytes
  4. FessMultipartRequestHandler.java

    br.addItem("Limit Size"); L188: br.addElement(limitSize); L189: final String msg = br.buildExceptionMessage(); L190: throw new Forced404NotFoundException(msg, UserMessages.empty()); // heavy attack!? so give no page to tell wasted action L191: } L192: L193: protected void setupServletFileUpload(final JakartaServletDiskFileUpload upload, final HttpServletRequest request) { L194: upload.setHeaderCharset(Charset.forName(request.getCharacterEncoding())); L195: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Wed Oct 23 13:27:21 UTC 2024
      18.6K bytes
  5. codeql-analysis.yml

    Initialize CodeQL L46: uses: github/codeql-action/init@v1 L47: with: L48: languages: ${{ matrix.language }} L49: # If you wish to specify custom queries, you can do so here or in a config file. L50: # By default, queries listed here will override any specified in a config file. L51: # Prefix the list here with "+" to use these queries and those in the config file. L52: # queries: ./path/to/local/query, your-org/your-repo/queries@main L53: L54: # Autobuild...
    github.com/codelibs/curl4j/.github/workflows/co...
    Fri Oct 02 13:24:14 UTC 2020
      2.5K bytes
  6. style.css

    L5:.top10 { L6: margin-top: 1.0em; L7:} L8: L9:.top15 { L10: margin-top: 1.5em; L11:} L12: L13:.top20 { L14: margin-top: 2.0em; L15:} L16: L17:.top25 { L18: margin-top: 2.5em; L19:} L20: L21:.top30 { L22: margin-top: 3.0em; L23:} L24: L25:.container .text-muted { L26: margin: 20px 0; L27:} L28: L29:.notification { L30: text-align: center; L31:} L32: L33:ul.has-error { L34: color: #dd4b39 !important; L35: list-style-type: none; L36: padding: 0; L37:} L38: L39:.form-group .has-error + .form-control { L40: border-color:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Thu Feb 13 07:47:04 UTC 2020
      1.1K bytes
  7. CrawlerPostcard.java

    -------------------- L103: /** L104: * Set the value of hostname, used in parameter comment. <br> L105: * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty. L106: * @param hostname The parameter value of hostname. (NotNull) L107: */ L108: public void setHostname(String hostname) { L109: registerVariable("hostname", hostname); L110: } L111: L112: /** L113: * Set the value of jobname, used in parameter comment. <br> L114: * Even if empty string,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10K bytes
  8. stopwords.txt

    L23:^ L24:$ L25:@ L26:! L27:~ L28:: L29:; L30:+ L31:/ L32:\ L33:《 L34:》 L35:— L36:- L37:, L38:。 L39:、 L40:: L41:; L42:! L43:· L44:? L45:“ L46:” L47:) L48:( L49:【 L50:】 L51:[ L52:] L53:● L54:# the line below contains an IDEOGRAPHIC SPACE character (Used as a space in Chinese) L55:  L56: L57:# English Stop Words L58: L59:# Chinese Stop Words...
    github.com/codelibs/fess/src/main/resources/fes...
    Sat Jun 17 08:00:22 UTC 2017
      310 bytes
  9. ApiAdminStatsAction.java

    fsObj.path = f.getAbsolutePath(); L71: fsObj.free = f.getFreeSpace(); L72: fsObj.total = f.getTotalSpace(); L73: fsObj.usable = f.getUsableSpace(); L74: fsObj.used = fsObj.total - fsObj.usable; L75: fsObj.percent = (short) (100 * fsObj.used / fsObj.total); L76: return fsObj; L77: }).toArray(n -> new FsObj[n]); L78: } L79: L80: private JvmObj getJvmObj() { L81: final JvmObj jvmObj = new JvmObj(); L82: final...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      12.1K bytes
  10. OpenIdConnectAuthenticator.java

    // 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: attributes.put(name,...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      12.3K bytes
Back to top