Searched refs:TextNode (Results 1 – 6 of 6) sorted by relevance
18 use Twig\Node\TextNode; alias48 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
24 class TextNode extends Node implements NodeOutputInterface class
40 } elseif ($values instanceof TextNode) {
26 use Twig\Node\TextNode; alias106 return new TextNode($exprNode->getAttribute('value'), $exprNode->getTemplateLine());
36 use Twig\Node\TextNode; alias181 $rv[] = new TextNode($token->getValue(), $token->getLine());557 ($node instanceof TextNode && !ctype_space($node->getAttribute('data')))558 …|| (!$node instanceof TextNode && !$node instanceof BlockReferenceNode && $node instanceof NodeOut…
4379 this.TextNode=domplate(Firebug.Rep,{tag:OBJECTLINK("<",SPAN({"class":"nodeTag"},"TextNode"),"&nb…