Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 3,023 for addSdk (0.13 sec)

  1. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/LegacyWindowsSdkLocator.java

                        if (isWindowsSdk(sdkDir)) {
                            LOGGER.debug("Found Windows SDK {} at {}", version, sdkDir);
                            addSdk(sdkDir, version, name);
                        } else {
                            LOGGER.debug("Ignoring candidate Windows SDK directory {} as it does not look like a Windows SDK installation.", sdkDir);
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/ci-systems/teamcity-step-added.png

    teamcity-step-added.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 30.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/VariantFilesMetadataRulesTest.groovy

            artifacts.size() == 3
            artifacts[0].id.displayName == 'producer-1.0.jar (org.test:producer:1.0)'
            artifacts[1].id.displayName == 'added1.zip (org.test:producer:1.0)'
            artifacts[2].id.displayName == 'added2 (org.test:producer:1.0)'
    
            artifacts[1].relativeUrl == 'added1.zip'
            artifacts[2].relativeUrl == '../path.jar'
    
            artifacts[0] instanceof DefaultModuleComponentArtifactMetadata
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:21:11 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  4. hack/testdata/CRD/foo-added-subfield.yaml

    Nikhita Raghunath <******@****.***> 1506872372 +0530
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 01 15:43:24 UTC 2017
    - 201 bytes
    - Viewed (0)
  5. hack/testdata/CRD/multi-crd-list-added-field.yaml

    Nikhita Raghunath <******@****.***> 1506872372 +0530
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 01 15:43:24 UTC 2017
    - 345 bytes
    - Viewed (0)
  6. test/codegen/floats.go

    // For codegen tests on integer types, see arithmetic.go.
    
    // --------------------- //
    //    Strength-reduce    //
    // --------------------- //
    
    func Mul2(f float64) float64 {
    	// 386/sse2:"ADDSD",-"MULSD"
    	// amd64:"ADDSD",-"MULSD"
    	// arm/7:"ADDD",-"MULD"
    	// arm64:"FADDD",-"FMULD"
    	// ppc64x:"FADD",-"FMUL"
    	// riscv64:"FADDD",-"FMULD"
    	return f * 2.0
    }
    
    func DivPow2(f1, f2, f3 float64) (float64, float64, float64) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 15:24:29 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  7. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/SinceAndIncubatingRulesKotlinTest.kt

                assertHasErrors(
                    added("Class", "Bar"),
                    added("Constructor", "Bar()"),
                    added("Class", "Bazar"),
                    added("Method", "Bazar.getEntries()"),
                    added("Method", "Bazar.valueOf(java.lang.String)"),
                    added("Method", "Bazar.values()"),
                    added("Class", "Cathedral"),
                    added("Field", "INSTANCE"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jul 11 06:57:51 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/DependencyHandlerScope.kt

         *
         * @param group the group of the module to be added as a dependency.
         * @param name the name of the module to be added as a dependency.
         * @param version the optional version of the module to be added as a dependency.
         * @param configuration the optional configuration of the module to be added as a dependency.
         * @param classifier the optional classifier of the module artifact to be added as a dependency.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 04 06:41:25 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/mod_tidy_compat_added.txt

    	example.net/lazy v0.1.0 => ./lazy
    	example.net/pruned v0.1.0 => ./pruned
    )
    
    require example.net/lazy v0.1.0
    -- m.go --
    package m
    
    import (
    	_ "example.net/added"
    	_ "example.net/lazy"
    )
    
    -- a1/go.mod --
    module example.net/added
    
    go 1.17
    -- a2/go.mod --
    module example.net/added
    
    go 1.17
    -- a2/added.go --
    package added
    
    -- lazy/go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. fess-crawler/src/main/java/org/codelibs/fess/crawler/util/CharUtil.java

                    || c == ':' // added
                    || c == '/' // added
                    || c == '+' // added
                    || c == '%' // added
                    || c == '=' // added
                    || c == '&' // added
                    || c == '?' // added
                    || c == '#' // added
                    || c == '[' // added
                    || c == ']' // added
                    || c == '@' // added
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top