Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 3,177 for Missing (0.18 sec)

  1. pkg/bootstrap/option/instances_test.go

    			key:      "lightstep",
    			option:   option.LightstepAddress("[2001:db8::100]:80"),
    			expected: "{\"address\": \"2001:db8::100\", \"port_value\": 80}",
    		},
    		{
    			testName:    "lightstep address ipv6 missing brackets",
    			key:         "lightstep",
    			option:      option.LightstepAddress("2001:db8::100:80"),
    			expectError: true,
    		},
    		{
    			testName: "lightstep address host port",
    			key:      "lightstep",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  2. test/fixedbugs/issue29919.dir/a.go

    	}
    	if strings.Contains(s, "autogenerated") {
    		panic("autogenerated code in traceback")
    	}
    	if !strings.Contains(s, "a.go:15") {
    		panic("missing a.go:15")
    	}
    	if !strings.Contains(s, "a.go:19") {
    		panic("missing a.go:19")
    	}
    	if !strings.Contains(s, "a.init") {
    		panic("missing a.init")
    	}
    
    	// Check the CallersFrames results.
    	if debug {
    		iter := runtime.CallersFrames(pcs[:n])
    		for {
    			f, more := iter.Next()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 24 17:50:47 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  3. tests/test_security_oauth2.py

            {
                "detail": [
                    {
                        "type": "missing",
                        "loc": ["body", "grant_type"],
                        "msg": "Field required",
                        "input": None,
                    },
                    {
                        "type": "missing",
                        "loc": ["body", "username"],
                        "msg": "Field required",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. tests/test_security_oauth2_optional_description.py

            {
                "detail": [
                    {
                        "type": "missing",
                        "loc": ["body", "grant_type"],
                        "msg": "Field required",
                        "input": None,
                    },
                    {
                        "type": "missing",
                        "loc": ["body", "username"],
                        "msg": "Field required",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/FileProfileActivator.java

                return false;
            }
    
            String path;
            boolean missing;
    
            if (file.getExists() != null && !file.getExists().isEmpty()) {
                path = file.getExists();
                missing = false;
            } else if (file.getMissing() != null && !file.getMissing().isEmpty()) {
                path = file.getMissing();
                missing = true;
            } else {
                return false;
            }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Sep 26 17:50:21 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/external/model/AbstractModuleComponentResolveMetadata.java

            this.componentIdentifier = metadata.componentIdentifier;
            this.moduleVersionIdentifier = metadata.moduleVersionIdentifier;
            this.changing = metadata.changing;
            this.missing = metadata.missing;
            this.statusScheme = metadata.statusScheme;
            this.attributesFactory = metadata.attributesFactory;
            this.schema = metadata.schema;
            this.attributes = metadata.attributes;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/MissingTaskDependenciesIntegrationTest.groovy

            then:
            skipped(":producer", ":filteredConsumer")
        }
    
        @ToBeFixedForConfigurationCache(skip = FLAKY, because = "Due to extra parallelism with cc missing dependencies detection can be flaky")
        def "fails when missing dependencies using filtered inputs"() {
            file("src/main/java/MyClass.java").createFile()
            buildFile """
                task producer {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 08:14:44 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  8. pkg/volume/csi/fake/fake_client.go

    	if f.nextErr != nil {
    		return nil, f.nextErr
    	}
    
    	if req.GetVolumeId() == "" {
    		return nil, errors.New("missing volume id")
    	}
    	if req.GetTargetPath() == "" {
    		return nil, errors.New("missing target path")
    	}
    	fsTypes := "block|ext4|xfs|zfs"
    	fsType := req.GetVolumeCapability().GetMount().GetFsType()
    	if !strings.Contains(fsTypes, fsType) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 16K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/phases/certs/certs_test.go

    		},
    		{
    			name: "Test External CA, when ca.key missing",
    			setupFuncs: []func(cfg *kubeadmapi.InitConfiguration) error{
    				CreatePKIAssets,
    				deleteCertOrKey(kubeadmconstants.CAKeyName),
    			},
    			externalCAFunc: UsingExternalCA,
    			expected:       true,
    		},
    		{
    			name: "Test External CA, when ca.key missing and signed certs are missing",
    			setupFuncs: []func(cfg *kubeadmapi.InitConfiguration) error{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 31 21:49:21 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/types2/errsupport.go

    	// missing        x.Foo   !=    foO    type X has no field or method Foo
    	//
    	// misspelled     x.foo   !=    Foo    type X has no field or method foo, but does have field Foo
    	// missing        x.foo   !=    FoO    type X has no field or method foo
    	// inaccessible   x.foo   !=    foo    cannot refer to unexported field foo
    	// missing        x.foo   !=    foO    type X has no field or method foo
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 07 16:41:56 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top