Home
last modified time | relevance | path

Searched refs:AHS (Results 1 – 25 of 135) sorted by relevance

123456

/dports/cad/opencascade/opencascade-7.6.0/src/GeomAPI/
H A DGeomAPI.cxx79 Handle(GeomAdaptor_Surface) AHS = new GeomAdaptor_Surface(ThePlane); in Handle()
81 Adaptor3d_CurveOnSurface COS(AHC,AHS); in Handle()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/main/java/org/apache/hadoop/yarn/server/webproxy/
H A DAppReportFetcher.java44 enum AppReportSource { RM, AHS } enumConstant
138 fetchedAppReport = new FetchedAppReport(appReport, AppReportSource.AHS); in getApplicationReport()
H A DWebAppProxyServlet.java296 fetchedAppReport.getAppReportSource() != AppReportSource.AHS) { in doGet()
332 == AppReportSource.AHS) { in doGet()
/dports/biology/molden/molden5.8/plush/
H A DAHS1 mol="AHS" Charge="0"
/dports/sysutils/py-hpilo/python-hpilo-4.4.3/docs/
H A Dahs.rst5 let you inspect and manipulate the AHS and ERS configuration and submit data.
/dports/games/freeciv/freeciv-2.6.6/data/amplio2/
H A Dunits.spec96 2, 7, "u.stealth_fighter" ; [Nemo] & [AHS]
/dports/games/freeciv-nox11/freeciv-2.6.6/data/amplio2/
H A Dunits.spec96 2, 7, "u.stealth_fighter" ; [Nemo] & [AHS]
/dports/cad/lepton-eda/lepton-eda-1.9.17/symbols/sym/misc/
H A DHIP4080A-1.sym99 pinlabel=AHS
H A DHIP4081A-1.sym99 pinlabel=AHS
/dports/cad/geda/geda-gaf-1.8.2/symbols/misc/
H A DHIP4081A-1.sym99 pinlabel=AHS
H A DHIP4080A-1.sym99 pinlabel=AHS
/dports/net-mgmt/observium/observium/mibs/a3com/
H A DA3COM51-SS9000SX32 -- 06-aug-97 AHS - Add MAU-type definitions per e-mail from PB 06-aug-97
33 -- 20-aug-97 AHS - Add invalidLoginAttempt trap
/dports/cad/opencascade/opencascade-7.6.0/src/Adaptor3d/
H A DAdaptor3d_CurveOnSurface.cxx1785 Handle( Adaptor3d_Surface) AHS; in LocatePart_Offset() local
1787 AHS = S->BasisSurface(); in LocatePart_Offset()
1788 GeomAbs_SurfaceType BasisSType = AHS->GetType(); in LocatePart_Offset()
1792 Ok = LocatePart_RevExt(UV,DUV,AHS,LeftBot,RightTop); in LocatePart_Offset()
1796 LocatePart(UV,DUV,AHS,LeftBot,RightTop); in LocatePart_Offset()
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/meinberg/
H A DMBG-SNMP-XPT-MIB82 --- "15: AHS"
196 --- "15: AHS"
/dports/net-mgmt/observium/observium/mibs/meinberg/
H A DMBG-SNMP-XPT-MIB82 --- "15: AHS"
196 --- "15: AHS"
/dports/science/mbdyn/mbdyn-1.7.3/manual/
H A Dmybib.bib15 AHS = "{American Helicopter Society}"
19 JAHS = "{Journal of the }" # AHS
831 booktitle = "{AIAA/ASME/AHS} Structures, Structural Dynamics and Materials Conference"
996 booktitle = AHS # " $55^{\rm th}$ Forum",
1006 booktitle = AHS # " $55^{\rm th}$ Forum",
1174 booktitle = AHS # " $55^{\rm th}$ Forum",
1243 …booktitle = "{AIAA/ASME/AHS/ASC $33^{\rm rd}$ Structures, Structural Dynamics, and Materials Confe…
1253 booktitle = "{$49^{\rm th}$ Forum of the }" # AHS,
2427 booktitle = AHS # " \ensuremath{31^{\mathrm{st}}} Forum",
2878 @INPROCEEDINGS{MASARATI-AHS-SPECIALISTS-2004,
[all …]
/dports/net/istgt/istgt-20150713/
H A DChangeLog.jp666 AHSのサイズ計算を間違えていたのを修正
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/
H A DDakota.bib253 …booktitle = {Proceedings of the 48th {AIAA/ASME/ASCE/AHS/ASC} Structures, Structural Dynamics, and…
827 …booktitle = {Proceedings of the 47th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics and …
1531 …booktitle = {Proceedings of the 48th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and…
2030 booktitle = {Proceedings of the 43rd AIAA/ASME/ASCE/AHS/ASC Structures,
2200 …booktitle = {Proceedings of the 47th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and…
2393 …booktitle = {Proc. 42rd AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conf…
2413 …booktitle = {Proc. 47th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conf…
2430 …booktitle = {Proceedings of the 51st AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and…
2440 …booktitle = {Proceedings of the 51st AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and…
2624 …booktitle = {Proceedings of the 47th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, an…
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/test/java/org/apache/hadoop/yarn/server/webproxy/
H A DTestWebAppProxyServlet.java451 fetchedReport = new FetchedAppReport(result, AppReportSource.AHS); in getDefaultApplicationReport()
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/hp/
H A DCPQHLTH-MIB4999 configuration. Attempt to boot the server. (3)If error persists, capture the AHS
5006 known good Processor. Attempt to boot the server. (4) If error persists, capture the AHS
5017 (4) If error persists, capture the AHS logs and contact your support representative for
5025 … the server. (3) If error persists, capture the AHS logs and contact your support representative
5033 to boot the server. (4) If error persists, capture the AHS logs and contact your support
5041 attempt to boot the server. (4) If error persists, capture the AHS logs and contact your
5050 the AHS logs and contact your support representative for assistance.
5065 capture the AHS logs and contact your support representative for assistance.
5078 known good Power supply. Attempt to boot the server. (3) If error persists, capture the AHS
5086 attempt to boot the server. (4) If error persists, capture the AHS logs and contact your
[all …]
/dports/textproc/link-grammar/link-grammar-5.8.0/data/ar/words/
H A Dwords.PV_V121 AHS.PVV
/dports/math/libmesh/libmesh-1.6.2/doc/citations/
H A Dthirteen.bib916 …booktitle = {{54th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conferenc…
926 …booktitle = {{54th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conferenc…
/dports/mail/thunderbird-dictionaries/dictionaries/spell-sv.xpi/
H A Dsv.dic3789 derivation/AHS
4997 etermedia/AHS
5260 faraon/AHS
6434 f�rgbild/AHS
11244 klon/AHS
11897 kortfilm/AHS
12832 lett/AHS
20591 symaskin/AHS
22647 utgift/AHS
23991 �ppettid/AHS
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Tools/SeqPattern/
H A DBacktranslate.pm419 ADM ADR ADS ADW ADY AHK AHM AHR AHS AHW AHY AVK AVM AVR AVS AVW AVY AKB AKD
/dports/textproc/gnugrep/grep-3.7/po/
H A Dtr.po809 #~ "Hiçbir garantisi yoktur; hatta SATILABİLİRLİĞİ veya ŞAHSİ KULLANIMINIZA\n"

123456