Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for webm (0.11 sec)

  1. src/main/webapp/js/admin/bootstrap.min.js.map

    matches image, video and audio types.\n *\n * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts\n */\nconst DATA_URL_PATTERN = /^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i\n\nfunction allowedAttribute(attr, allowedAttributeList) {\n  const attrName = attr.nodeName.toLowerCase()\n\n  if (allowedAttributeList.indexOf(attrName) !== -1) {\n    if (uri...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    on(t,r){var o,s=this,e=r.source,i=r.type,n=r.alt;if(this.setItem(r,"<span uk-spinner></span>"),e)if("image"===i||e.match(/\.(jpe?g|png|gif|svg|webp)($|\?)/i))de(e).then(function(t){return s.setItem(r,'<img width="'+t.width+'" height="'+t.height+'" src="'+e+'" alt="'+(n||"")+'">')},function(){return s.setError(r)});else if("video"===i||e.match(/\.(mp4|webm|ogv)($|\?)/i)){var a=Ce("<video controls playsinline"+(r.poster?' poster="'+r.poster+'"':"")+' uk-video="'+this.videoAutoplay+'"></video>');ot...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  3. src/main/webapp/js/bootstrap.min.js.map

    matches image, video and audio types.\n *\n * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts\n */\nconst DATA_URL_PATTERN = /^data:(?:image\\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\\/(?:mpeg|mp4|ogg|webm)|audio\\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i\n\nfunction allowedAttribute(attr, allowedAttributeList) {\n  const attrName = attr.nodeName.toLowerCase()\n\n  if (allowedAttributeList.indexOf(attrName) !== -1) {\n    if (uri...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_crawling_info_WebFsCrawlEndTime = "{labels.crawling_info_WebFsCrawlEndTime}";
    
        /** The key of the message: Indexing exec time (Web/File system) */
        public static final String LABELS_crawling_info_WebFsIndexExecTime = "{labels.crawling_info_WebFsIndexExecTime}";
    
        /** The key of the message: Index size (Web/File system) */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  5. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/kubernetes-service-binding/runtime/pom.xml
    quarkus/extensions/spring-web/core/deployment/pom.xml
    	quarkus/extensions/spring-web/core/runtime/pom.xml
    	quarkus/extensions/spring-di/deployment/pom.xml
    	quarkus/extensions/spring-web/resteasy-classic/deployment/pom.xml
    	quarkus/extensions/spring-web/resteasy-reactive/deployment/pom.xml
    	quarkus/extensions/jaxrs-spi/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    bn
    com.bn
    edu.bn
    gov.bn
    net.bn
    org.bn
    
    // bo : https://nic.bo/delegacion2015.php#h-1.10
    bo
    com.bo
    edu.bo
    gob.bo
    int.bo
    org.bo
    net.bo
    mil.bo
    tv.bo
    web.bo
    // Social Domains
    academia.bo
    agro.bo
    arte.bo
    blog.bo
    bolivia.bo
    ciencia.bo
    cooperativa.bo
    democracia.bo
    deporte.bo
    ecologia.bo
    economia.bo
    empresa.bo
    indigena.bo
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. api/maven-api-model/src/main/mdo/maven.mdo

              <name>distributionManagement</name>
              <version>4.0.0+</version>
              <description>Distribution information for a project that enables deployment of the site
                and artifacts to remote web servers and repositories respectively.</description>
              <association>
                <type>DistributionManagement</type>
              </association>
            </field>
            <field xdoc.separator="blank">
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  8. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

       Selection reasons:
          - Was requested: first reason
    
    org.test:leaf:1.0
    \\--- org.test:a:1.0
         \\--- compileClasspath
    """
        }
    
        def "mentions web-based dependency insight report available using build scans"() {
            given:
            mavenRepo.module("org", "leaf1").publish()
            mavenRepo.module("org", "leaf2").publish()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  9. src/crypto/x509/x509_test.go

    				ac:6f:6b:39:03:85:5e:63:4b:f8:a6:0f:68:c6:6f:
    				75:21
    	X509v3 extensions:
    		X509v3 Key Usage: critical
    			Digital Signature, Certificate Sign, CRL Sign
    		X509v3 Extended Key Usage:
    			TLS Web Client Authentication, TLS Web Server Authentication, OCSP Signing
    		X509v3 Basic Constraints: critical
    			CA:TRUE
    		X509v3 Subject Key Identifier:
    			B7:17:DA:16:EA:C5:ED:1F:18:49:44:D3:D2:E3:A0:35:0A:81:93:60
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    	h := handle(map[string]rest.Storage{"simple": simpleStorage})
    	ws := h.(*defaultAPIServer).container.RegisteredWebServices()
    	if len(ws) == 0 {
    		t.Fatal("no web services registered")
    	}
    	matches := map[string]int{}
    	for _, w := range ws {
    		for _, r := range w.Routes() {
    			t.Logf("%v %v %#v", r.Method, r.Path, r.Produces)
    			s := strings.Join(r.Produces, ",")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
Back to top