- Sort Score
- Num 10 results
- Language All
Results 1861 - 1870 of 1,946 for pathOf (0.05 seconds)
-
docs/en/docs/management-tasks.md
* Do not finish the title with a period (`.`). * When the PR is for a translation, start with the `๐` and then `Add {language} translation for` and then the translated file path. For example: ```Markdown ๐ Add Spanish translation for `docs/es/docs/teleporting.md` ```
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 14.2K bytes - Click Count (0) -
docs/zh/docs/tutorial/dependencies/dependencies-with-yield.md
ๆง่ก้กบๅบๅคง่ดๅฆไธๆถๅบๅพๆ็คบใๆถ้ด่ฝดไปไธๅฐไธ๏ผๆฏไธๅ้ฝไปฃ่กจไบคไบๆ่ ไปฃ็ ๆง่ก็ไธ้จๅใ ```mermaid sequenceDiagram participant client as Client participant handler as Exception handler participant dep as Dep with yield participant operation as Path Operation participant tasks as Background tasks Note over client,operation: Can raise exceptions, including HTTPException client ->> dep: Start request Note over dep: Run code up to yieldCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Nov 18 02:25:44 GMT 2024 - 11.3K bytes - Click Count (0) -
docs/ko/docs/tutorial/dependencies/index.md
{* ../../docs_src/dependencies/tutorial001_an_py310.py hl[8:9] *} ์ด๊ฒ ๋ค์ ๋๋ค. **๋จ ๋ ์ค์ ๋๋ค**. ๊ทธ๋ฆฌ๊ณ , ์ด ํจ์๋ ์ฌ๋ฌ๋ถ์ ๋ชจ๋ *๊ฒฝ๋ก ์๋ ํจ์*๊ฐ ๊ฐ์ง๊ณ ์๋ ๊ฒ๊ณผ ๊ฐ์ ํํ์ ๊ตฌ์กฐ๋ฅผ ๊ฐ์ง๊ณ ์์ต๋๋ค. ์ฌ๋ฌ๋ถ์ ์ด๋ฅผ "๋ฐ์ฝ๋ ์ดํฐ"๊ฐ ์๋ (`@app.get("/some-path")`๊ฐ ์๋) *๊ฒฝ๋ก ์๋ ํจ์*๋ผ๊ณ ์๊ฐํ ์ ์์ต๋๋ค. ๊ทธ๋ฆฌ๊ณ ์ฌ๋ฌ๋ถ์ด ์ํ๋ ๋ฌด์์ด๋ ๋ฐํํ ์ ์์ต๋๋ค. ์ด ๊ฒฝ์ฐ, ์ด ์์กด์ฑ์ ๋ค์๊ณผ ๊ฐ์ ๊ฒฝ์ฐ๋ฅผ ๊ธฐ๋ํฉ๋๋ค: * ์ ํ์ ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ `q`, `str`์ ์๋ฃํ์ผ๋ก ๊ฐ์ง๋๋ค. * ์ ํ์ ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ `skip`, `int`๋ฅผ ์๋ฃํ์ผ๋ก ๊ฐ์ง๋ฉฐ ๊ธฐ๋ณธ ๊ฐ์ `0`์ ๋๋ค.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Nov 18 02:25:44 GMT 2024 - 11.1K bytes - Click Count (0) -
docs/zh-hant/docs/features.md
# ็นๆง ## FastAPI ็นๆง **FastAPI** ๆไพไบไปฅไธๅ ๅฎน๏ผ ### ๅปบ็ซๅจ้ๆพๆจๆบ็ๅบ็คไธ * ไฝฟ็จ <a href="https://github.com/OAI/OpenAPI-Specification" class="external-link" target="_blank"><strong>OpenAPI</strong></a> ไพๅปบ็ซ API๏ผๅ ๅซ<abbr title="path๏ผไน่ขซๅซๅ: endpoints, routes">่ทฏๅพ</abbr><abbr title="ไนๅซๅ HTTP ๆนๆณ๏ผไพๅฆ POST, GET, PUT, DELETE">ๆไฝ</abbr>ใๅๆธใ่ซๆฑๅ งๆใๅฎๅ จๆง็ญ่ฒๆใ
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 9.6K bytes - Click Count (0) -
internal/event/target/elasticsearch.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package target import ( "bytes" "context" "encoding/base64" "encoding/json" "fmt" "net/http" "net/url" "os" "path/filepath" "strconv" "strings" "time" elasticsearch7 "github.com/elastic/go-elasticsearch/v7" "github.com/minio/highwayhash" "github.com/minio/minio/internal/event"
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 15K bytes - Click Count (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt
classPath, classPathDependencies, ) ) private typealias ApiTypeSupplier = () -> ApiType /** * Provides [ApiType] instances by Kotlin source name from a class path. * * Keeps JAR files open for fast lookup, must be closed. * Once closed, type graph navigation from [ApiType] and [ApiFunction] instances * will throw [IllegalStateException]. * * Limitations:Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Mar 12 15:56:18 GMT 2025 - 20.2K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Reader.kt
* @param promisedStreamId server-initiated stream ID. Must be an even number. * @param requestHeaders minimally includes `:method`, `:scheme`, `:authority`, and `:path`. */ @Throws(IOException::class) fun pushPromise( streamId: Int, promisedStreamId: Int, requestHeaders: List<Header>, ) /**Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 19.8K bytes - Click Count (0) -
internal/logger/target/http/http.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package http import ( "bytes" "context" "errors" "fmt" "net/http" "net/url" "os" "path/filepath" "strconv" "strings" "sync" "sync/atomic" "time" jsoniter "github.com/json-iterator/go" xhttp "github.com/minio/minio/internal/http" xioutil "github.com/minio/minio/internal/ioutil"
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 15.6K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.14.md
* - Created new GCE_SSH_KEY allowing specification of SSH keys for gce, gke, and kubemark. * - AWS_SSH_KEY, previously assumed to be an absolute path can now be either relative or absoluteCreated: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Mon Jun 14 22:06:39 GMT 2021 - 271.5K bytes - Click Count (0) -
docs/changelogs/changelog_3x.md
a `Content-Length`. * Fix: Don't crash if the thread is interrupted while reading the public suffix database. * Fix: Use relative resource path when loading the public suffix database. Loading the resource using a path relative to the class prevents conflicts when the OkHttp classes are relocated (shaded) by allowing multiple private copies of the database.
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Feb 06 14:55:54 GMT 2022 - 50.8K bytes - Click Count (0)