- Sort Score
- Result 10 results
- Languages All
Results 541 - 550 of 967 for ison (0.02 sec)
-
docs/em/docs/tutorial/metadata.md
### โ ๐ โ ๐ ๐ ๐ ๐ ๐ฌ โ ๐ฆ ๐ฉบ ๐. ๐ผ, โ๏ธ `users` ๐ ๐ถ โฎ๏ธ `items` ๐ค โ, โซ๏ธ ๐ฆ โญ ๐ซ, โฉ๏ธ ๐ฅ ๐ฎ ๐ซ ๐ ๐ฅ ๐ ๐. ## ๐ ๐ ๐ข, ๐ ๐ ๐ฆ `/openapi.json`. โ๏ธ ๐ ๐ช ๐ โซ๏ธ โฎ๏ธ ๐ข `openapi_url`. ๐ผ, โ โซ๏ธ ๐ฆ `/api/v1/openapi.json`: {* ../../docs_src/metadata/tutorial002.py hl[3] *} ๐ฅ ๐ ๐ โ ๐ ๐ ๐ ๐ ๐ช โ `openapi_url=None`, ๐ ๐ โ ๐งพ ๐ฉโ๐ป ๐ข ๐ โ๏ธ โซ๏ธ. ## ๐ฉบ ๐
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 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 Sep 07 19:28:11 UTC 2025 - Last Modified: Mon May 27 19:17:46 UTC 2024 - 4.5K bytes - Viewed (0) -
docs/en/docs/tutorial/security/oauth2-jwt.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 10.5K bytes - Viewed (0) -
docs/zh-hant/docs/index.md
- ็ทจ่ผฏๅจๆฏๆด๏ผ - ่ชๅ่ฃๅ จ - ๅๅฅๆชขๆฅ - ่ณๆ้ฉ่ญ๏ผ - ้ฉ่ญๅคฑๆๆ่ชๅ็ๆๆธ ๆฅ็้ฏ่ชค่จๆฏ - ๅฏ้ฉ่ญๅคๅฑคๅทข็็ JSON ็ฉไปถ - <abbr title="ไน่ขซ็จฑ็บ๏ผ ๅบๅๅๆ่งฃๆ">่ฝๆ</abbr>่ผธๅ ฅ็่ณๆ๏ผ ่ฝๆไพ่ช็ถฒ่ทฏ่ซๆฑๅฐ Python ่ณๆๅๅฅใๅ ๅซไปฅไธๆธๆ๏ผ - JSON - ่ทฏๅพๅๆธ - ๆฅ่ฉขๅๆธ - Cookies - ่ซๆฑๆจ้ ญ - ่กจๅฎ - ๆไปถ - <abbr title="ไน่ขซ็จฑ็บ๏ผ ๅบๅๅๆ่งฃๆ">่ฝๆ</abbr>่ผธๅบ็่ณๆ๏ผ ่ฝๆ Python ่ณๆๅๅฅๅฐ็ถฒ่ทฏๅณ่ผธ็ JSON๏ผ - ่ฝๆ Python ๅๅฅ (`str`ใ `int`ใ `float`ใ `bool`ใ `list` ็ญ) - `datetime` ็ฉไปถ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 18.8K bytes - Viewed (0) -
cmd/admin-heal-ops.go
// summary and detail for failures Summary healStatusSummary `json:"Summary"` FailureDetail string `json:"Detail,omitempty"` StartTime time.Time `json:"StartTime"` // settings for the heal sequence HealSettings madmin.HealOpts `json:"Settings"` // slice of available heal result records Items []madmin.HealResultItem `json:"Items"` }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 25.4K bytes - Viewed (0) -
docs/pt/docs/index.md
* Verifica que tem um atributo obrigatรณrio `name` que deve ser `str`. * Verifica que tem um atributo obrigatรณrio `price` que deve ser `float`. * Verifica que tem an atributo opcional `is_offer`, que deve ser `bool`, se presente. * Tudo isso tambรฉm funciona para objetos JSON profundamente aninhados. * Converter de e para JSON automaticamente.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.6K bytes - Viewed (0) -
README.md
---------------- This program posts data to a service. [Full source][post_example]. ```java public static final MediaType JSON = MediaType.get("application/json"); OkHttpClient client = new OkHttpClient(); String post(String url, String json) throws IOException { RequestBody body = RequestBody.create(json, JSON); Request request = new Request.Builder() .url(url) .post(body) .build();
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 07:33:49 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/plugin/DeleteBody.java
* Extends the standard plugin DeleteForm to provide JSON request body functionality * for REST API operations. */ public class DeleteBody extends DeleteForm { /** * Creates a new instance of DeleteBody. * This constructor initializes the request body for plugin deletion API operations, * extending the standard plugin DeleteForm with JSON request body functionality. */ public DeleteBody() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.2K bytes - Viewed (0) -
docs/en/mkdocs.insiders.yml
plugins: social: cards_layout_options: logo: ../en/docs/img/icon-white.svg typeset: markdown_extensions: material.extensions.preview: targets: include:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Aug 14 14:33:27 UTC 2024 - 192 bytes - Viewed (0) -
docs/sts/web-identity.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import json import logging import urllib from uuid import uuid4 import boto3 import requests from botocore.client import Config from flask import Flask, request boto3.set_stream_logger('boto3.resources', logging.DEBUG) authorize_url = "http://localhost:8080/auth/realms/minio/protocol/openid-connect/auth" token_url = "http://localhost:8080/auth/realms/minio/protocol/openid-connect/token"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Jul 28 01:37:51 UTC 2021 - 2.9K bytes - Viewed (0)