- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 0x13 (0.06 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="0xF" type="big32" offset="4"/> <match value="0x10" type="big32" offset="4"/> <match value="0x11" type="big32" offset="4"/> <match value="0x12" type="big32" offset="4"/> <match value="0x13" type="big32" offset="4"/> </match> <match value="0xBEBAFECA" type="string" offset="0"> <match value="0x1" type="little32" offset="4"/>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/filter/UrlFilterTest.java
assertNotNull(urlFilter); } /** * Test processUrl with null URL */ public void test_processUrl_nullUrl() { String sessionId = "test-session-013"; urlFilter.init(sessionId); try { urlFilter.processUrl(null); // Should handle null gracefully or throw appropriate exception } catch (NullPointerException e) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 19K bytes - Viewed (0)