Home
last modified time | relevance | path

Searched refs:output (Results 76 – 100 of 1255) sorted by relevance

12345678910>>...51

/plugin/rrdgraph/inc/
H A Dsvgbinding.php52 private $output; variable in XmlHandler
73 fwrite($this->output, $data);
92 fwrite($this->output, $value);
100 fwrite($this->output, '<' . $name);
102 fwrite($this->output, ' ' . $attr . '="' . $value. '"');
104 fwrite($this->output, '>');
120 fwrite($this->output, '</' . $name . '>');
142 $this->output = fopen($outputFileName, 'w');
143 …if ($this->output === false) throw new Exception('Could not open file "' . $outputFileName . '" fo…
150 fclose($this->output);
/plugin/judge/
H A Dadmin.php33 $this->output = '<div class="table sectionedit1">
37 $this->output .= '<p>' . $this->getLang("empty_result") . '</p>';
40 $this->output .= $table["submissions_table"];
42 $this->output .= "</table></div>";
45 …$this->output = $crud->delSubmissions(array('problem_name' => $_REQUEST['problem_name'], 'type' =>…
93 $html .= $this->output;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DRooleFilter.php45 $output = $input.'.css';
60 if (file_exists($output)) {
61 unlink($output);
67 if (!file_exists($output)) {
71 $asset->setContent(file_get_contents($output));
72 unlink($output);
H A DUglifyJsFilter.php130 $output = FilesystemUtils::createTemporaryFile('uglifyjs_out');
133 $pb->add('-o')->add($output)->add($input);
140 if (file_exists($output)) {
141 unlink($output);
151 if (!file_exists($output)) {
155 $uglifiedJs = file_get_contents($output);
156 unlink($output);
H A DUglifyJs2Filter.php123 $output = FilesystemUtils::createTemporaryFile('uglifyjs2_out');
126 $pb->add('-o')->add($output)->add($input);
133 if (file_exists($output)) {
134 unlink($output);
144 if (!file_exists($output)) {
148 $asset->setContent(file_get_contents($output));
150 unlink($output);
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pcl.class.php23 function output(&$stream) { function in PCLEscapeSequence
208 function output(&$stream) { function in PCLPrintJob
212 $uel->output($stream);
213 $reset->output($stream);
216 $page->output($stream);
218 $reset->output($stream);
219 $uel->output($stream);
224 function output(&$stream) { function in PCLPrintJobPreamble
233 function output(&$stream) { function in PCLPrintJobPage
234 $this->_control->output($stream);
[all …]
H A Dfilter.output.ps2pdf.class.php3 function safe_exec($cmd, &$output) { argument
4 exec($cmd, $output, $result);
9 if (count($output) > 0) {
15 foreach ($output as $line) {
46 safe_exec($this->_mk_cmd($tmp_filename), $output);
/plugin/shell/
H A DP0wnyShell.php56 $output = '';
58 exec($cmd, $output);
59 $output = implode("\n", (array)$output);
61 $output = shell_exec($cmd);
65 $output = ob_get_contents();
70 $output = ob_get_contents();
75 $output .= fread($handle, 4096);
80 $output = stream_get_contents($pipes[1]);
83 return $output;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
H A DBaseCompressorFilter.php92 $output = tempnam($tempDir, 'assetic_yui_output');
94 $pb->add('-o')->add($output)->add('--type')->add($type)->add($input);
101 if (file_exists($output)) {
102 unlink($output);
108 if (!file_exists($output)) {
112 $retval = file_get_contents($output);
113 unlink($output);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php277 $output = <<<HI
283 $this->assertEquals($output, $this->writer->outputMemory());
292 $output = <<<HI
300 $this->assertEquals($output, $this->writer->outputMemory());
318 $output = <<<HI
324 $this->assertEquals($output, $this->writer->outputMemory());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist5 // php://stdout does not obey output buffering. Any output would break
56 $output = '';
58 $output = $test->getActualOutput();
63 $output = $stdout . $output;
71 'output' => $output
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DCSSLintSniff.php70 exec($cmd, $output, $retval);
72 if (is_array($output) === false) {
76 $count = count($output);
82 $output[$i],
91 $message = 'csslint says: '.$output[($i + 1)];
/plugin/htmlokay/
H A Ddirectory_scan-3.php147 $output="";
150 $output.= "$name=>(";
156 $output .= "{$key}$item,";
158 $output = rtrim($output, ',');
159 $output .= ');;';
162 $output =rtrim($output, ';');
163 echo '%%' .$output;
/plugin/orphanswanted/
H A Dhelper.php109 $output = '';
112 $output .= '</p>';
113 $output .= '<table class="inline"><tr><th> # </th><th> ID </th>'
184 $output .= "<tr><td>$count</td><td><a href=\"". wl($id)
190 $output .= '<td>' . $item['links']
194 $output .= "</tr>\n";
199 $output .= "</table>\n";
201 $output .= '<p>';
203 return $output;
/plugin/dev/
H A Dcli.php67 $options->registerArgument('output', 'File to save, defaults to <name>.svg in current dir', false,
237 * Run git with the given arguments and return the output
247 $output = [];
251 $last = exec($cmd, $output, $result);
256 return $output;
357 $output = $this->git('log', '--no-renames', '--pretty=format:', '--name-only', '--diff-filter=D');
358 $output = array_map('trim', $output);
359 $output = array_filter($output);
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php72 $exitCode = exec($cmd, $output, $retval);
78 if (is_array($output) === true) {
79 $msg = join('\n', $output);
85 if (is_array($output) === true) {
86 foreach ($output as $finding) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJavaScriptLintSniff.php70 $msg = exec($cmd, $output, $retval);
76 if (is_array($output) === true) {
77 $msg = join('\n', $output);
83 if (is_array($output) === true) {
84 foreach ($output as $finding) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.shorten.php151 $output = `$commandline`;
153 if (!empty($output) && (substr($output, 12, 4) == 'fmt ')) {
160 $fmt_size = getid3_lib::LittleEndian2Int(substr($output, 16, 4));
161 $DecodedWAVFORMATEX = getid3_riff::parseWAVEFORMATex(substr($output, 20, $fmt_size));
166 if (substr($output, 20 + $fmt_size, 4) == 'data') {
168 …$info['playtime_seconds'] = getid3_lib::LittleEndian2Int(substr($output, 20 + 4 + $fmt_size, 4)) /…
/plugin/onlineordering/
H A Dsend_form.php154 $output .= '<p>';
155 $output .= '<b>'.$this->getLang('thank_you_for_ordering').'</b><br /><br />';
160 $output .= $sent_notice.':<br /><br />';
161 $output .= '<code>';
162 $output .= prepareHTML( $template );
163 $output .= '</code>';
164 $output .= '</p>';
170 …$output = '<div id="onlineordering_error">'.str_replace('{email}', $form['email'], $this->getLang(… variable
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DFunctionsTest.php10 function testGetHeaderValues($input, $output) { argument
13 $output,
49 function testPrefer($input, $output) { argument
52 $output,
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php51 $output = '';
60 $output .= $prefix.Inline::dump($input, $flags);
69 …$output .= sprintf("%s%s%s |%s\n", $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', '',…
72 … $output .= sprintf("%s%s%s\n", $prefix, str_repeat(' ', $this->indentation), $row);
86 $output .= sprintf('%s%s%s%s',
95 return $output;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php21 $output = $vobj->serialize();
23 $this->assertEquals($input, $output);
38 $output = $vobj->serialize();
49 $this->assertEquals($expected, $output);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php126 $output = '';
142 $output .= $template[0].'@charset '.$template[5].$this->charset.$template[6];
147 $output .= $template[0].'@import '.$template[5].$this->import[$i].$template[6];
152 $output .= $template[0].'@namespace '.$template[5].$this->namespace.$template[6];
155 $output .= $template[13];
157 $out =& $output;
195 $out =& $output;
207 $output = trim($output);
210 $this->output_css = $output;
213 $this->output_css_plain = $output;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php21 $output = $vobj->serialize($input);
23 $this->assertEquals($input, $output);
38 $output = $vobj->serialize($input);
49 $this->assertEquals($expected, $output);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php21 $output = $vobj->serialize($input);
23 $this->assertEquals($input, $output);
38 $output = $vobj->serialize($input);
49 $this->assertEquals($expected, $output);

12345678910>>...51