- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 521 for propre (0.27 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/fr/docs/alternatives.md
* Validation et documentation via ces types. * Système d'injection de dépendances. Il n'utilise pas une librairie tiers de validation, sérialisation et de documentation tel que Pydantic, il utilise son propre système. Ainsi, ces définitions de types de données ne sont pas réutilisables aussi facilement. Il nécessite une configuration un peu plus verbeuse. Et comme il est basé sur WSGI (au lieu d'ASGI), il n'est pas
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 26.6K bytes - Click Count (0) -
.github/workflows/people.yml
with: limit-access-to-actor: true env: GITHUB_TOKEN: ${{ secrets.FASTAPI_PEOPLE }} - name: FastAPI People Experts run: uv run ./scripts/people.py env: GITHUB_TOKEN: ${{ secrets.FASTAPI_PEOPLE }}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 22:02:57 GMT 2026 - 1.5K bytes - Click Count (0) -
scripts/people.py
"one_year_experts": one_year_experts, } # For local development # people_path = Path("../docs/en/data/people.yml") people_path = Path("./docs/en/data/people.yml") updated = update_content(content_path=people_path, new_content=people) if not updated: logging.info("The data hasn't changed, finishing.") return logging.info("Setting up GitHub Actions git user")
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 13:51:24 GMT 2026 - 15K bytes - Click Count (0) -
cmd/prepare-storage.go
if len(endpoints) == 0 || setCount == 0 || setDriveCount == 0 { return nil, nil, errInvalidArgument } // prepare getElapsedTime() to calculate elapsed time since we started trying formatting disks. // All times are rounded to avoid showing milli, micro and nano seconds formatStartTime := time.Now().Round(time.Second)
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Jul 12 20:51:54 GMT 2024 - 11.1K bytes - Click Count (1) -
CONTRIBUTORS
https://github.com/google/guava/graphs/contributors. However, Git history over-counts some people's contributions because they were responsible for mirroring out changes from our internal repo. This files serves mainly to credit people who have not received proper credit in the Git history. Doug Lea, author of some concurrency libraries Joshua O'Madadhain (@jrtom), author of some common.graph commits beyond those that are already attributed to him in the Git history:
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Oct 09 21:14:06 GMT 2025 - 1.7K bytes - Click Count (0) -
docs/en/docs/advanced/vibe.md
* **Embrace modern AI coding practices**: Leave everything up to an LLM to decide. The model knows best. Always. * **No code reviews**: There's no code to review. No PRs to approve. No comments to address. Embrace vibe coding fully, replace the theater of approving and merging vibe coded PRs that no one looks at with full proper vibes only. /// tip
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 16:16:24 GMT 2026 - 2K bytes - Click Count (0) -
docs/fr/docs/advanced/dataclasses.md
Reportez‑vous aux annotations dans le code ci‑dessus pour voir plus de détails spécifiques. ## En savoir plus { #learn-more } Vous pouvez aussi combiner `dataclasses` avec d'autres modèles Pydantic, en hériter, les inclure dans vos propres modèles, etc. Pour en savoir plus, consultez la [documentation Pydantic sur les dataclasses](https://docs.pydantic.dev/latest/concepts/dataclasses/). ## Version { #version }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 4.7K bytes - Click Count (0) -
docs/fr/docs/help-fastapi.md
* Lire d'autres idées, des articles, et découvrir des outils que j'ai créés. * Me suivre pour lire quand je publie quelque chose de nouveau. ## Tweeter à propos de **FastAPI** { #tweet-about-fastapi } [Tweetez à propos de **FastAPI**](https://x.com/compose/tweet?text=I'm loving @fastapi because... https://github.com/fastapi/fastapi) et faites savoir à moi et aux autres pourquoi vous l'appréciez. 🎉Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 14.6K bytes - Click Count (0) -
src/test/java/jcifs/internal/dfs/ReferralTest.java
bb.putShort((short) 10); bb.putShort((short) 600); bb.putShort((short) 22); // pathOffset bb.putShort((short) 60); // altPathOffset - with proper spacing bb.putShort((short) 90); // nodeOffset - with proper spacing bb.position(22); bb.put("\\\\server\\\\share".getBytes(StandardCharsets.UTF_16LE)); bb.putShort((short) 0);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 22K bytes - Click Count (0) -
docs/es/docs/tutorial/schema-extra-example.md
/// tip | Consejo Podrías usar la misma técnica para extender el JSON Schema y añadir tu propia información extra personalizada. Por ejemplo, podrías usarlo para añadir metadatos para una interfaz de usuario frontend, etc. /// /// info | Información
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 9.5K bytes - Click Count (0)