- Sort Score
- Result 10 results
- Languages All
Results 2531 - 2540 of 2,791 for link66 (0.11 sec)
-
guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java
import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicInteger; import junit.framework.TestCase; import org.jspecify.annotations.NullUnmarked; /** * Tests {@link SequentialExecutor}. * * @author JJ Furman */ @NullUnmarked public class SequentialExecutorTest extends TestCase { private static class FakeExecutor implements Executor {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 11 18:52:30 UTC 2025 - 11.4K bytes - Viewed (0) -
docs/es/docs/tutorial/body-nested-models.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 7.5K bytes - Viewed (0) -
CREDITS
with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Mar 13 05:29:51 UTC 2025 - 1.8M bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/RelatedContentHelper.java
/** * Default constructor for RelatedContentHelper. * The constructor does not perform any initialization logic as the actual * initialization is handled by the {@link #init()} method annotated with * {@code @PostConstruct}. */ public RelatedContentHelper() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.2K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/index.md
& ๐ ๐ช ๐ฃ ๐ โฎ๏ธ `async def` ๐ ๐ `def` *โก ๐ ๏ธ ๐ข*, โ๏ธ `def` ๐ ๐ `async def` *โก ๐ ๏ธ ๐ข*, โ๏ธ. โซ๏ธ ๐ซ ๐ค. **FastAPI** ๐ ๐ญ โซ๏ธโ. /// note ๐ฅ ๐ ๐ซ ๐ญ, โ [๐: *"๐ โ" *](../../async.md){.internal-link target=_blank} ๐ ๐ `async` & `await` ๐ฉบ. /// ## ๐ ๏ธ โฎ๏ธ ๐ ๐ ๐จ ๐, ๐ฌ & ๐ ๐ ๐ (& ๐ง-๐) ๐ ๐ ๏ธ ๐ ๐ ๐. , ๐ ๐ฉบ ๐ โ๏ธ ๐ โน โช๏ธโก๏ธ ๐ซ ๐ ๐โโ๏ธ:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.1K bytes - Viewed (0) -
docs/ja/docs/tutorial/handling-errors.md
ใใใใใณใผใใฎไธญใง็ดๆฅไฝฟ็จใใๅฟ ่ฆใฏใชใใงใใใใ ใใใใ้ซๅบฆใชใทใใชใชใฎใใใซๅฟ ่ฆใชๅ ดๅใซใฏใใซในใฟใ ใใใใผใ่ฟฝๅ ใใใใจใใงใใพใ: {* ../../docs_src/handling_errors/tutorial002.py hl[14] *} ## ใซในใฟใ ไพๅคใใณใใฉใฎใคใณในใใผใซ ใซในใฟใ ไพๅคใใณใใฉใฏ<a href="https://www.starlette.io/exceptions/" class="external-link" target="_blank">Starletteใจๅใไพๅคใฆใผใใฃใชใใฃ</a>ใไฝฟ็จใใฆ่ฟฝๅ ใใใใจใใงใใพใใ ใใชใ๏ผใพใใฏไฝฟ็จใใฆใใใฉใคใใฉใช๏ผใ`raise`ใใใใใใใชใใซในใฟใ ไพๅค`UnicornException`ใใใใจใใพใใใใ ใใใฆใใใฎไพๅคใFastAPIใงใฐใญใผใใซใซๅฆ็ใใใใจๆใใพใใ ใซในใฟใ ไพๅคใใณใใฉใ`@app.exception_handler()`ใง่ฟฝๅ ใใใใจใใงใใพใ:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Jun 22 14:35:27 UTC 2025 - 11.6K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/Fingerprint2011.java
import static java.lang.Long.rotateRight; import com.google.common.annotations.VisibleForTesting; /** * Implementation of Geoff Pike's fingerprint2011 hash function. See {@link Hashing#fingerprint2011} * for information on the behaviour of the algorithm. * * <p>On Intel Core2 2.66, on 1000 bytes, fingerprint2011 takes 0.9 microseconds compared to
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 6.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/MultisetsCollectionTest.java
import java.util.Objects; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; import org.jspecify.annotations.NullUnmarked; /** * Collection tests on wrappers from {@link Multisets}. * * @author Jared Levy */ @GwtIncompatible // suite // TODO(cpovirk): set up collect/gwt/suites version @NullUnmarked @AndroidIncompatible // test-suite builders
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 9.7K bytes - Viewed (0) -
src/test/java/jcifs/pac/ASN1UtilTest.java
import org.bouncycastle.asn1.DERSequence; import org.bouncycastle.asn1.DERTaggedObject; import org.bouncycastle.asn1.DLSequence; import org.junit.jupiter.api.Test; /** * Tests for the {@link ASN1Util} class. */ class ASN1UtilTest { // --- as(Class, Object) --- @Test void testAs_Object_Success() throws PACDecodingException { // Test successful casting
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/query-params.md
์ ์์์์๋ 3๊ฐ์ง ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์๊ฐ ์์ต๋๋ค: * `needy`, ํ์์ ์ธ `str`. * `skip`, ๊ธฐ๋ณธ๊ฐ์ด `0`์ธ `int`. * `limit`, ์ ํ์ ์ธ `int`. /// tip | ํ [๊ฒฝ๋ก ๋งค๊ฐ๋ณ์](path-params.md#_8){.internal-link target=_blank}์ ๋ง์ฐฌ๊ฐ์ง๋ก `Enum`์ ์ฌ์ฉํ ์ ์์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.2K bytes - Viewed (0)