Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for 49 (0.04 sec)

  1. src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java

        }
    
        @Test
        public void testParseQueryWithExactly49CharacterTerm() {
            // Test query with term just over MAX_QUERY_TERM_LENGTH (49) - should fail
            StringBuilder sb = new StringBuilder();
            for (int i = 0; i < 49; i++) {
                sb.append("a");
            }
            String query = sb.toString();
            String field = "content";
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 24 03:40:05 UTC 2025
    - 26.7K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java

            testBuffer[45] = 0x02; // sub-authority count
            testBuffer[46] = 0x00; // identifier authority
            testBuffer[47] = 0x00;
            testBuffer[48] = 0x00;
            testBuffer[49] = 0x00;
            testBuffer[50] = 0x00;
            testBuffer[51] = 0x05;
            SMBUtil.writeInt4(32, testBuffer, 52); // sub-authority 1
            SMBUtil.writeInt4(544, testBuffer, 56); // sub-authority 2
    
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 18.6K bytes
    - Viewed (0)
Back to top