Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for evacuate (0.81 sec)

  1. doc/go_spec.html

    type of a specially annotated switch expression.
    The switch expression is evaluated exactly once in a switch statement.
    </p>
    
    <h4 id="Expression_switches">Expression switches</h4>
    
    <p>
    In an expression switch,
    the switch expression is evaluated and
    the case expressions, which need not be constants,
    are evaluated left-to-right and top-to-bottom; the first one that equals the
    switch expression
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    nners.model.FrameworkMethod, Object); public void evaluate() throws Throwable; } org/junit/internal/runners/statements/ExpectException.class package org.junit.internal.runners.statements; public synchronized class ExpectException extends org.junit.runners.model.Statement { private final org.junit.runners.model.Statement next; private final Class expected; public void ExpectException(org.junit.runners.model.Statement, Class); public void evaluate() throws Exception; } org/junit/internal/runners/s...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    					},
    					"messageExpression": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    	}
    	return v
    }
    
    // intrinsicArgs extracts args from n, evaluates them to SSA values, and returns them.
    func (s *state) intrinsicArgs(n *ir.CallExpr) []*ssa.Value {
    	args := make([]*ssa.Value, len(n.Args))
    	for i, n := range n.Args {
    		args[i] = s.expr(n)
    	}
    	return args
    }
    
    // openDeferRecord adds code to evaluate and store the function for an open-code defer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. ChangeLog.md

    - [`KT-64225`](https://youtrack.jetbrains.com/issue/KT-64225) K2: IDE K2: "FirLazyBlock should be calculated before accessing" in evaluate debuger completion
    - [`KT-64186`](https://youtrack.jetbrains.com/issue/KT-64186) Analysis API: ContextCollector provides incorrect scopes for anonymous objects
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// status field of the claim.
    	// +optional
    	Resources VolumeResourceRequirements
    	// VolumeName is the binding reference to the PersistentVolume backing this
    	// claim. When set to non-empty value Selector is not evaluated
    	// +optional
    	VolumeName string
    	// Name of the StorageClass required by the claim.
    	// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#class-1
    	// +optional
    	StorageClassName *string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "description": "PodFailurePolicy describes how failed pods influence the backoffLimit.",
            "properties": {
              "rules": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.20.md

    - Kubeadm:...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.14.md

    - jsonpath expressions containing `[start:end:step]` slice are now evaluated correctly ([#73149](https://github.com/kubernetes/kubernetes/pull/73149), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
Back to top