Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getTargetLabel (0.11 sec)

  1. BadWordDbm.java

    "createdTime"); L86: setupEpg(_epgMap, et -> ((BadWord) et).getSuggestWord(), (et, vl) -> ((BadWord) et).setSuggestWord(DfTypeUtil.toString(vl)), L87: "suggestWord"); L88: setupEpg(_epgMap, et -> ((BadWord) et).getTargetLabel(), (et, vl) -> ((BadWord) et).setTargetLabel(DfTypeUtil.toString(vl)), L89: "targetLabel"); L90: setupEpg(_epgMap, et -> ((BadWord) et).getTargetRole(), (et, vl) -> ((BadWord) et).setTargetRole(DfTypeUtil.toString(vl)), L91:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.2K bytes
  2. BsBadWord.java

    return convertEmptyToNull(suggestWord); L156: } L157: L158: public void setSuggestWord(String value) { L159: registerModifiedProperty("suggestWord"); L160: this.suggestWord = value; L161: } L162: L163: public String getTargetLabel() { L164: checkSpecifiedProperty("targetLabel"); L165: return convertEmptyToNull(targetLabel); L166: } L167: L168: public void setTargetLabel(String value) { L169: registerModifiedProperty("targetLabel"); L170: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      6.7K bytes
Back to top