- Sort Score
- Num 10 results
- Language All
Results 201 - 210 of 216 for Cont (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/fr/docs/how-to/custom-docs-ui-assets.md
Les documents de l’API utilisent **Swagger UI** et **ReDoc**, et chacune nécessite des fichiers JavaScript et CSS.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 8.7K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/oauth2-jwt.md
Vous pouvez ensuite donner ce jeton directement à un utilisateur ou à un tiers, pour interagir avec votre API avec un ensemble de restrictions. Vous pouvez apprendre à les utiliser et comment ils sont intégrés à **FastAPI** plus tard dans le **Guide de l'utilisateur avancé**. ## Récapitulatif { #recap }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.6K bytes - Click Count (0) -
src/main/resources/fess_message_fr.properties
errors.crud_failed_to_update_crud_table=Échec de la mise à jour des données. ({0}) errors.crud_failed_to_delete_crud_table=Échec de la suppression des données. ({0}) errors.crud_could_not_find_crud_table = Les données {0} sont introuvables. errors.could_not_find_backup_index=Impossible de trouver un index de sauvegarde. errors.no_user_for_changing_password=Le mot de passe actuel n'est pas correct.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 14.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
/> </c:if> <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/style.css')}" rel="stylesheet" type="text/css" /> <link href="${fe:url('/css/font-awesome.min.css')}" rel="stylesheet" type="text/css" /> </head> <body> <la:form styleClass="form-stacked" action="/search/" method="get" styleId="searchForm"> ${fe:facetForm()}${fe:geoForm()} <header>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 14.2K bytes - Click Count (0) -
docs/ja/docs/help-fastapi.md
### 問題を理解する { #understand-the-problem } * まず、そのプルリクエストが解決しようとしている**問題を理解**してください。長めの議論が GitHub Discussion や issue にあるかもしれません。 * その問題は実は**別の方法**で解決でき、プルリクエスト自体が不要な場合もあります。その場合は、その提案や質問をしても良いでしょう。 ### スタイルは気にしすぎない { #dont-worry-about-style } * コミットメッセージのスタイルなどはあまり気にしなくて大丈夫です。私は squash and merge を使い、コミットを手動で調整します。 * スタイルルールについても心配無用です。自動化ツールがすでにチェックしています。 ほかにスタイルや一貫性の要件があれば、私から直接依頼しますし、必要な変更を上に積む形でコミットを追加します。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 15.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BwcVersions.java
// based on the rules described in this classes javadoc, figure out the branch on which an unreleased version // lives. // We do this based on the Gradle project path because there's a direct correlation, so we dont have to duplicate // the logic from there switch (getGradleProjectPathFor(version)) { case ":distribution": return "master"; case ":distribution:bwc:minor":Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 16.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/net/MediaTypeTest.java
assertThat(newType.subtype()).isEqualTo("yams"); } public void testCreateFontType() { MediaType newType = MediaType.createFontType("yams"); assertThat(newType.type()).isEqualTo("font"); assertThat(newType.subtype()).isEqualTo("yams"); } public void testCreateImageType() { MediaType newType = MediaType.createImageType("yams"); assertThat(newType.type()).isEqualTo("image");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 20.4K bytes - Click Count (0) -
.bazelrc
common:android --define=with_xla_support=false common:ios --define=with_xla_support=false # BEGIN TF REMOTE BUILD EXECUTION OPTIONS # Options when using remote execution # WARNING: THESE OPTIONS WONT WORK IF YOU DO NOT HAVE PROPER AUTHENTICATION AND PERMISSIONS # Allow creation of resultstore URLs for any bazel invocation common:resultstore --google_default_credentials
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Mar 28 04:33:01 GMT 2026 - 58.9K bytes - Click Count (0) -
cmd/xl-storage_test.go
testCases := []struct { volume string path string err error }{ // TestXLStorage case - 1. // Validate volume does not exist. { volume: "i-dont-exist", path: "", err: errVolumeNotFound, }, // TestXLStorage case - 2. // Validate bad condition file does not exist. { volume: "exists", path: "as-file-not-found",Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 66K bytes - Click Count (0) -
doc/go_mem.html
<!--{ "Title": "The Go Memory Model", "Subtitle": "Version of June 6, 2022", "Path": "/ref/mem" }--> <style> p.rule { font-style: italic; } </style> <h2 id="introduction">Introduction</h2> <p> The Go memory model specifies the conditions under which reads of a variable in one goroutine can be guaranteed to observe values produced by writes to the same variable in a different goroutine. </p>Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Aug 05 15:41:37 GMT 2025 - 26.6K bytes - Click Count (0)