- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 2,315 for External (0.12 sec)
-
docs/em/docs/tutorial/extra-data-types.md
* `datetime.timedelta`: * ๐ `datetime.timedelta`. * ๐จ & ๐จ ๐ ๐จ `float` ๐ ๐ฅ. * Pydantic โ ๐ฆ โซ๏ธ "๐พ 8๏ธโฃ6๏ธโฃ0๏ธโฃ1๏ธโฃ ๐ฐ โ ๐ข", <a href="https://docs.pydantic.dev/latest/concepts/serialization/#json_encoders" class="external-link" target="_blank">๐ ๐ฉบ ๐ โน</a>. * `frozenset`: * ๐จ & ๐จ, ๐ฅ ๐ `set`: * ๐จ, ๐ ๐ โ, โ โ & ๐ญ โซ๏ธ `set`. * ๐จ, `set` ๐ ๐ `list`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.2K bytes - Viewed (0) -
docs/ko/docs/advanced/custom-response.md
### `ORJSONResponse` <a href="https://github.com/ijl/orjson" class="external-link" target="_blank">`orjson`</a>์ ์ฌ์ฉํ์ฌ ๋น ๋ฅธ JSON ์๋ต์ ์ ๊ณตํ๋ ๋์์ ๋๋ค. ์์์ ์ค๋ช ํ ๋ด์ฉ๊ณผ ๊ฐ์ต๋๋ค. /// info | ์ ๋ณด ์ด๋ฅผ ์ฌ์ฉํ๋ ค๋ฉด `orjson`์ ์ค์นํด์ผํฉ๋๋ค. ์: `pip install orjson`. /// ### `UJSONResponse` <a href="https://github.com/ultrajson/ultrajson" class="external-link" target="_blank">`ujson`</a>์ ์ฌ์ฉํ ๋ ๋ค๋ฅธ JSON ์๋ต ํ์์ ๋๋ค. /// info | ์ ๋ณด
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Feb 15 11:21:20 UTC 2025 - 13.4K bytes - Viewed (0) -
src/main/resources/crawler/rule.xml
<!-- Supported MIME type --> <arg> "(application/xml" + "|application/xhtml+xml" + "|application/rdf+xml" + "|application/pdf" + "|application/x-freemind" + "|text/xml" + "|text/xml-external-parsed-entity)" </arg> </postConstruct> </component> <component name="fsFileRule" class="org.codelibs.fess.crawler.rule.impl.RegexRule" > <property name="ruleId">"fsFileRule"</property>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jun 04 08:42:49 UTC 2020 - 4.6K bytes - Viewed (0) -
docs/pt/docs/how-to/extending-openapi.md
Por exemplo, vamos adicionar <a href="https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo" class="external-link" target="_blank">Extensรฃo OpenAPI do ReDoc para incluir um logo personalizado</a>. ### **FastAPI** Normal Primeiro, escreva toda a sua aplicaรงรฃo **FastAPI** normalmente:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.4K bytes - Viewed (0) -
docs/iam/access-management-plugin.md
When configured, MinIO sends request and credential details for every API call to an external HTTP(S) endpoint and expects an allow/deny response. MinIO is thus able to delegate access management to an external system, and users are able to use a custom solution instead of S3 standard IAM policies.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Dec 13 22:28:48 UTC 2022 - 4.4K bytes - Viewed (1) -
docs/pt/docs/advanced/sub-applications.md
Vocรช verรก a documentaรงรฃo automรกtica da API para a aplicaรงรฃo principal, incluindo apenas suas prรณprias _operaรงรตes de rota_: <img src="/img/tutorial/sub-applications/image01.png">
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.1K bytes - Viewed (0) -
docs/ko/docs/how-to/configure-swagger-ui.md
# Swagger UI ๊ตฌ์ฑ ์ถ๊ฐ์ ์ธ <a href="https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/" class="external-link" target="_blank">Swagger UI ๋งค๊ฐ๋ณ์</a>๋ฅผ ๊ตฌ์ฑํ ์ ์์ต๋๋ค. ๊ตฌ์ฑ์ ํ๋ ค๋ฉด, `FastAPI()` ์ฑ ๊ฐ์ฒด๋ฅผ ์์ฑํ ๋ ๋๋ `get_swagger_ui_html()` ํจ์์ `swagger_ui_parameters` ์ธ์๋ฅผ ์ ๋ฌํ์ญ์์ค. `swagger_ui_parameters`๋ Swagger UI์ ์ง์ ์ ๋ฌ๋ ๊ตฌ์ฑ์ ํฌํจํ๋ ๋์ ๋๋ฆฌ๋ฅผ ๋ฐ์ต๋๋ค. FastAPI๋ ์ด ๊ตฌ์ฑ์ **JSON** ํ์์ผ๋ก ๋ณํํ์ฌ JavaScript์ ํธํ๋๋๋ก ํฉ๋๋ค. ์ด๋ Swagger UI์์ ํ์๋ก ํ๋ ํ์์ ๋๋ค. ## ๊ตฌ๋ฌธ ๊ฐ์กฐ ๋นํ์ฑํ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:25:19 UTC 2024 - 3.1K bytes - Viewed (0) -
docs/site-replication/README.md
# Automatic Site Replication This feature allows multiple independent MinIO sites (or clusters) that are using the same external IDentity Provider (IDP) to be configured as replicas. In this situation the set of replica sites are referred to as peer sites or just sites. When site-replication is enabled on a set of sites, the following changes are replicated to all other sites: - Creation and deletion of buckets and objects
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 3.4K bytes - Viewed (0) -
docs/en/docs/tutorial/sql-databases.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 15.4K bytes - Viewed (0) -
docs/pt/docs/advanced/generate-clients.md
* <a href="https://speakeasy.com/editor?utm_source=fastapi+repo&utm_medium=github+sponsorship" class="external-link" target="_blank">Speakeasy</a> * <a href="https://www.stainlessapi.com/?utm_source=fastapi&utm_medium=referral" class="external-link" target="_blank">Stainless</a> * <a href="https://developers.liblab.com/tutorials/sdk-for-fastapi/?utm_source=fastapi" class="external-link" target="_blank">liblab</a>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jun 17 11:53:56 UTC 2025 - 11K bytes - Viewed (0)