- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 1,755 for doAs (0.02 sec)
-
.github/workflows/ci.yml
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 19:19:31 UTC 2025 - 4.7K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Joiner.java
* static final} constants. * * {@snippet : * // Bad! Do not do this! * Joiner joiner = Joiner.on(','); * joiner.skipNulls(); // does nothing! * return joiner.join("wrong", null, "wrong"); * } * * <p>See the Guava User Guide article on <a * href="https://github.com/google/guava/wiki/StringsExplained#joiner">{@code Joiner}</a>. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 19.3K bytes - Viewed (0) -
docs/em/docs/advanced/dataclasses.md
FastAPI ๐ ๐ ๐ **Pydantic**, & ๐ค โ๏ธ ๐ ๐ โ โ๏ธ Pydantic ๐ท ๐ฃ ๐จ & ๐จ. โ๏ธ FastAPI ๐โ๐ฆบ โ๏ธ <a href="https://docs.python.org/3/library/dataclasses.html" class="external-link" target="_blank">`dataclasses`</a> ๐ ๐: {* ../../docs_src/dataclasses/tutorial001.py hl[1,7:12,19:20] *}
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/ko/docs/how-to/configure-swagger-ui.md
๊ธฐ๋ณธ ๊ตฌ์ฑ์๋ ๋ค์์ด ํฌํจ๋ฉ๋๋ค: {* ../../fastapi/openapi/docs.py ln[8:23] hl[17:23] *} `swagger_ui_parameters` ์ธ์์ ๋ค๋ฅธ ๊ฐ์ ์ค์ ํ์ฌ ์ด๋ฌํ ๊ธฐ๋ณธ๊ฐ ์ค ์ผ๋ถ๋ฅผ ์ฌ์ ์ํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด, `deepLinking`์ ๋นํ์ฑํํ๋ ค๋ฉด `swagger_ui_parameters`์ ๋ค์ ์ค์ ์ ์ ๋ฌํ ์ ์์ต๋๋ค: {* ../../docs_src/configure_swagger_ui/tutorial003.py hl[3] *} ## ๊ธฐํ 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/orchestration/kubernetes/README.md
## Explore Further - [MinIO Erasure Code QuickStart Guide](https://docs.min.io/community/minio-object-store/operations/concepts/erasure-coding.html) - [Kubernetes Documentation](https://kubernetes.io/docs/home/)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 1.6K bytes - Viewed (0) -
docs/uk/docs/tutorial/schema-extra-example.md
//// tab | Pydantic v2 ะฃ ะฒะตัััั Pydantic 2 ะฒะธะบะพัะธััะพะฒัััััั ะฐััะธะฑัั `model_config`, ัะบะธะน ะฟัะธะนะผะฐั `dict`, ัะบ ะพะฟะธัะฐะฝะพ ะฒ <a href="https://docs.pydantic.dev/latest/api/config/" class="external-link" target="_blank">ะดะพะบัะผะตะฝัะฐััั Pydantic: ะะพะฝััะณััะฐััั</a>.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Jun 09 19:35:48 UTC 2025 - 13.4K bytes - Viewed (0) -
README.md
## Snapshots and Documentation Snapshots of Guava built from the `master` branch are available through Maven using version `999.0.0-HEAD-jre-SNAPSHOT`, or `999.0.0-HEAD-android-SNAPSHOT` for the Android flavor. [Snapshot API Javadoc][guava-snapshot-api-docs] as well as
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Aug 05 15:30:14 UTC 2025 - 6.2K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Suppliers.java
* href="http://en.wikipedia.org/wiki/Memoization">memoization</a> * * <p>The returned supplier is thread-safe. The supplier's serialized form does not contain the * cached value, which will be recalculated when {@code get()} is called on the reserialized * instance. The actual memoization does not happen when the underlying delegate throws an * exception. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 16.5K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/dependencies-with-yield.md
/// /// note | Technical Details Any function that is valid to use with: * <a href="https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager" class="external-link" target="_blank">`@contextlib.contextmanager`</a> or * <a href="https://docs.python.org/3/library/contextlib.html#contextlib.asynccontextmanager" class="external-link" target="_blank">`@contextlib.asynccontextmanager`</a>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 12.7K bytes - Viewed (0) -
docs/en/docs/tutorial/cors.md
# CORS (Cross-Origin Resource Sharing) { #cors-cross-origin-resource-sharing } <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" class="external-link" target="_blank">CORS or "Cross-Origin Resource Sharing"</a> refers to the situations when a frontend running in a browser has JavaScript code that communicates with a backend, and the backend is in a different "origin" than the frontend. ## Origin { #origin }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5.5K bytes - Viewed (0)