- Sort Score
- Result 10 results
- Languages All
Results 1771 - 1780 of 1,931 for m_param (0.54 sec)
-
src/main/java/jcifs/smb1/netbios/Lmhosts.java
* not throw an {@link java.net.UnknownHostException} because this * is queried frequently and exceptions would be rather costly to * throw on a regular basis here. * * @param host the hostname to resolve * @return the resolved NbtAddress or null if not found */ public synchronized static NbtAddress getByName(final String host) { return getByName(new Name(host, 0x20, null));Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6K bytes - Viewed (0) -
docs/em/docs/tutorial/path-params-numeric-validations.md
& ๐ ๐ช ๐ฃ ๐ข ๐ฌ: * `gt`: `g`๐ พ `t`๐ฒ * `ge`: `g`๐ พ ๐ โ๏ธ `e`๐ พ * `lt`: `l`๐ญ `t`๐ฒ * `le`: `l`๐ญ ๐ โ๏ธ `e`๐ พ /// info `Query`, `Path`, & ๐ ๐ ๐ ๐ ๐ โช ๐ฟ โ `Param` ๐. ๐ ๐ซ ๐ฐ ๐ ๐ข ๐ ๐ฌ & ๐ ๐ โ๏ธ ๐. /// /// note | ๐ก โน ๐โ ๐ ๐ `Query`, `Path` & ๐ โช๏ธโก๏ธ `fastapi`, ๐ซ ๐ค ๐ข. ๐ ๐โ ๐ค, ๐จ ๐ ๐ ๐ ๐.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.8K bytes - Viewed (0) -
docs/ja/docs/tutorial/body-fields.md
ไปฅไธใฎใใใซ`Field`ใใขใใซใฎๅฑๆงใจใใฆไฝฟ็จใใใใจใใงใใพใ: {* ../../docs_src/body_fields/tutorial001.py hl[11,12,13,14] *} `Field`ใฏ`Query`ใ`Path`ใ`Body`ใจๅใใใใซๅไฝใใๅ จใๅๆงใฎใใฉใกใผใฟใชใฉใๆใกใพใใ /// note | ๆ่ก่ฉณ็ดฐ ๅฎ้ใซใฏๆฌกใซ่ฆใ`Query`ใ`Path`ใชใฉใฏใๅ ฑ้ใฎ`Param`ใฏใฉในใฎใตใใฏใฉในใฎใชใใธใงใฏใใไฝๆใใพใใใใใ่ชไฝใฏPydanticใฎ`FieldInfo`ใฏใฉในใฎใตใใฏใฉในใงใใ ใพใใPydanticใฎ`Field`ใฏ`FieldInfo`ใฎใคใณในใฟใณในใ่ฟใใพใใ `Body`ใฏ`FieldInfo`ใฎใตใใฏใฉในใฎใชใใธใงใฏใใ็ดๆฅ่ฟใใใจใใงใใพใใใใใฆใไปใซใ`Body`ใฏใฉในใฎใตใใฏใฉในใงใใใใฎใใใใพใใRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Jun 22 14:34:53 UTC 2025 - 2.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/eventbus/SubscriberTest.java
} } /** * Records the provided object in {@link #methodArgument} and sets {@link #methodCalled}. This * method is called reflectively by Subscriber during tests, and must remain public. * * @param arg argument to record. */ @Subscribe public void recordingMethod(Object arg) { assertFalse(methodCalled); methodCalled = true; methodArgument = arg; } @SubscribeRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 17:34:21 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/session/Smb2SessionSetupResponse.java
private int sessionFlags; private byte[] blob; /** * Constructs a SMB2 session setup response with the specified configuration * * @param config * the configuration to use for this response */ public Smb2SessionSetupResponse(final Configuration config) { super(config); } /** * {@inheritDoc} *Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.8K bytes - Viewed (1) -
android/guava/src/com/google/common/io/CharSource.java
* * <p>Only one underlying stream will be open at a time. Closing the concatenated stream will * close the open underlying stream. * * @param sources the sources to concatenate * @return a {@code CharSource} containing the concatenated data * @since 15.0 */ public static CharSource concat(Iterable<? extends CharSource> sources) {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 25.7K bytes - Viewed (0) -
guava/src/com/google/common/io/CharSource.java
* * <p>Only one underlying stream will be open at a time. Closing the concatenated stream will * close the open underlying stream. * * @param sources the sources to concatenate * @return a {@code CharSource} containing the concatenated data * @since 15.0 */ public static CharSource concat(Iterable<? extends CharSource> sources) {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 25.3K bytes - Viewed (0) -
src/main/java/jcifs/context/BaseContext.java
private final BufferCache bufferCache; private final SmbTransportPool transportPool; private final CredentialsInternal defaultCredentials; /** * Construct a context * * @param config * configuration for the context * */ public BaseContext(final Configuration config) { this.config = config; this.dfs = new DfsImpl(this);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.5K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Source.java
* <ul> * <li>Both forward and back slashes as path separators</li> * <li>Parent directory references (..)</li> * <li>Both file and directory targets</li> * </ul> * * @param relative path to resolve relative to this source * @return the resolved source, or null if resolution not possible * @throws NullPointerException if relative is null */ @Nullable
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 29 09:46:53 UTC 2025 - 4K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-fields.md
{* ../../docs_src/body_fields/tutorial001_an_py310.py hl[11:14] *} `Field`๋ `Query`, `Path`์ `Body`์ ๊ฐ์ ๋ฐฉ์์ผ๋ก ๋์ํ๋ฉฐ, ๋ชจ๋ ๊ฐ์ ๋งค๊ฐ๋ณ์๋ค ๋ฑ์ ๊ฐ์ง๋๋ค. /// note | ๊ธฐ์ ์ ์ธ๋ถ์ฌํญ ์ค์ ๋ก `Query`, `Path`๋ฑ, ์ฌ๋ฌ๋ถ์ด ์์ผ๋ก ๋ณผ ๋ค๋ฅธ ๊ฒ๋ค์ ๊ณตํต ํด๋์ค์ธ `Param` ํด๋์ค์ ์๋ธํด๋์ค ๊ฐ์ฒด๋ฅผ ๋ง๋๋๋ฐ, ๊ทธ ์์ฒด๋ก Pydantic์ `FieldInfo` ํด๋์ค์ ์๋ธํด๋์ค์ ๋๋ค. ๊ทธ๋ฆฌ๊ณ Pydantic์ `Field` ๋ํ `FieldInfo`์ ์ธ์คํด์ค๋ฅผ ๋ฐํํฉ๋๋ค. `Body` ๋ํ `FieldInfo`์ ์๋ธํด๋์ค ๊ฐ์ฒด๋ฅผ ์ง์ ์ ์ผ๋ก ๋ฐํํฉ๋๋ค. ๊ทธ๋ฆฌ๊ณ `Body` ํด๋์ค์ ์๋ธํด๋์ค์ธ ๊ฒ๋ค๋ ์ฌ๋ฌ๋ถ์ด ๋์ค์ ๋ณด๊ฒ๋ ๊ฒ์ ๋๋ค.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.8K bytes - Viewed (0)