Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 756 for past (0.01 sec)

  1. src/main/resources/fess_message_it.properties

    constraints.Min.message = {item} deve essere maggiore o uguale a {value}.
    constraints.NotNull.message = {item} è obbligatorio.
    constraints.Null.message = {item} deve essere nullo.
    constraints.Past.message = {item} deve essere una data passata.
    constraints.Pattern.message = {item} non corrisponde a "{regexp}".
    constraints.Size.message = La dimensione di {item} deve essere compresa tra {min} e {max} caratteri.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_fr.properties

    constraints.ParametersScriptAssert.message = L'expression de script « {script} » n'est pas vraie.
    constraints.Range.message = {item} doit être compris entre {min} et {max}.
    constraints.SafeHtml.message = {item} contient du contenu HTML dangereux.
    constraints.ScriptAssert.message = L'expression de script « {script} » n'est pas vraie.
    constraints.URL.message = {item} n'est pas une URL valide.
    constraints.Required.message = {item} est requis.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_zh_CN.properties

    constraints.Max.message = {item} 必须小于或等于 {value}。
    constraints.Min.message = {item} 必须大于或等于 {value}。
    constraints.NotNull.message = {item} 不能为空。
    constraints.Null.message = {item} 必须为 null。
    constraints.Past.message = {item} 必须是过去的值。
    constraints.Pattern.message = {item} 不匹配 "{regexp}"。
    constraints.Size.message = {item} 的大小必须在 {min} 到 {max} 个字符之间。
    # ----------------------------------------------------------
    # Hibernate Validator
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  4. guava/src/com/google/common/util/concurrent/AbstractFutureState.java

       * AbstractFuture: Users may have tests or log configuration that expects that to be the logger
       * used for exceptions from listeners, as it's been in the past.
       */
      static final LazyLogger log = new LazyLogger(AbstractFuture.class);
    
      static final boolean GENERATE_CANCELLATION_CAUSES;
    
      static {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 34.8K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/hash/Hashing.java

       *
       * <p>This is designed for generating persistent fingerprints of strings. It isn't
       * cryptographically secure, but it produces a high-quality hash with fewer collisions than some
       * alternatives we've used in the past.
       *
       * <p>FarmHash fingerprints are encoded by {@link HashCode#asBytes} in little-endian order. This
       * means {@link HashCode#asLong} is guaranteed to return the same value that
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 17 15:26:41 UTC 2025
    - 29.8K bytes
    - Viewed (0)
  6. guava/src/com/google/common/hash/Hashing.java

       *
       * <p>This is designed for generating persistent fingerprints of strings. It isn't
       * cryptographically secure, but it produces a high-quality hash with fewer collisions than some
       * alternatives we've used in the past.
       *
       * <p>FarmHash fingerprints are encoded by {@link HashCode#asBytes} in little-endian order. This
       * means {@link HashCode#asLong} is guaranteed to return the same value that
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 22:06:57 UTC 2025
    - 31.1K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

           *
           * - in the "reentrant submit" case of `execute` (in which case we must have started running a
           *   user task -- which means that we already got past this code (or else we exited early
           *   above))
           */
          // Unconditionally set; there is no risk of throwing away a queued task from another thread,
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 23 15:26:56 UTC 2025
    - 22.1K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String CONSTRAINTS_Null_MESSAGE = "{constraints.Null.message}";
    
        /** The key of the message: {item} must be a past value. */
        public static final String CONSTRAINTS_Past_MESSAGE = "{constraints.Past.message}";
    
        /** The key of the message: {item} does not match "{regexp}". */
        public static final String CONSTRAINTS_Pattern_MESSAGE = "{constraints.Pattern.message}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 119.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Past week */
        public static final String LABELS_advance_search_timestamp_pastweek = "{labels.advance_search_timestamp_pastweek}";
    
        /** The key of the message: Past month */
        public static final String LABELS_advance_search_timestamp_pastmonth = "{labels.advance_search_timestamp_pastmonth}";
    
        /** The key of the message: Past year */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_ja.properties

    constraints.Max.message = {item} は {value} 以下にしてください。
    constraints.Min.message = {item} は {value} 以上にしてください。
    constraints.NotNull.message = {item} は未入力です。
    constraints.Null.message = {item} は null でなければなりません。
    constraints.Past.message = {item} は過去の値にする必要があります。
    constraints.Pattern.message = {item} が 「{regexp}」 に一致しません。
    constraints.Size.message = {item}のサイズは {min} 文字から {max} 文字の範囲にしてください。
    # ----------------------------------------------------------
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 15.2K bytes
    - Viewed (0)
Back to top