Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 111 for MULTIPLE (0.13 sec)

  1. pkg/config/validation/validation_test.go

    		{"invalid message", &networking.Server{}, "cannot cast", ""},
    		{
    			"multiple providers",
    			&telemetry.Telemetry{
    				Tracing: []*telemetry.Tracing{{
    					Providers: []*telemetry.ProviderRef{
    						{Name: "a"},
    						{Name: "b"},
    					},
    				}},
    			},
    			"", "multiple providers",
    		},
    		{
    			"multiple tracers",
    			&telemetry.Telemetry{
    				Tracing: []*telemetry.Tracing{{}, {}},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    class for Matchers that require a non-null value of a specific type. Uses of BaseMatcher in org.hamcrest.core Subclasses of BaseMatcher in org.hamcrest.core class AllOf<T> Calculates the logical conjunction of multiple matchers. class AnyOf<T> Calculates the logical disjunction of multiple matchers. class CombinableMatcher<T> class DescribedAs<T> Provides a custom description to another matcher. class Every<T> class Is<T> Decorates another Matcher, retaining the behaviour but allowing tests to be...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  3. src/crypto/x509/verify_test.go

    				return false
    			}
    		}
    		return true
    	}
    
    	// Every expected chain should match one (or more) returned chain. We tolerate multiple
    	// matches, as due to root store semantics it is plausible that (at least on the system
    	// verifiers) multiple identical (looking) chains may be returned when two roots with the
    	// same subject are present.
    	for _, expectedChain := range test.expectedChains {
    		var match bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    to all its package-level variables followed by calling all <code>init</code>
    functions in the order they appear in the source, possibly in multiple files,
    as presented to the compiler.
    If a package has imports, the imported packages are initialized
    before initializing the package itself. If multiple packages import
    a package, the imported package will be initialized only once.
    The importing of packages, by construction, guarantees that there
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

            return op.emitOpError(
                "input rightmost dimension size is not multiple of the divisor");
          }
        } else if (input_element_type_bitwidth > output_element_type_bitwidth) {
          if (input_element_type_bitwidth % output_element_type_bitwidth != 0) {
            return op.emitOpError(
                "input element bitwidth is not multiple of output element "
                "bitwidth");
          }
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. pkg/config/validation/validation.go

    func validateTelemetryTracing(tracing []*telemetry.Tracing) (v Validation) {
    	if len(tracing) > 1 {
    		v = AppendWarningf(v, "multiple tracing is not currently supported")
    	}
    	for _, l := range tracing {
    		if l == nil {
    			continue
    		}
    		if len(l.Providers) > 1 {
    			v = AppendWarningf(v, "multiple providers is not currently supported")
    		}
    		v = AppendValidation(v, validateTelemetryProviders(l.Providers))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // "original_node_name" in the NodeDef to get the corresponding file location
      // (FileLineColLoc) from the input DebugInfo and returns an CallSiteLoc. If
      // there are multiple "original_node_names", a FusedLoc is returned. If the
      // node name couldn't be found in the input DebugInfo, a NameLoc is used as
      // the location.
      mlir::Location GetLocation(const Node& node);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods_test.go

    			podIPs: []v1.PodIP{
    				{IP: "fd01::1234"},
    			},
    		},
    		{
    			name:      "Multiple IPv4 IPs",
    			nodeIP:    "",
    			criPodIPs: []string{"10.0.0.1", "10.0.0.2", "10.0.0.3"},
    			podIPs: []v1.PodIP{
    				{IP: "10.0.0.1"},
    			},
    		},
    		{
    			name:      "Multiple Dual-Stack IPs",
    			nodeIP:    "",
    			criPodIPs: []string{"10.0.0.1", "10.0.0.2", "fd01::1234", "10.0.0.3", "fd01::5678"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "boolean"
            },
            "registry": {
              "description": "Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes",
              "type": "string"
            },
            "tenant": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/data.go

    				}
    				continue
    			}
    
    			// The method offset tables using this relocation expect the offset to be relative
    			// to the start of the first text section, even if there are multiple.
    			if sect.Name == ".text" {
    				o = ldr.SymValue(rs) - int64(Segtext.Sections[0].Vaddr) + r.Add()
    			} else {
    				o = ldr.SymValue(rs) - int64(ldr.SymSect(rs).Vaddr) + r.Add()
    			}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
Back to top