Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 63 for v141 (0.18 sec)

  1. platforms/ide/ide-native/src/test/groovy/org/gradle/ide/visualstudio/tasks/internal/VisualStudioProjectFileTest.groovy

            expect:
            projectFile.projectConfigurations["debugWin32"].platformToolset == platformToolset
    
            where:
            vsVersion         | platformToolset
            "15.5.27130.2027" | "v141"
            "14"              | "v140"
            "12"              | "v120"
            "11"              | "v110"
            "10"              | null
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  2. platforms/ide/ide-native/src/main/groovy/org/gradle/ide/visualstudio/tasks/internal/VisualStudioProjectFile.groovy

                        OutDir(vsOutputDir)
                        IntDir(vsOutputDir)
                    }
                    if (visualStudioVersion.major > 14) {
                        PlatformToolset("v141")
                    } else if (visualStudioVersion.major >= 11) {
                        PlatformToolset("v${visualStudioVersion.major}0")
                    }
                }
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.4.md

    - [v1.4.0-beta.10](CHANGELOG.md#v140-beta10)
    - [v1.4.0-beta.8](CHANGELOG.md#v140-beta8)
    - [v1.4.0-beta.7](CHANGELOG.md#v140-beta7)
    - [v1.4.0-beta.6](CHANGELOG.md#v140-beta6)
    - [v1.4.0-beta.5](CHANGELOG.md#v140-beta5)
    - [v1.4.0-beta.3](CHANGELOG.md#v140-beta3)
    - [v1.4.0-beta.2](CHANGELOG.md#v140-beta2)
    - [v1.4.0-beta.1](CHANGELOG.md#v140-beta1)
    - [v1.4.0-alpha.3](CHANGELOG.md#v140-alpha3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go

    	case arg_R_rotate:
    		Rm := Reg(x & (1<<4 - 1))
    		typ, count := decodeShift(x)
    		// ROR #0 here means ROR #0, but decodeShift rewrites to RRX #1.
    		if typ == RotateRightExt {
    			return Rm
    		}
    		return RegShift{Rm, typ, count}
    
    	case arg_R_shift_R:
    		Rm := Reg(x & (1<<4 - 1))
    		Rs := Reg((x >> 8) & (1<<4 - 1))
    		typ := Shift((x >> 5) & (1<<2 - 1))
    		return RegShiftReg{Rm, typ, Rs}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 12.6K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

    class ValueArray14 {
     public:
      ValueArray14(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
          T10 v10, T11 v11, T12 v12, T13 v13, T14 v14) : v1_(v1), v2_(v2), v3_(v3),
          v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10),
          v11_(v11), v12_(v12), v13_(v13), v14_(v14) {}
    
      template <typename T>
      operator ParamGenerator<T>() const {
        const T array[] = {static_cast<T>(v1_), static_cast<T>(v2_),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
  6. .github/workflows/people.yml

    name: FastAPI People
    
    on:
      schedule:
        - cron: "0 14 1 * *"
      workflow_dispatch:
        inputs:
          debug_enabled:
            description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
            required: false
            default: 'false'
    
    jobs:
      fastapi-people:
        if: github.repository_owner == 'tiangolo'
        runs-on: ubuntu-latest
        steps:
          - name: Dump GitHub context
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 17 07:19:41 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  7. test/fixedbugs/bug116.go

    // license that can be found in the LICENSE file.
    
    package main
    
    func main() {
    	bad := false
    	if (-5 >> 1) != -3 {
    		println("-5>>1 =", -5>>1, "want -3")
    		bad = true
    	}
    	if (-4 >> 1) != -2 {
    		println("-4>>1 =", -4>>1, "want -2")
    		bad = true
    	}
    	if (-3 >> 1) != -2 {
    		println("-3>>1 =", -3>>1, "want -2")
    		bad = true
    	}
    	if (-2 >> 1) != -1 {
    		println("-2>>1 =", -2>>1, "want -1")
    		bad = true
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 18 21:15:42 UTC 2012
    - 646 bytes
    - Viewed (0)
  8. platforms/software/resources-http/src/test/resources/org/gradle/internal/resource/transport/http/artifactory_dirlisting.html

    <a href="3.8.1/">3.8.1/</a>                    02-Jul-2012 13:40    -
    <a href="3.8.2/">3.8.2/</a>->                      -    -
    <a href="4.0/">4.0/</a>->                        -    -
    <a href="4.1/">4.1/</a>->                        -    -
    <a href="4.10/">4.10/</a>                     19-Jul-2012 09:46    -
    <a href="4.2/">4.2/</a>->                        -    -
    <a href="4.3/">4.3/</a>->                        -    -
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  9. platforms/software/resources-http/src/test/resources/org/gradle/internal/resource/transport/http/mavencentral_dirlisting.html

        <a href="4.0/">4.0/</a>                                               07-Dec-2010 15:34                   -
        <a href="4.1/">4.1/</a>                                               07-Dec-2010 15:34                   -
        <a href="4.10/">4.10/</a>                                              29-Sep-2011 19:19                   -
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  10. test/method4.dir/prog.go

    	// issue 6723
    	f5 := (interface {
    		I2
    	}).Sum
    	eq(f5(t1, a, 19), 29)
    	eq(f5(t2, a, 20), 30)
    
    	mt1 := method4a.T1(4)
    	mt2 := &method4a.T2{4}
    
    	eq(mt1.Sum(a, 30), 40)
    	eq(mt2.Sum(a, 31), 41)
    
    	eq(method4a.T1.Sum(mt1, a, 32), 42)
    	eq((*method4a.T2).Sum(mt2, a, 33), 43)
    
    	g1 := method4a.T1.Sum
    	eq(g1(mt1, a, 34), 44)
    	g2 := (*method4a.T2).Sum
    	eq(g2(mt2, a, 35), 45)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 07 12:26:48 UTC 2014
    - 1.7K bytes
    - Viewed (0)
Back to top