- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 1,481 for Largest (0.06 sec)
-
src/main/webapp/js/search.js
$(document).on("click touchend", function(e) { if (!$(e.target).closest("#searchOptions, [data-toggle='control-options']").length) { $("#searchOptions").removeClass("active"); } }); $("[data-toggle='control-options']").click(function(e) { e.preventDefault(); var target = $(this).attr("data-target") || $(this).attr("href"); if (target) { $(target).toggleClass("active"); } });
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Mar 30 05:45:24 UTC 2023 - 7.5K bytes - Viewed (0) -
cmd/data-usage-utils.go
"github.com/minio/madmin-go/v3" ) // BucketTargetUsageInfo - bucket target usage info provides // - replicated size for all objects sent to this target // - replica size for all objects received from this target // - replication pending size for all objects pending replication to this target // - replication failed size for all objects failed replication to this target // - replica pending count // - replica failed count
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Mar 10 09:15:15 UTC 2024 - 6.4K bytes - Viewed (0) -
compat/maven-builder-support/src/test/java/org/apache/maven/building/UrlSourceTest.java
assertEquals("url cannot be null", e.getMessage()); } @Test void testGetInputStream() throws Exception { URL txtFile = new File("target/test-classes/source.txt").toURI().toURL(); UrlSource source = new UrlSource(txtFile); try (InputStream is = source.getInputStream(); Scanner scanner = new Scanner(is)) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2K bytes - Viewed (0) -
docs/en/docs/tutorial/encoder.md
So, a `datetime` object would have to be converted to a `str` containing the data in <a href="https://en.wikipedia.org/wiki/ISO_8601" class="external-link" target="_blank">ISO format</a>. The same way, this database wouldn't receive a Pydantic model (an object with attributes), only a `dict`. You can use `jsonable_encoder` for that.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 23:31:16 UTC 2024 - 1.6K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/global-dependencies.md
๐ ๐ผ, ๐ซ ๐ โ ๐ *โก ๐ ๏ธ* ๐ธ: ```Python hl_lines="15" {!../../docs_src/dependencies/tutorial012.py!} ``` & ๐ ๐ญ ๐ ๐ [โ `dependencies` *โก ๐ ๏ธ ๐จโ๐จ*](dependencies-in-path-operation-decorators.md){.internal-link target=_blank} โ, โ๏ธ ๐ ๐ผ, ๐ *โก ๐ ๏ธ* ๐ฑ. ## ๐ ๐ช *โก ๐ ๏ธ*
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 825 bytes - Viewed (0) -
docs/em/docs/advanced/custom-response.md
๐ผ, ๐ฅ ๐ โ ๐ญ, ๐ ๐ช โ & โ๏ธ <a href="https://github.com/ijl/orjson" class="external-link" target="_blank">`orjson`</a> & โ ๐จ `ORJSONResponse`. ๐ `Response` ๐ (๐ง-๐) ๐ ๐ โ๏ธ & ๐ฃ โซ๏ธ *โก ๐ ๏ธ ๐จโ๐จ*. โญ ๐จ, ๐จ `Response` ๐ ๐ โฉ ๐ ๐ฌ ๐. ๐ โฉ๏ธ ๐ข, FastAPI ๐ โ ๐ ๐ฌ ๐ & โ ๐ญ โซ๏ธ ๐ป โฎ๏ธ ๐ป, โ๏ธ ๐ [๐ป ๐ ๐ข](../tutorial/encoder.md){.internal-link target=_blank} ๐ฌ ๐ฐ. ๐ โซ๏ธโ โ ๐ ๐จ **โ ๐**, ๐ผ ๐ฝ ๐ท.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.7K bytes - Viewed (0) -
docs/em/docs/how-to/custom-request-and-route.md
* ๐ ๐-๐ ๐จ ๐ช. * ๐ ๐จ ๐ ๐จ ๐ช. ## ๐ ๐ ๐จ ๐ช ๐ข โก๏ธ ๐ โ โ โ๏ธ ๐ `Request` ๐ฟ ๐ ๐ ๐จ. & `APIRoute` ๐ฟ โ๏ธ ๐ ๐ ๐จ ๐. ### โ ๐ `GzipRequest` ๐ /// tip ๐ ๐งธ ๐ผ ๐ฆ โ โซ๏ธ ๐ท, ๐ฅ ๐ ๐ช ๐ ๐โ๐ฆบ, ๐ ๐ช โ๏ธ ๐ [`GzipMiddleware`](../advanced/middleware.md#gzipmiddleware){.internal-link target=_blank}. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.6K bytes - Viewed (0) -
docs/pt/docs/environment-variables.md
## Conclusรฃo Com isso, vocรช deve ter uma compreensรฃo bรกsica do que sรฃo **variรกveis โโde ambiente** e como usรก-las em Python. Vocรช tambรฉm pode ler mais sobre elas na <a href="https://en.wikipedia.org/wiki/Environment_variable" class="external-link" target="_blank">Wikipedia para Variรกveis โโde Ambiente</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 10 10:36:42 UTC 2024 - 8.4K bytes - Viewed (0) -
docs/ru/docs/deployment/docker.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 57.6K bytes - Viewed (0) -
docs/ja/docs/tutorial/body.md
ไธ่จใฎในใฏใชใผใณใทใงใใใฏ<a href="https://code.visualstudio.com" class="external-link" target="_blank">Visual Studio Code</a>ใๆฎใฃใใใฎใงใใ ใใใใ<a href="https://www.jetbrains.com/pycharm/" class="external-link" target="_blank">PyCharm</a>ใใปใจใใฉใฎPythonใจใใฃใฟใงใๅๆงใชใจใใฃใฟใผใตใใผใใๅใใใใพใ: <img src="/img/tutorial/body/image05.png"> /// tip | "่ฑ็ฅ่ญ"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.9K bytes - Viewed (0)