Home
last modified time | relevance | path

Searched defs:ConfigItem (Results 1 – 25 of 150) sorted by relevance

123456

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ccc/
H A Dstruct_config_item.go19 type ConfigItem struct { struct
20 InstanceId string `json:"InstanceId" xml:"InstanceId"`
21 Name string `json:"Name" xml:"Name"`
22 ObjectId string `json:"ObjectId" xml:"ObjectId"`
23 ObjectType string `json:"ObjectType" xml:"ObjectType"`
24 Value string `json:"Value" xml:"Value"`
H A Dstruct_data_in_list_config_items.go20 ConfigItem []ConfigItem `json:"ConfigItem" xml:"ConfigItem"` member
/dports/devel/poco/poco-1.10.1-all/Util/include/Poco/Util/
H A DLayeredConfiguration.h97 struct ConfigItem struct
113 void insert(const ConfigItem& item); argument
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/airec/
H A Dstruct_config_item.go19 type ConfigItem struct { struct
20 Key string `json:"key" xml:"key"`
21 DefaultValue string `json:"defaultValue" xml:"defaultValue"`
22 ExperimentValue string `json:"experimentValue" xml:"experimentValue"`
23 Name string `json:"name" xml:"name"`
H A Dstruct_config_in_clone_experiment.go20 ConfigItem []ConfigItem `json:"config" xml:"config"` member
H A Dstruct_config_in_describe_experiment.go20 ConfigItem []ConfigItem `json:"config" xml:"config"` member
H A Dstruct_config_in_update_experiment_config.go20 ConfigItem []ConfigItem `json:"config" xml:"config"` member
H A Dstruct_config_in_describe_base_experiment.go20 ConfigItem []ConfigItem `json:"config" xml:"config"` member
H A Dstruct_config_in_describe_default_algorithms.go20 ConfigItem []ConfigItem `json:"config" xml:"config"` member
/dports/mail/mailsync/mailsync-5.2.1/src/
H A Dconfiguration.h14 struct ConfigItem { struct
25 map<string, ConfigItem>& confmap); argument
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cloudcallcenter/
H A Dstruct_config_item.go19 type ConfigItem struct { struct
20 Name string `json:"Name" xml:"Name"`
21 Value string `json:"Value" xml:"Value"`
H A Dstruct_config_items.go20 ConfigItem []ConfigItem `json:"ConfigItem" xml:"ConfigItem"` member
H A Dstruct_items_in_get_instance_config.go20 ConfigItem []ConfigItem `json:"ConfigItem" xml:"ConfigItem"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ccc/
H A Dstruct_config_item.go19 type ConfigItem struct { struct
20 Name string `json:"Name" xml:"Name"`
21 Value string `json:"Value" xml:"Value"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ccc/
H A Dstruct_config_item.go19 type ConfigItem struct { struct
20 Name string `json:"Name" xml:"Name"`
21 Value string `json:"Value" xml:"Value"`
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cli11/vtkcli11/CLI/
H A DConfigFwd.hpp26 struct ConfigItem { struct
28 std::vector<std::string> parents{};
31 std::string name{};
34 std::vector<std::string> inputs{};
37 std::string fullname() const { in fullname()
/dports/games/shaaft/Shaaft-0.5.0/utils/
H A DConfig.hpp36 struct ConfigItem struct in Config
38 string key;
39 string value;
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dfreestor.h84 typedef struct ConfigItem struct
86 void *memory; /* this one holds pointer to entire block of allocated memory */
87 int ok_to_free; /* must be set in order to free memory allocated before and
89 int type;
90 int index; /* valid only for those that has TF_INDEXED set */
115 }ConfigItem; typedef
/dports/games/criticalmass/CriticalMass-1.5/utils/
H A DConfig.hpp33 struct ConfigItem struct in Config
35 std::string key;
36 std::string value;
/dports/devel/cli11/CLI11-2.1.2/include/CLI/
H A DConfigFwd.hpp26 struct ConfigItem { struct
28 std::vector<std::string> parents{};
31 std::string name{};
34 std::vector<std::string> inputs{};
37 std::string fullname() const { in fullname()
/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/include/
H A DConfig.hpp91 struct ConfigItem struct
93 const char *m_key;
94 ConfigItem *m_parent;
95 ValueType m_type;
98 {
104 bool isRoot() in isRoot()
/dports/games/libretro-snes9x/snes9x-73aa348/win32/
H A Dwconfig.cpp365 struct ConfigItem struct
372 ConfigItemType type; argument
374ConfigItem(const char* nname, void* naddr, int nsize, void* ndef, const char* ncomment, ConfigItem… in ConfigItem() argument
378 void Get(ConfigFile& conf) { in Get()
479 void Set(ConfigFile& conf) { in Set()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A Dwconfig.cpp529 struct ConfigItem struct
536 ConfigItemType type; argument
538ConfigItem(const char* nname, void* naddr, int nsize, void* ndef, const char* ncomment, ConfigItem… in ConfigItem() argument
542 void Get(ConfigFile& conf) { in Get()
643 void Set(ConfigFile& conf) { in Set()
/dports/games/openspades/openspades-0.1.3/Sources/ScriptBindings/
H A DConfig.cpp66 class ConfigItem: public RefCountedObject { class in spades::ConfigRegistrar
69 ConfigItem(const std::string& name, const std::string& defaultValue): in ConfigItem() function in spades::ConfigRegistrar::ConfigItem
72 ConfigItem(const std::string& name): in ConfigItem() function in spades::ConfigRegistrar::ConfigItem
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/keyboard/
H A Dxkb_rules.h16 struct ConfigItem { struct
31 struct VariantInfo : public ConfigItem { argument

123456