Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1121 - 1130 of 1,403 for lista (0.03 sec)

  1. src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl_details.jsp

                                            <la:link href="/admin/failureurl"
                                                     styleClass="btn btn-primary btn-xs">
                                                <em class="fa fa-th-list">
                                                <la:message key="labels.failure_url_link_list"/>
                                            </la:link>
                                        </div>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.8K bytes
    - Viewed (0)
  2. docs/features/calls.md

    ## [Requests](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-request/)
    
    Each HTTP request contains a URL, a method (like `GET` or `POST`), and a list of headers. Requests may also contain a body: a data stream of a specific content type.
    
    ## [Responses](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-response/)
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/operand_test.go

    var amd64BadOperandTests = []badOperandTest{
    	{"[", "register list: expected ']', found EOF"},
    	{"[4", "register list: bad low register in `[4`"},
    	{"[]", "register list: bad low register in `[]`"},
    	{"[f-x]", "register list: bad low register in `[f`"},
    	{"[r10-r13]", "register list: bad low register in `[r10`"},
    	{"[k3-k6]", "register list: bad low register in `[k3`"},
    	{"[X0]", "register list: expected '-' after `[X0`, found ']'"},
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  4. okcurl/src/main/kotlin/okhttp3/curl/Main.kt

      val method: String? by option("-X", "--request", help = "Specify request command to use")
    
      val data: String? by option("-d", "--data", help = "HTTP POST data")
    
      val headers: List<String>? by option("-H", "--header", help = "Custom header to pass to server").multiple()
    
      val userAgent: String by option("-A", "--user-agent", help = "User-Agent to send to server").default(NAME + "/" + versionString())
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog_details.jsp

                                            <la:link href="/admin/joblog"
                                                     styleClass="btn btn-primary btn-xs">
                                                <em class="fa fa-th-list">
                                                <la:message key="labels.joblog_link_list"/>
                                            </la:link>
                                        </div>
                                    </div>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 9.8K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/path-operation-configuration.md

    /// note | "๐Ÿ“ก โ„น"
    
    ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ `from starlette import status`.
    
    **FastAPI** ๐Ÿšš ๐ŸŽ `starlette.status` `fastapi.status` ๐Ÿช ๐Ÿ‘†, ๐Ÿ‘ฉโ€๐Ÿ’ป. โœ‹๏ธ โšซ๏ธ ๐Ÿ‘Ÿ ๐Ÿ”— โšช๏ธโžก๏ธ ๐Ÿ’ƒ.
    
    ///
    
    ## ๐Ÿ”–
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿšฎ ๐Ÿ”– ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ*, ๐Ÿšถโ€โ™€๏ธ ๐Ÿ”ข `tags` โฎ๏ธ `list` `str` (๐Ÿ›Ž 1๏ธโƒฃ `str`):
    
    //// tab | ๐Ÿ 3๏ธโƒฃ.6๏ธโƒฃ &amp; ๐Ÿ”›
    
    ```Python hl_lines="17  22  27"
    {!> ../../docs_src/path_operation_configuration/tutorial002.py!}
    ```
    
    ////
    
    //// tab | ๐Ÿ 3๏ธโƒฃ.9๏ธโƒฃ &amp; ๐Ÿ”›
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. docs/ko/docs/advanced/response-directly.md

    # ์‘๋‹ต์„ ์ง์ ‘ ๋ฐ˜ํ™˜ํ•˜๊ธฐ
    
    **FastAPI**์—์„œ *๊ฒฝ๋กœ ์ž‘์—…(path operation)*์„ ์ƒ์„ฑํ•  ๋•Œ, ์ผ๋ฐ˜์ ์œผ๋กœ `dict`, `list`, Pydantic ๋ชจ๋ธ, ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ๋ชจ๋ธ ๋“ฑ์˜ ๋ฐ์ดํ„ฐ๋ฅผ ๋ฐ˜ํ™˜ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ๊ธฐ๋ณธ์ ์œผ๋กœ **FastAPI**๋Š” [JSON ํ˜ธํ™˜ ๊ฐ€๋Šฅ ์ธ์ฝ”๋”](../tutorial/encoder.md){.internal-link target=_blank}์— ์„ค๋ช…๋œ `jsonable_encoder`๋ฅผ ์‚ฌ์šฉํ•ด ํ•ด๋‹น ๋ฐ˜ํ™˜ ๊ฐ’์„ ์ž๋™์œผ๋กœ `JSON`์œผ๋กœ ๋ณ€ํ™˜ํ•ฉ๋‹ˆ๋‹ค.
    
    ๊ทธ๋Ÿฐ ๋‹ค์Œ, JSON ํ˜ธํ™˜ ๋ฐ์ดํ„ฐ(์˜ˆ: `dict`)๋ฅผ `JSONResponse`์— ๋„ฃ์–ด ์‚ฌ์šฉ์ž์˜ ์‘๋‹ต์„ ์ „์†กํ•˜๋Š” ๋ฐฉ์‹์œผ๋กœ ์ฒ˜๋ฆฌ๋ฉ๋‹ˆ๋‹ค.
    
    ๊ทธ๋Ÿฌ๋‚˜ *๊ฒฝ๋กœ ์ž‘์—…*์—์„œ `JSONResponse`๋ฅผ ์ง์ ‘ ๋ฐ˜ํ™˜ํ•  ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ์˜ˆ๋ฅผ ๋“ค์–ด, ์‚ฌ์šฉ์ž ์ •์˜ ํ—ค๋”๋‚˜ ์ฟ ํ‚ค๋ฅผ ๋ฐ˜ํ™˜ํ•ด์•ผ ํ•˜๋Š” ๊ฒฝ์šฐ์— ์œ ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Oct 30 20:00:57 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. docs/zh/docs/advanced/response-directly.md

    # ็›ดๆŽฅ่ฟ”ๅ›žๅ“ๅบ”
    
    ๅฝ“ไฝ ๅˆ›ๅปบไธ€ไธช **FastAPI** *่ทฏๅพ„ๆ“ไฝœ* ๆ—ถ๏ผŒไฝ ๅฏไปฅๆญฃๅธธ่ฟ”ๅ›žไปฅไธ‹ไปปๆ„ไธ€็งๆ•ฐๆฎ๏ผš`dict`๏ผŒ`list`๏ผŒPydantic ๆจกๅž‹๏ผŒๆ•ฐๆฎๅบ“ๆจกๅž‹็ญ‰็ญ‰ใ€‚
    
    **FastAPI** ้ป˜่ฎคไผšไฝฟ็”จ `jsonable_encoder` ๅฐ†่ฟ™ไบ›็ฑปๅž‹็š„่ฟ”ๅ›žๅ€ผ่ฝฌๆขๆˆ JSON ๆ ผๅผ๏ผŒ`jsonable_encoder` ๅœจ [JSON ๅ…ผๅฎน็ผ–็ ๅ™จ](../tutorial/encoder.md){.internal-link target=_blank} ไธญๆœ‰้˜่ฟฐใ€‚
    
    ็„ถๅŽ๏ผŒ**FastAPI** ไผšๅœจๅŽๅฐๅฐ†่ฟ™ไบ›ๅ…ผๅฎน JSON ็š„ๆ•ฐๆฎ๏ผˆๆฏ”ๅฆ‚ๅญ—ๅ…ธ๏ผ‰ๆ”พๅˆฐไธ€ไธช `JSONResponse` ไธญ๏ผŒ่ฏฅ `JSONResponse` ไผš็”จๆฅๅ‘้€ๅ“ๅบ”็ป™ๅฎขๆˆท็ซฏใ€‚
    
    ไฝ†ๆ˜ฏไฝ ๅฏไปฅๅœจไฝ ็š„ *่ทฏๅพ„ๆ“ไฝœ* ไธญ็›ดๆŽฅ่ฟ”ๅ›žไธ€ไธช `JSONResponse`ใ€‚
    
    ็›ดๆŽฅ่ฟ”ๅ›žๅ“ๅบ”ๅฏ่ƒฝไผšๆœ‰็”จๅค„๏ผŒๆฏ”ๅฆ‚่ฟ”ๅ›ž่‡ชๅฎšไน‰็š„ๅ“ๅบ”ๅคดๅ’Œ cookiesใ€‚
    
    ## ่ฟ”ๅ›ž `Response`
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  9. logger/sql.go

    	tmFmtZero   = "0000-00-00 00:00:00"
    	nullStr     = "NULL"
    )
    
    func isPrintable(s string) bool {
    	for _, r := range s {
    		if !unicode.IsPrint(r) {
    			return false
    		}
    	}
    	return true
    }
    
    // A list of Go types that should be converted to SQL primitives
    var convertibleTypes = []reflect.Type{reflect.TypeOf(time.Time{}), reflect.TypeOf(false), reflect.TypeOf([]byte{})}
    
    // RegEx matches only numeric values
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Thu Mar 21 08:00:02 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. .teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt

        val stepExecutionMode: ExecutionMode = if (isRetry) ExecutionMode.RUN_ONLY_ON_FAILURE else ExecutionMode.DEFAULT
        val extraBuildScanTags: List<String> = if (isRetry) listOf("RetriedBuild") else emptyList()
    
        val buildScanTags = model.buildScanTags + listOfNotNull(stage?.id) + extraBuildScanTags
        val parameters = (
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Sep 24 06:22:49 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top