Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CSS (0.18 sec)

  1. .gitattributes

    # Auto detect text files and perform LF normalization
    * text=auto
    
    # Known text files
    *.java text
    *.xml text
    *.yml text
    *.md text
    *.sh text
    *.css text
    *.txt text
    
    # Known binary files
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Nov 04 21:50:10 GMT 2014
    - 196 bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/MediaType.java

      /* text types */
      public static final MediaType CACHE_MANIFEST_UTF_8 =
          createConstantUtf8(TEXT_TYPE, "cache-manifest");
      public static final MediaType CSS_UTF_8 = createConstantUtf8(TEXT_TYPE, "css");
      public static final MediaType CSV_UTF_8 = createConstantUtf8(TEXT_TYPE, "csv");
      public static final MediaType HTML_UTF_8 = createConstantUtf8(TEXT_TYPE, "html");
    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