Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 41 for Lifespan (0.05 seconds)

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

  1. api/maven-api-di/src/main/java/org/apache/maven/api/di/MojoExecutionScoped.java

    import static java.lang.annotation.ElementType.METHOD;
    import static java.lang.annotation.ElementType.TYPE;
    import static java.lang.annotation.RetentionPolicy.RUNTIME;
    
    /**
     * Indicates that the annotated bean has a lifespan limited to a given mojo execution,
     * which means each mojo execution will result in a different instance being injected.
     * <p>
     * The following objects will be bound to the mojo execution scope:
     *     <ul>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Sep 12 06:14:46 GMT 2024
    - 1.7K bytes
    - Click Count (0)
  2. docs/de/llm-prompt.md

    * the form body: der Formularbody
    * the header: der Header
    * the headers (plural): die Header
    * in headers (plural): in Headern
    * the forwarded header: der Forwarded-Header
    * the lifespan event: das Lifespan-Event
    * the lock: der Lock
    * the locking: das Locking
    * the mobile application: die Mobile-Anwendung
    * the model object: das Modellobjekt
    * the mounting: das Mounten
    * mounted: gemountet
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Dec 29 18:54:20 GMT 2025
    - 9.8K bytes
    - Click Count (0)
  3. docs/en/docs/_llm-test.md

    * the cookie parameter
    * the header parameter
    * the form parameter
    * the function parameter
    
    * the event
    * the startup event
    * the startup of the server
    * the shutdown event
    * the lifespan event
    
    * the handler
    * the event handler
    * the exception handler
    * to handle
    
    * the model
    * the Pydantic model
    * the data model
    * the database model
    * the form model
    * the model object
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 11K bytes
    - Click Count (0)
  4. docs/sts/keycloak.md

      - Add and Save
    
    - Go to Clients
      - Click on `account`
      - Settings, set `Valid Redirect URIs` to `*`, expand `Advanced Settings` and set `Access Token Lifespan` to `1 Hours`
      - Save
    
    - Go to Clients
      - Click on `account`
      - Mappers
      - Create
        - `Name` with any text
        - `Mapper Type` is `User Attribute`
        - `User Attribute` is `policy`
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 8.1K bytes
    - Click Count (0)
  5. docs/en/docs/deployment/https.md

    The domains are securely verified and the certificates are generated automatically. This also allows automating the renewal of these certificates.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 14K bytes
    - Click Count (0)
  6. docs/ru/docs/advanced/events.md

    Вы можете прочитать больше про обработчики `lifespan` в Starlette в [документации Starlette по Lifespan](https://www.starlette.dev/lifespan/).
    
    Включая то, как работать с состоянием lifespan, которое можно использовать в других частях вашего кода.
    
    ///
    
    ## Подприложения { #sub-applications }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 12.6K bytes
    - Click Count (0)
  7. docs/uk/docs/advanced/testing-events.md

    Коли вам потрібно, щоб `lifespan` виконувався у ваших тестах, ви можете використати `TestClient` з оператором `with`:
    
    {* ../../docs_src/app_testing/tutorial004_py310.py hl[9:15,18,27:28,30:32,41:43] *}
    
    Ви можете прочитати більше у [«Запуск тривалості життя у тестах на офіційному сайті документації Starlette.»](https://www.starlette.dev/lifespan/#running-lifespan-in-tests)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:43:14 GMT 2026
    - 892 bytes
    - Click Count (0)
  8. docs/zh/docs/advanced/events.md

    在不共享逻辑或变量的不同函数中处理这些逻辑比较困难,因为你需要在全局变量中存储值或使用类似的方式。
    
    因此,推荐使用上面所述的 `lifespan`。
    
    ## 技术细节 { #technical-details }
    
    只是为好奇者提供的技术细节。🤓
    
    在底层,这部分是 ASGI 技术规范中的 [Lifespan 协议](https://asgi.readthedocs.io/en/latest/specs/lifespan.html)的一部分,定义了称为 `startup` 和 `shutdown` 的事件。
    
    /// info | 信息
    
    你可以在 [Starlette 的 Lifespan 文档](https://www.starlette.dev/lifespan/) 中阅读更多关于 `lifespan` 处理器的内容。
    
    包括如何处理生命周期状态,以便在代码的其他部分使用。
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 7.2K bytes
    - Click Count (0)
  9. docs/ja/docs/_llm-test.md

    * フォームボディ
    * ファイルボディ
    * 関数本体
    
    * パラメータ
    * ボディパラメータ
    * パスパラメータ
    * クエリパラメータ
    * Cookie パラメータ
    * ヘッダーパラメータ
    * フォームパラメータ
    * 関数パラメータ
    
    * イベント
    * 起動イベント
    * サーバーの起動
    * シャットダウンイベント
    * lifespan イベント
    
    * ハンドラ
    * イベントハンドラ
    * 例外ハンドラ
    * 処理する
    
    * モデル
    * Pydantic モデル
    * データモデル
    * データベースモデル
    * フォームモデル
    * モデルオブジェクト
    
    * クラス
    * 基底クラス
    * 親クラス
    * サブクラス
    * 子クラス
    * 兄弟クラス
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 13.5K bytes
    - Click Count (0)
  10. docs/pt/docs/advanced/events.md

    Você pode ler mais sobre os manipuladores de `lifespan` do Starlette na [Documentação do Lifespan do Starlette](https://www.starlette.dev/lifespan/).
    
    Incluindo como lidar com estado do lifespan que pode ser usado em outras áreas do seu código.
    
    ///
    
    ## Sub Aplicações { #sub-applications }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 8.7K bytes
    - Click Count (0)
Back to Top