Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toFont (0.03 sec)

  1. FessProp.java

    L2158: final String value = getHttpFileuploadMaxSize(); L2159: return value != null ? DfTypeUtil.toLong(value) : null; L2160: } L2161: L2162: String getHttpFileuploadThresholdSize(); L2163: L2164: default Long getHttpFileuploadThresholdSizeAsLong() { L2165: final String value = getHttpFileuploadThresholdSize(); L2166: return value != null ? DfTypeUtil.toLong(value) : null; L2167: } L2168: L2169: String getPasswordInvalidAdminPasswords(); L2170: L2171: default...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      87.2K bytes
Back to top