Home
last modified time | relevance | path

Searched refs:repr (Results 1 – 25 of 32) sorted by relevance

12

/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/extensions/lib/Twig/Extensions/Grammar/
H A DTag.php29 $repr = array();
31 $repr[] = (string) $grammar;
34 return implode(' ', $repr);
H A DOptional.php29 $repr = array();
31 $repr[] = (string) $grammar;
34 return sprintf('[%s]', implode(' ', $repr));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
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…
H A DCompilerTest.php31 $this->assertEquals('1.2', $compiler->repr(1.2)->getSource());
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php62 $repr = [\get_class($this).'('.implode(', ', $attributes)];
72 $repr[] = sprintf(' %s: %s', $name, ltrim(implode("\n", $noderepr)));
75 $repr[] = ')';
77 $repr[0] .= ')';
80 return implode("\n", $repr);
H A DCheckSecurityNode.php49 ->write('$tags = ')->repr(array_filter($tags))->raw(";\n")
50 ->write('$filters = ')->repr(array_filter($filters))->raw(";\n")
51 ->write('$functions = ')->repr(array_filter($functions))->raw(";\n\n")
H A DModuleNode.php146 ->repr($this->source->getName())
148 ->repr($parent->getTemplateLine())
207 ->repr($this->source->getName())
209 ->repr($parent->getTemplateLine())
370 ->repr($this->source->getName())
478 ->repr($node->getTemplateName())
480 ->repr($node->getTemplateLine())
H A DImportNode.php46 ->repr($this->getTemplateName())
48 ->repr($this->getTemplateLine())
H A DEmbedNode.php42 ->repr($this->getTemplateName())
44 ->repr($this->getTemplateLine())
H A DIncludeNode.php72 ->repr($this->getTemplateName())
74 ->repr($this->getTemplateLine())
H A DMacroNode.php96 ->repr($count)
98 ->repr($count)
H A DSetTempNode.php36 ->repr($name)
/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'));
H A DBlockReferenceExpression.php70 ->repr($this->getTemplateName())
72 ->repr($this->getTemplateLine())
H A DConstantExpression.php26 $compiler->repr($this->getAttribute('value'));
H A DNameExpression.php38 $compiler->repr(true);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticNode.php88 ->repr($this->getAttribute('var_name'))
123 ->repr($this->getAttribute('var_name'))
138 $compiler->repr($asset->getTargetPath());
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php174 public function repr($value) function in Twig\\Compiler
198 $this->repr($key);
200 $this->repr($v);
/plugin/combo/vendor/symfony/yaml/
H A DInline.php170 $repr = (string) $value;
172 $repr = str_ireplace('INF', '.Inf', $repr);
173 } elseif (floor($value) == $value && $repr == $value) {
175 if (false === strpos($repr, 'E')) {
176 $repr = $repr.'.0';
180 $repr = \is_string($value) ? "'$value'" : (string) $value;
186 return $repr;
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php175 $repr = (string) $value;
177 $repr = str_ireplace('INF', '.Inf', $repr);
178 } elseif (floor($value) == $value && $repr == $value) {
180 $repr = '!!float '.$repr;
183 $repr = \is_string($value) ? "'$value'" : (string) $value;
189 return $repr;
/plugin/langdelete/lang/fr/
H A Dguide.txt1 Chaque langue est représentée par son code ISO 639-1 à deux lettres. Par exemple l'allemend donne '…
/plugin/preregister/lang/fr/
H A Dinfo.txt3 … cliquez sur le bouton ''Confirmer les suppressions''. La colonne ''age'' représente la durée pend…
/plugin/textinsert/lang/fr/
H A Dintro.txt4 Entrez le nom de la macro dans la colonne **Macro** et les textes qu'ils représentent dans la colon…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js.map1 …e',\n 'raw_input',\n 'reduce',\n 'reload',\n 'repr',\n 'reverse…

12