- Sort Score
- Result 10 results
- Languages All
Results 1191 - 1200 of 1,673 for named (1.89 sec)
-
docs/em/docs/features.md
def main(user_id: str): return user_id # A Pydantic model class User(BaseModel): id: int name: str joined: date ``` π πͺ β€΄οΈ βοΈ π: ```Python my_user: User = User(id=3, name="John Doe", joined="2018-07-19") second_user_data = { "id": 4, "name": "Mary", "joined": "2018-11-30", } my_second_user: User = User(**second_user_data) ``` /// info
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/classes-as-dependencies.md
μκΈ°μ κ°μ λ°©μμΌλ‘ "νΈμΆ(μ€ν)" ν μ μλ€λ©΄ "νΈμΆ κ°λ₯"μ΄ λ©λλ€. ## μμ‘΄μ±μΌλ‘μμ ν΄λμ€ νμ΄μ¬ ν΄λμ€μ μΈμ€ν΄μ€λ₯Ό μμ±νκΈ° μν΄ μ¬μ©νλ κ²κ³Ό λμΌν λ¬Έλ²μ μ¬μ©νλ€λ κ±Έ μ μ μμ΅λλ€. μλ₯Ό λ€μ΄: ```Python class Cat: def __init__(self, name: str): self.name = name fluffy = Cat(name="Mr Fluffy") ``` μ΄ κ²½μ°μ `fluffy`λ ν΄λμ€ `Cat`μ μΈμ€ν΄μ€μ λλ€. κ·Έλ¦¬κ³ μ°λ¦¬λ `fluffy`λ₯Ό λ§λ€κΈ° μν΄μ `Cat`μ "νΈμΆ"νμ΅λλ€. λ°λΌμ, νμ΄μ¬ ν΄λμ€λ **νΈμΆ κ°λ₯**ν©λλ€. κ·Έλμ **FastAPI**μμλ νμ΄μ¬ ν΄λμ€λ₯Ό μμ‘΄μ±μΌλ‘ μ¬μ©ν μ μμ΅λλ€.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.7K bytes - Viewed (0) -
ci/official/utilities/extract_resultstore_links.py
ElemTree.SubElement(properties, 'property', name='description', value=success_msg) if command: ElemTree.SubElement(properties, 'property', name='bazel_command', value=command) suite_specific = {'tests': str(len(result_store_dict)),
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Nov 08 17:50:27 UTC 2023 - 10.9K bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.data_config/data_config.json
{ "properties": { "name": { "type": "keyword" }, "handlerName": { "type": "keyword" }, "handlerParameter": { "type": "keyword" }, "handlerScript": { "type": "keyword" }, "boost": { "type": "float" }, "available": { "type": "boolean" }, "permissions": { "type": "keyword"Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 859 bytes - Viewed (0) -
src/test/resources/test_app.xml
"http://dbflute.org/meta/lastadi10.dtd"> <components> <include path="convention.xml" /> <include path="lastaflute.xml" /> <!-- Register systemProperties for test environment --> <component name="systemProperties" class="org.codelibs.fess.unit.TestSystemProperties" />
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 390 bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/container.xml
"http://dbflute.org/meta/lastadi10.dtd"> <components namespace="fessCrawler"> <component class="org.lastaflute.di.naming.StyledNamingConvention"> </component> <!-- Container --> <component name="crawlerContainer" class="org.codelibs.fess.crawler.container.LastaCrawlerContainer"> </component>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 418 bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_details.jsp
<div class="wrapper"> <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include> <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> <jsp:param name="menuCategoryType" value="system"/> <jsp:param name="menuType" value="dict"/> </jsp:include> <div class="content-wrapper"> <div class="content-header"> <div class="container-fluid">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Feb 12 20:25:27 UTC 2020 - 8K bytes - Viewed (0) -
cmd/admin-handlers-idp-ldap.go
Create: &madmin.SRSvcAccCreate{ Parent: newCred.ParentUser, AccessKey: newCred.AccessKey, SecretKey: newCred.SecretKey, Groups: newCred.Groups, Name: newCred.Name, Description: newCred.Description, Claims: opts.claims, SessionPolicy: madmin.SRSessionPolicy(createReq.Policy), Status: auth.AccountOn,Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 08 02:46:04 UTC 2025 - 19.2K bytes - Viewed (0) -
src/test/java/jcifs/smb1/util/Base64Test.java
Arguments.of(new byte[] { (byte) 0xff, (byte) 0xff, (byte) 0xff }, "////")) // all 0xFF bytes ; } @ParameterizedTest(name = "encode({1}) -> {2}") @MethodSource("encodeProvider") void testEncode(byte[] input, String expected) { // Arrange & Act String actual = Base64.encode(input); // Assert
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 3K bytes - Viewed (0) -
src/cmd/asm/internal/arch/ppc64.go
ppc64.ASUBME, ppc64.ASUBZECC, ppc64.ASUBZEVCC, ppc64.ASUBZEV, ppc64.ASUBZE: return true } return false } func ppc64RegisterNumber(name string, n int16) (int16, bool) { switch name { case "CR": if 0 <= n && n <= 7 { return ppc64.REG_CR0 + n, true } case "A": if 0 <= n && n <= 8 { return ppc64.REG_A0 + n, true } case "VS":
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Nov 21 18:27:17 UTC 2024 - 2.3K bytes - Viewed (0)