Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for GetSeconds (0.24 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/escaping_test.go

    		{unescaped: "getMilliseconds", escaped: "getMilliseconds"},
    		{unescaped: "getMinutes", escaped: "getMinutes"},
    		{unescaped: "getMonth", escaped: "getMonth"},
    		{unescaped: "getSeconds", escaped: "getSeconds"},
    		// we don't escape a single _
    		{unescaped: "_if", escaped: "_if"},
    		{unescaped: "_has", escaped: "_has"},
    		{unescaped: "_int", escaped: "_int"},
    		{unescaped: "_anything", escaped: "_anything"},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 6.9K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/timepicker/bootstrap-timepicker.min.js

    .$widget&&this.$widget.remove(),delete this.$element.data().timepicker},setDefaultTime:function(a){if(this.$element.val())this.updateFromElementVal();else if("current"===a){var b=new Date,c=b.getHours(),d=b.getMinutes(),e=b.getSeconds(),f="AM";0!==e&&(e=Math.ceil(b.getSeconds()/this.secondStep)*this.secondStep,60===e&&(d+=1,e=0)),0!==d&&(d=Math.ceil(b.getMinutes()/this.minuteStep)*this.minuteStep,60===d&&(c+=1,d=0)),this.showMeridian&&(0===c?c=12:c>=12?(c>12&&(c-=12),f="PM"):f="AM"),this.hour=c,...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 18.2K bytes
    - Viewed (0)
  3. pkg/config/validation/agent/validation.go

    		} else {
    			pollDelay := cryptomb.GetPollDelay()
    			if pollDelay == nil {
    				errs = multierror.Append(errs, errors.New("pollDelay is required"))
    			} else if pollDelay.GetSeconds() == 0 && pollDelay.GetNanos() == 0 {
    				errs = multierror.Append(errs, errors.New("pollDelay must be non zero"))
    			}
    		}
    	case *meshconfig.PrivateKeyProvider_Qat:
    		qatConf := pkpConf.GetQat()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/route/route.go

    	out.AllowMethods = strings.Join(in.AllowMethods, ",")
    	out.ExposeHeaders = strings.Join(in.ExposeHeaders, ",")
    	if in.MaxAge != nil {
    		out.MaxAge = strconv.FormatInt(in.MaxAge.GetSeconds(), 10)
    	}
    	return &out
    }
    
    // GetRouteOperation returns readable route description for trace.
    func GetRouteOperation(in *route.Route, vsName string, port int) string {
    	path := "/*"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.val1 == duration('1h2m') + duration('3s4ms')",
    				"self.val1.getHours() == 1",
    				"self.val1.getMinutes() == 62",
    				"self.val1.getSeconds() == 3723",
    				"self.val1.getMilliseconds() == 3723004",
    				"type(self.val1) == google.protobuf.Duration",
    			},
    			errors: map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/listener_test.go

    			}
    
    			verifyHTTPFilterChainMatch(t, listeners[0].FilterChains[0])
    			verifyListenerFilters(t, listeners[0].ListenerFilters)
    
    			if listeners[0].ListenerFiltersTimeout.GetSeconds() != 5 {
    				t.Fatalf("expected timeout 5s, found  ListenerFiltersTimeout %v",
    					listeners[0].ListenerFiltersTimeout)
    			}
    
    			f := listeners[0].FilterChains[0].Filters[0]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  7. src/internal/trace/traceviewer/static/trace_viewer_full.html

    string",l.utf8encode(n)),p=m.length!==b.name.length,q=o.length!==n.length,r=b.options,t="",u="",v="";j=b._initialMetadata.dir!==b.dir?b.dir:r.dir,k=b._initialMetadata.date!==b.date?b.date:r.date,h=k.getHours(),h<<=6,h|=k.getMinutes(),h<<=5,h|=k.getSeconds()/2,i=k.getFullYear()-1980,i<<=4,i|=k.getMonth()+1,i<<=5,i|=k.getDate(),p&&(u=s(1,1)+s(e(m),4)+m,t+="up"+s(u.length,2)+u),q&&(v=s(1,1)+s(this.crc32(o),4)+o,t+="uc"+s(v.length,2)+v);var w="";w+="\n\x00",w+=p||q?"\x00\b":"\x00\x00",w+=c.compressi...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top