Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for creiss (0.17 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	"bcizbl":   0x15,
    	"biscayan": 0x16,
    	"biske":    0x62,
    	"bohoric":  0x17,
    	"boont":    0x18,
    	"bornholm": 0x19,
    	"cisaup":   0x1a,
    	"colb1945": 0x1b,
    	"cornu":    0x1c,
    	"creiss":   0x1d,
    	"dajnko":   0x1e,
    	"ekavsk":   0x1f,
    	"emodeng":  0x20,
    	"fonipa":   0x6a,
    	"fonkirsh": 0x6b,
    	"fonnapa":  0x6c,
    	"fonupa":   0x6d,
    	"fonxsamp": 0x6e,
    	"gallo":    0x21,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  2. cmd/admin-handlers.go

    	ctx, cancel := context.WithCancel(r.Context())
    	defer cancel()
    
    	objectAPI, creds := validateAdminReq(ctx, w, r, policy.HealthInfoAdminAction)
    	if objectAPI == nil {
    		return
    	}
    
    	if !globalAPIConfig.permitRootAccess() {
    		rd, wr := isAllowedRWAccess(r, creds, globalObjectPerfBucket)
    		if !rd || !wr {
    			writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, AdminError{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

            "node": ">=14"
          },
          "funding": {
            "url": "https://github.com/sponsors/d-fischer"
          }
        },
        "node_modules/cross-spawn": {
          "version": "7.0.3",
          "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
          "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
          "dev": true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (1)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    cricket
    
    // crown : 2014-10-24 Crown Equipment Corporation
    crown
    
    // crs : 2014-04-03 Federated Co-operatives Limited
    crs
    
    // cruise : 2015-12-10 Viking River Cruises (Bermuda) Ltd.
    cruise
    
    // cruises : 2013-12-05 Binky Moon, LLC
    cruises
    
    // cuisinella : 2014-04-03 SCHMIDT GROUPE S.A.S.
    cuisinella
    
    // cymru : 2014-05-08 Nominet UK
    cymru
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/entity.go

    	"∮":                 "\u222e",
    	"ℂ":                            "\u2102",
    	"∐":                       "\u2210",
    	"&CounterClockwiseContourIntegral;": "\u2233",
    	"⨯":                           "\u2a2f",
    	"𝒞":                            "\U0001d49e",
    	"⋓":                             "\u22d3",
    	"≍":                          "\u224d",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  6. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"dove":                                 "\U0001f54a\ufe0f",
    	"dragon":                               "\U0001f409",
    	"dragon_face":                          "\U0001f432",
    	"dress":                                "\U0001f457",
    	"dromedary_camel":                      "\U0001f42a",
    	"drooling_face":                        "\U0001f924",
    	"drop_of_blood":                        "\U0001fa78",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  7. cmd/object-handlers_test.go

    		apiRouter.ServeHTTP(rec, req)
    		// Assert the response code with the expected status.
    		if rec.Code != testCase.expectedRespStatus {
    			if testCase.copySourceSame {
    				// encryption will rotate creds, so fail only for non-encryption scenario.
    				if GlobalKMS == nil {
    					t.Errorf("Test %d: %s:  Expected the response status to be `%d`, but instead found `%d`", i, instanceType, testCase.expectedRespStatus, rec.Code)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  8. pkg/config/validation/validation.go

    		return
    	}
    	if targetRef.Name == "" {
    		v = appendErrorf(v, "targetRef name must be set")
    	}
    	if targetRef.Namespace != "" {
    		// cross namespace referencing is currently not supported
    		v = appendErrorf(v, "targetRef namespace must not be set; cross namespace referencing is not supported")
    	}
    
    	canoncalGroup := targetRef.Group
    	if canoncalGroup == "" {
    		canoncalGroup = "core"
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  9. cmd/object-handlers.go

    	cred := getReqAccessCred(r, globalSite.Region())
    	// In a federated deployment, all the instances share config files
    	// and hence expected to have same credentials.
    	core, err := miniogo.NewCore(host, &miniogo.Options{
    		Creds:     credentials.NewStaticV4(cred.AccessKey, cred.SecretKey, ""),
    		Secure:    globalIsTLS,
    		Transport: getRemoteInstanceTransport(),
    	})
    	if err != nil {
    		return nil, err
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  10. pkg/controller/garbagecollector/garbagecollector_test.go

    				// 2,3: observe parent
    				processEvent(makeAddEvent(pod2ns2)),
    				assertState(state{
    					graphNodes: []*node{makeNode(pod2ns2)},
    				}),
    				// 4,5: observe namespaced child with invalid cross-namespace reference to parent
    				processEvent(makeAddEvent(pod1ns1, pod2ns1)),
    				assertState(state{
    					graphNodes:             []*node{makeNode(pod1ns1, withOwners(pod2ns1)), makeNode(pod2ns2)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top