- Sort Score
- Result 10 results
- Languages All
Results 881 - 890 of 1,427 for appends (0.07 sec)
-
docs/em/docs/tutorial/security/first-steps.md
/// `oauth2_scheme` ๐ข ๐ `OAuth2PasswordBearer`, โ๏ธ โซ๏ธ "๐ง๐ฒ". โซ๏ธ ๐ช ๐ค: ```Python oauth2_scheme(some, parameters) ``` , โซ๏ธ ๐ช โ๏ธ โฎ๏ธ `Depends`. ### โ๏ธ โซ๏ธ ๐ ๐ ๐ช ๐ถโโ๏ธ ๐ `oauth2_scheme` ๐ โฎ๏ธ `Depends`. ```Python hl_lines="10" {!../../docs_src/security/tutorial001.py!} ``` ๐ ๐ ๐ ๐ `str` ๐ ๐ ๏ธ ๐ข `token` *โก ๐ ๏ธ ๐ข*.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.8K bytes - Viewed (0) -
cmd/api-router.go
// to match for `<bucket>` return host != minioReservedBucket+"."+domainName }).Host("{bucket:.+}."+domainName).Subrouter()) } else { routers = append(routers, apiRouter.Host("{bucket:.+}."+domainName).Subrouter()) } } routers = append(routers, apiRouter.PathPrefix("/{bucket}").Subrouter()) for _, router := range routers { // Register all rejected object APIs for _, r := range rejectedObjAPIs {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Aug 13 15:25:16 UTC 2024 - 23.1K bytes - Viewed (0) -
cmd/object-api-multipart_test.go
{"foo", object, uploadID, BucketNotFound{}}, {bucket, object, "foo-foo", InvalidUploadID{}}, {bucket, object, uploadID, nil}, } if runtime.GOOS != globalWindowsOSName { abortTestCases = append(abortTestCases, struct { bucketName string objName string uploadID string expectedErrType error }{bucket, "\\", uploadID, InvalidUploadID{}}) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 09:42:21 UTC 2024 - 88.8K bytes - Viewed (0) -
guava-gwt/src/com/google/thirdparty/publicsuffix/PublicSuffixType.gwt.xml
util.concurrent, like nearly all our packages, has two .gwt.xml files: one for prod and one for tests. However, unlike our other packages, as of this writing it has test supersource but no prod supersource. GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. This causes it to fail to find AtomicLongMapTest. Our workaround is to tell GWT that util.concurrent and all other packages
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Jul 19 16:02:36 UTC 2024 - 1.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
if (highlightQueries != null) { final StringBuilder buf = new StringBuilder(100); highlightQueries.stream().forEach(q -> { buf.append("&hq=").append(LaFunctions.u(q)); }); data.setAppendHighlightParams(buf.toString()); } queryResponseList.setExecTime(systemHelper.getCurrentTimeAsLong() - startTime);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 19.1K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
๋ช๋ช ๊ฒฝ์ฐ์๋, *๊ฒฝ๋ก ์๋ ํจ์* ์์์ ์์กด์ฑ์ ๋ฐํ ๊ฐ์ด ํ์ํ์ง ์์ต๋๋ค. ๋๋ ์์กด์ฑ์ด ๊ฐ์ ๋ฐํํ์ง ์์ต๋๋ค. ๊ทธ๋ฌ๋ ์ฌ์ ํ ์คํ/ํด๊ฒฐ๋ ํ์๊ฐ ์์ต๋๋ค. ๊ทธ๋ฐ ๊ฒฝ์ฐ์, `Depends`๋ฅผ ์ฌ์ฉํ์ฌ *๊ฒฝ๋ก ์๋ ํจ์*์ ๋งค๊ฐ๋ณ์๋ก ์ ์ธํ๋ ๊ฒ๋ณด๋ค *๊ฒฝ๋ก ์๋ ๋ฐ์ฝ๋ ์ดํฐ*์ `dependencies`์ `list`๋ฅผ ์ถ๊ฐํ ์ ์์ต๋๋ค. ## *๊ฒฝ๋ก ์๋ ๋ฐ์ฝ๋ ์ดํฐ*์ `dependencies` ์ถ๊ฐํ๊ธฐ *๊ฒฝ๋ก ์๋ ๋ฐ์ฝ๋ ์ดํฐ*๋ `dependencies`๋ผ๋ ์ ํ์ ์ธ ์ธ์๋ฅผ ๋ฐ์ต๋๋ค. `Depends()`๋ก ๋ `list`์ด์ด์ผํฉ๋๋ค: //// tab | Python 3.9+ ```Python hl_lines="19"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.7K bytes - Viewed (0) -
internal/s3select/sql/record.go
if err != nil { return nil, err } if typ == simdjson.TypeNone { break } v, err := IterToValue(next) if err != nil { return nil, err } dst = append(dst, v) } return dst, err case simdjson.TypeNull: return nil, nil } return nil, fmt.Errorf("IterToValue: unknown JSON type: %s", iter.Type().String())
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 01 21:59:40 UTC 2021 - 3.4K bytes - Viewed (0) -
compat/maven-embedder/src/test/java/org/apache/maven/cli/transfer/ConsoleMavenTransferListenerTest.java
boolean ok = output.containsKey("Progress (1): test-resource (" + i + "/999 B)"); if (!ok) { System.out.println("false : " + i); message.append(i + ","); } test = test & ok; } assertTrue(test, message + "] are missing in " + output); } private void test( TransferListener listener,
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5K bytes - Viewed (0) -
cmd/config.go
} data, err = decryptData(data, obj.Name) if err != nil { // ignore history file that cannot be loaded. continue } cfgEntry.Data = string(data) } configHistory = append(configHistory, cfgEntry) count-- if count == 0 { break } } if !res.IsTruncated { // We are done here break } marker = res.NextMarker }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 23 10:07:06 UTC 2023 - 6K bytes - Viewed (0) -
istioctl/pkg/writer/compare/sds/writer.go
} var hasUnknownTrustDomain bool for _, secret := range secrets { if secret.SecretMeta.TrustDomain == "" { hasUnknownTrustDomain = true break } } if !hasUnknownTrustDomain { secretItemColumns = append(secretItemColumns, "TRUST DOMAIN") } tw := new(tabwriter.Writer).Init(w.w, 0, 5, 5, ' ', 0) fmt.Fprintln(tw, strings.Join(secretItemColumns, "\t")) for _, s := range secrets { if includeConfigType {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Oct 28 19:52:53 UTC 2024 - 4.8K bytes - Viewed (0)