Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 58 for Sr (0.07 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. cmd/storage-rest-server.go

    		// Windows can lock up with this optimization, so we fall back to regular copy.
    		sr, ok := rc.(*sendFileReader)
    		if ok {
    			// Sendfile sends in 4MiB chunks per sendfile syscall which is more than enough
    			// for most setups.
    			_, err = rf.ReadFrom(sr.Reader)
    			if !xnet.IsNetworkOrHostDown(err, true) { // do not need to log disconnected clients
    				storageLogIf(r.Context(), err)
    			}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  8. cmd/bucket-handlers.go

    	}
    
    	opts := MakeBucketOptions{
    		LockEnabled: objectLockEnabled,
    		ForceCreate: forceCreate,
    	}
    
    	if globalDNSConfig != nil {
    		sr, err := globalDNSConfig.Get(bucket)
    		if err != nil {
    			// ErrNotImplemented indicates a DNS backend that doesn't need to check if bucket already
    			// exists elsewhere
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/base.css

        border-radius: 4px;
        font-family: "Ubuntu Mono", courier, monospace;
        text-shadow: none;
    }
    
    .signature .literal {
        color: #04598D;
        padding-left: 0.1em;
    }
    
    .sr-only {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    /*
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/main/resources/header.html

                        </svg>
                    </a>
                    <div class="site-header__doc-type sr-only">User Manual</div>
                    <div class="site-header-version"></div>
                    <button type="button" aria-label="Navigation Menu" class="site-header__navigation-button hamburger">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 35.6K bytes
    - Viewed (0)
Back to top