Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for major (0.01 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

         *
         * @return The version string.
         */
        public String getVersion() {
            return version;
        }
    
        /**
         * Gets the major version number.
         *
         * @return The major version number.
         */
        public int getMajorVersion() {
            return majorVersion;
        }
    
        /**
         * Gets the minor version number.
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.2.md

        - [Other notable changes](#other-notable-changes-6)
    - [v1.2.0](#v120)
      - [Downloads for v1.2.0](#downloads-for-v120)
      - [Changes since v1.1.1](#changes-since-v111)
        - [Major Themes](#major-themes)
        - [Other notable improvements](#other-notable-improvements)
        - [Experimental Features](#experimental-features)
        - [Action required](#action-required-1)
        - [Known Issues](#known-issues)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/ImmutableRangeSet.java

       * range set (such as {@code ImmutableRangeSet.of(Range.greaterThan(0))}). Certain operations on
       * such a set can be performed efficiently, but others (such as {@link Set#hashCode} or {@link
       * Collections#frequency}) can cause major performance problems.
       *
       * <p>The returned set's {@link Object#toString} method returns a shorthand form of the set's
       * contents, such as {@code "[1..100]}"}.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 27.4K bytes
    - Viewed (0)
  4. CHANGELOG.md

        `NullPointerException: bio == null`.
     *  Fix: Use plus `+` instead of `%20` to encode space characters in `FormBody`. This was a
        longstanding bug in OkHttp. The fix makes OkHttp consistent with major web browsers.
     *  Fix: Don't crash if Conscrypt returns a null version.
     *  Fix: Include the public suffix data as a resource in GraalVM native images.
     *  Fix: Fail fast when the cache is corrupted.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 07 19:32:33 UTC 2025
    - 31.6K bytes
    - Viewed (1)
  5. src/main/resources/fess_message_pt_BR.properties

    constraints.DecimalMin.message = {item} deve ser maior que {value}.
    constraints.Digits.message = {item} deve ser um número. (Esperado: <número>.<número>)
    constraints.Future.message = {item} deve ser uma data futura.
    constraints.Max.message = {item} deve ser menor ou igual a {value}.
    constraints.Min.message = {item} deve ser maior ou igual a {value}.
    constraints.NotNull.message = {item} é obrigatório.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_es.properties

    constraints.DecimalMin.message = {item} debe ser mayor que {value}.
    constraints.Digits.message = {item} debe ser un número. (Esperado: <número>.<número>)
    constraints.Future.message = {item} debe ser una fecha futura.
    constraints.Max.message = {item} debe ser menor o igual que {value}.
    constraints.Min.message = {item} debe ser mayor o igual que {value}.
    constraints.NotNull.message = {item} es obligatorio.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top