- Sort Score
- Result 10 results
- Languages All
Results 6361 - 6370 of 6,972 for Class3 (0.05 sec)
-
docs/em/docs/advanced/security/http-basic-auth.md
<img src="/img/tutorial/security/image12.png"> ## โ ๐ ๐ฅ ๐ ๐ ๐ผ. โ๏ธ ๐ โ ๐ฅ ๐ & ๐ โ. ๐, โ๏ธ ๐ ๐ฉ ๐น <a href="https://docs.python.org/3/library/secrets.html" class="external-link" target="_blank">`secrets`</a> โ ๐ & ๐. `secrets.compare_digest()` ๐ช โ `bytes` โ๏ธ `str` ๐ ๐ด ๐ ๐ ๐ฆน (๐ ๐ช๐ธ), ๐ โ โซ๏ธ ๐ซ๐ ๐ท โฎ๏ธ ๐ฆน ๐ `รก`, `Sebastiรกn`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4K bytes - Viewed (0) -
src/main/java/jcifs/SmbResourceException.java
* * This exception is thrown when resource issues occur such as: * - File handle leaks * - Connection pool exhaustion * - Memory allocation failures * - Quota exceeded */ public class SmbResourceException extends SmbException { private static final long serialVersionUID = 1L; /** * Resource type that caused the error */ public enum ResourceType {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComOpenAndXResponse.java
import jcifs.internal.util.SMBUtil; /** * SMB1 Open AndX Response message. * * This response contains information about the opened file, * including file ID, attributes, size, and access permissions. */ public class SmbComOpenAndXResponse extends AndXServerMessageBlock implements SmbBasicFileInfo { private int fid, fileAttributes, fileDataSize, grantedAccess, fileType, deviceState, action, serverFid; private long lastWriteTime;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.8K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/11-language-change.yml
validations: required: false - type: textarea id: informal-change attributes: label: "Informal Change" description: "Please also describe the change informally, as in a class teaching Go." validations: required: false - type: textarea id: go-backwards-compatiblity attributes: label: Is this change backward compatible?Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 19:02:29 UTC 2024 - 4.7K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/SessionReuseTest.kt
import org.junit.jupiter.api.BeforeEach import org.junit.jupiter.api.extension.RegisterExtension import org.junit.jupiter.params.ParameterizedTest import org.junit.jupiter.params.provider.ValueSource class SessionReuseTest { @JvmField @RegisterExtension var platform = PlatformRule() @JvmField @RegisterExtension val clientTestRule = OkHttpClientTestRule()Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Jun 18 12:28:21 UTC 2025 - 6K bytes - Viewed (1) -
src/test/java/org/codelibs/fess/exception/InvalidQueryExceptionTest.java
import org.codelibs.fess.mylasta.action.FessMessages; import org.codelibs.fess.unit.UnitFessTestCase; import org.lastaflute.core.message.UserMessages; import org.lastaflute.web.validation.VaMessenger; public class InvalidQueryExceptionTest extends UnitFessTestCase { public void test_constructor_withMessageCodeMessageAndCause() { // Setup final String message = "Invalid query syntax error";Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.6K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/idn/IdnaMappingTable.kt
* strictly ASCII. This is intended to make it efficient to encode this data as a string, and to * index into it as a string. * * The mappings data contains non-ASCII characters. */ internal class IdnaMappingTable internal constructor( val sections: String, val ranges: String, val mappings: String, ) { /**
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 9K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-nested-models.md
* ๋ฐ์ดํฐ ๋ณํ * ๋ฐ์ดํฐ ๊ฒ์ฆ * ์๋ ๋ฌธ์ํ ## ํน๋ณํ ํ์ ๊ณผ ๊ฒ์ฆ `str`, `int`, `float` ๋ฑ๊ณผ ๊ฐ์ ๋จ์ผ ํ์ ๊ณผ๋ ๋ณ๊ฐ๋ก, `str`์ ์์ํ๋ ๋ ๋ณต์กํ ๋จ์ผ ํ์ ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. ๋ชจ๋ ์ต์ ์ ๋ณด๋ ค๋ฉด, <a href="https://docs.pydantic.dev/latest/concepts/types/" class="external-link" target="_blank">Pydantic's exotic types</a> ๋ฌธ์๋ฅผ ํ์ธํ์ธ์. ๋ค์ ์ฅ์์ ๋ช๊ฐ์ง ์์ ๋ฅผ ๋ณผ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด `Image` ๋ชจ๋ธ ์์ `url` ํ๋๋ฅผ `str` ๋์ Pydantic์ `HttpUrl`๋ก ์ ์ธํ ์ ์์ต๋๋ค:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.3K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/classes-as-dependencies.md
something(some_argument, some_keyword_argument="foo") ``` ์๊ธฐ์ ๊ฐ์ ๋ฐฉ์์ผ๋ก "ํธ์ถ(์คํ)" ํ ์ ์๋ค๋ฉด "ํธ์ถ ๊ฐ๋ฅ"์ด ๋ฉ๋๋ค. ## ์์กด์ฑ์ผ๋ก์์ ํด๋์ค ํ์ด์ฌ ํด๋์ค์ ์ธ์คํด์ค๋ฅผ ์์ฑํ๊ธฐ ์ํด ์ฌ์ฉํ๋ ๊ฒ๊ณผ ๋์ผํ ๋ฌธ๋ฒ์ ์ฌ์ฉํ๋ค๋ ๊ฑธ ์ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด: ```Python class Cat: def __init__(self, name: str): self.name = name fluffy = Cat(name="Mr Fluffy") ``` ์ด ๊ฒฝ์ฐ์ `fluffy`๋ ํด๋์ค `Cat`์ ์ธ์คํด์ค์ ๋๋ค. ๊ทธ๋ฆฌ๊ณ ์ฐ๋ฆฌ๋ `fluffy`๋ฅผ ๋ง๋ค๊ธฐ ์ํด์ `Cat`์ "ํธ์ถ"ํ์ต๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/pt/docs/tutorial/query-params-str-validations.md
{* ../../docs_src/query_params_str_validations/tutorial006.py hl[7] *} /// info | Informaรงรฃo Se vocรช nunca viu os `...` antes: รฉ um valor รบnico especial, faz <a href="https://docs.python.org/3/library/constants.html#Ellipsis" class="external-link" target="_blank">parte do Python e รฉ chamado "Ellipsis"</a>. /// Dessa forma o **FastAPI** saberรก que o parรขmetro รฉ obrigatรณrio. ## Lista de parรขmetros de consulta / mรบltiplos valoresRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9K bytes - Viewed (0)