Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 168 for substitutions (0.22 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/ForcingPlatformAlignmentTest.groovy

                        module('org:annotations:2.7.9')
                    }
                }
            }
        }
    
        def "can force a virtual platform version by forcing one of its leaves through resolutionStrategy.substitution"() {
            repository {
                ['2.7.9', '2.9.4', '2.9.4.1'].each {
                    path "databind:$it -> core:$it"
                    path "databind:$it -> annotations:$it"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
  2. src/image/gif/writer_test.go

    	global := color.Palette(palette.Plan9)
    	if rgb := global[trIdx].(color.RGBA); rgb.R == 0 && rgb.G == 0 && rgb.B == 0 {
    		t.Fatalf("trIdx (%d) is already black", trIdx)
    	}
    
    	// Make a copy of the palette, substituting trIdx's slot with transparent,
    	// just like decoder.decode.
    	local := append(color.Palette(nil), global...)
    	local[trIdx] = color.RGBA{}
    
    	const testLen = 3 * 256
    	const padded = 7
    	e := new(encoder)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/resolve/ResolveTestFixture.groovy

                this
            }
    
            /**
             * Marks that this node was substituted in a composite.
             */
            NodeBuilder compositeSubstitute() {
                reasons << 'composite build substitution'
                this
            }
    
            /**
             * Marks that this node was selected by the given reason
             */
            NodeBuilder byReason(String reason) {
                reasons << reason
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 37.8K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modget/get.go

    		return nq, true
    	}
    	for _, nq := range r.wildcardNones {
    		if nq.matchesPath(mPath) {
    			return nq, true
    		}
    	}
    	return nil, false
    }
    
    // queryModule wraps modload.Query, substituting r.checkAllowedOr to decide
    // allowed versions.
    func (r *resolver) queryModule(ctx context.Context, mPath, query string, selected func(string) string) (module.Version, error) {
    	current := r.initialSelected(mPath)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/build.gradle

                category = "Build organization"
            }
    
            compositeBuildsDeclaredSubstitutions {
                sampleDirectory = samplesRoot.dir("build-organization/composite-builds/declared-substitution")
                description = "Applying and testing changes in downstream dependencies without publishing."
                category = "Build organization"
            }
    
            compositeBuildsHierarchicalMultirepo {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantized_function_library.mlir

    //   {"key1": "value12", "key2": "value22"},
    // ]
    // func.func func_name_${key1}_fn (...) {
    //   ...${key2}...
    // }
    // ```
    // The above template with generate two functions by substituting `key1` and
    // `key2` with given values.
    
    module {
      // Rescales to the output scale and zero point.
      func.func private @internal_rescale_fn(%accumulation : tensor<*xi32>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jan 08 01:16:10 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

            virtualEdges.add(edge);
            edge.markUsed();
            discoveredEdges.add(edge);
            edge.getSelector().use(false);
        }
    
    
        /**
         * Execute any dependency substitution rules that apply to this dependency.
         *
         * This may be better done as a decorator on ConfigurationMetadata.getDependencies()
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  8. src/html/template/escape.go

    	// with urlquery (this happens in ensurePipelineContains), but not the otherI've
    	// way around. We keep this entry around to preserve the behavior of templates
    	// written before Go 1.9, which might depend on this substitution taking place.
    	"_html_template_urlnormalizer": "urlquery",
    }
    
    // escFnsEq reports whether the two escaping functions are equivalent.
    func escFnsEq(a, b string) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  9. hack/lib/golang.sh

      local host_platform
      host_platform=$(kube::golang::host_platform)
    
      V=2 kube::log::status "Placing binaries"
    
      local platform
      for platform in "${KUBE_CLIENT_PLATFORMS[@]}"; do
        # The substitution on platform_src below will replace all slashes with
        # underscores.  It'll transform darwin/amd64 -> darwin_amd64.
        local platform_src="/${platform//\//_}"
        if [[ "${platform}" == "${host_platform}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/AbstractConfigurationAttributesResolveIntegrationTest.groovy

            run ':a:checkRelease'
    
            then:
            result.assertTasksExecuted(':c:barJar', ':a:checkRelease')
        }
    
        def "context travels down to transitive dependencies with dependency substitution"() {
            given:
            createDirs("a", "b", "c")
            file('settings.gradle') << "include 'a', 'b', 'c'"
            buildFile << """
                $typeDefs
    
                allprojects {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 17:30:11 UTC 2024
    - 64K bytes
    - Viewed (0)
Back to top