Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for longestStart (2.63 sec)

  1. src/main/java/org/codelibs/fess/util/IpAddressUtil.java

            // Build compressed address
            final StringBuilder result = new StringBuilder();
            boolean inCompression = false;
    
            for (int i = 0; i < 8; i++) {
                if (i >= longestStart && i < longestStart + longestLength) {
                    // We're in the compression zone
                    if (!inCompression) {
                        // Start of compression - add ::
                        result.append("::");
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 08:31:03 UTC 2025
    - 9.4K bytes
    - Viewed (0)
Back to top