Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js378 …mpty_,this),MACTION:goog.bind(this.action_,this)}};goog.inherits(sre.SemanticMathml,sre.SemanticAb…
380SemanticMathml.prototype.addAttributes=function(a,b){if(b.hasAttributes()){b=b.attributes;for(var …
382SemanticMathml.prototype.fraction_=function(a,b){return sre.SemanticProcessor.getInstance().fracti…
383SemanticMathml.prototype.root_=function(a,b){return this.getFactory().makeBranchNode(sre.SemanticA…
384SemanticMathml.prototype.table_=function(a,b){var c=a.getAttribute("semantics");if(c&&c.match("bsp…
387 sre.SemanticMathml.prototype.text_=function(a,b){return sre.SemanticProcessor.getInstance().text(a.…
388SemanticMathml.prototype.identifier_=function(a,b){a=sre.SemanticProcessor.getInstance().identifie…
389SemanticMathml.prototype.operator_=function(a,b){a=this.leaf_(a);a.type===sre.SemanticAttr.Type.UN…
390 sre.SemanticMathml.prototype.enclosed_=function(a,b){b=this.parseList(sre.SemanticUtil.purgeNodes(b…
392SemanticMathml.prototype.empty_=function(a,b){return this.getFactory().makeEmptyNode()};sre.Semant…
[all …]