HomeSort by relevance Sort by last modified time
    Searched full:asciimath (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/examples/
gen_example_doxy.php 140 * @PARAM mtch_arr array - Array of ASCIIMath expressions
155 static $asciimath; variable
157 if (!isset($asciimath)) $asciimath = new ASCIIMathPHP($symbol_arr);
161 $asciimath->setExpr($txt);
162 $asciimath->genMathML($math_attr_arr);
164 return($asciimath->getMathML());
170 * ASCIIMath pretty-prints its output, with linefeeds
  /external/libvpx/libvpx/examples/includes/
vp8_doc_tools.php 48 * @PARAM mtch_arr array - Array of ASCIIMath expressions
60 static $asciimath; variable
62 if (!isset($asciimath)) $asciimath = new ASCIIMathPHP($symbol_arr);
66 $asciimath->setExpr($txt);
67 $asciimath->genMathML($math_attr_arr);
69 return($asciimath->getMathML());
75 * ASCIIMath pretty-prints its output, with linefeeds
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax.js 171 * Translates an AsciiMath expression into a MathML element.
173 * @param {string} asciiMath The AsciiMath expression.
176 cvox.MathJax.asciiMathToMml = function(callbackId, asciiMath, cvoxId) {
181 asciiMath);
mathjax_external_util.js 220 ' jax: ["input/AsciiMath", "input/TeX"],\n' +
232 ' function() {MathJax.Hub.inputJax["math/asciimath"].Process();\n' +
402 * "math/tex", "math/asciimath")
404 * by MathJax (e.g., TeX, AsciiMath)
472 * Converts an AsciiMath expression into MathML string.
475 * @param {string} math Expression in AsciiMath.
479 callback, math, 'math/asciimath', 'AsciiMath', 'asciimathError',
480 MathJax.InputJax.AsciiMath.AM.parseMath);
  /external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
htmlMathML.js 37 if (tmp_node.className == 'asciimath') {
ASCIIMathPHP-2.0.class.php 8 * These classes are a PHP port of ASCIIMath
34 * ASCIIMath 1.4.7 functionality.
    [all...]

Completed in 657 milliseconds