Search Options

Results per page
Sort
Preferred Languages
Advance

Results 801 - 810 of 1,485 for typed (0.05 sec)

  1. 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)
  2. 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)
  3. docs/iam/opa.md

    # OPA Quickstart Guide [![Slack](https://slack.minio.io/slack?type=svg)](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)
  4. docs/em/docs/advanced/custom-response.md

    {* ../../docs_src/custom_response/tutorial003.py hl[2,7,19] *}
    
    /// warning
    
    `Response` πŸ“¨ πŸ”— πŸ‘† *➑ πŸ› οΈ πŸ”’* πŸ† 🚫 πŸ“„ πŸ—„ (πŸ–Ό, `Content-Type` πŸ† 🚫 πŸ“„) &amp; πŸ† 🚫 ⭐ 🏧 πŸŽ“ 🩺.
    
    ///
    
    /// info
    
    ↗️, β˜‘ `Content-Type` 🎚, πŸ‘” πŸ“Ÿ, ♒️, πŸ”œ πŸ‘Ÿ βšͺ️➑️ `Response` 🎚 πŸ‘† πŸ“¨.
    
    ///
    
    ### πŸ“„ πŸ—„ &amp; πŸ” `Response`
    
    πŸš₯ πŸ‘† πŸ’š πŸ” πŸ“¨ βšͺ️➑️ πŸ”˜ πŸ”’ βœ‹οΈ 🎏 πŸ•° πŸ“„ "πŸ“» πŸ†Ž" πŸ—„, πŸ‘† πŸ’ͺ βš™οΈ `response_class` πŸ”’ &amp; πŸ“¨ `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)
  5. 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)
  6. src/main/java/jcifs/netbios/UniAddress.java

         */
        @SuppressWarnings("unchecked")
        @Override
        public <T extends Address> T unwrap(final Class<T> type) {
            if (this.addr instanceof Address) {
                return ((Address) this.addr).unwrap(type);
            }
            if (this.getClass().isAssignableFrom(type)) {
                return (T) this;
            }
            return null;
        }
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top