- Sort Score
- Result 10 results
- Languages All
Results 1111 - 1120 of 3,137 for sink (0.04 sec)
-
guava-testlib/src/com/google/common/collect/testing/testers/MapForEachTester.java
import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Map.Entry; import org.junit.Ignore; /** * A generic JUnit test which tests {@link Map#forEach}. Can't be invoked directly; please see * {@link com.google.common.collect.testing.MapTestSuiteBuilder}. * * @author Louis Wasserman */ @GwtCompatible
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 3.2K bytes - Viewed (0) -
docs/em/docs/how-to/extending-openapi.md
## ๐ ๐ข โ๏ธ โน ๐, ๐ ๐ช โ๏ธ ๐ ๐ ๐ข ๐ ๐ ๐ & ๐ ๐ ๐ ๐ ๐ ๐ช. ๐ผ, โก๏ธ ๐ฎ <a href="https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo" class="external-link" target="_blank">๐ ๐ โ ๐ ๐ ๐ฑ</a>. ### ๐ **FastAPI** ๐ฅ, โ ๐ ๐ **FastAPI** ๐ธ ๐: ```Python hl_lines="1 4 7-9" {!../../docs_src/extending_openapi/tutorial001.py!} ``` ### ๐ ๐ ๐
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.7K bytes - Viewed (0) -
docs/ko/docs/tutorial/middleware.md
์ฌ์ฉ์ ์ ์ ํค๋๋ <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers" class="external-link" target="_blank">'X-' ์ ๋์ฌ๋ฅผ ์ฌ์ฉ</a>ํ์ฌ ์ถ๊ฐํ ์ ์์ต๋๋ค. ๊ทธ๋ฌ๋ ๋ง์ฝ ํด๋ผ์ด์ธํธ์ ๋ธ๋ผ์ฐ์ ์์ ๋ณผ ์ ์๋ ์ฌ์ฉ์ ์ ์ ํค๋๋ฅผ ๊ฐ์ง๊ณ ์๋ค๋ฉด, ๊ทธ๊ฒ๋ค์ CORS ์ค์ ([CORS (Cross-Origin Resource Sharing)](cors.md){.internal-link target=_blank})์ <a href="https://www.starlette.io/middleware/#corsmiddleware" class="external-link" target="_blank">Starlette CORS ๋ฌธ์</a>์ ๋ช ์๋ `expose_headers` ๋งค๊ฐ๋ณ์๋ฅผ ์ด์ฉํ์ฌ ํค๋๋ค์ ์ถ๊ฐํ์ฌ์ผํฉ๋๋ค. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableList.java
import java.util.RandomAccess; import java.util.stream.Collector; import javax.annotation.CheckForNull; import org.checkerframework.checker.nullness.qual.Nullable; /** * A {@link List} whose contents will never change, with many other important properties detailed at * {@link ImmutableCollection}. * * <p>See the Guava User Guide article on <a href= * "https://github.com/google/guava/wiki/ImmutableCollectionsExplained">immutable collections</a>. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 21:21:17 UTC 2024 - 27.7K bytes - Viewed (0) -
guava/src/com/google/common/collect/UnmodifiableListIterator.java
import com.google.errorprone.annotations.DoNotCall; import java.util.ListIterator; import org.checkerframework.checker.nullness.qual.Nullable; /** * A list iterator that does not support {@link #remove}, {@link #add}, or {@link #set}. * * @since 7.0 * @author Louis Wasserman */ @GwtCompatible @ElementTypesAreNonnullByDefault public abstract class UnmodifiableListIterator<E extends @Nullable Object>
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Jul 09 17:31:04 UTC 2021 - 2K bytes - Viewed (0) -
src/test/java/org/codelibs/core/TestUtil.java
/** * ๅฎ้ใฎๅคใๆๅพ ใใ{@literal clazz}ใจ็ญใใใใๆค่จผใใ{@link Matcher}ใ่ฟใใพใใ * * <pre>assertThat(clazz, is(Xxx.class));</pre> * <p> * ใจๆธใใจ{@link CoreMatchers#is(Class)}ใ้ฉ็จใใใฆ{@literal clazz}ใ {@literal Xxx} * ใฎใคใณในใฟใณในใใๆค่จผใใใฆใใพใใฎใงใใใๅฟ ่ฆใ * * @param clazz * ๆๅพ ใใใฏใฉใน * @return ใฏใฉในใใใงใใฏใใ{@link Matcher} */
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 1.4K bytes - Viewed (0) -
docs/pt/docs/tutorial/dependencies/dependencies-with-yield.md
Qualquer funรงรฃo que possa ser utilizada com: * <a href="https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager" class="external-link" target="_blank">`@contextlib.contextmanager`</a> ou * <a href="https://docs.python.org/3/library/contextlib.html#contextlib.asynccontextmanager" class="external-link" target="_blank">`@contextlib.asynccontextmanager`</a> pode ser utilizada como uma dependรชncia do **FastAPI**.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.5K bytes - Viewed (0) -
docs/ja/docs/tutorial/dependencies/dependencies-with-yield.md
ใใใซใใ<a href="https://github.com/sorcio/async_exit_stack" class="external-link" target="_blank">async-exit-stack</a>ใจ<a href="https://github.com/python-trio/async_generator" class="external-link" target="_blank">async-generator</a>ใใคใณในใใผใซใใใพใใ /// /// note | "ๆ่ก่ฉณ็ดฐ" ไปฅไธใจไธ็ทใซไฝฟ็จใงใใ้ขๆฐใชใไฝใงใๆๅนใงใ: * <a href="https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager" class="external-link" target="_blank">`@contextlib.contextmanager`</a>ใพใใฏ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12.4K bytes - Viewed (0) -
docs/ja/docs/contributing.md
็ฟป่จณใๆฏๆดใใใใใฎๆ้ ใฏๆฌกใฎใจใใใงใใ #### ่ฑ็ฅ่ญใจใฌใคใใฉใคใณ * ใใชใใฎ่จ่ชใฎ<a href="https://github.com/fastapi/fastapi/pulls" class="external-link" target="_blank">ไปใใใใซใชใฏใจในใ</a>ใ็ขบ่ชใใๅคๆดใๆฟ่ชใใใใฌใใฅใผใ่ฟฝๅ ใใพใใ /// tip | "่ฑ็ฅ่ญ" ใใงใซใใใใซใชใฏใจในใใซ<a href="https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request" class="external-link" target="_blank">ไฟฎๆญฃๆๆกใคใใฎใณใกใณใใ่ฟฝๅ </a>ใงใใพใใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 16.6K bytes - Viewed (0) -
guava/src/com/google/common/graph/ImmutableValueGraph.java
import com.google.common.collect.Maps; import com.google.errorprone.annotations.CanIgnoreReturnValue; import com.google.errorprone.annotations.Immutable; /** * A {@link ValueGraph} whose elements and structural relationships will never change. Instances of * this class may be obtained with {@link #copyOf(ValueGraph)}. * * <p>See the Guava User's Guide's <a * href="https://github.com/google/guava/wiki/GraphsExplained#immutable-implementations">discussion
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Feb 01 16:30:37 UTC 2022 - 7.7K bytes - Viewed (0)