Home
last modified time | relevance | path

Searched refs:singleelement (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/convert/
H A Dtest_prop2po.py29 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 Dtest_php2po.py29 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 Dtest_dtd2po.py31 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 Dtest_po2csv.py28 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 Dtest_csv2po.py29 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 Dtest_web2py2po.py14 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 Dtest_oo2po.py24 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 Dtest_mozfunny2prop.py22 def singleelement(self, pofile): member in TestInc2PO
39 pounit = self.singleelement(pofile)
50 pounit = self.singleelement(pofile)
H A Dtest_oo2xliff.py45 poelement = self.singleelement(pofile)
56 poelement = self.singleelement(pofile)
H A Dtest_xliff2po.py278 def singleelement(self, pofile): member in TestXLIFF2POCommand
321 poelement = self.singleelement(pofile)
337 poelement = self.singleelement(pofile)
H A Dtest_json2po.py16 def singleelement(self, storage): member in TestJson2PO
H A Dtest_po2ts.py17 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 DEMT.h189 const emt_parameters *singleelement; ///< Element if only one element, 0 otherwise. variable
H A DEMT.cpp220 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()