Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 141 for involves (0.49 seconds)

  1. android/guava/src/com/google/common/util/concurrent/TimeLimiter.java

       *     annotation type, rather than an interface
       */
      <T> T newProxy(T target, Class<T> interfaceType, long timeoutDuration, TimeUnit timeoutUnit);
    
      /**
       * Invokes a specified Callable, timing out after the specified time limit. If the target method
       * call finishes before the limit is reached, the return value or a wrapped exception is
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Jan 18 02:54:30 GMT 2025
    - 8.2K bytes
    - Click Count (0)
  2. docs/uk/docs/advanced/openapi-callbacks.md

    У цьому випадку це строка:
    
    ```Python
    "{$callback_url}/invoices/{$request.body.id}"
    ```
    
    Отже, якщо користувач вашого API (зовнішній розробник) надішле запит до *вашого API* на:
    
    ```
    https://yourapi.com/invoices/?callback_url=https://www.external.org/events
    ```
    
    з JSON-тілом:
    
    ```JSON
    {
        "id": "2expen51ve",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 12K bytes
    - Click Count (0)
  3. docs/fr/docs/advanced/openapi-callbacks.md

    Dans ce cas, c’est la `str` :
    
    ```Python
    "{$callback_url}/invoices/{$request.body.id}"
    ```
    
    Ainsi, si l’utilisateur de votre API (la personne développeuse externe) envoie une requête à *votre API* vers :
    
    ```
    https://yourapi.com/invoices/?callback_url=https://www.external.org/events
    ```
    
    avec un corps JSON :
    
    ```JSON
    {
        "id": "2expen51ve",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 8.7K bytes
    - Click Count (0)
  4. docs/zh/docs/advanced/openapi-callbacks.md

    本例中是 `str`:
    
    ```Python
    "{$callback_url}/invoices/{$request.body.id}"
    ```
    
    因此,如果您的 API 用户(外部开发者)发送请求到您的 API:
    
    ```
    https://yourapi.com/invoices/?callback_url=https://www.external.org/events
    ```
    
    使用如下 JSON 请求体:
    
    ```JSON
    {
        "id": "2expen51ve",
        "customer": "Mr. Richie Rich",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 6.6K bytes
    - Click Count (0)
  5. docs/pt/docs/advanced/openapi-callbacks.md

    Nesse caso, é a `str`:
    
    ```Python
    "{$callback_url}/invoices/{$request.body.id}"
    ```
    
    Então, se o usuário da sua API (o desenvolvedor externo) enviar um request para *sua API* para:
    
    ```
    https://yourapi.com/invoices/?callback_url=https://www.external.org/events
    ```
    
    com um corpo JSON de:
    
    ```JSON
    {
        "id": "2expen51ve",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 8.1K bytes
    - Click Count (0)
  6. docs/es/docs/advanced/wsgi.md

    Puedes montar aplicaciones WSGI como viste con [Sub Aplicaciones - Mounts](sub-applications.md), [Detrás de un Proxy](behind-a-proxy.md).
    
    Para eso, puedes usar el `WSGIMiddleware` y usarlo para envolver tu aplicación WSGI, por ejemplo, Flask, Django, etc.
    
    ## Usando `WSGIMiddleware` { #using-wsgimiddleware }
    
    /// info | Información
    
    Esto requiere instalar `a2wsgi`, por ejemplo con `pip install a2wsgi`.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 1.4K bytes
    - Click Count (0)
  7. src/test/java/jcifs/netbios/NameQueryRequestTest.java

            String actualString = request.toString();
    
            assertTrue(actualString.startsWith(expectedStringPrefix));
            assertTrue(actualString.endsWith("]"));
            // Further verification could involve mocking super.toString() if needed
        }
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 3.8K bytes
    - Click Count (0)
  8. docs/ko/docs/advanced/openapi-callbacks.md

    이 경우, 다음 `str`입니다:
    
    ```Python
    "{$callback_url}/invoices/{$request.body.id}"
    ```
    
    따라서 여러분의 API 사용자(외부 개발자)가 *여러분의 API*로 다음 요청을 보내고:
    
    ```
    https://yourapi.com/invoices/?callback_url=https://www.external.org/events
    ```
    
    JSON body가 다음과 같다면:
    
    ```JSON
    {
        "id": "2expen51ve",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 8.6K bytes
    - Click Count (0)
  9. src/test/java/jcifs/smb/SmbTreeInternalTest.java

        @Mock
        private Request<CommonServerMessageBlockResponse> request;
    
        @Mock
        private CommonServerMessageBlockResponse response;
    
        @Test
        @DisplayName("connectLogon invokes underlying implementation")
        void connectLogon_invocation_isForwarded() throws Exception {
            // Act
            tree.connectLogon(context);
    
            // Assert - verify interaction with dependency
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 5.6K bytes
    - Click Count (0)
  10. api/maven-api-core/src/main/java/org/apache/maven/api/services/RepositoryAwareRequest.java

    import org.apache.maven.api.annotations.Experimental;
    import org.apache.maven.api.annotations.Immutable;
    import org.apache.maven.api.annotations.Nullable;
    
    /**
     * Base interface for service requests that involve remote repository operations.
     * This interface provides common functionality for requests that need to specify
     * and validate remote repositories for artifact resolution, dependency collection,
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 10 07:30:49 GMT 2025
    - 5K bytes
    - Click Count (0)
Back to Top