- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 278 for bar2 (0.02 sec)
-
android/guava-tests/test/com/google/common/collect/LegacyComparable.java
import org.jspecify.annotations.Nullable; /** * A class that implements {@code Comparable} without generics, such as those found in libraries * that support Java 1.4 and before. Our library needs to do the bare minimum to accommodate such * types, though their use may still require an explicit type parameter and/or warning suppression. * * @author Kevin Bourrillion */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 17:34:21 UTC 2025 - 2.5K bytes - Viewed (0) -
docs/em/docs/advanced/advanced-dependencies.md
๐ ๐ผ, **FastAPI** ๐ ๐ซ โฑ ๐ โ๏ธ ๐ ๐ `__init__`, ๐ฅ ๐ โ๏ธ โซ๏ธ ๐ ๐ ๐. ## โ ๐ ๐ฅ ๐ช โ ๐ ๐ ๐ โฎ๏ธ: {* ../../docs_src/dependencies/tutorial011.py hl[16] *} & ๐ ๐ ๐ฅ ๐ช "๐" ๐ ๐, ๐ ๐ โ๏ธ `"bar"` ๐ โซ๏ธ, ๐ข `checker.fixed_content`. ## โ๏ธ ๐ ๐ โคด๏ธ, ๐ฅ ๐ช โ๏ธ ๐ `checker` `Depends(checker)`, โฉ๏ธ `Depends(FixedContentQueryChecker)`, โฉ๏ธ ๐ ๐, `checker`, ๐ซ ๐ โซ๏ธ. & ๐โ โ ๐, **FastAPI** ๐ ๐ค ๐ `checker` ๐:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.9K bytes - Viewed (0) -
docs/uk/docs/tutorial/body-nested-models.md
ะฆะต ะพะทะฝะฐัะฐัะธะผะต, ัะพ **FastAPI** ะพััะบัะฒะฐัะธะผะต ััะปะพ ะทะฐะฟะธัั ัะฐะบะพะณะพ ะฒะธะณะปัะดั: ```JSON { "name": "Foo", "description": "The pretender", "price": 42.0, "tax": 3.2, "tags": ["rock", "metal", "bar"], "image": { "url": "http://example.com/baz.jpg", "name": "The Foo live" } } ``` ะะฐะฒะดัะบะธ ัะฐะบัะน ะดะตะบะปะฐัะฐััั ั **FastAPI** ะะธ ะพััะธะผัััะต:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 28 14:18:01 UTC 2025 - 10.8K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CertificatePinnerTest.kt
} assertFailsWith<SSLPeerUnverifiedException> { certificatePinner.check("foo.bar.example.co.uk", listOf(certB1.certificate)) } assertFailsWith<SSLPeerUnverifiedException> { certificatePinner.check("foo.bar.baz.example.co.uk", listOf(certB1.certificate)) } // Should not be pinned: certificatePinner.check("uk", listOf(certB1.certificate))
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 10.1K bytes - Viewed (0) -
docs/ko/docs/tutorial/header-params.md
{* ../../docs_src/header_params/tutorial003.py hl[9] *} ๋ค์๊ณผ ๊ฐ์ ๋ ๊ฐ์ HTTP ํค๋๋ฅผ ์ ์กํ์ฌ ํด๋น *๊ฒฝ๋ก* ์ ํต์ ํ ๊ฒฝ์ฐ: ``` X-Token: foo X-Token: bar ``` ์๋ต์ ๋ค์๊ณผ ๊ฐ์ต๋๋ค: ```JSON { "X-Token values": [ "bar", "foo" ] } ``` ## ์์ฝ `Header`๋ `Query`, `Path`, `Cookie`์ ๋์ผํ ํจํด์ ์ฌ์ฉํ์ฌ ์ ์ธํฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.3K bytes - Viewed (0) -
docs/en/docs/js/termynal.js
* @param {number} options.lineDelay - Delay between each line, in ms. * @param {number} options.progressLength - Number of characters displayed as progress bar. * @param {string} options.progressChar โ Character to use for progress bar, defaults to โ. * @param {number} options.progressPercent - Max percent of progress. * @param {string} options.cursor โ Character to use for cursor, defaults to โ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:32:57 UTC 2025 - 9.3K bytes - Viewed (0) -
android/guava/src/com/google/common/escape/UnicodeEscaper.java
* * <p>For example, an XML escaper would convert the literal string {@code "Foo<Bar>"} into {@code * "Foo<Bar>"} to prevent {@code "<Bar>"} from being confused with an XML tag. When the * resulting XML document is parsed, the parser API will return this text as the original literal * string {@code "Foo<Bar>"}. * * <p><b>Note:</b> This class is similar to {@link CharEscaper} but with one very important
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 15:45:16 UTC 2025 - 13.2K bytes - Viewed (0) -
guava/src/com/google/common/escape/UnicodeEscaper.java
* * <p>For example, an XML escaper would convert the literal string {@code "Foo<Bar>"} into {@code * "Foo<Bar>"} to prevent {@code "<Bar>"} from being confused with an XML tag. When the * resulting XML document is parsed, the parser API will return this text as the original literal * string {@code "Foo<Bar>"}. * * <p><b>Note:</b> This class is similar to {@link CharEscaper} but with one very important
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 15:45:16 UTC 2025 - 13.2K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/MinimalSet.java
import java.util.List; import java.util.Set; import org.jspecify.annotations.NonNull; import org.jspecify.annotations.NullMarked; import org.jspecify.annotations.Nullable; /** * A simplistic set which implements the bare minimum so that it can be used in tests without * relying on any specific Set implementations. Slow. Explicitly allows null elements so that they * can be used in the testers. * * @author Regina O'Dell */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 2.8K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/MinimalSet.java
import java.util.List; import java.util.Set; import org.jspecify.annotations.NonNull; import org.jspecify.annotations.NullMarked; import org.jspecify.annotations.Nullable; /** * A simplistic set which implements the bare minimum so that it can be used in tests without * relying on any specific Set implementations. Slow. Explicitly allows null elements so that they * can be used in the testers. * * @author Regina O'Dell */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 2.8K bytes - Viewed (0)