Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Younis (0.13 sec)

  1. fess_message.properties

    less than ${inclusive == true ? 'or equal to ' : ''}{value}. L23:constraints.DecimalMin.message = {item} must be greater than ${inclusive == true ? 'or equal to ' : ''}{value}. L24:constraints.Digits.message = {item} is numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected). L25:constraints.Future.message = {item} must be in the future. L26:constraints.Max.message = {item} must be less than or equal to {value}. L27:constraints.Min.message = {item}...
    github.com/codelibs/fess/src/main/resources/fes...
    Sat Mar 18 03:05:44 UTC 2023
      12.5K bytes
  2. fess_message_en.properties

    less than ${inclusive == true ? 'or equal to ' : ''}{value}. L19:constraints.DecimalMin.message = {item} must be greater than ${inclusive == true ? 'or equal to ' : ''}{value}. L20:constraints.Digits.message = {item} is numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected). L21:constraints.Future.message = {item} must be in the future. L22:constraints.Max.message = {item} must be less than or equal to {value}. L23:constraints.Min.message = {item}...
    github.com/codelibs/fess/src/main/resources/fes...
    Sat Mar 18 03:05:44 UTC 2023
      12.4K bytes
  3. FessMessages.java

    must be greater than ${inclusive == true ? 'or equal to ' : ''}{value}. */ L63: public static final String CONSTRAINTS_DecimalMin_MESSAGE = "{constraints.DecimalMin.message}"; L64: L65: /** The key of the message: {item} is numeric value out of bounds (&lt;{integer} digits&gt;.&lt;{fraction} digits&gt; expected). */ L66: public static final String CONSTRAINTS_Digits_MESSAGE = "{constraints.Digits.message}"; L67: L68: /** The key of the message: {item} must be in the future. */ L69: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      119.9K bytes
  4. bootstrap.min.css.map

    sibling of their target element.\n // So reset our font and text properties to avoid inheriting weird values.\n @include reset-text();\n @include font-size($tooltip-font-size);\n // Allow breaking very long words so they don't overflow the tooltip's bounds\n word-wrap: break-word;\n opacity: 0;\n\n &.show { opacity: $tooltip-opacity; }\n\n .arrow {\n position: absolute;\n display: block;\n width: $tooltip-arrow-width;\n height: $tooltip-arrow-height;\n\n &::before {\n position:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  5. adminlte.min.css.map

    sibling of their target element.\n // So reset our font and text properties to avoid inheriting weird values.\n @include reset-text();\n @include font-size($tooltip-font-size);\n // Allow breaking very long words so they don't overflow the tooltip's bounds\n word-wrap: break-word;\n opacity: 0;\n\n &.show { opacity: $tooltip-opacity; }\n\n .arrow {\n position: absolute;\n display: block;\n width: $tooltip-arrow-width;\n height: $tooltip-arrow-height;\n\n &::before {\n position:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
Back to top