Home
last modified time | relevance | path

Searched refs:Glossary (Results 1 – 25 of 2319) sorted by relevance

12345678910>>...93

/dports/science/tfel/tfel-3.4.0/src/Glossary/
H A DGlossary.cxx25 const char* Glossary::names[104] = {
701 const GlossaryEntry Glossary::UltimateTensileStrength("UltimateTensileStrength",Glossary::names+93,
725 const GlossaryEntry Glossary::YieldStrength("YieldStrength",Glossary::names+98,Glossary::names+100,
755 Glossary&
756 Glossary::getGlossary() in getGlossary()
758 static Glossary glossary; in getGlossary()
762 Glossary::Glossary(){ in Glossary() function in tfel::glossary::Glossary
769 this->insert(Glossary::Broken); in Glossary()
777 this->insert(Glossary::Damage); in Glossary()
841 this->insert(Glossary::Strain); in Glossary()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/src/Glossary/
H A DGlossary.cxx25 const char* Glossary::names[100] = {
673 const GlossaryEntry Glossary::UltimateTensileStrength("UltimateTensileStrength",Glossary::names+89,
697 const GlossaryEntry Glossary::YieldStrength("YieldStrength",Glossary::names+94,Glossary::names+96,
727 Glossary&
728 Glossary::getGlossary() in getGlossary()
730 static Glossary glossary; in getGlossary()
734 Glossary::Glossary(){ in Glossary() function in tfel::glossary::Glossary
747 this->insert(Glossary::Damage); in Glossary()
809 this->insert(Glossary::Strain); in Glossary()
810 this->insert(Glossary::Stress); in Glossary()
[all …]
/dports/science/tfel/tfel-3.4.0/bindings/python/tfel/
H A DGlossary.cxx24 class_<Glossary,noncopyable>("Glossary",no_init) in declareGlossary()
25 .def("getGlossary",Glossary::getGlossary, in declareGlossary()
28 .def("contains",&Glossary::contains) in declareGlossary()
37 .def_readonly("B10BurnUp",&Glossary::B10BurnUp, in declareGlossary()
39 .def_readonly("Broken",&Glossary::Broken, in declareGlossary()
55 .def_readonly("Damage",&Glossary::Damage, in declareGlossary()
89 .def_readonly("HeatFlux",&Glossary::HeatFlux, in declareGlossary()
151 .def_readonly("Porosity",&Glossary::Porosity, in declareGlossary()
159 .def_readonly("Pressure",&Glossary::Pressure, in declareGlossary()
183 .def_readonly("Strain",&Glossary::Strain, in declareGlossary()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/bindings/python/tfel/
H A DGlossary.cxx24 class_<Glossary,noncopyable>("Glossary",no_init) in declareGlossary()
25 .def("getGlossary",Glossary::getGlossary, in declareGlossary()
28 .def("contains",&Glossary::contains) in declareGlossary()
35 .def_readonly("B10BurnUp",&Glossary::B10BurnUp, in declareGlossary()
51 .def_readonly("Damage",&Glossary::Damage, in declareGlossary()
85 .def_readonly("HeatFlux",&Glossary::HeatFlux, in declareGlossary()
147 .def_readonly("Porosity",&Glossary::Porosity, in declareGlossary()
151 .def_readonly("Pressure",&Glossary::Pressure, in declareGlossary()
175 .def_readonly("Strain",&Glossary::Strain, in declareGlossary()
177 .def_readonly("Stress",&Glossary::Stress, in declareGlossary()
[all …]
/dports/sysutils/khelpcenter/khelpcenter-21.12.3/
H A Dglossary.cpp54 bool Glossary::m_alreadyWarned = false;
56 Glossary::Glossary( QWidget *parent ) : QTreeWidget( parent ) in Glossary() function in Glossary
61 connect(this, &Glossary::itemActivated, this, &Glossary::treeItemSelected); in Glossary()
82 void Glossary::showEvent(QShowEvent *event) in showEvent()
96 Glossary::~Glossary() in ~Glossary()
106 Glossary::CacheStatus Glossary::cacheStatus() const in cacheStatus()
116 int Glossary::glossaryCTime() const in glossaryCTime()
124 void Glossary::rebuildGlossaryCache() in rebuildGlossaryCache()
187 void Glossary::buildGlossaryTree() in buildGlossaryTree()
256 void Glossary::treeItemSelected( QTreeWidgetItem *item ) in treeItemSelected()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/mfront/tests/unit-tests/
H A DBehaviourDataTest.cxx81 using tfel::glossary::Glossary; in test2()
89 TFEL_TESTS_ASSERT(!bd.isGlossaryNameUsed(Glossary::YoungModulus)); in test2()
90 TFEL_TESTS_ASSERT(!bd.isGlossaryNameUsed(Glossary::PoissonRatio)); in test2()
100 bd.setGlossaryName("young",Glossary::YoungModulus); in test2()
101 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(Glossary::YoungModulus)); in test2()
102 TFEL_TESTS_ASSERT(!bd.isGlossaryNameUsed(Glossary::PoissonRatio)); in test2()
103 TFEL_TESTS_ASSERT(bd.getExternalName("young")==Glossary::YoungModulus); in test2()
121 bd.setGlossaryName("nu",Glossary::PoissonRatio); in test2()
122 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(Glossary::YoungModulus)); in test2()
123 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(Glossary::PoissonRatio)); in test2()
[all …]
H A DDSLTest2.cxx.in31 #include"TFEL/Glossary/Glossary.hxx"
32 #include"TFEL/Glossary/GlossaryEntry.hxx"
86 TFEL_TESTS_ASSERT((bd.isGlossaryNameUsed(mh,Glossary::YoungModulus)));
87 TFEL_TESTS_ASSERT((bd.getExternalName(mh,"young")==Glossary::YoungModulus));
93 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(mh,Glossary::PoissonRatio));
94 TFEL_TESTS_ASSERT((bd.getExternalName(mh,"nu")==Glossary::PoissonRatio));
116 TFEL_TESTS_ASSERT((bd.isGlossaryNameUsed(Glossary::YoungModulus)));
119 TFEL_TESTS_ASSERT((bd.getExternalName("young")==Glossary::YoungModulus));
120 TFEL_TESTS_ASSERT((bd.getVariableNameFromGlossaryNameOrEntryName(Glossary::YoungModulus)==
125 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(Glossary::PoissonRatio));
[all …]
/dports/science/tfel/tfel-3.4.0/mfront/tests/unit-tests/
H A DBehaviourDataTest.cxx81 using tfel::glossary::Glossary; in test2()
89 TFEL_TESTS_ASSERT(!bd.isGlossaryNameUsed(Glossary::YoungModulus)); in test2()
90 TFEL_TESTS_ASSERT(!bd.isGlossaryNameUsed(Glossary::PoissonRatio)); in test2()
100 bd.setGlossaryName("young",Glossary::YoungModulus); in test2()
101 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(Glossary::YoungModulus)); in test2()
102 TFEL_TESTS_ASSERT(!bd.isGlossaryNameUsed(Glossary::PoissonRatio)); in test2()
103 TFEL_TESTS_ASSERT(bd.getExternalName("young")==Glossary::YoungModulus); in test2()
121 bd.setGlossaryName("nu",Glossary::PoissonRatio); in test2()
122 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(Glossary::YoungModulus)); in test2()
123 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(Glossary::PoissonRatio)); in test2()
[all …]
H A DDSLTest2.cxx86 TFEL_TESTS_ASSERT((bd.isGlossaryNameUsed(mh,Glossary::YoungModulus))); in test()
87 TFEL_TESTS_ASSERT((bd.getExternalName(mh,"young")==Glossary::YoungModulus)); in test()
88 TFEL_TESTS_ASSERT((bd.getVariableNameFromGlossaryNameOrEntryName(mh,Glossary::YoungModulus)== in test()
93 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(mh,Glossary::PoissonRatio)); in test()
94 TFEL_TESTS_ASSERT((bd.getExternalName(mh,"nu")==Glossary::PoissonRatio)); in test()
116 TFEL_TESTS_ASSERT((bd.isGlossaryNameUsed(Glossary::YoungModulus))); in test2()
119 TFEL_TESTS_ASSERT((bd.getExternalName("young")==Glossary::YoungModulus)); in test2()
120 TFEL_TESTS_ASSERT((bd.getVariableNameFromGlossaryNameOrEntryName(Glossary::YoungModulus)== in test2()
125 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(Glossary::PoissonRatio)); in test2()
126 TFEL_TESTS_ASSERT((bd.getExternalName("nu")==Glossary::PoissonRatio)); in test2()
[all …]
H A DDSLTest2.cxx.in31 #include"TFEL/Glossary/Glossary.hxx"
32 #include"TFEL/Glossary/GlossaryEntry.hxx"
86 TFEL_TESTS_ASSERT((bd.isGlossaryNameUsed(mh,Glossary::YoungModulus)));
87 TFEL_TESTS_ASSERT((bd.getExternalName(mh,"young")==Glossary::YoungModulus));
93 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(mh,Glossary::PoissonRatio));
94 TFEL_TESTS_ASSERT((bd.getExternalName(mh,"nu")==Glossary::PoissonRatio));
116 TFEL_TESTS_ASSERT((bd.isGlossaryNameUsed(Glossary::YoungModulus)));
119 TFEL_TESTS_ASSERT((bd.getExternalName("young")==Glossary::YoungModulus));
120 TFEL_TESTS_ASSERT((bd.getVariableNameFromGlossaryNameOrEntryName(Glossary::YoungModulus)==
125 TFEL_TESTS_ASSERT(bd.isGlossaryNameUsed(Glossary::PoissonRatio));
[all …]
/dports/print/a2ps/a2ps-4.13/doc/
H A Da2ps.info-6151 * Adobe: Glossary.
152 * AFM <1>: Glossary.
155 * Angus Duggan: Glossary.
161 * Charset: Glossary.
162 * Code Set: Glossary.
167 * Delegate: Glossary.
171 * Document Structuring Conventions: Glossary.
172 * DSC <1>: Glossary.
174 * Duplex <1>: Glossary.
176 * DuplexNoTumble: Glossary.
[all …]
/dports/devel/lokalize/lokalize-21.12.3/src/glossary/
H A Dglossary.cpp49 Glossary::Glossary(QObject* parent) in Glossary() function in Glossary
57 bool Glossary::load(const QString& newPath) in load()
124 bool Glossary::save() in save()
143 void Glossary::setClean(bool clean) in setClean()
233 Glossary* glossary = m_glossary; in data()
272 QByteArray Glossary::generateNewId() in generateNewId()
303 QStringList Glossary::subjectFields() const in subjectFields()
311 QByteArray Glossary::id(int index) const in id()
583 void Glossary::hashTermEntry(int index)
592 void Glossary::unhashTermEntry(int index)
[all …]
/dports/science/tfel/tfel-3.4.0/docs/mfront/
H A Dglossary.tex.in8 \newcommand{\Glossary}[4]{
33 \Glossary{MassDensity}{scalaire}{kg/m^{3}}{la densité massique}
65 \Glossary{ThermalConductivity}{scalaire}{W.m^{-1}.K^{-1}}{la
67 \Glossary{ThermalConductivity1}{scalaire}{W.m^{-1}.K^{-1}}{la
70 \Glossary{ThermalConductivity2}{scalaire}{W.m^{-1}.K^{-1}}{la
73 \Glossary{ThermalConductivity3}{scalaire}{W.m^{-1}.K^{-1}}{la
76 \Glossary{SpecificHeat}{scalaire}{J.kg^{-1}.K^{-1}}{la chaleur
82 \Glossary{Temperature}{scalaire}{K}{la température}
121 \Glossary{MeanIrradiationTemperature}{scalaire}{K}{la température
194 \Glossary{ThermalExpansion}{scalaire}{K^{-1}}{le coefficient de
[all …]
/dports/science/tfel-edf/tfel-3.2.1/docs/mfront/
H A Dglossary.tex.in8 \newcommand{\Glossary}[4]{
33 \Glossary{MassDensity}{scalaire}{kg/m^{3}}{la densité massique}
65 \Glossary{ThermalConductivity}{scalaire}{W.m^{-1}.K^{-1}}{la
67 \Glossary{ThermalConductivity1}{scalaire}{W.m^{-1}.K^{-1}}{la
70 \Glossary{ThermalConductivity2}{scalaire}{W.m^{-1}.K^{-1}}{la
73 \Glossary{ThermalConductivity3}{scalaire}{W.m^{-1}.K^{-1}}{la
76 \Glossary{SpecificHeat}{scalaire}{J.kg^{-1}.K^{-1}}{la chaleur
82 \Glossary{Temperature}{scalaire}{K}{la température}
121 \Glossary{MeanIrradiationTemperature}{scalaire}{K}{la température
194 \Glossary{ThermalExpansion}{scalaire}{K^{-1}}{le coefficient de
[all …]
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DHookeStressPotentialBase.cxx115 using tfel::glossary::Glossary; in getIsotropicBehaviourOptions()
118 "young_modulus", Glossary::YoungModulus, in getIsotropicBehaviourOptions()
126 "poisson_ratio", Glossary::PoissonRatio, in getIsotropicBehaviourOptions()
146 using tfel::glossary::Glossary; in getOrthotropicBehaviourElasticMaterialPropertiesOptions()
149 "young_modulus1", Glossary::YoungModulus1, in getOrthotropicBehaviourElasticMaterialPropertiesOptions()
157 "young_modulus2", Glossary::YoungModulus2, in getOrthotropicBehaviourElasticMaterialPropertiesOptions()
165 "young_modulus3", Glossary::YoungModulus3, in getOrthotropicBehaviourElasticMaterialPropertiesOptions()
226 using tfel::glossary::Glossary; in getOrthotropicBehaviourOptions()
249 using tfel::glossary::Glossary; in getGeneralOptions()
291 using tfel::glossary::Glossary; in initialize()
[all …]
H A DMaterialPropertyDescription.cxx90 using tfel::glossary::Glossary; in isGlossaryNameUsed()
91 const auto& glossary = Glossary::getGlossary(); in isGlossaryNameUsed()
148 using tfel::glossary::Glossary; in setGlossaryName()
152 const auto& glossary = Glossary::getGlossary(); in setGlossaryName()
161 using tfel::glossary::Glossary; in setEntryName()
165 const auto& glossary = Glossary::getGlossary(); in setEntryName()
H A DStressCriterionBase.cxx39 bd, "real", "f", tfel::glossary::Glossary::Porosity, 1u, true); in initialize()
51 tfel::glossary::Glossary::Porosity); in initialize()
62 tfel::glossary::Glossary::Porosity); in initialize()
72 tfel::glossary::Glossary::Porosity); in initialize()
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DHookeStressPotentialBase.cxx34 using tfel::glossary::Glossary; in getIsotropicBehaviourOptions()
37 "young_modulus", Glossary::YoungModulus, in getIsotropicBehaviourOptions()
45 "poisson_ratio", Glossary::PoissonRatio, in getIsotropicBehaviourOptions()
74 using tfel::glossary::Glossary; in getOrthotropicBehaviourOptions()
77 "young_modulus1", Glossary::YoungModulus1, in getOrthotropicBehaviourOptions()
85 "young_modulus2", Glossary::YoungModulus2, in getOrthotropicBehaviourOptions()
93 "young_modulus3", Glossary::YoungModulus3, in getOrthotropicBehaviourOptions()
101 "poisson_ratio12", Glossary::PoissonRatio12, in getOrthotropicBehaviourOptions()
168 using tfel::glossary::Glossary; in getGeneralOptions()
192 using tfel::glossary::Glossary; in initialize()
[all …]
H A DMaterialPropertyDescription.cxx90 using tfel::glossary::Glossary; in isGlossaryNameUsed()
91 const auto& glossary = Glossary::getGlossary(); in isGlossaryNameUsed()
148 using tfel::glossary::Glossary; in setGlossaryName()
152 const auto& glossary = Glossary::getGlossary(); in setGlossaryName()
161 using tfel::glossary::Glossary; in setEntryName()
165 const auto& glossary = Glossary::getGlossary(); in setEntryName()
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Glossary/
H A DGlossary.hxx31 struct TFELGLOSSARY_VISIBILITY_EXPORT Glossary struct
37 static Glossary&
166 Glossary();
168 Glossary(const Glossary&);
170 Glossary&
171 operator=(const Glossary&);
/dports/science/tfel/tfel-3.4.0/include/TFEL/Glossary/
H A DGlossary.hxx31 struct TFELGLOSSARY_VISIBILITY_EXPORT Glossary struct
37 static Glossary&
170 Glossary();
172 Glossary(const Glossary&);
174 Glossary&
175 operator=(const Glossary&);
/dports/lang/retro12/RETRO12-2021.4/
H A DGNUmakefile171 glossary: doc/Glossary.txt doc/Glossary.html doc/Glossary-Concise.txt doc/Glossary-Names-and-Stack.…
177 doc/Glossary.txt: bin/retro sorted
178 ./bin/retro tools/glossary.retro export glossary >doc/Glossary.txt
180 doc/Glossary.html: bin/retro sorted
181 ./bin/retro tools/glossary.retro export html >doc/Glossary.html
183 doc/Glossary-Concise.txt: bin/retro sorted
184 ./bin/retro tools/glossary.retro export concise >doc/Glossary-Concise.txt
186 doc/Glossary-Names-and-Stack.txt: bin/retro sorted
187 ./bin/retro tools/glossary.retro export concise-stack >doc/Glossary-Names-and-Stack.txt
H A DMakefile167 glossary: doc/Glossary.txt doc/Glossary.html doc/Glossary-Concise.txt doc/Glossary-Names-and-Stack.…
173 doc/Glossary.txt: bin/retro sorted
174 ./bin/retro tools/glossary.retro export glossary >doc/Glossary.txt
176 doc/Glossary.html: bin/retro sorted
177 ./bin/retro tools/glossary.retro export html >doc/Glossary.html
179 doc/Glossary-Concise.txt: bin/retro sorted
180 ./bin/retro tools/glossary.retro export concise >doc/Glossary-Concise.txt
182 doc/Glossary-Names-and-Stack.txt: bin/retro sorted
183 ./bin/retro tools/glossary.retro export concise-stack >doc/Glossary-Names-and-Stack.txt
/dports/devel/gettext-lint/gettext-lint-0.4/src/
H A DPOFileGlossary18 from Glossary import Glossary
40 glossary = Glossary(args.pop(0))
H A DPOFileGlossary.in18 from Glossary import Glossary
40 glossary = Glossary(args.pop(0))

12345678910>>...93