Home
last modified time | relevance | path

Searched refs:output (Results 351 – 375 of 1255) sorted by relevance

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

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php158 function testVCardDate($input, $output) { argument
161 $output,
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php158 function testVCardDate($input, $output) { argument
161 $output,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php866 $output = $this->opad ^ $key;
867 $output .= $temp;
868 $output = $algo($output, ...array_values($this->parameters));
870 return substr($output, 0, $this->length);
873 $output = !empty($this->key) || is_string($this->key) ?
877 return strlen($output) > $this->length
878 ? substr($output, 0, $this->length)
879 : $output;
/plugin/webcode/
H A DREADME.md5 The [Webcode component](https://combostrap.com/webcode) renders the output of:
79 * The output on the console log is now escaped for HTML entities and can then render HTML
84 …* To be able to see the output of a `console.log` javascript statement in JsFiddle, the firebug re…
99 …dynamically calculated. No need to give this attribute anymore if you want to see the whole output.
/plugin/dokutexit/
H A Dconfig.php595 @exec($cmdline, $output, $ret);
598 print_r(implode("<br/>\n", $output));
604 $log = @exec($cmdline, $output, $ret);
607 print_r(implode("<br/>\n", $output));
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcodeFactory.php317 preg_match("/\.png$/", $this->file, $output);
318 if (count($output) == 0)
388 preg_match("/\.svg$/", $this->file, $output);
389 if (count($output) == 0)
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js428 return isFunction(output) ? output.call(mom, now) : output;
487 return (isFunction(output)) ?
489 output.replace(/%d/i, number);
492 function pastFuture (diff, output) { argument
494 return isFunction(format) ? format(output) : format.replace(/%s/i, output);
3244 delta, output;
3269 default: output = this - that;
3272 return asFloat ? output : absFloor(output);
4083 return number + output;
4359 output = locale.pastFuture(+this, output);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1149.phpt2 GH-1149: Test swallows output buffer when run in a separate process
H A D1570.phpt6 $_SERVER['argv'][2] = '--disallow-test-output';
/plugin/searchform/
H A Dscript.js6 var $output = $form.find('.searchform__qsearch_out');
12 output: $output,
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DHtml.php15 public function output(QrCode $qrCode) function in Mpdf\\QrCode\\Output\\Html
/plugin/openlayersmap/lang/en/
H A Dsettings.php31 $lang['enableA11y'] = 'Enable a11y/print output (static map, legend table)';
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php192 ->output
207 ->output
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog12 output method
53 output
407 in PDFLIB output
1082 message (PDFLIB output)
1085 of small cross (FPDF output)
1156 * Change: PS Level 2 output
1172 PDFLIB output
1219 disappear in PS output
1230 Postscript output
1242 FPDF output
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js23 var output = [];
89 var output;
118 return output;
7931 output = strm.output;
8117 output[_out++] = output[from++];
8118 output[_out++] = output[from++];
8119 output[_out++] = output[from++];
8123 output[_out++] = output[from++];
8125 output[_out++] = output[from++];
8597 output = strm.output;
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md10 - **colored output**
87 ## Colored output
89 Colored output is handled through the ``Colors`` class. It tries to detect if a color terminal is available and only
90 then uses terminal colors. You can always suppress colored output by passing ``--no-colors`` to your scripts.
131 you call backend code from your CLI that expects a Logger instance to produce any sensible status output while running.
/plugin/dirtylittlehelper/mermaid/editor/
H A Dwebpack.config.js21 output: { class in module.exports
/plugin/format/
H A Dsyntax.php94 .'" format not configured for '.$mode.' output**';
/plugin/date/
H A DREADME.md4 …relative date/time formats for the strtotime function you can create any date/time output you want.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.Newline.txt
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md28 …e `/tests` folder. The result of the parser is tested with an input and an output file respectively
29 where the input file contains the Markdown and the output file contains the expected HTML.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm26 <cffunction name="FileUpload" returntype="void" output="true">
128 <cffunction name="GetFolders" returntype="void" output="true">
152 <cffunction name="GetFoldersAndfiles" returntype="void" output="true">
183 <cffunction name="CreateFolder" returntype="void" output="true">
/plugin/filelist/
H A Dsyntax.php85 * Create output
127 $output = new Output($renderer, $pathInfo['root'], $pathInfo['web'], $result);
132 $output->renderAsList($params);
135 $output->renderAsTable($params);
/plugin/indexmenu/syntax/
H A Dindexmenu.php395 * Handles the actual output creation.
397 * @param string $format output format being rendered
525 $output = "\n";
526 $output .= $this->buildNoJSTree($nodes, $js_name, $js_dTreeOpts['jsAjax']);
527 $output .= $output_js;
528 return $output;
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php26 * * does not output any full page (HTML document) but only fragment.
324 * TODO: split We should split fetcherMarkup by object type output and {@link Mime}
600 $output = $markupRenderer->getOutput();
601 if ($output === null && !empty($instructions)) {
609 $output = $this->markupDynamicRender->processInstructions($instructions);
617 throw new ExceptionCompile("An error has occurred while getting the output. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
622 if (is_array($output)) {
623 LogUtility::internalError("The output was an array", self::CANONICAL);
624 $this->fetchString = serialize($output);
626 $this->fetchString = $output;
[all...]

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