Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 521 - 530 of 718 for middle (0.37 seconds)

  1. docs/fr/docs/tutorial/stream-json-lines.md

    {* ../../docs_src/stream_json_lines/tutorial001_py310.py ln[1:24] hl[24] *}
    
    Si chaque รฉlรฉment JSON que vous voulez renvoyer est de type `Item` (un modรจle Pydantic) et que c'est une fonction async, vous pouvez dรฉclarer le type de retour comme `AsyncIterable[Item]` :
    
    {* ../../docs_src/stream_json_lines/tutorial001_py310.py ln[1:24] hl[9:11,22] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:33:45 GMT 2026
    - 4.9K bytes
    - Click Count (0)
  2. impl/maven-core/src/main/java/org/apache/maven/graph/FilteredProjectDependencyGraph.java

                // project, aka there can't be duplicates.
                return filtered;
            }
    
            // Distinct the projects to avoid duplicates.  Duplicates are possible in multi-module projects.
            //
            // Given a scenario where there is an aggregate POM with modules A, B, C, D, and E and project E depends on
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Jun 19 16:34:39 GMT 2025
    - 6.4K bytes
    - Click Count (0)
  3. docs/ko/docs/tutorial/first-steps.md

       <span style="background-color:#007166"><font color="#D3D7CF"> module </font></span>  ๐Ÿ main.py
    
         <span style="background-color:#007166"><font color="#D3D7CF"> code </font></span>  Importing the FastAPI app object from the module with
                 the following code:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 15K bytes
    - Click Count (0)
  4. docs/ja/docs/how-to/custom-docs-ui-assets.md

    **ReDoc** ็”จใฎ้žๅธธใซ้•ทใ„ JavaScript ใƒ•ใ‚กใ‚คใƒซใŒ่กจ็คบใ•ใ‚Œใ‚‹ใฏใšใงใ™ใ€‚
    
    ๅ…ˆ้ ญใฏๆฌกใฎใ‚ˆใ†ใซใชใฃใฆใ„ใ‚‹ใ‹ใ‚‚ใ—ใ‚Œใพใ›ใ‚“:
    
    ```JavaScript
    /*! For license information please see redoc.standalone.js.LICENSE.txt */
    !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("null")):
    ...
    ```
    
    ใ“ใ‚Œใงใ€ใ‚ขใƒ—ใƒชใ‹ใ‚‰้™็š„ใƒ•ใ‚กใ‚คใƒซใ‚’้…ไฟกใงใใฆใ„ใ‚‹ใ“ใจใ€ใใ—ใฆใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆ็”จใฎ้™็š„ใƒ•ใ‚กใ‚คใƒซใ‚’ๆญฃใ—ใ„ๅ ดๆ‰€ใซ้…็ฝฎใงใใฆใ„ใ‚‹ใ“ใจใŒ็ขบ่ชใงใใพใ™ใ€‚
    
    ๆฌกใซใ€ใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆใงใใ‚Œใ‚‰ใฎ้™็š„ใƒ•ใ‚กใ‚คใƒซใ‚’ไฝฟ็”จใ™ใ‚‹ใ‚ˆใ†ใซใ‚ขใƒ—ใƒชใ‚’่จญๅฎšใ—ใพใ™ใ€‚
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 9.5K bytes
    - Click Count (0)
  5. docs/changelogs/changelog_4x.md

        `multipart/mixed; boundary="abc"`.
    
     *  New: `Authenticator.JAVA_NET_AUTHENTICATOR` forwards authentication requests to
        `java.net.Authenticator`. This obsoletes `JavaNetAuthenticator` in the `okhttp-urlconnection`
        module.
    
     *  New: `CertificatePinner` now offers an API for inspecting the configured pins.
    
     *  Upgrade: [Okio 2.6.0][okio_2_6_0].
    
        ```kotlin
        implementation("com.squareup.okio:okio:2.6.0")
        ```
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Apr 17 13:25:31 GMT 2024
    - 25.2K bytes
    - Click Count (0)
  6. docs/ko/docs/tutorial/bigger-applications.md

    * `app/main.py` ํŒŒ์ผ์ด ์žˆ์Šต๋‹ˆ๋‹ค. Python package(`__init__.py` ํŒŒ์ผ์ด ์žˆ๋Š” ๋””๋ ‰ํ„ฐ๋ฆฌ) ์•ˆ์— ์žˆ์œผ๋ฏ€๋กœ, ์ด package์˜ "module"์ž…๋‹ˆ๋‹ค: `app.main`.
    * `app/dependencies.py` ํŒŒ์ผ๋„ ์žˆ์Šต๋‹ˆ๋‹ค. `app/main.py`์™€ ๋งˆ์ฐฌ๊ฐ€์ง€๋กœ "module"์ž…๋‹ˆ๋‹ค: `app.dependencies`.
    * `app/routers/` ํ•˜์œ„ ๋””๋ ‰ํ„ฐ๋ฆฌ๊ฐ€ ์žˆ๊ณ , ์—ฌ๊ธฐ์— ๋˜ `__init__.py` ํŒŒ์ผ์ด ์žˆ์œผ๋ฏ€๋กœ "Python subpackage"์ž…๋‹ˆ๋‹ค: `app.routers`.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 21.5K bytes
    - Click Count (0)
  7. docs/en/docs/tutorial/first-steps.md

       <span style="background-color:#007166"><font color="#D3D7CF"> module </font></span>  ๐Ÿ main.py
    
         <span style="background-color:#007166"><font color="#D3D7CF"> code </font></span>  Importing the FastAPI app object from the module with
                 the following code:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  8. docs/de/docs/tutorial/first-steps.md

       <span style="background-color:#007166"><font color="#D3D7CF"> module </font></span>  ๐Ÿ main.py
    
         <span style="background-color:#007166"><font color="#D3D7CF"> code </font></span>  Importing the FastAPI app object from the module with
                 the following code:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 14.9K bytes
    - Click Count (0)
  9. doc/next/6-stdlib/99-minor/net/http/77370.md

    programs, this change should be a no-op, or result in a performance improvement.
    In rare cases, programs that do not benefit from connection reuse might
    experience performance degradation if they had been improperly allowing an
    excessive amount of idle connections to linger; usually by setting
    [Transport.MaxIdleConns] to `0` or using different [Client]s for different
    requests, thereby bypassing [Transport.MaxIdleConns] limit. In these cases,
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Tue Mar 24 13:29:25 GMT 2026
    - 863 bytes
    - Click Count (0)
  10. cmd/metrics-resource.go

    			if ts != nil {
    				tot := ts.User + ts.System + ts.Idle + ts.Iowait + ts.Nice + ts.Steal
    				cpuUserVal := math.Round(ts.User/tot*100*100) / 100
    				updateResourceMetrics(cpuSubsystem, cpuUser, cpuUserVal, labels, false)
    				cpuSystemVal := math.Round(ts.System/tot*100*100) / 100
    				updateResourceMetrics(cpuSubsystem, cpuSystem, cpuSystemVal, labels, false)
    				cpuIdleVal := math.Round(ts.Idle/tot*100*100) / 100
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Oct 10 18:57:03 GMT 2025
    - 17.2K bytes
    - Click Count (0)
Back to Top