Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/TokenParser/
DSandboxTokenParser.php18 use Twig\Node\TextNode; alias
48 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
/template/twigstarter/vendor/twig/twig/src/Node/
DTextNode.php24 class TextNode extends Node implements NodeOutputInterface class
DSetNode.php40 } elseif ($values instanceof TextNode) {
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DOptimizerNodeVisitor.php26 use Twig\Node\TextNode; alias
106 return new TextNode($exprNode->getAttribute('value'), $exprNode->getTemplateLine());
/template/twigstarter/vendor/twig/twig/src/
DParser.php36 use Twig\Node\TextNode; alias
181 $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…
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js4379 this.TextNode=domplate(Firebug.Rep,{tag:OBJECTLINK("<",SPAN({"class":"nodeTag"},"TextNode"),"&nb…