Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 412 for 50 (0.02 sec)

  1. src/test/java/jcifs/internal/smb1/trans2/Trans2FindFirst2Test.java

            assertNotNull(result);
            assertTrue(result.contains("Trans2FindFirst2"));
            assertTrue(result.contains("searchAttributes=0x16"));
            assertTrue(result.contains("searchCount=50"));
            assertTrue(result.contains("flags=0x00"));
            assertTrue(result.contains("informationLevel=0x104"));
            assertTrue(result.contains("searchStorageType=0"));
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java

                public String getProductVersion() {
                    return "98.76";
                }
            };
            ComponentUtil.register(systemHelper, "systemHelper");
    
            assertEquals("Mozilla/5.0 (compatible; Fess/98.76; +http://fess.codelibs.org/bot.html)", fessConfig.getUserAgentName());
    
            systemPropMap.put(Constants.CRAWLING_USER_AGENT_PROPERTY, "TestAgent");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 13K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/query/PrefixQueryCommandTest.java

                public String getQueryDefaultQueryType() {
                    return "bool";
                }
    
                @Override
                public Integer getQueryPrefixExpansionsAsInteger() {
                    return 50;
                }
    
                @Override
                public Integer getQueryPrefixSlopAsInteger() {
                    return 0;
                }
    
                public String getIndexFieldTitle() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  4. src/test/java/jcifs/util/ServerResponseValidatorTest.java

                validator.validateBuffer(null, 100, 1024);
            });
        }
    
        @Test
        public void testBufferTooSmall() throws Exception {
            byte[] buffer = new byte[50];
            assertThrows(SmbException.class, () -> {
                validator.validateBuffer(buffer, 100, 1024);
            });
        }
    
        @Test
        public void testBufferTooLarge() throws Exception {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/query-params-str-validations.md

     `Union[str, None]` ๐Ÿ• โœ” ๐Ÿ‘† ๐Ÿ‘จโ€๐ŸŽจ ๐Ÿšš ๐Ÿ‘ป ๐Ÿ•โ€๐Ÿฆบ, โœ‹๏ธ โšซ๏ธ ๐Ÿšซ โšซ๏ธโ” ๐Ÿ’ฌ FastAPI ๐Ÿ‘ˆ ๐Ÿ‘‰ ๐Ÿ”ข ๐Ÿšซ โœ”.
    
    ///
    
    โคด๏ธ, ๐Ÿ‘ฅ ๐Ÿ’ช ๐Ÿšถโ€โ™€๏ธ ๐ŸŒ… ๐Ÿ”ข `Query`. ๐Ÿ‘‰ ๐Ÿ’ผ, `max_length` ๐Ÿ”ข ๐Ÿ‘ˆ โœ” ๐ŸŽป:
    
    ```Python
    q: Union[str, None] = Query(default=None, max_length=50)
    ```
    
    ๐Ÿ‘‰ ๐Ÿ”œ โœ” ๐Ÿ“Š, ๐ŸŽฆ ๐Ÿ†‘ โŒ ๐Ÿ•โ” ๐Ÿ“Š ๐Ÿšซ โ˜‘, & ๐Ÿ“„ ๐Ÿ”ข ๐Ÿ—„ ๐Ÿ”— *โžก ๐Ÿ› ๏ธ*.
    
    ## ๐Ÿšฎ ๐ŸŒ… ๐Ÿ”ฌ
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšฎ ๐Ÿ”ข `min_length`:
    
    {* ../../docs_src/query_params_str_validations/tutorial003.py hl[10] *}
    
    ## ๐Ÿšฎ ๐Ÿฅ” ๐Ÿงฌ
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/suggest/index/contents/document/ESSourceReader.java

            sortList.add(sortBuilder);
        }
    
        /**
         * Sets the limit document number percentage.
         * @param limitPercentage The limit percentage as a string (e.g., "50%").
         */
        public void setLimitDocNumPercentage(final String limitPercentage) {
            if (logger.isInfoEnabled()) {
                logger.info("Set document limitPercentage: {}", limitPercentage);
            }
    
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Thu Aug 07 02:41:28 UTC 2025
    - 11K bytes
    - Viewed (0)
  7. src/test/java/jcifs/netbios/NameServicePacketTest.java

            assertNotNull(packet.addrEntry);
            assertEquals(2, packet.addrEntry.length);
        }
    
        @Test
        void testWriteWireFormat() {
            byte[] dst = new byte[50];
            packet.nameTrnId = 0x1234;
            packet.questionCount = 1;
            packet.questionType = NameServicePacket.NB;
            packet.questionClass = NameServicePacket.IN;
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 17.9K bytes
    - Viewed (0)
  8. cmd/leak-detect_test.go

    	// deadline (in seconds) up to which the go routine leak detection has to be retried.
    	leakDetectDeadline = 5
    	// pause time (in milliseconds) between each snapshot at the end of the go routine leak detection.
    	leakDetectPauseTimeMs = 50
    )
    
    // LeakDetect - type with  methods for go routine leak detection.
    type LeakDetect struct {
    	relevantRoutines map[string]bool
    }
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.22.md

    - go.etcd.io/etcd/api/v3: v3.5.0
    - go.etcd.io/etcd/client/pkg/v3: v3.5.0
    - go.etcd.io/etcd/client/v2: v2.305.0
    - go.etcd.io/etcd/client/v3: v3.5.0
    - go.etcd.io/etcd/etcdutl/v3: v3.5.0
    - go.etcd.io/etcd/pkg/v3: v3.5.0
    - go.etcd.io/etcd/raft/v3: v3.5.0
    - go.etcd.io/etcd/server/v3: v3.5.0
    - go.etcd.io/etcd/tests/v3: v3.5.0
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.28.md

    - cloud.google.com/go/baremetalsolution: v0.5.0
    - cloud.google.com/go/batch: v0.7.0
    - cloud.google.com/go/beyondcorp: v0.5.0
    - cloud.google.com/go/billing: v1.13.0
    - cloud.google.com/go/binaryauthorization: v1.5.0
    - cloud.google.com/go/certificatemanager: v1.6.0
    - cloud.google.com/go/channel: v1.12.0
    - cloud.google.com/go/cloudbuild: v1.9.0
    - cloud.google.com/go/clouddms: v1.5.0
    - cloud.google.com/go/cloudtasks: v1.10.0
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
Back to top