Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 107 for hostlink (0.48 sec)

  1. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/BinaryConfigurationIntegrationTest.groovy

                    doLast {
                        println "Pre Link"
                    }
                }
                binary.tasks.link.dependsOn preLinkTask
    
                def postLinkTask = binary.tasks.taskName("postLink")
                t.create(postLinkTask) {
                    dependsOn binary.tasks.link
                    doLast {
                        println "Post Link"
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  2. pkg/test/framework/components/environment/kube/flags.go

    	flag.StringVar(&controlPlaneTopology, "istio.test.kube.controlPlaneTopology",
    		"", "Specifies the mapping for each cluster to the cluster hosting its control plane. The value is a "+
    			"comma-separated list of the form <clusterIndex>:<controlPlaneClusterIndex>, where the indexes refer to the order in which "+
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 16:43:05 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/MutableModelNode.java

         * requested type available.
         */
        void defineRulesFor(NodePredicate predicate, ModelActionRole role, ModelAction action);
    
        boolean hasLink(String name, Predicate<? super MutableModelNode> predicate);
    
        @Nullable
        MutableModelNode getLink(String name);
    
        int getLinkCount(Predicate<? super MutableModelNode> predicate);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/partially_decluster_pass_test.cc

    #include "tensorflow/core/lib/core/status_test_util.h"
    #include "tensorflow/core/platform/test.h"
    
    namespace tensorflow {
    namespace {
    REGISTER_OP("FakeNullary").Output("out: int32");
    
    REGISTER_OP("FakeBinary")
        .Input("host_in: int32")
        .Input("device_in: int32")
        .Output("host_out: int32")
        .Output("device_out: int32");
    
    REGISTER_OP("FakeResourceVar").Output("out: resource");
    
    REGISTER_OP("FakeResourceUpdate")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 10 12:32:39 UTC 2022
    - 23K bytes
    - Viewed (0)
  5. src/cmd/go/internal/help/helpdoc.go

    proxy protocol.
    
    Import path checking
    
    When the custom import path feature described above redirects to a
    known code hosting site, each of the resulting packages has two possible
    import paths, using the custom domain or the known hosting site.
    
    A package statement is said to have an "import comment" if it is immediately
    followed (before the next newline) by a comment of one of these two forms:
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/discovery/v1beta1/types_swagger_doc_generated.go

    	"nodeName":   "nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.",
    	"hints":      "hints contains information associated with how an endpoint should be consumed.",
    }
    
    func (Endpoint) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:26:19 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  7. src/internal/testenv/testenv_test.go

    		// we will presumably find out about it when those tests fail.)
    		switch runtime.GOOS {
    		case "ios":
    			if isCorelliumBuilder(b) {
    				// The corellium environment is self-hosting, so it should be able
    				// to build even though real "ios" devices can't exec.
    			} else {
    				// The usual iOS sandbox does not allow the app to start another
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 23:12:44 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/discovery/v1beta1/generated.proto

      // This field is deprecated and will be removed in future api versions.
      // +optional
      map<string, string> topology = 5;
    
      // nodeName represents the name of the Node hosting this endpoint. This can
      // be used to determine endpoints local to a Node.
      // +optional
      optional string nodeName = 6;
    
      // hints contains information associated with how an endpoint should be
      // consumed.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8K bytes
    - Viewed (0)
  9. pkg/apis/discovery/types.go

    	// compatibility with v1beta1 Topology field.  When v1beta1 is removed, this
    	// should be removed, too.
    	// +optional
    	DeprecatedTopology map[string]string
    	// nodeName represents the name of the Node hosting this endpoint. This can
    	// be used to determine endpoints local to a Node.
    	// +optional
    	NodeName *string
    	// zone is the name of the Zone this endpoint exists in.
    	// +optional
    	Zone *string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 16 21:38:06 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/discovery/v1/generated.proto

      // in the zone and nodeName fields instead.
      // +optional
      map<string, string> deprecatedTopology = 5;
    
      // nodeName represents the name of the Node hosting this endpoint. This can
      // be used to determine endpoints local to a Node.
      // +optional
      optional string nodeName = 6;
    
      // zone is the name of the Zone this endpoint exists in.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top