Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 66 for _this6 (0.36 sec)

  1. src/main/webapp/js/admin/moment-with-locales.min.js

    ?a[n].call(this,t):a[n]);return this.format(d||this.localeData().calendar(n,this,Sa(t)))},it.clone=function(){return new p(this)},it.diff=function(e,a,t){var s,n,d;if(!this.isValid())return NaN;if(!(s=za(e,this)).isValid())return NaN;switch(n=6e4*(s.utcOffset()-this.utcOffset()),a=O(a)){case"year":d=Ba(this,s)/12;break;case"month":d=Ba(this,s);break;case"quarter":d=Ba(this,s)/3;break;case"second":d=(this-s)/1e3;break;case"minute":d=(this-s)/6e4;break;case"hour":d=(this-s)/36e5;break;case"day":d=...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 12 13:18:07 UTC 2018
    - 319K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                    description: GatewayClassName used for this Gateway. This is the name
                      of a GatewayClass resource.
                    maxLength: 253
                    minLength: 1
                    type: string
                  listeners:
                    description: "Listeners associated with this Gateway. Listeners define
                      logical endpoints that are bound on this Gateway's addresses. At
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// NodeName indicates in which node this pod is scheduled.
    	// If empty, this pod is a candidate for scheduling by the scheduler defined in schedulerName.
    	// Once this field is set, the kubelet for this node becomes responsible for the lifecycle of this pod.
    	// This field should not be used to express a desire for the pod to be scheduled on a specific node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

                      If not specified, then this is defaulted to "Never" (i.e. IPIP tunneling
                      is disabled).
                    type: string
                  nat-outgoing:
                    description: 'Deprecated: this field is only used for APIv1 backwards
                      compatibility. Setting this field is not allowed, this field is
                      for internal use only.'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    		`Reason:` + fmt.Sprintf("%v", this.Reason) + `,`,
    		`Message:` + fmt.Sprintf("%v", this.Message) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *DaemonSetList) String() string {
    	if this == nil {
    		return "nil"
    	}
    	repeatedStringForItems := "[]DaemonSet{"
    	for _, f := range this.Items {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Format:` + fmt.Sprintf("%v", this.Format) + `,`,
    		`Description:` + fmt.Sprintf("%v", this.Description) + `,`,
    		`Priority:` + fmt.Sprintf("%v", this.Priority) + `,`,
    		`JSONPath:` + fmt.Sprintf("%v", this.JSONPath) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *CustomResourceConversion) String() string {
    	if this == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Format:` + fmt.Sprintf("%v", this.Format) + `,`,
    		`Description:` + fmt.Sprintf("%v", this.Description) + `,`,
    		`Priority:` + fmt.Sprintf("%v", this.Priority) + `,`,
    		`JSONPath:` + fmt.Sprintf("%v", this.JSONPath) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *CustomResourceConversion) String() string {
    	if this == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *ResourceClaimSchedulingStatus) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&ResourceClaimSchedulingStatus{`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`UnsuitableNodes:` + fmt.Sprintf("%v", this.UnsuitableNodes) + `,`,
    		`}`,
    	}, "")
    	return s
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    			if err == nil {
    				// TODO(bradfitz): this flush is for latency, not bandwidth.
    				// Most requests won't need this. Make this opt-in or
    				// opt-out?  Use some heuristic on the body type? Nagel-like
    				// timers?  Based on 'n'? Only last chunk of this for loop,
    				// unless flow control tokens are low? For now, always.
    				// If we change this, see comment below.
    				err = cc.bw.Flush()
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.21.md

    ## Urgent Upgrade Notes
    
    ### (No, really, you MUST read this before you upgrade)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top