Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 453 for dep0 (0.06 sec)

  1. src/site/resources/images/maven-deps.svg

    maven-deps.svg...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 24 16:01:00 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  2. ci/official/containers/linux_arm64/devel.usertools/code_check_full.bats

    Here are the affected tests:
    EOF
        while read dep; do
          echo "For dependency $dep:"
          # For every missing dependency, find the tests which directly depend on
          # it, and print that list for debugging. Not really clear if this is
          # helpful since the only examples I've seen are enormous.
          bazel query "rdeps(kind(py_test, $(cat $BATS_TEST_TMPDIR/deps)), $dep, 1)"
        done < $BATS_TEST_TMPDIR/missing_deps
        exit 1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 18 14:52:45 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testshared/testdata/depBaseInternal/dep.go

    Cherry Mui <******@****.***> 1692229744 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 14:46:11 UTC 2023
    - 292 bytes
    - Viewed (0)
  4. src/runtime/debug/mod.go

    		} else {
    			buf.WriteByte('\n')
    			formatMod("=>", *m.Replace)
    		}
    		buf.WriteByte('\n')
    	}
    	if bi.Main != (Module{}) {
    		formatMod("mod", bi.Main)
    	}
    	for _, dep := range bi.Deps {
    		formatMod("dep", *dep)
    	}
    	for _, s := range bi.Settings {
    		key := s.Key
    		if quoteKey(key) {
    			key = strconv.Quote(key)
    		}
    		value := s.Value
    		if quoteValue(value) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 25 15:06:51 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/saved_model/public/BUILD

        ],
        licenses = ["notice"],
    )
    
    # TODO(bmzhao): Remove these exports_files and rules, swap with cc_public_library instead.
    # cc_public_library would allows us to separate the header dep graph from header+srcs dep graph.
    exports_files(
        [
            "concrete_function.h",
            "concrete_function_list.h",
            "function_metadata.h",
            "saved_model_api.h",
            "signature_def_function.h",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/testshared/testdata/exe2/exe2.go

    package main
    
    import "testshared/dep2"
    
    func main() {
    	d := &dep2.Dep2{}
    	dep2.W = dep2.G() + 1 + d.Method()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 111 bytes
    - Viewed (0)
  7. src/site/xdoc/maven-deps.odg

    Hervé Boutemy <******@****.***> 1711904300 +0200
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 24 16:01:00 UTC 2024
    - 37K bytes
    - Viewed (0)
  8. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishResolvedVersionsJavaIntegTest.groovy

            javaLibrary.parsedPom.scope("runtime") {
                assert dependencies.size() == 1
                def deps = dependencies.values()
                assert deps[0].artifactId == 'b' // because of substitution
                assert deps[0].groupId == 'com.second'
                assert deps[0].version == '1.2'
            }
            javaLibrary.parsedModuleMetadata.variant("runtimeElements") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 27 18:52:27 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/mod_overlay.txt

    module replaced/mod
    -- replaced-mod/foo/foo.go --
    package foo
    
    import "dep/mod/foo"
    
    func f() { foo.g() }
    -- dep-mod/go.mod --
    invalid
    -- dep-mod/foo/foo.go --
    package foo
    
    func g() { fmt.Println("hello") }
    -- $WORK/overlay/replacement_module_go_mod --
    module replaced/mod
    
    require dep/mod v1.0.0
    
    -- get-doesnt-add-dep/overlay.json --
    {
    	"Replace": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 7.7K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

            httpServer.start()
            def dep1 = withColorVariants(remoteRepo.module("group", "thing1", "1.2")).publish().allowAll()
            def dep2 = withColorVariants(remoteRepo.module("group", "thing2", "1.2")).publish().allowAll()
            withColorVariants(remoteRepo.module("group", "thing3", "1.2")).dependsOn(dep1).dependsOn(dep2).publish().allowAll()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
Back to top