Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for capwidth (0.11 sec)

  1. DocumentHelper.java

    ResponseData responseData, final String content, final Map<String, Object> dataMap, final int maxWidth) { L156: if (content == null) { L157: return StringUtil.EMPTY; // empty L158: } L159: L160: String subContent; L161: if (content.length() < maxWidth * 2) { L162: subContent = content; L163: } else { L164: subContent = content.substring(0, maxWidth * 2); L165: } L166: L167: final int[] spaceChars = getSpaceChars(); L168:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      12K bytes
Back to top