Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 1,337 for Dagger (0.08 seconds)

  1. docs/fr/docs/tutorial/bigger-applications.md

    # Créer des applications plus grandes - Plusieurs fichiers { #bigger-applications-multiple-files }
    
    Si vous créez une application ou une API web, il est rare que vous puissiez tout mettre dans un seul fichier.
    
    **FastAPI** fournit un outil pratique pour structurer votre application tout en conservant toute la flexibilité.
    
    /// info
    
    Si vous venez de Flask, cela équivaut aux Blueprints de Flask.
    
    ///
    
    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)
  2. docs/es/docs/tutorial/bigger-applications.md

    # Aplicaciones más grandes - Múltiples archivos { #bigger-applications-multiple-files }
    
    Si estás construyendo una aplicación o una API web, rara vez podrás poner todo en un solo archivo.
    
    **FastAPI** proporciona una herramienta conveniente para estructurar tu aplicación manteniendo toda la flexibilidad.
    
    /// info | Información
    
    Si vienes de Flask, esto sería el equivalente a los Blueprints de Flask.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 20.2K bytes
    - Click Count (0)
  3. docs/pt/docs/tutorial/bigger-applications.md

    # Aplicações Maiores - Múltiplos Arquivos { #bigger-applications-multiple-files }
    
    Se você está construindo uma aplicação ou uma API web, é raro que você possa colocar tudo em um único arquivo.
    
    **FastAPI** oferece uma ferramenta conveniente para estruturar sua aplicação, mantendo toda a flexibilidade.
    
    /// info | Informação
    
    Se você vem do Flask, isso seria o equivalente aos Blueprints do Flask.
    
    ///
    
    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)
  4. cmd/metrics-v3-logger-webhook.go

    		"Total number of messages sent to this target",
    		allWebhookLabels...)
    )
    
    // loadLoggerWebhookMetrics - `MetricsLoaderFn` for logger webhook
    // such as failed messages and total messages.
    func loadLoggerWebhookMetrics(ctx context.Context, m MetricValues, c *metricsCache) error {
    	tgts := append(logger.SystemTargets(), logger.AuditTargets()...)
    	for _, t := range tgts {
    		labels := []string{nameL, t.String(), endpointL, t.Endpoint()}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue May 14 07:27:33 GMT 2024
    - 2K bytes
    - Click Count (0)
  5. docs/en/docs/img/index/index-04-swagger-03.png

    index-04-swagger-03.png...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 26 19:09:53 GMT 2020
    - 66K bytes
    - Click Count (0)
  6. docs/en/docs/img/index/index-03-swagger-02.png

    index-03-swagger-02.png...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 26 19:09:53 GMT 2020
    - 73.3K bytes
    - Click Count (0)
  7. docs/en/docs/img/index/index-01-swagger-ui-simple.png

    index-01-swagger-ui-simple.png...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 26 19:09:53 GMT 2020
    - 72.4K bytes
    - Click Count (0)
  8. docs/de/docs/how-to/configure-swagger-ui.md

    ## Andere Parameter der Swagger-Oberfläche { #other-swagger-ui-parameters }
    
    Um alle anderen möglichen Konfigurationen zu sehen, die Sie verwenden können, lesen Sie die offizielle [Dokumentation für die Parameter der Swagger-Oberfläche](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/).
    
    ## Nur-JavaScript-Einstellungen { #javascript-only-settings }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 3.4K bytes
    - Click Count (0)
  9. docs/uk/docs/how-to/configure-swagger-ui.md

    # Налаштуйте Swagger UI { #configure-swagger-ui }
    
    Ви можете налаштувати додаткові [параметри Swagger UI](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/).
    
    Щоб їх налаштувати, передайте аргумент `swagger_ui_parameters` під час створення об’єкта додатка `FastAPI()` або до функції `get_swagger_ui_html()`.
    
    `swagger_ui_parameters` отримує словник із налаштуваннями, що передаються безпосередньо до Swagger UI.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 4.2K bytes
    - Click Count (0)
  10. docs/tr/docs/how-to/configure-swagger-ui.md

    # Swagger UI'yi Yapılandırın { #configure-swagger-ui }
    
    Bazı ek [Swagger UI parametrelerini](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/) yapılandırabilirsiniz.
    
    Bunları yapılandırmak için, `FastAPI()` uygulama nesnesini oluştururken ya da `get_swagger_ui_html()` fonksiyonuna `swagger_ui_parameters` argümanını verin.
    
    `swagger_ui_parameters`, Swagger UI'ye doğrudan iletilecek yapılandırmaları içeren bir `dict` alır.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 3.2K bytes
    - Click Count (0)
Back to Top