- Sort Score
- Num 10 results
- Language All
Results 501 - 510 of 718 for skips (0.03 seconds)
-
docs/en/docs/tutorial/response-model.md
In this case, you can disable the response model generation by setting `response_model=None`: {* ../../docs_src/response_model/tutorial003_05_py310.py hl[7] *} This will make FastAPI skip the response model generation and that way you can have any return type annotations you need without it affecting your FastAPI application. ๐ค ## Response Model encoding parameters { #response-model-encoding-parameters }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 15.5K bytes - Click Count (0) -
docs/en/docs/advanced/security/oauth2-scopes.md
In this section you will see how to manage authentication and authorization with the same OAuth2 with scopes in your **FastAPI** application. /// warning This is a more or less advanced section. If you are just starting, you can skip it. You don't necessarily need OAuth2 scopes, and you can handle authentication and authorization however you want. But OAuth2 with scopes can be nicely integrated into your API (with OpenAPI) and your API docs.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 13.4K bytes - Click Count (0) -
docs/ko/docs/tutorial/dependencies/index.md
์ฌ๋ฌ๋ถ์ ์ด๋ฅผ "๋ฐ์ฝ๋ ์ดํฐ"๊ฐ ์๋ (`@app.get("/some-path")`๊ฐ ์๋) *๊ฒฝ๋ก ์ฒ๋ฆฌ ํจ์*๋ผ๊ณ ์๊ฐํ ์ ์์ต๋๋ค. ๊ทธ๋ฆฌ๊ณ ์ฌ๋ฌ๋ถ์ด ์ํ๋ ๋ฌด์์ด๋ ๋ฐํํ ์ ์์ต๋๋ค. ์ด ๊ฒฝ์ฐ, ์ด ์์กด์ฑ์ ๋ค์๊ณผ ๊ฐ์ ๊ฒฝ์ฐ๋ฅผ ๊ธฐ๋ํฉ๋๋ค: * ์ ํ์ ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ `q`, `str`์ ์๋ฃํ์ผ๋ก ๊ฐ์ง๋๋ค. * ์ ํ์ ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ `skip`, `int`๋ฅผ ์๋ฃํ์ผ๋ก ๊ฐ์ง๋ฉฐ ๊ธฐ๋ณธ ๊ฐ์ `0`์ ๋๋ค. * ์ ํ์ ์ธ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ `limit`, `int`๋ฅผ ์๋ฃํ์ผ๋ก ๊ฐ์ง๋ฉฐ ๊ธฐ๋ณธ ๊ฐ์ `100`์ ๋๋ค. ๊ทธ ํ ์์ ๊ฐ์ ํฌํจํ `dict` ์๋ฃํ์ผ๋ก ๋ฐํํ ๋ฟ์ ๋๋ค. /// info | ์ ๋ณด FastAPI๋ 0.95.0 ๋ฒ์ ๋ถํฐ `Annotated`์ ๋ํ ์ง์์ (๊ทธ๋ฆฌ๊ณ ์ด๋ฅผ ์ฌ์ฉํ๊ธฐ ๊ถ์ฅํฉ๋๋ค) ์ถ๊ฐํ์ต๋๋ค.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.4K bytes - Click Count (0) -
chainable_api.go
func (db *DB) Limit(limit int) (tx *DB) { tx = db.getInstance() tx.Statement.AddClause(clause.Limit{Limit: &limit}) return } // Offset specify the number of records to skip before starting to return the records // // Offset conditions can be cancelled by using `Offset(-1)`. // // // select the third user // db.Offset(2).First(&user)
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Fri Sep 19 01:49:06 GMT 2025 - 14.8K bytes - Click Count (0) -
cmd/object-api-options.go
Bucket: bucket, Object: object, Err: err, } } opts.VersionID = vid opts.Versioned = versioned opts.VersionSuspended = versionSuspended // For directory objects skip creating new versions. if isDirObject(object) && vid == "" { opts.VersionID = nullVersionID } return opts, nil }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 14.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
} // Test destroyContainer private static method via reflection @Test public void test_destroyContainer() throws Exception { // Test destroyContainer method - skip this test as it conflicts with container management // The test framework manages the container lifecycle assertTrue(true); } // Test process method with different options @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 30.8K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
continue; } if (forceSigning && !conn.isSigningEnforced()) { // if signing is enforced and was not on the connection, skip if (log.isTraceEnabled()) { log.debug("Cannot reuse, signing enforced but connection does not have it enabled " + conn); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 33.4K bytes - Click Count (0) -
docs/ja/docs/tutorial/dependencies/index.md
ใใใฆใใใใฏใในใฆใฎ*path operation ้ขๆฐ*ใๆใฃใฆใใใฎใจๅใๅฝขใจๆง้ ใๆใฃใฆใใพใใ ใใใณใฌใผใฟใใๅซใพใชใ๏ผ`@app.get("/some-path")`ใๅซใพใชใ๏ผ*path operation ้ขๆฐ*ใจ่ใใใใจใใงใใพใใ ใใใฆไฝใงใ่ฟใใใจใใงใใพใใ ใใฎๅ ดๅใใใฎไพๅญ้ขไฟใฏไปฅไธใๆๅพ ใใฆใใพใ: * ใชใใทใงใใซใฎใฏใจใชใใฉใกใผใฟ`q`ใฏ`str`ใงใใ * ใชใใทใงใใซใฎใฏใจใชใใฉใกใผใฟ`skip`ใฏ`int`ใงใใใใฉใซใใฏ`0`ใงใใ * ใชใใทใงใใซใฎใฏใจใชใใฉใกใผใฟ`limit`ใฏ`int`ใงใใใใฉใซใใฏ`100`ใงใใ ใใใฆใใใใใฎๅคใๅซใ`dict`ใ่ฟใใพใใ /// info | ๆ ๅ ฑ FastAPI ใฏใใผใธใงใณ 0.95.0 ใง `Annotated` ใฎใตใใผใใ่ฟฝๅ ใ๏ผใใใฆๆจๅฅจใๅงใใพใใ๏ผใ
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 11.9K bytes - Click Count (0) -
src/bufio/scan.go
// never return an empty string. The definition of space is set by // unicode.IsSpace. func ScanWords(data []byte, atEOF bool) (advance int, token []byte, err error) { // Skip leading spaces. start := 0 for width := 0; start < len(data); start += width { var r rune r, width = utf8.DecodeRune(data[start:]) if !isSpace(r) { break } }
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed May 21 18:05:26 GMT 2025 - 14.2K bytes - Click Count (0) -
misc/go_android_exec/main.go
dirents, err := os.ReadDir(goroot) if err != nil { return err } for _, de := range dirents { switch de.Name() { case "bin", "pkg": // We already created GOROOT/bin and GOROOT/pkg above; skip those. continue } if err := adb("push", filepath.Join(goroot, de.Name()), path.Join(deviceGoroot, de.Name())); err != nil { return err } }
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Aug 21 17:46:57 GMT 2023 - 15.3K bytes - Click Count (0)