- Sort Score
- Result 10 results
- Languages All
Results 1411 - 1420 of 2,389 for nama (0.06 sec)
- 
				
				src/main/java/jcifs/smb/SmbSessionImpl.java/* * Some pipes may require that the hostname in the tree connect * be the netbios name. So if we have the netbios server name * from the NTLMSSP type 2 message, and the share is IPC$, we * assert that the tree connect path uses the netbios hostname. */Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0)
- 
				
				src/main/resources/fess_ldap.xml<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <component name="ldapManager" class="org.codelibs.fess.ldap.LdapManager"> </component> Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 24 06:09:55 UTC 2015 - 259 bytes - Viewed (0)
- 
				
				src/main/resources/fess_se.xml<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <component name="scriptEngineFactory" class="org.codelibs.fess.script.ScriptEngineFactory"> </component> Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Oct 21 12:16:01 UTC 2024 - 279 bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/validation/UriTypeTest.java} // Test ProtocolType name public void test_protocolTypeName() { assertEquals("WEB.name() should return \"WEB\"", "WEB", ProtocolType.WEB.name()); assertEquals("FILE.name() should return \"FILE\"", "FILE", ProtocolType.FILE.name()); } // Test ProtocolType ordinal public void test_protocolTypeOrdinal() {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 21K bytes - Viewed (0)
- 
				
				okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.ktSystem.setProperty("javax.net.debug", "") } } else if (platformSystemProperty == CONSCRYPT_PROPERTY) { if (Security.getProviders()[0].name != "Conscrypt") { if (!Conscrypt.isAvailable()) { System.err.println("Warning: Conscrypt not available") } val provider = Conscrypt Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 15.4K bytes - Viewed (1)
- 
				
				okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerReader.ktif (pushedLimit != -1L && newLimit > pushedLimit) { throw ProtocolException("enclosed object too large") } limit = newLimit constructed = header.constructed if (name != null) path += name try { val result = block(header) // The object processed bytes beyond its range. if (newLimit != -1L && byteCount > newLimit) { Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 10.5K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/internal/smb2/create/Smb2CreateResponseTest.javaSMBUtil.writeInt2(0x20, ctx, ci + 2); // DataOffset ci += 4; SMBUtil.writeInt4(8, ctx, ci); // DataLength ci += 4; // Name bytes at 0x10 byte[] name = new byte[] { 'T', 'E', 'S', 'T' }; System.arraycopy(name, 0, ctx, 0x10, name.length); // Data bytes at 0x20 byte[] data = new byte[] { 1, 2, 3, 4, 5, 6, 7, 8 }; System.arraycopy(data, 0, ctx, 0x20, data.length); Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.5K bytes - Viewed (0)
- 
				
				docs/em/docs/features.mddef 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.pyElemTree.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)