Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 511 - 520 of 802 for Dokumentation (0.07 seconds)

  1. docs/ru/docs/advanced/openapi-callbacks.md

    Реализуя обратный вызов, вы можете использовать, например, [HTTPX](https://www.python-httpx.org) или [Requests](https://requests.readthedocs.io/).
    
    ///
    
    ## Напишите код документации обратного вызова { #write-the-callback-documentation-code }
    
    Этот код не будет выполняться в вашем приложении, он нужен только для *документирования* того, как должен выглядеть *внешний API*.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  2. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy

                        See <a href="https://bt-internal-docs.grdev.net/gbt/how-to/release/release-troubleshooting/#binary-compatibility-check-failed-">the documentation</a> for more details.
                      </div>
                    </details>
                    <details>
                      <summary>
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Jan 22 12:18:18 GMT 2026
    - 10K bytes
    - Click Count (0)
  3. docs/ja/docs/tutorial/path-params.md

    /// check | 確認
    
    したがって、同じPythonの型宣言を使用することで、**FastAPI**はデータのバリデーションを行います。
    
    表示されたエラーには、バリデーションが通らなかった箇所が明確に示されていることに注意してください。
    
    これは、APIとやり取りするコードを開発・デバッグする際に非常に役立ちます。
    
    ///
    
    ## ドキュメント { #documentation }
    
    そしてブラウザで [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) を開くと、以下の様な自動的に生成された対話的なAPIドキュメントが表示されます。
    
    <img src="/img/tutorial/path-params/image01.png">
    
    /// check | 確認
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 10.8K bytes
    - Click Count (0)
  4. android/guava/src/com/google/common/util/concurrent/Futures.java

       * }
       *
       * <p>When selecting an executor, note that {@code directExecutor} is dangerous in some cases. See
       * the warnings the {@link MoreExecutors#directExecutor} documentation.
       *
       * @param input the primary input {@code Future}
       * @param exceptionType the exception type that triggers use of {@code fallback}. The exception
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 19:26:39 GMT 2026
    - 64.2K bytes
    - Click Count (0)
  5. docs/fr/docs/how-to/custom-request-and-route.md

    Et ces deux éléments, `scope` et `receive`, sont ce dont on a besoin pour créer une nouvelle instance de `Request`.
    
    Pour en savoir plus sur `Request`, consultez [la documentation de Starlette sur les requêtes](https://www.starlette.dev/requests/).
    
    ///
    
    La seule chose que fait différemment la fonction renvoyée par `GzipRequest.get_route_handler`, c'est de convertir la `Request` en `GzipRequest`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  6. docs/en/docs/tutorial/query-params.md

    * Editor support (obviously)
    * Data <dfn title="converting the string that comes from an HTTP request into Python data">"parsing"</dfn>
    * Data validation
    * Automatic documentation
    
    ## Defaults { #defaults }
    
    As query parameters are not a fixed part of a path, they can be optional and can have default values.
    
    In the example above they have default values of `skip=0` and `limit=10`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 4.5K bytes
    - Click Count (0)
  7. CHANGELOG/CHANGELOG-1.10.md

        * Documentation and tools should all convert to the new name. Users should take note of this in case they see this new name in the system.
    * Fix ipvs proxier nodeport eth* assumption ([#56685](https://github.com/kubernetes/kubernetes/pull/56685), [@m1093782566](https://github.com/m1093782566))
    
    
    
    # v1.10.0-alpha.1
    
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Click Count (0)
  8. docs/de/docs/deployment/manually.md

       <span style="background-color:#007166"><font color="#D3D7CF"> server </font></span>  Documentation at <font color="#729FCF"><u style="text-decoration-style:solid">http://0.0.0.0:8000/docs</u></font>
    
                 Logs:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 7.3K bytes
    - Click Count (0)
  9. docs/fr/docs/tutorial/extra-models.md

    Toutes les conversions de données, validations, documentation, etc., fonctionneront comme d'habitude.
    
    De cette façon, nous pouvons ne déclarer que les différences entre les modèles (avec `password` en clair, avec `hashed_password` et sans mot de passe) :
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 7.6K bytes
    - Click Count (0)
  10. docs/zh-hant/docs/tutorial/metadata.md

    * Swagger UI:提供於 `/docs`。
        * 可用 `docs_url` 參數設定其 URL。
        * 設定 `docs_url=None` 可停用。
    * ReDoc:提供於 `/redoc`。
        * 可用 `redoc_url` 參數設定其 URL。
        * 設定 `redoc_url=None` 可停用。
    
    例如,將 Swagger UI 提供於 `/documentation`,並停用 ReDoc:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 5.6K bytes
    - Click Count (0)
Back to Top