Home
last modified time | relevance | path

Searched refs:output (Results 376 – 400 of 1255) sorted by relevance

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

/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php1301 $output = [];
1304 $output[] = [$type, $data];
1310 $this->assertSame($expectedOutput, $output);
1315 $output[] = [$type, $data];
1327 $this->assertSame($expectedOutput, $output);
1337 $output = [];
1340 $output[] = [$type, $data];
1346 $this->assertSame($expectedOutput, $output);
1352 $output[] = [$type, $data];
1363 $this->assertSame($expectedOutput, $output);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php225 private $output = ''; variable in PHPUnit_Framework_TestCase
425 return $this->output;
436 if (strlen($this->output) === 0) {
1013 $this->assertRegExp($this->outputExpectedRegex, $this->output);
1015 $this->assertEquals($this->outputExpectedString, $this->output);
2219 $output = ob_get_contents();
2222 $this->output = $output;
2224 $this->output = call_user_func_array(
2226 [$output]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D445.phpt7 $_SERVER['argv'][2] = '--disallow-test-output';
/plugin/numbering/
H A DREADME.md6 The output is controlled by a formatting string which is set in the cofiguration manager.
/plugin/katex/_assets/contrib/
H A Dmhchem.min.js1output(t),t.b=o}else n=this.output(t);return a.actions["o="](t,e),n},"d= kv":function(t,e){t.d=e,t… method in a.stateMachines.pu.actions
/plugin/ahrefmenu/
H A Dadmin.php19 var $output = 'init'; variable in admin_plugin_ahrefmenu
/plugin/quickstats/
H A Dadmin.php18 private $output = ''; variable in admin_plugin_quickstats
152 $this->output ="";
309 ptln(htmlspecialchars($this->output));
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt284 * Bugfix: force stderr output to stdout in SafeExec
435 output (thanks infoØdevsystem*net)
436 * Bugfix: curl_exec failing with text output
534 * Bugfix: zoomcrop was broken for non-square output
836 * Bugfix: Wrapped output buffering around all
964 * Bugfix: transparency now supported for GIF output
976 than output unmodified source image.
1098 background for PNG output
1318 * Bugfix: 'maxb' option for PNG/GIF output incorrect
1450 * &f=text will now output plain-text error messages
[all …]
/plugin/abortlogin/
H A DREADME.md7 be output to the screen
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DSvg.php19 public function output(QrCode $qrCode, $size = 100, $background = 'white', $color = 'black') function in Mpdf\\QrCode\\Output\\Svg
/plugin/daummovie/
H A Dsyntax.php57 .'&output=json&result=3&q='.urlencode($match);
/plugin/bashorg/
H A Dbash.org.php36 $output = $quotes[$id]; variable
/plugin/docsearch/conf/
H A Dconverter.php.dist12 # You can use %in% and %out% for the input and output file.
/plugin/blogtng/action/
H A Dajax.php54 $comment->output($INPUT->post->str('tplname'));
/plugin/openlayersmap/lang/nl/
H A Dsettings.php31 $lang['enableA11y'] = 'Maak a11y/print output (statische kaart, legenda tabel) mogelijk';
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default43 …se (debug messages enabled) then debug mode will be FORCED -- ONLY debug output will be presented,…
97 …b'; // cache 'pic.jpg' becomes 'pic_thumb.jpg' (or 'pic_thumb.png' if PNG output is selected, etc)
98 …*'; // cache 'pic.jpg' becomes 'small-pic.jpg' (or 'small-pic.png' if PNG output is selected, etc)
134 …d low PHP memory limits. If PHP runs out of memory the script will usually just die with no output.
150 // * Default output configuration:
151output format ('jpeg', 'png' or 'gif') - thumbnail will be output in this format (if available in …
154 …FIG['output_interlace'] = true; // if true: interlaced output for GIF/PNG, progressive output fo…
164 $PHPTHUMB_CONFIG['error_silent_die_on_error'] = false; // simply die with no output of any kin…
228 …; // If true, and EXIF thumbnail is available, and is larger or equal to output image dimensions, …
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest10.txt4 * simply displays "Hello World!" to the standard output.
/plugin/publist/bib2tpl/
H A Dchangelog7 when e.g. month names are in English but output language is Spanish, or
/plugin/publistf/bib2tpl/
H A Dchangelog7 when e.g. month names are in English but output language is Spanish, or
/plugin/yuml/
H A Dusecase.php109 $output = '<img src="https://yuml.me/diagram/' . trim($style) . '/' . $type . '/';
/plugin/publistx/bib2tpl/
H A Dchangelog7 when e.g. month names are in English but output language is Spanish, or
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md26 The code above yields the output below:
52 The code above yields the output below:
/plugin/indexnumber/
H A DREADME.md6 `<div>` tag in the HTML output.
34 `Description` is an arbitrary description and will be added to the output after
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php178 function testVCardDate($input, $output) { argument
181 $output,
/plugin/dataplot/
H A Dsyntax.php292 exec($cmd, $output, $error);
299 dbglog(join("\n", $output), 'dataplot command failed: '.$cmd);

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