- Sort Score
- Num 10 results
- Language All
Results 571 - 580 of 2,183 for doAs (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
BUILDING.md
## Build logic organisation The Elasticsearch project contains 3 build-related projects that are included into the Elasticsearch build as a [composite build](https://docs.gradle.org/current/userguide/composite_builds.html). ### `build-conventions` This project contains build conventions that are applied to all elasticsearch projects. ### `build-tools`
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 23 07:45:59 GMT 2021 - 6.7K bytes - Click Count (0) -
README.md
## Snapshots and Documentation Snapshots of Guava built from the `master` branch are available through Maven using version `999.0.0-HEAD-jre-SNAPSHOT`, or `999.0.0-HEAD-android-SNAPSHOT` for the Android flavor. [Snapshot API Javadoc][guava-snapshot-api-docs] as well as
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 16 22:01:32 GMT 2025 - 6.2K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/configuration/SettingsXmlConfigurationProcessor.java
userSettingsFile = resolveFile(userSettingsFile, workingDirectory); if (!userSettingsFile.isFile()) { throw new FileNotFoundException("The specified user settings file does not exist: " + userSettingsFile); } } else { userSettingsFile = DEFAULT_USER_SETTINGS_FILE; } File projectSettingsFile;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Apr 19 18:49:57 GMT 2025 - 12K bytes - Click Count (0) -
architecture/standards/0002-avoid-using-java-serialization.md
With Java serialization, even minor changes to a class (like adding a field) can break compatibility. - **Cross-Language Compatibility:** Java serialization is inherently Java-centric and does not support cross-language scenarios well. - **Type Safety:** Java serialization does not enforce type safety as strictly as some alternatives, potentially leading to runtime errors. ## Decision We do not use Java serialization.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 14:05:45 GMT 2026 - 2.3K bytes - Click Count (0) -
.github/workflows/scorecard.yml
on: # For Branch-Protection check. Only the default branch is supported. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection branch_protection_rule: # To guarantee Maintained check is occasionally updated. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained schedule: - cron: '45 9 * * 0' push: branches: [ "master" ]Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 22:02:44 GMT 2026 - 2.9K bytes - Click Count (0) -
docs/de/docs/tutorial/request-form-models.md
## Die Dokumentation testen { #check-the-docs } Sie können dies in der Dokumentations-UI unter `/docs` testen: <div class="screenshot"> <img src="/img/tutorial/request-form-models/image01.png"> </div> ## Zusätzliche Formularfelder verbieten { #forbid-extra-form-fields }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 2.6K bytes - Click Count (0) -
docs/fr/docs/tutorial/query-param-models.md
FastAPI extrait les données pour chaque champ à partir des paramètres de requête de la requête et vous fournit le modèle Pydantic que vous avez défini. ## Consulter les documents { #check-the-docs } Vous pouvez voir les paramètres de requête dans l'interface des documents à `/docs` : <div class="screenshot"> <img src="/img/tutorial/query-param-models/image01.png"> </div>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 2.5K bytes - Click Count (0) -
docs/fr/docs/tutorial/request-form-models.md
**FastAPI** va **extraire** les données pour **chaque champ** à partir des **données de formulaire** de la requête et vous fournir le modèle Pydantic que vous avez défini. ## Consulter les documents { #check-the-docs } Vous pouvez le vérifier dans l'interface des documents à `/docs` : <div class="screenshot"> <img src="/img/tutorial/request-form-models/image01.png"> </div> ## Interdire les champs de formulaire supplémentaires { #forbid-extra-form-fields }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.5K bytes - Click Count (0) -
docs/zh/docs/advanced/openapi-webhooks.md
这是因为我们预计**您的用户**会以其他方式(例如通过网页仪表板)来定义他们希望接收网络钩子的请求的实际 **URL 路径**。 ### 查看文档 { #check-the-docs } 现在您可以启动您的应用程序并访问 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。 您会看到您的文档不仅有正常的*路径操作*显示,现在还多了一些**网络钩子**:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 3K bytes - Click Count (0) -
docs/fr/docs/tutorial/schema-extra-example.md
{* ../../docs_src/schema_extra_example/tutorial003_an_py310.py hl[22:29] *} ### Exemple dans l'interface des documents { #example-in-the-docs-ui } Avec l'une des méthodes ci-dessus, cela ressemblerait à ceci dans le `/docs` : <img src="/img/tutorial/body-fields/image01.png"> ### `Body` avec plusieurs `examples` { #body-with-multiple-examples }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 10.2K bytes - Click Count (0)