Home
last modified time | relevance | path

Searched refs:output (Results 326 – 350 of 1255) sorted by relevance

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

/plugin/xml/
H A Dplugin.info.txt6 desc Renders dokuwiki as simple XML output.
/plugin/dropfiles/
H A Dwebpack.config.js12 output: { class in module.exports
/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
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php288 preg_match("/\.png$/", $this->file, $output);
289 if (count($output) == 0)
367 preg_match("/\.svg$/", $this->file, $output);
368 if (count($output) == 0)
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php508 $output = '';
511 $output .= $key . '=' . $value . '&';
514 $output = $data ? 'true' : 'false';
516 $output = $data;
520 fwrite($handle, $datetime . ': ' . $output . "\n");
/plugin/structsection/
H A Dwebpack.config.js12 output: { class in module.exports
/plugin/abc2/
H A Dplugin.info.txt6 desc Displays sheet music (input ABC, output SVG and MIDI)
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.XHTML.txt
H A DURI.DefaultScheme.txt
/plugin/abc/
H A Dplugin.info.txt6 desc Displays sheet music (input ABC, output PNG, MIDI and PDF)
/plugin/htmlcomment/
H A Dplugin.info.txt6 desc allows HTML comments to be retained in the output
/plugin/fetchmedia/
H A Dwebpack.config.js12 output: { class in module.exports
/plugin/sequencediagram/bower_components/raphael/
H A Dwebpack.config.js17 output: {
/plugin/nodisp/
H A Dplugin.info.txt6 desc Hide text from brwosoer display or remove from output to browser depending on acl
/plugin/visrep/
H A Dsyntax.php189 exec($cmd, $output, $error);
193 dbglog(join("\n",$output),'visrep command failed: '.$cmd);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php13 function testGetJsonValue($input, $output) { argument
18 $this->assertEquals([$output], $prop->getJsonValue());
/plugin/phpwikify/
H A Dplugin.info.txt7 desc Allows one the possibility of having output of PHP scripts parsed
/plugin/datasearchform/
H A Dscript.js11 output: $output,
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php62 ->addOption('format', null, InputOption::VALUE_REQUIRED, 'The output format')
91 protected function execute(InputInterface $input, OutputInterface $output) argument
93 $io = new SymfonyStyle($input, $output);
110 $this->displayCorrectFiles = $output->isVerbose();
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dflush.rst7 The ``flush`` tag tells Twig to flush the output buffer:
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css136 /* input/output editor */
139 .dmn-decision-table-container .context-menu .context-menu-container.output-edit {
148 .dmn-decision-table-container .dms-output-label,
213 .dmn-decision-table-container .output-cell.output-editor:hover .clause {
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DKeyValueTest.php60 ], $output);
/plugin/cli/
H A DREADME3 …owing you to format the output of a transcript say for a user manual or on-line tutorial. It is de…
/plugin/countdown/
H A DChangeLog66 * syntax.php: optional output of entered date
67 * conf/default.php: optional output of entered date
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php158 function testVCardDate($input, $output) { argument
161 $output,

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