Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BigDecimal (0.04 sec)

  1. FessProp.java

    return true; L1840: } L1841: } L1842: return false; L1843: } L1844: L1845: Integer getThumbnailHtmlImageMinWidthAsInteger(); L1846: L1847: Integer getThumbnailHtmlImageMinHeightAsInteger(); L1848: L1849: java.math.BigDecimal getThumbnailHtmlImageMaxAspectRatioAsDecimal(); L1850: L1851: default boolean validateThumbnailSize(final int width, final int height) { L1852: if (width <= 0 || height <= 0 || width < getThumbnailHtmlImageMinWidthAsInteger().intValue()...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      87.2K bytes
Back to top