- Sort Score
- Result 10 results
- Languages All
Results 931 - 940 of 1,509 for xpath (0.02 sec)
-
docs/em/docs/tutorial/schema-extra-example.md
{* ../../docs_src/schema_extra_example/tutorial002.py hl[4,10:13] *} /// warning ๐ง ๐คฏ ๐ ๐ โ โ ๐ถโโ๏ธ ๐ ๐ซ ๐ฎ ๐ ๐ฌ, ๐ด โ โน, ๐งพ ๐ฏ. /// ## `example` & `examples` ๐ ๐โ โ๏ธ ๐: * `Path()` * `Query()` * `Header()` * `Cookie()` * `Body()` * `Form()` * `File()` ๐ ๐ช ๐ฃ ๐ฝ `example` โ๏ธ ๐ช `examples` โฎ๏ธ ๐ โน ๐ ๐ ๐ฎ **๐**. ### `Body` โฎ๏ธ `example`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbComQueryInformationTest.java
} @Test public void testConstructor() { // Test if the constructor sets the file name and command correctly assertEquals(TEST_FILE_NAME, smbComQueryInformation.path); assertEquals(ServerMessageBlock.SMB_COM_QUERY_INFORMATION, smbComQueryInformation.command); } @Test public void testWriteParameterWordsWireFormat() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 2.4K bytes - Viewed (0) -
docs/en/docs/tutorial/request-forms-and-files.md
And you can declare some of the files as `bytes` and some as `UploadFile`. /// warning You can declare multiple `File` and `Form` parameters in a *path operation*, but you can't also declare `Body` fields that you expect to receive as JSON, as the request will have the body encoded using `multipart/form-data` instead of `application/json`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 1.5K bytes - Viewed (0) -
docs/ko/docs/openapi-webhooks.md
**FastAPI** ์ ํ๋ฆฌ์ผ์ด์ ์ ๋ง๋ค ๋, `webhooks` ์์ฑ์ ์ฌ์ฉํ์ฌ *์นํ *์ ์ ์ํ ์ ์์ต๋๋ค. ์ด๋ `@app.webhooks.post()`์ ๊ฐ์ ๋ฐฉ์์ผ๋ก *๊ฒฝ๋ก(path) ์์ *์ ์ ์ํ๋ ๊ฒ๊ณผ ๋น์ทํฉ๋๋ค. {* ../../docs_src/openapi_webhooks/tutorial001.py hl[9:13,36:53] *} ์ด๋ ๊ฒ ์ ์ํ ์นํ ์ **OpenAPI** ์คํค๋ง์ ์๋ **๋ฌธ์ํ UI**์ ํ์๋ฉ๋๋ค. /// info `app.webhooks` ๊ฐ์ฒด๋ ์ฌ์ค `APIRouter`์ผ ๋ฟ์ด๋ฉฐ, ์ฌ๋ฌ ํ์ผ๋ก ์ฑ์ ๊ตฌ์ฑํ ๋ ์ฌ์ฉํ๋ ๊ฒ๊ณผ ๋์ผํ ํ์ ์ ๋๋ค. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Nov 26 22:08:57 UTC 2024 - 3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/UpdateWrapper.kt
successfulOnly = true } } } } steps { exec { name = "UPDATE_WRAPPER_AND_CREATE_PR" path = ".teamcity/scripts/update_wrapper_and_create_pr.sh" arguments = "%wrapperVersion%" } } dependencies {
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 2.7K bytes - Viewed (0) -
docs/zh-hant/docs/virtual-environments.md
้ๅๅฝไปคๆๅปบ็ซๆไฟฎๆนไธไบ[็ฐๅข่ฎๆธ](environment-variables.md){.internal-link target=_blank}๏ผ้ไบ็ฐๅข่ฎๆธๅฐๅจๆฅไธไพ็ๆไปคไธญๅฏ็จใ ๅ ถไธญไนไธๆฏ `PATH` ่ฎๆธใ /// tip ไฝ ๅฏไปฅๅจ [็ฐๅข่ฎๆธ](environment-variables.md#path-environment-variable){.internal-link target=_blank} ้จๅไบ่งฃๆดๅค้ๆผ `PATH` ็ฐๅข่ฎๆธ็ๅ งๅฎนใ /// ๅ็จ่ๆฌ็ฐๅขๆๅฐๅ ถ่ทฏๅพ `.venv/bin`๏ผๅจ Linux ๅ macOS ไธ๏ผๆ `.venv\Scripts`๏ผๅจ Windows ไธ๏ผๅ ๅ ฅๅฐ `PATH` ็ฐๅข่ฎๆธไธญใ ๅ่จญๅจๅ็จ็ฐๅขไนๅ๏ผ`PATH` ่ฎๆธ็่ตทไพๅ้ๆจฃ๏ผ //// tab | Linux, macOS ```plaintext
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 22:39:33 UTC 2024 - 20.7K bytes - Viewed (0) -
cmd/data-scanner-metric.go
func (p *scannerMetrics) currentPathUpdater(disk, initial string) (update func(path string), done func()) { initialPtr := unsafe.Pointer(&initial) tracker := ¤tPathTracker{ name: &initialPtr, } p.currentPaths.Store(disk, tracker) return func(path string) { atomic.StorePointer(tracker.name, unsafe.Pointer(&path)) }, func() { p.currentPaths.Delete(disk) } }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 9.4K bytes - Viewed (0) -
docs/es/docs/advanced/response-change-status-code.md
Para esos casos, puedes usar un parรกmetro `Response`. ## Usa un parรกmetro `Response` Puedes declarar un parรกmetro de tipo `Response` en tu *funciรณn de path operation* (como puedes hacer para cookies y headers). Y luego puedes establecer el `status_code` en ese objeto de response *temporal*. {* ../../docs_src/response_change_status_code/tutorial001.py hl[1,9,12] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 1.6K bytes - Viewed (0) -
docs/en/docs/reference/responses.md
# Custom Response Classes - File, HTML, Redirect, Streaming, etc. There are several custom response classes you can use to create an instance and return them directly from your *path operations*. Read more about it in the [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/). You can import them directly from `fastapi.responses`: ```python from fastapi.responses import ( FileResponse,
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Apr 18 19:53:19 UTC 2024 - 3.7K bytes - Viewed (0) -
ci/official/utilities/cleanup_summary.sh
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Jan 09 18:37:25 UTC 2025 - 1.8K bytes - Viewed (0)