Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for iconst (0.04 sec)

  1. SearchEngineApiManager.java

    } else if (lowerPath.endsWith(".eot")) { L179: response.setContentType("application/vnd.ms-fontobject"); L180: } else if (lowerPath.endsWith(".ico")) { L181: response.setContentType("image/vnd.microsoft.icon"); L182: } else if (lowerPath.endsWith(".js")) { L183: response.setContentType("text/javascript"); L184: } else if (lowerPath.endsWith(".json")) { L185: response.setContentType("application/json");...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Aug 15 08:29:24 UTC 2024
      11.3K bytes
  2. FessConfig.java

    * audio/midi=midi<br> L808: * audio/mpga=mpga<br> L809: * audio/mp4=mp4a<br> L810: * audio/ogg=oga<br> L811: * audio/x-wav=wav<br> L812: * image/webp=webp<br> L813: * image/bmp=bmp<br> L814: * image/x-icon=ico<br> L815: * image/x-icon=ico<br> L816: * image/png=png<br> L817: * image/svg+xml=svg<br> L818: * image/tiff=tiff<br> L819: * image/jpeg=jpg<br> L820: * */ L821: String INDEX_FILETYPE = "index.filetype"; L822: L823: /** The key of...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
Back to top