Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 118 for h263 (0.05 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"video/3gpp-tt",
    				"video/3gpp2",
    				"video/bmpeg",
    				"video/bt656",
    				"video/celb",
    				"video/dv",
    				"video/example",
    				"video/h261",
    				"video/h263",
    				"video/h263-1998",
    				"video/h263-2000",
    				"video/h264",
    				"video/jpeg",
    				"video/jpeg2000",
    				"video/mj2",
    				"video/mp1s",
    				"video/mp2p",
    				"video/mp2t",
    				"video/mp4",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="video/example"/>
      <mime-type type="video/h261">
        <glob pattern="*.h261"/>
      </mime-type>
      <mime-type type="video/h263">
        <glob pattern="*.h263"/>
      </mime-type>
      <mime-type type="video/h263-1998"/>
      <mime-type type="video/h263-2000"/>
      <mime-type type="video/h264">
        <glob pattern="*.h264"/>
      </mime-type>
      <mime-type type="video/iso.segment">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/samples/credentials-handling/publishing-credentials/groovy/maven-repository-stub/build.gradle

    plugins {
        id 'groovy-gradle-plugin'
    }
    
    repositories {
        mavenCentral()
    }
    
    dependencies {
        implementation "com.github.tomakehurst:wiremock:2.26.3"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 157 bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/fiat/p256_invert.go

    	//	x12     = _111111 << 6 + _111111
    	//	x15     = x12 << 3 + _111
    	//	x16     = 2*x15 + 1
    	//	x32     = x16 << 16 + x16
    	//	i53     = x32 << 15
    	//	x47     = x15 + i53
    	//	i263    = ((i53 << 17 + 1) << 143 + x47) << 47
    	//	return    (x47 + i263) << 2 + 1
    	//
    
    	var z = new(P256Element).Set(e)
    	var t0 = new(P256Element)
    	var t1 = new(P256Element)
    
    	z.Square(x)
    	z.Mul(x, z)
    	z.Square(z)
    	z.Mul(x, z)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/samples/credentials-handling/publishing-credentials/kotlin/maven-repository-stub/build.gradle.kts

    plugins {
        `kotlin-dsl`
    }
    
    repositories {
        mavenCentral()
    }
    
    dependencies {
        implementation("com.github.tomakehurst:wiremock:2.26.3")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 145 bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/mod_goline.txt

    cp go.mod1 go.mod
    ! go get example.com/a@v1.0.2 go@1.24.2
    stderr '^go: example.com/a@v1.0.2 requires go@1.25, not go@1.24.2$'
    ! go get example.com/a@v1.0.2 go@1.26.3
    stderr '^go: example.com/a@v1.0.2 indirectly requires go@1.27, not go@1.26.3$'
    go get example.com/a@v1.0.2 go@1.28rc1
    go list -f '{{.Module.GoVersion}}'
    stdout 1.28rc1
    go get go@1.24.2
    stderr '^go: downgraded go 1.28rc1 => 1.24.2$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. guava/src/com/google/common/math/LongMath.java

             * results can exceed 2^63.
             */
            long result = times2ToThe32Mod(aHi * bHi /* < 2^62 */, m); // < m < 2^63
            result += aHi * bLo; // aHi * bLo < 2^63, result < 2^64
            if (result < 0) {
              result = UnsignedLongs.remainder(result, m);
            }
            // result < 2^63 again
            result += aLo * bHi; // aLo * bHi < 2^63, result < 2^64
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/math/LongMath.java

             * results can exceed 2^63.
             */
            long result = times2ToThe32Mod(aHi * bHi /* < 2^62 */, m); // < m < 2^63
            result += aHi * bLo; // aHi * bLo < 2^63, result < 2^64
            if (result < 0) {
              result = UnsignedLongs.remainder(result, m);
            }
            // result < 2^63 again
            result += aLo * bHi; // aLo * bHi < 2^63, result < 2^64
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 07 17:50:39 UTC 2024
    - 44.6K bytes
    - Viewed (0)
  9. src/runtime/sigtab_linux_generic.go

    	/* 57 */ {_SigNotify, "signal 57"},
    	/* 58 */ {_SigNotify, "signal 58"},
    	/* 59 */ {_SigNotify, "signal 59"},
    	/* 60 */ {_SigNotify, "signal 60"},
    	/* 61 */ {_SigNotify, "signal 61"},
    	/* 62 */ {_SigNotify, "signal 62"},
    	/* 63 */ {_SigNotify, "signal 63"},
    	/* 64 */ {_SigNotify, "signal 64"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_mipsle.go

    	SYS_TIMER_SETTIME          = 4258
    	SYS_TIMER_GETTIME          = 4259
    	SYS_TIMER_GETOVERRUN       = 4260
    	SYS_TIMER_DELETE           = 4261
    	SYS_CLOCK_SETTIME          = 4262
    	SYS_CLOCK_GETTIME          = 4263
    	SYS_CLOCK_GETRES           = 4264
    	SYS_CLOCK_NANOSLEEP        = 4265
    	SYS_TGKILL                 = 4266
    	SYS_UTIMES                 = 4267
    	SYS_MBIND                  = 4268
    	SYS_GET_MEMPOLICY          = 4269
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
Back to top