Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MEDIUM (2.8 sec)

  1. src/main/webapp/WEB-INF/view/admin/log/admin_log.jsp

                                                        <td><fmt:formatDate value="${logFile.lastModified}"
                                                                            type="BOTH" dateStyle="MEDIUM"/></td>
                                                    </tr>
                                                </c:forEach>
                                                </tbody>
                                            </table>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/core/io/FileUtilTest.java

         *
         * @throws Exception
         */
        @Test(expected = IORuntimeException.class)
        public void testReadBytes_CustomMaxSize_ExceedsLimit() throws Exception {
            final File file = tempFolder.newFile("medium.txt");
            final byte[] data = new byte[1024]; // 1KB
            final FileOutputStream out = new FileOutputStream(file);
            try {
                out.write(data);
            } finally {
                out.close();
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Sat Nov 22 11:21:59 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <tika:link>http://tools.ietf.org/html/rfc1950</tika:link>
        <magic priority="45">
          <!-- Low/No compression -->
          <match value="\x78\x01" type="string" offset="0" />
          <!-- Medium compression -->
          <match value="\x78\x5e" type="string" offset="0" />
          <!-- Default compression -->
          <match value="\x78\x9c" type="string" offset="0" />
          <!-- Best compression -->
    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