Home
last modified time | relevance | path

Searched refs:raw (Results 201 – 225 of 417) sorted by path

12345678910>>...17

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php54 ->raw(";\n");
69 ->raw(', ')
71 ->raw(', ')
73 ->raw(')')
77 $compiler->raw(sprintf('->%s', $method));
86 ->raw('(')
88 ->raw(', $context');
91 $compiler->raw(', $blocks');
94 return $compiler->raw(')');
H A DCallExpression.php29 $compiler->raw($callable);
48 $compiler->raw($this->getAttribute('thing')->compile());
54 $compiler->raw(')');
60 $compiler->raw($isArray ? '[' : '(');
65 $compiler->raw('$this->env');
71 $compiler->raw(', ');
73 $compiler->raw('$context');
80 $compiler->raw(', ');
89 $compiler->raw(', ');
102 $compiler->raw(', ');
[all …]
H A DConditionalExpression.php27 ->raw('((')
29 ->raw(') ? (')
31 ->raw(') : (')
33 ->raw('))')
H A DGetAttrExpression.php37 $compiler->raw('twig_template_get_attributes($this, ');
39 $compiler->raw('$this->getAttribute(');
48 $compiler->raw(', ')->subcompile($this->getNode('attribute'));
58 $compiler->raw(', ')->subcompile($this->getNode('arguments'));
60 $compiler->raw(', []');
65 $compiler->raw(', ')->repr($this->getAttribute('type'));
69 $compiler->raw(', ')->repr($this->getAttribute('is_defined_test'));
73 $compiler->raw(', ')->repr($this->getAttribute('ignore_strict_check'));
76 $compiler->raw(')');
H A DMethodCallExpression.php31 ->raw('->')
32 ->raw($this->getAttribute('method'))
33 ->raw('(')
38 $compiler->raw(', ');
44 $compiler->raw(')');
H A DNameExpression.php41 ->raw('(isset($context[')
45 ->raw(', $context))');
51 ->raw('$context[')
53 ->raw(']')
59 ->raw('($context[')
61 ->raw('] ?? ')
67 $compiler->raw('$this->getContext($context, ')->string($name)->raw('))');
74 ->raw(']) ? $context[')
76 ->raw('] : ')
82 $compiler->raw('$this->getContext($context, ')->string($name)->raw('))');
[all …]
H A DNullCoalesceExpression.php46 ->raw('((')
48 ->raw(') ?? (')
50 ->raw('))')
H A DParentExpression.php36 ->raw(", \$context, \$blocks);\n")
40 ->raw('$this->renderParentBlock(')
42 ->raw(', $context, $blocks)')
H A DTempNameExpression.php26 ->raw('$_')
27 ->raw($this->getAttribute('name'))
28 ->raw('_')
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DConstantTest.php31 ->raw('(')
33 ->raw(' === constant(')
38 ->raw('get_class(')
40 ->raw(')."::".')
46 ->raw('))')
H A DDivisiblebyTest.php29 ->raw('(0 == ')
31 ->raw(' % ')
33 ->raw(')')
H A DEvenTest.php29 ->raw('(')
31 ->raw(' % 2 == 0')
32 ->raw(')')
H A DNullTest.php29 ->raw('(null === ')
31 ->raw(')')
H A DOddTest.php29 ->raw('(')
31 ->raw(' % 2 == 1')
32 ->raw(')')
H A DSameasTest.php27 ->raw('(')
29 ->raw(' === ')
31 ->raw(')')
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Unary/
H A DAbstractUnary.php27 $compiler->raw(' ');
H A DNegUnary.php21 $compiler->raw('-');
H A DNotUnary.php21 $compiler->raw('!');
H A DPosUnary.php21 $compiler->raw('+');
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DForNode.php51 ->raw(");\n")
90 ->raw(' => ')
92 ->raw(") {\n")
H A DIfNode.php51 ->raw(") {\n")
H A DImportNode.php36 ->raw(' = ')
40 $compiler->raw('$this');
43 ->raw('$this->loadTemplate(')
45 ->raw(', ')
47 ->raw(', ')
49 ->raw(')')
53 $compiler->raw(";\n");
H A DIncludeNode.php48 $compiler->raw('->display(');
52 $compiler->raw(");\n");
71 ->raw(', ')
73 ->raw(', ')
75 ->raw(')')
82 $compiler->raw(false === $this->getAttribute('only') ? '$context' : '[]');
85 ->raw('twig_array_merge($context, ')
87 ->raw(')')
90 $compiler->raw('twig_to_array(');
92 $compiler->raw(')');
H A DMacroNode.php48 ->raw('$__'.$name.'__ = ')
53 $compiler->raw(', ');
59 $compiler->raw(', ');
62 $compiler->raw('...$__varargs__');
66 ->raw(")\n")
80 ->raw(' => $__'.$name.'__')
81 ->raw(",\n")
88 ->raw(' => ')
92 $compiler->raw("\$__varargs__,\n");
95 ->raw('func_num_args() > ')
[all …]
H A DModuleNode.php145 ->raw(', ')
147 ->raw(', ')
149 ->raw(')')
154 ->raw(";\n")
206 ->raw(', ')
208 ->raw(', ')
371 ->raw(";\n")
448 ->raw("\n")
461 ->raw(', ')
463 ->raw(', ')
[all …]

12345678910>>...17