Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0xA0 (0.01 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/util/XmlUtil.java

         * according to the XML 1.0 specification. Valid characters include:
         * - Tab (0x9)
         * - Line feed (0xA)
         * - Carriage return (0xD)
         * - Any character between 0x20 and 0xD7FF
         * - Any character between 0xE000 and 0xFFFD
         * - Any character between 0x10000 and 0x10FFFF
         *
         * @param in the input string to be processed
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sat Nov 22 13:28:22 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/util/ResponseDataUtilTest.java

                assertNotNull(e.getCause());
            }
        }
    
        public void test_createResponseBodyFile_binaryContent() throws Exception {
            // Test with binary content
            byte[] binaryData = new byte[] { 0x00, 0x01, 0x02, (byte) 0xFF, (byte) 0xFE, (byte) 0xFD };
    
            ResponseData responseData = new ResponseData() {
                @Override
                public InputStream getResponseBody() {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sat Nov 22 13:28:22 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="55">
          <!-- Technically the header offset is stored at 0x3c, and isn't a -->
          <!-- constant, but it's almost always set to start at 0x80, 0xb0, -->
          <!-- 0xd0 or 0xf0. Will always have the MZ msdoc header too. -->
          <match value="MZ" type="string" offset="0">
             <match value="PE\000\000" type="string" offset="128"/>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (2)
Back to top