Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for eot (0.01 seconds)

  1. src/main/java/org/codelibs/fess/filter/LoadControlFilter.java

        private static final Set<String> STATIC_EXTENSIONS =
                Arrays.stream(new String[] { ".css", ".js", ".png", ".jpg", ".gif", ".ico", ".svg", ".woff", ".woff2", ".ttf", ".eot" })
                        .collect(Collectors.toSet());
    
        /**
         * Creates a new instance of LoadControlFilter.
         */
        public LoadControlFilter() {
            // Default constructor
        }
    
        @Override
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Feb 10 04:24:02 GMT 2026
    - 4.8K bytes
    - Click Count (0)
Back to Top