Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,266 for webm (0.1 sec)

  1. src/net/http/sniff.go

    		pat:  []byte("RIFF\x00\x00\x00\x00WAVE"),
    		ct:   "audio/wave",
    	},
    	// 6.2.0.2. video/mp4
    	mp4Sig{},
    	// 6.2.0.3. video/webm
    	&exactSig{[]byte("\x1A\x45\xDF\xA3"), "video/webm"},
    
    	// Font types
    	&maskedSig{
    		// 34 NULL bytes followed by the string "LP"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 20 21:51:06 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/MediaType.java

      public static final MediaType TIFF = createConstant(IMAGE_TYPE, "tiff");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/WebP">WebP image format</a>.
       *
       * @since 13.0
       */
      public static final MediaType WEBP = createConstant(IMAGE_TYPE, "webp");
    
      /**
       * <a href="https://www.iana.org/assignments/media-types/image/heif">HEIF image format</a>.
       *
       * @since 28.1
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  3. guava/src/com/google/common/net/MediaType.java

      public static final MediaType TIFF = createConstant(IMAGE_TYPE, "tiff");
    
      /**
       * <a href="https://en.wikipedia.org/wiki/WebP">WebP image format</a>.
       *
       * @since 13.0
       */
      public static final MediaType WEBP = createConstant(IMAGE_TYPE, "webp");
    
      /**
       * <a href="https://www.iana.org/assignments/media-types/image/heif">HEIF image format</a>.
       *
       * @since 28.1
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  4. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.airzip.filesecure.azs",
    				"application/vnd.amazon.ebook",
    				"application/vnd.americandynamics.acc",
    				"application/vnd.amiga.ami",
    				"application/vnd.anser-web-certificate-issue-initiation",
    				"application/vnd.anser-web-funds-transfer-initiation",
    				"application/vnd.antix.game-component",
    				"application/vnd.apple.installer+xml",
    				"application/vnd.apple.iwork",
    				"application/vnd.apple.keynote",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  5. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleWithRemoteParent/some-thing/webinar-war/src/main/webapp/WEB-INF/web.xml

    <!DOCTYPE web-app PUBLIC
     "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
     "http://java.sun.com/dtd/web-app_2_3.dtd" >
    
    <web-app>
      <display-name>Webinar war</display-name>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 193 bytes
    - Viewed (0)
  6. src/main/webapp/js/bootstrap.min.js

    src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},De=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,Ie=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function we(t,r,e){if(0===t.length)return t;if(e&&"function"==typeof e)return e(t);for(var n=(new window.DOMParser).parseFromString(t,"text/html"),s=Object.keys(r),a=[].slice.call...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 58.6K bytes
    - Viewed (0)
  7. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModule/some-thing/webinar-war/src/main/webapp/WEB-INF/web.xml

    <!DOCTYPE web-app PUBLIC
     "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
     "http://java.sun.com/dtd/web-app_2_3.dtd" >
    
    <web-app>
      <display-name>Webinar war</display-name>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 193 bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/web.xml

        <location>/WEB-INF/view/error/redirect.jsp?type=notFound</location>
      </error-page>
      <error-page>
        <error-code>408</error-code>
        <location>/WEB-INF/view/error/redirect.jsp?type=logOut</location>
      </error-page>
      <error-page>
        <error-code>500</error-code>
        <location>/WEB-INF/view/error/redirect.jsp?type=systemError</location>
      </error-page>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 13 21:53:22 UTC 2019
    - 7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/files/copy/groovy/src/main/webapp/web.xml

    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http:/java.sun.com/dtd/web-app_2_3.dtd">
      <servlet>
        <servlet-name>hello</servlet-name>
        <servlet-class>org.gradle.sample.HelloServlet</servlet-class>
      </servlet>
    
      <servlet-mapping>
        <servlet-name>hello</servlet-name>
        <url-pattern>/hello</url-pattern>
      </servlet-mapping>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 456 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/files/copy/kotlin/src/main/webapp/web.xml

    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http:/java.sun.com/dtd/web-app_2_3.dtd">
      <servlet>
        <servlet-name>hello</servlet-name>
        <servlet-class>org.gradle.sample.HelloServlet</servlet-class>
      </servlet>
    
      <servlet-mapping>
        <servlet-name>hello</servlet-name>
        <url-pattern>/hello</url-pattern>
      </servlet-mapping>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 456 bytes
    - Viewed (0)
Back to top