Home
last modified time | relevance | path

Searched refs:spc_code (Results 1 – 2 of 2) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DMathClass.cpp145 int spc_code = pair_spc[mc1][mc2]; in class_spacing() local
148 if (spc_code < 0) { in class_spacing()
152 spc_code = abs(spc_code); in class_spacing()
156 spc_code = 0; in class_spacing()
161 switch(spc_code) { in class_spacing()
/dports/biology/py-ete3/ete3-3.1.2/ete3/phylomedb/
H A DphylomeDB.py209 spc_code = phyID[:3]
214 …" AND protid=%s) ORDER BY length(seq) DESC LIMIT 1; ' % (prot_number,spc_code,spc_code,prot_number)
268 for spc_code, protid in self._SQL.fetchall():
269 phyID = self.get_longest_isoform("%s%07d" % (spc_code,protid))