Home
last modified time | relevance | path

Searched refs:output (Results 226 – 250 of 1255) sorted by relevance

12345678910>>...51

/plugin/news/
H A Dadmin.php17 var $output = ''; variable in admin_plugin_news
40 $this->output = '';
62 $this->output=$this->generate($_REQUEST['subfeeds']);
125 if($this->output) {
127 echo print_r($this->output,true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php155 foreach ($cliValues['reports'] as $report => $output) {
168 if ($output === null && $cliValues['reportFile'] !== null) {
169 $output = $cliValues['reportFile'];
172 if ($output === null) {
191 file_put_contents($output, $generatedReport, $flags);
/plugin/webcomponent/_test/data/pages/
H A Dconsole.txt6 It's to indicate that this is the output of a command line (and not a file).
15 The output is in a console
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dblock_with_template.test7 {% set output = block('foo', 'included.twig') %}
8 {{ output }}
/plugin/blogtng/syntax/
H A Dcommentreply.php71 $output = ob_get_clean();
73 $renderer->doc .= $output;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js534 output = new Float32Array(frameLength * channels),
539 output[j++] = data[i][k] / 32768;
543 return output;
1113 output[i] = overlap[i];
1149 output[i] = overlap[i];
3093 output[outOffset + 2 * k] = buf[N8 + k][1];
3094 output[outOffset + 2 + 2 * k] = buf[N8 + 1 + k][1];
3099 output[outOffset + N4 + 2 * k] = buf[k][0];
3100 output[outOffset + N4 + 2 + 2 * k] = buf[1 + k][0];
3105 output[outOffset + N2 + 2 * k] = buf[N8 + k][0];
[all …]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php100 $output = array();
120 $output[$name][$style][] = $file;
125 return $output;
H A DBuildJsProcess.php56 $output = $this->definePrefix($componentName) . $content . $this->definePostfix();
59 file_put_contents($destination, $output, FILE_APPEND);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessFailedExceptionTest.php47 $output = 'Command output';
58 ->willReturn($output);
83 …\nWorking directory: {$workingDirectory}\n\nOutput:\n================\n{$output}\n\nError Output:\…
/plugin/bez/cron/
H A Dfunctions.php57 $output = array();
135 $output[] = array($to, $subject, $body, array());
138 return $output;
/plugin/textinsert/
H A Dadmin.php18 var $output = false; variable in admin_plugin_textinsert
39 $this->output = '';
215 if($this->output) {
216 ptln('<pre>' . $this->output . '</pre>');
/plugin/jmol2/jmol/
H A DJmolApplet0_Console.jar ... .JTextArea input private final javax.swing.JTextPane output private final javax.swing.text.Document outputDocument ...
H A DJmolAppletSigned0_Console.jar ... .JTextArea input private final javax.swing.JTextPane output private final javax.swing.text.Document outputDocument ...
/plugin/odt2dw/
H A Daction.php264 $output = $message[0];
266 $output = $message;
269 if ( ! $output ) die( $this->getLang( 'er_msg_nomessage' ) );
271 $val = substr( $output, 0, strpos( $output, '_' )+1 );
287 …if ( $this->debug > 3 ) echo '<p>message : '.$message.' |output : '.$output.' |val : '.$val.' |err…
295 …$content = $output.' : '.$this->getLang( $output ).( is_array( $message ) ? ' : '.$message[1] : ''…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DSyntaxSniff.php83 $output = shell_exec($cmd);
85 if (preg_match('/^.*error:(.*) in .* on line ([0-9]+)/m', trim($output), $matches) === 1) {
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6output=function(e,t,n){return new h(t,n).output(e)},h.prototype.output=function(e){for(var t,n,r,s… method in h
/plugin/pubmed2020/
H A Dsyntax.php612 $output = "";
614 $output .= "<li>";
625 $output .= "<{$block} class=\"pubmed\"><{$block} class=\"{$cmd}\"";
627 $output .= ' style="margin-bottom:1em"';
628 $output .= ">";
630 $output .= $this->replaceTokens($this->outputTpl[$cmd], $refs);
631 $output .= "</{$block}></{$block}>";
633 $output .= "</li>";
635 return $output;
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php25 public function testGrammar($tag, $grammar, $template, $output, $exception) argument
50 $this->assertEquals($output, $actual);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md111 * Will output:
136 * Will output:
157 * Will output:
176 * Will output:
202 * Will output:
222 * Will output:
244 * Will output:
269 * Will output:
301 * Will output:
323 * Will output:
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php705 public $output; variable in Google_InsertTrainingInstances
713 public function setOutput( $output) { argument
714 $this->output = $output;
717 return $this->output;
822 public $output; variable in Google_Update
830 public function setOutput( $output) { argument
831 $this->output = $output;
834 return $this->output;
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php581 $output = [];
589 $output[$out++] = $input[$j];
647 array_splice($output, $i++, 0, [mb_chr($n, 'utf-8')]);
650 return implode('', $output);
667 $output = '';
674 $output .= \chr($codePoint);
683 $output .= self::DELIMITER;
726 $output .= self::encodeDigit($t + ($qMinusT) % ($baseMinusT), false);
731 $output .= self::encodeDigit($q, false);
743 return $output;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php355 $output = '';
357 $this->server->emit('onHTMLActionsPanel', [$node, &$output]);
360 if ($output) {
364 $html .= $output;
495 * @param mixed $output
498 function htmlActionsPanel(DAV\INode $node, &$output) { argument
524 $output .= ob_get_clean();
/plugin/latex/
H A Dclass.latexrender.php190 $output=$this->myexec($this->_identify_path." ".$filename, $status);
191 $result=explode(" ",$output);
289 $lastline = exec($cmd,$output,$status);
297 …$this->_cmdoutput .= "\n>>>>> $cmd\n".trim(implode(PHP_EOL,$output)).PHP_EOL." --- exit status ".…
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php30 $output=""; variable
211 $output.=$tablesource;
233 $output.=$line;
237 fwrite($outputfile,$output);
/plugin/latex-was/
H A Dclass.latexrender.php190 $output=$this->myexec($this->_identify_path." ".$filename, $status);
191 $result=explode(" ",$output);
290 $lastline = exec($cmd,$output,$status);
298 …$this->_cmdoutput .= "\n>>>>> $cmd\n".trim(implode(PHP_EOL,$output)).PHP_EOL." --- exit status ".…

12345678910>>...51