Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 2,559 for myproject (0.08 seconds)

  1. docs/ru/docs/project-generation.md

    Motov Yurii <******@****.***> 1765488303 +0100
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Thu Dec 11 21:25:03 GMT 2025
    - 3.1K bytes
    - Click Count (0)
  2. .github/workflows/label-approved.yml

        - name: Setup uv
          uses: astral-sh/setup-uv@v7
          with:
            version: "0.4.15"
            enable-cache: true
            cache-dependency-glob: |
                requirements**.txt
                pyproject.toml
        - name: Install GitHub Actions dependencies
          run: uv pip install -r requirements-github-actions.txt
        - name: Label Approved
          run: python ./scripts/label_approved.py
          env:
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Nov 21 13:03:21 GMT 2025
    - 1.1K bytes
    - Click Count (0)
  3. .github/workflows/topic-repos.yml

          - name: Setup uv
            uses: astral-sh/setup-uv@v7
            with:
              version: "0.4.15"
              enable-cache: true
              cache-dependency-glob: |
                requirements**.txt
                pyproject.toml
          - name: Install GitHub Actions dependencies
            run: uv pip install -r requirements-github-actions.txt
          - name: Update Topic Repos
            run: python ./scripts/topic_repos.py
            env:
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Nov 21 13:03:21 GMT 2025
    - 1021 bytes
    - Click Count (0)
  4. docs/tr/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
    - 6K bytes
    - Click Count (0)
  5. docs/pt/docs/project-generation.md

    Motov Yurii <******@****.***> 1765966623 +0100
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 10:17:03 GMT 2025
    - 2.2K bytes
    - Click Count (0)
  6. docs/fr/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
    - 6.7K bytes
    - Click Count (0)
  7. docs/ko/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
    - 2.1K bytes
    - Click Count (0)
  8. .github/workflows/deploy-docs.yml

          - name: Setup uv
            uses: astral-sh/setup-uv@v7
            with:
              version: "0.4.15"
              enable-cache: true
              cache-dependency-glob: |
                requirements**.txt
                pyproject.toml
          - name: Install GitHub Actions dependencies
            run: uv pip install -r requirements-github-actions.txt
          - name: Deploy Docs Status Pending
            run: python ./scripts/deploy_docs_status.py
            env:
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Nov 21 13:03:21 GMT 2025
    - 2.8K bytes
    - Click Count (0)
  9. dbflute_fess/_readme.txt

    output/doc : Directory for auto-generated documents
    playsql    : Directory for ReplaceSchema task
    schema     : Directory for files of schema info
    - - - - - - - - - -/
    
    The files, _project.bat, _project.sh, build.properties
    are for internal processes of DBFlute tasks so basically
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Jul 04 22:46:31 GMT 2015
    - 2.5K bytes
    - Click Count (0)
  10. compat/maven-model-builder/src/test/resources/poms/validation/raw-model/profile-activation-file-with-project-expressions.xml

      <profiles>
    
        <profile>
          <id>exists-project-version</id>
          <activation>
            <file>
              <exists>${project.version}/test.txt</exists>
            </file>
          </activation>
        </profile>
        <profile>
          <id>missing-project-version</id>
          <activation>
            <file>
              <missing>${project.version}/test.txt</missing>
            </file>
          </activation>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 1.5K bytes
    - Click Count (0)
Back to Top