Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1311 - 1320 of 1,587 for message_0 (0.06 sec)

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

          log(throwable);
        }
      }
    
      private static void log(Throwable throwable) {
        String message =
            (throwable instanceof Error)
                ? "Input Future failed with Error"
                : "Got more than one input Future failure. Logging failures after the first";
        logger.get().log(SEVERE, message, throwable);
      }
    
      @Override
      final void addInitialException(Set<Throwable> seen) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 13:13:32 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/orig/view/index.jsp

    						<img src="${fe:url('/images/logo.png')}"
    							alt="<la:message key="labels.index_title" />" />
    					</h1>
    					<div class="notification">${notification}</div>
    					<div>
    						<la:info id="msg" message="true">
    							<div class="alert alert-info">${msg}</div>
    						</la:info>
    						<la:errors header="errors.front_header"
    							footer="errors.front_footer" prefix="errors.front_prefix"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java

    import org.apache.logging.log4j.LogManager;
    import org.apache.logging.log4j.Logger;
    import org.codelibs.fess.util.ComponentUtil;
    import org.dbflute.helper.message.ExceptionMessageBuilder;
    import org.lastaflute.core.message.UserMessages;
    import org.lastaflute.web.exception.Forced404NotFoundException;
    import org.lastaflute.web.ruts.multipart.MultipartFormFile;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Oct 23 13:27:21 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/KotlinDeprecationErrorTest.kt

        val response: Response = Response.Builder().build()
        val request: Request = response.request()
        val protocol: Protocol = response.protocol()
        val code: Int = response.code()
        val message: String = response.message()
        val handshake: Handshake? = response.handshake()
        val headers: Headers = response.headers()
        val body: ResponseBody = response.body()
        val networkResponse: Response? = response.networkResponse()
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  5. docs/em/docs/advanced/custom-response.md

    ```Python hl_lines="9-14  17"
    {!../../docs_src/custom_response/tutorial009c.py!}
    ```
    
    πŸ”œ ↩️ πŸ›¬:
    
    ```json
    {"message": "Hello World"}
    ```
    
    ...πŸ‘‰ πŸ“¨ πŸ”œ πŸ“¨:
    
    ```json
    {
      "message": "Hello World"
    }
    ```
    
    ↗️, πŸ‘† πŸ”œ 🎲 πŸ”Ž πŸŒ… πŸ‘ 🌌 ✊ πŸ“ˆ πŸ‘‰ 🌘 ❕ 🎻. πŸ‘Ά
    
    ## πŸ”’ πŸ“¨ πŸŽ“
    
    πŸ•β” πŸ— **FastAPI** πŸŽ“ πŸ‘ βš–οΈ `APIRouter` πŸ‘† πŸ’ͺ βœ” ❔ πŸ“¨ πŸŽ“ βš™οΈ πŸ”’.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  6. cmd/metacache_gen.go

    			if err != nil {
    				err = msgp.WrapError(err)
    				return
    			}
    		}
    	}
    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *metacache) Msgsize() (s int) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Nov 08 18:26:08 UTC 2021
    - 10K bytes
    - Viewed (0)
  7. tests/test_tutorial/test_sql_databases/test_tutorial001.py

                                    "type": "array",
                                    "title": "Location",
                                },
                                "msg": {"type": "string", "title": "Message"},
                                "type": {"type": "string", "title": "Error Type"},
                            },
                            "type": "object",
                            "required": ["loc", "msg", "type"],
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Oct 09 19:44:42 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  8. guava-testlib/src/com/google/common/testing/EqualsTester.java

     *   <li>comparing each pair of objects from different equality groups returns false
     *   <li>the hash codes of any two equal objects are equal
     * </ul>
     *
     * <p>When a test fails, the error message labels the objects involved in the failed comparison as
     * follows:
     *
     * <ul>
     *   <li>"{@code [group }<i>i</i>{@code , item }<i>j</i>{@code ]}" refers to the
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Oct 31 19:11:50 UTC 2023
    - 6K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/util/transport/Transport.java

                        Response response = (Response)response_map.get( key );
                        if (response == null) {
                            if (log.level >= 4)
                                log.println( "Invalid key, skipping message" );
                            doSkip();
                        } else {
                            doRecv( response );
                            response.isReceived = true;
                            notifyAll();
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 9K bytes
    - Viewed (0)
  10. docs/pt/docs/advanced/custom-response.md

    ```Python hl_lines="9-14  17"
    {!../../docs_src/custom_response/tutorial009c.py!}
    ```
    
    Agora em vez de retornar:
    
    ```json
    {"message": "Hello World"}
    ```
    
    ...essa resposta retornarΓ‘:
    
    ```json
    {
      "message": "Hello World"
    }
    ```
    
    Obviamente, vocΓͺ provavelmente vai encontrar maneiras muito melhores de se aproveitar disso do que a formatação de JSON. πŸ˜‰
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 29 11:47:10 UTC 2024
    - 13.5K bytes
    - Viewed (0)
Back to top