Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 109 for RB (0.04 sec)

  1. src/encoding/xml/xml.go

    func (d *Decoder) switchToReader(r io.Reader) {
    	// Get efficient byte at a time reader.
    	// Assume that if reader has its own
    	// ReadByte, it's efficient enough.
    	// Otherwise, use bufio.
    	if rb, ok := r.(io.ByteReader); ok {
    		d.r = rb
    	} else {
    		d.r = bufio.NewReader(r)
    	}
    }
    
    // Parsing state - stack holds old name space translations
    // and the current set of open elements. The translations to pop when
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  2. src/net/http/cookie_test.go

    		``,
    	},
    	{
    		&Cookie{Name: "\r"},
    		``,
    	},
    	{
    		&Cookie{Name: "a\nb", Value: "v"},
    		``,
    	},
    	{
    		&Cookie{Name: "a\nb", Value: "v"},
    		``,
    	},
    	{
    		&Cookie{Name: "a\rb", Value: "v"},
    		``,
    	},
    	// Quoted values (issue #46443)
    	{
    		&Cookie{Name: "cookie", Value: "quoted", Quoted: true},
    		`cookie="quoted"`,
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:33:05 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/asm7.go

    	case 47: // SWPx/LDADDx/LDCLRx/LDEORx/LDORx/CASx Rs, (Rb), Rt
    		rs := p.From.Reg
    		rt := p.RegTo2
    		rb := p.To.Reg
    
    		// rt can't be sp.
    		if rt == REG_RSP {
    			c.ctxt.Diag("illegal destination register: %v\n", p)
    		}
    
    		o1 = atomicLDADD[p.As] | atomicSWP[p.As]
    		o1 |= uint32(rs&31)<<16 | uint32(rb&31)<<5 | uint32(rt&31)
    
    	case 48: /* ADD $C_ADDCON2, Rm, Rd */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewrite.go

    const (
    	leaveDeadValues  deadValueChoice = false
    	removeDeadValues                 = true
    )
    
    // deadcode indicates whether rewrite should try to remove any values that become dead.
    func applyRewrite(f *Func, rb blockRewriter, rv valueRewriter, deadcode deadValueChoice) {
    	// repeat rewrites until we find no more rewrites
    	pendingLines := f.cachedLineStarts // Holds statement boundaries that need to be moved to a new value/block
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  5. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    6 7 8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB 0B dB 1B eB fB gB hB iB jB kB lB mB nB oB m pB qB rB sB tB P Q R 2B S T U V W X Y Z a b c d e f g h i j n o p q r s t u v w x y z I uB 3B 4B","2":"0 1 KC zB J K E F G A B C L M H N D O k l LC MC"},D:{"1":"8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB 0B dB 1B eB fB gB hB iB jB kB lB mB nB oB m pB qB rB sB tB P Q R S T U V W X Y Z a b c d e f g h i j n o p q r...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  6. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    	xArgR32op        // arg r32 with +rd in opcode
    	xArgR64          // arg r64
    	xArgR64M16       // arg r64/m16
    	xArgR64op        // arg r64 with +rd in opcode
    	xArgR8           // arg r8
    	xArgR8op         // arg r8 with +rb in opcode
    	xArgRAX          // arg RAX
    	xArgRDX          // arg RDX
    	xArgRM           // arg r/m
    	xArgRM16         // arg r/m16
    	xArgRM32         // arg r/m32
    	xArgRM64         // arg r/m64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  7. guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    tal?ut!uoy???c&0krbd4--nx!.&a2qbd8--nx?b8adbeh--nx?c6ytdgbd4--nx?d8lhbd5--nx???a&lp!.oc,?ps!.&lla4sx,rebu,tsafym,?artxe??sla??i!ffo??n&a&d?iler?nif?rusni!efil?srelevart???eics!.oby,??rofria??d!.&1sndnyd,42pi-nyd,7erauqs,amil4,b&ow-nrefeilgitsng--nx,rb-ni,vz-nelletsebgitsng--nx,?decalpb,e&daregtmueart,luhcsvresi,mohsnd,nihcamyek,tiesbew321,?hcierebsnoissuksid,keegnietsi,lsd-ni,m&oc,rofttalpluhcs,?n&-i-g-o-l,aw-ym,e&lletsebgitsnüg,sgnutiel,?i&emtsi,lreb-n&i,yd,??norblieh-sh.ti.segap,oitatsksid-ygo...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  8. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    tal?ut!uoy???c&0krbd4--nx!.&a2qbd8--nx?b8adbeh--nx?c6ytdgbd4--nx?d8lhbd5--nx???a&lp!.oc,?ps!.&lla4sx,rebu,tsafym,?artxe??sla??i!ffo??n&a&d?iler?nif?rusni!efil?srelevart???eics!.oby,??rofria??d!.&1sndnyd,42pi-nyd,7erauqs,amil4,b&ow-nrefeilgitsng--nx,rb-ni,vz-nelletsebgitsng--nx,?decalpb,e&daregtmueart,luhcsvresi,mohsnd,nihcamyek,tiesbew321,?hcierebsnoissuksid,keegnietsi,lsd-ni,m&oc,rofttalpluhcs,?n&-i-g-o-l,aw-ym,e&lletsebgitsnüg,sgnutiel,?i&emtsi,lreb-n&i,yd,??norblieh-sh.ti.segap,oitatsksid-ygo...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (1)
  9. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          quant_unit_file_path = os.path.join(log_dir_path, folder, 'quant_unit.pb')
    
          quant_unit = (
              quant_opts_pb2.UnitWiseQuantizationSpec.QuantizationUnit.FromString(
                  open(quant_unit_file_path, 'rb').read()
              )
          )
    
          self.assertEqual(quant_unit.node_name, 'Conv2D')
          self.assertRegex(quant_unit.func_name, r'^__inference_conv_\d+')
    
      @parameterized.parameters(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/jquery-3.6.3.min.map

    BnJ,GAAQthB,GAEjCrD,EAAI,EAAGoZ,EAAIyU,EAAY1sB,OAAQnB,EAAIoZ,EAAGpZ,IAC3C8sB,GAAgBe,EAAa7tB,GAAK8tB,EAAc9tB,SAGjD8sB,GAAgB5qB,EAAMmB,GAWxB,OAL2B,GAD3ByqB,EAAenJ,GAAQthB,EAAO,WACZlC,QACjByjB,GAAekJ,GAAeC,GAAUpJ,GAAQziB,EAAM,WAIhDmB,GAGRqqB,UAAW,SAAU/rB,GAKpB,IAJA,IAAI8e,EAAMve,EAAM1C,EACf2d,EAAUtc,EAAO2lB,MAAMrJ,QACvBnd,EAAI,OAE6B2D,KAAxBzB,EAAOP,EAAO3B,IAAqBA,IAC5C,GAAKkgB,EAAYhe,GAAS,CACzB,GAAOue,EAAOve,EAAM0e,EAAShd,SAAc,CAC1C,GAAK6c,EAAK6G,OACT,IAAM9nB,KAAQihB,EAAK6G,OACbnK,EAAS3d,GACbqB,EAAO...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top