Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 3e40 (3.99 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/parsing/BasicParsingTest.kt

                    )
                    Assignment [indexes: 32..40, line/column: 4/1..4/9, file: test] (
                        lhs = PropertyAccess [indexes: 32..33, line/column: 4/1..4/2, file: test] (
                            name = e
                        )
                        rhs = BooleanLiteral [indexes: 36..40, line/column: 4/5..4/9, file: test] (true)
                    )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 22:06:18 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r35/BuildProgressCrossVersionSpec.groovy

    import org.gradle.tooling.ProjectConnection
    import spock.lang.Issue
    
    @TargetGradleVersion(">=3.5")
    class BuildProgressCrossVersionSpec extends AbstractHttpCrossVersionSpec {
    
        @TargetGradleVersion(">=3.5 <4.0")
        def "generates events for interleaved project configuration and dependency resolution"() {
            given:
            settingsFile << """
    
                rootProject.name = 'multi'
                include 'a', 'b'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv13-ExportKeyingMaterial

    000002c0  72 2f 61 24 56 0b 1e 3e  52 92 d2 e0 11 cd 52 69  |r/a$V..>R.....Ri|
    000002d0  c4 73 7f 72 95 fd f5 c4  72 d7 77 73 85 bf be e0  |.s.r....r.ws....|
    000002e0  cd 3c 3b 3d 92 63 91 ba  c8 a8 d2 32 40 6a 33 91  |.<;=.c.....2@j3.|
    000002f0  c0 71 fe ea 76 9f a9 96  dc c0 a9 bd 67 b6 23 42  |.q..v.......g.#B|
    00000300  d9 1b 3d 8d d4 5f 81 38  74 1c db 36 9e bd 79 fd  |..=.._.8t..6..y.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  4. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.commonsIo)             { version { strictly("2.15.1") }}
            api(libs.commonsLang)           { version { strictly("2.6") }}
            api(libs.commonsLang3)          { version { strictly("3.14.0") }}
            api(libs.commonsMath)           { version { strictly("3.6.1") }}
            api(libs.eclipseSisuPlexus)     { version { strictly("0.3.5"); because("transitive dependency of Maven modules to process POM metadata") }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  5. android/pom.xml

          <id>run-error-prone</id>
          <activation>
            <!--
            Error Prone requires 11+: https://errorprone.info/docs/installation
            We skip 12-15 because of https://github.com/google/error-prone/issues/3540.
            -->
            <jdk>[11,12),[16,)</jdk>
          </activation>
          <build>
            <plugins>
              <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  6. pom.xml

          <id>run-error-prone</id>
          <activation>
            <!--
            Error Prone requires 11+: https://errorprone.info/docs/installation
            We skip 12-15 because of https://github.com/google/error-prone/issues/3540.
            -->
            <jdk>[11,12),[16,)</jdk>
          </activation>
          <build>
            <plugins>
              <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/lib.go

    		if n == 0 && err != io.EOF {
    			return -1
    		}
    		return 0
    	}
    
    	a.name = artrim(buf[0:16])
    	a.date = artrim(buf[16:28])
    	a.uid = artrim(buf[28:34])
    	a.gid = artrim(buf[34:40])
    	a.mode = artrim(buf[40:48])
    	a.size = artrim(buf[48:58])
    	a.fmag = artrim(buf[58:60])
    
    	arsize := atolwhex(a.size)
    	if arsize&1 != 0 {
    		arsize++
    	}
    	return arsize + SAR_HDR
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  8. RELEASE.md

        [CVE-2019-20838](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20838)
        and
        [CVE-2020-14155](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14155).
    *   Updates `sqlite3` to `3.44.0` to keep in sync with master branch.
    
    # Release 2.2.2
    
    ## Bug Fixes and Other Changes
    
    *   Fixes an access to unitialized memory in Eigen code
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    Thanks to [Dima Boger](https://twitter.com/b0g3r) for the security report! 🙇🔒
    
    ### Internal
    
    * 🔧 Update sponsors badge, course bundle. PR [#3340](https://github.com/tiangolo/fastapi/pull/3340) by [@tiangolo](https://github.com/tiangolo).
    * 🔧 Add new gold sponsor Jina 🎉. PR [#3291](https://github.com/tiangolo/fastapi/pull/3291) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/optimize.mlir

    }
    
    // CHECK-LABEL: fuseTileWithBinaryOp
    func.func @fuseTileWithBinaryOp(%arg0: tensor<1x1xf32>) -> tensor<1x2xf32> {
      %cst = arith.constant dense<[[1,2]]> : tensor<1x2xi32>
      %cst1 = arith.constant dense<[[3.0, 4.0]]> : tensor<1x2xf32>
      %0 = "tfl.sqrt"(%arg0) : (tensor<1x1xf32>) -> tensor<1x1xf32>
      %1 = "tfl.tile"(%0, %cst) : (tensor<1x1xf32>, tensor<1x2xi32>) -> tensor<1x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top