Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for symbolSize (0.05 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)
  3. cmd/testdata/decryptObjectInfo.json.zst

    /d7+laXVOxO/m5Ln7MwfhWzpKtEzIglU==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/symbolizer.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"ftGjdMUcBwOJ7rCxC705=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAJrCO7dYYqUGXMvq/5J...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top