Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for symbolSize (0.04 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/util/TextUtil.java

                            }
                            alphanumSize = 0;
                            symbolSize = 0;
                        } else if (c >= '0' && c <= '9' || c >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z') {
                            if (duplicateTermRemoved && symbolSize > 0) {
                                isSpace = removeLastDuplication(buf, symbolSize, isSpace, termCache);
                            }
                            // alphanum
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 12K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/NotifyResponseTest.java

            FileNotifyInformation symbolFile = mock(FileNotifyInformation.class);
            when(symbolFile.getAction()).thenReturn(FileNotifyInformation.FILE_ACTION_REMOVED);
            when(symbolFile.getFileName()).thenReturn("file@#$%.txt");
    
            List<FileNotifyInformation> notifications = Arrays.asList(unicodeFile, spaceFile, symbolFile);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 21.2K bytes
    - Viewed (0)
Back to top