Home
last modified time | relevance | path

Searched refs:output (Results 726 – 750 of 1255) sorted by last modified time

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

/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``
/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/hoa/ustring/
H A DREADME.md126 * Will output:
159 * Will output:
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
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 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 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.
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
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php152 public function testSandboxAllowedToString($template, $output) argument
155 $this->assertEquals($output, $twig->load('index')->render(self::$params));
H A DCoreTest.php129 $output = twig_convert_encoding(twig_reverse_filter($twig, $input), 'UTF-8', 'ISO-8859-1');
131 $this->assertEquals($output, 'éÄ');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DNativeExtensionTest.php34 $output = $twig->render('index', compact('d1', 'd2'));
37 $this->assertEquals($output, $d1->date.$d2->date);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php60 $output = PHP_EOL . PHP_EOL;
130 $output .= $this->format($colors['header'], $padding, $title);
135 $output .= $this->format($colors['header'], $padding, $title);
136 $output .= $this->format($colors['header'], $padding, $date);
137 $output .= $this->format($colors['header'], $padding, '');
141 $output .= $this->format($colors['classes'], $padding, $classes);
142 $output .= $this->format($colors['methods'], $padding, $methods);
143 $output .= $this->format($colors['lines'], $padding, $lines);
146 return $output . PHP_EOL;
211 $output .= PHP_EOL . $fullQualifiedPath . PHP_EOL
[all …]
H A DPHP.php30 $output = sprintf(
46 return file_put_contents($target, $output);
48 return $output;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
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 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 #}
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php206 $output = trim($template->render(eval($match[1].';')), "\n ");
216 $output = trim(sprintf('%s: %s', \get_class($e), $e->getMessage()));
227 if ($expected !== $output) {
241 $this->assertEquals($expected, $output, $message.' (in '.$file.')');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dblock_with_template.test7 {% set output = block('foo', 'included.twig') %}
8 {{ output }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters.test8 1. Don't escape escaper filter output
10 the output is not escaped )
13 2. Don't escape escaper filter output
23 4. Escape non-escaper filter output
25 the output is auto-escaped )
42 the output is auto-escaped )
48 the output is auto-escaped )
71 the output is not escaped )
89 the output is auto-escaped )
109 the output is auto-escaped )
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
H A Dtrim_block.test13 Trim on output tag:
62 Trim on output tag:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1149.phpt2 GH-1149: Test swallows output buffer when run in a separate process
H A D1570.phpt6 $_SERVER['argv'][2] = '--disallow-test-output';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt42 "output": ""
55 "output": ""
68 "output": ""

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