Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 99 of 99 for Dc (0.28 sec)

  1. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    (r),config:e(r)}};return t.__isOptionsFunction=!0,t.__pluginFunction=i,t.__configFunction=e,t};Ud=Vd});var ho={};Ae(ho,{default:()=>PC});var PC,mo=C(()=>{l();Wd();PC=Ud});var Hd=v((c6,Gd)=>{l();var DC=(mo(),ho).default,IC={overflow:"hidden",display:"-webkit-box","-webkit-box-orient":"vertical"},qC=DC(function({matchUtilities:i,addUtilities:e,theme:t,variants:r}){let n=t("lineClamp");i({"line-clamp":a=>({...IC,"-webkit-line-clamp":`${a}`})},{values:n}),e([{".line-clamp-none":{"-webkit-line-clamp"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  2. src/crypto/x509/x509_test.go

        Signature Algorithm: ED25519
             53:a5:58:1c:2c:3b:2a:9e:ac:9d:4e:a5:1d:5f:5d:6d:a6:b5:
             08:de:12:82:f3:97:20:ae:fa:d8:98:f4:1a:83:32:6b:91:f5:
             24:1d:c4:20:7f:2c:e2:4d:da:13:3b:6d:54:1a:d2:a8:28:dc:
             60:b9:d4:f4:78:4b:3c:1c:91:00
    -----BEGIN CERTIFICATE-----
    MIIBWzCCAQ2gAwIBAgIUDIPYISuCyyOYI2Pi95eKQ1vzvZIwBQYDK2VwMCMxITAf
    BgNVBAMMGEVkMjU1MTkgdGVzdCBjZXJ0aWZpY2F0ZTAeFw0xOTA1MDYxNzI3MTZa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  3. cmd/testdata/undeleteable-object.tgz

    g™ Ú³sÜÉ×Þ³ñ6…q f‘Å &%øŒ ët™Ú)©ÄÌ wœ d”Ö(5êìázyBtí ’aYS±×jX_óÊM[&`®üÊÄécdÝ Ûà<”†¾— ±8”! ¿gVÙ· $0ƒÔ ©ÝW F[£C 7U#!z YñMƒå=y„ @*Ç ¢Ÿ× "êðÍÜ oÏÿâø/ ‰Á ¤Á{è ‘$aÃÕµO{1 ¨Û®5æ7J(hÔ ´JŽ„DŒÏ»_¦›&HÒþƒZ7Èk| § énaÁ™ È,µÕkø ŒV×# ̬U OÔW~ QãËàYwã ó °æ{P s%Ö|o=0{ dC ÉNcù©©u¾¬Ë6ÄÃ;'À Qñ R û¡°ö ­nž}? ˆMŽš an–¾8Y@€ õñ R ]ì‘Gi ã1ä‘þ†ŠÒ'ð;ƒ±ªìû„WMÐଞ7ùÅò'´B»£Ô4žùóR2”Bð ü ý ½·N¹Iƒ”)¹üÒì®’ òì ÉR5 -P}ŒI SjXÑê¡EDó<¿Œîh [Îó;Ú j 2”Csˆ °”náwÆü ã §§¢ )0Q˜Ý¥kùvÝŠ ± û+„Ã=Á̇ º\ åS•› …:i vU}j‡(@åôHüW+”þ N šuUˆ€„(™uhœ[¦â-f л½¹´:–‘!...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
  4. src/crypto/tls/handshake_client_test.go

    		t.Fatalf("handshake failed: %s", err)
    	}
    }
    
    // discardConn wraps a net.Conn but discards all writes, but reports that they happened.
    type discardConn struct {
    	net.Conn
    }
    
    func (dc *discardConn) Write(data []byte) (int, error) {
    	return len(data), nil
    }
    
    // largeRSAKeyCertPEM contains a 8193 bit RSA key
    const largeRSAKeyCertPEM = `-----BEGIN CERTIFICATE-----
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.29.md

    - Updated runc to `1.1.10`. ([#121739](https://github.com/kubernetes/kubernetes/pull/121739), [@ty-dc](https://github.com/ty-dc))
    - Upgraded `coredns` to `v1.11.1`. ([#120116](https://github.com/kubernetes/kubernetes/pull/120116), [@tukwila](https://github.com/tukwila))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/ops.mlir

      %dc = "tfl.depthwise_conv_2d"(%arg0, %w, %b) {depth_multiplier = 4 : i32, dilation_h_factor = 1 : i32, dilation_w_factor = 1 : i32, fused_activation_function = "NONE", padding = "VALID", stride_h = 4 : i32, stride_w = 5 : i32} : (tensor<1x224x224x3xf32>, tensor<32x3x3x3xf32>, tensor<32x1xf32>) -> tensor<1x112x112x32xf32>
      func.return %dc : tensor<1x112x112x32xf32>
    }
    
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm64/asm7.go

    	SPOP_RVALE3IS:     {6, 8, 2, 5, true},
    	SPOP_RVAE3OS:      {6, 8, 5, 1, true},
    	SPOP_RVALE3OS:     {6, 8, 5, 5, true},
    	SPOP_RVAE3:        {6, 8, 6, 1, true},
    	SPOP_RVALE3:       {6, 8, 6, 5, true},
    	// DC
    	SPOP_IVAC:    {0, 7, 6, 1, true},
    	SPOP_ISW:     {0, 7, 6, 2, true},
    	SPOP_CSW:     {0, 7, 10, 2, true},
    	SPOP_CISW:    {0, 7, 14, 2, true},
    	SPOP_ZVA:     {3, 7, 4, 1, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/optimize.mlir

    // CHECK-NEXT: %[[dc:.*]] = "tfl.depthwise_conv_2d"(%arg0, %[[w]], %[[b]]) <{depth_multiplier = 4 : i32, dilation_h_factor = 2 : i32, dilation_w_factor = 3 : i32, fused_activation_function = "NONE", padding = "VALID", stride_h = 4 : i32, stride_w = 5 : i32}> : (tensor<256x32x32x3xf32>, tensor<3x3x3x16xf32>, tensor<16xf32>) -> tensor<256x30x30x16xf32>
    // CHECK-NEXT: return %[[dc]] : tensor<256x30x30x16xf32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  9. RELEASE.md

    Anthony Barbier, Anton Kachatkou, Anubh-V, Anuja Jakhade, Artem Ryabov, autoih,
    Bairen Yi, Bas Aarts, Basit Ayantunde, Ben Barsdell, Bhavani Subramanian, Brett
    Koonce, candy.dc, Captain-Pool, caster, cathy, Chong Yan, Choong Yin Thong,
    Clayne Robison, Colle, Dan Ganea, David Norman, David Refaeli, dengziming, Diego
    Caballero, Divyanshu, djshen, Douman, Duncan Riach, EFanZh, Elena Zhelezina,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top