Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for pathvalidation (0.53 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/project/DefaultProject.java

    import org.gradle.api.InvalidUserCodeException;
    import org.gradle.api.InvalidUserDataException;
    import org.gradle.api.NamedDomainObjectContainer;
    import org.gradle.api.NamedDomainObjectFactory;
    import org.gradle.api.PathValidation;
    import org.gradle.api.Project;
    import org.gradle.api.ProjectConfigurationException;
    import org.gradle.api.ProjectEvaluationListener;
    import org.gradle.api.Task;
    import org.gradle.api.UnknownProjectException;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         */
        File file(Object path);
    
        /**
         * <p>Resolves a file path relative to the project directory of this project and validates it using the given
         * scheme. See {@link PathValidation} for the list of possible validations.</p>
         *
         * @param path An object which toString method value is interpreted as a relative path to the project directory.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  3. pkg/registry/batch/job/strategy.go

    		isJobFinishedChanged := batchvalidation.IsJobFinished(oldJob) != batchvalidation.IsJobFinished(newJob)
    		isJobCompleteChanged := batchvalidation.IsJobComplete(oldJob) != batchvalidation.IsJobComplete(newJob)
    		isJobFailedChanged := batchvalidation.IsJobFailed(oldJob) != batchvalidation.IsJobFailed(newJob)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1beta1/customresourcedefinitionspec.go

    	b.Scope = &value
    	return b
    }
    
    // WithValidation sets the Validation field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Validation field is set to the value of the last call.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top