Home
last modified time | relevance | path

Searched refs:translateMathML (Results 1 – 20 of 20) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c++/
H A DtranslateMath.cpp59 char *translateMathML (const char *xml);
100 result = (str[0] == '<') ? translateMathML(str) : translateInfix(str); in main()
147 translateMathML (const char* xml) in translateMathML() function
H A DtranslateL3Math.cpp60 char *translateMathML (const char *xml);
156 result = (str[0] == '<') ? translateMathML(str) : translateInfix(str, settings); in main()
204 translateMathML (const char* xml) in translateMathML() function
/dports/biology/libsbml/libsbml-5.19.0/examples/c++/
H A DtranslateMath.cpp59 char *translateMathML (const char *xml);
100 result = (str[0] == '<') ? translateMathML(str) : translateInfix(str); in main()
147 translateMathML (const char* xml) in translateMathML() function
H A DtranslateL3Math.cpp60 char *translateMathML (const char *xml);
156 result = (str[0] == '<') ? translateMathML(str) : translateInfix(str, settings); in main()
204 translateMathML (const char* xml) in translateMathML() function
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c/
H A DtranslateMath.c54 char *translateMathML (const char *xml);
93 translateMathML(buffer) : translateInfix(buffer); in main()
137 translateMathML (const char *xml) in translateMathML() function
H A DtranslateL3Math.c55 char *translateMathML (const char *xml);
153 translateMathML(buffer) : translateInfix(buffer, settings); in main()
201 translateMathML (const char* xml) in translateMathML() function
/dports/biology/libsbml/libsbml-5.19.0/examples/c/
H A DtranslateMath.c54 char *translateMathML (const char *xml);
93 translateMathML(buffer) : translateInfix(buffer); in main()
137 translateMathML (const char *xml) in translateMathML() function
H A DtranslateL3Math.c55 char *translateMathML (const char *xml);
153 translateMathML(buffer) : translateInfix(buffer, settings); in main()
201 translateMathML (const char* xml) in translateMathML() function
/dports/biology/libsbml/libsbml-5.19.0/examples/perl/
H A DtranslateMath.pl61 ($math =~ m/^</) ? translateMathML($math) : translateInfix($math),
72 sub translateMathML { subroutine
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/perl/
H A DtranslateMath.pl61 ($math =~ m/^</) ? translateMathML($math) : translateInfix($math),
72 sub translateMathML { subroutine
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/ruby/
H A DtranslateMath.rb66 def translateMathML(xml) method
95 result = translateMathML(str)
/dports/biology/libsbml/libsbml-5.19.0/examples/ruby/
H A DtranslateMath.rb66 def translateMathML(xml) method
95 result = translateMathML(str)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/python/
H A DtranslateMath.py69 def translateMathML(xml): function
98 result = translateMathML(str)
/dports/biology/libsbml/libsbml-5.19.0/examples/python/
H A DtranslateMath.py69 def translateMathML(xml): function
98 result = translateMathML(str)
/dports/biology/libsbml/libsbml-5.19.0/examples/csharp/
H A DtranslateMath.cs83 result = (str[0] == '<') ? translateMathML(str) : translateInfix(str); in Main()
119 public static string translateMathML(string xml) in translateMathML() method in TranslateMath
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/csharp/
H A DtranslateMath.cs83 result = (str[0] == '<') ? translateMathML(str) : translateInfix(str); in Main()
119 public static string translateMathML(string xml) in translateMathML() method in TranslateMath
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/r/
H A DtranslateMath.R84 translateMathML <- function(xml) { function
122 result = translateMathML(buffer)
/dports/biology/libsbml/libsbml-5.19.0/examples/r/
H A DtranslateMath.R84 translateMathML <- function(xml) { function
122 result = translateMathML(buffer)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/java/
H A DtranslateMath.java95 translateMathML(mathStr) : translateInfix(mathStr); in main()
119 static String translateMathML (String xml) in translateMathML() method in translateMath
/dports/biology/libsbml/libsbml-5.19.0/examples/java/
H A DtranslateMath.java95 translateMathML(mathStr) : translateInfix(mathStr); in main()
119 static String translateMathML (String xml) in translateMathML() method in translateMath