Home
last modified time | relevance | path

Searched full:outputs (Results 1 – 25 of 204) sorted by relevance

123456789

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DJsonSerializationTest.php26 static $outputs = [];
28 if (!$outputs) {
29 $outputs['readonly'] = '{"id":123,"full_name":"Ruud Kamphuis"}';
30 $outputs['string'] = '"foo"';
31 $outputs['boolean_true'] = 'true';
32 $outputs['boolean_false'] = 'false';
33 $outputs['integer'] = '1';
34 $outputs['float'] = '4.533';
35 $outputs['float_trailing_zero'] = '1.0';
36 $outputs['simple_object'] = '{"foo":"foo","moo":"bar","camel_case":"boo"}';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
DGoogleDevtoolsRemoteworkersV1test2CommandOutputs.php37 public function setOutputs(GoogleDevtoolsRemoteworkersV1test2Digest $outputs) argument
39 $this->outputs = $outputs;
46 return $this->outputs;
DGoogleDevtoolsRemoteworkersV1test2CommandResult.php59 public function setOutputs(GoogleDevtoolsRemoteworkersV1test2Digest $outputs) argument
61 $this->outputs = $outputs;
68 return $this->outputs;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dtrim.rst17 {# outputs 'I like Twig.' #}
21 {# outputs ' I like Twig' #}
25 {# outputs 'I like Twig. ' #}
29 {# outputs ' I like Twig.' #}
Dfirst.rst13 {# outputs 1 #}
16 {# outputs 1 #}
19 {# outputs 1 #}
Dlast.rst13 {# outputs 4 #}
16 {# outputs 4 #}
19 {# outputs 4 #}
Durl_encode.rst17 {# outputs "path-seg%2Ament" #}
20 {# outputs "string%20with%20spaces" #}
23 {# outputs "param=value&foo=bar" #}
Dreplace.rst11 {# outputs I like foo and bar
18 {# outputs I like foo and bar #}
Dround.rst12 {# outputs 43 #}
15 {# outputs 42.5 #}
Djoin.rst21 {# outputs 1|2|3 #}
29 {# outputs 1, 2 and 3 #}
Dnumber_format.rst26 {{ -9800.333|number_format(2, '.', ',') }} {# outputs : -9 #}
27 {{ (-9800.333)|number_format(2, '.', ',') }} {# outputs : -9,800.33 #}
Dupper.rst10 {# outputs 'WELCOME' #}
Dlower.rst10 {# outputs 'welcome' #}
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
DIntegrationTestCase.php82 public function testIntegration($file, $message, $condition, $templates, $exception, $outputs) argument
84 $this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs);
91 …ublic function testLegacyIntegration($file, $message, $condition, $templates, $exception, $outputs) argument
93 $this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs);
117 $outputs = [[null, $match[4], null, '']];
123 …A--(.*?)(?:--CONFIG--(.*?))?--EXPECT--(.*?)(?=\-\-DATA\-\-|$)/s', $test, $outputs, PREG_SET_ORDER);
128 …[str_replace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception, $outputs];
144 …protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs) argument
146 if (!$outputs) {
159 foreach ($outputs as $i => $match) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DParallelInstruction.php22 protected $collection_key = 'outputs';
93 public function setOutputs($outputs) argument
95 $this->outputs = $outputs;
102 return $this->outputs;
DComputationTopology.php85 public function setOutputs($outputs) argument
87 $this->outputs = $outputs;
94 return $this->outputs;
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
Drange.rst12 {# outputs 0, 1, 2, 3, #}
23 {# outputs 0, 2, 4, 6, #}
36 {# outputs 3, 2, 1, 0, #}
/plugin/asciidocjs/node_modules/ejs/
DREADME.md77 - `debug` Outputs generated function body
111 - `<%=` Outputs the value into the template (escaped)
112 - `<%-` Outputs the unescaped value into the template
114 - `<%%` Outputs a literal '<%'
115 - `%%>` Outputs a literal '%>'
277 - `-d / --debug` Outputs generated function body
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DREADME.md90 // Resolving the promise triggers the $onFulfilled callbacks and outputs
120 // Triggers the first callback and outputs "A"
122 // Triggers the second callback and outputs "B"
140 // Outputs "Error!"
214 echo $promise->wait(); // outputs "foo"
234 echo $promise->wait(); // outputs "foo"
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DREADME.md103 // Resolving the promise triggers the $onFulfilled callbacks and outputs
132 // Triggers the first callback and outputs "A"
134 // Triggers the second callback and outputs "B"
152 // Outputs "Error!"
227 echo $promise->wait(); // outputs "foo"
247 echo $promise->wait(); // outputs "foo"
/plugin/qrcode2/
Dpng.php3 // outputs image directly into browser, as PNG stream
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
DLintCommand.php27 * Validates YAML files syntax and outputs encountered errors.
56 ->setDescription('Lints a file and outputs encountered errors')
61 The <info>%command.name%</info> command lints a YAML file and outputs to STDOUT
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
Dempty_token.test2 Twig outputs 0 nodes correctly
/plugin/pixelyear/
Dplugin.info.txt6 desc Outputs a colour coded chart displaying progress throughout a year
/plugin/authorstats/
Dplugin.info.txt6 desc Plugin that outputs statistics about the wiki's authors.

123456789