Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 201 - 210 of 242 for interactiva (0.1 seconds)

  1. docs/de/docs/tutorial/query-params-str-validations.md

    Um einen Query-Parameter mit einem Typ `list` zu deklarieren, wie im obigen Beispiel, müssen Sie explizit `Query` verwenden, da er andernfalls als <abbr title="Anfragekörper">Requestbody</abbr> interpretiert würde.
    
    ///
    
    Die interaktive API-Dokumentation wird entsprechend aktualisiert, um mehrere Werte zu erlauben:
    
    <img src="/img/tutorial/query-params-str-validations/image02.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 18.7K bytes
    - Click Count (0)
  2. docs/fr/docs/tutorial/query-params-str-validations.md

    ///
    
    L’interface de documentation interactive de l’API sera mise à jour en conséquence, pour autoriser plusieurs valeurs :
    
    <img src="/img/tutorial/query-params-str-validations/image02.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 19K bytes
    - Click Count (0)
  3. docs/fr/docs/tutorial/bigger-applications.md

    * `/items/{item_id}`
    
    ... comme prévu.
    
    * Ils seront marqués avec une liste de tags qui contient une seule chaîne « items ».
        * Ces « tags » sont particulièrement utiles pour les systèmes de documentation interactive automatique (utilisant OpenAPI).
    * Ils incluront tous les `responses` prédéfinies.
    * Tous ces *chemins d'accès* auront la liste des `dependencies` évaluées/exécutées avant eux.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  4. docs/ru/docs/deployment/docker.md

    Вы увидите что-то вроде:
    
    ```JSON
    {"item_id": 5, "q": "somequery"}
    ```
    
    ## Интерактивная документация API { #interactive-api-docs }
    
    Теперь зайдите на [http://192.168.99.100/docs](http://192.168.99.100/docs) или [http://127.0.0.1/docs](http://127.0.0.1/docs) (или аналогичный URL вашего Docker-хоста).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 43.5K bytes
    - Click Count (0)
  5. docs/pt/docs/tutorial/bigger-applications.md

    * `/items/`
    * `/items/{item_id}`
    
    ...como pretendíamos.
    
    * Elas serão marcadas com uma lista de tags que contêm uma única string `"items"`.
        * Essas "tags" são especialmente úteis para os sistemas de documentação interativa automática (usando OpenAPI).
    * Todas elas incluirão as `responses` predefinidas.
    * Todas essas *operações de rota* terão a list de `dependencies` avaliada/executada antes delas.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  6. docs/fr/docs/deployment/https.md

    <img src="/img/deployment/https/https02.drawio.svg">
    
    Cette interaction entre le client et le serveur pour établir la connexion TLS s'appelle la **négociation TLS (TLS handshake)**.
    
    ### TLS avec l'extension SNI { #tls-with-sni-extension }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  7. docs/bucket/replication/README.md

    ### Interaction with extended Bucket Versioning configuration
    
    When Bucket Versioning with excluded prefixes are configured objects matching these prefixes are excluded from being versioned and replicated.
    
    ```
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 18.3K bytes
    - Click Count (0)
  8. docs/changelogs/changelog_2x.md

     *  Fix: Resurrect http/2 frame logging.
     *  Fix: Limit to 20 authorization attempts.
    
    ## Version 2.1.0
    
    _2014-11-11_
    
     *  New: Typesafe APIs for interacting with cipher suites and TLS versions.
     *  Fix: Don't crash when mixing authorization challenges with upload retries.
    
    
    ## Version 2.1.0-RC1
    
    _2014-11-04_
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 26.6K bytes
    - Click Count (0)
  9. docs/tr/docs/deployment/docker.md

    Şuna benzer bir şey görürsünüz:
    
    ```JSON
    {"item_id": 5, "q": "somequery"}
    ```
    
    ## Etkileşimli API Dokümanları { #interactive-api-docs }
    
    Şimdi [http://192.168.99.100/docs](http://192.168.99.100/docs) veya [http://127.0.0.1/docs](http://127.0.0.1/docs) adresine gidebilirsiniz (ya da Docker host'unuzla eşdeğeri).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 29.6K bytes
    - Click Count (0)
  10. src/main/java/jcifs/dcerpc/msrpc/lsarpc.java

    import jcifs.dcerpc.ndr.NdrObject;
    import jcifs.dcerpc.ndr.NdrSmall;
    
    /**
     * LSA RPC (Local Security Authority Remote Procedure Call) interface definitions.
     * This class provides data structures and constants for interacting with the
     * Windows Local Security Authority service via DCE/RPC protocol.
     */
    @SuppressWarnings("all")
    public class lsarpc {
    
        /**
         * Private constructor to prevent instantiation of utility class.
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 44.5K bytes
    - Click Count (0)
Back to Top