Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 183 for Replacer (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

      // read, we need to replace the resource arg with a value arg to get the
      // read value. If its written, we need to replace the write with an additional
      // value to be written.
    
      // Now create read values that will be used to replace each resource that
      // is read in the function body. These read values are just the same argument
      // with type replaced.
      llvm::SmallVector<Value, 4> skipped_args;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollectionSpec.groovy

            collection.from(collection1, collection2)
    
            when:
            def replaced = collection.replace(collection1, supplier)
    
            then:
            replaced != collection
            replaced.sourceCollections == [replaced1, collection2]
    
            1 * collection1.replace(collection1, supplier) >> replaced1
            1 * collection2.replace(collection1, supplier) >> collection2
            0 * _
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 53K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    				Filters: []*listener.Filter{
    					{Name: "default-network-filter-replaced"},
    				},
    			},
    			ListenerFilters: []*listener.ListenerFilter{
    				{
    					Name: "filter-after-replace",
    				},
    			},
    		},
    		{
    			Name: "another-listener",
    		},
    		{
    			Name: "listener-http-filter-to-be-replaced",
    			FilterChains: []*listener.FilterChain{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * The `StartParameter.taskOutputCacheEnabled` property has been replaced by link:{javadocPath}/org/gradle/StartParameter.html#setBuildCacheEnabled-boolean-[StartParameter.setBuildCacheEnabled(boolean)].
     * The Visual Studio integration now only <<#rel4.6:visual_studio_single_solution,configures a single solution for all components in a build>>.
     * Gradle has replaced HttpClient 4.4.1 with version 4.5.5.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  5. cluster/gce/windows/k8s-node-setup.psm1

              "NeedEncap":  true
            }
          }
        }
      ]
    }'.replace('POD_CIDR', ${env:POD_CIDR}).`
      replace('POD_GATEWAY', ${pod_gateway}).`
      replace('DNS_SERVER_IP', ${kube_env}['DNS_SERVER_IP']).`
      replace('DNS_DOMAIN', ${kube_env}['DNS_DOMAIN']).`
      replace('MGMT_IP', ${mgmt_ip}).`
      replace('SERVICE_CIDR', ${kube_env}['SERVICE_CLUSTER_IP_RANGE'])
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/rbac/v1/generated.pb.go

    	repeatedStringForRules := "[]PolicyRule{"
    	for _, f := range this.Rules {
    		repeatedStringForRules += strings.Replace(strings.Replace(f.String(), "PolicyRule", "PolicyRule", 1), `&`, ``, 1) + ","
    	}
    	repeatedStringForRules += "}"
    	s := strings.Join([]string{`&ClusterRole{`,
    		`ObjectMeta:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ObjectMeta), "ObjectMeta", "v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  7. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    							if(t.children("ins").get(0).className.replace(/jstree[^ ]*|$/ig,'').replace(/^\s+$/ig,"").length) {
    								tmp2.icon = t.children("ins").get(0).className.replace(/jstree[^ ]*|$/ig,'').replace(/\s+$/ig," ").replace(/^ /,"").replace(/ $/,"");
    							}
    							if(t.children("ins").get(0).style.backgroundImage.length) {
    								tmp2.icon = t.children("ins").get(0).style.backgroundImage.replace("url(","").replace(")","");
    							}
    						}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            "value" | "get"
            "value" | "getOrNull"
            "value" | "getOrElse"
        }
    
        def "replace to itself does not trigger cycles"() {
            def property = providerWithNoValue()
    
            given:
            property.set(someValue())
    
            when:
            property.replace { it }
    
            then:
            property.get() == someValue()
        }
    
        ModelObject owner() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/rbac/v1beta1/generated.pb.go

    	repeatedStringForRules := "[]PolicyRule{"
    	for _, f := range this.Rules {
    		repeatedStringForRules += strings.Replace(strings.Replace(f.String(), "PolicyRule", "PolicyRule", 1), `&`, ``, 1) + ","
    	}
    	repeatedStringForRules += "}"
    	s := strings.Join([]string{`&ClusterRole{`,
    		`ObjectMeta:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ObjectMeta), "ObjectMeta", "v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/rbac/v1alpha1/generated.pb.go

    	repeatedStringForRules := "[]PolicyRule{"
    	for _, f := range this.Rules {
    		repeatedStringForRules += strings.Replace(strings.Replace(f.String(), "PolicyRule", "PolicyRule", 1), `&`, ``, 1) + ","
    	}
    	repeatedStringForRules += "}"
    	s := strings.Join([]string{`&ClusterRole{`,
    		`ObjectMeta:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ObjectMeta), "ObjectMeta", "v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.7K bytes
    - Viewed (0)
Back to top