Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0x12 (0.02 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

            <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"/>
            <match value="0x2" 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)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/filter/UrlFilterTest.java

        }
    
        /**
         * Test processUrl method with various URL patterns
         */
        public void test_processUrl_basic() {
            String sessionId = "test-session-012";
            urlFilter.init(sessionId);
    
            // Process URL should handle different URL formats
            urlFilter.processUrl("https://example.com/");
            urlFilter.processUrl("http://test.com/path/to/page");
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Wed Sep 03 14:42:53 UTC 2025
    - 19K bytes
    - Viewed (0)
Back to top