Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for otf (0.01 sec)

  1. src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java

                } else if (lowerPath.endsWith(".json")) {
                    response.setContentType("application/json");
                } else if (lowerPath.endsWith(".otf")) {
                    response.setContentType("font/otf");
                } else if (lowerPath.endsWith(".svg")) {
                    response.setContentType("image/svg+xml");
                } else if (lowerPath.endsWith(".ttf")) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 09 06:28:46 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top