Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 273 for message2 (0.28 sec)

  1. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    		return err
    	}
    	return nil
    }
    
    // Pack packs a full Message.
    func (m *Message) Pack() ([]byte, error) {
    	return m.AppendPack(make([]byte, 0, packStartingCap))
    }
    
    // AppendPack is like Pack but appends the full Message to b and returns the
    // extended buffer.
    func (m *Message) AppendPack(b []byte) ([]byte, error) {
    	// Validate the lengths. It is very unlikely that anyone will try to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      // object, returns an empty string.
      const char* message() const {
        return message_.get() != NULL ?  message_->c_str() : "";
      }
      // TODO(******@****.***): Remove this after making sure no clients use it.
      // Deprecated; please use message() instead.
      const char* failure_message() const { return message(); }
    
      // Streams a custom failure message into this object.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      // object, returns an empty string.
      const char* message() const {
        return message_.get() != NULL ?  message_->c_str() : "";
      }
      // TODO(******@****.***): Remove this after making sure no clients use it.
      // Deprecated; please use message() instead.
      const char* failure_message() const { return message(); }
    
      // Streams a custom failure message into this object.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  4. docs/bucket/notifications/README.md

    delivery_mode  (number)    set to '1' for non-persistent or '2' for persistent queue
    queue_dir      (path)      staging dir for undelivered messages e.g. '/home/events'
    queue_limit    (number)    maximum limit for undelivered messages, defaults to '100000'
    comment        (sentence)  optionally add a comment to this setting
    ```
    
    Or environment variables
    
    ```
    KEY:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
  5. src/crypto/tls/conn.go

    	// hasVers indicates we're past the first message, forcing someone trying to
    	// make us just allocate a large buffer to at least do the initial part of
    	// the handshake first.
    	if c.haveVers && data[0] == typeCertificate {
    		// Since certificate messages are likely to be the only messages that
    		// can be larger than maxHandshake, we use a special limit for just
    		// those messages.
    		maxHandshakeSize = maxHandshakeCertificateMsg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  6. src/crypto/tls/handshake_messages.go

    	Write([]byte) (int, error)
    }
    
    // transcriptMsg is a helper used to hash messages which are not hashed when
    // they are read from, or written to, the wire. This is typically the case for
    // messages which are either not sent, or need to be hashed out of order from
    // when they are read/written.
    //
    // For most messages, the message is marshalled using their marshal method,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

          apply {
            webSocketCloseTimeout = checkDuration("duration", duration)
          }
    
        /**
         * Sets minimum outbound web socket message size (in bytes) that will be compressed.
         *
         * Set to 0 to enable compression for all outbound messages.
         *
         * 1024 by default.
         */
        fun minWebSocketMessageToCompress(bytes: Long) =
          apply {
            require(bytes >= 0) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/values_types.proto

    // See https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16
    message STSConfig {
      uint32 servicePort = 1;
    }
    
    message IstiodConfig {
      // If enabled, istiod will perform config analysis
      google.protobuf.BoolValue enableAnalysis = 2;
    }
    
    // GlobalLoggingConfig specifies the global logging level settings for the Istio control plane components.
    message GlobalLoggingConfig {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  9. tests/test_generate_unique_id_function.py

    class Item(BaseModel):
        name: str
        price: float
    
    
    class Message(BaseModel):
        title: str
        description: str
    
    
    def test_top_level_generate_unique_id():
        app = FastAPI(generate_unique_id_function=custom_generate_unique_id)
        router = APIRouter()
    
        @app.post("/", response_model=List[Item], responses={404: {"model": List[Message]}})
        def post_root(item1: Item, item2: Item):
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jan 13 15:10:26 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  10. src/crypto/ecdsa/testdata/SigVer.rsp.bz2

    ca0a3f7ee4853ae8454f R = 0ff5dba589454d0ee5bb S = 987c32258cd12b6b9cdc Result = F (1 - Message changed) Msg = 29f8a8112f8e4eec4339 Qx = 086d892340057368ca47 Qy = e15f4c9a0d240fb94e05 R = 8d1e13fdf36eeea06a83 S = c19713a132a562bf2abf Result = F (1 - Message changed) Msg = e5b02a9ef5806a52c300 Qx = 6c8aea044d4f0b9699ea Qy = 426e743008febd859759 R = 3041c36b8456d65f4564 S = b87a516d1e2dcd862c6e Result = F (1 - Message changed) Msg = 4f00725aa241ba6f1d1f Qx = dc85f6701bc95a60ea52 Qy = a52b364fb7c4b4c9155e...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 93.2K bytes
    - Viewed (0)
Back to top