- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 326 for Pattern (0.83 sec)
-
android/guava/src/com/google/common/collect/ForwardingNavigableMap.java
* override one or more methods to modify the behavior of the backing map as desired per the <a * href="http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern</a>. * * <p><b>Warning:</b> The methods of {@code ForwardingNavigableMap} forward <i>indiscriminately</i> * to the methods of the delegate. For example, overriding {@link #put} alone <i>will not</i> change
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 14.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/ForwardingNavigableMap.java
* override one or more methods to modify the behavior of the backing map as desired per the <a * href="http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern</a>. * * <p><b>Warning:</b> The methods of {@code ForwardingNavigableMap} forward <i>indiscriminately</i> * to the methods of the delegate. For example, overriding {@link #put} alone <i>will not</i> change
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 14.3K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
constraints.NotNull.message = {item} is niet ingevuld. constraints.Null.message = {item} moet null zijn. constraints.Past.message = {item} moet een waarde uit het verleden zijn. constraints.Pattern.message = {item} komt niet overeen met "{regexp}". constraints.Size.message = De grootte van {item} moet tussen {min} en {max} tekens liggen. # ---------------------------------------------------------- # Hibernate Validator
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
src/main/resources/fess_message_ru.properties
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: Sat Jul 05 02:36:47 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/resources/fess_message.properties
constraints.Min.message = {item} must be greater than or equal to {value}. constraints.NotNull.message = {item} is required. constraints.Null.message = {item} must be null. constraints.Past.message = {item} must be a past value. constraints.Pattern.message = {item} does not match "{regexp}". constraints.Size.message = The size of {item} must be between {min} and {max}. # ---------------------------------------------------------- # Hibernate Validator # -------------------
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
constraints.Min.message = {item} must be greater than or equal to {value}. constraints.NotNull.message = {item} is required. constraints.Null.message = {item} must be null. constraints.Past.message = {item} must be a past value. constraints.Pattern.message = {item} does not match "{regexp}". constraints.Size.message = The size of {item} must be between {min} and {max}. # ---------------------------------------------------------- # Hibernate Validator # -------------------
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
guava/src/com/google/common/base/Suppliers.java
@ParametricNullness @SuppressWarnings("unchecked") // Cast from Supplier<Void> to Supplier<T> is always valid public T get() { // Because Supplier is read-heavy, we use the "double-checked locking" pattern. if (delegate != SUCCESSFULLY_COMPUTED) { synchronized (lock) { if (delegate != SUCCESSFULLY_COMPUTED) { T t = delegate.get(); value = t;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 16.5K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Suppliers.java
@ParametricNullness @SuppressWarnings("unchecked") // Cast from Supplier<Void> to Supplier<T> is always valid public T get() { // Because Supplier is read-heavy, we use the "double-checked locking" pattern. if (delegate != SUCCESSFULLY_COMPUTED) { synchronized (lock) { if (delegate != SUCCESSFULLY_COMPUTED) { T t = delegate.get(); value = t;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 16.5K bytes - Viewed (0) -
src/main/resources/fess_message_it.properties
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. # ---------------------------------------------------------- # Hibernate Validator
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessMessagesTest.java
assertEquals("{constraints.Null.message}", FessMessages.CONSTRAINTS_Null_MESSAGE); assertEquals("{constraints.Past.message}", FessMessages.CONSTRAINTS_Past_MESSAGE); assertEquals("{constraints.Pattern.message}", FessMessages.CONSTRAINTS_Pattern_MESSAGE); assertEquals("{constraints.Size.message}", FessMessages.CONSTRAINTS_Size_MESSAGE);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 28.2K bytes - Viewed (0)