Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 126 for NCases (0.19 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	// underlying storage. The returned object could be an individual object
    	// (e.g. Pod) or a list type (e.g. PodList). Decorator is intended for
    	// integrations that are above storage and should only be used for
    	// specific cases where storage of the value is not appropriate, since
    	// they cannot be watched.
    	Decorator func(runtime.Object)
    
    	// CreateStrategy implements resource-specific behavior during creation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/expressionInfoProvider/FirIdeNormalAnalysisSourceModuleIsUsedAsExpressionTestGenerated.java

     * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
     */
    
    package org.jetbrains.kotlin.analysis.api.fir.test.cases.generated.cases.components.expressionInfoProvider;
    
    import com.intellij.testFramework.TestDataPath;
    import org.jetbrains.kotlin.test.util.KtTestUtil;
    import org.jetbrains.annotations.NotNull;
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 08 19:07:43 UTC 2024
    - 76.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    Gradle used to ignore unreadable files in the input or outputs to support certain use-cases, although it cannot track their state.
    Declaring input or output directories on tasks which contain unreadable content has been deprecated and these use-cases are now supported by declaring the task to be untracked.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    In prior versions of Gradle, many of these circumstances were detected and handled by failing the build.
    However, some cases went undetected or did not trigger build failures.
    In Gradle 9.0, all changes to a configuration after it has been observed will become an error.
    After a configuration of any type has been observed, it should be considered immutable.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  5. pkg/controller/volume/persistentvolume/pv_controller.go

    		if volume.Spec.ClaimRef == nil {
    			// Claim is bound but volume has come unbound.
    			// Or, a claim was bound and the controller has not received updated
    			// volume yet. We can't distinguish these cases.
    			// Bind the volume again and set all states to Bound.
    			logger.V(4).Info("Synchronizing bound PersistentVolumeClaim, volume is unbound, fixing", "PVC", klog.KObj(claim))
    			if err = ctrl.bind(ctx, volume, claim); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  6. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/components/expressionInfoProvider/FirStandaloneNormalAnalysisSourceModuleIsUsedAsExpressionTestGenerated.java

     * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
     */
    
    package org.jetbrains.kotlin.analysis.api.standalone.fir.test.cases.generated.cases.components.expressionInfoProvider;
    
    import com.intellij.testFramework.TestDataPath;
    import org.jetbrains.kotlin.test.util.KtTestUtil;
    import org.jetbrains.annotations.NotNull;
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 08 19:07:43 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  7. src/go/printer/nodes.go

    	i := 0
    	for _, s := range list {
    		// ignore empty statements (was issue 3466)
    		if _, isEmpty := s.(*ast.EmptyStmt); !isEmpty {
    			// nindent == 0 only for lists of switch/select case clauses;
    			// in those cases each clause is a new section
    			if len(p.output) > 0 {
    				// only print line break if we are not at the beginning of the output
    				// (i.e., we are not printing only a partial program)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  8. src/html/template/escape_test.go

    			t.Errorf("want\n\t%q\ngot\n\t%q", test.want, got)
    		}
    	}
    
    }
    
    func TestErrors(t *testing.T) {
    	tests := []struct {
    		input string
    		err   string
    	}{
    		// Non-error cases.
    		{
    			"{{if .Cond}}<a>{{else}}<b>{{end}}",
    			"",
    		},
    		{
    			"{{if .Cond}}<a>{{end}}",
    			"",
    		},
    		{
    			"{{if .Cond}}{{else}}<b>{{end}}",
    			"",
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    	"k8s.io/apiextensions-apiserver/pkg/apiserver/schema"
    	"k8s.io/apimachinery/pkg/util/validation/field"
    	celconfig "k8s.io/apiserver/pkg/apis/cel"
    	"k8s.io/utils/ptr"
    )
    
    func TestCelCostStability(t *testing.T) {
    	cases := []struct {
    		name       string
    		schema     *schema.Structural
    		obj        map[string]interface{}
    		expectCost map[string]int64
    	}{
    		{name: "integers",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

            // This is a heuristic, more than truth: it is possible that the 2 long hashs
            // are identical AND that the sizes of collections are identical, but it's
            // extremely unlikely (never happened on test cases even on large dependency graph)
            return cachedModuleResolutionFilter != null
                && previousIncomingHash == incomingHash
                && previousIncomingEdgeCount == incomingEdgeCount;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
Back to top