Home
last modified time | relevance | path

Searched refs:ZoneTag (Results 1 – 5 of 5) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/pvtz/
H A Dstruct_zone.go29 ZoneTag string `json:"ZoneTag" xml:"ZoneTag"` member
H A Dadd_zone.go77 ZoneTag string `position:"Query" name:"ZoneTag"` member
H A Ddescribe_zone_info.go96 ZoneTag string `json:"ZoneTag" xml:"ZoneTag"` member
H A Ddescribe_zones.go83 ZoneTag *[]string `position:"Query" name:"ZoneTag" type:"Repeated"` member
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/operation/
H A DOpStack.java719 private final static String ZoneTag = "ZoneOperation"; field in OpStack
733 child = node.addChild(ZoneTag); in save()
782 if (tag.equals(ZoneTag)) { in addControls()