Home
last modified time | relevance | path

Searched defs:Zone (Results 1 – 25 of 3562) sorted by relevance

12345678910>>...143

/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/configdns-v1/
H A Dzone.go26 type Zone struct { struct
27 Token string `json:"token"`
28 Zone struct { argument
95 func (zone *Zone) Save() error {
159 func (zone *Zone) Delete() error {
284 func (zone *Zone) addARecord(record *ARecord) {
309 func (zone *Zone) addDsRecord(record *DsRecord) {
324 func (zone *Zone) addMxRecord(record *MxRecord) {
334 func (zone *Zone) addNsRecord(record *NsRecord) {
765 func (zone *Zone) PostUnmarshalJSON() error {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DZone.h229 bool shouldMarkInZone() const { in shouldMarkInZone() argument
251 js::jit::JitZone* getJitZone(JSContext* cx) { in getJitZone() argument
306 js::ZoneGroupData<bool> suppressAllocationMetadataBuilder; argument
310 js::TypeZone types; argument
336 js::ZoneGroupOrGCTaskData<GrayRootVector> gcGrayRoots_; argument
447 void adoptMallocBytes(Zone* other) { in adoptMallocBytes() argument
476 // Set of atoms recently used by this Zone. Purged on GC. argument
498 // Track heap usage under this Zone. argument
519 // Set of all unowned base shapes in the Zone. argument
659 void adoptUniqueIds(JS::Zone* source) { in adoptUniqueIds() argument
[all …]
/dports/audio/musescore/MuseScore-3.6.1/audio/midi/zerberus/
H A Dzone.h56 struct Zone { struct
59 int seq = 0;
60 int seqLen = 0;
61 int seqPos = 0;
63 char keyLo = 0;
65 char veloLo = 0;
67 char keyBase = 60;
71 float lVol = .5;
72 float rVol = .5;
89 int pan = 0;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DZone.h266 js::jit::JitZone* getJitZone(JSContext* cx) { return jitZone_ ? jitZone_ : createJitZone(cx); } in getJitZone() argument
319 js::TypeZone types; argument
337 // List of non-ephemeron weak containers to sweep during beginSweepingZoneGroup. argument
353 ZoneSet gcZoneGroupEdges; argument
379 // Track heap usage under this Zone. argument
392 // Set of all unowned base shapes in the Zone. argument
419 unsigned gcLastZoneGroupIndex; argument
439 MOZ_ASSERT(js::CurrentThreadCanAccessZone(this)); in getUniqueId() argument
478 MOZ_ASSERT(js::CurrentThreadCanAccessZone(this)); in hasUniqueId() argument
500 void adoptUniqueIds(JS::Zone* source) { in adoptUniqueIds() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/public/shadow/
H A DZone.h25 struct Zone { struct
36 enum Kind : uint8_t { NormalZone, AtomsZone, SelfHostingZone, SystemZone }; argument
45 Zone(JSRuntime* runtime, JSTracer* barrierTracerArg, Kind kind) in Zone() argument
49 bool needsIncrementalBarrier() const { return needsIncrementalBarrier_; } in needsIncrementalBarrier()
51 JSTracer* barrierTracer() { in barrierTracer()
57 JSRuntime* runtimeFromMainThread() const { in runtimeFromMainThread()
84 bool isAtomsZone() const { return kind_ == AtomsZone; } in isAtomsZone() argument
85 bool isSelfHostingZone() const { return kind_ == SelfHostingZone; } in isSelfHostingZone() argument
86 bool isSystemZone() const { return kind_ == SystemZone; } in isSystemZone() argument
88 static shadow::Zone* from(JS::Zone* zone) { in from() argument
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/shadow/
H A DZone.h25 struct Zone { struct
36 enum Kind : uint8_t { NormalZone, AtomsZone, SelfHostingZone, SystemZone }; argument
45 Zone(JSRuntime* runtime, JSTracer* barrierTracerArg, Kind kind) in Zone() argument
49 bool needsIncrementalBarrier() const { return needsIncrementalBarrier_; } in needsIncrementalBarrier()
51 JSTracer* barrierTracer() { in barrierTracer()
57 JSRuntime* runtimeFromMainThread() const { in runtimeFromMainThread()
84 bool isAtomsZone() const { return kind_ == AtomsZone; } in isAtomsZone() argument
85 bool isSelfHostingZone() const { return kind_ == SelfHostingZone; } in isSelfHostingZone() argument
86 bool isSystemZone() const { return kind_ == SystemZone; } in isSystemZone() argument
88 static shadow::Zone* from(JS::Zone* zone) { in from() argument
/dports/www/firefox/firefox-99.0/js/public/shadow/
H A DZone.h26 struct Zone { struct
40 enum Kind : uint8_t { NormalZone, AtomsZone, SystemZone }; argument
49 Zone(JSRuntime* runtime, JSTracer* barrierTracerArg, Kind kind) in Zone() argument
56 bool needsIncrementalBarrier() const { return needsIncrementalBarrier_; } in needsIncrementalBarrier()
58 JSTracer* barrierTracer() { in barrierTracer()
64 JSRuntime* runtimeFromMainThread() const { in runtimeFromMainThread()
91 bool isAtomsZone() const { return kind_ == AtomsZone; } in isAtomsZone() argument
92 bool isSystemZone() const { return kind_ == SystemZone; } in isSystemZone() argument
94 static shadow::Zone* from(JS::Zone* zone) { in from() argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DZone.h177 enum GCState {
243 js::jit::JitZone* getJitZone(JSContext* cx) { return jitZone_ ? jitZone_ : createJitZone(cx); } in getJitZone() argument
270 js::jit::JitZone* createJitZone(JSContext* cx); argument
289 oomUnsafe.crash("Zone::enqueueForPromotionToTenuredLogging"); in enqueueForPromotionToTenuredLogging() argument
295 js::TypeZone types; argument
323 ZoneSet gcZoneGroupEdges; argument
344 // Track heap usage under this Zone. argument
348 js::gc::ZoneHeapThreshold threshold; argument
364 mozilla::DebugOnly<unsigned> gcLastZoneGroupIndex; argument
379 MOZ_ASSERT(js::CurrentThreadCanAccessZone(this)); in getUniqueId() argument
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/pvtz/
H A Dstruct_zone.go19 type Zone struct { struct
20 UpdateTime string `json:"UpdateTime" xml:"UpdateTime"`
22 Remark string `json:"Remark" xml:"Remark"`
24 RecordCount int `json:"RecordCount" xml:"RecordCount"`
25 CreateTime string `json:"CreateTime" xml:"CreateTime"`
27 ZoneId string `json:"ZoneId" xml:"ZoneId"`
29 ZoneTag string `json:"ZoneTag" xml:"ZoneTag"`
30 ZoneName string `json:"ZoneName" xml:"ZoneName"`
31 IsPtr bool `json:"IsPtr" xml:"IsPtr"`
32 ZoneType string `json:"ZoneType" xml:"ZoneType"`
[all …]
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/exoscale/egoscale/
H A Dzones_type.go8 type Zone struct { struct
9 ID string `json:"id"`
11 Capacity string `json:"capacity,omitempty"`
12 Description string `json:"description,omitempty"`
15 DNS1 net.IP `json:"dns1,omitempty"`
16 DNS2 net.IP `json:"dns2,omitempty"`
17 Domain string `json:"domain,omitempty"`
26 Name string `json:"name,omitempty"`
30 Vlan string `json:"vlan,omitempty"`
32 Tags []ResourceTag `json:"tags,omitempty"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/sacloud/libsacloud/sacloud/
H A Dzone.go18 type Zone struct { struct
19 *Resource // ID
20 propName // 名
21 propDescription // 説
22 propRegion // リージョ
26 VNCProxy struct { // VNCProxy VPCプロキ
31 FTPServer struct { // FTPServer FTPサーバ
38 func (z *Zone) ZoneIsDummy() bool {
43 func (z *Zone) GetVNCProxyHostName() string {
48 func (z *Zone) GetVPCProxyIPAddress() string {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/sacloud/libsacloud/sacloud/
H A Dzone.go18 type Zone struct { struct
19 *Resource // ID
20 propName // 名
21 propDescription // 説
22 propRegion // リージョ
26 VNCProxy struct { // VNCProxy VPCプロキ
31 FTPServer struct { // FTPServer FTPサーバ
38 func (z *Zone) ZoneIsDummy() bool {
43 func (z *Zone) GetVNCProxyHostName() string {
48 func (z *Zone) GetVPCProxyIPAddress() string {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/exoscale/egoscale/
H A Dzones.go8 type Zone struct { struct
10 Description string `json:"description,omitempty" doc:"Zone description"`
12 …yText string `json:"displaytext,omitempty" doc:"the display text of the zone"`
13 DNS1 net.IP `json:"dns1,omitempty" doc:"the first DNS for the Zone"`
14 DNS2 net.IP `json:"dns2,omitempty" doc:"the second DNS for the Zone"`
16 ID *UUID `json:"id,omitempty" doc:"Zone id"`
22 Name string `json:"name,omitempty" doc:"Zone name"`
27 Vlan string `json:"vlan,omitempty" doc:"the vlan range of the zone"`
28 ZoneToken string `json:"zonetoken,omitempty" doc:"Zone Token"`
32 func (zone Zone) ListRequest() (ListCommand, error) {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/exoscale/egoscale/
H A Dzones.go8 type Zone struct { struct
10 Description string `json:"description,omitempty" doc:"Zone description"`
12 …yText string `json:"displaytext,omitempty" doc:"the display text of the zone"`
13 DNS1 net.IP `json:"dns1,omitempty" doc:"the first DNS for the Zone"`
14 DNS2 net.IP `json:"dns2,omitempty" doc:"the second DNS for the Zone"`
16 ID *UUID `json:"id,omitempty" doc:"Zone id"`
22 Name string `json:"name,omitempty" doc:"Zone name"`
27 Vlan string `json:"vlan,omitempty" doc:"the vlan range of the zone"`
28 ZoneToken string `json:"zonetoken,omitempty" doc:"Zone Token"`
32 func (zone Zone) ListRequest() (ListCommand, error) {
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/mpe/
H A Djuce_MPEZoneLayout.h81 struct Zone struct
85 bool isLowerZone() const noexcept { return lowerZone; } in isLowerZone() argument
86 bool isUpperZone() const noexcept { return ! lowerZone; } in isUpperZone() argument
90 int getMasterChannel() const noexcept { return lowerZone ? 1 : 16; } in getMasterChannel() argument
91 int getFirstMemberChannel() const noexcept { return lowerZone ? 2 : 15; } in getFirstMemberChannel() argument
92 int getLastMemberChannel() const noexcept { return lowerZone ? (1 + numMemberChannels) in getLastMemberChannel() argument
106 bool operator== (const Zone& other) const noexcept { return lowerZone == other.lowerZone argument
120 Zone (bool lower, int memberChans = 0, int perNotePb = 48, int masterPb = 2) noexcept argument
128 bool lowerZone; argument
142 const Zone getLowerZone() const noexcept { return lowerZone; } in getLowerZone() argument
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/mpe/
H A Djuce_MPEZoneLayout.h81 struct Zone struct
85 bool isLowerZone() const noexcept { return lowerZone; } in isLowerZone() argument
86 bool isUpperZone() const noexcept { return ! lowerZone; } in isUpperZone() argument
90 int getMasterChannel() const noexcept { return lowerZone ? 1 : 16; } in getMasterChannel() argument
91 int getFirstMemberChannel() const noexcept { return lowerZone ? 2 : 15; } in getFirstMemberChannel() argument
92 int getLastMemberChannel() const noexcept { return lowerZone ? (1 + numMemberChannels) in getLastMemberChannel() argument
106 bool operator== (const Zone& other) const noexcept { return lowerZone == other.lowerZone argument
120 Zone (bool lower, int memberChans = 0, int perNotePb = 48, int masterPb = 2) noexcept argument
128 bool lowerZone; argument
142 const Zone getLowerZone() const noexcept { return lowerZone; } in getLowerZone() argument
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/mpe/
H A Djuce_MPEZoneLayout.h81 struct Zone struct
85 bool isLowerZone() const noexcept { return lowerZone; } in isLowerZone() argument
86 bool isUpperZone() const noexcept { return ! lowerZone; } in isUpperZone() argument
90 int getMasterChannel() const noexcept { return lowerZone ? 1 : 16; } in getMasterChannel() argument
91 int getFirstMemberChannel() const noexcept { return lowerZone ? 2 : 15; } in getFirstMemberChannel() argument
92 int getLastMemberChannel() const noexcept { return lowerZone ? (1 + numMemberChannels) in getLastMemberChannel() argument
106 bool operator== (const Zone& other) const noexcept { return lowerZone == other.lowerZone argument
120 Zone (bool lower, int memberChans = 0, int perNotePb = 48, int masterPb = 2) noexcept argument
128 bool lowerZone; argument
142 const Zone getLowerZone() const noexcept { return lowerZone; } in getLowerZone() argument
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ecs/
H A Dstruct_zone.go19 type Zone struct { struct
20 …oneNo string `json:"ZoneNo" xml:"ZoneNo"`
21 …oneId string `json:"ZoneId" xml:"ZoneId"`
22 …me string `json:"LocalName" xml:"LocalName"`
23 …sourceCreation `json:"AvailableResourceCreation" xml:"AvailableResourceCreation"`
24 …lumeCategories `json:"AvailableVolumeCategories" xml:"AvailableVolumeCategories"`
25 …ableInstanceTypesInDescribeZones `json:"AvailableInstanceTypes" xml:"AvailableInstanceTypes"`
27 … NetworkTypesInDescribeRecommendInstanceType `json:"NetworkTypes" xml:"NetworkTypes"`
28 …leDiskCategories `json:"AvailableDiskCategories" xml:"AvailableDiskCategories"`
29 …HostGenerations `json:"DedicatedHostGenerations" xml:"DedicatedHostGenerations"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/pvtz/
H A Dstruct_zone.go19 type Zone struct { struct
20 ZoneId string `json:"ZoneId" xml:"ZoneId"`
21 UpdateTime string `json:"UpdateTime" xml:"UpdateTime"`
22 ProxyPattern string `json:"ProxyPattern" xml:"ProxyPattern"`
23 Remark string `json:"Remark" xml:"Remark"`
24 CreateTimestamp int `json:"CreateTimestamp" xml:"CreateTimestamp"`
25 RecordCount int `json:"RecordCount" xml:"RecordCount"`
26 CreateTime string `json:"CreateTime" xml:"CreateTime"`
27 ZoneName string `json:"ZoneName" xml:"ZoneName"`
28 IsPtr bool `json:"IsPtr" xml:"IsPtr"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ecs/
H A Dstruct_zone.go19 type Zone struct { struct
20 …oneNo string `json:"ZoneNo" xml:"ZoneNo"`
21 …oneId string `json:"ZoneId" xml:"ZoneId"`
22 …me string `json:"LocalName" xml:"LocalName"`
23 …sourceCreation `json:"AvailableResourceCreation" xml:"AvailableResourceCreation"`
24 …lumeCategories `json:"AvailableVolumeCategories" xml:"AvailableVolumeCategories"`
25 …ableInstanceTypes `json:"AvailableInstanceTypes" xml:"AvailableInstanceTypes"`
27 … NetworkTypesInDescribeRecommendInstanceType `json:"NetworkTypes" xml:"NetworkTypes"`
28 …leDiskCategories `json:"AvailableDiskCategories" xml:"AvailableDiskCategories"`
29 …HostGenerations `json:"DedicatedHostGenerations" xml:"DedicatedHostGenerations"`
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/pvtz/
H A Dstruct_zone.go19 type Zone struct { struct
20 ZoneId string `json:"ZoneId" xml:"ZoneId"`
21 UpdateTime string `json:"UpdateTime" xml:"UpdateTime"`
22 ProxyPattern string `json:"ProxyPattern" xml:"ProxyPattern"`
23 Remark string `json:"Remark" xml:"Remark"`
24 CreateTimestamp int `json:"CreateTimestamp" xml:"CreateTimestamp"`
25 RecordCount int `json:"RecordCount" xml:"RecordCount"`
26 CreateTime string `json:"CreateTime" xml:"CreateTime"`
27 ZoneName string `json:"ZoneName" xml:"ZoneName"`
28 IsPtr bool `json:"IsPtr" xml:"IsPtr"`
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ecs/
H A Dstruct_zone.go19 type Zone struct { struct
20 …oneNo string `json:"ZoneNo" xml:"ZoneNo"`
21 …oneId string `json:"ZoneId" xml:"ZoneId"`
22 …me string `json:"LocalName" xml:"LocalName"`
23 …sourceCreation `json:"AvailableResourceCreation" xml:"AvailableResourceCreation"`
24 …lumeCategories `json:"AvailableVolumeCategories" xml:"AvailableVolumeCategories"`
25 …ableInstanceTypes `json:"AvailableInstanceTypes" xml:"AvailableInstanceTypes"`
27 … NetworkTypesInDescribeRecommendInstanceType `json:"NetworkTypes" xml:"NetworkTypes"`
28 …leDiskCategories `json:"AvailableDiskCategories" xml:"AvailableDiskCategories"`
29 …HostGenerations `json:"DedicatedHostGenerations" xml:"DedicatedHostGenerations"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/privatelink/
H A Dstruct_zone.go19 type Zone struct { struct
20 ResourceId string `json:"ResourceId" xml:"ResourceId"`
21 RegionId string `json:"RegionId" xml:"RegionId"`
22 ZoneId string `json:"ZoneId" xml:"ZoneId"`
23 EniId string `json:"EniId" xml:"EniId"`
24 VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
25 LocalName string `json:"LocalName" xml:"LocalName"`
26 ZoneStatus string `json:"ZoneStatus" xml:"ZoneStatus"`
27 EniIp string `json:"EniIp" xml:"EniIp"`
28 ZoneDomain string `json:"ZoneDomain" xml:"ZoneDomain"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/dns/v2/zones/
H A Dresults.go69 type Zone struct { struct
72 ID string `json:"id"`
75 PoolID string `json:"pool_id"`
81 Name string `json:"name"`
84 Email string `json:"email"`
90 TTL int `json:"ttl"`
93 Serial int `json:"-"`
96 Status string `json:"status"`
99 Action string `json:"action"`
102 Version int `json:"version"`
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/dns/v2/zones/
H A Dresults.go69 type Zone struct { struct
72 ID string `json:"id"`
75 PoolID string `json:"pool_id"`
81 Name string `json:"name"`
84 Email string `json:"email"`
90 TTL int `json:"ttl"`
93 Serial int `json:"-"`
96 Status string `json:"status"`
99 Action string `json:"action"`
102 Version int `json:"version"`
[all …]

12345678910>>...143