Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for rR (0.12 sec)

  1. src/cmd/link/internal/ld/data.go

    		return rr, false
    	}
    	return rr, true
    }
    
    // ExtrelocSimple creates a simple external relocation from r, with the same
    // symbol and addend.
    func ExtrelocSimple(ldr *loader.Loader, r loader.Reloc) loader.ExtReloc {
    	var rr loader.ExtReloc
    	rs := r.Sym()
    	rr.Xsym = rs
    	rr.Xadd = r.Add()
    	rr.Type = r.Type()
    	rr.Size = r.Siz()
    	return rr
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  2. src/net/http/serve_test.go

    			}
    			h, _ := mux.Handler(r)
    			rr := httptest.NewRecorder()
    			h.ServeHTTP(rr, r)
    			if rr.Code != 301 {
    				if rr.Code != tt.code {
    					t.Errorf("%s %s %s = %d, want %d", tt.method, tt.host, tt.url, rr.Code, tt.code)
    				}
    				break
    			}
    			if !tt.redirOk {
    				t.Errorf("%s %s %s, unexpected redirect", tt.method, tt.host, tt.url)
    				break
    			}
    			turl = rr.HeaderMap.Get("Location")
    			tries--
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  3. pilot/pkg/model/context.go

    type DeletedResources = []string
    
    func AnyToUnnamedResources(r []*anypb.Any) Resources {
    	a := make(Resources, 0, len(r))
    	for _, rr := range r {
    		a = append(a, &discovery.Resource{Resource: rr})
    	}
    	return a
    }
    
    // XdsUpdates include information about the subset of updated resources.
    // See for example EDS incremental updates.
    type XdsUpdates = sets.Set[ConfigKey]
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (1)
  4. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    Py(),q5=Iy(),R5=Ry(),M5=By(),B5=Ly(),F5=$y(),L5=zy(),N5=Wy(),$5=Hy(),j5=Qy(),z5=Xy(),V5=Zy(),U5=rw(),W5=nw(),G5=aw(),H5=uw(),Y5=cw(),Q5=dw(),J5=gw(),X5=ww(),K5=vw(),Z5=Tw(),eO=Iw(),tO=Mw(),rO=Fw(),iO=Nw(),nO=jw(),sO=Vw(),aO=Ww();rr.hack(s5);rr.hack(a5);rr.hack(o5);rr.hack(l5);B.hack(u5);B.hack(f5);B.hack(c5);B.hack(p5);B.hack(d5);B.hack(h5);B.hack(m5);B.hack(g5);B.hack(y5);B.hack(w5);B.hack(b5);B.hack(v5);B.hack(x5);B.hack(k5);B.hack(S5);B.hack(C5);B.hack(A5);B.hack(_5);B.hack(O5);B.hack(E5);B.h...
    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