Searched refs:TextNode (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.js | 6852 function TextNode(text) { 6861 var _proto2 = TextNode.prototype; 6885 return TextNode; 6972 TextNode: mathMLTree_TextNode, property 7000 return new mathMLTree.TextNode(text); 7206 var annotation = new mathMLTree.MathNode("annotation", [new mathMLTree.TextNode(texExpression)]); 7334 …var node = new mathMLTree.MathNode("mo", [new mathMLTree.TextNode(stretchyCodePoint[label.substr(1… 10971 …var leftOp = new mathMLTree.MathNode("mo", [new mathMLTree.TextNode(group.leftDelim.replace("\\", … 10979 …var rightOp = new mathMLTree.MathNode("mo", [new mathMLTree.TextNode(group.rightDelim.replace("\\"… 12457 if (node.children.length === 1 && child instanceof mathMLTree.TextNode) { [all …]
|
D | katex.min.js | 1 …TextNode:xe,SpaceNode:function(){function t(t){this.width=void 0,this.character=void 0,this.width=… property
|
D | katex.mjs | 6810 class TextNode { class 6923 TextNode, property 6943 return new mathMLTree.TextNode(text); 7067 if (child instanceof TextNode && child.text === '.') { 7074 …if (lastChild instanceof TextNode && lastChild.text === '\u0338' && (group.type === 'mo' || group.… 7077 if (child instanceof TextNode && child.text.length > 0) { 7140 …const annotation = new mathMLTree.MathNode("annotation", [new mathMLTree.TextNode(texExpression)]); 7254 …const node = new mathMLTree.MathNode("mo", [new mathMLTree.TextNode(stretchyCodePoint[label.substr… 10816 …const leftOp = new mathMLTree.MathNode("mo", [new mathMLTree.TextNode(group.leftDelim.replace("\\"… 10824 …const rightOp = new mathMLTree.MathNode("mo", [new mathMLTree.TextNode(group.rightDelim.replace("\… [all …]
|