Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for ZW (0.11 sec)

  1. cmd/testdata/xl-meta-merge.zip

    B¬ it ¸…UxRqåNg|SVIÖBqq¥ <IEˆ¤{_UòC¼ gT3 ¸ ñhGmfq Ú3q\› ¼ GTBwÖºwmeqˆqyX`ªýh²sex»llo¸t1 l <qI=2 yl^w{nºlJYÙsGT–ˆ ñQTN¼EñW\¬[E~ˆæroG}ïP„Vyª˜PN^H¨1±‰„… Ž°˜¨ ’?Š‚Œ ¾^yº}nUÃÖ ¾añYT¼ÕG\|GÖˆhiÕ¨_|{Hnuf¼}ßOC}I[êwd~ËèÌÂÐþ’W" ¨¾ qê› ¼ÖUhQªmyx]ñZe¤ëv¢pizìos´Zw~ܤBUŽJeNã[^N¬ˆûx¼coßúKg & :{„IrUíÕ ¾q¼}ÐmåU` å¤toxzª{ÕKŠ|«¥y òKmôG§iì|HI}Õz¢Za²LqåU¾ã ExGEÏôåÇ ÕîüóööÁÑÝ ÃÒÐ Rm^ܪÀÐ%·¹ jSbé}°Vñ„{oZÕ}He^ÔÂ?ip 7<Ö rQÖig@ÕŠ@\ñqEeÖäG{KI_q ~qÓYK_^}ªÜuŠZneˆCéò@[qATgì¾Q{\\Gp8ÐsJT ¼_¬A”ªà»†“2–¬Œš™’£ Žl;ˆL{ jsò;ñT`_EUró¸twoXÕwvs...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    zm
    ac.zm
    biz.zm
    co.zm
    com.zm
    edu.zm
    gov.zm
    info.zm
    mil.zm
    net.zm
    org.zm
    sch.zm
    
    // zw : https://www.potraz.gov.zw/
    // Confirmed by registry <******@****.***.zw> 2017-01-25
    zw
    ac.zw
    co.zw
    gov.zw
    mil.zw
    org.zw
    
    
    // newGTLDs
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (Z   (MOVDconst [c]) yes no) && c != 0        => (First no yes)
    (NZ  (MOVDconst [0]) yes no)                  => (First no yes)
    (NZ  (MOVDconst [c]) yes no) && c != 0        => (First yes no)
    (ZW  (MOVDconst [c]) yes no) && int32(c) == 0 => (First yes no)
    (ZW  (MOVDconst [c]) yes no) && int32(c) != 0 => (First no yes)
    (NZW (MOVDconst [c]) yes no) && int32(c) == 0 => (First no yes)
    (NZW (MOVDconst [c]) yes no) && int32(c) != 0 => (First yes no)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  4. go.sum

    github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8=
    github.com/containerd/stargz-snapshotter/estargz v0.15.1 h1:eXJjw9RbkLFgioVaTG+G/ZW/0kEe2oEKCdS/ZxIyoCU=
    github.com/containerd/stargz-snapshotter/estargz v0.15.1/go.mod h1:gr2RNwukQ/S9Nv33Lt6UC7xEx58C+LHRdoqbEKjz1Kk=
    github.com/containerd/typeurl/v2 v2.1.1 h1:3Q4Pt7i8nYwy2KmQWIw2+1hTvwTE/6w9FqcttATPO/4=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "UGT", controls: 1},
    		{name: "UGE", controls: 1},
    		{name: "Z", controls: 1},                  // Control == 0 (take a register instead of flags)
    		{name: "NZ", controls: 1},                 // Control != 0
    		{name: "ZW", controls: 1},                 // Control == 0, 32-bit
    		{name: "NZW", controls: 1},                // Control != 0, 32-bit
    		{name: "TBZ", controls: 1, aux: "Int64"},  // Control & (1 << AuxInt) == 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    			contentEncoding: "application/zlib",
    			wantContentType: "",
    			body: func() []byte {
    				buf := new(bytes.Buffer)
    				zw := zlib.NewWriter(buf)
    				zw.Write([]byte("doctype html><p>Hello</p>"))
    				zw.Close()
    				return buf.Bytes()
    			}(),
    		},
    		{
    			name:            "no content-encoding", // must sniff.
    			wantContentType: "application/x-gzip",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "version": "3.0.1",
          "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
          "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
          "dev": true,
          "engines": {
            "node": ">=8"
          }
        },
        "node_modules/tslib": {
          "version": "1.14.1",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  8. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    this.prefixed(t)}old(e){let t=this.prefixed(e);if(!!t)return new X_(this.name,t)}};Yl.names=["display-flex","inline-flex"];$w.exports=Yl});var Vw=v((_I,zw)=>{l();var Z_=ke(),Ql=class extends Z_{constructor(e,t){super(e,t);e==="display-grid"&&(this.name="grid")}check(e){return e.prop==="display"&&e.value===this.name}};Ql.names=["display-grid","inline-grid"];zw.exports=Ql});var Ww=v((OI,Uw)=>{l();var e5=ke(),Jl=class extends e5{constructor(e,t){super(e,t);e==="filter-function"&&(this.name="filter")}};Jl....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  9. src/cmd/compile/internal/ssa/rewriteARM64.go

    			return true
    		}
    		// match: (ZW (MOVDconst [c]) yes no)
    		// cond: int32(c) == 0
    		// result: (First yes no)
    		for b.Controls[0].Op == OpARM64MOVDconst {
    			v_0 := b.Controls[0]
    			c := auxIntToInt64(v_0.AuxInt)
    			if !(int32(c) == 0) {
    				break
    			}
    			b.Reset(BlockFirst)
    			return true
    		}
    		// match: (ZW (MOVDconst [c]) yes no)
    		// cond: int32(c) != 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/opGen.go

    	BlockARM64ULT:       "ULT",
    	BlockARM64ULE:       "ULE",
    	BlockARM64UGT:       "UGT",
    	BlockARM64UGE:       "UGE",
    	BlockARM64Z:         "Z",
    	BlockARM64NZ:        "NZ",
    	BlockARM64ZW:        "ZW",
    	BlockARM64NZW:       "NZW",
    	BlockARM64TBZ:       "TBZ",
    	BlockARM64TBNZ:      "TBNZ",
    	BlockARM64FLT:       "FLT",
    	BlockARM64FLE:       "FLE",
    	BlockARM64FGT:       "FGT",
    	BlockARM64FGE:       "FGE",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top