- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 1,576 for sample (0.05 sec)
-
docs/de/docs/tutorial/schema-extra-example.md
Zuvor unterstรผtzte es nur das Schlรผsselwort `example` mit einem einzigen Beispiel. Dieses wird weiterhin von OpenAPI 3.1.0 unterstรผtzt, ist jedoch <abbr title="deprecated โ obsolet, veraltet: Es soll nicht mehr verwendet werden">deprecated</abbr> und nicht Teil des JSON Schema Standards. Wir empfehlen Ihnen daher, von `example` nach `examples` zu migrieren. ๐ค Mehr erfahren Sie am Ende dieser Seite. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 10.5K bytes - Viewed (0) -
docs/ko/docs/tutorial/schema-extra-example.md
/// /// info | ์ ๋ณด (FastAPI 0.99.0๋ถํฐ ์ฐ์ด๊ธฐ ์์ํ) OpenAPI 3.1.0์ **JSON ์คํค๋ง** ํ์ค์ ์ผ๋ถ์ธ `examples`์ ๋ํ ์ง์์ ์ถ๊ฐํ์ต๋๋ค. ๊ทธ ์ ์๋, ํ๋์ ์์ ๋ง ๊ฐ๋ฅํ `example` ํค์๋๋ง ์ง์ํ์ต๋๋ค. ์ด๋ ์์ง OpenAPI 3.1.0์์ ์ง์ํ์ง๋ง, ์ง์์ด ์ข ๋ฃ๋ ๊ฒ์ด๋ฉฐ JSON ์คํค๋ง ํ์ค์ ํฌํจ๋์ง ์์ต๋๋ค. ๊ทธ๋ ๊ธฐ์ `example`์ `examples`์ผ๋ก ์ด์ ํ๋ ๊ฒ์ ์ถ์ฒํฉ๋๋ค. ๐ค ์ด ๋ฌธ์ ๋์ ๋ ๋ง์ ์ฝ์๊ฑฐ๋ฆฌ๊ฐ ์์ต๋๋ค. /// ## `Field` ์ถ๊ฐ ์ธ์ Pydantic ๋ชจ๋ธ๊ณผ ๊ฐ์ด `Field()`๋ฅผ ์ฌ์ฉํ ๋ ์ถ๊ฐ์ ์ธ `examples`๋ฅผ ์ ์ธํ ์ ์์ต๋๋ค:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 10.7K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/EmlExtractorTest.java
}); emlExtractor = container.getComponent("emlExtractor"); } public void test_getText() throws IOException { try (final InputStream in = ResourceUtil.getResourceAsStream("extractor/eml/sample1.eml")) { ExtractData data = emlExtractor.getText(in, null); final String content = data.getContent(); logger.info(content); assertTrue(content.contains("ใใฌใคในใใผใทใงใณ"));
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 4.6K bytes - Viewed (0) -
docs/federation/lookup/Corefile.example
Ashish Kumar Sinha <******@****.***> 1569948788 +0530
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Oct 01 16:53:08 UTC 2019 - 216 bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.27.md
- Fixed a regression in the pod binding subresource to honor the `metadata.uid` precondition.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (2) -
CHANGELOG/CHANGELOG-1.30.md
- Updated google.golang.org/protobuf to `v1.33.0` to resolve `CVE-2024-24786`. ([#123758](https://github.com/kubernetes/kubernetes/pull/123758), [@liggitt](https://github.com/liggitt)) - Updated the sample-apiserver manifest example to include correct RBAC configurations. ([#123479](https://github.com/kubernetes/kubernetes/pull/123479), [@Jefftree](https://github.com/Jefftree))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 18 18:59:10 UTC 2025 - 398.1K bytes - Viewed (0) -
docs/recipes.md
[AccessHeadersJava]: https://github.com/square/okhttp/blob/master/samples/guide/src/main/java/okhttp3/recipes/AccessHeaders.java [AccessHeadersKotlin]: https://github.com/square/okhttp/blob/master/samples/guide/src/main/java/okhttp3/recipes/kt/AccessHeaders.kt [PostStringJava]: https://github.com/square/okhttp/blob/master/samples/guide/src/main/java/okhttp3/recipes/PostString.java
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 17:01:12 UTC 2025 - 47.8K bytes - Viewed (0) -
docs/en/docs/advanced/websockets.md
--- But for this example, we'll use a very simple HTML document with some JavaScript, all inside a long string. This, of course, is not optimal and you wouldn't use it for production. In production you would have one of the options above. But it's the simplest way to focus on the server-side of WebSockets and have a working example: {* ../../docs_src/websockets/tutorial001.py hl[2,6:38,41:43] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5.7K bytes - Viewed (0) -
docs/en/docs/tutorial/cors.md
* `allow_origins` - A list of origins that should be permitted to make cross-origin requests. E.g. `['https://example.org', 'https://www.example.org']`. You can use `['*']` to allow any origin. * `allow_origin_regex` - A regex string to match against origins that should be permitted to make cross-origin requests. e.g. `'https://.*\.example\.org'`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5.5K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/index.md
This is very useful when you need to: * Have shared logic (the same code logic again and again). * Share database connections. * Enforce security, authentication, role requirements, etc. * And many other things... All these, while minimizing code repetition. ## First Steps { #first-steps } Let's see a very simple example. It will be so simple that it is not very useful, for now.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 9.6K bytes - Viewed (0)