Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for rtf (0.23 sec)

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

       * Framework</a> graphs.
       *
       * @since 14.0
       */
      public static final MediaType RDF_XML_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "rdf+xml");
    
      public static final MediaType RTF_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "rtf");
    
      /**
       * <a href="https://tools.ietf.org/html/rfc8081">RFC 8081</a> declares {@link #FONT_SFNT
       * font/sfnt} to be the correct media type for SFNT, but this may be necessary in certain
    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/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>
         * application/x-7z-comressed=7z<br>
         * application/x-bzip=bz<br>
         * application/x-bzip2=bz2<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

        public static final String LABELS_facet_filetype_txt = "{labels.facet_filetype_txt}";
    
        /** The key of the message: Rich Text Format */
        public static final String LABELS_facet_filetype_rtf = "{labels.facet_filetype_rtf}";
    
        /** The key of the message: Compiled HTML Help */
        public static final String LABELS_facet_filetype_chm = "{labels.facet_filetype_chm}";
    
        /** The key of the message: ZIP Archive */
    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