Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 173 for Missing (1.15 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

                }
            }
        }
    
        def "chooses highest version that is included in both ranges, with the highest version in the intersection missing"() {
            given:
            (1..10).findAll {
                // We skip v6, as we test what happens when the top version of the intersection is missing
                it != 6
            }.each {
                mavenRepo.module("org", "leaf", "$it").publish()
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

                }
            """
            when:
            fails 'copy'
            then:
            failure.assertHasCause("Could not copy file '${file("src/two/two.a")}' to '${file("dest/two.a")}'.")
            failure.assertHasCause("Missing property (one) for Groovy template expansion. Defined keys [notused].")
        }
    
        def "useful help message when property cannot be expanded in filter chain"() {
            given:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/init.go

    		// TODO(#45551): Do something more principled instead of checking
    		// cfg.CmdName directly here.
    		if cfg.BuildMod == "mod" && cfg.CmdName != "mod graph" && cfg.CmdName != "mod why" {
    			// go line is missing from go.mod; add one there and add to derived requirements.
    			v := gover.Local()
    			if opts != nil && opts.TidyGoVersion != "" {
    				v = opts.TidyGoVersion
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/admission_test.go

    			"apiVersion": paramsGVK.GroupVersion().String(),
    			"kind":       paramsGVK.Kind,
    			"metadata": map[string]interface{}{
    				"name": "replicas-test2.example.com",
    				// fake object tracker does not populate missing namespace
    				"namespace":       "default",
    				"resourceVersion": "2",
    			},
    			"maxReplicas": int64(35),
    		},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 01:39:01 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    			# TYPE apiserver_envelope_encryption_invalid_key_id_from_status_total counter
    			apiserver_envelope_encryption_invalid_key_id_from_status_total{error="empty",provider_name="testplugin"} 1
    			`,
    		},
    		{
    			desc: "missing keyID",
    			statusResponse: &kmsservice.StatusResponse{
    				Healthz: "ok",
    				Version: "v2beta1",
    			},
    			expectedErr: "got invalid KMSv2 KeyID ",
    			wantMetrics: `
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  6. cmd/test-utils_test.go

    // passing InsecureSkipVerify flag.  This code is a simplified version of
    // https://golang.org/src/crypto/tls/generate_cert.go
    func generateTLSCertKey(host string) ([]byte, []byte, error) {
    	validFor := 365 * 24 * time.Hour
    	rsaBits := 2048
    
    	if len(host) == 0 {
    		return nil, nil, fmt.Errorf("Missing host parameter")
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBoostDocumentRuleCA.java

    import org.opensearch.search.aggregations.bucket.global.GlobalAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.missing.MissingAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.range.IpRangeAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.range.RangeAggregationBuilder;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 50.6K bytes
    - Viewed (0)
  8. src/time/format.go

    	if ns, err = atoi(value[1:nbytes]); err != nil {
    		return
    	}
    	if ns < 0 {
    		rangeErrString = "fractional second"
    		return
    	}
    	// We need nanoseconds, which means scaling by the number
    	// of missing digits in the format, maximum length 10.
    	scaleDigits := 10 - nbytes
    	for i := 0; i < scaleDigits; i++ {
    		ns *= 10
    	}
    	return
    }
    
    var errLeadingInt = errors.New("time: bad [0-9]*") // never printed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  9. pkg/kubelet/pod_workers.go

    	// passed to a sync*Pod function. A pod becomes visible to downstream components
    	// once a worker decides to start a pod (startedAt is set). The pod and mirror
    	// pod fields are accumulated if they are missing on a particular call (the last
    	// known version), and the value of KillPodOptions is accumulated as pods cannot
    	// have their grace period shortened. This is the source of truth for the pod spec
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    NOTE: At the time of writing, all versions of the Android Plugin for Gradle up to 3.2.0 present in the `google()` repository lack plugin marker artifacts.
    
    If those artifacts are missing, then you can't use the `plugins {}` block. You must instead fall back to declaring your plugin dependencies using the `buildscript {}` block in the root project build script. Here's an example of doing that for the Android Plugin:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top