Home
last modified time | relevance | path

Searched refs:raw (Results 26 – 50 of 90) sorted by last modified time

1234

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php45 ->raw(";\n");
60 ->raw(', ')
62 ->raw(', ')
64 ->raw(')')
68 $compiler->raw(sprintf('->%s', $method));
76 ->raw('(')
78 ->raw(', $context');
81 $compiler->raw(', $blocks');
84 return $compiler->raw(')');
H A DInlinePrint.php30 ->raw('print (')
32 ->raw(')')
H A DVariadicExpression.php20 $compiler->raw('...');
H A DConditionalExpression.php27 ->raw('((')
29 ->raw(') ? (')
31 ->raw(') : (')
33 ->raw('))')
H A DGetAttrExpression.php44 ->raw('(('.$var.' = ')
46 ->raw(') && is_array(')
47 ->raw($var)
48 ->raw(') || ')
49 ->raw($var)
51 ->raw($var)
52 ->raw('[')
68 ->raw(', ')
75 $compiler->raw(', []');
78 $compiler->raw(', ')
[all …]
H A DMethodCallExpression.php31 ->raw('method_exists($macros[')
33 ->raw('], ')
35 ->raw(')')
42 ->raw('twig_call_macro($macros[')
44 ->raw('], ')
46 ->raw(', [')
51 $compiler->raw(', ');
58 ->raw('], ')
60 ->raw(', $context, $this->getSourceContext())');
H A DNameExpression.php41 ->raw('array_key_exists(')
43 ->raw(', $context)')
47 ->raw('(isset($context[')
51 ->raw(', $context))')
58 ->raw('$context[')
60 ->raw(']')
65 ->raw('($context[')
67 ->raw('] ?? null)')
71 ->raw('(isset($context[')
79 ->raw(' does not exist.\', ')
[all …]
H A DNullCoalesceExpression.php50 ->raw('((')
52 ->raw(') ?? (')
54 ->raw('))')
H A DTempNameExpression.php26 ->raw('$_')
27 ->raw($this->getAttribute('name'))
28 ->raw('_')
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Test/
H A DSameasTest.php27 ->raw('(')
29 ->raw(' === ')
31 ->raw(')')
H A DConstantTest.php31 ->raw('(')
33 ->raw(' === constant(')
38 ->raw('get_class(')
40 ->raw(')."::".')
46 ->raw('))')
H A DEvenTest.php29 ->raw('(')
31 ->raw(' % 2 == 0')
32 ->raw(')')
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Unary/
H A DNegUnary.php21 $compiler->raw('-');
H A DNotUnary.php21 $compiler->raw('!');
H A DPosUnary.php21 $compiler->raw('+');
/template/twigstarter/vendor/twig/twig/src/Node/
H A DForNode.php51 ->raw(");\n")
90 ->raw(' => ')
92 ->raw(") {\n")
H A DIfNode.php51 ->raw(") {\n")
H A DCheckSecurityNode.php52 ->write('static $tags = ')->repr(array_filter($tags))->raw(";\n")
53 ->write('static $filters = ')->repr(array_filter($filters))->raw(";\n")
54 ->write('static $functions = ')->repr(array_filter($functions))->raw(";\n\n")
H A DEmbedNode.php39 ->raw(', ')
41 ->raw(', ')
43 ->raw(', ')
45 ->raw(')')
H A DImportNode.php36 ->raw('] = ')
41 ->raw('$this->macros[')
43 ->raw('] = ')
48 $compiler->raw('$this');
51 ->raw('$this->loadTemplate(')
53 ->raw(', ')
55 ->raw(', ')
57 ->raw(')->unwrap()')
61 $compiler->raw(";\n");
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Binary/
H A DAbstractBinary.php29 ->raw('(')
31 ->raw(' ')
35 ->raw(' ')
37 ->raw(')')
H A DAndBinary.php21 return $compiler->raw('&&');
H A DBitwiseOrBinary.php21 return $compiler->raw('|');
H A DConcatBinary.php21 return $compiler->raw('.');
H A DDivBinary.php21 return $compiler->raw('/');

1234