- Sort Score
- Result 10 results
- Languages All
Results 1121 - 1130 of 1,735 for jason (0.04 sec)
-
docs/em/docs/tutorial/metadata.md
### โ ๐ โ ๐ ๐ ๐ ๐ ๐ฌ โ ๐ฆ ๐ฉบ ๐. ๐ผ, โ๏ธ `users` ๐ ๐ถ โฎ๏ธ `items` ๐ค โ, โซ๏ธ ๐ฆ โญ ๐ซ, โฉ๏ธ ๐ฅ ๐ฎ ๐ซ ๐ ๐ฅ ๐ ๐. ## ๐ ๐ ๐ข, ๐ ๐ ๐ฆ `/openapi.json`. โ๏ธ ๐ ๐ช ๐ โซ๏ธ โฎ๏ธ ๐ข `openapi_url`. ๐ผ, โ โซ๏ธ ๐ฆ `/api/v1/openapi.json`: ```Python hl_lines="3" {!../../docs_src/metadata/tutorial002.py!} ``` ๐ฅ ๐ ๐ โ ๐ ๐ ๐ ๐ ๐ช โ `openapi_url=None`, ๐ ๐ โ ๐งพ ๐ฉโ๐ป ๐ข ๐ โ๏ธ โซ๏ธ. ## ๐ฉบ ๐
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.1K bytes - Viewed (0) -
docs/distributed/decom-encrypted-sse-s3.sh
pid=$! ./mc ready myminio ./mc admin user add myminio/ minio123 minio123 ./mc admin user add myminio/ minio12345 minio12345 ./mc admin policy create myminio/ rw ./docs/distributed/rw.json ./mc admin policy create myminio/ lake ./docs/distributed/rw.json ./mc admin policy attach myminio/ rw --user=minio123 ./mc admin policy attach myminio/ lake --user=minio12345 ./mc mb -l myminio/versioned ./mc encrypt set sse-s3 myminio/versioned
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon May 27 19:17:46 UTC 2024 - 4.5K bytes - Viewed (0) -
manifests/addons/dashboards/README.md
This is the preferred method for any new dashboards. ## Legacy Dashboards Many of our older dashboards are manually created in the UI and exported as JSON and checked in. ## Generation
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 04 18:05:06 UTC 2024 - 815 bytes - Viewed (0) -
scripts/label_approved.py
settings = Settings() if settings.debug: logging.basicConfig(level=logging.DEBUG) else: logging.basicConfig(level=logging.INFO) logging.debug(f"Using config: {settings.json()}") g = Github(settings.token.get_secret_value()) repo = g.get_repo(settings.github_repository) for pr in repo.get_pulls(state="open"): logging.info(f"Checking PR: #{pr.number}") pr_labels = list(pr.get_labels())
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 12 13:58:30 UTC 2024 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java
import com.google.api.client.http.HttpTransport; import com.google.api.client.http.javanet.NetHttpTransport; import com.google.api.client.json.JsonFactory; import com.google.api.client.json.JsonParser; import com.google.api.client.json.JsonToken; import com.google.api.client.json.gson.GsonFactory; import com.google.common.io.BaseEncoding; import com.google.common.io.BaseEncoding.DecodingException;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 12.3K bytes - Viewed (0) -
docs/zh/docs/tutorial/request-files.md
/// note | "Starlette ๆๆฏ็ป่" **FastAPI** ็ `UploadFile` ็ดๆฅ็ปงๆฟ่ช **Starlette** ็ `UploadFile`๏ผไฝๆทปๅ ไบไธไบๅฟ ่ฆๅ่ฝ๏ผไฝฟไนไธ **Pydantic** ๅ FastAPI ็ๅ ถๅฎ้จไปถๅ ผๅฎนใ /// ## ไปไนๆฏ ใ่กจๅๆฐๆฎใ ไธ JSON ไธๅ๏ผHTML ่กจๅ๏ผ`<form></form>`๏ผๅๆๅกๅจๅ้ๆฐๆฎ้ๅธธไฝฟ็จใ็นๆฎใ็็ผ็ ใ **FastAPI** ่ฆ็กฎไฟไปๆญฃ็กฎ็ไฝ็ฝฎ่ฏปๅๆฐๆฎ๏ผ่ไธๆฏ่ฏปๅ JSONใ /// note | "ๆๆฏ็ป่" ไธๅ ๅซๆไปถๆถ๏ผ่กจๅๆฐๆฎไธ่ฌ็จ `application/x-www-form-urlencoded`ใๅชไฝ็ฑปๅใ็ผ็ ใ ไฝ่กจๅๅ ๅซๆไปถๆถ๏ผ็ผ็ ไธบ `multipart/form-data`ใไฝฟ็จไบ `File`๏ผ**FastAPI** ๅฐฑ็ฅ้่ฆไป่ฏทๆฑไฝ็ๆญฃ็กฎไฝ็ฝฎ่ทๅๆไปถใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.9K bytes - Viewed (0) -
internal/crypto/sse-kms.go
if context, ok := h[xhttp.AmzServerSideEncryptionKmsContext]; ok { b, err := base64.StdEncoding.DecodeString(context[0]) if err != nil { return "", nil, err } json := jsoniter.ConfigCompatibleWithStandardLibrary if err := json.Unmarshal(b, &ctx); err != nil { return "", nil, err } } keyID := h.Get(xhttp.AmzServerSideEncryptionKmsID)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue May 07 23:55:37 UTC 2024 - 8.5K bytes - Viewed (0) -
docs/debugging/README.md
### Using xl-meta Executing `xl-meta` will look for an `xl.meta` in the current folder and decode it to JSON. It is also possible to specify multiple files or wildcards, for example `xl-meta ./**/xl.meta` will output decoded metadata recursively. It is possible to view what inline data is stored inline in the metadata using `--data` parameter `xl-meta -data xl.json` will display an id -> data size. To export inline data to a file use the `--export` option.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Feb 25 01:17:53 UTC 2022 - 8.7K bytes - Viewed (0) -
internal/s3select/sql/statement.go
} } // EvalFrom evaluates the From clause on the input record. It only // applies to JSON input data format (currently). func (e *SelectStatement) EvalFrom(format string, input Record) ([]*Record, error) { if !e.selectAST.From.HasKeypath() { return []*Record{&input}, nil } _, rawVal := input.Raw() if format != "json" { return nil, errDataSource(errors.New("path not supported")) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 23 19:35:41 UTC 2024 - 8.9K bytes - Viewed (0) -
cni/test/testdata/pre/non_json.conf
"This is not json"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Nov 19 23:19:19 UTC 2020 - 60 bytes - Viewed (0)