Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for setSuffix (0.17 sec)

  1. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/internal/logging/console/AbstractConsoleBuildPhaseFunctionalTest.groovy

                abstract class FileSizer implements TransformAction<Parameters> {
                    interface Parameters extends TransformParameters {
                        @Input
                        String getSuffix()
                        void setSuffix(String suffix)
                    }
    
                    @InputArtifactDependencies
                    abstract FileCollection getDependencies()
                    @InputArtifact
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 07:25:15 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  2. pkg/bootstrap/instance_test.go

    	var patterns []string
    	for _, pattern := range got.GetPatterns() {
    		var pat string
    		switch typ {
    		case "prefix":
    			pat = pattern.GetPrefix()
    		case "suffix":
    			pat = pattern.GetSuffix()
    		case "regexp":
    			// Migration tracked in https://github.com/istio/istio/issues/17127
    			//nolint: staticcheck
    			pat = pattern.GetSafeRegex().GetRegex()
    		}
    
    		if pat != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  3. pkg/workloadapi/security/authorization.pb.go

    	}
    	return ""
    }
    
    func (x *StringMatch) GetPrefix() string {
    	if x, ok := x.GetMatchType().(*StringMatch_Prefix); ok {
    		return x.Prefix
    	}
    	return ""
    }
    
    func (x *StringMatch) GetSuffix() string {
    	if x, ok := x.GetMatchType().(*StringMatch_Suffix); ok {
    		return x.Suffix
    	}
    	return ""
    }
    
    func (x *StringMatch) GetPresence() *emptypb.Empty {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                        @Optional
                        @Input
                        Property<Integer> getNumberOfOutputFiles()
    
                        @Input
                        Property<String> getSuffix()
    
                        @Optional
                        @Input
                        Property<Boolean> getDifferentOutputFileNames()
                    }
    
                    ${incremental
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    }
    
    func (x *IngressGatewayZvpnConfig) GetEnabled() *wrapperspb.BoolValue {
    	if x != nil {
    		return x.Enabled
    	}
    	return nil
    }
    
    func (x *IngressGatewayZvpnConfig) GetSuffix() string {
    	if x != nil {
    		return x.Suffix
    	}
    	return ""
    }
    
    // MultiClusterConfig specifies the Configuration for Istio mesh across multiple clusters through the istio gateways.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top