Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,566 for Direct (0.16 sec)

  1. src/cmd/go/testdata/script/mod_git_export_subst.txt

    env GO111MODULE=on
    env GOPROXY=direct
    
    # Testing that git export-subst is disabled
    [!net:github.com] skip
    [!git] skip
    go build
    
    -- x.go --
    package x
    
    import _ "github.com/jasonkeene/export-subst"
    
    -- go.mod --
    module x
    
    require github.com/jasonkeene/export-subst v0.0.0-20180927204031-5845945ec626
    
    -- go.sum --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 15:54:04 UTC 2023
    - 555 bytes
    - Viewed (0)
  2. cmd/import-boss/main.go

    	return strings.HasPrefix(path, prefix)
    }
    
    func transitiveImports(pkg *packages.Package) ([]string, []string) {
    	direct := []string{}
    	indirect := []string{}
    	seen := map[string]bool{}
    	for _, imp := range pkg.Imports {
    		direct = append(direct, imp.PkgPath)
    		dfsImports(&indirect, seen, imp)
    	}
    	return direct, indirect
    }
    
    func dfsImports(dest *[]string, seen map[string]bool, p *packages.Package) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 12:36:49 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_list_odd_tags.txt

    [short] skip
    [!git] skip
    
    env GOPROXY=direct
    
    go list -m vcs-test.golang.org/git/odd-tags.git@latest
    stdout -count=1 '^.'
    stdout '^vcs-test.golang.org/git/odd-tags.git v0.1.1-0.20220223184835-9d863d525bbf$'
    
    go list -m -versions vcs-test.golang.org/git/odd-tags.git
    stdout -count=1 '^.'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 15:54:04 UTC 2023
    - 392 bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/DependencyConstraintHandler.java

         * potential components, the platform component will be selected, instead of the library.
         * An enforced platform is a platform for which the direct dependencies are forced, meaning
         * that they would override any other version found in the graph.
         *
         * @param notation the coordinates of the platform
         *
         * @since 5.0
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 23 15:47:10 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  5. test/fixedbugs/issue45344.go

    // compile
    
    // Copyright 2021 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 45344: expand_calls does not handle direct interface
    // typed argument well.
    
    package p
    
    type T struct {
    	a map[int]int
    }
    
    func F(t T) {
    	G(t)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 02 00:45:56 UTC 2021
    - 350 bytes
    - Viewed (0)
  6. istioctl/pkg/writer/compare/testdata/configdump.json

                                          "action": {
                                            "name": "direct-http",
                                            "typed_config": {
                                              "@type": "type.googleapis.com/google.protobuf.StringValue",
                                              "value": "direct-http"
                                            }
                                          }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/mod_missing_repo.txt

    # subgroups could not be fetched because the server returned bogus go-import
    # tags for prefixes of the module path.
    
    [short] skip
    [!git] skip
    
    env GO111MODULE=on
    env GOPROXY=direct
    env GOSUMDB=off
    
    ! go mod download vcs-test.golang.org/go/missingrepo/missingrepo-git@latest
    stderr 'vcs-test.golang.org/go/missingrepo/missingrepo-git: git ls-remote .*: exit status .*'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 15:54:04 UTC 2023
    - 534 bytes
    - Viewed (0)
  8. tests/integration/telemetry/testdata/istio-mtls-vs.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: direct-cnn-through-egress-gateway
    spec:
      hosts:
      - fake.external.com
      gateways:
      - istio-egressgateway
      - mesh
      tls:
      - match:
        - gateways:
          - mesh
          port: 443
          sniHosts:
          - fake.external.com
        route:
        - destination:
            host: istio-egressgateway.istio-system.svc.cluster.local
            port:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 13 16:30:22 UTC 2022
    - 644 bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/ScriptHandlerScopeTest.kt

            }
    
            ScriptHandlerScope(buildscript).apply {
                dependencies.constraints.classpath("direct:accessor")
                dependencies {
                    constraints.classpath("direct-in-dep-handler-scope:accessor")
                }
                dependencies {
                    constraints {
                        classpath("in-block:accessor")
                        classpath("in-block:accessor-with-action") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  10. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/impl/FileSystemSnapshotFilterTest.groovy

        }
    
        def "root directory is always matched"() {
            def root = temporaryFolder.createFile("root")
            def unfiltered = new DirectorySnapshot(root.absolutePath, root.name, AccessType.DIRECT, TestHashCodes.hashCodeFrom(789), [])
    
            expect:
            filteredPaths(unfiltered, include("different")) == [root] as Set
        }
    
        def "root file can be filtered"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 5.3K bytes
    - Viewed (0)
Back to top