Home
last modified time | relevance | path

Searched refs:TextNode (Results 1 – 25 of 44) sorted by path

12

/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4379 this.TextNode=domplate(Firebug.Rep,{tag:OBJECTLINK("<",SPAN({"class":"nodeTag"},"TextNode")," textContent="",SPAN({"class":"nodeValue"},"$object.textContent|cropString"),""",">"),className:"textNode",supportsObject:function(object){return object instanceof Text
/plugin/diagramsnet/lib/math/
H A DMathJax.js19 …is.Element(a,d,c))},TextNode:function(a){return document.createTextNode(a)},addText:function(a,b){…
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js56 …ment:MathJax.HTML.Element,addElement:MathJax.HTML.addElement,TextNode:MathJax.HTML.TextNode,addTex…
H A DAccessible-full.js64 …"\\"),"$"];g=0}c=MathJax.HTML.Element("span",null,c);var e=MathJax.HTML.TextNode(b.nodeValue.subst…
65 …g.getAttribute("alttext"));if(e==="alttext"){if(d!=null){e=MathJax.HTML.TextNode(d)}else{e=null}}e…
78 …ment:MathJax.HTML.Element,addElement:MathJax.HTML.addElement,TextNode:MathJax.HTML.TextNode,addTex…
H A DAccessible.js61 …"\\"),"$"];g=0}c=MathJax.HTML.Element("span",null,c);var e=MathJax.HTML.TextNode(b.nodeValue.subst…
62 …g.getAttribute("alttext"));if(e==="alttext"){if(d!=null){e=MathJax.HTML.TextNode(d)}else{e=null}}e…
H A DMML_HTMLorMML-full.js48 …g.getAttribute("alttext"));if(e==="alttext"){if(d!=null){e=MathJax.HTML.TextNode(d)}else{e=null}}e…
56 …ment:MathJax.HTML.Element,addElement:MathJax.HTML.addElement,TextNode:MathJax.HTML.TextNode,addTex…
H A DMML_HTMLorMML.js46 …g.getAttribute("alttext"));if(e==="alttext"){if(d!=null){e=MathJax.HTML.TextNode(d)}else{e=null}}e…
H A DTeX-MML-AM_HTMLorMML-full.js60 …"\\"),"$"];g=0}c=MathJax.HTML.Element("span",null,c);var e=MathJax.HTML.TextNode(b.nodeValue.subst…
61 …g.getAttribute("alttext"));if(e==="alttext"){if(d!=null){e=MathJax.HTML.TextNode(d)}else{e=null}}e…
76 …ment:MathJax.HTML.Element,addElement:MathJax.HTML.addElement,TextNode:MathJax.HTML.TextNode,addTex…
H A DTeX-MML-AM_HTMLorMML.js57 …"\\"),"$"];g=0}c=MathJax.HTML.Element("span",null,c);var e=MathJax.HTML.TextNode(b.nodeValue.subst…
58 …g.getAttribute("alttext"));if(e==="alttext"){if(d!=null){e=MathJax.HTML.TextNode(d)}else{e=null}}e…
H A DTeX-MML-AM_SVG-full.js53 …"\\"),"$"];g=0}c=MathJax.HTML.Element("span",null,c);var e=MathJax.HTML.TextNode(b.nodeValue.subst…
54 …g.getAttribute("alttext"));if(e==="alttext"){if(d!=null){e=MathJax.HTML.TextNode(d)}else{e=null}}e…
68 …ddElement:function(o,n,p){return o.appendChild(this.Element(n,p))},TextNode:g.TextNode,addText:g.a…
/plugin/diagramsnet/lib/math/extensions/
H A Dmml2jax.js19 …g.getAttribute("alttext"));if(e==="alttext"){if(d!=null){e=MathJax.HTML.TextNode(d)}else{e=null}}e…
H A Dtex2jax.js19 …"\\"),"$"];g=0}c=MathJax.HTML.Element("span",null,c);var e=MathJax.HTML.TextNode(b.nodeValue.subst…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Djax.js19 …ment:MathJax.HTML.Element,addElement:MathJax.HTML.addElement,TextNode:MathJax.HTML.TextNode,addTex…
/plugin/diagramsnet/lib/math/jax/output/SVG/
H A Djax.js19 …ddElement:function(o,n,p){return o.appendChild(this.Element(n,p))},TextNode:g.TextNode,addText:g.a…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst96 \Twig\Node\TextNode(Hello )
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Node/
H A DText.php3 use Twig\Node\TextNode; alias
8 class Twig_Node_Text extends TextNode
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DModuleNode.php403 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
H A DSetNode.php37 if ($values instanceof TextNode) {
H A DTextNode.php22 class TextNode extends Node implements NodeOutputInterface class
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php26 use Twig\Node\TextNode; alias
161 $rv[] = new TextNode($token->getValue(), $token->getLine());
397 ($node instanceof TextNode && !ctype_space($node->getAttribute('data')))
399 …(!$node instanceof TextNode && !$node instanceof BlockReferenceNode && $node instanceof NodeOutput…
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSandboxTokenParser.php17 use Twig\Node\TextNode; alias
43 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DAutoEscapeTest.php14 use Twig\Node\TextNode; alias
21 $body = new Node([new TextNode('foo', 1)]);
30 $body = new Node([new TextNode('foo', 1)]);
H A DBlockTest.php13 use Twig\Node\TextNode; alias
20 $body = new TextNode('foo', 1);
29 $body = new TextNode('foo', 1);
H A DMacroTest.php16 use Twig\Node\TextNode; alias
23 $body = new TextNode('foo', 1);
34 $body = new TextNode('foo', 1);
H A DModuleTest.php20 use Twig\Node\TextNode; alias
28 $body = new TextNode('foo', 1);
49 $body = new TextNode('foo', 1);

12