Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CL (0.03 sec)

  1. src/net/http/h2_bundle.go

    	n := int64(maxFrameSize)
    	if n > max {
    		n = max
    	}
    	if cl := cs.reqBodyContentLength; cl != -1 && cl+1 < n {
    		// Add an extra byte past the declared content-length to
    		// give the caller's Request.Body io.Reader a chance to
    		// give us more bytes than they declared, so we can catch it
    		// early.
    		n = cl + 1
    	}
    	if n < 1 {
    		return 1
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    r,e,t)),e.parent.insertBefore(e,f)}};fl.names=["flex-flow","box-direction","box-orient"];zg.exports=fl});var Wg=v((M4,Ug)=>{l();var IA=pe(),qA=M(),cl=class extends qA{normalize(){return"flex"}prefixed(e,t){let r;return[r,t]=IA(t),r===2009?t+"box-flex":r===2012?t+"flex-positive":super.prefixed(e,t)}};cl.names=["flex-grow","flex-positive"];Ug.exports=cl});var Hg=v((B4,Gg)=>{l();var RA=pe(),MA=M(),pl=class extends MA{set(e,t){if(RA(t)[0]!==2009)return super.set(e,t)}};pl.names=["flex-wrap"];Gg.exports=pl});var...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top