- Sort Score
- Result 10 results
- Languages All
Results 801 - 810 of 1,485 for typed (0.05 sec)
-
android/guava-testlib/src/com/google/common/testing/ForwardingWrapperTester.java
testToString(interfaceType, wrapperFunction); } /** Returns the most concrete public methods from {@code type}. */ private static Method[] getMostConcreteMethods(Class<?> type) { Method[] methods = type.getMethods(); for (int i = 0; i < methods.length; i++) { try { methods[i] = type.getMethod(methods[i].getName(), methods[i].getParameterTypes()); } catch (Exception e) { throwIfUnchecked(e);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/timer/HotThreadMonitorTarget.java
final int threads = fessConfig.getCrawlerHotthreadThreadsAsInteger(); final String timeout = fessConfig.getCrawlerHotthreadTimeout(); final String type = fessConfig.getCrawlerHotthreadType(); try { final SearchEngineClient esClient = ComponentUtil.getSearchEngineClient(); final NodesHotThreadsResponse response = esClient.admin()
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 3.7K bytes - Viewed (0) -
docs/iam/opa.md
# OPA Quickstart Guide [](https://slack.minio.io) OPA is a lightweight general-purpose policy engine that can be co-located with MinIO server, in this document we talk about how to use OPA HTTP API to authorize requests. It can be used with any type of credentials (STS based like OpenID or LDAP, regular IAM users or service accounts). OPA is enabled through MinIO's Access Management Plugin feature. ## Get started
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Jul 17 15:43:14 UTC 2022 - 2.3K bytes - Viewed (0) -
docs/em/docs/advanced/custom-response.md
{* ../../docs_src/custom_response/tutorial003.py hl[2,7,19] *} /// warning `Response` π¨ π π *β‘ π οΈ π’* π π« π π (πΌ, `Content-Type` π π« π) & π π« β π§ π π©Ί. /// /// info βοΈ, β `Content-Type` π, π π, βοΈ, π π βͺοΈβ‘οΈ `Response` π π π¨. /// ### π π & π `Response` π₯ π π π π¨ βͺοΈβ‘οΈ π π’ βοΈ π π° π "π» π" π, π πͺ βοΈ `response_class` π’ & π¨ `Response` π.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.4K bytes - Viewed (0) -
api/maven-api-annotations/src/main/java/org/apache/maven/api/annotations/package-info.java
// CHECKSTYLE_OFF: RegexpHeader /** * This package contains non-functional annotations which are * used to tag various elements and help users understanding * how those types should be used. * * @since 4.0.0 */ @Experimental
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Dec 10 21:43:27 UTC 2024 - 273 bytes - Viewed (0) -
src/main/java/jcifs/netbios/UniAddress.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/ndr/NdrBuffer.java
* Encodes an NDR referent pointer. * * @param obj the object to encode as a referent * @param type the referent type */ public void enc_ndr_referent(final Object obj, final int type) { if (obj == null) { enc_ndr_long(0); return; } switch (type) { case 1: /* unique */ case 3: /* ref */ enc_ndr_long(System.identityHashCode(obj));Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaIntegrationTest.java
assertNotNull(errorHandler, "Error handler should not be null"); // Test error classification for different exception types Exception hardwareError = new RuntimeException("RDMA hardware not supported"); Exception networkError = new java.io.IOException("Network connection failed");Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 13.8K bytes - Viewed (0) -
docs/ko/docs/tutorial/extra-models.md
μ΄λ₯Ό μν΄ νμ€ Python νμ ννΈμΈ <a href="https://docs.python.org/3/library/typing.html#typing.Union" class="external-link" target="_blank">`typing.Union`</a>μ μ¬μ©ν μ μμ΅λλ€: /// note | μ°Έκ³ <a href="https://docs.pydantic.dev/latest/concepts/types/#unions" class="external-link" target="_blank">`Union`</a>μ μ μν λλ λ ꡬ체μ μΈ νμ μ λ¨Όμ ν¬ν¨νκ³ , λ ꡬ체μ μΈ νμ μ κ·Έ λ€μ λμ΄ν΄μΌν©λλ€. μλ μμ μμλ `Union[PlaneItem, CarItem]` λ₯Ό 보면, λ ꡬ체μ μΈ `PlaneItem`μ΄ `CarItem`λ³΄λ€ μμ μμΉν©λλ€. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:38:33 UTC 2025 - 8.4K bytes - Viewed (0) -
docs/en/docs/tutorial/handling-errors.md
"item_id" ], "msg": "value is not a valid integer", "type": "type_error.integer" } ] } ``` you will get a text version, with: ``` 1 validation error path -> item_id value is not a valid integer (type=type_error.integer) ``` #### `RequestValidationError` vs `ValidationError` { #requestvalidationerror-vs-validationerror }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 9.4K bytes - Viewed (0)