Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for epub (0.16 sec)

  1. android/guava/src/com/google/common/net/MediaType.java

      /**
       * As described in the <a href="http://idpf.org/epub">International Digital Publishing Forum</a>
       * EPUB is the distribution and interchange format standard for digital publications and
       * documents. This media type is defined in the <a
       * href="http://www.idpf.org/epub/30/spec/epub30-ocf.html">EPUB Open Container Format</a>
       * specification.
       *
       * @since 15.0
       */
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * application/vnd.oasis.opendocument.spreadsheet=ods<br>
         * application/vnd.oasis.opendocument.presentation=odp<br>
         * application/pdf=pdf<br>
         * application/x-fictionbook+xml=fb2<br>
         * application/e-pub+zip=epub<br>
         * application/x-ibooks+zip=ibooks<br>
         * text/plain=txt<br>
         * application/rtf=rtf<br>
         * application/vnd.ms-htmlhelp=chm<br>
         * application/zip=zip<br>
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: FictionBook */
        public static final String LABELS_facet_filetype_fb2 = "{labels.facet_filetype_fb2}";
    
        /** The key of the message: EPUB */
        public static final String LABELS_facet_filetype_epub = "{labels.facet_filetype_epub}";
    
        /** The key of the message: iBooks */
        public static final String LABELS_facet_filetype_ibooks = "{labels.facet_filetype_ibooks}";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top