Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 58 for 2183 (0.08 sec)

  1. docs/em/docs/how-to/extending-openapi.md

    ```Python hl_lines="2  15-20"
    {!../../docs_src/extending_openapi/tutorial001.py!}
    ```
    
    ### ๐Ÿ”€ ๐Ÿ—„ ๐Ÿ”—
    
    ๐Ÿ”œ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšฎ ๐Ÿ“„ โ†”, โŽ ๐Ÿ›ƒ `x-logo` `info` "๐ŸŽš" ๐Ÿ—„ ๐Ÿ”—:
    
    ```Python hl_lines="21-23"
    {!../../docs_src/extending_openapi/tutorial001.py!}
    ```
    
    ### ๐Ÿ’พ ๐Ÿ—„ ๐Ÿ”—
    
    ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ ๐Ÿ  `.openapi_schema` "๐Ÿ’พ", ๐Ÿช ๐Ÿ‘† ๐Ÿ— ๐Ÿ”—.
    
    ๐Ÿ‘ˆ ๐ŸŒŒ, ๐Ÿ‘† ๐Ÿˆธ ๐Ÿ† ๐Ÿšซ โœ”๏ธ ๐Ÿ— ๐Ÿ”— ๐Ÿ”  ๐Ÿ•ฐ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ“‚ ๐Ÿ‘† ๐Ÿ› ๏ธ ๐Ÿฉบ.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. docs/em/docs/advanced/websockets.md

    <img src="/img/tutorial/websockets/image05.png">
    
    ## ๐Ÿšš ๐Ÿ”€ &amp; ๐Ÿ’— ๐Ÿ‘ฉโ€๐Ÿ’ป
    
    ๐Ÿ•โ” *๏ธโƒฃ ๐Ÿ”— ๐Ÿ“ช, `await websocket.receive_text()` ๐Ÿ”œ ๐Ÿคš `WebSocketDisconnect` โš , โ” ๐Ÿ‘† ๐Ÿ’ช โคด๏ธ โœŠ &amp; ๐Ÿต ๐Ÿ’– ๐Ÿ‘‰ ๐Ÿ–ผ.
    
    ```Python hl_lines="81-83"
    {!../../docs_src/websockets/tutorial003.py!}
    ```
    
    ๐Ÿ”„ โšซ๏ธ ๐Ÿ‘…:
    
    * ๐Ÿ“‚ ๐Ÿ“ฑ โฎ๏ธ ๐Ÿ“š ๐Ÿ–ฅ ๐Ÿ“‘.
    * โœ ๐Ÿ“ง โšช๏ธโžก๏ธ ๐Ÿ‘ซ.
    * โคด๏ธ ๐Ÿ” 1๏ธโƒฃ ๐Ÿ“‘.
    
    ๐Ÿ‘ˆ ๐Ÿ”œ ๐Ÿคš `WebSocketDisconnect` โš , &amp; ๐ŸŒ ๐ŸŽ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ”œ ๐Ÿ“จ ๐Ÿ“ง ๐Ÿ’–:
    
    ```
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  3. .teamcity/pom.xml

        <properties>
            <mockk.version>1.13.13</mockk.version>
            <bytebuddy.version>1.15.7</bytebuddy.version>
            <junit.version>5.11.3</junit.version>
            <fastjson.version>1.2.83</fastjson.version>
            <dslContextParameter.branch>master</dslContextParameter.branch>
        </properties>
        <groupId>Gradle_Check</groupId>
        <artifactId>Gradle_Check_dsl</artifactId>
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Oct 31 02:38:07 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    filter := [10]float32{-1, 4: -0.1, -0.1, 9: -1}
    
    // frequencies in Hz for equal-tempered scale (A4 = 440Hz)
    noteFrequency := map[string]float32{
    	"C0": 16.35, "D0": 18.35, "E0": 20.60, "F0": 21.83,
    	"G0": 24.50, "A0": 27.50, "B0": 30.87,
    }
    </pre>
    
    
    <h3 id="Function_literals">Function literals</h3>
    
    <p>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/net/InternetDomainName.java

       * label. See <a href="http://www.ietf.org/rfc/rfc2181.txt">RFC 2181</a> part 11.
       */
      private static final int MAX_LENGTH = 253;
    
      /**
       * Maximum size of a single part of a domain name. See <a
       * href="http://www.ietf.org/rfc/rfc2181.txt">RFC 2181</a> part 11.
       */
      private static final int MAX_DOMAIN_PART_LENGTH = 63;
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  6. compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/ResolutionNode.java

                    if (artifact.getVersion() == null) {
                        // set the recommended version
                        ArtifactVersion selected = artifact.getSelectedVersion();
                        // MNG-2123: null is a valid response to getSelectedVersion, don't
                        // assume it won't ever be.
                        if (selected != null) {
                            artifact.selectVersion(selected.toString());
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. docs/en/docs/img/deployment/https/https01.drawio

    <mxfile host="65bd71144e">
        <diagram id="jyERGzDynktFHFRGN0ph" name="Page-1">
            <mxGraphModel dx="2738" dy="2173" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1920" pageHeight="1200" math="0" shadow="0">
                <root>
                    <mxCell id="0"/>
                    <mxCell id="1" parent="0"/>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 6.2K bytes
    - Viewed (0)
  8. docs/zh/docs/advanced/websockets.md

    //// tab | Python 3.9+
    
    ```Python hl_lines="79-81"
    {!> ../../docs_src/websockets/tutorial003_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="81-83"
    {!> ../../docs_src/websockets/tutorial003.py!}
    ```
    
    ////
    
    ๅฐ่ฏ•ไปฅไธ‹ๆ“ไฝœ๏ผš
    
    * ไฝฟ็”จๅคšไธชๆต่งˆๅ™จ้€‰้กนๅกๆ‰“ๅผ€ๅบ”็”จ็จ‹ๅบใ€‚
    * ไปŽ่ฟ™ไบ›้€‰้กนๅกไธญๅ‘้€ๆถˆๆฏใ€‚
    * ็„ถๅŽๅ…ณ้—ญๅ…ถไธญไธ€ไธช้€‰้กนๅกใ€‚
    
    ่ฟ™ๅฐ†ๅผ•ๅ‘ `WebSocketDisconnect` ๅผ‚ๅธธ๏ผŒๅนถไธ”ๆ‰€ๆœ‰ๅ…ถไป–ๅฎขๆˆท็ซฏ้ƒฝไผšๆ”ถๅˆฐ็ฑปไผผไปฅไธ‹็š„ๆถˆๆฏ๏ผš
    
    ```
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  9. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt

            try {
                fileSystemOperations.delete {
                    delete(*filesToCleanUp.toTypedArray())
                }
            } catch (e: Exception) {
                // https://github.com/gradle/gradle-private/issues/2983#issuecomment-596083202
                e.printStackTrace()
            }
        }
    
        private
        fun TestFilesCleanupProjectState.prepareReportForCiPublishing(reports: List<File>) {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Jul 28 16:19:47 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  10. okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/MappingTables.kt

     * An [MappedRange.InlineDelta] must be a mapping from a single code-point to a single code-point with a difference
     * that can be represented in 2^18-1.
     */
    internal fun inlineDeltaOrNull(mapping: Mapping): MappedRange.InlineDelta? {
      if (mapping.hasSingleSourceCodePoint) {
        val sourceCodePoint = mapping.sourceCodePoint0
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top