- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for wmv2 (0.04 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.wm"/> </mime-type> <mime-type type="video/x-ms-wmv"> <sub-class-of type="video/x-ms-asf" /> <glob pattern="*.wmv"/> <magic priority="60"> <match value="Windows Media Video" type="unicodeLE" offset="0:8192" /> <match value="VC-1 Advanced Profile" type="unicodeLE" offset="0:8192" /> <match value="wmv2" type="unicodeLE" offset="0:8192" /> </magic> </mime-type>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String CRAWLER_DOCUMENT_HTML_DEFAULT_INCLUDE_INDEX_PATTERNS = "crawler.document.html.default.include.index.patterns"; /** The key of the configuration. e.g. (?i).*(css|js|jpeg|jpg|gif|png|bmp|wmv|xml|ico|exe) */ String CRAWLER_DOCUMENT_HTML_DEFAULT_EXCLUDE_INDEX_PATTERNS = "crawler.document.html.default.exclude.index.patterns"; /** The key of the configuration. e.g. */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1)