- Sort Score
- Num 10 results
- Language All
Results 1391 - 1400 of 1,655 for dcos (0.04 seconds)
-
internal/event/name.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package event import ( "encoding/json" "encoding/xml" ) // Name - event type enum. // Refer http://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-event-types-and-destinations // for most basic values we have since extend this and its not really much applicable other than a reference point.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 10.4K bytes - Click Count (0) -
docs/de/docs/tutorial/query-params-str-validations.md
Sie kรถnnen dies mit [Pydantics `AfterValidator`](https://docs.pydantic.dev/latest/concepts/validators/#field-after-validator) innerhalb von `Annotated` erreichen. /// tip | Tipp Pydantic unterstรผtzt auch [`BeforeValidator`](https://docs.pydantic.dev/latest/concepts/validators/#field-before-validator) und andere. ๐ค ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 18.7K bytes - Click Count (0) -
docs/de/docs/tutorial/sql-databases.md
<div class="termy"> ```console $ fastapi dev <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> Gehen Sie dann zur `/docs`-UI, Sie werden sehen, dass **FastAPI** diese **Modelle** verwendet, um die API zu **dokumentieren**, und es wird sie auch verwenden, um die Daten zu **serialisieren** und zu **validieren**. <div class="screenshot">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 17.7K bytes - Click Count (0) -
docs/ko/docs/python-types.md
<img src="/img/python-types/image06.png"> ์ด๋ "`one_person`์ `Person` ํด๋์ค์ **์ธ์คํด์ค**"๋ผ๋ ๋ป์ ๋๋ค. "`one_person`์ `Person`์ด๋ผ๋ **ํด๋์ค**๋ค"๋ผ๋ ๋ป์ด ์๋๋๋ค. ## Pydantic ๋ชจ๋ธ { #pydantic-models } [Pydantic](https://docs.pydantic.dev/)์ ๋ฐ์ดํฐ ๊ฒ์ฆ์ ์ํํ๋ ํ์ด์ฌ ๋ผ์ด๋ธ๋ฌ๋ฆฌ์ ๋๋ค. ์์ฑ์ ๊ฐ์ง ํด๋์ค ํํ๋ก ๋ฐ์ดํฐ์ "๋ชจ์(shape)"์ ์ ์ธํฉ๋๋ค. ๊ทธ๋ฆฌ๊ณ ๊ฐ ์์ฑ์ ํ์ ์ ๊ฐ์ง๋๋ค. ๊ทธ ๋ค์ ๊ทธ ํด๋์ค์ ์ธ์คํด์ค๋ฅผ ๋ช ๊ฐ์ง ๊ฐ์ผ๋ก ์์ฑํ๋ฉด, ๊ฐ๋ค์ ๊ฒ์ฆํ๊ณ , (๊ทธ๋ฐ ๊ฒฝ์ฐ๋ผ๋ฉด) ์ ์ ํ ํ์ ์ผ๋ก ๋ณํํ ๋ค, ๋ชจ๋ ๋ฐ์ดํฐ๋ฅผ ๊ฐ์ง ๊ฐ์ฒด๋ฅผ ์ ๊ณตํฉ๋๋ค.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 13K bytes - Click Count (0) -
docs/ko/docs/tutorial/security/oauth2-jwt.md
๊ธฐ์ตํด์ผ ํ ์ค์ํ ์ ์ `sub` ํค๊ฐ ์ ์ฒด ์ ํ๋ฆฌ์ผ์ด์ ์์ ๊ณ ์ ํ ์๋ณ์์ฌ์ผ ํ๊ณ , ๋ฌธ์์ด์ด์ด์ผ ํ๋ค๋ ๊ฒ์ ๋๋ค. ## ํ์ธํ๊ธฐ { #check-it } ์๋ฒ๋ฅผ ์คํํ๊ณ ๋ฌธ์๋ก ์ด๋ํ์ญ์์ค: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). ๋ค์๊ณผ ๊ฐ์ ์ฌ์ฉ์ ์ธํฐํ์ด์ค๊ฐ ๋ณด์ผ ๊ฒ์ ๋๋ค: <img src="/img/tutorial/security/image07.png"> ์ด์ ๊ณผ ๊ฐ์ ๋ฐฉ๋ฒ์ผ๋ก ์ ํ๋ฆฌ์ผ์ด์ ์ ์ธ๊ฐํ์ญ์์ค. ๋ค์ ์ธ์ฆ ์ ๋ณด๋ฅผ ์ฌ์ฉํ์ญ์์ค: Username: `johndoe` Password: `secret`Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 13K bytes - Click Count (0) -
cmd/generic-handlers.go
requestMaxBodySize = globalMaxObjectSize + requestFormDataSize // Maximum size for http headers - See: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html maxHeaderSize = 8 * 1024 // Maximum size for user-defined metadata - See: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html maxUserDataSize = 2 * 1024 // maxBuckets upto 500000 for any MinIO deployment.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 20.7K bytes - Click Count (1) -
guava/src/com/google/common/collect/Sets.java
* * <p><b>Note:</b> this method is now unnecessary and should be treated as deprecated. Instead, * use the {@code HashSet} constructor directly, taking advantage of <a * href="https://docs.oracle.com/javase/tutorial/java/generics/genTypeInference.html#type-inference-instantiation">"diamond" * syntax</a>. */ @SuppressWarnings("NonApiType") // acts as a direct substitute for a constructor callCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 83K bytes - Click Count (0) -
docs/de/docs/tutorial/testing.md
Es basiert auf [HTTPX](https://www.python-httpx.org), welches wiederum auf der Grundlage von Requests konzipiert wurde, es ist also sehr vertraut und intuitiv. Damit kรถnnen Sie [pytest](https://docs.pytest.org/) direkt mit **FastAPI** verwenden. ## `TestClient` verwenden { #using-testclient } /// info | Info Um `TestClient` zu verwenden, installieren Sie zunรคchst [`httpx`](https://www.python-httpx.org).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 6.6K bytes - Click Count (0) -
docs/es/docs/fastapi-cli.md
<span style="background-color:#007166"><font color="#D3D7CF"> server </font></span> Documentation at <font color="#729FCF"><u style="text-decoration-style:solid">http://127.0.0.1:8000/docs</u></font> <span style="background-color:#007166"><font color="#D3D7CF"> tip </font></span> Running in development mode, for production use: <b>fastapi run</b> Logs:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 6.1K bytes - Click Count (0) -
docs/en/docs/help-fastapi.md
* To fix a typo you found on the documentation. * To share an article, video, or podcast you created or found about FastAPI by [editing this file](https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml). * Make sure you add your link to the start of the corresponding section. * To help [translate the documentation](contributing.md#translations) to your language.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 12.6K bytes - Click Count (0)