Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 371 for 17 (0.18 sec)

  1. android/guava/src/com/google/common/base/Ascii.java

       * single "stop" control is required to interrupt or turn off ancillary devices, DC4 is the
       * preferred assignment.)
       *
       * @since 8.0
       */
      public static final byte DC1 = 17; // aka XON
    
      /**
       * Transmission On: Although originally defined as DC1, this ASCII control character is now better
       * known as the XON code used for software flow control in serial communications. The main use is
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 02 13:50:22 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. api/go1.6.txt

    pkg debug/elf, const R_MIPS_SCN_DISP = 32
    pkg debug/elf, const R_MIPS_SCN_DISP R_MIPS
    pkg debug/elf, const R_MIPS_SHIFT5 = 16
    pkg debug/elf, const R_MIPS_SHIFT5 R_MIPS
    pkg debug/elf, const R_MIPS_SHIFT6 = 17
    pkg debug/elf, const R_MIPS_SHIFT6 R_MIPS
    pkg debug/elf, const R_MIPS_SUB = 24
    pkg debug/elf, const R_MIPS_SUB R_MIPS
    pkg debug/elf, const R_MIPS_TLS_DTPMOD32 = 38
    pkg debug/elf, const R_MIPS_TLS_DTPMOD32 R_MIPS
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Jan 13 23:40:13 UTC 2016
    - 12.9K bytes
    - Viewed (0)
  3. docs/pt/docs/how-to/separate-openapi-schemas.md

    Digamos que vocรช tenha um modelo Pydantic com valores padrรฃo, como este:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="7"
    {!> ../../docs_src/separate_openapi_schemas/tutorial001_py310.py[ln:1-7]!}
    
    # Code below omitted ๐Ÿ‘‡
    ```
    
    <details>
    <summary>๐Ÿ‘€ Visualizaรงรฃo completa do arquivo</summary>
    
    ```Python
    {!> ../../docs_src/separate_openapi_schemas/tutorial001_py310.py!}
    ```
    
    </details>
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 24 18:52:36 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  4. src/main/java/jcifs/ACE.java

        /**
         * 
         */
        public static final int DELETE = 0x00010000; // 16
        /**
         * 
         */
        public static final int READ_CONTROL = 0x00020000; // 17
        /**
         * 
         */
        public static final int WRITE_DAC = 0x00040000; // 18
        /**
         * 
         */
        public static final int WRITE_OWNER = 0x00080000; // 19
        /**
         * 
         */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 6.5K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (linux-386), const SCM_TIMESTAMPING = 37
    pkg syscall (linux-386), const SCM_TIMESTAMPNS = 35
    pkg syscall (linux-386), const SIGBUS = 7
    pkg syscall (linux-386), const SIGCHLD = 17
    pkg syscall (linux-386), const SIGCLD = 17
    pkg syscall (linux-386), const SIGCONT = 18
    pkg syscall (linux-386), const SIGIO = 29
    pkg syscall (linux-386), const SIGIOT = 6
    pkg syscall (linux-386), const SIGPOLL = 29
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  6. cmd/mrf_gen.go

    				return
    			}
    		}
    	}
    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *PartialOperation) Msgsize() (s int) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Aug 13 22:26:05 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  7. docs/ko/docs/tutorial/response-model.md

    # ์‘๋‹ต ๋ชจ๋ธ
    
    ์–ด๋–ค *๊ฒฝ๋กœ ์ž‘๋™*์ด๋“  ๋งค๊ฐœ๋ณ€์ˆ˜ `response_model`๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์‘๋‹ต์„ ์œ„ํ•œ ๋ชจ๋ธ์„ ์„ ์–ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    * `@app.get()`
    * `@app.post()`
    * `@app.put()`
    * `@app.delete()`
    * ๊ธฐํƒ€.
    
    ```Python hl_lines="17"
    {!../../docs_src/response_model/tutorial001.py!}
    ```
    
    /// note | "์ฐธ๊ณ "
    
    `response_model`์€ "๋ฐ์ฝ”๋ ˆ์ดํ„ฐ" ๋ฉ”์†Œ๋“œ(`get`, `post`, ๋“ฑ)์˜ ๋งค๊ฐœ๋ณ€์ˆ˜์ž…๋‹ˆ๋‹ค. ๋ชจ๋“  ๋งค๊ฐœ๋ณ€์ˆ˜๋“ค๊ณผ ๋ณธ๋ฌธ(body)์ฒ˜๋Ÿผ *๊ฒฝ๋กœ ์ž‘๋™ ํ•จ์ˆ˜*๊ฐ€ ์•„๋‹™๋‹ˆ๋‹ค.
    
    ///
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  8. docs/de/docs/tutorial/path-params.md

    #### *Enum-Member* vergleichen
    
    Sie kรถnnen ihn mit einem Member Ihres Enums `ModelName` vergleichen:
    
    ```Python hl_lines="17"
    {!../../docs_src/path_params/tutorial005.py!}
    ```
    
    #### *Enum-Wert* erhalten
    
    Den tatsรคchlichen Wert (in diesem Fall ein `str`) erhalten Sie via `model_name.value`, oder generell, `ihr_enum_member.value`:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	CMNW R21.UXTB<<4, R15                      // ff11352b
    	CMN R0.UXTW<<4, R16                        // 1f5220ab
    	CMNW R13>>8, R9                            // 3f214d2b
    	CMN R6->17, R3                             // 7f4486ab
    	CMNW $(2<<12), R5                          // CMNW $8192, R5                // bf084031
    	CMN $(8<<12), R12                          // CMN $32768, R12               // 9f2140b1
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  10. docs/ko/docs/tutorial/body-multiple-params.md

    Pydantic ๋ชจ๋ธ `Item`์˜ `item`์„ ๋ณธ๋ฌธ ๋งค๊ฐœ๋ณ€์ˆ˜๋กœ ์˜ค์ง ํ•œ๊ฐœ๋งŒ ๊ฐ–๊ณ ์žˆ๋‹ค๊ณ  ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค.
    
    ๊ธฐ๋ณธ์ ์œผ๋กœ **FastAPI**๋Š” ์ง์ ‘ ๋ณธ๋ฌธ์œผ๋กœ ์˜ˆ์ธกํ•  ๊ฒƒ์ž…๋‹ˆ๋‹ค.
    
    ํ•˜์ง€๋งŒ, ๋งŒ์•ฝ ๋ชจ๋ธ ๋‚ด์šฉ์— `item `ํ‚ค๋ฅผ ๊ฐ€์ง„ JSON์œผ๋กœ ์˜ˆ์ธกํ•˜๊ธธ ์›ํ•œ๋‹ค๋ฉด, ์ถ”๊ฐ€์ ์ธ ๋ณธ๋ฌธ ๋งค๊ฐœ๋ณ€์ˆ˜๋ฅผ ์„ ์–ธํ•œ ๊ฒƒ์ฒ˜๋Ÿผ `Body`์˜ ํŠน๋ณ„ํ•œ ๋งค๊ฐœ๋ณ€์ˆ˜์ธ `embed`๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    ```Python hl_lines="17"
    {!../../docs_src/body_multiple_params/tutorial005.py!}
    ```
    
    ์•„๋ž˜ ์ฒ˜๋Ÿผ:
    
    ```Python
    item: Item = Body(..., embed=True)
    ```
    
    ์ด ๊ฒฝ์šฐ์— **FastAPI**๋Š” ๋ณธ๋ฌธ์„ ์•„๋ž˜ ๋Œ€์‹ ์—:
    
    ```JSON hl_lines="2"
    {
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.2K bytes
    - Viewed (0)
Back to top