- Sort Score
- Result 10 results
- Languages All
Results 1681 - 1690 of 2,874 for sink (0.02 sec)
-
android/guava/src/com/google/common/io/Closer.java
* {@code Throwable.addSuppressed(Throwable)}. * * @author Colin Decker * @since 14.0 */ // Coffee's for {@link Closer closers} only. @J2ktIncompatible @GwtIncompatible public final class Closer implements Closeable { /** Creates a new {@link Closer}. */ public static Closer create() { return new Closer(SUPPRESSING_SUPPRESSOR); } @VisibleForTesting final Suppressor suppressor;Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 10.3K bytes - Viewed (0) -
docs/em/docs/tutorial/extra-models.md
โซ๏ธ ๐ ๐ฌ ๐ โฎ๏ธ `anyOf`. ๐, โ๏ธ ๐ฉ ๐ ๐ ๐ <a href="https://docs.python.org/3/library/typing.html#typing.Union" class="external-link" target="_blank">`typing.Union`</a>: /// note ๐โ โ <a href="https://docs.pydantic.dev/latest/concepts/types/#unions" class="external-link" target="_blank">`Union`</a>, ๐ ๐ ๐ฏ ๐ ๐ฅ, โฉ ๐ ๐ฏ ๐. ๐ผ ๐, ๐ ๐ฏ `PlaneItem` ๐ โญ `CarItem` `Union[PlaneItem, CarItem]`. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.7K bytes - Viewed (0) -
docs/ja/docs/advanced/response-directly.md
<a href="https://en.wikipedia.org/wiki/XML" class="external-link" target="_blank">XML</a>ใฌในใใณในใ่ฟใใใใจใใพใใใใ XMLใๆๅญๅใซใใ`Response` ใซๅซใใใใใ่ฟใใพใใ {* ../../docs_src/response_directly/tutorial002.py hl[1,18] *} ## ๅ่ `Response` ใ็ดๆฅ่ฟใๅ ดๅใใใชใใผใทใงใณใใๅคๆ (ใทใชใขใฉใคใบ) ใใ่ชๅใใญใฅใกใณใใฏ่กใใใพใใใ ใใใใ[Additional Responses in OpenAPI](additional-responses.md){.internal-link target=_blank}ใซ่จ่ผใใใใใใซใใญใฅใกใณใใๆธใใใจใใงใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.6K bytes - Viewed (0) -
docs/ja/docs/virtual-environments.md
่จญๅฎไพ: * <a href="https://code.visualstudio.com/docs/python/environments#_select-and-activate-an-environment" class="external-link" target="_blank">VS Code</a> * <a href="https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html" class="external-link" target="_blank">PyCharm</a> /// tip | ่ฑ็ฅ่ญ ใใฎ่จญๅฎใฏ้ๅธธใไปฎๆณ็ฐๅขใไฝๆใใ้ใซ**ไธๅบฆใ ใ**่กใใพใใ /// ## ไปฎๆณ็ฐๅขใฎ็กๅนๅ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Mar 19 12:22:33 UTC 2025 - 27.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MutableClassToInstanceMap.java
import java.util.Map; import java.util.Set; import org.jspecify.annotations.NonNull; import org.jspecify.annotations.Nullable; /** * A mutable class-to-instance map backed by an arbitrary user-provided map. See also {@link * ImmutableClassToInstanceMap}. * * <p>See the Guava User Guide article on <a href= * "https://github.com/google/guava/wiki/NewCollectionTypesExplained#classtoinstancemap">{@code * ClassToInstanceMap}</a>. *Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:10:29 UTC 2025 - 6.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/SmbComLockingAndXTest.java
import org.junit.jupiter.params.provider.ValueSource; import org.mockito.junit.jupiter.MockitoExtension; import jcifs.Configuration; import jcifs.internal.util.SMBUtil; /** * Tests for {@link SmbComLockingAndX}. The source class exposes * its wire-format helpers as protected methods and its internal state * is stored in private fields; tests make use of the same package to * access those members directly. */Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.1K bytes - Viewed (0) -
docs/ja/docs/tutorial/request-forms.md
# ใใฉใผใ ใใผใฟ JSONใฎไปฃใใใซใใฃใผใซใใๅใๅใๅ ดๅใฏใ`Form`ใไฝฟ็จใใพใใ /// info | ๆ ๅ ฑ ใใฉใผใ ใไฝฟใใใใซใฏใใพใ<a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>ใใคใณในใใผใซใใพใใ ใใจใใฐใ`pip install python-multipart`ใฎใใใซใ /// ## `Form`ใฎใคใณใใผใ `fastapi`ใใ`Form`ใใคใณใใผใใใพใ: {* ../../docs_src/request_forms/tutorial001.py hl[1] *} ## `Form`ใฎใใฉใกใผใฟใฎๅฎ็พฉ `Body`ใ`Query`ใฎๅ ดๅใจๅใใใใซใใฉใผใ ใใฉใกใผใฟใไฝๆใใพใ:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/UnsupportedEncodingRuntimeException.java
* @author shinsuke */ public class UnsupportedEncodingRuntimeException extends ClRuntimeException { private static final long serialVersionUID = 1L; /** * Creates a new {@link UnsupportedEncodingRuntimeException} with the specified cause. * * @param cause * the cause */ public UnsupportedEncodingRuntimeException(final UnsupportedEncodingException cause) {Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/misc/Disposable.java
/** * Represents a disposable resource. * <p> * If there are resources that must be disposed of when the S2 container shuts down, * create a class that implements this interface and register it with {@link DisposableUtil}. * </p> * * @author koichik */ public interface Disposable { /** * Disposes of the resources held by this object. * */ void dispose();Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/ForwardingBlockingDequeTest.java
* limitations under the License. */ package com.google.common.util.concurrent; import junit.framework.TestCase; import org.jspecify.annotations.NullUnmarked; /** * Test for {@link ForwardingBlockingDeque} * * @author Emily Soldal */ @NullUnmarked public class ForwardingBlockingDequeTest extends TestCase { public void testForwarding() {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 999 bytes - Viewed (0)