Home
last modified time | relevance | path

Searched defs:ttype (Results 1 – 12 of 12) sorted by relevance

/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
Djax.js19 …childNodes=[]},appendChild:function(ab){if(ab.parent){ab.parent.removeChild(ab)}if(this.lastChild)…
/plugin/asciimath/
Dasciimathml148r.js97 var AMsqrt = {input:"sqrt", tag:"msqrt", output:"sqrt", tex:null, ttype:UNARY}, property
98 AMroot = {input:"root", tag:"mroot", output:"root", tex:null, ttype:BINARY}, property
99 AMfrac = {input:"frac", tag:"mfrac", output:"/", tex:null, ttype:BINARY}, property
100 AMdiv = {input:"/", tag:"mfrac", output:"/", tex:null, ttype:INFIX}, property
101 AMover = {input:"stackrel", tag:"mover", output:"stackrel", tex:null, ttype:BINARY}, property
102 AMsub = {input:"_", tag:"msub", output:"_", tex:null, ttype:INFIX}, property
103 AMsup = {input:"^", tag:"msup", output:"^", tex:null, ttype:INFIX}, property
104 AMtext = {input:"text", tag:"mtext", output:"text", tex:null, ttype:TEXT}, property
105 AMmbox = {input:"mbox", tag:"mtext", output:"mbox", tex:null, ttype:TEXT}, property
106 AMquote = {input:"\"", tag:"mtext", output:"mbox", tex:null, ttype:TEXT}; property
[all …]
/plugin/diagramsnet/lib/math/config/
DAM_HTMLorMML.js51 …childNodes=[]},appendChild:function(ab){if(ab.parent){ab.parent.removeChild(ab)}if(this.lastChild)…
DAM_HTMLorMML-full.js54 …childNodes=[]},appendChild:function(ab){if(ab.parent){ab.parent.removeChild(ab)}if(this.lastChild)…
DTeX-MML-AM_HTMLorMML.js71 …childNodes=[]},appendChild:function(ab){if(ab.parent){ab.parent.removeChild(ab)}if(this.lastChild)…
DTeX-MML-AM_SVG-full.js67 …childNodes=[]},appendChild:function(ab){if(ab.parent){ab.parent.removeChild(ab)}if(this.lastChild)…
DTeX-MML-AM_HTMLorMML-full.js74 …childNodes=[]},appendChild:function(ab){if(ab.parent){ab.parent.removeChild(ab)}if(this.lastChild)…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
DParserRuleContext.php188 public function getToken(int $ttype, int $i) : ?TerminalNode
210 public function getTokens(int $ttype) : array
DWritableToken.php11 public function setType(int $ttype) : void;
DParser.php171 public function match(int $ttype) : Token
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
DTrees.php124 public static function findAllTokenNodes(ParseTree $tree, int $ttype) : array
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
DParserATNSimulator.php1302 protected function getReachableTarget(Transition $trans, int $ttype) : ?ATNState