Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for Transition (0.15 sec)

  1. src/time/time.go

    //
    // A daylight savings time transition skips or repeats times.
    // For example, in the United States, March 13, 2011 2:15am never occurred,
    // while November 6, 2011 1:15am occurred twice. In such cases, the
    // choice of time zone, and therefore the time, is not well-defined.
    // Date returns a time that is correct in one of the two zones involved
    // in the transition, but it does not guarantee which.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    							"field": "value2",
    						},
    					},
    				},
    
    				expectError{
    					applyPatchOperation{
    						"noop update field fails, since oldself is not null and transition rules are not ratcheted",
    						myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    							"field": "value",
    						},
    					},
    				},
    			},
    		},
    		// Features that should not ratchet
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  3. src/runtime/malloc.go

    	// and maxSmallSize will be considered large, even though they might fit in
    	// a size class. In practice this is completely fine, since the largest small
    	// size class has a single object in it already, precisely to make the transition
    	// to large objects smooth.
    	if size <= maxSmallSize-mallocHeaderSize {
    		if noscan && size < maxTinySize {
    			// Tiny allocator.
    			//
    			// Tiny allocator combines several tiny allocation requests
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  4. src/runtime/traceback.go

    	}
    
    	// Compute function info flags.
    	flag := f.flag
    	if f.funcID == abi.FuncID_cgocallback {
    		// cgocallback does write SP to switch from the g0 to the curg stack,
    		// but it carefully arranges that during the transition BOTH stacks
    		// have cgocallback frame valid for unwinding through.
    		// So we don't need to exclude it with the other SP-writing functions.
    		flag &^= abi.FuncFlagSPWrite
    	}
    	if isSyscall {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/serviceregistry_test.go

    	expectEndpoints(t, s, "outbound|90||service.namespace.svc.cluster.local", []string{"1.2.3.4:90", "2.3.4.5:90"}, nil)
    
    	// Move the endpoint to another slice - transition phase where its duplicated
    	createEndpointSlice(t, s.KubeClient().Kube(), "slice1", "service", namespace, []v1.EndpointPort{{Name: "http", Port: 80}}, []string{"1.2.3.5", "2.3.4.5"})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  6. src/time/time_test.go

    		5: {Date(1991, September, 14, 17, 0, 0, 0, loc), boundTwo, boundThree},
    		6: {Date(1991, September, 15, 0, 50, 0, 0, loc), boundTwo, boundThree},
    
    		// The ZoneBounds of a "Asia/Shanghai" after the last transition (Standard Time)
    		7:  {boundThree, boundThree, Time{}},
    		8:  {Date(1991, December, 15, 1, 50, 0, 0, loc), boundThree, Time{}},
    		9:  {Date(1992, April, 13, 17, 50, 0, 0, loc), boundThree, Time{}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  7. cmd/api-errors.go

    		HTTPStatusCode: http.StatusConflict,
    	},
    	ErrTransitionStorageClassNotFoundError: {
    		Code:           "TransitionStorageClassNotFoundError",
    		Description:    "The transition storage class was not found",
    		HTTPStatusCode: http.StatusNotFound,
    	},
    
    	// Bucket notification related errors.
    	ErrEventNotification: {
    		Code:           "InvalidArgument",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (0)
  8. src/internal/trace/order.go

    		return curCtx, false, err
    	}
    	// Smuggle in the P state that let us advance so we can surface information to the event.
    	// Specifically, we need to make sure that the event is interpreted not as a transition of
    	// ProcRunning -> ProcIdle but ProcIdle -> ProcIdle instead.
    	//
    	// ProcRunning is binding, but we may be running with a P on the current M and we can't
    	// bind another P. This P is about to go ProcIdle anyway.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  9. src/runtime/mbitmap.go

    // isFree reports whether the index'th object in s is unallocated.
    //
    // The caller must ensure s.state is mSpanInUse, and there must have
    // been no preemption points since ensuring this (which could allow a
    // GC transition, which would allow the state to change).
    func (s *mspan) isFree(index uintptr) bool {
    	if index < uintptr(s.freeIndexForScan) {
    		return false
    	}
    	bytep, mask := s.allocBits.bitp(index)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  10. cmd/admin-handlers-users.go

    // response is to return only the policy JSON. The newer response returns
    // timestamps along with the policy JSON. Both versions are supported for now,
    // for smooth transition to new API.
    func (a adminAPIHandlers) InfoCannedPolicy(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	objectAPI, _ := validateAdminReq(ctx, w, r, policy.GetPolicyAdminAction)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
Back to top