Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pos (1.61 sec)

  1. src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java

            }
    
            if (url.startsWith("file:////")) {
                final String value = decodeUrlAsName(url.substring(9), true);
                final int pos = value.indexOf('/');
                if (pos > 0) {
                    return value.substring(0, pos);
                }
                if (pos == -1) {
                    return value;
                }
                return "localhost";
            }
            if (url.startsWith("file:")) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top