Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 8,940 for Project (0.17 sec)

  1. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/idea/model/Project.java

                return false;
            }
            Project project = (Project) o;
            return Objects.equal(jdk, project.jdk)
                && Objects.equal(modulePaths, project.modulePaths)
                && Objects.equal(projectLibraries, project.projectLibraries)
                && Objects.equal(wildcards, project.wildcards)
                && Objects.equal(vcs, project.vcs);
        }
    
        @Override
        public int hashCode() {
    Registered: 2024-06-12 18:38
    - Last Modified: 2023-12-11 13:37
    - 12.9K bytes
    - Viewed (0)
  2. pkg/volume/util/fsquota/project.go

    	idMap := make(map[common.QuotaID]bool)
    	for _, project := range list.projects {
    		if project.data == path {
    			if id != common.BadQuotaID && id != project.id {
    				return common.BadQuotaID, false, fmt.Errorf("attempt to reassign project ID for %s", path)
    			}
    			// Trying to reassign a directory to the project it's
    			// already in.  Maybe this should be an error, but for
    Registered: 2024-06-15 01:39
    - Last Modified: 2023-06-20 14:49
    - 10.6K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/projects/project.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <model>
      <modelVersion>3</modelVersion>
      <groupId>maven</groupId>
      <artifactId>maven-project-test</artifactId>
      <name>Maven</name>
      <version>1.0-beta-9</version>
      <inceptionYear>2001</inceptionYear>
      <package>org.apache.maven</package>
      <description>Description</description>
    Registered: 2024-06-12 09:55
    - Last Modified: 2007-02-28 22:49
    - 4.6K bytes
    - Viewed (0)
  4. .idea/codeStyles/Project.xml

    <component name="ProjectCodeStyleConfiguration">
      <code_scheme name="Project" version="173">
        <option name="LINE_SEPARATOR" value="&#10;" />
        <option name="RIGHT_MARGIN" value="140" />
        <JavaCodeStyleSettings>
          <option name="PREFER_LONGER_NAMES" value="false" />
          <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
            <value>
              <package name="java.awt" withSubpackages="false" static="false" />
    Registered: 2024-06-12 09:53
    - Last Modified: 2023-05-02 13:36
    - 4.1K bytes
    - Viewed (0)
  5. subprojects/core-api/src/main/java/org/gradle/api/Project.java

        /**
         * <p>Returns the root project for the hierarchy that this project belongs to.  In the case of a single-project
         * build, this method returns this project.</p>
         *
         * @return The root project. Never returns null.
         */
        Project getRootProject();
    
        /**
         * <p>Returns the root directory of this project. The root directory is the project directory of the root
         * project.</p>
         *
    Registered: 2024-06-12 18:38
    - Last Modified: 2024-05-30 04:56
    - 74.3K bytes
    - Viewed (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/Project.java

        }
    
        /**
         * Returns the project artifacts as immutable list. Elements are the project POM artifact and the artifact
         * produced by this project build, if applicable. Hence, the returned list may have one or two elements
         * (never less than 1, never more than 2), depending on project packaging.
         * <p>
         * The list's first element is ALWAYS the project POM artifact. Presence of second element in the list depends
    Registered: 2024-06-12 09:55
    - Last Modified: 2024-02-05 09:42
    - 7.4K bytes
    - Viewed (0)
  7. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/Project.java

                return false;
            }
            Project project = (Project) o;
            return Objects.equal(buildCommands, project.buildCommands)
                && Objects.equal(comment, project.comment)
                && Objects.equal(linkedResources, project.linkedResources)
                && Objects.equal(resourceFilters, project.resourceFilters)
                && Objects.equal(name, project.name)
                && Objects.equal(natures, project.natures)
    Registered: 2024-06-12 18:38
    - Last Modified: 2023-12-11 13:37
    - 16.5K bytes
    - Viewed (0)
  8. .idea/codeStyles/Project.xml

    <component name="ProjectCodeStyleConfiguration">
      <code_scheme name="Project" version="173">
        <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
        <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
        <option name="IMPORT_LAYOUT_TABLE">
          <value>
            <package name="" withSubpackages="true" static="true" />
            <emptyLine />
            <package name="" withSubpackages="true" static="false" />
            <emptyLine />
    Registered: 2024-06-12 18:38
    - Last Modified: 2023-07-31 14:47
    - 3.4K bytes
    - Viewed (0)
  9. maven-compat/src/main/resources/META-INF/maven/plugin-expressions/project.paramdoc.xml

        </description>
      </expression>
      <expression>
        <syntax>project.artifact</syntax>
        <configuration>
          <![CDATA[
    <groupId>project.group</groupId>
    <artifactId>project-artifact</artifactId>
    <version>0.0.0.0</version>
    <packaging>type</packaging>
        ]]></configuration>
        <description> This is the Artifact instance created from the essential project
    Registered: 2024-06-12 09:55
    - Last Modified: 2014-11-23 12:04
    - 5.6K bytes
    - Viewed (0)
  10. docs/em/docs/project-generation.md

    Heinz-Alexander Fuetterer <******@****.***> 1697792444 +0200
    Registered: 2024-06-17 08:32
    - Last Modified: 2023-10-20 09:00
    - 4.9K bytes
    - Viewed (0)
Back to top