Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-CHACHA20-POLY1305

    000002c0  e0 12 70 d9 90 4d c0 34  39 f3 52 13 75 4b fa 10  |..p..M.49.R.uK..|
    000002d0  19 6f a6 2d b4 c3 8f 45  0c 7f 34 fb 82 01 e6 a1  |.o.-...E..4.....|
    000002e0  be 73 72 3b e5 04 80 70  7d bd 4a f9 e5 02 42 01  |.sr;...p}.J...B.|
    000002f0  69 3d 53 e9 8d 70 6d 07  84 7e 56 3f ce 53 b9 6c  |i=S..pm..~V?.S.l|
    00000300  43 0f 70 74 f1 52 ce d4  95 55 13 8c 07 e7 20 d7  |C.pt.R...U.... .|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go

    	Val [4]uint32
    }
    
    type Reg struct {
    	X    [30]uint64
    	Lr   uint64
    	Sp   uint64
    	Elr  uint64
    	Spsr uint32
    	_    [4]byte
    }
    
    type FpReg struct {
    	Q  [32][16]uint8
    	Sr uint32
    	Cr uint32
    	_  [8]byte
    }
    
    type FpExtendedPrecision struct{}
    
    type PtraceIoDesc struct {
    	Op   int32
    	Offs uintptr
    	Addr *byte
    	Len  uint64
    }
    
    type Kevent_t struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  3. src/encoding/json/encode_test.go

    package json
    
    import (
    	"bytes"
    	"encoding"
    	"fmt"
    	"log"
    	"math"
    	"reflect"
    	"regexp"
    	"runtime/debug"
    	"strconv"
    	"testing"
    )
    
    type Optionals struct {
    	Sr string `json:"sr"`
    	So string `json:"so,omitempty"`
    	Sw string `json:"-"`
    
    	Ir int `json:"omitempty"` // actually named omitempty, not an option
    	Io int `json:"io,omitempty"`
    
    	Slr []string `json:"slr,random"`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Server-TLSv13-ALPN-NotConfigured

    00000230  97 cb c1 c9 8f d1 27 f0  90 66 70 1c 45 20 c9 99  |......'..fp.E ..|
    00000240  5c 9c 44 2d a2 93 5c 4c  48 7a 6b 0c 2e a7 b9 21  |\.D-..\LHzk....!|
    00000250  1b 86 94 41 2c 53 72 0b  91 55 2b 6a b2 8f 67 f9  |...A,Sr..U+j..g.|
    00000260  2a 17 84 6f b0 f6 5e 0d  57 ad ca 1d 85 77 a7 03  |*..o..^.W....w..|
    00000270  c4 ea 62 b3 63 34 59 81  a4 90 b7 f7 39 61 8e e2  |..b.c4Y.....9a..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top