Searched refs:singleelement (Results 1 – 14 of 14) sorted by relevance
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/convert/ |
H A D | test_prop2po.py | 29 def singleelement(self, pofile): member in TestProp2PO 46 pounit = self.singleelement(pofile) 55 pounit = self.singleelement(pofile) 63 pounit = self.singleelement(pofile) 72 pounit = self.singleelement(pofile) 81 pounit = self.singleelement(pofile) 88 pounit = self.singleelement(pofile) 93 pounit = self.singleelement(pofile) 205 unit = self.singleelement(pofile) 212 unit = self.singleelement(pofile) [all …]
|
H A D | test_php2po.py | 29 def singleelement(self, pofile): member in TestPhp2PO 46 pounit = self.singleelement(pofile) 55 pounit = self.singleelement(pofile) 65 pounit = self.singleelement(pofile) 75 pounit = self.singleelement(pofile) 92 pounit = self.singleelement(pofile) 111 pounit = self.singleelement(pofile) 119 pounit = self.singleelement(pofile) 129 pounit = self.singleelement(pofile) 149 unit = self.singleelement(pofile) [all …]
|
H A D | test_dtd2po.py | 31 def singleelement(self, pofile): member in TestDTD2PO 49 pounit = self.singleelement(pofile) 56 pounit = self.singleelement(pofile) 65 unit = self.singleelement(pofile) 73 pounit = self.singleelement(pofile) 80 pounit = self.singleelement(pofile) 88 pounit = self.singleelement(pofile) 104 unit = self.singleelement(pofile) 243 unit = self.singleelement(pofile) 255 unit = self.singleelement(pofile) [all …]
|
H A D | test_po2csv.py | 28 def singleelement(self, storage): member in TestPO2CSV 39 unit = self.singleelement(csvfile) 51 unit = self.singleelement(csvfile) 61 unit = self.singleelement(csvfile) 65 unit = self.singleelement(pofile) 75 unit = self.singleelement(csvfile) 130 unit = self.singleelement(csvfile)
|
H A D | test_csv2po.py | 29 def singleelement(self, storage): member in TestCSV2PO 41 pounit = self.singleelement(pofile) 44 pounit = self.singleelement(pofile) 58 pounit = self.singleelement(pofile) 70 unit = self.singleelement(pofile) 80 unit = self.singleelement(pofile) 125 pounit = self.singleelement(pofile)
|
H A D | test_web2py2po.py | 14 def singleelement(self, storage): member in TestWEB2PY2PO 28 pounit = self.singleelement(po_out) 41 pounit = self.singleelement(po_out) 54 pounit = self.singleelement(po_out)
|
H A D | test_oo2po.py | 24 def singleelement(self, pofile): member in TestOO2PO 78 pounit = self.singleelement(pofile) 86 pounit = self.singleelement(pofile) 129 pounit = self.singleelement(pofile) 138 pounit = self.singleelement(pofile) 234 poelement = self.singleelement(pofile) 245 poelement = self.singleelement(pofile)
|
H A D | test_mozfunny2prop.py | 22 def singleelement(self, pofile): member in TestInc2PO 39 pounit = self.singleelement(pofile) 50 pounit = self.singleelement(pofile)
|
H A D | test_oo2xliff.py | 45 poelement = self.singleelement(pofile) 56 poelement = self.singleelement(pofile)
|
H A D | test_xliff2po.py | 278 def singleelement(self, pofile): member in TestXLIFF2POCommand 321 poelement = self.singleelement(pofile) 337 poelement = self.singleelement(pofile)
|
H A D | test_json2po.py | 16 def singleelement(self, storage): member in TestJson2PO
|
H A D | test_po2ts.py | 17 def singleelement(self, storage): member in TestPO2TS
|
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/EMT_Asap__MD_128315414717_004/ |
H A D | EMT.h | 189 const emt_parameters *singleelement; ///< Element if only one element, 0 otherwise. variable
|
H A D | EMT.cpp | 220 singleelement = parameters[0]; in SetAtoms() 224 singleelement = 0; in SetAtoms() 1885 ASSERT(singleelement != 0); in GetLatticeConstant() 1886 return Beta * singleelement->seq * sqrt(2.0); in GetLatticeConstant()
|