- Sort Score
- Num 10 results
- Language All
Results 251 - 260 of 698 for auto (0.09 seconds)
-
docs/tr/docs/index.md
`fastapi dev` komutu, `main.py` dosyanızı okur, içindeki **FastAPI** uygulamasını algılar ve [Uvicorn](https://www.uvicorn.dev) kullanarak bir server başlatır. Varsayılan olarak `fastapi dev`, local geliştirme için auto-reload etkin şekilde başlar. Daha fazla bilgi için [FastAPI CLI dokümantasyonu](https://fastapi.tiangolo.com/tr/fastapi-cli/)'nu okuyabilirsiniz. </details> ### Kontrol Edelim { #check-it }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 23.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/BuildLogicTest.kt
listOf( stage.getBuildScanCustomValueParam(), buildScanTagParam("BuildLogicTest"), "-Dorg.gradle.java.installations.auto-download=false", "-Porg.gradle.java.installations.auto-download=false", ).joinToString(" "), ) }) { companion object { fun buildTypeId(model: CIBuildModel) = "${model.projectId}_BuildLogicTest"
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 30 04:30:54 GMT 2025 - 1.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/CompileAll.kt
listOf( stage.getBuildScanCustomValueParam(), buildScanTagParam("CompileAll"), "-Dorg.gradle.java.installations.auto-download=false", "-Porg.gradle.java.installations.auto-download=false", ).joinToString(" "), ) setArtifactRules( """$artifactRules
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 1.4K bytes - Click Count (0) -
scripts/docs.py
sponsors_data_path = en_docs_path / "data" / "sponsors.yml" sponsors = mkdocs.utils.yaml_load(sponsors_data_path.read_text(encoding="utf-8")) if not (match_start and match_end): raise RuntimeError("Couldn't auto-generate sponsors section") if not match_pre: raise RuntimeError("Couldn't find pre section (<style>) in index.md") frontmatter_end = match_pre.end() pre_end = match_start.end()
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 17:46:10 GMT 2026 - 25.4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/SanityCheck.kt
listOf( stage.getBuildScanCustomValueParam(), buildScanTagParam("SanityCheck"), "-Dorg.gradle.java.installations.auto-download=false", "-Porg.gradle.java.installations.auto-download=false", ).joinToString(" "), ) }) { companion object { fun buildTypeId(model: CIBuildModel) = "${model.projectId}_SanityCheck" }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Aug 25 20:21:47 GMT 2025 - 1.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/BuildDistributions.kt
buildScanTagParam("BuildDistributions"), "-PtestJavaVersion=${os.buildJavaVersion.major}", "-Dorg.gradle.java.installations.auto-download=false", "-Porg.gradle.java.installations.auto-download=false", ).joinToString(" "), ) features { publishBuildStatusToGithub(model) } setArtifactRules(
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jan 07 10:42:35 GMT 2026 - 1.3K bytes - Click Count (0) -
docs/fr/docs/index.md
* **Moins de bugs** : réduit d'environ 40 % les erreurs induites par le développeur. * * **Intuitif** : excellente compatibilité avec les éditeurs. <dfn title="également connu sous le nom de : auto-complétion, autocomplétion, IntelliSense">Autocomplétion</dfn> partout. Moins de temps passé à déboguer. * **Facile** : conçu pour être facile à utiliser et à apprendre. Moins de temps passé à lire les documents.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 23.8K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.21.md
- Using exec auth plugins with kubectl no longer results in warnings about constructing many client instances from the same exec auth config. ([#97857](https://github.com/kubernetes/kubernetes/pull/97857), [@liggitt](https://github.com/liggitt)) [SIG API Machinery and Auth] - When a CNI plugin returns dual-stack pod IPs, kubelet will now try to respect the
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Oct 14 07:03:14 GMT 2022 - 367.3K bytes - Click Count (0) -
docs/ko/docs/index.md
<summary><code>fastapi dev</code> 명령에 관하여...</summary> `fastapi dev` 명령은 여러분의 `main.py` 파일을 자동으로 읽고, 그 안의 **FastAPI** 앱을 감지한 다음, [Uvicorn](https://www.uvicorn.dev)을 사용해 서버를 시작합니다. 기본적으로 `fastapi dev`는 로컬 개발을 위해 auto-reload가 활성화된 상태로 시작됩니다. 자세한 내용은 [FastAPI CLI 문서](https://fastapi.tiangolo.com/ko/fastapi-cli/)에서 확인할 수 있습니다. </details> ### 확인하기 { #check-it }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 23.4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt
"-PtestJavaVendor=$testJavaVendor", "-PautoDownloadAndroidStudio=true", "-PrunAndroidStudioInHeadlessMode=true", "-Dorg.gradle.java.installations.auto-download=false", "-Porg.gradle.java.installations.auto-download=false", ) + os.javaInstallationLocations(arch) + listOf( "-Porg.gradle.performance.branchName" to "%teamcity.build.branch%",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 4K bytes - Click Count (0)