Home
last modified time | relevance | path

Searched refs:ats (Results 1 – 25 of 2262) sorted by relevance

12345678910>>...91

/dports/www/libdom/libdom-0.4.1/test/
H A DDOMTSHandler.pm432 my ($self, $ats) = @_;
438 if ($ats->{"type"} eq "DOMString" and exists $ats->{"value"}) {
461 $var->{$ats->{"name"}} = $ats->{"type"};
531 my %ats = %$a;
532 my $doc = $ats{"var"};
685 my %ats = %$a;
750 if ($ats{$p} =~ /^"/ or $self->{"var"}->{$ats{$p}} eq "char *") {
796 if ($ats{'obj'} eq $ats{'var'}) {
884 if ($ats{'obj'} eq $ats{'var'}) {
1154 my $ta = { value => $ats->{actual}, obj => $ats->{actual}};
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DWithType.cs35 Set(sym, ats); in SymWithType()
131 ats = null; in Set()
132 Debug.Assert(ats == null || sym.parent == ats.getAggregate()); in Set()
134 _ats = ats; in Set()
146 Set(mps, ats); in MethPropWithType()
158 Set(meth, ats); in MethWithType()
166 Set(prop, ats); in PropWithType()
179 Set(@event, ats);
187 Set(field, ats); in FieldWithType()
231 ats = null; in Set()
[all …]
H A DTypeBind.cs45 if (!(type is AggregateType ats)) in CheckConstraints()
48 if (ats.GetTypeArgsAll().Count == 0) in CheckConstraints()
51 ats.fConstraintsChecked = true; in CheckConstraints()
52 ats.fConstraintError = false; in CheckConstraints()
56 if (ats.fConstraintsChecked) in CheckConstraints()
72 if (!ats.fConstraintsChecked) in CheckConstraints()
74 ats.fConstraintsChecked = true; in CheckConstraints()
75 ats.fConstraintError = false; in CheckConstraints()
80 …if (ats.outerType != null && ((flags & CheckConstraintsFlags.Outer) != 0 || !ats.outerType.fConstr… in CheckConstraints()
83 ats.fConstraintError |= ats.outerType.fConstraintError; in CheckConstraints()
[all …]
/dports/textproc/R-cran-XML/XML/inst/examples/
H A Dsvg.R67 ats <- i$attributes functionVar
70 if(!is.na(match("style", names(ats)))) {
71 col <- properties(ats[["style"]])[["fill"]]
76 …(as.integer(ats[["x"]]), as.integer(ats[["y"]]), as.integer(ats[["x"]]) + as.integer(ats[["width"]…
81 text(as.integer(ats[["x"]]), as.integer(ats[["y"]]), val, adj=1.0)
84 data <- scan.string(ats[["points"]])
89 if(!is.na(match("style", names(ats)))) {
90 col <- properties(ats[["style"]])[["fill"]]
97 if(!is.na(match("style", names(ats)))) {
103 r <- min(as.integer(ats[["rx"]]), as.integer(ats[["ry"]]))
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dautomation_tracklist.c52 at = self->ats[j]; in automation_tracklist_init_loaded()
226 self->ats[new_idx] = self->ats[i]; in automation_tracklist_set_at_index()
258 self->ats[new_idx] = self->ats[i]; in automation_tracklist_set_at_index()
288 self->ats[index] = at; in automation_tracklist_set_at_index()
385 dest->ats = in automation_tracklist_clone()
391 dest->ats[i] = in automation_tracklist_clone()
434 at = self->ats[i]; in automation_tracklist_get_visible_tracks()
463 at = self->ats[i]; in automation_tracklist_get_at_from_port()
494 at = self->ats[i]; in automation_tracklist_get_first_invisible_at()
503 at = self->ats[i]; in automation_tracklist_get_first_invisible_at()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dgen_vsite.cpp828 add_vsite3_param(&plist[F_VSITE3], ats[atHE1], ats[atCE1], ats[atCE2], ats[atCG], a, b); in gen_vsites_6ring()
829 add_vsite3_param(&plist[F_VSITE3], ats[atHE2], ats[atCE2], ats[atCE1], ats[atCG], a, b); in gen_vsites_6ring()
832 add_vsite3_param(&plist[F_VSITE3], ats[atCD1], ats[atCE2], ats[atCE1], ats[atCG], a, b); in gen_vsites_6ring()
833 add_vsite3_param(&plist[F_VSITE3], ats[atCD2], ats[atCE1], ats[atCE2], ats[atCG], a, b); in gen_vsites_6ring()
836 add_vsite3_param(&plist[F_VSITE3], ats[atCZ], ats[atCG], ats[atCE1], ats[atCE2], a, b); in gen_vsites_6ring()
840 add_vsite3_param(&plist[F_VSITE3], ats[atHD1], ats[atCE2], ats[atCE1], ats[atCG], a, b); in gen_vsites_6ring()
841 add_vsite3_param(&plist[F_VSITE3], ats[atHD2], ats[atCE1], ats[atCE2], ats[atCG], a, b); in gen_vsites_6ring()
844 add_vsite3_param(&plist[F_VSITE3], ats[atHZ], ats[atCG], ats[atCE1], ats[atCE2], a, b); in gen_vsites_6ring()
1308 add_vsite3_param(&plist[F_VSITE3], ats[atCZ], ats[atOH], ats[atCE1], ats[atCE2], a, b); in gen_vsites_tyr()
1602 add_vsite3_param(&plist[F_VSITE3], ats[atND1], ats[atNE2], ats[atCE1], ats[atCG], a, b); in gen_vsites_his()
[all …]
/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf_airporttiles.cpp133 const AirportTileSpec *ats = AirportTileSpec::Get(gfx); in GetAirportTileIDAtOffset() local
150 if (ats->grf_prop.spritegroup[0] != nullptr) { // tile has a spritegroup ? in GetAirportTileIDAtOffset()
152 return ats->grf_prop.local_id; in GetAirportTileIDAtOffset()
218 …: ResolverObject(ats->grf_prop.grffile, callback, callback_param1, callback_param2), tiles_scope(*… in AirportTileResolverObject()
220 this->root_spritegroup = ats->grf_prop.spritegroup[0]; in AirportTileResolverObject()
230 return this->tiles_scope.ats->grf_prop.local_id; in GetDebugID()
292 const AirportTileSpec *ats = AirportTileSpec::GetByTile(tile); in AnimateAirportTile() local
293 if (ats == nullptr) return; in AnimateAirportTile()
295 …AirportTileAnimationBase::AnimateTile(ats, Station::GetByTile(tile), tile, HasBit(ats->animation_s… in AnimateAirportTile()
300 const AirportTileSpec *ats = AirportTileSpec::GetByTile(tile); in AirportTileAnimationTrigger() local
[all …]
/dports/devel/py-plan/plan-0.5/plan/
H A Djob.py251 ats = at.split(' ')
253 for at in ats:
274 ats = processed_at.split(' ')
280 for at in ats:
338 ats = self.parse_at()
340 if ats:
344 for at_type in ats:
349 for at_type in ats:
354 for at_type in ats:
359 for at_type in ats:
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/tools/package/
H A Dtrafficserver.spec90 --with-user=ats --with-group=ats \
134 getent group ats >/dev/null || groupadd -r ats -g 176 &>/dev/null
135 getent passwd ats >/dev/null || useradd -r -u 176 -g ats -d / -s /sbin/nologin -c "Apache Traffic S…
169 %attr(0755, ats, ats) %dir /etc/trafficserver
170 %attr(0755, ats, ats) %dir /var/log/trafficserver
171 %attr(0755, ats, ats) %dir /run/trafficserver
172 %attr(0755, ats, ats) %dir /var/cache/trafficserver
173 %attr(0644, ats, ats) /etc/trafficserver/*.config
174 %attr(0644, ats, ats) /etc/trafficserver/*.yaml
190 - Changed the owner of the configuration files to ats
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/_tzcode/
H A D_PDCLIB_localsub.c38 if ( ( sp->goback && t < sp->ats[ 0 ] ) || ( sp->goahead && t > sp->ats[ sp->timecnt - 1 ] ) ) in _PDCLIB_localsub()
44 if ( t < sp->ats[ 0 ] ) in _PDCLIB_localsub()
46 seconds = sp->ats[ 0 ] - t; in _PDCLIB_localsub()
50 seconds = t - sp->ats[ sp->timecnt - 1 ]; in _PDCLIB_localsub()
57 if ( t < sp->ats[ 0 ] ) in _PDCLIB_localsub()
66 if ( newt < sp->ats[ 0 ] || newt > sp->ats[ sp->timecnt - 1 ] ) in _PDCLIB_localsub()
79 if ( t < sp->ats[ 0 ] ) in _PDCLIB_localsub()
99 if ( sp->timecnt == 0 || t < sp->ats[ 0 ] ) in _PDCLIB_localsub()
112 if ( t < sp->ats[ mid ] ) in _PDCLIB_localsub()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/systemservices/android_video_capture/
H A Dvideo_capture_android.cc78 AttachThreadScoped ats(g_jvm_capture); in SetCaptureAndroidVM() local
89 ats.env()->DeleteLocalRef(clsRef); in SetCaptureAndroidVM()
118 AttachThreadScoped ats(g_jvm_capture); in SetCaptureAndroidVM() local
177 AttachThreadScoped ats(g_jvm_capture); in Init() local
178 JNIEnv* env = ats.env(); in Init()
192 AttachThreadScoped ats(g_jvm_capture); in ~VideoCaptureAndroid() local
193 JNIEnv* env = ats.env(); in ~VideoCaptureAndroid()
200 AttachThreadScoped ats(g_jvm_capture); in StartCapture() local
201 JNIEnv* env = ats.env(); in StartCapture()
239 AttachThreadScoped ats(g_jvm_capture); in StopCapture() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/systemservices/android_video_capture/
H A Dvideo_capture_android.cc78 AttachThreadScoped ats(g_jvm_capture); in SetCaptureAndroidVM() local
89 ats.env()->DeleteLocalRef(clsRef); in SetCaptureAndroidVM()
118 AttachThreadScoped ats(g_jvm_capture); in SetCaptureAndroidVM() local
179 AttachThreadScoped ats(g_jvm_capture); in Init() local
180 JNIEnv* env = ats.env(); in Init()
195 AttachThreadScoped ats(g_jvm_capture); in ~VideoCaptureAndroid() local
196 JNIEnv* env = ats.env(); in ~VideoCaptureAndroid()
209 AttachThreadScoped ats(g_jvm_capture); in StartCapture() local
210 JNIEnv* env = ats.env(); in StartCapture()
247 AttachThreadScoped ats(g_jvm_capture); in StopCapture() local
[all …]
/dports/www/firefox/firefox-99.0/dom/media/systemservices/android_video_capture/
H A Dvideo_capture_android.cc78 AttachThreadScoped ats(g_jvm_capture); in SetCaptureAndroidVM() local
89 ats.env()->DeleteLocalRef(clsRef); in SetCaptureAndroidVM()
118 AttachThreadScoped ats(g_jvm_capture); in SetCaptureAndroidVM() local
177 AttachThreadScoped ats(g_jvm_capture); in Init() local
178 JNIEnv* env = ats.env(); in Init()
192 AttachThreadScoped ats(g_jvm_capture); in ~VideoCaptureAndroid() local
193 JNIEnv* env = ats.env(); in ~VideoCaptureAndroid()
199 AttachThreadScoped ats(g_jvm_capture); in StartCapture() local
200 JNIEnv* env = ats.env(); in StartCapture()
240 AttachThreadScoped ats(g_jvm_capture); in StopCapture() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/systemservices/android_video_capture/
H A Dvideo_capture_android.cc78 AttachThreadScoped ats(g_jvm_capture); in SetCaptureAndroidVM() local
89 ats.env()->DeleteLocalRef(clsRef); in SetCaptureAndroidVM()
118 AttachThreadScoped ats(g_jvm_capture); in SetCaptureAndroidVM() local
177 AttachThreadScoped ats(g_jvm_capture); in Init() local
178 JNIEnv* env = ats.env(); in Init()
192 AttachThreadScoped ats(g_jvm_capture); in ~VideoCaptureAndroid() local
193 JNIEnv* env = ats.env(); in ~VideoCaptureAndroid()
200 AttachThreadScoped ats(g_jvm_capture); in StartCapture() local
201 JNIEnv* env = ats.env(); in StartCapture()
239 AttachThreadScoped ats(g_jvm_capture); in StopCapture() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_capture/android/
H A Dvideo_capture_android.cc65 AttachThreadScoped ats(g_jvm_capture); in SetCaptureAndroidVM() local
75 ats.env()->DeleteLocalRef(clsRef); in SetCaptureAndroidVM()
90 AttachThreadScoped ats(g_jvm_capture); in SetCaptureAndroidVM() local
162 AttachThreadScoped ats(g_jvm_capture); in Init() local
163 JNIEnv* env = ats.env(); in Init()
178 AttachThreadScoped ats(g_jvm_capture); in ~VideoCaptureAndroid() local
179 JNIEnv* env = ats.env(); in ~VideoCaptureAndroid()
192 AttachThreadScoped ats(g_jvm_capture); in StartCapture() local
193 JNIEnv* env = ats.env(); in StartCapture()
234 AttachThreadScoped ats(g_jvm_capture); in StopCapture() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_select.c65 struct timespec ats, *ts = NULL; in netbsd32___select50() local
71 ats.tv_sec = tv32.tv_sec; in netbsd32___select50()
72 ats.tv_nsec = tv32.tv_usec * 1000; in netbsd32___select50()
73 ts = &ats; in netbsd32___select50()
94 struct timespec ats, *ts = NULL; in netbsd32___pselect50() local
101 netbsd32_to_timespec(&ts32, &ats); in netbsd32___pselect50()
102 ts = &ats; in netbsd32___pselect50()
127 struct timespec ats, *ts = NULL; in netbsd32___pollts50() local
134 netbsd32_to_timespec(&ts32, &ats); in netbsd32___pollts50()
135 ts = &ats; in netbsd32___pollts50()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Module/Includes/
H A Dmodal_read_more_content.html.twig25 {% set ats = module.attributes %}
29 ats.name, ats.displayName, ats.nbRates, ats.starsRate, ats.img,
30 ats.serviceUrl is defined and ats.serviceUrl|length > 0 ? ats.serviceUrl : false,
31 ats.version, ats.cover,
32ats.additionalDescription is defined and ats.additionalDescription|length > 0 ? ats.additionalDesc…
33 ats.fullDescription is defined and ats.fullDescription|length > 0 ? ats.fullDescription : false,
34 ats.changeLog is defined and ats.changeLog|length > 0 ? ats.changeLog : false,
35ats.customer_benefits is defined and ats.customer_benefits|length > 0 ? ats.customer_benefits : fa…
36 ats.demo_video is defined and ats.demo_video|length > 0 ? ats.demo_video : false,
38 ats.features,
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Abbreviations/
H A DAbbreviations.cpp210 auto ats = sg.getAtoms(); in condenseAbbreviationSubstanceGroups() local
221 if (std::find(ats.begin(), ats.end(), bnd->getBeginAtomIdx()) != in condenseAbbreviationSubstanceGroups()
222 ats.end()) { in condenseAbbreviationSubstanceGroups()
225 } else if (std::find(ats.begin(), ats.end(), bnd->getEndAtomIdx()) != in condenseAbbreviationSubstanceGroups()
226 ats.end()) { in condenseAbbreviationSubstanceGroups()
239 if (*ats.begin() != mAt) { in condenseAbbreviationSubstanceGroups()
240 ats.erase(std::find(ats.begin(), ats.end(), mAt)); in condenseAbbreviationSubstanceGroups()
241 ats.insert(ats.begin(), mAt); in condenseAbbreviationSubstanceGroups()
243 ats.insert(ats.begin(), oAt); in condenseAbbreviationSubstanceGroups()
252 for (unsigned int i = 0; i < ats.size(); ++i) { in condenseAbbreviationSubstanceGroups()
[all …]
/dports/games/glest/glest_source_3.2.2/source/glest_game/graphics/
H A Dparticle_type.cpp123 ats->setTexture(texture); in setValues()
125 ats->setOffset(offset); in setValues()
126 ats->setColor(color); in setValues()
127 ats->setColorNoEnergy(colorNoEnergy); in setValues()
128 ats->setSpeed(speed); in setValues()
129 ats->setGravity(gravity); in setValues()
130 ats->setParticleSize(size); in setValues()
131 ats->setSizeNoEnergy(sizeNoEnergy); in setValues()
132 ats->setEmissionRate(emissionRate); in setValues()
133 ats->setMaxParticleEnergy(energyMax); in setValues()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/common/
H A Dkern_select_50.c94 struct timespec ats, *ts = NULL; in compat_50_sys_select() local
102 ats.tv_sec = atv50.tv_sec; in compat_50_sys_select()
103 ats.tv_nsec = atv50.tv_usec * 1000; in compat_50_sys_select()
104 ts = &ats; in compat_50_sys_select()
124 struct timespec ats, *ts = NULL; in compat_50_sys_pselect() local
132 timespec50_to_timespec(&ats50, &ats); in compat_50_sys_pselect()
133 ts = &ats; in compat_50_sys_pselect()
156 struct timespec ats, *ts = NULL; in compat_50_sys_pollts() local
165 timespec50_to_timespec(&ats50, &ats); in compat_50_sys_pollts()
166 ts = &ats; in compat_50_sys_pollts()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_capture/android/
H A Dvideo_capture_android.cc62 AttachThreadScoped ats(g_jvm); in SetCaptureAndroidVM() local
84 AttachThreadScoped ats(g_jvm); in SetCaptureAndroidVM() local
86 ats.env()->DeleteGlobalRef(g_java_capturer_class); in SetCaptureAndroidVM()
155 AttachThreadScoped ats(g_jvm); in Init() local
156 JNIEnv* env = ats.env(); in Init()
171 AttachThreadScoped ats(g_jvm); in ~VideoCaptureAndroid() local
172 JNIEnv* env = ats.env(); in ~VideoCaptureAndroid()
185 AttachThreadScoped ats(g_jvm); in StartCapture() local
186 JNIEnv* env = ats.env(); in StartCapture()
218 AttachThreadScoped ats(g_jvm); in StopCapture() local
[all …]
/dports/science/coordgenlibs/coordgenlibs-3.0.0/
H A DsketcherMinimizerBond.cpp28 std::vector<sketcherMinimizerAtom*> ats; in startAtomCIPFirstNeighbor() local
31 ats.push_back(n); in startAtomCIPFirstNeighbor()
34 if (ats.size() == 2) { in startAtomCIPFirstNeighbor()
35 return sketcherMinimizerAtom::CIPPriority(ats[0], ats[1], in startAtomCIPFirstNeighbor()
57 std::vector<sketcherMinimizerAtom*> ats; in endAtomCIPFirstNeighbor() local
60 ats.push_back(n); in endAtomCIPFirstNeighbor()
63 if (ats.size() == 2) { in endAtomCIPFirstNeighbor()
64 return sketcherMinimizerAtom::CIPPriority(ats[0], ats[1], endAtom); in endAtomCIPFirstNeighbor()
/dports/science/openbabel/openbabel-3.1.1/external/coordgen-master/coordgen/
H A DsketcherMinimizerBond.cpp28 std::vector<sketcherMinimizerAtom*> ats; in startAtomCIPFirstNeighbor() local
31 ats.push_back(n); in startAtomCIPFirstNeighbor()
34 if (ats.size() == 2) { in startAtomCIPFirstNeighbor()
35 return sketcherMinimizerAtom::CIPPriority(ats[0], ats[1], in startAtomCIPFirstNeighbor()
57 std::vector<sketcherMinimizerAtom*> ats; in endAtomCIPFirstNeighbor() local
60 ats.push_back(n); in endAtomCIPFirstNeighbor()
63 if (ats.size() == 2) { in endAtomCIPFirstNeighbor()
64 return sketcherMinimizerAtom::CIPPriority(ats[0], ats[1], endAtom); in endAtomCIPFirstNeighbor()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_device/android/
H A Daudio_track_jni.cc105 AttachThreadScoped ats(g_jvm); in ~AudioTrackJni() local
106 JNIEnv* jni = ats.env(); in ~AudioTrackJni()
132 AttachThreadScoped ats(g_jvm); in InitPlayout() local
133 JNIEnv* jni = ats.env(); in InitPlayout()
158 AttachThreadScoped ats(g_jvm); in StartPlayout() local
159 JNIEnv* jni = ats.env(); in StartPlayout()
179 JNIEnv* jni = ats.env(); in StopPlayout()
205 JNIEnv* jni = ats.env(); in SetSpeakerVolume()
218 JNIEnv* jni = ats.env(); in MaxSpeakerVolume()
238 JNIEnv* jni = ats.env(); in SpeakerVolume()
[all …]
H A Daudio_record_jni.cc110 AttachThreadScoped ats(g_jvm); in ~AudioRecordJni() local
111 JNIEnv* jni = ats.env(); in ~AudioRecordJni()
137 AttachThreadScoped ats(g_jvm); in InitRecording() local
138 JNIEnv* jni = ats.env(); in InitRecording()
166 AttachThreadScoped ats(g_jvm); in StartRecording() local
167 JNIEnv* jni = ats.env(); in StartRecording()
186 AttachThreadScoped ats(g_jvm); in StopRecording() local
187 JNIEnv* jni = ats.env(); in StopRecording()
225 JNIEnv* jni = ats.env(); in BuiltInAECIsAvailable()
240 JNIEnv* jni = ats.env(); in EnableBuiltInAEC()
[all …]

12345678910>>...91