Search Options

Results per page
Sort
Preferred Languages
Advance

Results 381 - 390 of 520 for pict (0.03 sec)

  1. docs/em/docs/tutorial/response-model.md

    {* ../../docs_src/response_model/tutorial003_04.py hl[10] *}
    
    ...๐Ÿ‘‰ โŒ โ†ฉ๏ธ ๐Ÿ†Ž โœ ๐Ÿšซ Pydantic ๐Ÿ†Ž & ๐Ÿšซ ๐Ÿ‘ `Response` ๐ŸŽ“ โš–๏ธ ๐Ÿฟ, โšซ๏ธ ๐Ÿ‡ช๐Ÿ‡บ (๐Ÿ™† 2๏ธโƒฃ) ๐Ÿ–– `Response` & `dict`.
    
    ### โŽ ๐Ÿ“จ ๐Ÿท
    
    โ–ถ๏ธ โšช๏ธโžก๏ธ ๐Ÿ–ผ ๐Ÿ”›, ๐Ÿ‘† 5๏ธโƒฃ๐Ÿ“† ๐Ÿšซ ๐Ÿ’š โœ”๏ธ ๐Ÿ”ข ๐Ÿ’ฝ ๐Ÿ”ฌ, ๐Ÿงพ, ๐Ÿ–ฅ, โ™’๏ธ. ๐Ÿ‘ˆ ๐ŸŽญ FastAPI.
    
    โœ‹๏ธ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ’š ๐Ÿšง ๐Ÿ“จ ๐Ÿ†Ž โœ ๐Ÿ”ข ๐Ÿคš ๐Ÿ•โ€๐Ÿฆบ โšช๏ธโžก๏ธ ๐Ÿงฐ ๐Ÿ’– ๐Ÿ‘จโ€๐ŸŽจ & ๐Ÿ†Ž โ˜‘ (โœ… โœ).
    
    ๐Ÿ‘‰ ๐Ÿ’ผ, ๐Ÿ‘† ๐Ÿ’ช โŽ ๐Ÿ“จ ๐Ÿท โšก โš’ `response_model=None`:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  2. docs/en/docs/advanced/settings.md

    /// info
    
    In Pydantic version 1 the configuration was done in an internal class `Config`, in Pydantic version 2 it's done in an attribute `model_config`. This attribute takes a `dict`, and to get autocompletion and inline errors you can import and use `SettingsConfigDict` to define that `dict`.
    
    ///
    
    Here we define the config `env_file` inside of your Pydantic `Settings` class, and set the value to the filename with the dotenv file we want to use.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 12.2K bytes
    - Viewed (0)
  3. docs/de/docs/tutorial/path-params.md

    ///
    
    #### *Enum-Member* zurรผckgeben
    
    Sie kรถnnen *Enum-Member* in ihrer *Pfadoperation* zurรผckgeben, sogar verschachtelt in einem JSON-Body (z. B. als `dict`).
    
    Diese werden zu ihren entsprechenden Werten konvertiert (in diesem Fall Strings), bevor sie zum Client รผbertragen werden:
    
    {* ../../docs_src/path_params/tutorial005.py hl[18,21,23] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:29:01 UTC 2025
    - 10K bytes
    - Viewed (0)
  4. docs/en/docs/advanced/security/oauth2-scopes.md

    ## OAuth2 Security scheme { #oauth2-security-scheme }
    
    The first change is that now we are declaring the OAuth2 security scheme with two available scopes, `me` and `items`.
    
    The `scopes` parameter receives a `dict` with each scope as a key and the description as the value:
    
    {* ../../docs_src/security/tutorial005_an_py310.py hl[63:66] *}
    
    Because we are now declaring those scopes, they will show up in the API docs when you log-in/authorize.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 13.5K bytes
    - Viewed (0)
  5. docs/ko/docs/tutorial/dependencies/index.md

    ์ด ๊ฒฝ์šฐ, ์ด ์˜์กด์„ฑ์€ ๋‹ค์Œ๊ณผ ๊ฐ™์€ ๊ฒฝ์šฐ๋ฅผ ๊ธฐ๋Œ€ํ•ฉ๋‹ˆ๋‹ค:
    
    * ์„ ํƒ์ ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜ `q`, `str`์„ ์ž๋ฃŒํ˜•์œผ๋กœ ๊ฐ€์ง‘๋‹ˆ๋‹ค.
    * ์„ ํƒ์ ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜ `skip`, `int`๋ฅผ ์ž๋ฃŒํ˜•์œผ๋กœ ๊ฐ€์ง€๋ฉฐ ๊ธฐ๋ณธ ๊ฐ’์€ `0`์ž…๋‹ˆ๋‹ค.
    * ์„ ํƒ์ ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜ `limit`,`int`๋ฅผ ์ž๋ฃŒํ˜•์œผ๋กœ ๊ฐ€์ง€๋ฉฐ ๊ธฐ๋ณธ ๊ฐ’์€ `100`์ž…๋‹ˆ๋‹ค.
    
    ๊ทธ ํ›„ ์œ„์˜ ๊ฐ’์„ ํฌํ•จํ•œ `dict` ์ž๋ฃŒํ˜•์œผ๋กœ ๋ฐ˜ํ™˜ํ•  ๋ฟ์ž…๋‹ˆ๋‹ค.
    
    /// info | ์ •๋ณด
    
    FastAPI๋Š” 0.95.0 ๋ฒ„์ „๋ถ€ํ„ฐ `Annotated`์— ๋Œ€ํ•œ ์ง€์›์„ (๊ทธ๋ฆฌ๊ณ  ์ด๋ฅผ ์‚ฌ์šฉํ•˜๊ธฐ ๊ถŒ์žฅํ•ฉ๋‹ˆ๋‹ค) ์ถ”๊ฐ€ํ–ˆ์Šต๋‹ˆ๋‹ค.
    
    ์˜›๋‚  ๋ฒ„์ „์„ ๊ฐ€์ง€๊ณ  ์žˆ๋Š” ๊ฒฝ์šฐ, `Annotated`๋ฅผ ์‚ฌ์šฉํ•˜๋ ค ํ•˜๋ฉด ์—๋Ÿฌ๋ฅผ ๋งž์ดํ•˜๊ฒŒ ๋  ๊ฒƒ์ž…๋‹ˆ๋‹ค.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. docs/zh-hant/docs/features.md

    FastAPI ็‚บไฝ ๆไพ›ไบ†**้ ่จญๅ€ผ**๏ผŒ่ฎ“ไฝ ไธๅฟ…ๅœจๅˆๆœŸ้€ฒ่กŒ็น็‘ฃ็š„้…็ฝฎ๏ผŒไธ€ๅˆ‡้ƒฝๅฏไปฅ่‡ชๅ‹•้‹ไฝœใ€‚ๅฆ‚ๆžœไฝ ๆœ‰ๆ›ดๅ…ท้ซ”็š„้œ€ๆฑ‚๏ผŒๅ‰‡ๅฏไปฅ้€ฒ่กŒ่ชฟๆ•ดๅ’Œ่‡ชๅฎš็พฉ๏ผŒ
    
    ไฝ†ๅœจๅคงๅคšๆ•ธๆƒ…ๆณไธ‹๏ผŒไฝ ๅช้œ€่ฆ็›ดๆŽฅไฝฟ็”จ้ ่จญๅ€ผ๏ผŒๅฐฑ่ƒฝ้ †ๅˆฉๅฎŒๆˆ API ้–‹็™ผใ€‚
    
    ### ้ฉ—่ญ‰
    
    ๆ‰€ๆœ‰็š„้ฉ—่ญ‰้ƒฝ็”ฑๅฎŒๅ–„ไธ”ๅผทๅคง็š„ **Pydantic** ่™•็†ใ€‚
    
    * ้ฉ—่ญ‰ๅคง้ƒจๅˆ†๏ผˆ็”š่‡ณๆ‰€ๆœ‰๏ผŸ๏ผ‰็š„ Python **่ณ‡ๆ–™ๅž‹ๅˆฅ**๏ผŒๅŒ…ๆ‹ฌ๏ผš
        * JSON ็‰ฉไปถ (`dict`)ใ€‚
        * JSON ้™ฃๅˆ— (`list`) ๅฎš็พฉ้ …็›ฎๅž‹ๅˆฅใ€‚
        * ๅญ—ไธฒ (`str`) ๆฌ„ไฝ๏ผŒๅฎš็พฉๆœ€ๅฐๆˆ–ๆœ€ๅคง้•ทๅบฆใ€‚
        * ๆ•ธๅญ— (`int`, `float`) ่ˆ‡ๅ…ถๆœ€ๅคงๅ€ผๅ’Œๆœ€ๅฐๅ€ผ็ญ‰ใ€‚
    
    * ้ฉ—่ญ‰ๅค–ไพ†็š„ๅž‹ๅˆฅ๏ผŒๆฏ”ๅฆ‚:
        * URL
        * Email
        * UUID
    
    
    ### ๅฎ‰ๅ…จๆ€งๅŠ่บซไปฝ้ฉ—่ญ‰
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 10 10:48:41 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  7. docs/em/docs/advanced/security/oauth2-scopes.md

    ๐Ÿ”œ โžก๏ธ ๐Ÿ“„ ๐Ÿ‘ˆ ๐Ÿ”€ ๐Ÿ” ๐Ÿ”.
    
    ## Oauth2๏ธโƒฃ ๐Ÿ’‚โ€โ™‚ โš–
    
    ๐Ÿฅ‡ ๐Ÿ”€ ๐Ÿ‘ˆ ๐Ÿ”œ ๐Ÿ‘ฅ ๐Ÿ“ฃ Oauth2๏ธโƒฃ ๐Ÿ’‚โ€โ™‚ โš– โฎ๏ธ 2๏ธโƒฃ ๐Ÿ’ช โ†”, `me` & `items`.
    
    `scopes` ๐Ÿ”ข ๐Ÿ“จ `dict` โฎ๏ธ ๐Ÿ”  โ†” ๐Ÿ”‘ & ๐Ÿ“› ๐Ÿ’ฒ:
    
    {* ../../docs_src/security/tutorial005.py hl[62:65] *}
    
    โ†ฉ๏ธ ๐Ÿ‘ฅ ๐Ÿ”œ ๐Ÿ“ฃ ๐Ÿ“š โ†”, ๐Ÿ‘ซ ๐Ÿ”œ ๐ŸŽฆ ๐Ÿ†™ ๐Ÿ› ๏ธ ๐Ÿฉบ ๐Ÿ•โ” ๐Ÿ‘† ๐Ÿ•น-/โœ”.
    
    & ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ’ช ๐Ÿ–Š โ” โ†” ๐Ÿ‘† ๐Ÿ’š ๐Ÿค ๐Ÿ”: `me` & `items`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:03:10 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  8. docs/pt/docs/advanced/security/oauth2-scopes.md

    ## Esquema de seguranรงa OAuth2
    
    A primeira mudanรงa รฉ que agora nรณs estamos declarando o esquema de seguranรงa OAuth2 com dois escopos disponรญveis, `me` e `items`.
    
    O parรขmetro `scopes` recebe um `dict` contendo cada escopo como chave e a descriรงรฃo como valor:
    
    {* ../../docs_src/security/tutorial005_an_py310.py hl[63:66] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 14.5K bytes
    - Viewed (0)
  9. okhttp/src/jvmMain/kotlin/okhttp3/internal/platform/Jdk8WithJettyBootPlatform.kt

            String::class.java == returnType &&
            callArgs.size == 1 &&
            callArgs[0] is List<*>
          ) {
            val peerProtocols = callArgs[0] as List<*>
            // Pick the first known protocol the peer advertises.
            for (i in 0..peerProtocols.size) {
              val protocol = peerProtocols[i] as String
              if (protocol in protocols) {
                selected = protocol
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/dict/DictionaryManager.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.dict;
    
    import java.io.File;
    import java.io.IOException;
    import java.text.SimpleDateFormat;
    import java.util.ArrayList;
    import java.util.Date;
    import java.util.List;
    import java.util.Map;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 7.7K bytes
    - Viewed (0)
Back to top