Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 91 - 100 of 147 for interativa (0.1 seconds)

  1. docs/de/docs/tutorial/dependencies/index.md

    ## Integriert in OpenAPI { #integrated-with-openapi }
    
    Alle Requestdeklarationen, -validierungen und -anforderungen Ihrer Abhängigkeiten (und Unterabhängigkeiten) werden in dasselbe OpenAPI-Schema integriert.
    
    Die interaktive Dokumentation enthält also auch alle Informationen aus diesen Abhängigkeiten:
    
    <img src="/img/tutorial/dependencies/image01.png">
    
    ## Einfache Verwendung { #simple-usage }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 11.3K bytes
    - Click Count (0)
  2. ci/devinfra/docker/windows2022/Dockerfile

    RUN $env:Path += \";$env:ProgramFiles\\google-cloud-sdk\\bin\"; \
        [Environment]::SetEnvironmentVariable('Path', $env:Path, [EnvironmentVariableTarget]::Machine);
    # Re-enable prompts for interactive use.
    ENV CLOUDSDK_CORE_DISABLE_PROMPTS=""
    
    # MSYS attempts to use non-cmd versions, which aren't meant for Windows
    RUN Add-Content -Path C:\tools\msys64\.bashrc -Value 'alias gcloud=gcloud.cmd'
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Mar 04 19:50:57 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  3. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
    
    Also add information on how to contact you by electronic and paper mail.
    
    If the program is interactive, make it output a short notice like this
    when it starts in an interactive mode:
    
        Gnomovision version 69, Copyright (C) year name of author
        Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri May 17 19:14:22 GMT 2024
    - 38.5K bytes
    - Click Count (0)
  4. docs/es/docs/tutorial/response-model.md

    <img src="/img/tutorial/response-model/image01.png">
    
    Y ambos modelos se utilizarán para la documentación interactiva de la API:
    
    <img src="/img/tutorial/response-model/image02.png">
    
    ## Otras Anotaciones de Tipos de Retorno { #other-return-type-annotations }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 17.1K bytes
    - Click Count (0)
  5. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/ClassMap.java

                if (interfaceMethod != null) {
                    return interfaceMethod;
                }
            }
    
            return null;
        }
    
        /**
         * Used for the iterative discovery process for public methods.
         */
        private static final class MethodInfo {
            Method method;
    
            String name;
    
            Class<?>[] parameterTypes;
    
            boolean upcast;
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Apr 05 11:52:05 GMT 2025
    - 13.5K bytes
    - Click Count (0)
  6. docs/es/docs/python-types.md

        * Generando **errores automáticos** devueltos al cliente cuando los datos son inválidos.
    * **Documentar** la API usando OpenAPI:
        * Que luego es usada por las interfaces de documentación interactiva automática.
    
    Todo esto puede sonar abstracto. No te preocupes. Verás todo esto en acción en el [Tutorial - Guía del Usuario](tutorial/index.md).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 11.6K bytes
    - Click Count (1)
  7. docs/fr/docs/tutorial/security/simple-oauth2.md

    C'est l'avantage des standards ...
    
    ///
    
    ## Voir en action { #see-it-in-action }
    
    Ouvrez la documentation interactive : [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs).
    
    ### S'authentifier { #authenticate }
    
    Cliquez sur le bouton « Authorize ».
    
    Utilisez les identifiants :
    
    Utilisateur : `johndoe`
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  8. docs/zh-hant/docs/index.md

    * 透過路徑 `/` 和 `/items/{item_id}` 接受 HTTP 請求。
    * 以上兩個路徑都接受 `GET` 操作(也被稱為 HTTP _方法_)。
    * 路徑 `/items/{item_id}` 有一個 `int` 型別的路徑參數 `item_id`。
    * 路徑 `/items/{item_id}` 有一個可選的 `str` 查詢參數 `q`。
    
    ### 互動式 API 文件 { #interactive-api-docs }
    
    接著前往 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。
    
    你會看到自動生成的互動式 API 文件(由 [Swagger UI](https://github.com/swagger-api/swagger-ui) 提供):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 20.8K bytes
    - Click Count (0)
  9. impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java

            Map<String, Object> configProps = new LinkedHashMap<>();
            configProps.put(ConfigurationProperties.USER_AGENT, getUserAgent());
            configProps.put(ConfigurationProperties.INTERACTIVE, request.isInteractiveMode());
            configProps.put("maven.startTime", request.getStartTime());
            configProps.put(Constants.MAVEN_START_INSTANT, request.getStartInstant());
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Mar 19 13:42:58 GMT 2026
    - 25.8K bytes
    - Click Count (0)
  10. docs/ja/docs/index.md

    * 両方の _パス_ は `GET` 操作(HTTP _メソッド_ としても知られています)を取ります。
    * _パス_ `/items/{item_id}` は `int` であるべき _パスパラメータ_ `item_id` を持ちます。
    * _パス_ `/items/{item_id}` はオプションの `str` _クエリパラメータ_ `q` を持ちます。
    
    ### 自動対話型 API ドキュメント { #interactive-api-docs }
    
    次に、[http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) にアクセスします。
    
    自動対話型 API ドキュメントが表示されます([Swagger UI](https://github.com/swagger-api/swagger-ui) が提供しています)。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 25.6K bytes
    - Click Count (0)
Back to Top