Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 324 for startm (0.24 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.proto

    }
    
    message StartupProbe {
      // Enables or disables a startup probe.
      // For optimal startup times, changing this should be tied to the readiness probe values.
      //
      // If the probe is enabled, it is recommended to have delay=0s,period=15s,failureThreshold=4.
      // This ensures the pod is marked ready immediately after the startup probe passes (which has a 1s poll interval),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  2. fess-crawler/src/test/resources/ajax/js/jquery-2.1.1.min.js

    this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Kb.propHooks[this.prop];return a&&a.get?a.get(this):Kb.propHooks._default.get(this)},run:function(a){var b,c=Kb.propHooks[this.prop];return this.pos=b=this.options.duration?n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,th...
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 82.3K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/jquery-3.6.3.min.js

    flow[2]})),u=!1,d)u||(y?"hidden"in y&&(g=y.hidden):y=Y.access(e,"fxshow",{display:l}),o&&(y.hidden=!g),g&&le([e],!0),p.done(function(){for(r in g||le([e]),Y.remove(e,"fxshow"),d)E.style(e,r,d[r])})),u=ct(g?y[r]:0,r,p),r in y||(y[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?ft.prefilters.unshift(e):ft.prefilters.push(e)}}),E.speed=function(e,t,n){var r=e&&"object"==typeof e?E.extend({},e):{complete:n||!n&&t||m(e)&&e,duration:e,easing:n&&t||t&&!m(t)&&t};return E.fx.off?r.du...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	var items []runtime.Object
    
    	// TODO(wojtek-t): Decide if we don't want to start workers more opportunistically.
    	workersNumber := e.DeleteCollectionWorkers
    	if workersNumber < 1 {
    		workersNumber = 1
    	}
    	wg := sync.WaitGroup{}
    	// Ensure that chanSize is not too high (to avoid wasted work) but
    	// at the same time high enough to start listing before we process
    	// the whole page.
    	chanSize := 2 * workersNumber
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  5. src/main/webapp/js/jquery-3.6.3.min.js

    flow[2]})),u=!1,d)u||(y?"hidden"in y&&(g=y.hidden):y=Y.access(e,"fxshow",{display:l}),o&&(y.hidden=!g),g&&le([e],!0),p.done(function(){for(r in g||le([e]),Y.remove(e,"fxshow"),d)E.style(e,r,d[r])})),u=ct(g?y[r]:0,r,p),r in y||(y[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?ft.prefilters.unshift(e):ft.prefilters.push(e)}}),E.speed=function(e,t,n){var r=e&&"object"==typeof e?E.extend({},e):{complete:n||!n&&t||m(e)&&e,duration:e,easing:n&&t||t&&!m(t)&&t};return E.fx.off?r.du...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/S390X.rules

    // correct position.
    //
    // Example: (int64(x) >> 63) & 0x8 -> RISBGZ $60, $60, $4, Rsrc, Rdst
    (RISBGZ (SRADconst x [c]) {r})
      && r.Start == r.End           // single bit selected
      && (r.Start+r.Amount)&63 <= c // equivalent to most significant bit of x
      => (RISBGZ x {s390x.NewRotateParams(r.Start, r.Start, -r.Start&63)})
    
    // Canonicalize the order of arguments to comparisons - helps with CSE.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    		// the other hand, the server enforces a timeout of 5s (via the timeout filter).
    		// The first request should get dispatched immediately; execution (a) starts with closing
    		// the channel that triggers the second client goroutine to send its request and then (b)
    		// waits for both client goroutines to have gotten a response (expected to be timeouts).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modget/get.go

    			// change the build list.
    			//
    			// The result of any version query for a given module — even "upgrade" or
    			// "patch" — is always relative to the build list at the start of
    			// the 'go get' command, not an intermediate state, and is therefore
    			// deterministic and therefore cacheable, and the constraints on the
    			// selected version of each module can only narrow as we iterate.
    			//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/dwarf.go

    		// symbol with the start of the next because there's
    		// often a little padding between them. Instead, we
    		// only create boundaries between symbols from
    		// different units.
    		sval := d.ldr.SymValue(sym)
    		u0val := d.ldr.SymValue(loader.Sym(unit.Textp[0]))
    		if prevUnit != unit {
    			unit.PCs = append(unit.PCs, dwarf.Range{Start: sval - u0val})
    			prevUnit = unit
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  10. pkg/controller/podautoscaler/horizontal.go

    	timestampProposal time.Time, condition autoscalingv2.HorizontalPodAutoscalerCondition, err error) {
    	// actionLabel is used to report which actions this reconciliation has taken.
    	start := time.Now()
    	defer func() {
    		actionLabel := monitor.ActionLabelNone
    		switch {
    		case replicaCountProposal > hpa.Status.CurrentReplicas:
    			actionLabel = monitor.ActionLabelScaleUp
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top