Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CL (0.12 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)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.cfc"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-common-lisp">
        <_comment>Common Lisp source code</_comment>
        <glob pattern="*.cl"/>
        <glob pattern="*.jl"/>
        <glob pattern="*.lisp"/>
        <glob pattern="*.lsp"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-diff">
        <magic priority="50">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top