Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1921 - 1930 of 2,275 for inf1 (0.02 seconds)

  1. src/main/java/jcifs/smb/SmbCopyUtil.java

    import jcifs.internal.smb1.com.SmbComSetInformationResponse;
    import jcifs.internal.smb1.trans2.Trans2SetFileInformation;
    import jcifs.internal.smb1.trans2.Trans2SetFileInformationResponse;
    import jcifs.internal.smb2.info.Smb2SetInfoRequest;
    import jcifs.internal.smb2.ioctl.Smb2IoctlRequest;
    import jcifs.internal.smb2.ioctl.Smb2IoctlResponse;
    import jcifs.internal.smb2.ioctl.SrvCopyChunkCopyResponse;
    import jcifs.internal.smb2.ioctl.SrvCopychunk;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 16.6K bytes
    - Click Count (0)
  2. docs/en/docs/advanced/advanced-dependencies.md

    This behavior was reverted in 0.118.0, to make the exit code after `yield` be executed after the response is sent.
    
    /// info
    
    As you will see below, this is very similar to the behavior before version 0.106.0, but with several improvements and bug fixes for corner cases.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 9K bytes
    - Click Count (0)
  3. docs/ja/docs/_llm-test.md

    //// tab | テスト
    
    /// info | 情報
    いくつかのテキスト
    ///
    
    /// note | 備考
    いくつかのテキスト
    ///
    
    /// note | 技術詳細
    いくつかのテキスト
    ///
    
    /// check | 確認
    いくつかのテキスト
    ///
    
    /// tip | 豆知識
    いくつかのテキスト
    ///
    
    /// warning | 注意
    いくつかのテキスト
    ///
    
    /// danger | 警告
    いくつかのテキスト
    ///
    
    ////
    
    //// tab | 情報
    
    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)
  4. docs/zh-hant/docs/tutorial/response-model.md

    ## 回傳與輸入相同的資料 { #return-the-same-input-data }
    
    這裡我們宣告一個 `UserIn` 模型,其中會包含明文密碼:
    
    {* ../../docs_src/response_model/tutorial002_py310.py hl[7,9] *}
    
    /// info | 說明
    
    要使用 `EmailStr`,請先安裝 [`email-validator`](https://github.com/JoshData/python-email-validator)。
    
    請先建立一個[虛擬環境](../virtual-environments.md)、啟用它,然後安裝,例如:
    
    ```console
    $ pip install email-validator
    ```
    
    或:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 14.5K bytes
    - Click Count (0)
  5. docs/zh/docs/tutorial/query-params-str-validations.md

    ### 导入 `Query` 和 `Annotated` { #import-query-and-annotated }
    
    为此,先导入:
    
    - 从 `fastapi` 导入 `Query`
    - 从 `typing` 导入 `Annotated`
    
    {* ../../docs_src/query_params_str_validations/tutorial002_an_py310.py hl[1,3] *}
    
    /// info | 信息
    
    FastAPI 在 0.95.0 版本中添加了对 `Annotated` 的支持(并开始推荐使用)。
    
    如果你的版本更旧,使用 `Annotated` 会报错。
    
    在使用 `Annotated` 之前,请确保先[升级 FastAPI 版本](../deployment/versions.md#upgrading-the-fastapi-versions)到至少 0.95.1。
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 15.4K bytes
    - Click Count (0)
  6. docs/zh/docs/tutorial/sql-databases.md

    {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[66:73] hl[71] *}
    
    ### 运行应用 { #run-the-app }
    
    你可以运行这个应用:
    
    <div class="termy">
    
    ```console
    $ fastapi dev
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    然后在 `/docs` UI 中,你能够看到 **FastAPI** 会用这些**模型**来**记录** API,并且还会用它们来**序列化**和**验证**数据。
    
    <div class="screenshot">
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 15.4K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/helper/UserInfoHelper.java

            return UUID.randomUUID().toString().replace("-", StringUtil.EMPTY);
        }
    
        /**
         * Updates the user session with the provided user code.
         * This method registers the user info with the search log helper and updates the cookie.
         *
         * @param userCode the user code to associate with the session
         */
        protected void updateUserSessionId(final String userCode) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 14.9K bytes
    - Click Count (0)
  8. src/main/resources/fess_message_es.properties

    # _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
    # you can define your messages here:
    # e.g.
    # errors.xxx = ...
    # info.xxx = ...
    # _/_/_/_/_/_/_/_/_/_/
    # ========================================================================================
    # Fess
    # ======
    errors.login_error = El nombre de usuario o la contraseña son incorrectos.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.6K bytes
    - Click Count (0)
  9. docs/fr/docs/advanced/settings.md

    <div class="termy">
    
    ```console
    $ ADMIN_EMAIL="******@****.***" APP_NAME="ChimichangApp" fastapi run main.py
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    /// tip | Astuce
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.3K bytes
    - Click Count (0)
  10. docs/tr/docs/help-fastapi.md

    * Kodu okuyup kontrol edin; mantıklı mı bakın, **yerelde çalıştırın** ve gerçekten problemi çözüyor mu görün.
    
    * Ardından bunu yaptığınızı belirten bir **yorum** yazın; böylece gerçekten kontrol ettiğinizi anlarım.
    
    /// info | Bilgi
    
    Ne yazık ki sadece birkaç onayı olan PR'lara körü körüne güvenemem.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 13.9K bytes
    - Click Count (0)
Back to Top