Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 41 for FX (0.03 sec)

  1. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/LinuxInstallationSupplierTest.groovy

        def nonExistent = temporaryFolder.file("non-existent")
    
        def setup() {
            candidates.createDir("11.0.6.hs-adpt")
            candidates.createDir("14")
            otherCandidates.createDir("8.0.262.fx-librca")
        }
    
        def "supplies no installations non-linux operating system"() {
            given:
            def supplier = new LinuxInstallationSupplier(OperatingSystem.WINDOWS, candidates)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 18:03:55 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/JabbaInstallationSupplierTest.groovy

            given:
            def expectedLocation1 = candidates.createDir("jdk/11.0.6.hs-adpt")
            def expectedLocation2 = candidates.createDir("jdk/14")
            def expectedLocation3 = candidates.createDir("jdk/8.0.262.fx-librca")
    
            when:
            def directories = supplier.get()
    
            then:
            directories.size() == 3
            directories*.location.containsAll(expectedLocation1, expectedLocation2, expectedLocation3)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:17:53 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/SdkmanInstallationSupplierTest.groovy

            given:
            def expectedLocation1 = candidates.createDir("java/11.0.6.hs-adpt")
            def expectedLocation2 = candidates.createDir("java/14")
            def expectedLocation3 = candidates.createDir("java/8.0.262.fx-librca")
    
            when:
            def directories = supplier.get()
    
            then:
            directories.size() == 3
            directories*.location.containsAll(expectedLocation1, expectedLocation2, expectedLocation3)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:17:53 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/jquery-3.6.3.min.js

    ,t,n){return this.animate(r,e,t,n)}}),E.timers=[],E.fx.tick=function(){var e,t=0,n=E.timers;for(tt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||E.fx.stop(),tt=void 0},E.fx.timer=function(e){E.timers.push(e),E.fx.start()},E.fx.interval=13,E.fx.start=function(){nt||(nt=!0,st())},E.fx.stop=function(){nt=null},E.fx.speeds={slow:600,fast:200,_default:400},E.fn.delay=function(r,e){return r=E.fx&&E.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=C.setTimeout(e,r)...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  5. src/main/webapp/js/jquery-3.6.3.min.js

    ,t,n){return this.animate(r,e,t,n)}}),E.timers=[],E.fx.tick=function(){var e,t=0,n=E.timers;for(tt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||E.fx.stop(),tt=void 0},E.fx.timer=function(e){E.timers.push(e),E.fx.start()},E.fx.interval=13,E.fx.start=function(){nt||(nt=!0,st())},E.fx.stop=function(){nt=null},E.fx.speeds={slow:600,fast:200,_default:400},E.fn.delay=function(r,e){return r=E.fx&&E.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=C.setTimeout(e,r)...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  6. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/IntellijInstallationSupplierTest.groovy

            given:
            def expectedLocation1 = candidates.createDir("11.0.6.hs-adpt")
            def expectedLocation2 = candidates.createDir("14")
            def expectedLocation3 = candidates.createDir("8.0.262.fx-librca")
    
            when:
            def directories = supplier.get()
    
            then:
            directories.size() == 3
            directories*.location.containsAll(expectedLocation1, expectedLocation2, expectedLocation3)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:17:53 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/arch/arm/armasm/plan9x.go

    				switch {
    				case strings.HasSuffix(args[ri], "[1]"): // MOVW Rx, Dy[1]
    					break
    				case strings.HasSuffix(args[ri], "[0]"): // Dx[0] -> Fx
    					args[ri] = strings.Replace(args[ri], "[0]", "", -1)
    					fallthrough
    				case strings.HasPrefix(args[ri], "D"): // Dx -> Fx
    					args[ri] = "F" + args[ri][1:]
    				case strings.HasPrefix(args[ri], "S"):
    					if inst.Args[ix].(Reg)&1 == 0 { // Sx -> Fy, y = x/2, if x is even
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  8. test/noinit.go

    var copy_as = as
    
    var copy_sa = sa
    var copy_ss = ss
    
    var copy_ca = ca
    var copy_cs = cs
    
    var copy_answers = answers
    
    var bx bool
    var b0 = false
    var b1 = true
    
    var fx float32
    var f0 = float32(0)
    var f1 = float32(1)
    
    var gx float64
    var g0 = float64(0)
    var g1 = float64(1)
    
    var ix int
    var i0 = 0
    var i1 = 1
    
    var jx uint
    var j0 = uint(0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 14 17:57:36 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  9. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/AsdfInstallationSupplierTest.groovy

            def expectedLocation1 = candidates.createDir("installs/java/11.0.6.hs-adpt")
            def expectedLocation2 = candidates.createDir("installs/java/14")
            def expectedLocation3 = candidates.createDir("installs/java/8.0.262.fx-librca")
    
            when:
            def directories = supplier.get()
    
            then:
            directories.size() == 3
            directories*.location.containsAll(expectedLocation1, expectedLocation2, expectedLocation3)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:17:53 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/elfexec/elfexec.go

    		// the executable segment is located (loadSegment.Off), and the base virtual
    		// address where the first byte of the segment is loaded
    		// (loadSegment.Vaddr). A file offset fx maps to a virtual (symbol) address
    		// sx = fx - loadSegment.Off + loadSegment.Vaddr.
    		//
    		// Thus, a runtime virtual address x maps to a symbol address
    		// sx = x - start + offset - loadSegment.Off + loadSegment.Vaddr.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top