Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 214 for target01 (0.21 sec)

  1. subprojects/core/src/main/java/org/gradle/configuration/ScriptTarget.java

    import org.gradle.groovy.scripts.internal.Permits;
    
    /**
     * A view over the target of a script. Represents the DSL that will be applied to the target.
     */
    public interface ScriptTarget {
        /**
         * Returns a unique id for the DSL, used in paths and such.
         */
        String getId();
    
        /**
         * Attaches the target's main script to the target, if it needs it
         */
        void attachScript(Script script);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 09 11:18:20 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/calloptions.go

    	ExpectedResponse *wrappers.StringValue
    }
    
    // Target of a call.
    type Target interface {
    	Configurable
    	WorkloadContainer
    
    	// Instances in this target.
    	Instances() Instances
    }
    
    // CallOptions defines options for calling a Endpoint.
    type CallOptions struct {
    	// To is the Target to be called.
    	To Target
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 13K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/artifacts/DirectDependencyMetadata.java

        /**
         * Are the {@link VersionConstraint#getStrictVersion()} strict version} dependency constraints of the target module endorsed?
         *
         * @since 6.0
         */
        boolean isEndorsingStrictVersions();
    
        /**
         * Returns additional artifact information associated with the dependency that is used to select artifacts in the targeted module.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 09 17:53:23 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler.go

    		resp.WriteHeader(http.StatusInternalServerError)
    		return
    	}
    	targetGV = mediaType.Convert.GroupVersion()
    
    	if len(etag) > 0 {
    		// Use proper e-tag headers if one is available
    		ServeHTTPWithETag(
    			&response,
    			etag,
    			targetGV,
    			rdm.serializer,
    			resp,
    			req,
    		)
    	} else {
    		// Default to normal response in rare case etag is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  5. internal/event/target/mysql.go

    	quitCh chan struct{}
    }
    
    // ID - returns target ID.
    func (target *MySQLTarget) ID() event.TargetID {
    	return target.id
    }
    
    // Name - returns the Name of the target.
    func (target *MySQLTarget) Name() string {
    	return target.ID().String()
    }
    
    // Store returns any underlying store if set.
    func (target *MySQLTarget) Store() event.TargetStore {
    	return target.store
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  6. Development.md

    To influence the generic suggestions Gradle displays, the NonGradleCause interface was introduced.
    If an exception implements this interface, Gradle will not display the `--stacktrace` option.
    
    Another more targeted interface is `CompilationFailedIndicator`.
    This interface is used to indicate that the exception is caused by a compilation failure. 
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 06 22:54:40 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/dependencymanagement/SamplesComponentSelectionRulesIntegrationTest.groovy

            output.contains "Resolved: lib-1.9.jar"
    
            where:
            dsl << ['groovy', 'kotlin']
        }
    
        @UsesSample("dependencyManagement/customizingResolution-selectionRule")
        def "can run targeted rule sample with #dsl dsl"() {
            executer.inDirectory(sample.dir.file(dsl))
    
            when:
            run "printTargetConfig"
    
            then:
            output.contains "Resolved: api-1.4.jar"
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops.h

    // The output Runtime ops depends on both Device Type and Runtime Host.
    //
    // Input:
    //     Tensorflow Dialect MLIR with tf_device.cluster ops and virtual devices.
    //     xla_device_type - The device type that is being targeted.
    // Output:
    //     Tensorflow Dialect MLIR with Runtime specific ops. All tf_device.cluster
    //     ops are removed. Physical devices are assigned to ops instead of virtual
    //     devices.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 21:47:17 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go

    	"replicas":            "replicas is the total number of non-terminated pods targeted by this deployment (their labels match the selector).",
    	"updatedReplicas":     "updatedReplicas is the total number of non-terminated pods targeted by this deployment that have the desired template spec.",
    	"readyReplicas":       "readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 05:34:30 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  10. internal/event/target/kafka.go

    	quitCh     chan struct{}
    }
    
    // ID - returns target ID.
    func (target *KafkaTarget) ID() event.TargetID {
    	return target.id
    }
    
    // Name - returns the Name of the target.
    func (target *KafkaTarget) Name() string {
    	return target.ID().String()
    }
    
    // Store returns any underlying store if set.
    func (target *KafkaTarget) Store() event.TargetStore {
    	return target.store
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jun 01 15:02:59 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top