Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 85 for vC (0.05 sec)

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

    public class DefaultVisualCppMetadataProvider implements VisualCppMetadataProvider {
        private static final String VS2017_METADATA_FILE_PATH = "VC/Auxiliary/Build/Microsoft.VCToolsVersion.default.txt";
        private static final String VS2017_COMPILER_PATH_PREFIX = "VC/Tools/MSVC";
    
        private static final String[] REGISTRY_BASEPATHS = {
            "SOFTWARE\\",
            "SOFTWARE\\Wow6432Node\\"
        };
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/resolve/scenarios/VersionRangeResolveTestScenarios.groovy

            String require
            String prefer
    
            @Override
            VersionConstraint getVersionConstraint() {
                def vc = new DefaultMutableVersionConstraint('')
                vc.prefer(prefer)
                vc.require(require)
                return vc
            }
    
            @Override
            String render() {
                return "('org:foo') { version { prefer '${prefer}'; require '${require}' }"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 27.8K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/version/VisualStudioVersionDeterminer.java

                        .compatibility(VisualStudioInstallCandidate.Compatibility.VS2017_OR_LATER)
                        .build();
                } else {
                    File visualCppDir = new File(installDir, "VC");
                    return new VisualStudioMetadataBuilder()
                        .installDir(installDir)
                        .visualCppDir(visualCppDir)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/versionconverter_test.go

    	}
    	vc := newVersionConverter(testTypeConverter, oc, schema.GroupVersion{Group: "apps", Version: runtime.APIVersionInternal})
    
    	input, err := testTypeConverter.ObjectToTyped(objForGroupVersion("apps/v1beta1"))
    	if err != nil {
    		t.Fatalf("error creating converting input object to a typed value: %v", err)
    	}
    	expected := objForGroupVersion("apps/v1")
    	output, err := vc.Convert(input, fieldpath.APIVersion("apps/v1"))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  5. src/net/dnsconfig_unix.go

    					//  This option disables the behavior and makes glibc
    					//  perform the IPv6 and IPv4 requests sequentially."
    					conf.singleRequest = true
    				case s == "use-vc" || s == "usevc" || s == "tcp":
    					// Linux (use-vc), FreeBSD (usevc) and OpenBSD (tcp) option:
    					// http://man7.org/linux/man-pages/man5/resolv.conf.5.html
    					// "Sets RES_USEVC in _res.options.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 22:14:43 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/VisualCpp.java

    package org.gradle.nativeplatform.toolchain.internal.msvcpp;
    
    import org.gradle.nativeplatform.toolchain.internal.NativeLanguageTools;
    import org.gradle.nativeplatform.toolchain.internal.SystemLibraries;
    
    /**
     * Platform specific VC++ tools and system libraries.
     */
    public interface VisualCpp extends NativeLanguageTools, SystemLibraries {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 960 bytes
    - Viewed (0)
  7. test/escape_reflect.go

    	vc := reflect.ValueOf(ch)
    	vx := reflect.ValueOf(x) // ERROR "x escapes to heap"
    	vc.Send(vx)
    }
    
    // Unfortunate: x (the interface storage) doesn't need to escape.
    func send2(ch chan string, x string) bool { // ERROR "ch does not escape" "leaking param: x$"
    	vc := reflect.ValueOf(ch)
    	vx := reflect.ValueOf(x) // ERROR "x escapes to heap"
    	return vc.TrySend(vx)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:50:24 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  8. platforms/software/plugins-version-catalog/src/main/java/org/gradle/api/plugins/catalog/internal/DependenciesAwareVersionCatalogBuilder.java

            if (dependency instanceof ExternalModuleDependency) {
                VersionConstraint vc = ((ExternalModuleDependency) dependency).getVersionConstraint();
                copyConstraint(vc, v);
            } else {
                String version = dependency.getVersion();
                if (version == null || version.isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  9. licenses/github.com/xlab/treeprint/LICENSE

    The MIT License (MIT)
    Copyright © 2016 Maxim Kupriianov <max@kc.vc>
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the “Software”), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 22 22:59:25 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  10. okcurl/build.gradle.kts

        // see https://github.com/palantir/gradle-graal
        // see https://www.graalvm.org/docs/reference-manual/native-image/#prerequisites
        windowsVsVarsPath("C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat")
      }
    }
    
    mavenPublishing {
      configure(KotlinJvm(javadocJar = JavadocJar.Empty()))
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top