Search Options

Results per page
Sort
Preferred Languages
Advance

Results 291 - 300 of 378 for fpPattern (0.04 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top