Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for dash (0.08 sec)

  1. README.md

    -script-groovy) L92: - [OGNL](https://github.com/codelibs/fess-script-ognl) L93: L94:## Entwicklungsinformationen L95: L96:### Quellcode abrufen L97: L98:1. Klonen Sie das Fess-Repository: L99: ``` L100: $ cd ~/workspace L101: $ git clone https://github.com/codelibs/fess.git L102: ``` L103: L104:2. Importieren Sie das geklonte Repository als ein [Maven](https://maven.apache.org/) Projekt in [Eclipse](https://www.eclipse.org/eclipseide/) oder einer anderen IDE. L105: L106:### Einrichten...
    github.com/codelibs/fess/docs/de/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.6K bytes
  2. SynonymItem.java

    return newInputs != null && newOutputs != null; L87: } L88: L89: public boolean isDeleted() { L90: return isUpdated() && newInputs.length == 0; L91: } L92: L93: @Override L94: public int hashCode() { L95: return Objects.hash(Arrays.hashCode(inputs), Arrays.hashCode(outputs)); L96: } L97: L98: @Override L99: public boolean equals(final Object obj) { L100: if (this == obj) { L101: return true; L102: } L103: if (obj == null || getClass()...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      3.7K bytes
  3. KuromojiItem.java

    L104: return newToken != null; L105: } L106: L107: public boolean isDeleted() { L108: return isUpdated() && newToken.length() == 0; L109: } L110: L111: @Override L112: public int hashCode() { L113: return Objects.hash(pos, reading, segmentation, token); L114: } L115: L116: @Override L117: public boolean equals(final Object obj) { L118: if (this == obj) { L119: return true; L120: } L121: if (obj == null || getClass() != obj.getClass())...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      4.5K bytes
  4. StemmerOverrideItem.java

    return newInput != null && newOutput != null; L70: } L71: L72: public boolean isDeleted() { L73: return isUpdated() && StringUtil.isBlank(newInput); L74: } L75: L76: @Override L77: public int hashCode() { L78: return Objects.hash(input, output); L79: } L80: L81: @Override L82: public boolean equals(final Object obj) { L83: if (this == obj) { L84: return true; L85: } L86: if (obj == null || getClass() != obj.getClass()) { L87: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      2.7K bytes
  5. CharMappingItem.java

    (inputs != null) { L88: Arrays.sort(inputs); L89: } L90: if (newInputs != null) { L91: Arrays.sort(newInputs); L92: } L93: } L94: L95: @Override L96: public int hashCode() { L97: return Objects.hash(Arrays.hashCode(inputs), output); L98: } L99: L100: @Override L101: public boolean equals(final Object obj) { L102: if (this == obj) { L103: return true; L104: } L105: if (obj == null || getClass() != obj.getClass())...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      3.4K bytes
  6. ThumbnailManager.java

    L304: final StringBuilder buf = new StringBuilder(50); L305: for (int i = 0; i < docid.length(); i += splitSize) { L306: int hash = docid.substring(i).hashCode() % splitHashSize; L307: if (hash < 0) { L308: hash *= -1; L309: } L310: buf.append('_').append(Integer.toString(hash)).append('/'); L311: } L312: buf.append(docid).append('.').append(imageExtention); L313: return buf.toString(); L314: } L315:...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      21.5K bytes
  7. PrunedTag.java

    value = idAttr.getNodeValue(); L64: return id.equals(value); L65: } L66: } L67: } L68: return false; L69: } L70: L71: @Override L72: public int hashCode() { L73: return Objects.hash(css, id, tag); L74: } L75: L76: @Override L77: public boolean equals(final Object obj) { L78: if (this == obj) { L79: return true; L80: } L81: if (obj == null || getClass() != obj.getClass()) { L82: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      4.8K bytes
  8. StoredLtrQueryBuilder.java

    Objects.equals(storeName, other.storeName) && Objects.equals(params, other.params) L106: && Objects.equals(activeFeatures, other.activeFeatures); L107: } L108: L109: @Override L110: protected int doHashCode() { L111: return Objects.hash(modelName, featureSetName, storeName, params, activeFeatures); L112: } L113: L114: public String modelName() { L115: return modelName; L116: } L117: L118: public StoredLtrQueryBuilder modelName(final String modelName) { L119: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      5.8K bytes
  9. bootstrap.min.css.map

    margin-bottom: $spacer;\n @include font-size($blockquote-font-size);\n}\n\n.blockquote-footer {\n display: block;\n @include font-size($blockquote-small-font-size);\n color: $blockquote-small-color;\n\n &::before {\n content: \"\\2014\\00A0\"; // em dash, nbsp\n }\n}\n","// Lists\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n@mixin list-unstyled() {\n padding-left: 0;\n list-style: none;\n}\n","// Responsive images (ensure images don't scale beyond...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  10. popper.min.js.map

    @method\n * @memberof Popper.Utils\n * @argument {String} placement\n * @returns {String} flipped placement\n */\nexport default function getOppositePlacement(placement) {\n const hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' };\n return placement.replace(/left|right|bottom|top/g, matched => hash[matched]);\n}\n","import getOuterSizes from './getOuterSizes';\nimport getOppositePlacement from './getOppositePlacement';\n\n/**\n * Get offsets to the popper\n * @method\n * @memberof...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      120.9K bytes
Back to top