Home
last modified time | relevance | path

Searched refs:output (Results 251 – 275 of 1255) sorted by relevance

1...<<11121314151617181920>>...51

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php22 $output = $doc->serialize();
25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php22 $output = $doc->serialize();
25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php22 $output = $doc->serialize();
25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php22 $output = $doc->serialize();
25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
/plugin/command/inc/
H A Dembedding.php158 $output = $methodObj($cachedData, $renderer, $errMsg);
161 else if($output !== null)
162 $renderer->doc .= $output;
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js54output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u212C","\uD… property in k
H A DTeX-MML-AM_SVG-full.js67output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uDC9C","\u212C","\uD… property in k
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php69 $output = $gen->getResult();
72 unset($output->VFREEBUSY->DTSTAMP);
85 $this->assertVObjectEqualsVObject($expected, $output);
/plugin/plantuml/
H A Dsyntax.php211 $encoded = exec($command, $output, $return_value);
216 dbglog(join("\n", $output), "Encoding url failed: $command");
260 exec($command, $output, $return_value);
265 dbglog(join("\n", $output), "PlantUML execution failed: $command");
/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/ditaa/
H A Dsyntax.php145 $output = array();
154 $output[$key] = $value;
157 ksort($output);
158 return $output;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt22 Default: Standard output.
52 --disallow-test-output Be strict about output during tests.
61 --colors=<flag> Use colors in output ("never", "auto" or "always").
62 --columns <n> Number of columns to use for progress output.
63 --columns max Use maximum number of columns for progress output.
H A Dhelp2.phpt23 Default: Standard output.
53 --disallow-test-output Be strict about output during tests.
62 --colors=<flag> Use colors in output ("never", "auto" or "always").
63 --columns <n> Number of columns to use for progress output.
64 --columns max Use maximum number of columns for progress output.
/plugin/codehighlight/cp/engines/
H A Dgecko.js119 x = x.replace(Language.syntax[i].input,Language.syntax[i].output);
137 var content = snippets[i].output.replace(/</g,'&lt;');
159 var content = complete[i].output.replace(/\$0/g,cc);
175 cChars += '|'+Language.complete[i].output.charAt(Language.complete[i].output.length-1);
204 this.insertCode(Language.shortcuts[i].output,false);
H A Dmsie.js135 x = x.replace(Language.syntax[i].input,Language.syntax[i].output);
146 var content = snippets[i].output.replace(/</g,'&lt;');
166 var content = complete[i].output.replace(/\$0/g,cc);
182 cChars += '|'+Language.complete[i].output.charAt(Language.complete[i].output.length-1);
211 this.insertCode(Language.shortcuts[i].output,false);
/plugin/combo/
H A Dcli.php124 'output',
207 $output = $options->getOpt('output', '');
208 //if ($output == '-') $output = 'php://stdout';
209 $this->analytics($startPath, $output, $depth);
303 private function analytics($namespaces = array(), $output = null, $depth = 0) argument
307 if (!empty($output)) {
308 $fileHandle = @fopen($output, 'w');
309 if (!$fileHandle) $this->fatal("Failed to open $output");
[all...]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php355 $output = '';
357 $this->server->emit('onHTMLActionsPanel', [$node, &$output, $path]);
360 if ($output) {
364 $html .= $output;
501 * @param mixed $output
505 function htmlActionsPanel(DAV\INode $node, &$output, $path) { argument
515 $output .= <<<HTML
/plugin/dyncontent/
H A Daction.php110 $output .= '[['.$page_id.'|→]] '.$match;
112 return $output;
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table.css108 .dmn-decision-table-container thead th.output-editor {
123 .dmn-decision-table-container th.output-cell,
124 .dmn-decision-table-container td.output-cell,
130 .dmn-decision-table-container th.input-cell + th.output-cell,
322 .dmn-decision-table-container thead .output-label,
323 .dmn-decision-table-container thead .output-name {
344 .dmn-decision-table-container thead .output-variable {
352 .dmn-decision-table-container thead .output-cell .clause {
359 .dmn-decision-table-container thead .output-cell .output-variable {
374 .dmn-decision-table-container .add-output .action-icon {
[all …]
/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.
H A Dconvert_encoding.rst8 another. The first argument is the expected output charset and the second one
24 * ``to``: The output charset
/plugin/gitlog/
H A Dsyntax.php197 $output = array();
200 exec($c, $output, $ret);
214 return $output;
/plugin/jsonrpc/
H A DIJR_Server.php76 $this->output($result);
153 $this->output($result);
157 function output($json) function in IJR_Server
/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/orphanmedia/
H A Dsyntax.php102 $output .= '<div class="xm_perf">
116 …$output .= '<tr><td class="xm_perf_tbl"> list of page files created: </td> <td class="xm_perf_tbl"…
124 …$output .= '<tr><td class="xm_perf_tbl"> media links extracted from pages: </td><td class="xm_perf…
201 …$output .= '<tr><td class="xm_perf_tbl"> local and relative media found: </td><td class="xm_perf_…
256 …$output .= '<tr><td class="xm_perf_tbl"> missing media detected: </td><td class="xm_perf_tbl">'.$t…
323 …$output .= '<tr><td class="xm_perf_tbl"> orphans detected: </td><td class="xm_perf_tbl">'.$this->g…
381 …$renderer->doc .= $output.$output_summary.$output_valid.$output_relative.$output_missing.$output_o…
786 $output.= '<tr>'.NL.
791 return $output;

1...<<11121314151617181920>>...51