- Sort Score
- Result 10 results
- Languages All
Results 1121 - 1130 of 1,403 for lista (0.04 sec)
-
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) -
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) -
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) -
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) -
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) -
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๏ธโฃ & ๐ ```Python hl_lines="17 22 27" {!> ../../docs_src/path_operation_configuration/tutorial002.py!} ``` //// //// tab | ๐ 3๏ธโฃ.9๏ธโฃ & ๐
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.2K bytes - Viewed (0) -
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) -
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) -
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) -
.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)