- Sort Score
- Result 10 results
- Languages All
Results 1501 - 1510 of 1,719 for kjson (0.02 sec)
-
common-protos/k8s.io/apimachinery/pkg/api/resource/generated.proto
// Package-wide variables from generator "generated". option go_package = "k8s.io/apimachinery/pkg/api/resource"; // Quantity is a fixed-point representation of a number. // It provides convenient marshaling/unmarshaling in JSON and YAML, // in addition to String() and AsInt64() accessors. // // The serialization format is: // // ``` // <quantity> ::= <signedNumber><suffix> //
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 3.9K bytes - Viewed (0) -
cmd/admin-handlers-users_test.go
} reqBodyArg := madmin.UserInfo{ SecretKey: secretKey, PolicyName: "consoleAdmin", Status: madmin.AccountEnabled, } buf, err := json.Marshal(reqBodyArg) if err != nil { c.Fatalf("unexpected json encode err: %v", err) } buf, err = madmin.EncryptData(secretKey, buf) if err != nil { c.Fatalf("unexpected encryption err: %v", err) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Sep 22 00:33:43 UTC 2024 - 47.3K bytes - Viewed (0) -
common/Makefile.common.mk
lint-sass: @${FINDFILES} -name '*.scss' -print0 | ${XARGS} sass-lint -c common/config/sass-lint.yml --verbose lint-typescript: @${FINDFILES} -name '*.ts' -print0 | ${XARGS} tslint -c common/config/tslint.json lint-licenses: @if test -d licenses; then license-lint --config common/config/license-lint.yml; fi
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jun 12 14:37:27 UTC 2024 - 5.9K bytes - Viewed (0) -
cmd/post-policy_test.go
// #16849 func testPostPolicyReservedBucketExploit(obj ObjectLayer, instanceType string, dirs []string, t TestErrHandler) { if err := newTestConfig(globalMinioDefaultRegion, obj); err != nil { t.Fatalf("Initializing config.json failed") } // Register the API end points with Erasure/FS object layer. apiRouter := initTestAPIEndPoints(obj, []string{"PostPolicy"}) credentials := globalActiveCred bucketName := minioMetaBucket
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 22 23:07:14 UTC 2024 - 30.2K bytes - Viewed (0) -
docs/em/docs/tutorial/testing.md
â¤´ď¸ đ đ đ đŻ. 𤜠â.: * đśââď¸ *âĄ* âď¸ *đ˘* đ˘, đŽ âŤď¸ đ âŤď¸. * đśââď¸ đť đŞ, đśââď¸ đ đ (â `dict`) đ˘ `json`. * đĽ đ đŞ đ¨ *đ¨ đ˝* âŠď¸ đť, âď¸ `data` đ˘ âŠď¸. * đśââď¸ *đ*, âď¸ `dict` `headers` đ˘. * *đŞ*, `dict` `cookies` đ˘.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.1K bytes - Viewed (0) -
docs/zh/docs/tutorial/query-params-str-validations.md
``` çśĺďźčžĺ ĽĺŚä¸ç˝ĺďź ``` http://localhost:8000/items/?q=foo&q=bar ``` ä˝ äźĺ¨*衯ĺžćä˝ĺ˝ć°*ç*ĺ˝ć°ĺć°* `q` ä¸äťĽä¸ä¸Ş Python `list` ç形ĺźćĽćśĺ°*ćĽčŻ˘ĺć°* `q` çĺ¤ä¸Şĺźďź`foo` ĺ `bar`ďźă ĺ ć¤ďźčŻĽ URL çĺĺşĺ°äźćŻďź ```JSON { "q": [ "foo", "bar" ] } ``` /// tip čŚĺŁ°ćçąťĺ为 `list` çćĽčŻ˘ĺć°ďźĺŚä¸äžć示ďźä˝ éčŚćžĺźĺ°ä˝żç¨ `Query`ďźĺŚĺ诼ĺć°ĺ°č˘Ťč§Łé为诡ćąä˝ă /// 交äşĺź API ć楣ĺ°äźç¸ĺşĺ°čżčĄć´ć°ďźäťĽĺ 莸使ç¨ĺ¤ä¸Şĺźďź
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.2K bytes - Viewed (0) -
CONTRIBUTING.md
2. Accept the changes.\ If you are sure that the changes are intentional, follow the steps described in the report. This includes adding the description of the changes to the `accepted-public-api-changes.json` file, and providing a reason for each change. You can add the changes to any place in the file, e.g. at the top. 3. Make sure the file with accepted changes is sorted.\
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Nov 05 15:15:33 UTC 2024 - 15.6K bytes - Viewed (0) -
go.sum
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tidwall/gjson v1.17.3 h1:bwWLZU7icoKRG+C+0PNwIKC6FCJO/Q3p2pZvuP0jN94= github.com/tidwall/gjson v1.17.3/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 78K bytes - Viewed (0) -
docs/em/docs/tutorial/query-params-str-validations.md
//// ⤴ď¸, âŽď¸ đ đ: ``` http://localhost:8000/items/?q=foo&q=bar ``` đ đ đ¨ đ `q` *đ˘ đ˘'* đ˛ (`foo` & `bar`) đ `list` đ đ *⥠đ ď¸ đ˘*, *đ˘ đ˘* `q`. , đ¨ đ đ đ: ```JSON { "q": [ "foo", "bar" ] } ``` /// tip đŁ đ˘ đ˘ âŽď¸ đ `list`, đ đź đ, đ đŞ đŻ âď¸ `Query`, ⪠âŤď¸ đ đŹ đ¨ đŞ. /// đ đ ď¸ đŠş đ âš âĄď¸, â đ đ˛:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.7K bytes - Viewed (0) -
fastapi/openapi/utils.py
separate_input_output_schemas=separate_input_output_schemas, ) media_type = route_response_media_type or "application/json" additional_schema = ( process_response.setdefault("content", {}) .setdefault(media_type, {})
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 17 18:54:10 UTC 2024 - 22.6K bytes - Viewed (0)