- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for TTF (0.01 sec)
-
src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java
} else if (lowerPath.endsWith(".svg")) { response.setContentType("image/svg+xml"); } else if (lowerPath.endsWith(".ttf")) { response.setContentType("font/ttf"); } else if (lowerPath.endsWith(".txt")) { response.setContentType("text/plain"); } else if (lowerPath.endsWith(".woff")) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.9K bytes - Viewed (0) -
guava/src/com/google/common/net/MediaType.java
/** * <a href="https://en.wikipedia.org/wiki/TrueType">True Type Font Format</a> (TTF) as defined by * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a>. * * @since 30.0 */ public static final MediaType FONT_TTF = createConstant(FONT_TYPE, "ttf"); /** * <a href="http://en.wikipedia.org/wiki/Web_Open_Font_Format">Web Open Font Format</a> (WOFF). <a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
android/guava/src/com/google/common/net/MediaType.java
/** * <a href="https://en.wikipedia.org/wiki/TrueType">True Type Font Format</a> (TTF) as defined by * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a>. * * @since 30.0 */ public static final MediaType FONT_TTF = createConstant(FONT_TYPE, "ttf"); /** * <a href="http://en.wikipedia.org/wiki/Web_Open_Font_Format">Web Open Font Format</a> (WOFF). <a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</mime-type> <mime-type type="application/x-font-speedo"/> <mime-type type="application/x-font-sunos-news"/> <mime-type type="application/x-font-ttf"> <acronym>TTF</acronym> <_comment>TrueType Font</_comment> <glob pattern="*.ttf"/> <glob pattern="*.ttc"/> <magic priority="40"> <match value="0x00010000" type="string" offset="0"/> </magic> </mime-type>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1)