Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/lib/Twig/Node/
H A DText.php3 use Twig\Node\TextNode; alias
11 class Twig_Node_Text extends TextNode
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DSandboxTokenParser.php17 use Twig\Node\TextNode; alias
41 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
/template/twigstarter/vendor/twig/twig/src/
H A DParser.php27 use Twig\Node\TextNode; alias
136 $rv[] = new TextNode($token->getValue(), $token->getLine());
338 ($node instanceof TextNode && !ctype_space($node->getAttribute('data')))
341 …(!$node instanceof TextNode && !$node instanceof BlockReferenceNode && ($node instanceof NodeOutpu…
/template/twigstarter/vendor/twig/twig/src/Node/
H A DTextNode.php22 class TextNode extends Node implements NodeOutputInterface class
H A DSetNode.php37 if ($values instanceof TextNode) {
H A DModuleNode.php400 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {