- Sort Score
- Result 10 results
- Languages All
Results 361 - 370 of 564 for dev (0.04 sec)
-
helm-releases/minio-4.0.8.tgz
apiVersion: v1 appVersion: RELEASE.2022-07-29T19-40-48Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: dev@minio.io name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 4.0.8 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name to substitute for the full names of resources...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jul 29 23:39:54 UTC 2022 - 18.6K bytes - Viewed (0) -
docs/em/docs/features.md
* ๐ฏ ๐ฉโ๐ป ๐ ๐ ๐ธ๐ฒ. * **โ**, ๐, ๐ป ๐, ๐ ๐จ. * **๐ & ๐ช** ๐โ๐ฆบ. * 1๏ธโฃ0๏ธโฃ0๏ธโฃ ๐ฏ ๐ฏ ๐ฐ. * 1๏ธโฃ0๏ธโฃ0๏ธโฃ ๐ฏ ๐ โ โ. ## Pydantic โ **FastAPI** ๐ ๐ โฎ๏ธ (& โ๏ธ ๐) <a href="https://docs.pydantic.dev/" class="external-link" target="_blank"><strong>Pydantic</strong></a>. , ๐ ๐ Pydantic ๐ ๐ โ๏ธ, ๐ ๐ท. โ ๐ข ๐ โ๏ธ ๐ Pydantic, <abbr title="Object-Relational Mapper">๐</abbr>โ, <abbr title="Object-Document Mapper">๐ญ</abbr>โ ๐ฝ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8K bytes - Viewed (0) -
docs/en/docs/advanced/openapi-callbacks.md
```Python hl_lines="9-13 36-53" {!../../docs_src/openapi_callbacks/tutorial001.py!} ``` /// tip The `callback_url` query parameter uses a Pydantic <a href="https://docs.pydantic.dev/latest/api/networks/" class="external-link" target="_blank">Url</a> type. /// The only new thing is the `callbacks=invoices_callback_router.routes` as an argument to the *path operation decorator*. We'll see what that is next.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/ru/docs/tutorial/body-nested-models.md
ะงัะพะฑั ัะฒะธะดะตัั ะฒัะต ะฒะฐัะธะฐะฝัั, ะบะพัะพััะต ั ะฒะฐั ะตััั, ะพะทะฝะฐะบะพะผััะตัั ั ะดะพะบัะผะตะฝัะฐัะธะตะน <a href="https://docs.pydantic.dev/latest/concepts/types/" class="external-link" target="_blank">ะฟะพ ะฝะตะพะฑััะฝัะผ ัะธะฟะฐะผ Pydantic</a>. ะั ัะฒะธะดะธัะต ะฝะตะบะพัะพััะต ะฟัะธะผะตัั ะฒ ัะปะตะดัััะตะน ะณะปะฐะฒะต.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 14.8K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-nested-models.md
* ์ค์ฒฉ ๋ชจ๋ธ๋ ํธ์ง๊ธฐ ์ง์(์๋์์ฑ ๋ฑ) * ๋ฐ์ดํฐ ๋ณํ * ๋ฐ์ดํฐ ๊ฒ์ฆ * ์๋ ๋ฌธ์ํ ## ํน๋ณํ ํ์ ๊ณผ ๊ฒ์ฆ `str`, `int`, `float` ๋ฑ๊ณผ ๊ฐ์ ๋จ์ผ ํ์ ๊ณผ๋ ๋ณ๊ฐ๋ก, `str`์ ์์ํ๋ ๋ ๋ณต์กํ ๋จ์ผ ํ์ ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. ๋ชจ๋ ์ต์ ์ ๋ณด๋ ค๋ฉด, <a href="https://docs.pydantic.dev/latest/concepts/types/" class="external-link" target="_blank">Pydantic's exotic types</a> ๋ฌธ์๋ฅผ ํ์ธํ์ธ์. ๋ค์ ์ฅ์์ ๋ช๊ฐ์ง ์์ ๋ฅผ ๋ณผ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด `Image` ๋ชจ๋ธ ์์ `url` ํ๋๋ฅผ `str` ๋์ Pydantic์ `HttpUrl`๋ก ์ ์ธํ ์ ์์ต๋๋ค: ```Python hl_lines="4 10"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.6K bytes - Viewed (0) -
docs/en/docs/tutorial/body-nested-models.md
Apart from normal singular types like `str`, `int`, `float`, etc. you can use more complex singular types that inherit from `str`. To see all the options you have, checkout <a href="https://docs.pydantic.dev/latest/concepts/types/" class="external-link" target="_blank">Pydantic's Type Overview</a>. You will see some examples in the next chapter.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.4K bytes - Viewed (0) -
docs/pt/docs/advanced/openapi-callbacks.md
```Python hl_lines="9-13 36-53" {!../../docs_src/openapi_callbacks/tutorial001.py!} ``` /// tip | Dica O parรขmetro de consulta `callback_url` usa um tipo Pydantic <a href="https://docs.pydantic.dev/latest/api/networks/" class="external-link" target="_blank">Url</a>. /// A รบnica coisa nova รฉ o argumento `callbacks=invoices_callback_router.routes` no decorador da *operaรงรฃo de rota*. Veremos o que รฉ isso a seguir.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Oct 30 19:53:03 UTC 2024 - 8.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/body.md
**์์ฒญ** ๋ณธ๋ฌธ์ ํด๋ผ์ด์ธํธ์์ API๋ก ๋ณด๋ด์ง๋ ๋ฐ์ดํฐ์ ๋๋ค. **์๋ต** ๋ณธ๋ฌธ์ API๊ฐ ํด๋ผ์ด์ธํธ๋ก ๋ณด๋ด๋ ๋ฐ์ดํฐ์ ๋๋ค. ์ฌ๋ฌ๋ถ์ API๋ ๋๋ถ๋ถ์ ๊ฒฝ์ฐ **์๋ต** ๋ณธ๋ฌธ์ ๋ณด๋ด์ผ ํฉ๋๋ค. ํ์ง๋ง ํด๋ผ์ด์ธํธ๋ **์์ฒญ** ๋ณธ๋ฌธ์ ๋งค ๋ฒ ๋ณด๋ผ ํ์๊ฐ ์์ต๋๋ค. **์์ฒญ** ๋ณธ๋ฌธ์ ์ ์ธํ๊ธฐ ์ํด์ ๋ชจ๋ ๊ฐ๋ ฅํจ๊ณผ ์ด์ ์ ๊ฐ์ถ <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> ๋ชจ๋ธ์ ์ฌ์ฉํฉ๋๋ค. /// info | "์ ๋ณด" ๋ฐ์ดํฐ๋ฅผ ๋ณด๋ด๊ธฐ ์ํด, (์ข ๋ ๋ณดํธ์ ์ธ) `POST`, `PUT`, `DELETE` ํน์ `PATCH` ์ค์ ํ๋๋ฅผ ์ฌ์ฉํ๋ ๊ฒ์ด ์ข์ต๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.7K bytes - Viewed (0) -
scripts/docs.py
if lang is None: lang = "en" lang_path: Path = docs_path / lang # Enable line numbers during local development to make it easier to highlight args = ["mkdocs", "serve", "--dev-addr", "127.0.0.1:8008"] if dirty: args.append("--dirty") subprocess.run( args, env={**os.environ, "LINENUMS": "true"}, cwd=lang_path, check=True )
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 08 11:01:17 UTC 2024 - 13.5K bytes - Viewed (0) -
docs/site-replication/run-ssec-object-replication-with-compression.sh
./mc cat minio2/test-bucket/encrypted --enc-c "minio2/test-bucket/encrypted=${TEST_MINIO_ENC_KEY}" --insecure ./mc cat minio2/test-bucket/defpartsize --enc-c "minio2/test-bucket/defpartsize=${TEST_MINIO_ENC_KEY}" --insecure >/dev/null || exit_1 # Check the MD5 checksums of encrypted objects from source and target if [ "${src_obj1_md5}" != "${rep_obj1_md5}" ]; then
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 08:03:58 UTC 2024 - 8.3K bytes - Viewed (0)