Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 372 for evacuate (0.23 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/Script.java

         */
        File file(Object path, PathValidation validation) throws InvalidUserDataException;
    
        /**
         * <p>Resolves a file path to a URI, relative to the directory containing this script. Evaluates the provided path
         * object as described for {@link #file(Object)}, with the exception that any URI scheme is supported, not just
         * 'file:' URIs.</p>
         *
         * @param path The object to resolve as a URI.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/authorization/v1beta1/types_swagger_doc_generated.go

    var map_SelfSubjectRulesReviewSpec = map[string]string{
    	"":          "SelfSubjectRulesReviewSpec defines the specification for SelfSubjectRulesReview.",
    	"namespace": "Namespace to evaluate rules for. Required.",
    }
    
    func (SelfSubjectRulesReviewSpec) SwaggerDoc() map[string]string {
    	return map_SelfSubjectRulesReviewSpec
    }
    
    var map_SubjectAccessReview = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/authorization/v1/types_swagger_doc_generated.go

    var map_SelfSubjectRulesReviewSpec = map[string]string{
    	"":          "SelfSubjectRulesReviewSpec defines the specification for SelfSubjectRulesReview.",
    	"namespace": "Namespace to evaluate rules for. Required.",
    }
    
    func (SelfSubjectRulesReviewSpec) SwaggerDoc() map[string]string {
    	return map_SelfSubjectRulesReviewSpec
    }
    
    var map_SubjectAccessReview = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/authorization/v1beta1/generated.proto

    // SelfSubjectRulesReviewSpec defines the specification for SelfSubjectRulesReview.
    message SelfSubjectRulesReviewSpec {
      // Namespace to evaluate rules for. Required.
      optional string namespace = 1;
    }
    
    // SubjectAccessReview checks whether or not a user or group can perform an action.
    message SubjectAccessReview {
      // Standard list metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/authorization/v1/generated.proto

    // SelfSubjectRulesReviewSpec defines the specification for SelfSubjectRulesReview.
    message SelfSubjectRulesReviewSpec {
      // Namespace to evaluate rules for. Required.
      optional string namespace = 1;
    }
    
    // SubjectAccessReview checks whether or not a user or group can perform an action.
    message SubjectAccessReview {
      // Standard list metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/authorization/v1/generated.proto

    // SelfSubjectRulesReviewSpec defines the specification for SelfSubjectRulesReview.
    message SelfSubjectRulesReviewSpec {
      // Namespace to evaluate rules for. Required.
      optional string namespace = 1;
    }
    
    // SubjectAccessReview checks whether or not a user or group can perform an action.
    message SubjectAccessReview {
      // Standard list metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/authorization/v1beta1/generated.proto

    // SelfSubjectRulesReviewSpec defines the specification for SelfSubjectRulesReview.
    message SelfSubjectRulesReviewSpec {
      // Namespace to evaluate rules for. Required.
      optional string namespace = 1;
    }
    
    // SubjectAccessReview checks whether or not a user or group can perform an action.
    message SubjectAccessReview {
      // Standard list metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/configuration/project/LifecycleProjectEvaluator.java

     *
     * The build operation structure is:
     *
     * - Evaluate project
     * -- Notify before evaluate
     * -- Notify after evaluate
     *
     * Notably, there is no explicit operation for just the project.evaluate() (which is where the build scripts etc. run).
     * However, in practice there is usually an operation for evaluating the project's build script.
     *
     * The before/after evaluate operations are fired regardless whether anyone is actually listening.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. src/text/template/doc.go

    	- A parenthesized instance of one the above, for grouping. The result
    	  may be accessed by a field or map key invocation.
    		print (.F1 arg1) (.F2 arg2)
    		(.StructValuedMethod "arg").Field
    
    Arguments may evaluate to any type; if they are pointers the implementation
    automatically indirects to the base type when required.
    If an evaluation yields a function value, such as a function-valued
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types_jsonschema.go

    	// e.g. "must be a URL with the host matching spec.host"
    	Message string
    	// MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails.
    	// Since messageExpression is used as a failure message, it must evaluate to a string.
    	// If both message and messageExpression are present on a rule, then messageExpression will be used if validation
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 22:23:23 UTC 2023
    - 15.9K bytes
    - Viewed (0)
Back to top