- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 117 for dancers (0.15 sec)
-
src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_details.jsp
<div class="col-md-12"> <div class="card card-outline <c:if test="${crudMode == 1 || crudMode == 2}">card-success</c:if><c:if test="${crudMode == 3}">card-danger</c:if><c:if test="${crudMode == 4}">card-primary</c:if>"> <%-- Card Header --%> <div class="card-header"> <h3 class="card-title">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 7.5K bytes - Viewed (0) -
docs/em/docs/how-to/custom-request-and-route.md
# ๐ ๐จ & APIRoute ๐ ๐ผ, ๐ 5๏ธโฃ๐ ๐ ๐ โ โ๏ธ `Request` & `APIRoute` ๐. ๐ฏ, ๐ 5๏ธโฃ๐ ๐ ๐ โ ๐ ๏ธ. ๐ผ, ๐ฅ ๐ ๐ โ โ๏ธ ๐ฌ ๐จ ๐ช โญ โซ๏ธ ๐ ๏ธ ๐ ๐ธ. /// danger ๐ "๐ง" โ. ๐ฅ ๐ โถ๏ธ โฎ๏ธ **FastAPI** ๐ ๐ช ๐ ๐ถ ๐ ๐. /// ## โ๏ธ ๐ผ โ๏ธ ๐ผ ๐: * ๐ญ ๐ซ-๐ป ๐จ ๐ช ๐ป (โ <a href="https://msgpack.org/index.html" class="external-link" target="_blank">`msgpack`</a>). * ๐ ๐-๐ ๐จ ๐ช. * ๐ ๐จ ๐ ๐จ ๐ช.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/index.jsp
<li class="nav-item" data-toggle="tooltip" data-placement="left" title="<la:message key="labels.eol_error" />"> <a class="nav-link active" href="${eolLink}" target="_olh"><em class="fas fa-times-circle text-danger"></a> </li> </c:if> <c:if test="${developmentMode}"> <li class="nav-item" data-toggle="tooltip" data-placement="left" title="<la:message key="labels.development_mode_warning" />"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.9K bytes - Viewed (0) -
docs/en/docs/how-to/custom-request-and-route.md
In particular, this may be a good alternative to logic in a middleware. For example, if you want to read or manipulate the request body before it is processed by your application. /// danger This is an "advanced" feature. If you are just starting with **FastAPI** you might want to skip this section. /// ## Use cases Some use cases include:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 22:39:38 UTC 2024 - 4.3K bytes - Viewed (0) -
docs/em/docs/tutorial/extra-models.md
# โ ๐ท โถ๏ธ โฎ๏ธ โฎ๏ธ ๐ผ, โซ๏ธ ๐ โ โ๏ธ ๐ ๐ 1๏ธโฃ ๐ ๐ท. ๐ โด๏ธ ๐ผ ๐ฉโ๐ป ๐ท, โฉ๏ธ: * **๐ข ๐ท** ๐ช ๐ช โ๏ธ ๐. * **๐ข ๐ท** ๐ ๐ซ โ๏ธ ๐. * **๐ฝ ๐ท** ๐ ๐ฒ ๐ช โ๏ธ #๏ธโฃ ๐. /// danger ๐ ๐ช ๐ฉโ๐ป ๐ข ๐. ๐ง ๐ช "๐ #๏ธโฃ" ๐ ๐ ๐ช โคด๏ธ โ. ๐ฅ ๐ ๐ซ ๐ญ, ๐ ๐ ๐ก โซ๏ธโ "๐#๏ธโฃ" [๐โโ ๐](security/simple-oauth2.md#_4){.internal-link target=_blank}. /// ## ๐ ๐ท ๐ฅ ๐ข ๐ญ โ ๐ท ๐ช ๐ ๐ โฎ๏ธ ๐ซ ๐ ๐ & ๐ฅ ๐โ ๐ซ โ๏ธ:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.8K bytes - Viewed (0) -
docs/nl/docs/environment-variables.md
Wanneer je bijvoorbeeld `python` in de terminal typt, zoekt het besturingssysteem naar een programma met de naam `python` in de **eerste map** in die lijst. Zodra het gevonden wordt, zal het dat programma **gebruiken**. Anders blijft het in de **andere mappen** zoeken. ### Python installeren en `PATH` bijwerken Wanneer je Python installeert, word je mogelijk gevraagd of je de omgevingsvariabele `PATH` wilt bijwerken.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Sep 20 11:13:32 UTC 2024 - 8.6K bytes - Viewed (0) -
docs/features/connections.md
With fast fallback, OkHttp attempts to connect to multiple web servers concurrently. It keeps whichever route connects first and cancels all of the others. Its rules are: * Prefer to alternate IP addresses from different address families, (IPv6 / IPv4), starting with IPv6. * Don't start a new attempt until 250 ms after the most recent attempt was started.
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Feb 21 03:33:59 UTC 2022 - 5.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/response-model.md
``` ์ด์ ๋ธ๋ผ์ฐ์ ๊ฐ ๋น๋ฐ๋ฒํธ๋ก ์ฌ์ฉ์๋ฅผ ๋ง๋ค ๋๋ง๋ค API๋ ์๋ต์ผ๋ก ๋์ผํ ๋น๋ฐ๋ฒํธ๋ฅผ ๋ฐํํฉ๋๋ค. ์ด ๊ฒฝ์ฐ, ์ฌ์ฉ์๊ฐ ์ค์ค๋ก ๋น๋ฐ๋ฒํธ๋ฅผ ๋ฐ์ ํ๊ธฐ ๋๋ฌธ์ ๋ฌธ์ ๊ฐ ๋์ง ์์ ์ ์์ต๋๋ค. ๊ทธ๋ฌ๋ ๋์ผํ ๋ชจ๋ธ์ ๋ค๋ฅธ *๊ฒฝ๋ก ์๋*์์ ์ฌ์ฉํ ๊ฒฝ์ฐ, ๋ชจ๋ ํด๋ผ์ด์ธํธ์๊ฒ ์ฌ์ฉ์์ ๋น๋ฐ๋ฒํธ๋ฅผ ๋ฐ์ ํ ์ ์์ต๋๋ค. /// danger | "์ํ" ์ ๋๋ก ์ฌ์ฉ์์ ํ๋ฌธ ๋น๋ฐ๋ฒํธ๋ฅผ ์ ์ฅํ๊ฑฐ๋ ์๋ต์ผ๋ก ๋ฐ์ ํ์ง ๋ง์ญ์์ค. /// ## ์ถ๋ ฅ ๋ชจ๋ธ ์ถ๊ฐ ๋์ ํ๋ฌธ ๋น๋ฐ๋ฒํธ๋ก ์ ๋ ฅ ๋ชจ๋ธ์ ๋ง๋ค๊ณ ํด๋น ๋น๋ฐ๋ฒํธ ์์ด ์ถ๋ ฅ ๋ชจ๋ธ์ ๋ง๋ค ์ ์์ต๋๋ค: ```Python hl_lines="9 11 16" {!../../docs_src/response_model/tutorial003.py!}
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.1K bytes - Viewed (0) -
docs/en/docs/tutorial/extra-models.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 7.7K bytes - Viewed (0) -
internal/logger/target/kafka/kafka.go
err = h.send(auditEntry) if err != nil { atomic.AddInt64(&h.failedMessages, 1) return } // Delete the event from store. return h.store.Del(key) } // Cancel - cancels the target func (h *Target) Cancel() { // If queuestore is configured, cancel it's context to // stop the replay go-routine. if h.store != nil { h.storeCtxCancel() }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 23:06:30 UTC 2024 - 10.2K bytes - Viewed (0)