Home
last modified time | relevance | path

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

12

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js45699 var repr = [];
45708 repr.push(nafW);
45715 for (var j = 0; j < repr.length; j++) {
45716 var nafW = repr[j];
/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/elasticsearch/vendor/patrickschur/language-detection/resources/da/
H A Dda.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/
H A Dfr.txt
/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/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js.map1 …e',\n 'raw_input',\n 'reduce',\n 'reload',\n 'repr',\n 'reverse…
/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/codemirror/dist/modes/
H A Dpython.min.js.map1 …\", \"ord\", \"pow\", \"property\", \"range\",\n \"repr\", \"reversed\", \"…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …t oct open ord pow print property range raw_input reduce ' +\n 'reload repr reversed round set …
/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/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/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 DTag.php29 $repr = array();
31 $repr[] = (string) $grammar;
34 return implode(' ', $repr);
/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 DImportNode.php46 ->repr($this->getTemplateName())
48 ->repr($this->getTemplateLine())
H A DSetTempNode.php36 ->repr($name)
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 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);
/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 DNameExpression.php38 $compiler->repr(true);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst494 * ``repr()``: Writes a PHP representation of a given value (see

12