Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 99 for Rr (0.05 sec)

  1. 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)
  2. src/compress/bzip2/bzip2.go

    	bz2.lastByte = -1
    	bz2.byteRepeats = 0
    	bz2.repeats = 0
    
    	return nil
    }
    
    // inverseBWT implements the inverse Burrows-Wheeler transform as described in
    // http://www.hpl.hp.com/techreports/Compaq-DEC/SRC-RR-124.pdf, section 4.2.
    // In that document, origPtr is called “I” and c is the “C” array after the
    // first pass over the data. It's an argument here because we merge the first
    // pass with the Huffman decoding.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:40 UTC 2024
    - 13K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-ECDSA

    00000160  dc 74 27 e9 af b1 64 56  19 28 8a 34 93 4e 1c 03  |.t'...dV.(.4.N..|
    00000170  67 ae 41 fb 5f d1 e3 20  45 6b bd 49 25 d8 b4 8b  |g.A._.. Ek.I%...|
    00000180  d4 96 d6 96 b2 72 72 f0  d0 68 f1 f7 f3 17 76 85  |.....rr..h....v.|
    00000190  78 0e dd 35 83 8a 7a 45  c5 91 86 4b a6 b5 77 b4  |x..5..zE...K..w.|
    000001a0  ef 02 43 5c 42 c7 f8 a6  1d ed 73 d2 41 02 be cb  |..C\B.....s.A...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  4. 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 (0)
  5. src/net/dnsclient_unix_test.go

    	if err != nil {
    		t.Fatalf("LookupMX: %v", err)
    	}
    	if want := []*MX{&MX{Host: "."}}; !reflect.DeepEqual(rrset, want) {
    		records := []string{}
    		for _, rr := range rrset {
    			records = append(records, fmt.Sprintf("%v", rr))
    		}
    		t.Errorf("records = [%v]; want [%v]", strings.Join(records, " "), want[0])
    	}
    }
    
    func TestRootNS(t *testing.T) {
    	// See https://golang.org/issue/45715.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  6. src/math/big/natdiv.go

    // The caller must ensure that len(z) = len(x).
    func divWVW(z []Word, xn Word, x []Word, y Word) (r Word) {
    	r = xn
    	if len(x) == 1 {
    		qq, rr := bits.Div(uint(r), uint(x[0]), uint(y))
    		z[0] = Word(qq)
    		return Word(rr)
    	}
    	rec := reciprocalWord(y)
    	for i := len(z) - 1; i >= 0; i-- {
    		z[i], r = divWW(r, x[i], y, rec)
    	}
    	return r
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  7. src/runtime/asm_arm.s

    	MOVW	_cgo_sys_thread_create(SB), R2
    	CMP	$0, R2
    	BEQ	nocgo
    	MOVW	$_rt0_arm_lib_go<>(SB), R0
    	MOVW	$0, R1
    	BL	(R2)
    	B	rr
    nocgo:
    	MOVW	$0x800000, R0                     // stacksize = 8192KB
    	MOVW	$_rt0_arm_lib_go<>(SB), R1  // fn
    	MOVW	R0, 4(R13)
    	MOVW	R1, 8(R13)
    	BL	runtime·newosproc0(SB)
    rr:
    	// Restore callee-save registers and return.
    	MOVB    runtime·goarmsoftfp(SB), R11
    	CMP     $0, R11
    	BNE     skipfprest
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 23 21:00:52 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  8. src/regexp/testdata/re2-exhaustive.txt.bz2

    ��~�r�t��/��P����/�G��[ RE{�׋�z; �a�b�V�+ 5y�e����J򄗿�x�����z�TQ��ξ����=�J�RR���W�����K��U�u���̿G!�l4�JIg�~.�FCb�=Wj(���_e����J����uz; ���^^V�+��޾��ѐضVR)g������|/��}QFOz�_.��b�i[�)g�~.�Ga�/��_����p]v��qz9 a�rRK:ߋ���C�|�ڊ0��{��uz7 �a�jJ��������Ҹ�7^T���o��a_4>�� ���8Vh��懐��懙³C��96�i�7&����$�8�/�G�ض�� �8�Q*��� �Z"���Z CB�Ҵ � ���jUs��� �R� �b�Ҷ � ��U%�����4, +@*꺶?��l6��Z�*����}��i[RR��B��� ��\%T��U����X� ����UX�YY2�dL���B�E+&VL�"�ɕ� �ɕ�+&VL��DY2�ed�ɕ��T�P����-,LMZ�j�...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
  9. src/cmd/link/internal/arm64/asm.go

    	case objabi.R_ARM64_GOTPCREL,
    		objabi.R_ARM64_PCREL_LDST8,
    		objabi.R_ARM64_PCREL_LDST16,
    		objabi.R_ARM64_PCREL_LDST32,
    		objabi.R_ARM64_PCREL_LDST64,
    		objabi.R_ADDRARM64:
    		rr := ld.ExtrelocViaOuterSym(ldr, r, s)
    		return rr, true
    	case objabi.R_CALLARM64,
    		objabi.R_ARM64_TLS_LE,
    		objabi.R_ARM64_TLS_IE:
    		return ld.ExtrelocSimple(ldr, r), true
    	}
    	return loader.ExtReloc{}, false
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 20:09:45 UTC 2024
    - 47K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    },write:function(t){He(this.wrapper,this.clsHide,t.hide),t.changed&&(t.changed=!1,ot(this.wrapper,this.attrFill,new Array(t.width).join(t.fill)))},events:["resize"]}},rr={props:{container:Boolean},data:{container:!0},computed:{container:function(t){var e=t.container;return!0===e&&this.$container||e&&Ce(e)}}},or=[],sr={mixins:[hn,rr,un],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1},computed:{p...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
Back to top