Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for aframe (0.28 sec)

  1. src/net/http/h2_bundle.go

    	sc.scheduleFrameWrite()
    }
    
    // scheduleFrameWrite tickles the frame writing scheduler.
    //
    // If a frame is already being written, nothing happens. This will be called again
    // when the frame is done being written.
    //
    // If a frame isn't being written and we need to send one, the best frame
    // to send is selected by writeSched.
    //
    // If a frame isn't being written and there's nothing else to send, we
    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. src/cmd/compile/internal/ssagen/ssa.go

    	pp := s.pp
    
    	s.maxarg = types.RoundUp(s.maxarg, e.stkalign)
    	frame := s.maxarg + e.stksize
    	if Arch.PadFrame != nil {
    		frame = Arch.PadFrame(frame)
    	}
    
    	// Fill in argument and frame size.
    	pp.Text.To.Type = obj.TYPE_TEXTSIZE
    	pp.Text.To.Val = int32(types.RoundUp(f.OwnAux.ArgWidth(), int64(types.RegSize)))
    	pp.Text.To.Offset = frame
    
    	p := pp.Text
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    nt-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}audio,canvas,iframe,img,svg,video{vertical-align:middle}canvas,img,video{max-width:100%;height:auto;box-sizing:border-box}@supports (display:block){svg{max-width:100%;height:auto;box-sizing:border-box}}svg:not(:root){overflow:hidden}img:not([src]){min-width:1px;visibility:hidden}iframe{border:0}address,dl,fieldset,figure,ol,p,pre,ul{margin:0 0 20px 0}*+address,*+dl,*+fieldset,*+figure,*+ol,*+p,*+p...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="-lz5-" type="string" offset="2"/>
        </magic>
      </mime-type>
      
      <mime-type type="application/x-lz4">
         <_comment>First match LZ4 Frame</_comment>
         <_comment>Second match Legacy Frame</_comment>
         <magic priority="60">
            <match value="0x184d2204" type="little32" offset="0" />
            <match value="0x184c2102" type="little32" offset="0" />
         </magic>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.8.md

              ([#21737](https://github.com/kubernetes/kubernetes/pull/21737))
    
            - Processes may be leaked when Docker is repeatedly terminated in a short
              time frame.
              ([#41450](https://github.com/kubernetes/kubernetes/issues/41450))
    - [v1.8.0-rc.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md#v180-rc1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  6. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    {list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:theme('colors.gray.4', #9ca3af)}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}`);i([z.comment({text:`! tailwindcss v${fd} | MIT License | https://tailwindcss.com`}),...e.nodes])},container:(()=>{function i(t=[]){return...
    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