Home
last modified time | relevance | path

Searched refs:repr (Results 26 – 32 of 32) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DEmbedNode.php42 ->repr($this->getTemplateName())
44 ->repr($this->getTemplateLine())
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DGetAttrExpression.php65 $compiler->raw(', ')->repr($this->getAttribute('type'));
69 $compiler->raw(', ')->repr($this->getAttribute('is_defined_test'));
73 $compiler->raw(', ')->repr($this->getAttribute('ignore_strict_check'));
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
H A DEnterProfileNode.php33 ->repr($this->getAttribute('extension_name'))
36 ->repr($this->getAttribute('type'))
38 ->repr($this->getAttribute('name'))
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCompilerTest.php31 $this->assertEquals('1.2', $compiler->repr(1.2)->getSource());
H A DTokenStreamTest.php48 $repr = [];
52 $repr[] = $token->getValue();
54 …$this->assertEquals('1, 2, 3, 4, 5, 6, 7', implode(', ', $repr), '->next() advances the pointer an…
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DOptional.php29 $repr = array();
31 $repr[] = (string) $grammar;
34 return sprintf('[%s]', implode(' ', $repr));
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst554 * ``repr()``: Writes a PHP representation of a given value (see

12