- Sort Score
- Result 10 results
- Languages All
Results 1451 - 1460 of 2,847 for Link (0.02 sec)
-
docs/em/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
/// /// info ๐ ๐ผ ๐ฅ โ๏ธ ๐ญ ๐ ๐ `X-Key` & `X-Token`. โ๏ธ ๐ฐ ๐ผ, ๐โ ๐ ๏ธ ๐โโ, ๐ ๐ ๐ค ๐ ๐ฐ โช๏ธโก๏ธ โ๏ธ ๐ ๏ธ [๐โโ ๐ (โญ ๐)](../security/index.md){.internal-link target=_blank}. /// ## ๐ โ & ๐จ ๐ฒ ๐ ๐ช โ๏ธ ๐ ๐ *๐ข* ๐ โ๏ธ ๐. ### ๐ ๐ ๐ซ ๐ช ๐ฃ ๐จ ๐ (๐ ๐) โ๏ธ ๐ ๐ง-๐: {* ../../docs_src/dependencies/tutorial006.py hl[6,11] *} ### ๐ค โ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.1K bytes - Viewed (0) -
src/main/java/jcifs/SmbWatchHandle.java
/** * Get the next set of changes * * Will block until the server returns a set of changes that match the given filter. The file will be automatically * opened if it is not and should be closed with {@link #close()} when no longer * needed. * * Closing the context should cancel a pending notify request, but that does not seem to work reliable in all * implementations. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/misc/DisposableUtil.java
* create a class that implements {@link Disposable} and register it with this class. * </p> * * @author koichik */ public abstract class DisposableUtil { /** * Do not instantiate. */ protected DisposableUtil() { } /** Registered {@link Disposable} */ protected static final Deque<Disposable> disposables = newLinkedList();
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3K bytes - Viewed (0) -
docs/ja/docs/tutorial/body-updates.md
# ใใใฃ - ๆดๆฐ ## `PUT`ใซใใ็ฝฎๆใงใฎๆดๆฐ ้ ็ฎใๆดๆฐใใใซใฏ<a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PUT" class="external-link" target="_blank">HTTPใฎ`PUT`</a>ๆไฝใไฝฟ็จใใใใจใใงใใพใใ `jsonable_encoder`ใ็จใใฆใๅ ฅๅใใผใฟใJSONๅฝขๅผใงไฟๅญใงใใใใผใฟใซๅคๆใใใใจใใงใใพใ๏ผไพ๏ผNoSQLใใผใฟใใผใน๏ผใไพใใฐใ`datetime`ใ`str`ใซๅคๆใใพใใ {* ../../docs_src/body_updates/tutorial001.py hl[30,31,32,33,34,35] *} ๆขๅญใฎใใผใฟใ็ฝฎใๆใใในใใใผใฟใๅใๅใใใใซ`PUT`ใฏไฝฟ็จใใใพใใ ### ็ฝฎๆใซใคใใฆใฎๆณจๆ ใคใพใใ`PUT`ใไฝฟ็จใใฆไปฅไธใฎใใใฃใง้ ็ฎ`bar`ใๆดๆฐใใใๅ ดๅใฏ:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/first-steps.md
{* ../../docs_src/security/tutorial001.py *} ## Execute-o /// info | informaรงรฃo /// Primeiro, instale <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. Ex: `pip install python-multipart`. Isso ocorre porque o **OAuth2** usa "dados de um formulรกrio" para mandar o **username** e **senha**. Execute esse exemplo com:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/em/docs/tutorial/security/first-steps.md
## โ `main.py` ๐ ๐ผ ๐ `main.py`: {* ../../docs_src/security/tutorial001.py *} ## ๐ โซ๏ธ /// info ๐ฅ โ <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. ๐คถ โ. `pip install python-multipart`. ๐ โฉ๏ธ **Oauth2๏ธโฃ** โ๏ธ "๐จ ๐" ๐จ `username` & `password`. /// ๐ ๐ผ โฎ๏ธ: <div class="termy"> ```console
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/zh-hant/docs/async.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 21.1K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/testers/MapGetOrDefaultTester.java
import com.google.common.collect.testing.features.MapFeature; import java.util.Map; import org.junit.Ignore; /** * A generic JUnit test which tests {@link Map#getOrDefault}. Can't be invoked directly; please see * {@link com.google.common.collect.testing.MapTestSuiteBuilder}. * * @author Louis Wasserman */ @GwtCompatible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Nov 14 23:40:07 UTC 2024 - 4.4K bytes - Viewed (0) -
docs/ja/docs/tutorial/encoder.md
## `jsonable_encoder`ใฎไฝฟ็จ JSONไบๆใฎใใผใฟใฎใฟใๅไฟกใใใใผใฟใใผใน`fake_db`ใใใใจใใพใใใใ ไพใใฐใ`datetime`ใชใใธใงใฏใใฏJSONใจไบๆๆงใใชใใฎใงใใใฎใใผใฟใผใใผในใซใฏๅใๅใใใพใใใ ใใฎใใใ`datetime`ใชใใธใงใฏใใฏ<a href="https://en.wikipedia.org/wiki/ISO_8601" class="external-link" target="_blank">ISOๅฝขๅผ</a>ใฎใใผใฟใๅซใ`str`ใซๅคๆใใใชใใใฐใชใใพใใใ ๅๆงใซใใใฎใใผใฟใใผในใฏPydanticใขใใซ๏ผๅฑๆงใๆใคใชใใธใงใฏใ๏ผใๅใๅใใใ`dict`ใ ใใๅใๅใใพใใ ใใฎใใใซ`jsonable_encoder`ใไฝฟ็จใใใใจใใงใใพใใ PydanticใขใใซใฎใใใชใชใใธใงใฏใใๅใๅใใJSONไบๆ็ใ่ฟใใพใ:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Jun 22 14:36:05 UTC 2025 - 1.9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/DefaultNetworkImplementationsTest.java
import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.junit.runners.Parameterized.Parameters; /** * Test for {@link Network} methods which have default implementations. Currently those * implementations are in {@link AbstractNetwork}; in future they might be in {@link Network} * itself, once we are willing to use Java 8 default methods. */ @AndroidIncompatible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 7.4K bytes - Viewed (0)