Home
last modified time | relevance | path

Searched refs:Tie (Results 1 – 25 of 2435) sorted by relevance

12345678910>>...98

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGAuxiliary.cpp318 PropertyManager->Tie("propulsion/tat-c", this, &FGAuxiliary::GetTAT_C); in bind()
326 PropertyManager->Tie("velocities/machU", this, &FGAuxiliary::GetMachU); in bind()
336 PropertyManager->Tie("velocities/vt-fps", this, &FGAuxiliary::GetVt); in bind()
337 PropertyManager->Tie("velocities/mach", this, &FGAuxiliary::GetMach); in bind()
345 PropertyManager->Tie("accelerations/Nx", this, &FGAuxiliary::GetNx); in bind()
346 PropertyManager->Tie("accelerations/Ny", this, &FGAuxiliary::GetNy); in bind()
347 PropertyManager->Tie("accelerations/Nz", this, &FGAuxiliary::GetNz); in bind()
348 PropertyManager->Tie("forces/load-factor", this, &FGAuxiliary::GetNlf); in bind()
350 PropertyManager->Tie("aero/beta-rad", this, (PF)&FGAuxiliary::Getbeta); in bind()
355 PropertyManager->Tie("aero/Re", this, &FGAuxiliary::GetReynoldsNumber); in bind()
[all …]
H A DFGAircraft.cpp177 PropertyManager->Tie("metrics/bw-ft", this, &FGAircraft::GetWingSpan); in bind()
178 PropertyManager->Tie("metrics/cbarw-ft", this, &FGAircraft::Getcbar); in bind()
179 PropertyManager->Tie("metrics/iw-rad", this, &FGAircraft::GetWingIncidence); in bind()
181 PropertyManager->Tie("metrics/Sh-sqft", this, &FGAircraft::GetHTailArea); in bind()
182 PropertyManager->Tie("metrics/lh-ft", this, &FGAircraft::GetHTailArm); in bind()
183 PropertyManager->Tie("metrics/Sv-sqft", this, &FGAircraft::GetVTailArea); in bind()
184 PropertyManager->Tie("metrics/lv-ft", this, &FGAircraft::GetVTailArm); in bind()
185 PropertyManager->Tie("metrics/lh-norm", this, &FGAircraft::Getlbarh); in bind()
186 PropertyManager->Tie("metrics/lv-norm", this, &FGAircraft::Getlbarv); in bind()
187 PropertyManager->Tie("metrics/vbarh-norm", this, &FGAircraft::Getvbarh); in bind()
[all …]
H A DFGFCS.cpp720 PropertyManager->Tie("fcs/mag-elevator-pos-rad", this, ofMag, &FGFCS::GetDePos); in bind()
725 PropertyManager->Tie("fcs/mag-rudder-pos-rad", this,ofMag, &FGFCS::GetDrPos); in bind()
749 PropertyManager->Tie("simulation/channel-dt", this, &FGFCS::GetChannelDeltaT); in bind()
761 PropertyManager->Tie( tmp.c_str(), this, num, &FGFCS::GetThrottleCmd, in bindThrottle()
764 PropertyManager->Tie( tmp.c_str(), this, num, &FGFCS::GetThrottlePos, in bindThrottle()
767 PropertyManager->Tie( tmp.c_str(), this, num, &FGFCS::GetMixtureCmd, in bindThrottle()
770 PropertyManager->Tie( tmp.c_str(), this, num, &FGFCS::GetMixturePos, in bindThrottle()
773 PropertyManager->Tie( tmp.c_str(), this, num, &FGFCS::GetPropAdvanceCmd, in bindThrottle()
776 PropertyManager->Tie( tmp.c_str(), this, num, &FGFCS::GetPropAdvance, in bindThrottle()
779 PropertyManager->Tie( tmp.c_str(), this, num, &FGFCS::GetFeatherCmd, in bindThrottle()
[all …]
H A DFGPropagate.cpp736 PropertyManager->Tie("velocities/h-dot-fps", this, &FGPropagate::Gethdot); in bind()
742 PropertyManager->Tie("velocities/u-fps", this, eU, (PMF)&FGPropagate::GetUVW); in bind()
743 PropertyManager->Tie("velocities/v-fps", this, eV, (PMF)&FGPropagate::GetUVW); in bind()
744 PropertyManager->Tie("velocities/w-fps", this, eW, (PMF)&FGPropagate::GetUVW); in bind()
746 PropertyManager->Tie("velocities/p-rad_sec", this, eP, (PMF)&FGPropagate::GetPQR); in bind()
747 PropertyManager->Tie("velocities/q-rad_sec", this, eQ, (PMF)&FGPropagate::GetPQR); in bind()
748 PropertyManager->Tie("velocities/r-rad_sec", this, eR, (PMF)&FGPropagate::GetPQR); in bind()
750 PropertyManager->Tie("velocities/pi-rad_sec", this, eP, (PMF)&FGPropagate::GetPQRi); in bind()
751 PropertyManager->Tie("velocities/qi-rad_sec", this, eQ, (PMF)&FGPropagate::GetPQRi); in bind()
752 PropertyManager->Tie("velocities/ri-rad_sec", this, eR, (PMF)&FGPropagate::GetPQRi); in bind()
[all …]
H A DFGAccelerations.cpp357 PropertyManager->Tie("simulation/gravitational-torque", &gravTorque); in bind()
358 PropertyManager->Tie("forces/fbx-weight-lbs", this, eX, (PMF)&FGAccelerations::GetWeight); in bind()
359 PropertyManager->Tie("forces/fby-weight-lbs", this, eY, (PMF)&FGAccelerations::GetWeight); in bind()
360 PropertyManager->Tie("forces/fbz-weight-lbs", this, eZ, (PMF)&FGAccelerations::GetWeight); in bind()
362 PropertyManager->Tie("forces/fbx-total-lbs", this, eX, (PMF)&FGAccelerations::GetForces); in bind()
363 PropertyManager->Tie("forces/fby-total-lbs", this, eY, (PMF)&FGAccelerations::GetForces); in bind()
364 PropertyManager->Tie("forces/fbz-total-lbs", this, eZ, (PMF)&FGAccelerations::GetForces); in bind()
365 PropertyManager->Tie("moments/l-total-lbsft", this, eL, (PMF)&FGAccelerations::GetMoments); in bind()
366 PropertyManager->Tie("moments/m-total-lbsft", this, eM, (PMF)&FGAccelerations::GetMoments); in bind()
367 PropertyManager->Tie("moments/n-total-lbsft", this, eN, (PMF)&FGAccelerations::GetMoments); in bind()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/lib/Tie/
H A DWatch.pm1 $Tie::Watch::VERSION = '1.302';
3 package Tie::Watch;
269 [\&Tie::Watch::Scalar::Destroy], [\&Tie::Watch::Scalar::Fetch],
273 [\&Tie::Watch::Array::Clear], [\&Tie::Watch::Array::Delete],
274 [\&Tie::Watch::Array::Destroy], [\&Tie::Watch::Array::Exists],
275 [\&Tie::Watch::Array::Extend], [\&Tie::Watch::Array::Fetch],
276 [\&Tie::Watch::Array::Fetchsize], [\&Tie::Watch::Array::Pop],
282 [\&Tie::Watch::Hash::Clear], [\&Tie::Watch::Hash::Delete],
283 [\&Tie::Watch::Hash::Destroy], [\&Tie::Watch::Hash::Exists],
459 Tie::Watch::Array;
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/props/
H A Dtiedpropertylist.hxx65 …template <class V> SGPropertyNode_ptr Tie( SGPropertyNode_ptr node, V * value, bool useDefault = t… in Tie() function in simgear::TiedPropertyList
66 return Tie( node, SGRawValuePointer<V>(value), useDefault ); in Tie()
69 …template <class V> SGPropertyNode_ptr Tie( const char * relative_path, V * value, bool useDefault … in Tie() function in simgear::TiedPropertyList
70 return Tie( _root->getNode(relative_path,true), SGRawValuePointer<V>(value), useDefault ); in Tie()
74 …return Tie( _root->getNode(relative_path,prop_index,true), SGRawValuePointer<V>(value), useDefault… in Tie()
78 return Tie(node, SGRawValueFunctions<V>(getter, setter), useDefault ); in Tie()
82 …return Tie(_root->getNode(relative_path,true), SGRawValueFunctions<V>(getter, setter), useDefault … in Tie()
90 return Tie( node, SGRawValueFunctionsIndexed<V>(index, getter, setter), useDefault ); in Tie()
102 return Tie( node, SGRawValueMethods<T,V>(*obj, getter, setter), useDefault ); in Tie()
106 …return Tie( _root->getNode( relative_path, true), SGRawValueMethods<T,V>(*obj, getter, setter), us… in Tie()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Aircraft/
H A Dcontrols.cxx194 _tiedProperties.Tie( "aileron", this, &FGControls::get_aileron, &FGControls::set_aileron ) in bind()
206 _tiedProperties.Tie( "rudder", this, &FGControls::get_rudder, &FGControls::set_rudder ) in bind()
212 _tiedProperties.Tie( "flaps", this, &FGControls::get_flaps, &FGControls::set_flaps ) in bind()
215 _tiedProperties.Tie( "slats", this, &FGControls::get_slats, &FGControls::set_slats ) in bind()
218 _tiedProperties.Tie( "BLC", this, &FGControls::get_BLC, &FGControls::set_BLC ) in bind()
319 _tiedProperties.Tie( "boost-pump", i, in bind()
382 _tiedProperties.Tie( "wiper", this, &FGControls::get_wiper, &FGControls::set_wiper) in bind()
447 _tiedProperties.Tie( "mode", this, &FGControls::get_mode, &FGControls::set_mode) in bind()
450 _tiedProperties.Tie( "dump", this, &FGControls::get_dump, &FGControls::set_dump) in bind()
481 _tiedProperties.Tie( "beacon", this, &FGControls::get_beacon, &FGControls::set_beacon) in bind()
[all …]
/dports/devel/p5-Type-Tie/Type-Tie-0.015/
H A DMETA.yml16 name: Type-Tie
29 Type::Tie:
30 file: lib/Type/Tie.pm
32 Type::Tie::ARRAY:
33 file: lib/Type/Tie.pm
35 Type::Tie::BASE:
36 file: lib/Type/Tie.pm
38 Type::Tie::HASH:
39 file: lib/Type/Tie.pm
41 Type::Tie::SCALAR:
[all …]
H A Ddoap.ttl12 <http://purl.org/NET/cpan-uri/dist/Type-Tie/project>
35 doap:name "Type-Tie";
37Tie/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Type-Tie/v_0-002>, <http://purl.org/NET/cpan-uri/…
44 <http://purl.org/NET/cpan-uri/dist/Type-Tie/v_0-001>
47 dc:identifier "Type-Tie-0.001"^^xsd:string;
53 <http://purl.org/NET/cpan-uri/dist/Type-Tie/v_0-002>
55 dc:identifier "Type-Tie-0.002"^^xsd:string;
67 <http://purl.org/NET/cpan-uri/dist/Type-Tie/v_0-003>
69 dc:identifier "Type-Tie-0.003"^^xsd:string;
89 dc:identifier "Type-Tie-0.004"^^xsd:string;
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/
H A DTankProperties.cxx50 …_tiedProperties.Tie("level-kg", this, &TankProperties::getContent_kg, &TankProperties::setContent_… in bind()
54 …_tiedProperties.Tie("level-m3", this, &TankProperties::getContent_m3, &TankProperties::setContent_… in bind()
58 …_tiedProperties.Tie("level-lbs", this, &TankProperties::getContent_lbs, &TankProperties::setConten… in bind()
68 _tiedProperties.Tie("empty", this, &TankProperties::getEmpty ); in bind()
294 _tiedProperties.Tie("total-fuel-m3", this, &TankPropertiesList::getTotalContent_m3 ); in bind()
295 _tiedProperties.Tie("total-fuel-kg", this, &TankPropertiesList::getTotalContent_kg ); in bind()
296 _tiedProperties.Tie("total-fuel-lbs", this, &TankPropertiesList::getTotalContent_lbs ); in bind()
297 _tiedProperties.Tie("total-fuel-gal_us", this, &TankPropertiesList::getTotalContent_gal_us ); in bind()
298 _tiedProperties.Tie("total-fuel-gals", this, &TankPropertiesList::getTotalContent_gal_us ); in bind()
299 _tiedProperties.Tie("total-fuel-gal_imp", this, &TankPropertiesList::getTotalContent_gal_imp ); in bind()
[all …]
H A Dflight.cxx253 _tiedProperties.Tie("/position/latitude-deg", this, in bind()
263 _tiedProperties.Tie("/position/altitude-ft", this, in bind()
284 _tiedProperties.Tie("/orientation/roll-deg", this, in bind()
288 _tiedProperties.Tie("/orientation/pitch-deg", this, in bind()
300 _tiedProperties.Tie("/orientation/track-deg", this, in bind()
302 _tiedProperties.Tie("/orientation/path-deg", this, in bind()
336 _tiedProperties.Tie("/velocities/mach", this, in bind()
375 _tiedProperties.Tie("/velocities/uBody-fps", this, in bind()
380 _tiedProperties.Tie("/velocities/vBody-fps", this, in bind()
385 _tiedProperties.Tie("/velocities/wBody-fps", this, in bind()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Dkr_87.cxx130 _tiedProperties.Tie("internal/inrange", this, in bind()
132 _tiedProperties.Tie("internal/dist", this, in bind()
134 _tiedProperties.Tie("internal/heading", this, in bind()
138 _tiedProperties.Tie("modes/ant", this, in bind()
140 _tiedProperties.Tie("modes/stby", this, in bind()
142 _tiedProperties.Tie("modes/timer", this, in bind()
144 _tiedProperties.Tie("modes/count", this, in bind()
159 _tiedProperties.Tie("inputs/volume", this, in bind()
163 _tiedProperties.Tie("inputs/adf-btn", this, in bind()
166 _tiedProperties.Tie("inputs/bfo-btn", this, in bind()
[all …]
/dports/lang/perl5.32/perl-5.32.1/lib/Tie/
H A DSubstrHash.t14 require Tie::SubstrHash;
85 print "not " unless Tie::SubstrHash::findgteprime(1) == 2;
88 print "not " unless Tie::SubstrHash::findgteprime(2) == 2;
91 print "not " unless Tie::SubstrHash::findgteprime(5.5) == 7;
94 print "not " unless Tie::SubstrHash::findgteprime(13) == 13;
97 print "not " unless Tie::SubstrHash::findgteprime(13.000001) == 17;
100 print "not " unless Tie::SubstrHash::findgteprime(114) == 127;
103 print "not " unless Tie::SubstrHash::findgteprime(1000) == 1009;
106 print "not " unless Tie::SubstrHash::findgteprime(1024) == 1031;
109 print "not " unless Tie::SubstrHash::findgteprime(10000) == 10007;
/dports/lang/perl5.34/perl-5.34.0/lib/Tie/
H A DSubstrHash.t14 require Tie::SubstrHash;
85 print "not " unless Tie::SubstrHash::findgteprime(1) == 2;
88 print "not " unless Tie::SubstrHash::findgteprime(2) == 2;
91 print "not " unless Tie::SubstrHash::findgteprime(5.5) == 7;
94 print "not " unless Tie::SubstrHash::findgteprime(13) == 13;
97 print "not " unless Tie::SubstrHash::findgteprime(13.000001) == 17;
100 print "not " unless Tie::SubstrHash::findgteprime(114) == 127;
103 print "not " unless Tie::SubstrHash::findgteprime(1000) == 1009;
106 print "not " unless Tie::SubstrHash::findgteprime(1024) == 1031;
109 print "not " unless Tie::SubstrHash::findgteprime(10000) == 10007;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/Tie/
H A DSubstrHash.t14 require Tie::SubstrHash;
85 print "not " unless Tie::SubstrHash::findgteprime(1) == 2;
88 print "not " unless Tie::SubstrHash::findgteprime(2) == 2;
91 print "not " unless Tie::SubstrHash::findgteprime(5.5) == 7;
94 print "not " unless Tie::SubstrHash::findgteprime(13) == 13;
97 print "not " unless Tie::SubstrHash::findgteprime(13.000001) == 17;
100 print "not " unless Tie::SubstrHash::findgteprime(114) == 127;
103 print "not " unless Tie::SubstrHash::findgteprime(1000) == 1009;
106 print "not " unless Tie::SubstrHash::findgteprime(1024) == 1031;
109 print "not " unless Tie::SubstrHash::findgteprime(10000) == 10007;
/dports/lang/perl5.30/perl-5.30.3/lib/Tie/
H A DSubstrHash.t14 require Tie::SubstrHash;
85 print "not " unless Tie::SubstrHash::findgteprime(1) == 2;
88 print "not " unless Tie::SubstrHash::findgteprime(2) == 2;
91 print "not " unless Tie::SubstrHash::findgteprime(5.5) == 7;
94 print "not " unless Tie::SubstrHash::findgteprime(13) == 13;
97 print "not " unless Tie::SubstrHash::findgteprime(13.000001) == 17;
100 print "not " unless Tie::SubstrHash::findgteprime(114) == 127;
103 print "not " unless Tie::SubstrHash::findgteprime(1000) == 1009;
106 print "not " unless Tie::SubstrHash::findgteprime(1024) == 1031;
109 print "not " unless Tie::SubstrHash::findgteprime(10000) == 10007;
/dports/games/flightgear/flightgear-2020.3.11/src/Environment/
H A Dmetarproperties.cxx169 _tiedProperties.Tie("gust-wind-speed-kt", &_gusts ); in MetarProperties()
171 _tiedProperties.Tie("dewpoint-degc", &_dewpoint ); in MetarProperties()
173 _tiedProperties.Tie("pressure-inhg", &_pressure ); in MetarProperties()
177 _tiedProperties.Tie("rain-norm", &_rain ); in MetarProperties()
178 _tiedProperties.Tie("hail-norm", &_hail ); in MetarProperties()
179 _tiedProperties.Tie("snow-norm", &_snow); in MetarProperties()
180 _tiedProperties.Tie("snow-cover", &_snow_cover ); in MetarProperties()
181 _tiedProperties.Tie("day", &_day ); in MetarProperties()
182 _tiedProperties.Tie("hour", &_hour ); in MetarProperties()
183 _tiedProperties.Tie("minute", &_minute ); in MetarProperties()
[all …]
H A Dterrainsampler.cxx145 _tiedProperties.Tie( "enabled", &_enabled ); in bind()
151 _tiedProperties.Tie( "heading-deg", &_heading_deg ); in bind()
152 _tiedProperties.Tie( "speed-kt", &_speed_kt ); in bind()
153 _tiedProperties.Tie( "radius-m", &_radius ); in bind()
155 _tiedProperties.Tie( "max-samples", &_max_samples ); in bind()
156 _tiedProperties.Tie( "reuse-samples-norm", &_reuse_samples_norm ); in bind()
163 _tiedProperties.Tie( "alt-offset-ft", &_altOffset ); in bind()
164 _tiedProperties.Tie( "alt-median-ft", &_altMedian ); in bind()
165 _tiedProperties.Tie( "alt-min-ft", &_altMin ); in bind()
166 _tiedProperties.Tie( "alt-layered-ft", &_altLayered ); in bind()
[all …]
/dports/devel/p5-LV/LV-0.006/examples/
H A Dbenchmarking.pl9 use LV::Backend::Tie ();
11 our ($Magic, $Sentinel, $Tie);
25 sub Tie :lvalue { subroutine
26 LV::Backend::Tie::lvalue
27 get => sub { $Tie },
28 set => sub { $Tie = $_[0] };
34 Tie => q[ $::Tie = 0; ::Tie() += $_ for 0..100 ],
38 Rate Tie Magic Sentinel
39 Tie 257/s -- -16% -50%
/dports/devel/p5-Tie-Cache/Tie-Cache-0.21/
H A DCHANGES1 $MODULE = "Tie::Cache"; $VERSION = .21; $DATE = '05/19/2014';
5 $MODULE = "Tie::Cache"; $VERSION = .19; $DATE = '02/23/2012';
61 + Added benchmark section comparing Tie::Cache & Tie::Cache::LRU
86 hashes, set $Tie::Cache::Debug.
103 $MODULE = "Tie::Cache"; $VERSION = .05;
107 $MODULE = "Tie::Cache"; $VERSION = .04;
111 $MODULE = "Tie::Cache"; $VERSION = .031;
114 with Tie::Cache :(
116 $MODULE = "Tie::Cache"; $VERSION = .03;
120 $MODULE = "Tie::Cache"; $VERSION = .02;
[all …]
/dports/devel/p5-Params-Validate/Params-Validate-1.30/t/
H A D24-tied.t8 package Tie::SimpleArray;
9 use Tie::Array;
10 use base 'Tie::StdArray';
15 package Tie::SimpleHash;
16 use Tie::Hash;
17 use base 'Tie::StdHash';
21 tie my @p, 'Tie::SimpleArray';
39 tie my %spec, 'Tie::SimpleHash';
56 tie my @p, 'Tie::SimpleArray';
57 tie my %spec, 'Tie::SimpleHash';
[all …]
/dports/devel/p5-Params-Validate/Params-Validate-1.30/xt/author/
H A Dpp-24-tied.t12 package Tie::SimpleArray;
13 use Tie::Array;
14 use base 'Tie::StdArray';
19 package Tie::SimpleHash;
20 use Tie::Hash;
21 use base 'Tie::StdHash';
25 tie my @p, 'Tie::SimpleArray';
43 tie my %spec, 'Tie::SimpleHash';
60 tie my @p, 'Tie::SimpleArray';
61 tie my %spec, 'Tie::SimpleHash';
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Input/
H A DFGKeyboardInput.cxx136 _tiedProperties.Tie<int>("keyboard", getModifiers); in bind()
137 _tiedProperties.Tie<bool>("keyboard/shift", getModShift); in bind()
138 _tiedProperties.Tie<bool>("keyboard/ctrl", getModCtrl); in bind()
139 _tiedProperties.Tie<bool>("keyboard/alt", getModAlt); in bind()
140 _tiedProperties.Tie<bool>("keyboard/meta", getModMeta); in bind()
141 _tiedProperties.Tie<bool>("keyboard/super", getModSuper); in bind()
142 _tiedProperties.Tie<bool>("keyboard/hyper", getModHyper); in bind()
144 …_tiedProperties.Tie(_key_event->getNode("key", true), SGRawValuePointer<int>(&_key_code… in bind()
148 …_tiedProperties.Tie(_key_event->getNode("modifier/ctrl", true), SGRawValuePointer<bool>(&_key_ctr… in bind()
149 …_tiedProperties.Tie(_key_event->getNode("modifier/alt", true), SGRawValuePointer<bool>(&_key_alt… in bind()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/atmosphere/
H A DFGWinds.cpp500 PropertyManager->Tie("atmosphere/wind-east-fps", this, eEast, (PMF)&FGWinds::GetWindNED, in bind()
502 PropertyManager->Tie("atmosphere/wind-down-fps", this, eDown, (PMF)&FGWinds::GetWindNED, in bind()
504 PropertyManager->Tie("atmosphere/wind-mag-fps", this, &FGWinds::GetWindspeed, in bind()
510 PropertyManager->Tie("atmosphere/gust-east-fps", this, eEast, (PMF)&FGWinds::GetGustNED, in bind()
512 PropertyManager->Tie("atmosphere/gust-down-fps", this, eDown, (PMF)&FGWinds::GetGustNED, in bind()
544 PropertyManager->Tie("atmosphere/p-turb-rad_sec", this,1, (PMF)&FGWinds::GetTurbPQR); in bind()
545 PropertyManager->Tie("atmosphere/q-turb-rad_sec", this,2, (PMF)&FGWinds::GetTurbPQR); in bind()
546 PropertyManager->Tie("atmosphere/r-turb-rad_sec", this,3, (PMF)&FGWinds::GetTurbPQR); in bind()
550 PropertyManager->Tie("atmosphere/turb-rhythmicity", this, &FGWinds::GetRhythmicity, in bind()
554 PropertyManager->Tie("atmosphere/turbulence/milspec/windspeed_at_20ft_AGL-fps", in bind()
[all …]

12345678910>>...98