Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 213 for alternate (0.5 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/resolution_strategy_tuning.adoc

    The recommended way to deal with dynamic versions is to use <<dependency_locking.adoc#dependency-locking,dependency locking>>.
    However, it is possible to prevent the use of dynamic versions altogether, which is an alternate strategy:
    
    .Failing on dynamic versions
    ====
    include::sample[dir="snippets/dependencyManagement/managingTransitiveDependencies-resolutionStrategy/kotlin",files="build.gradle.kts[tags=fail-on-dynamic]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-filepath.h

      // it is called in CreateDirectoriesRecursively() assuming that it will change
      // a pathname from directory syntax (trailing separator) to filename syntax.
      //
      // On Windows this method also replaces the alternate path separator '/' with
      // the primary path separator '\\', so that for example "bar\\/\\foo" becomes
      // "bar\\foo".
    
      void Normalize();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modfetch/sumdb.go

    		return "", nil, fmt.Errorf("invalid sumdb name (must be host[/path]): %s %+v", name, *direct)
    	}
    
    	// Determine how to get to database.
    	var base *url.URL
    	if len(key) >= 2 {
    		// Use explicit alternate URL listed in $GOSUMDB,
    		// bypassing both the default URL derivation and any proxies.
    		u, err := url.Parse(key[1])
    		if err != nil {
    			return "", nil, fmt.Errorf("invalid GOSUMDB URL: %v", err)
    		}
    		base = u
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 20 15:02:47 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apidiscovery/v2beta1/types.go

    	// responseKind describes the group, version, and kind of the serialization schema for the object type this endpoint typically returns.
    	// APIs may return other objects types at their discretion, such as error conditions, requests for alternate representations, or other operation specific behavior.
    	// This value will be null or empty if an APIService reports subresources but supports no operations on the parent resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 09 18:45:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/README.md

    The hardest part about preparing this file is figuring out which headers to
    include and which symbols need to be `#define`d to get the actual data
    structures that pass through to the kernel system calls. Some C libraries
    preset alternate versions for binary compatibility and translate them on the
    way in and out of system calls, but there is almost always a `#define` that can
    get the real ones.
    See `types_darwin.go` and `linux/types.go` for examples.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 06 14:32:58 UTC 2021
    - 8.5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/ArtifactViewArtifactSelectionIntegrationTest.groovy

                        assert canBeResolved
                    } 
                }
            """
            file("producer/output").text = "from project producer"
            file("producer/alternative").text = "alternative from project producer"
        }
    
        def "keeps chosen configuration through artifact view"() {
            file("producer/build.gradle") << """
                configurations {
                    conf {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  7. samples/certs/README.md

    - `cert-chain.pem`: certificate trust chain.
    - `cert-chain-alt.pem`: alternative certificate chain.
    - `cert-chain-alt-2.pem`: alternative certificate chain signed by `root-cert-alt.pem`.
    - `workload-foo-[cert|key].pem`: workload certificate and key for URI SAN `spiffe://trust-domain-foo/ns/foo/sa/foo` signed by `ca-cert.key`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 16:44:37 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/cmd/upgrade/upgrade.go

    	fs.BoolVar(&flags.allowRCUpgrades, "allow-release-candidate-upgrades", flags.allowRCUpgrades, "Show release candidate versions of Kubernetes as an upgrade alternative and allow upgrading to a release candidate versions of Kubernetes.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 01:18:29 UTC 2022
    - 2.9K bytes
    - Viewed (0)
  9. releasenotes/notes/bad-envoy-build.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    issue: [31038]
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 23 22:42:09 UTC 2021
    - 228 bytes
    - Viewed (0)
  10. releasenotes/notes/35357.yaml

    kind: feature
    area: security
    issue:
      - 33472
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 13 06:19:07 UTC 2023
    - 291 bytes
    - Viewed (0)
Back to top