Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 98 for hyphens (0.13 sec)

  1. fastapi/param_functions.py

                """
            ),
        ] = None,
        convert_underscores: Annotated[
            bool,
            Doc(
                """
                Automatically convert underscores to hyphens in the parameter field name.
    
                Read more about it in the
                [FastAPI docs for Header Parameters](https://fastapi.tiangolo.com/tutorial/header-params/#automatic-conversion)
                """
            ),
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    .admonitionblock i.fa {
    	background: no-repeat 50%/1em 1em;
    	display: inline-block;
    	filter: var(--doc-icon-filter);
    	font-style: normal;
    	height: 1em;
    	-webkit-hyphens: none;
    	hyphens: none;
    	vertical-align: -.125em;
    	width: 1em
    }
    
    .admonitionblock p,
    .admonitionblock td.content {
    	font-size: 1rem;
    }
    
    .admonitionblock td.content>.title+*,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

         *
         * If the server does not respond to each ping with a pong within `interval`, this client will
         * assume that connectivity has been lost. When this happens on a web socket the connection is
         * canceled and its listener is [notified][WebSocketListener.onFailure]. When it happens on an
         * HTTP/2 connection the connection is closed and any calls it is carrying
         * [will fail with an IOException][java.io.IOException].
         *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  4. src/runtime/mgcscavenge.go

    //
    // Scavenging in Go happens on two fronts: there's the background
    // (asynchronous) scavenger and the allocation-time (synchronous) scavenger.
    //
    // The former happens on a goroutine much like the background sweeper which is
    // soft-capped at using scavengePercent of the mutator's time, based on
    // order-of-magnitude estimates of the costs of scavenging. The latter happens
    // when allocating pages from the heap.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/util/concurrent/Futures.java

      // operation in the constructor.
      //
      // 1. In the listener that performs the callback. In this case it is fine since inputFuture is
      //    assigned prior to calling addListener, and addListener happens-before any invocation of the
      //    listener. Notably, this means that 'volatile' is unnecessary to make 'inputFuture' visible
      //    to the listener.
      //
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  6. guava/src/com/google/common/util/concurrent/Futures.java

      // operation in the constructor.
      //
      // 1. In the listener that performs the callback. In this case it is fine since inputFuture is
      //    assigned prior to calling addListener, and addListener happens-before any invocation of the
      //    listener. Notably, this means that 'volatile' is unnecessary to make 'inputFuture' visible
      //    to the listener.
      //
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  7. src/testing/testing.go

    		if t.Failed() {
    			numFailed.Add(1)
    		}
    
    		// Check if the test panicked or Goexited inappropriately.
    		//
    		// If this happens in a normal test, print output but continue panicking.
    		// tRunner is called in its own goroutine, so this terminates the process.
    		//
    		// If this happens while fuzzing, recover from the panic and treat it like a
    		// normal failure. It's important that the process keeps running in order to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    	TypeHINFO Type = 13
    	TypeMINFO Type = 14
    	TypeAXFR  Type = 252
    	TypeALL   Type = 255
    )
    
    var typeNames = map[Type]string{
    	TypeA:     "TypeA",
    	TypeNS:    "TypeNS",
    	TypeCNAME: "TypeCNAME",
    	TypeSOA:   "TypeSOA",
    	TypePTR:   "TypePTR",
    	TypeMX:    "TypeMX",
    	TypeTXT:   "TypeTXT",
    	TypeAAAA:  "TypeAAAA",
    	TypeSRV:   "TypeSRV",
    	TypeOPT:   "TypeOPT",
    	TypeWKS:   "TypeWKS",
    	TypeHINFO: "TypeHINFO",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  9. src/net/dnsclient_unix_test.go

    							MX: dnsmessage.MustNewName("good.golang.org."),
    						},
    					},
    				)
    			case dnsmessage.TypeNS:
    				r.Answers = append(r.Answers,
    					dnsmessage.Resource{
    						Header: dnsmessage.ResourceHeader{
    							Name:   dnsmessage.MustNewName("<html>.golang.org."),
    							Type:   dnsmessage.TypeNS,
    							Class:  dnsmessage.ClassINET,
    							Length: 4,
    						},
    						Body: &dnsmessage.NSResource{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/listener.go

    		opts = buildSidecarOutboundHTTPListenerOpts(listenerOpts, actualWildcards[0], listenerProtocol)
    	} else {
    		switch listenerProtocol {
    		case istionetworking.ListenerProtocolHTTP:
    			// Check if conflict happens
    			if currentListenerEntry != nil {
    				// Build HTTP listener. If current listener entry is using HTTP or protocol sniffing,
    				// append the service. Otherwise (TCP), change current listener to use protocol sniffing.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top