Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 101 for Sr (0.02 sec)

  1. src/cmd/link/internal/loadpe/ldpe.go

    	// input file and get confused. Create section reader
    	// to stop pe.NewFile looking before current position.
    	sr := io.NewSectionReader((*peBiobuf)(input), input.Offset(), 1<<63-1)
    
    	// TODO: replace pe.NewFile with pe.Load (grep for "add Load function" in debug/pe for details)
    	f, err := pe.NewFile(sr)
    	if err != nil {
    		return nil, err
    	}
    	defer f.Close()
    	state.f = f
    
    	var ls Symbols
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 20:26:46 UTC 2023
    - 26.5K bytes
    - Viewed (0)
  2. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    .fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;sr...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/language/match.go

    			// a maximized region: set it in the original (e.g. mo -> ro-MD).
    			if w.RegionID != max.RegionID {
    				w.RegionID = max.RegionID
    			}
    			// TODO: should we do the same for scripts?
    			// See test case: en, sr, nl ; sh ; sr
    			max, _ = max.Maximize()
    		} else {
    			// Base language is not defined.
    			if h != nil {
    				for i := range h.haveTags {
    					have := h.haveTags[i]
    					if equalsRest(have.tag, w) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  4. src/image/draw/draw_test.go

    			var dr, dg, db, da uint32
    			if op == Over {
    				dr, dg, db, da = dst.At(x, y).RGBA()
    			}
    			sr, sg, sb, sa := src.At(sx, sy).RGBA()
    			ma := uint32(M)
    			if mask != nil {
    				_, _, _, ma = mask.At(mx, my).RGBA()
    			}
    			a := M - (sa * ma / M)
    			golden.Set(x, y, color.RGBA64{
    				uint16((dr*a + sr*ma) / M),
    				uint16((dg*a + sg*ma) / M),
    				uint16((db*a + sb*ma) / M),
    				uint16((da*a + sa*ma) / M),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 26K bytes
    - Viewed (0)
  5. samples/bookinfo/src/productpage/templates/productpage.html

          <button id="close-dialog" type="button" class="rounded-md bg-white text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2">
            <span class="sr-only">Close</span>
            <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
              <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. cmd/testdata/xl-meta-merge.zip

    ¼x-minio-internal-inline-dataÄ true§MetaUsr‚¬content-type¸application/octet-stream¤etagÙ 9fe7a344ef4227d3e537¡vÎeçnÐÎ ¤ ‚Ù$73c9f651-f023-4566-b012-cc537fdb7ce2Ä’áð ºbÁ¨Æ ðb™ P\šR[ õ( FçE ?× ‰Š Ÿ69 $ ³wîkcaRPQqVÒ ¦M¾œ 7 'yòqRÝD‘Ž ®Žº™”B¬¬ òqRÝDÜ––·¾Šˆª„]„N ÐßùÃèØí÷Ü ]B²½Öëm^t U©|ÎÁ 0 . ûм¥\{Áùh|}@î¾Ù$1f163718-9bc5-4b01-bff7-5d8cf09caf10Ä’áð ºbÁ¨Æ ðb™ P\šR[ õ( FçE ?× ‰Š Ÿ69 $ ³wîkcaRPQqVÒ ¦M¾œ 7 'yòqRÝD‘Ž ®Žº™”B¬¬ òqRÝDÜ––·¾Šˆª„]„N ÐßùÃèØí÷Ü ]B²½Öëm^t U©|ÎÁ 0 . ûм¥\{Áùh|}@î¾ xl1/testbucket/hosts/xl.meta XL2 Æ ï Ä$•Ä...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  7. cmd/admin-handlers-site-replication.go

    	opts.ReplicateILMExpiry = r.Form.Get("replicateILMExpiry") == "true"
    	return
    }
    
    // SRPeerJoin - PUT /minio/admin/v3/site-replication/join
    //
    // used internally to tell current cluster to enable SR with
    // the provided peer clusters and service account.
    func (a adminAPIHandlers) SRPeerJoin(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/macho.go

    	f, err := os.Open(h.file)
    	if err != nil {
    		return nil, fmt.Errorf("%s: failed to open host object: %v\n", h.file, err)
    	}
    	defer f.Close()
    	sr := io.NewSectionReader(f, h.off, h.length)
    	m, err := macho.NewFile(sr)
    	if err != nil {
    		// Not a valid Mach-O file.
    		return nil, nil
    	}
    	return peekMachoPlatform(m)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  9. platforms/software/security/src/test/resources/keyrings/valid-with-extra-metadata.keys

    gNDtjXyaHWwcskBhJW1uBPhW66TlSuF4dvu0KUg7zybtO2/StU5GXuai4XowvXb0
    JnmuvAv6qdZywYG811rK4l+1EImRpW1tBzf5ZnxX238WyRexLMEBD2gw4qOAenoU
    p4UXV1WKftvFn/8L4iuJKkX5ughlbDOM21zitth9amM184fi3YA8W5K/I4hs9+Sr
    2fGi1Sq7tYK1U9Hq4WOyJMj9SZZAcrWLiiiuLCmgij7Jl+sb5+uMIBuLs6yZf9RU
    kfIDlTOfkvYNs9FnW09ZzP8rARNs0acjGkmdWU1BLCj5NIo+PmKrYe3Bey3GO7kf
    grEi8b0lDW0DfwS4uLW8tus0Lq29Jim30cG5ua5ehaQU7x2Xq3cEDeY0m++etlSO
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 65.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/S390X.rules

    (Rsh(64|32)Ux64 <t> x y) => (LOCGR {s390x.GreaterOrEqual} <t> (SR(D|W) <t> x y) (MOVDconst [0]) (CMPUconst y [64]))
    (Rsh(64|32)Ux32 <t> x y) => (LOCGR {s390x.GreaterOrEqual} <t> (SR(D|W) <t> x y) (MOVDconst [0]) (CMPWUconst y [64]))
    (Rsh(64|32)Ux16 <t> x y) => (LOCGR {s390x.GreaterOrEqual} <t> (SR(D|W) <t> x y) (MOVDconst [0]) (CMPWUconst (MOVHZreg y) [64]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
Back to top