Home
last modified time | relevance | path

Searched refs:LicenseTypeEnum (Results 1 – 22 of 22) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/oce/
H A Dlicense_type.go13 type LicenseTypeEnum string type
17 LicenseTypeNew LicenseTypeEnum = "NEW"
18 LicenseTypeByol LicenseTypeEnum = "BYOL"
21 var mappingLicenseType = map[string]LicenseTypeEnum{
27 func GetLicenseTypeEnumValues() []LicenseTypeEnum {
28 values := make([]LicenseTypeEnum, 0)
H A Dupdate_oce_instance_details.go26 InstanceLicenseType LicenseTypeEnum `mandatory:"false" json:"instanceLicenseType,omitempty"`
H A Dcreate_oce_instance_details.go59 InstanceLicenseType LicenseTypeEnum `mandatory:"false" json:"instanceLicenseType,omitempty"`
H A Doce_instance_summary.go63 InstanceLicenseType LicenseTypeEnum `mandatory:"false" json:"instanceLicenseType,omitempty"`
H A Doce_instance.go65 InstanceLicenseType LicenseTypeEnum `mandatory:"false" json:"instanceLicenseType,omitempty"`
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/analytics/
H A Dlicense_type.go13 type LicenseTypeEnum string type
17 LicenseTypeLicenseIncluded LicenseTypeEnum = "LICENSE_INCLUDED"
18 LicenseTypeBringYourOwnLicense LicenseTypeEnum = "BRING_YOUR_OWN_LICENSE"
21 var mappingLicenseType = map[string]LicenseTypeEnum{
27 func GetLicenseTypeEnumValues() []LicenseTypeEnum {
28 values := make([]LicenseTypeEnum, 0)
H A Dcreate_analytics_instance_details.go32 LicenseType LicenseTypeEnum `mandatory:"true" json:"licenseType"`
73 LicenseType LicenseTypeEnum `json:"licenseType"`
H A Danalytics_instance_summary.go47 LicenseType LicenseTypeEnum `mandatory:"false" json:"licenseType,omitempty"`
69 LicenseType LicenseTypeEnum `json:"licenseType"`
H A Danalytics_instance.go47 LicenseType LicenseTypeEnum `mandatory:"false" json:"licenseType,omitempty"`
79 LicenseType LicenseTypeEnum `json:"licenseType"`
H A Dupdate_analytics_instance_details.go27 LicenseType LicenseTypeEnum `mandatory:"false" json:"licenseType,omitempty"`
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/analytics/
H A Dlicense_type.go12 type LicenseTypeEnum string type
16 LicenseTypeLicenseIncluded LicenseTypeEnum = "LICENSE_INCLUDED"
17 LicenseTypeBringYourOwnLicense LicenseTypeEnum = "BRING_YOUR_OWN_LICENSE"
20 var mappingLicenseType = map[string]LicenseTypeEnum{
26 func GetLicenseTypeEnumValues() []LicenseTypeEnum {
27 values := make([]LicenseTypeEnum, 0)
H A Dupdate_analytics_instance_details.go26 LicenseType LicenseTypeEnum `mandatory:"false" json:"licenseType,omitempty"`
H A Dcreate_analytics_instance_details.go30 LicenseType LicenseTypeEnum `mandatory:"true" json:"licenseType"`
H A Danalytics_instance_summary.go43 LicenseType LicenseTypeEnum `mandatory:"false" json:"licenseType,omitempty"`
H A Danalytics_instance.go43 LicenseType LicenseTypeEnum `mandatory:"false" json:"licenseType,omitempty"`
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DLicense.h19 enum LicenseTypeEnum { enum
42 LicenseTypeEnum *appLic,
43 LicenseTypeEnum *funcLic);
45 char *GenerateExecKey(const char *inkey, LicenseTypeEnum licenseType);
H A DLicense.C149 LicenseTypeEnum *appLic, in UIGetLicense()
150 LicenseTypeEnum *funcLic) in UIGetLicense()
158 LicenseTypeEnum forcedFuncLic; in UIGetLicense()
343 *appLic = (LicenseTypeEnum)(0xffff & (i^child)); in UIGetLicense()
345 *funcLic = (LicenseTypeEnum)(0xffff & (i^child)); in UIGetLicense()
423 char *GenerateExecKey(const char *inkey, LicenseTypeEnum licenseType) in GenerateExecKey()
905 LicenseTypeEnum *appLic,
906 LicenseTypeEnum *funcLic)
956 char *GenerateExecKey(const char *inkey, LicenseTypeEnum licenseType)
H A DTemporaryLicense.h41 void determineUILicense (LicenseTypeEnum*,LicenseTypeEnum*);
H A DTemporaryLicense.C186 TemporaryLicense::determineUILicense(LicenseTypeEnum *app, LicenseTypeEnum *func) in determineUILicense()
199 LicenseTypeEnum app_lic, func_lic; in initialize()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DDXApplication.h338 boolean verifyOEMLicenseCode(LicenseTypeEnum *);
399 LicenseTypeEnum appLicenseType; // nodelocked or concurrent
400 LicenseTypeEnum funcLicenseType; // run-time or development
426 virtual void determineUILicense(LicenseTypeEnum *appLicense,
427 LicenseTypeEnum *funcLicense);
453 LicenseTypeEnum getForcedFunctionalLicenseEnum();
845 LicenseTypeEnum getFunctionalLicenseEnum();
H A DDXApplication.C2668 LicenseTypeEnum app_lic, func_lic;
4171 LicenseTypeEnum func = this->getFunctionalLicenseEnum();
4253 boolean DXApplication::verifyOEMLicenseCode(LicenseTypeEnum *func)
4455 LicenseTypeEnum lic = theDXApplication->appLicenseType;
4490 void DXApplication::determineUILicense(LicenseTypeEnum *app,
4491 LicenseTypeEnum *func)
4510 LicenseTypeEnum oemLic = Unlicensed;
4543 LicenseTypeEnum DXApplication::getFunctionalLicenseEnum()
4554 LicenseTypeEnum DXApplication::getForcedFunctionalLicenseEnum()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/proto/
H A Ddevice_management_backend.proto21 enum LicenseTypeEnum { enum
32 optional LicenseTypeEnum license_type_deprecated = 1 [deprecated = true];