Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for Tr (0.12 sec)

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

       *
       * @since 32.0.0
       */
      public static final MediaType JWT = createConstant(APPLICATION_TYPE, "jwt");
    
      /**
       * The <a href="http://www.w3.org/TR/appmanifest/">Manifest for a web application</a>.
       *
       * @since 19.0
       */
      public static final MediaType MANIFEST_JSON_UTF_8 =
          createConstantUtf8(APPLICATION_TYPE, "manifest+json");
    
      /**
    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)
Back to top