Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getCompatibilityVersion (0.45 sec)

  1. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/PBXProject.java

        public List<PBXTarget> getTargets() {
            return targets;
        }
    
        public XCConfigurationList getBuildConfigurationList() {
            return buildConfigurationList;
        }
    
        public String getCompatibilityVersion() {
            return compatibilityVersion;
        }
    
        @Override
        public String isa() {
            return "PBXProject";
        }
    
        @Override
        public int stableHash() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    		return x.DefaultRevision
    	}
    	return ""
    }
    
    func (x *Values) GetProfile() string {
    	if x != nil {
    		return x.Profile
    	}
    	return ""
    }
    
    func (x *Values) GetCompatibilityVersion() string {
    	if x != nil {
    		return x.CompatibilityVersion
    	}
    	return ""
    }
    
    func (x *Values) GetExperimental() *ExperimentalConfig {
    	if x != nil {
    		return x.Experimental
    	}
    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