Home
last modified time | relevance | path

Searched refs:output (Results 576 – 600 of 1255) sorted by path

1...<<21222324252627282930>>...51

/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md42 * If `$path` is (part of) a Git repository and `$release` is in `X.Y.Z` format then the output of `…
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php82 protected function execute(InputInterface $input, OutputInterface $output) argument
84 $io = new SymfonyStyle($input, $output);
87 $this->displayCorrectFiles = $output->isVerbose();
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php51 $output = '';
60 $output .= $prefix.Inline::dump($input, $flags);
69 …$output .= sprintf("%s%s%s |%s\n", $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', '',…
72 … $output .= sprintf("%s%s%s\n", $prefix, str_repeat(' ', $this->indentation), $row);
86 $output .= sprintf('%s%s%s%s',
95 return $output;
H A DInline.php251 $output = [];
289 $output = substr($output, 0, $match[0][1]);
294 $output = trim($output);
300 …if ($output && ('@' === $output[0] || '`' === $output[0] || '|' === $output[0] || '>' === $output[…
305 $output = self::evaluateScalar($output, $flags, $references);
309 return $output;
327 $output = $unescaper->unescapeDoubleQuotedString($output);
329 $output = $unescaper->unescapeSingleQuotedString($output);
334 return $output;
344 $output = [];
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst19 The example above will output a string like ``4 seconds ago`` or ``in 1 month``,
39 To get a translatable output, give a ``Symfony\Component\Translation\TranslatorInterface``
H A Dtext.rst57 The example would output ``Hello...``, as ``...`` is the default separator.
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php80 protected function output(Twig_Node $node, $line = -1) function in Twig_Extensions_SimpleTokenParser
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DTextTest.php34 $output = twig_truncate_filter($this->env, $input, $length, $preserve, $separator);
35 $this->assertEquals($expectedOutput, $output);
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php25 public function testGrammar($tag, $grammar, $template, $output, $exception) argument
50 $this->assertEquals($output, $actual);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG146 * added Twig_NodeCaptureInterface for nodes that capture all output
719 …* fixed algorithm that determines if a template using inheritance is valid (no output between bloc…
738 * fixed output when a macro throws an exception
779 * fixed output when using mbstring
850 * fixed sandbox extension when used with auto output escaping
914 * removed Twig_Template instances from the debug tag output
1035 * removed output when an error occurs in a template and render() is used
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst163 {# will output Gjvt #}
219 If automatic escaping is enabled, the output of the filter may be escaped
221 or JavaScript code), you will want the raw output to be printed. In such a
227 example when adding (safe) HTML tags to originally unsafe output. In such a
391 * If your tag generates some output, use a **function** instead.
414 * If your tag does not output anything, but only exists because of a side
436 {# should output value #}
H A Dadvanced_legacy.rst170 expected output:
246 If automatic escaping is enabled, the output of the filter may be escaped
248 or JavaScript code), you will want the raw output to be printed. In such a
254 example when adding (safe) HTML tags to originally unsafe output. In such a
377 {# should output value #}
H A Dapi.rst65 The ``display()`` method is a shortcut to output the template directly.
338 * *Twig_Extension_Escaper*: Adds automatic output-escaping and the possibility
375 The ``escaper`` extension adds automatic output escaping to Twig. It defines a
379 output escaping strategy::
H A Dinternals.rst58 Here is the output for the ``Hello {{ name }}`` template:
91 Here is the output for the ``Hello {{ name }}`` template:
121 (the actual output can differ depending on the version of Twig you are
H A Drecipes.rst254 The output will be similar to:
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dconvert_encoding.rst8 another. The first argument is the expected output charset and the second one
24 * ``to``: The output charset
H A Descape.rst12 output. It supports different escaping strategies depending on the template
H A Dreverse.rst30 {# output: 0: c 1: b 2: a #}
36 {# output: 3: c 2: b 1: a #}
H A Dspaceless.rst19 {# output will be <div><strong>foo</strong></div> #}
32 {# output will be <div><strong>foo</strong></div> #}
47 compress the output instead.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst31 In an HTML context, wrap the output with a ``pre`` tag to make it easier to
43 ``html_errors`` is ``on``; as a bonus, the output is also nicer with
H A Drandom.rst24 {{ random(['apple', 'orange', 'citrus']) }} {# example output: orange #}
25 {{ random('ABC') }} {# example output: C #}
26 …{{ random() }} {# example output: 15386094 (works as the native PHP m…
27 {{ random(5) }} {# example output: 3 #}
28 {{ random(50, 100) }} {# example output: 63 #}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst256 conditionally; it just makes overridable by a child template the output of
259 If you want the output to be displayed conditionally, use the following
H A Dflush.rst7 The ``flush`` tag tells Twig to flush the output buffer:
H A Dset.rst53 If you enable automatic output escaping, Twig will only consider the
H A Dspaceless.rst19 {# output will be <div><strong>foo</strong></div> #}
28 compress the output instead.

1...<<21222324252627282930>>...51