Home
last modified time | relevance | path

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

12

/plugin/codemirror/dist/modes/
H A Dpython.min.js.map1 …\", \"ord\", \"pow\", \"property\", \"range\",\n \"repr\", \"reversed\", \"…
/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/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js.map1 …e',\n 'raw_input',\n 'reduce',\n 'reload',\n 'repr',\n 'reverse…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/da/
H A Dda.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/
H A Dfr.txt
/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/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DOptional.php29 $repr = array();
31 $repr[] = (string) $grammar;
34 return sprintf('[%s]', implode(' ', $repr));
H A DTag.php29 $repr = array();
31 $repr[] = (string) $grammar;
34 return implode(' ', $repr);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst554 * ``repr()``: Writes a PHP representation of a given value (see
H A Dadvanced_legacy.rst494 * ``repr()``: Writes a PHP representation of a given value (see
/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/findologicxmlexport/vendor/twig/twig/src/Node/
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 DEmbedNode.php42 ->repr($this->getTemplateName())
44 ->repr($this->getTemplateLine())
H A DImportNode.php46 ->repr($this->getTemplateName())
48 ->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 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 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 DSetTempNode.php36 ->repr($name)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php70 ->repr($this->getTemplateName())
72 ->repr($this->getTemplateLine())
H A DConstantExpression.php26 $compiler->repr($this->getAttribute('value'));
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 DNameExpression.php38 $compiler->repr(true);
/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());

12