Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 191 - 200 of 460 for modeli (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp-coroutines/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.coroutines {
      requires okhttp3;
      exports okhttp3.coroutines;
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 108 bytes
    - Click Count (0)
  2. okhttp-java-net-cookiejar/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.java.net.cookiejar {
      requires okhttp3;
      exports okhttp3.java.net.cookiejar;
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 124 bytes
    - Click Count (0)
  3. okhttp-sse/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.sse {
      requires okhttp3;
      exports okhttp3.sse;
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 94 bytes
    - Click Count (0)
  4. docs/de/docs/advanced/additional-status-codes.md

    /// warning | Achtung
    
    Wenn Sie eine `Response` direkt zurückgeben, wie im obigen Beispiel, wird sie direkt zurückgegeben.
    
    Sie wird nicht mit einem Modell usw. serialisiert.
    
    Stellen Sie sicher, dass sie die gewünschten Daten enthält und dass die Werte gültiges JSON sind (wenn Sie `JSONResponse` verwenden).
    
    ///
    
    /// note | Technische Details
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 2.4K bytes
    - Click Count (0)
  5. docs/pt/docs/advanced/additional-status-codes.md

    /// warning | Atenção
    
    Quando você retorna um `Response` diretamente, como no exemplo acima, ele será retornado diretamente.
    
    Ele não será serializado com um modelo, etc.
    
    Garanta que ele tenha toda informação que você deseja, e que os valores sejam um JSON válido (caso você esteja usando `JSONResponse`).
    
    ///
    
    /// note | Detalhes Técnicos
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 2.1K bytes
    - Click Count (0)
  6. docs/ru/docs/tutorial/security/get-current-user.md

    Мы не ограничены наличием только одной зависимости, которая может возвращать такой тип данных.
    
    ///
    
    ## Другие модели { #other-models }
    
    Теперь вы можете получать текущего пользователя напрямую в *функциях-обработчиках пути* и работать с механизмами безопасности на уровне **внедрения зависимостей**, используя `Depends`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 19:57:34 GMT 2026
    - 6.9K bytes
    - Click Count (0)
  7. docs/fr/docs/tutorial/security/simple-oauth2.md

        hashed_password = user_dict["hashed_password"],
    )
    ```
    
    /// info
    
    Pour une explication plus complète de `**user_dict`, consultez [la documentation pour **Modèles supplémentaires**](../extra-models.md#about-user-in-dict).
    
    ///
    
    ## Renvoyer le jeton { #return-the-token }
    
    La réponse de l'endpoint `token` doit être un objet JSON.
    
    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/es/docs/advanced/response-headers.md

    {* ../../docs_src/response_headers/tutorial002_py310.py hl[1, 7:8] *}
    
    Y luego puedes devolver cualquier objeto que necesites, como harías normalmente (un `dict`, un modelo de base de datos, etc).
    
    Y si declaraste un `response_model`, aún se usará para filtrar y convertir el objeto que devolviste.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 2.3K bytes
    - Click Count (0)
  9. api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderResult.java

         */
        @Nonnull
        List<Profile> getActivePomProfiles();
    
        /**
         * Gets the profiles that were active during model building for a specific model in the hierarchy.
         * This allows tracking which profiles came from which model (parent vs child).
         *
         * @param modelId The identifier of the model (groupId:artifactId:version) or empty string for the super POM.
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 17:20:31 GMT 2025
    - 4.2K bytes
    - Click Count (0)
  10. docs/fr/docs/advanced/using-request-directly.md

    En revanche, tout autre paramètre déclaré normalement (par exemple, le corps avec un modèle Pydantic) sera toujours validé, converti, annoté, etc.
    
    Mais il existe des cas spécifiques où il est utile d'obtenir l'objet `Request`.
    
    ## Utiliser l'objet `Request` directement { #use-the-request-object-directly }
    
    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)
Back to Top