| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
| D | JsonSerializationTest.php | 26 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/ |
| D | GoogleDevtoolsRemoteworkersV1test2CommandOutputs.php | 37 public function setOutputs(GoogleDevtoolsRemoteworkersV1test2Digest $outputs) argument 39 $this->outputs = $outputs; 46 return $this->outputs;
|
| D | GoogleDevtoolsRemoteworkersV1test2CommandResult.php | 59 public function setOutputs(GoogleDevtoolsRemoteworkersV1test2Digest $outputs) argument 61 $this->outputs = $outputs; 68 return $this->outputs;
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | trim.rst | 17 {# outputs 'I like Twig.' #} 21 {# outputs ' I like Twig' #} 25 {# outputs 'I like Twig. ' #} 29 {# outputs ' I like Twig.' #}
|
| D | first.rst | 13 {# outputs 1 #} 16 {# outputs 1 #} 19 {# outputs 1 #}
|
| D | last.rst | 13 {# outputs 4 #} 16 {# outputs 4 #} 19 {# outputs 4 #}
|
| D | url_encode.rst | 17 {# outputs "path-seg%2Ament" #} 20 {# outputs "string%20with%20spaces" #} 23 {# outputs "param=value&foo=bar" #}
|
| D | replace.rst | 11 {# outputs I like foo and bar 18 {# outputs I like foo and bar #}
|
| D | round.rst | 12 {# outputs 43 #} 15 {# outputs 42.5 #}
|
| D | join.rst | 21 {# outputs 1|2|3 #} 29 {# outputs 1, 2 and 3 #}
|
| D | number_format.rst | 26 {{ -9800.333|number_format(2, '.', ',') }} {# outputs : -9 #} 27 {{ (-9800.333)|number_format(2, '.', ',') }} {# outputs : -9,800.33 #}
|
| D | upper.rst | 10 {# outputs 'WELCOME' #}
|
| D | lower.rst | 10 {# outputs 'welcome' #}
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Test/ |
| D | IntegrationTestCase.php | 82 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/ |
| D | ParallelInstruction.php | 22 protected $collection_key = 'outputs'; 93 public function setOutputs($outputs) argument 95 $this->outputs = $outputs; 102 return $this->outputs;
|
| D | ComputationTopology.php | 85 public function setOutputs($outputs) argument 87 $this->outputs = $outputs; 94 return $this->outputs;
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
| D | range.rst | 12 {# outputs 0, 1, 2, 3, #} 23 {# outputs 0, 2, 4, 6, #} 36 {# outputs 3, 2, 1, 0, #}
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | README.md | 77 - `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/ |
| D | README.md | 90 // 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/ |
| D | README.md | 103 // 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/ |
| D | png.php | 3 // outputs image directly into browser, as PNG stream
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/Command/ |
| D | LintCommand.php | 27 * 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/ |
| D | empty_token.test | 2 Twig outputs 0 nodes correctly
|
| /plugin/pixelyear/ |
| D | plugin.info.txt | 6 desc Outputs a colour coded chart displaying progress throughout a year
|
| /plugin/authorstats/ |
| D | plugin.info.txt | 6 desc Plugin that outputs statistics about the wiki's authors.
|