- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 2,594 for project1 (0.05 seconds)
-
.github/workflows/add-to-project.yml
name: Add to Project on: pull_request_target: issues: types: - opened - reopened jobs: add-to-project: name: Add to project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/orgs/fastapi/projects/2Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Aug 13 02:00:25 GMT 2024 - 368 bytes - Click Count (0) -
.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 />
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Jul 31 14:47:08 GMT 2023 - 3.4K bytes - Click Count (1) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/builder/multithreaded/SmartProjectComparatorTest.java
long weightB = comparator.getProjectWeight(projectB); long weightC = comparator.getProjectWeight(projectC); long weightX = comparator.getProjectWeight(projectX); // Project A should have the highest weight as it's at the root assertTrue(weightA > weightB, "Project A should have weight > Project B"); assertTrue(weightA > weightC, "Project A should have weight > Project C");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Aug 06 12:03:40 GMT 2025 - 8.9K bytes - Click Count (0) -
compat/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
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 5.6K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/execution/DefaultBuildResumptionAnalyzerTest.java
MavenProject projectA = createSucceededMavenProject("A"); MavenProject projectB = createFailedMavenProject("B"); MavenProject projectC = createSkippedMavenProject("C"); projectC.setDependencies(singletonList(toDependency(projectB))); executionResult.setTopologicallySortedProjects(asList(projectA, projectB, projectC));
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 5.9K bytes - Click Count (0) -
dbflute_fess/_project.bat
Shinsuke Sugaya <******@****.***> 1465443144 +0900
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jun 09 03:32:24 GMT 2016 - 161 bytes - Click Count (0) -
docs/ja/docs/project-generation.md
Sebastián Ramírez <******@****.***> 1722296107 -0500
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Jul 29 23:35:07 GMT 2024 - 7.1K bytes - Click Count (0) -
docs/zh/docs/project-generation.md
Kayque Govetri <******@****.***> 1728040594 -0300
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Oct 04 11:16:34 GMT 2024 - 1.8K bytes - Click Count (0) -
dbflute_fess/_project.sh
Shinsuke Sugaya <******@****.***> 1465443144 +0900
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jun 09 03:32:24 GMT 2016 - 128 bytes - Click Count (0) -
docs/en/docs/project-generation.md
# Full Stack FastAPI Template { #full-stack-fastapi-template } Templates, while typically come with a specific setup, are designed to be flexible and customizable. This allows you to modify and adapt them to your project's requirements, making them an excellent starting point. 🏁 You can use this template to get started, as it includes a lot of the initial set up, security, database and some API endpoints already done for you.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Dec 08 13:04:54 GMT 2025 - 2K bytes - Click Count (0)