Home
last modified time | relevance | path

Searched refs:_zone (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/dd/
H A Ddd_disk.h32 #define BLOCKSIZE(_zone) ZoneSecSize[_zone] * SECTORS_PER_BLOCK argument
33 #define TRACKSIZE(_zone) BLOCKSIZE(_zone) * BLOCKS_PER_TRACK argument
34 #define ZONESIZE(_zone) TRACKSIZE(_zone) * ZoneTracks[_zone] argument
35 #define VZONESIZE(_zone) TRACKSIZE(_zone) * (ZoneTracks[_zone] - 0xC) argument
/dports/devel/sope2/SOPE/sope-core/NGExtensions/
H A DNGMerging.m36 - (id)_makeMergeCopyWithZone:(NSZone *)_zone {
37 return [(id<NSCopying>)self copyWithZone:_zone];
42 return [self _makeMergeCopyWithZone:_zone];
69 - (id)_makeMergeCopyWithZone:(NSZone *)_zone {
79 return [self _makeMergeCopyWithZone:_zone];
127 return [self _makeMergeCopyWithZone:_zone];
143 - (id)_makeMergeCopyWithZone:(NSZone *)_zone {
144 return [self copyWithZone:_zone];
161 - (id)_makeMergeCopyWithZone:(NSZone *)_zone {
207 - (id)_makeMergeCopyWithZone:(NSZone *)_zone {
[all …]
/dports/devel/sope/SOPE/sope-core/NGExtensions/
H A DNGMerging.m36 - (id)_makeMergeCopyWithZone:(NSZone *)_zone {
37 return [(id<NSCopying>)self copyWithZone:_zone];
42 return [self _makeMergeCopyWithZone:_zone];
69 - (id)_makeMergeCopyWithZone:(NSZone *)_zone {
79 return [self _makeMergeCopyWithZone:_zone];
127 return [self _makeMergeCopyWithZone:_zone];
143 - (id)_makeMergeCopyWithZone:(NSZone *)_zone {
144 return [self copyWithZone:_zone];
161 - (id)_makeMergeCopyWithZone:(NSZone *)_zone {
207 - (id)_makeMergeCopyWithZone:(NSZone *)_zone {
[all …]
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/dns/v2/
H A D_proxy.py15 from openstack.dns.v2 import zone as _zone unknown
41 return self._list(_zone.Zone, **query)
62 return self._get(_zone.Zone, zone)
90 return self._update(_zone.Zone, zone, **attrs)
104 return self._find(_zone.Zone, name_or_id,
115 zone = self._get_resource(_zone.Zone, zone)
127 zone = self._get_resource(_zone.Zone, zone)
169 zone = self._get_resource(_zone.Zone, zone)
194 zone = self._get_resource(_zone.Zone, zone)
234 zone = self._get_resource(_zone.Zone, zone)
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dboto_route53.py93 for _zone in _conn.get_zones():
94 if _zone.name == zone:
99 return _zone
367 _zone = conn.get_zone(zone)
369 if _zone:
514 _zone = conn.get_zone(zone)
516 if _zone:
591 if not _zone:
700 if not _zone:
799 if not _zone:
[all …]
/dports/dns/bind916/bind-9.16.27/bin/tests/system/
H A Dkasp.sh163 _zone=$2
164 _regex="K${_zone}.+*+*.key"
309 _zone="$ZONE"
448 _zone="$ZONE"
627 _zone=$ZONE
822 _zone=$3
829 …d $_server dnssec -status $_zone in $_view > rndc.dnssec.status.out.$_zone.$n || _log_error "rndc …
1111 _zone=$2
1137 _zone=$6
1155 …md $_what $_zone in $_view > rndc.dnssec.checkds.out.$_zone.$n || _log_error "rndc dnssec -checkds…
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/
H A Dkasp.sh163 _zone=$2
164 _regex="K${_zone}.+*+*.key"
309 _zone="$ZONE"
448 _zone="$ZONE"
627 _zone=$ZONE
822 _zone=$3
829 …d $_server dnssec -status $_zone in $_view > rndc.dnssec.status.out.$_zone.$n || _log_error "rndc …
1111 _zone=$2
1137 _zone=$6
1155 …md $_what $_zone in $_view > rndc.dnssec.checkds.out.$_zone.$n || _log_error "rndc dnssec -checkds…
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/
H A Dkasp.sh161 _zone=$2
162 _regex="K${_zone}.+*+*.key"
307 _zone="$ZONE"
446 _zone="$ZONE"
625 _zone=$ZONE
820 _zone=$3
827 …d $_server dnssec -status $_zone in $_view > rndc.dnssec.status.out.$_zone.$n || _log_error "rndc …
1109 _zone=$2
1135 _zone=$6
1153 …md $_what $_zone in $_view > rndc.dnssec.checkds.out.$_zone.$n || _log_error "rndc dnssec -checkds…
[all …]
/dports/security/acme.sh/acme.sh-3.0.1/dnsapi/
H A Ddns_schlundtech.sh43 _debug _zone "$_zone"
48 autodns_response="$(_autodns_zone_update "$_zone" "$_sub_domain" "$txtvalue" "$_system_ns")"
81 _debug _zone "$_zone"
86 autodns_response="$(_autodns_zone_cleanup "$_zone" "$_sub_domain" "$txtvalue" "$_system_ns")"
127_zone="$(echo "$autodns_response" | _egrep_o '<name>[^<]*</name>' | cut -d '>' -f 2 | cut -d '<' -…
H A Ddns_autodns.sh45 _debug _zone "$_zone"
50 autodns_response="$(_autodns_zone_update "$_zone" "$_sub_domain" "$txtvalue" "$_system_ns")"
84 _debug _zone "$_zone"
89 autodns_response="$(_autodns_zone_cleanup "$_zone" "$_sub_domain" "$txtvalue" "$_system_ns")"
130_zone="$(echo "$autodns_response" | _egrep_o '<name>[^<]*</name>' | cut -d '>' -f 2 | cut -d '<' -…
/dports/devel/sope2/SOPE/sope-appserver/WOExtensions/
H A Dcompat.m38 + (id)allocWithZone:(NSZone *)_zone {
45 return [realClass allocWithZone:_zone];
52 + (id)allocWithZone:(NSZone *)_zone {
59 return [realClass allocWithZone:_zone];
66 + (id)allocWithZone:(NSZone *)_zone {
73 return [realClass allocWithZone:_zone];
80 + (id)allocWithZone:(NSZone *)_zone {
87 return [realClass allocWithZone:_zone];
/dports/devel/sope/SOPE/sope-appserver/WOExtensions/
H A Dcompat.m38 + (id)allocWithZone:(NSZone *)_zone {
45 return [realClass allocWithZone:_zone];
52 + (id)allocWithZone:(NSZone *)_zone {
59 return [realClass allocWithZone:_zone];
66 + (id)allocWithZone:(NSZone *)_zone {
73 return [realClass allocWithZone:_zone];
80 + (id)allocWithZone:(NSZone *)_zone {
87 return [realClass allocWithZone:_zone];
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DLayoutEditorPart.cs20 private DropDownList _zone; field in System.Web.UI.WebControls.WebParts.LayoutEditorPart
125 newZone = WebPartManager.Zones[_zone.SelectedValue]; in ApplyChanges()
159 _zone = new DropDownList(); in CreateChildControls()
166 _zone.Items.Add(item); in CreateChildControls()
170 controls.Add(_zone); in CreateChildControls()
202 _zone.Items.Add(SR.GetString(SR.Zone_SampleHeaderText)); in RenderContents()
213 _zone, in RenderContents()
247 _zone.ClearSelection(); in SyncChanges()
248 foreach (ListItem item in _zone.Items) { in SyncChanges()
263 _zone.Enabled = CanChangeZone; in SyncChanges()
H A DWebPartMovingEventArgs.cs13 private WebPartZoneBase _zone; field in System.Web.UI.WebControls.WebParts.WebPartMovingEventArgs
17 _zone = zone; in WebPartMovingEventArgs()
23 return _zone;
26 _zone = value;
H A DWebPartAddingEventArgs.cs13 private WebPartZoneBase _zone; field in System.Web.UI.WebControls.WebParts.WebPartAddingEventArgs
17 _zone = zone; in WebPartAddingEventArgs()
23 return _zone;
26 _zone = value;
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DGeoCoords.cpp31 MGRS::Reverse(sa[0], _zone, _northp, _easting, _northing, prec, centerp); in Reset()
32 UTMUPS::Reverse(_zone, _northp, _easting, _northing, in Reset()
38 _zone, _northp, _easting, _northing, _gamma, _k); in Reset()
51 UTMUPS::DecodeZone(sa[zoneind], _zone, _northp); in Reset()
54 UTMUPS::Reverse(_zone, _northp, _easting, _northing, in Reset()
94 MGRS::Forward(_zone, _northp, _easting, _northing, _lat, prec, mgrs); in MGRSRepresentation()
132 UTMUPSString(_zone, _northp, _easting, _northing, prec, abbrev, utm); in UTMUPSRepresentation()
140 UTMUPS::Transfer(_zone, _northp, _easting, _northing, in UTMUPSRepresentation()
141 _zone, northp, e, n, z); in UTMUPSRepresentation()
143 UTMUPSString(_zone, northp, e, n, prec, abbrev, utm); in UTMUPSRepresentation()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/queen/
H A Dcredits.cpp33 …_vm(vm), _running(true), _count(0), _pause(0), _justify(0), _fontSize(0), _color(0), _zone(0), _li… in Credits()
114 _zone = line[1] - '1'; in update()
124 _list[_count].x = (_zone % 3) * (320 / 3) + 8; in update()
127 _list[_count].x = (_zone % 3) * (320 / 3) + 54 - _vm->display()->textWidth(line) / 2; in update()
132 _list[_count].x = (_zone % 3) * (320 / 3) + 100 - _vm->display()->textWidth(line); in update()
135 _list[_count].y = (_zone / 3) * (200 / 3) + (_count * 10); in update()
/dports/games/scummvm/scummvm-2.5.1/engines/queen/
H A Dcredits.cpp33 …_vm(vm), _running(true), _count(0), _pause(0), _justify(0), _fontSize(0), _color(0), _zone(0), _li… in Credits()
114 _zone = line[1] - '1'; in update()
126 _list[_count].x = (_zone % 3) * (320 / 3) + 8; in update()
129 _list[_count].x = (_zone % 3) * (320 / 3) + 54 - _vm->display()->textWidth(line) / 2; in update()
134 _list[_count].x = (_zone % 3) * (320 / 3) + 100 - _vm->display()->textWidth(line); in update()
139 _list[_count].y = (_zone / 3) * (200 / 3) + (_count * 10); in update()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/parallaction/
H A Dexec_ns.cpp217 ctxt._cmd->_zone->_flags |= kFlagsActing; in DECLARE_COMMAND_OPCODE()
222 if (ACTIONTYPE(ctxt._cmd->_zone) == kZoneSpeak) { in DECLARE_COMMAND_OPCODE()
223 _vm->enterDialogueMode(ctxt._cmd->_zone); in DECLARE_COMMAND_OPCODE()
225 _vm->_activeZone = ctxt._cmd->_zone; in DECLARE_COMMAND_OPCODE()
231 ctxt._cmd->_zone->_flags &= ~kFlagsFixed; in DECLARE_COMMAND_OPCODE()
232 _vm->runZone(ctxt._cmd->_zone); in DECLARE_COMMAND_OPCODE()
242 _vm->updateDoor(ctxt._cmd->_zone, false); in DECLARE_COMMAND_OPCODE()
247 _vm->updateDoor(ctxt._cmd->_zone, true); in DECLARE_COMMAND_OPCODE()
251 _vm->showZone(ctxt._cmd->_zone, true); in DECLARE_COMMAND_OPCODE()
256 _vm->showZone(ctxt._cmd->_zone, false); in DECLARE_COMMAND_OPCODE()
[all …]
H A Dexec_br.cpp131 _vm->updateDoor(ctxt._cmd->_zone, false); in DECLARE_COMMAND_OPCODE()
136 _vm->updateDoor(ctxt._cmd->_zone, true); in DECLARE_COMMAND_OPCODE()
141 _vm->showZone(ctxt._cmd->_zone, true); in DECLARE_COMMAND_OPCODE()
146 _vm->showZone(ctxt._cmd->_zone, false); in DECLARE_COMMAND_OPCODE()
166 ctxt._cmd->_zone->_flags |= kFlagsActing; in DECLARE_COMMAND_OPCODE()
205 ZonePtr z = ctxt._cmd->_zone; in DECLARE_COMMAND_OPCODE()
251 ctxt._cmd->_zone->_flags |= kFlagsFixed; in DECLARE_COMMAND_OPCODE()
339 if (!ctxt._cmd->_zone) { in DECLARE_COMMAND_OPCODE()
343 if (ACTIONTYPE(ctxt._cmd->_zone) == kZoneSpeak && ctxt._cmd->_zone->u._speakDialogue) { in DECLARE_COMMAND_OPCODE()
346 _vm->_activeZone = ctxt._cmd->_zone; in DECLARE_COMMAND_OPCODE()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/parallaction/
H A Dexec_ns.cpp217 ctxt._cmd->_zone->_flags |= kFlagsActing; in DECLARE_COMMAND_OPCODE()
222 if (ACTIONTYPE(ctxt._cmd->_zone) == kZoneSpeak) { in DECLARE_COMMAND_OPCODE()
223 _vm->enterDialogueMode(ctxt._cmd->_zone); in DECLARE_COMMAND_OPCODE()
225 _vm->_activeZone = ctxt._cmd->_zone; in DECLARE_COMMAND_OPCODE()
231 ctxt._cmd->_zone->_flags &= ~kFlagsFixed; in DECLARE_COMMAND_OPCODE()
232 _vm->runZone(ctxt._cmd->_zone); in DECLARE_COMMAND_OPCODE()
242 _vm->updateDoor(ctxt._cmd->_zone, false); in DECLARE_COMMAND_OPCODE()
247 _vm->updateDoor(ctxt._cmd->_zone, true); in DECLARE_COMMAND_OPCODE()
251 _vm->showZone(ctxt._cmd->_zone, true); in DECLARE_COMMAND_OPCODE()
256 _vm->showZone(ctxt._cmd->_zone, false); in DECLARE_COMMAND_OPCODE()
[all …]
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DGeoCoords.hpp54 int _zone; // See UTMUPS::zonespec member in GeographicLib::GeoCoords
63 _alt_zone = _zone; in CopyToAlt()
85 , _zone(UTMUPS::INVALID) in GeoCoords()
240 _zone, _northp, _easting, _northing, _gamma, _k, in Reset()
263 _zone = zone; in Reset()
318 int Zone() const { return _zone; } in Zone()
341 if (zone == _zone) in SetAltZone()
/dports/dns/py-easyzone/easyzone-1.2.2/easyzone/
H A Deasyzone.py238 self._zone = None
244 self._zone = dns.zone.from_file(filename, self.domain, relativize=False)
249 if not self._zone:
252 return Name('@', self._zone[self.domain])
258 if not self._zone:
261 default_ttl = soa_from_node(self._zone[self.domain]).minimum
264 for name in self._zone.keys():
266 nameobj = Name(name, self._zone[name], default_ttl)
276 node = self._zone.get_node(name, create=True)
284 self._zone.delete_node(name)
[all …]
/dports/devel/sope2/SOPE/sope-core/NGExtensions/NGExtensions/
H A DNGMerging.h33 - (id)mergeWithObject:(id)_object zone:(NSZone *)_zone;
43 - (id)mergeWithDictionary:(NSDictionary *)_object zone:(NSZone *)_zone;
52 - (id)mergeWithArray:(NSArray *)_object zone:(NSZone *)_zone;
53 - (id)mergeWithEnumeration:(NSEnumerator *)_object zone:(NSZone *)_zone;
/dports/devel/sope/SOPE/sope-core/NGExtensions/NGExtensions/
H A DNGMerging.h33 - (id)mergeWithObject:(id)_object zone:(NSZone *)_zone;
43 - (id)mergeWithDictionary:(NSDictionary *)_object zone:(NSZone *)_zone;
52 - (id)mergeWithArray:(NSArray *)_object zone:(NSZone *)_zone;
53 - (id)mergeWithEnumeration:(NSEnumerator *)_object zone:(NSZone *)_zone;

12345678910>>...22