- Sort Score
- Result 10 results
- Languages All
Results 291 - 300 of 378 for fpPattern (0.04 sec)
-
android/guava/src/com/google/common/collect/ForwardingNavigableSet.java
* override one or more methods to modify the behavior of the backing set as desired per the <a * href="http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern</a>. * * <p><b>Warning:</b> The methods of {@code ForwardingNavigableSet} forward <i>indiscriminately</i> * to the methods of the delegate. For example, overriding {@link #add} 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 - 8.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/ThrowablesTest.java
import static com.google.common.base.Throwables.throwIfInstanceOf; import static com.google.common.base.Throwables.throwIfUnchecked; import static com.google.common.truth.Truth.assertThat; import static java.util.regex.Pattern.quote; import com.google.common.annotations.GwtCompatible; import com.google.common.annotations.GwtIncompatible; import com.google.common.annotations.J2ktIncompatible;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 14.9K bytes - Viewed (0) -
src/test/java/jcifs/EmptyIteratorTest.java
} @Test @DisplayName("EmptyIterator should follow Iterator contract for empty collections") void testIteratorContract() { // Given - typical Iterator usage pattern // When & Then - verify empty collection behavior assertFalse(emptyIterator.hasNext(), "Empty iterator should have no next element");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
/** * The ndjson extension. */ public static final String NDJSON_EXTENTION = ".ndjson"; private static final DateTimeFormatter ISO_8601_FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.SSS"); @Resource private AsyncManager asyncManager; @Resource private WebConfigBhv webConfigBhv; @Resource private FileConfigBhv fileConfigBhv;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 29.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/RequestWithFileIdTest.java
assertDoesNotThrow(() -> request.setFileId(allOnes), "Should handle all-ones file ID"); assertDoesNotThrow(() -> request.setFileId(alternating), "Should handle alternating pattern file ID"); } @Test @DisplayName("Should create custom implementation of RequestWithFileId") void testCustomImplementation() { // Given - custom implementation
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.9K bytes - Viewed (0) -
docs/em/docs/tutorial/query-params-str-validations.md
๐ ๐ช ๐ฎ ๐ข `min_length`: {* ../../docs_src/query_params_str_validations/tutorial003.py hl[10] *} ## ๐ฎ ๐ฅ ๐งฌ ๐ ๐ช ๐ฌ <abbr title="A regular expression, regex or regexp is a sequence of characters that define a search pattern for strings.">๐ฅ ๐งฌ</abbr> ๐ ๐ข ๐ ๐: {* ../../docs_src/query_params_str_validations/tutorial004.py hl[11] *} ๐ ๐ฏ ๐ฅ ๐งฌ โ ๐ ๐จ ๐ข ๐ฒ: * `^`: โถ๏ธ โฎ๏ธ ๐ ๐ฆน, ๐ซ โ๏ธ ๐ฆน โญ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Feb 15 16:23:59 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/resources/fess_message_zh_TW.properties
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) -
src/main/resources/fess_message_es.properties
constraints.Min.message = {item} debe ser mayor o igual que {value}. constraints.NotNull.message = {item} es obligatorio. constraints.Null.message = {item} debe ser nulo. constraints.Past.message = {item} debe ser una fecha pasada. constraints.Pattern.message = {item} no coincide con "{regexp}". constraints.Size.message = El tamaรฑo de {item} debe estar entre {min} y {max} caracteres. # ---------------------------------------------------------- # Hibernate Validator
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lock/Smb2OplockBreakNotificationTest.java
// Test with all ones byte[] onesFileId = new byte[16]; Arrays.fill(onesFileId, (byte) 0xFF); testFileIdReading(onesFileId); // Test with pattern byte[] patternFileId = createTestData(16); testFileIdReading(patternFileId); } private void testFileIdReading(byte[] expectedFileId) throws Exception {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
}, "zero_width_spaces": { "type": "mapping", "mappings": [ "\\u200C=> "] }, "removeall_filter": { "type": "pattern_replace", "pattern":"(.*)", "replacement":"" } }, "filter": { "stemmer_en_filter": { "type": "stemmer", "name": "english" }, "english_override": {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0)