- Sort Score
- Result 10 results
- Languages All
Results 681 - 690 of 2,281 for docs (0.04 sec)
-
docs/em/docs/tutorial/request-forms.md
๐ โช๏ธโก๏ธ ๐จ ๐ ๐ โ๏ธ "๐ป ๐" `application/x-www-form-urlencoded`. โ๏ธ ๐โ ๐จ ๐ ๐, โซ๏ธ ๐ `multipart/form-data`. ๐ ๐ โ ๐ ๐ ๐ โญ ๐. ๐ฅ ๐ ๐ โ ๐ ๐ ๐ ๐ข & ๐จ ๐, ๐ณ <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST" class="external-link" target="_blank"><abbr title="Mozilla Developer Network">๐</abbr> ๐ธ ๐ฉบ <code>POST</code></a>. /// /// warning
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.2K bytes - Viewed (0) -
docs/zh/docs/tutorial/encoder.md
//// tab | Python 3.8+ ```Python hl_lines="5 22" {!> ../../docs_src/encoder/tutorial001.py!} ``` //// ๅจ่ฟไธชไพๅญไธญ๏ผๅฎๅฐPydanticๆจกๅ่ฝฌๆขไธบ`dict`๏ผๅนถๅฐ`datetime`่ฝฌๆขไธบ`str`ใ ่ฐ็จๅฎ็็ปๆๅๅฐฑๅฏไปฅไฝฟ็จPythonๆ ๅ็ผ็ ไธญ็<a href="https://docs.python.org/3/library/json.html#json.dumps" class="external-link" target="_blank">`json.dumps()`</a>ใ ่ฟไธชๆไฝไธไผ่ฟๅไธไธชๅ ๅซJSONๆ ผๅผ๏ผไฝไธบๅญ็ฌฆไธฒ๏ผๆฐๆฎ็ๅบๅคง็`str`ใๅฎๅฐ่ฟๅไธไธชPythonๆ ๅๆฐๆฎ็ปๆ๏ผไพๅฆ`dict`๏ผ๏ผๅ ถๅผๅๅญๅผ้ฝไธJSONๅ ผๅฎนใ /// note
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.7K bytes - Viewed (0) -
docs/distributed/iam-import-with-openid.sh
redirect_uri="http://127.0.0.1:10000/oauth_callback" \ display_name="Login via dex1" \ role_policy="consoleAdmin" ./mc admin service restart myminio --json ./mc ready myminio ./mc admin cluster iam import myminio docs/distributed/samples/myminio-iam-info-openid.zip # Verify if buckets / objects accessible using service account echo "Verifying buckets and objects access for the imported service account" ./mc ls myminio1/ --json
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 17 16:45:46 UTC 2024 - 2.3K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/XslTransformer.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs; import javax.xml.transform.Transformer; import javax.xml.transform.TransformerException; import javax.xml.transform.TransformerFactory; import javax.xml.transform.stream.StreamResult;
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 05 19:36:14 UTC 2023 - 2.2K bytes - Viewed (0) -
docs/ja/docs/tutorial/encoder.md
PydanticใขใใซใฎใใใชใชใใธใงใฏใใๅใๅใใJSONไบๆ็ใ่ฟใใพใ: ```Python hl_lines="5 22" {!../../docs_src/encoder/tutorial001.py!} ``` ใใฎไพใงใฏใPydanticใขใใซใ`dict`ใซใ`datetime`ใ`str`ใซๅคๆใใพใใ ๅผใณๅบใใ็ตๆใฏใPythonใฎๆจๆบใฎ<a href="https://docs.python.org/3/library/json.html#json.dumps" class="external-link" target="_blank">`json.dumps()`</a>ใงใจใณใณใผใใงใใใใฎใงใใ ใใใฏJSONๅฝขๅผใฎใใผใฟใๅซใๅคงใใช`str`ใ๏ผๆๅญๅใจใใฆ๏ผ่ฟใใพใใใJSONใจไบๆๆงใฎใใๅคใจใตใใฎๅคใๆใคPythonๆจๆบใฎใใผใฟๆง้ ๏ผไพ๏ผ`dict`๏ผใ่ฟใใพใใ /// note | "ๅ่"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.9K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDocumentationExtension.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs; import org.gradle.api.Action; import org.gradle.api.file.ConfigurableFileCollection; import org.gradle.api.file.DirectoryProperty; import org.gradle.api.model.ObjectFactory; import org.gradle.api.provider.Property;
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Aug 20 14:11:17 UTC 2024 - 4.4K bytes - Viewed (0) -
istioctl/pkg/precheck/precheck_test.go
"meshConfig.defaultConfig.tracer", "1.21", "tracing is no longer by default enabled to send to 'zipkin.istio-system.svc'; "+ "follow https://istio.io/latest/docs/tasks/observability/distributed-tracing/telemetry-api/", "1.21") assert.Equal(t, expectedOutput, messages[0]) } func init() { cli.MakeKubeFactory = func(k kube.CLIClient) cmdutil.Factory {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 09 12:01:22 UTC 2024 - 3.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.27.md
- Migrated the StatefulSet controller (within `kube-controller-manager`) to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging) ([#113840](https:...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (1) -
docs/ko/docs/index.md
* _๊ฒฝ๋ก_ `/items/{item_id}`๋ ์ ํ์ ์ธ `str`ํ ์ด์ด์ผ ํ๋ _๊ฒฝ๋ก ๋งค๊ฐ๋ณ์_ `q`๋ฅผ ๊ฐ์ง๊ณ ์์ต๋๋ค. ### ๋ํํ API ๋ฌธ์ ์ด์ <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>๋ก ๊ฐ๋ณด์ญ์์ค. ์๋ ๋ํํ API ๋ฌธ์๋ฅผ ๋ณผ ์ ์์ต๋๋ค (<a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank">Swagger UI</a> ์ ๊ณต):
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Aug 16 16:50:01 UTC 2024 - 19.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/cors.md
# ๊ต์ฐจ ์ถ์ฒ ๋ฆฌ์์ค ๊ณต์ <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" class="external-link" target="_blank">CORS ๋๋ "๊ต์ฐจ-์ถ์ฒ ๋ฆฌ์์ค ๊ณต์ "</a>๋, ๋ธ๋ผ์ฐ์ ์์ ๋์ํ๋ ํ๋ก ํธ์๋๊ฐ ์๋ฐ์คํฌ๋ฆฝํธ๋ก ์ฝ๋๋ก ๋ฐฑ์๋์ ํต์ ํ๊ณ , ๋ฐฑ์๋๋ ํด๋น ํ๋ก ํธ์๋์ ๋ค๋ฅธ "์ถ์ฒ"์ ์กด์ฌํ๋ ์ํฉ์ ์๋ฏธํฉ๋๋ค. ## ์ถ์ฒ ์ถ์ฒ๋ ํ๋กํ ์ฝ(`http` , `https`), ๋๋ฉ์ธ(`myapp.com`, `localhost`, `localhost.tiangolo.com` ), ๊ทธ๋ฆฌ๊ณ ํฌํธ(`80`, `443`, `8080` )์ ์กฐํฉ์ ์๋ฏธํฉ๋๋ค. ๋ฐ๋ผ์, ์๋๋ ๋ชจ๋ ์์ดํ ์ถ์ฒ์ ๋๋ค: * `http://localhost` * `https://localhost`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.8K bytes - Viewed (0)