Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 58 for classy (0.08 sec)

  1. src/crypto/x509/x509.go

    			return nil, err
    		}
    		rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeDNS, Class: 2, Bytes: []byte(name)})
    	}
    	for _, email := range emailAddresses {
    		if err := isIA5String(email); err != nil {
    			return nil, err
    		}
    		rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeEmail, Class: 2, Bytes: []byte(email)})
    	}
    	for _, rawIP := range ipAddresses {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  2. maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

    import org.eclipse.sisu.Nullable;
    
    import static org.apache.maven.model.building.Result.error;
    import static org.apache.maven.model.building.Result.newResult;
    
    /**
     */
    @Named
    @Singleton
    public class DefaultModelBuilder implements ModelBuilder {
    
        private final ModelProcessor modelProcessor;
        private final ModelValidator modelValidator;
        private final ModelNormalizer modelNormalizer;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/listener.go

    		// Otherwise, do not have a timeout at all
    		l.ListenerFiltersTimeout = durationpb.New(0)
    	}
    	wasm := builder.push.WasmPluginsByListenerInfo(builder.node, model.WasmPluginListenerInfo{
    		Port:  le.servicePort.Port,
    		Class: istionetworking.ListenerClassSidecarOutbound,
    	}, model.WasmPluginTypeNetwork)
    	for _, opt := range le.chains {
    		chain := &listener.FilterChain{
    			Metadata:        opt.metadata,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. cmd/erasure-server-pool.go

    	for i, ep := range endpointServerPools {
    		// If storage class is not set during startup, default values are used
    		// -- Default for Reduced Redundancy Storage class is, parity = 2
    		// -- Default for Standard Storage class is, parity = 2 - disks 4, 5
    		// -- Default for Standard Storage class is, parity = 3 - disks 6, 7
    		// -- Default for Standard Storage class is, parity = 4 - disks 8 to 16
    		if commonParityDrives == 0 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    	// two non-static member functions are considered to be
    	// different, for the purposes of substitution, if the
    	// functions are members of different classes. In other words,
    	// for the purposes of substitution, the class of which the
    	// function is a member is considered part of the type of
    	// function."
    	//
    	// For a pointer to member function, this call to demangleType
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

    //===----------------------------------------------------------------------===//
    // RegionResourceHoister
    //===----------------------------------------------------------------------===//
    
    // Helper class to hoist resource ops out of regions attached to an op.
    class RegionResourceHoister {
     public:
      explicit RegionResourceHoister(Operation* op) : op_(op) {}
    
      // Analyzes attached regions to record resources read and written.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.api.Project.container(java.lang.Class, groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (Project.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

                    conf 'org.test:excludingRoot:1.0'
                    conf 'org.test:root2:1.0'
                    conf 'org.test:root3:1.0'
    
                    components.all(AlignGroup.class)
                }
    
                class AlignGroup implements ComponentMetadataRule {
                    void execute(ComponentMetadataContext ctx) {
                        ctx.details.with { it ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/conversion.go

    	namespaceLabelReferences := sets.New[string]()
    	classes := getGatewayClasses(r.GatewayResources, gatewaySupportedFeatures)
    	for _, obj := range r.Gateway {
    		obj := obj
    		kgw := obj.Spec.(*k8s.GatewaySpec)
    		controllerName, f := classes[string(kgw.GatewayClassName)]
    		if !f {
    			// No gateway class found, this may be meant for another controller; should be skipped.
    			continue
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  10. pilot/pkg/model/telemetry_logging_test.go

    				Providers: []*tpb.ProviderRef{
    					{
    						Name: "envoy-json",
    					},
    				},
    			},
    		},
    	}
    	tests := []struct {
    		name             string
    		cfgs             []config.Config
    		class            networking.ListenerClass
    		proxy            *Proxy
    		defaultProviders []string
    		want             []string
    	}{
    		{
    			"empty",
    			nil,
    			networking.ListenerClassSidecarOutbound,
    			sidecar,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top