- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 178 for projetos (0.03 sec)
-
.github/workflows/codeql-analysis.yml
# For most projects, this workflow file will not need changing; you simply need # to commit it to your repository. # # You may wish to alter this file to override the set of languages analyzed, # or to provide custom queries or build logic. name: "CodeQL" on: push: branches: [master] pull_request: # The branches below must be a subset of the branches above branches: [master] schedule: - cron: '0 11 * * 4' jobs:
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Fri Oct 02 13:24:14 UTC 2020 - 2.5K bytes - Viewed (0) -
SECURITY.md
the security issue. By default MinIO will **not** publish this information to protect your privacy. This process can take some time, especially when coordination is required with maintainers of other projects. Every effort will be made to handle the bug in as timely a manner as possible, however it's important that we
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Feb 12 00:51:25 UTC 2022 - 2.2K bytes - Viewed (0) -
api/maven-api-toolchain/src/main/java/org/apache/maven/api/toolchain/package-info.java
// CHECKSTYLE_OFF: RegexpHeader /** * Provides classes for managing Maven toolchains, which allow projects to use specific * tool installations (like JDKs, compilers, or other build tools) across different * environments without hardcoding paths. * * @since 4.0.0 */
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Mar 04 14:17:18 UTC 2025 - 313 bytes - Viewed (0) -
.github/workflows/issues.yaml
jobs: add-to-project: name: Add issue to project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/miniohq/projects/2
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Jan 11 07:02:00 UTC 2024 - 338 bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
import configurations.SanityCheck import configurations.SmokeIdeTests import configurations.SmokeTests import configurations.TestPerformanceTest import projects.DEFAULT_FUNCTIONAL_TEST_BUCKET_SIZE import projects.DEFAULT_LINUX_FUNCTIONAL_TEST_BUCKET_SIZE import projects.DEFAULT_MACOS_FUNCTIONAL_TEST_BUCKET_SIZE enum class StageName( val stageName: String, val description: String, val uuid: String, ) {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Sun Aug 03 22:40:28 UTC 2025 - 25.9K bytes - Viewed (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.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2K bytes - Viewed (0) -
docs/pt/docs/how-to/custom-docs-ui-assets.md
Aqui vocĂȘ verĂĄ como providenciar esses arquivos vocĂȘ mesmo, no mesmo aplicativo FastAPI, e configurar a documentação para usĂĄ-los. ### Estrutura de Arquivos do Projeto Vamos supor que a estrutura de arquivos do seu projeto se pareça com isso: ``` . âââ app â âââ __init__.py â âââ main.py ``` Agora crie um diretĂłrio para armazenar esses arquivos estĂĄticos.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Apr 28 18:31:44 UTC 2025 - 8.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/GradleBuildToolRootProject.kt
package projects import common.VersionedSettingsBranch import common.isSecurityFork import jetbrains.buildServer.configs.kotlin.Project import model.CIBuildModel import model.DefaultFunctionalTestBucketProvider import model.JsonBasedGradleSubprojectProvider import promotion.PromotionProject import util.UtilPerformanceProject import util.UtilProject import java.io.File class GradleBuildToolRootProject( branch: VersionedSettingsBranch,
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 1.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/PerformanceTestProject.kt
package projects import configurations.PerformanceTest import jetbrains.buildServer.configs.kotlin.Project import model.CIBuildModel import model.PerformanceTestBucketProvider import model.PerformanceTestCoverage import model.PerformanceTestProjectSpec import model.Stage abstract class PerformanceTestProject( model: CIBuildModel, val spec: PerformanceTestProjectSpec, val performanceTests: List<PerformanceTest>, ) : Project({
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 1.2K bytes - Viewed (0) -
docs/pt/docs/python-types.md
Se vocĂȘ pode escolher uma versĂŁo mais recente do Python para o seu projeto, vocĂȘ poderĂĄ aproveitar isso ao seu favor. Em todos os documentos existem exemplos compatĂveis com cada versĂŁo do Python (quando existem diferenças).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 10:32:53 UTC 2024 - 17.8K bytes - Viewed (0)