Home
last modified time | relevance | path

Searched refs:output (Results 176 – 200 of 1255) sorted by relevance

12345678910>>...51

/plugin/livemark/
H A Daction.php71 $output = $this->imagewatermark($source, $width, $height);
78 imagepng($output, $cache_path, intval($conf['jpg_quality'] / 11));
81 imagecopy($finaloutput, $output, 0, 0, 0, 0, $width, $height);
84 imagedestroy($output);
/plugin/fckg/fckeditor/editor/plugins/fonts/
H A Dfckplugin.js124 var output = "";
129 output += " ";
132 output += input.charAt(i);
135 return output;
/plugin/tindexmenu/syntax/
H A Dindexmenu.php263 $output=false;
291 $output .= "<script type='text/javascript' charset='utf-8'>\n";
292 $output .= "<!--//--><![CDATA[//><!--\n";
295 $output .= "//--><!]]>\n";
296 $output .= "</script>\n";
297 $output.="\n".'<div id="nojs_'.$js_name.'" class="indexmenu_nojs"';
298 $output.=">\n";
299 $output.=html_buildlist($data,'idx',array($this,"_html_list_index"),"html_li_index");
300 $output.="</div>\n";
302 $output.=$output_tmp;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php741 * @param string $output
744 function htmlActionsPanel(DAV\INode $node, &$output) { argument
749 $output .= '<tr><td colspan="2"><form method="post" action="">
869 $output = null;
879 $output = $input->convert(VObject\Document::VCARD30);
880 return $output->serialize();
886 $output = $input->convert(VObject\Document::VCARD40);
887 return $output->serialize();
890 return json_encode($output);
898 if (!is_null($output)) {
[all …]
/plugin/odtplus2dw/
H A Daction.php281 $output = $message[0];
283 $output = $message;
285 // If output is empty, crash with error display;
286 if ( ! $output ) die( $this->getLang( 'er_msg_nomessage' ) );
288 $val = substr( $output, 0, strpos( $output, '_' )+1 );
304 if ( $this->debug > 3 ) echo '<p>message : '.$message.' |output : '.$output.' |val : '.$val.' |err : '.$err.'</p>';
312 $content = $output.' : '.$this->getLang( $output )
[all...]
/plugin/metadisplay/
H A Dadmin.php17 private $output =''; variable in admin_plugin_metadisplay
42 $this->output = '';
45 $this->output = '<pre>' . shell_exec(METADISP_CMDL .'-h') .'</pre>';
132 $this->output =shell_exec($cmdline);
197 ptln('<div><br />'.$this->output.'</div>');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php35 private $output; variable in Assetic\\Factory\\AssetFactory
50 $this->output = 'assetic/*';
77 * @param string $output The default output string
79 public function setDefaultOutput($output) argument
81 $this->output = $output;
164 $options['output'] = $this->output;
/plugin/authdrupal8/
H A Dpassword.inc49 $output = '';
54 $output .= $itoa64[$value & 0x3f];
58 $output .= $itoa64[($value >> 6) & 0x3f];
65 $output .= $itoa64[($value >> 12) & 0x3f];
69 $output .= $itoa64[($value >> 18) & 0x3f];
71 return $output;
91 $output = '$S$';
96 $output .= $itoa64[$count_log2];
98 $output .= _password_base64_encode(drupal_random_bytes(6), 6);
99 return $output;
[all...]
/plugin/maintenance/
H A Dhelper.php57 exec($cmd, $output, $result);
59 file_put_contents($this->script_last_pid_file, $output[0]);
78 exec($cmd, $output, $result);
81 exec($cmd, $output, $result);
/plugin/blogtng/action/
H A Dfeed.php125 $output = ob_get_contents();
131 $output = preg_replace('/(<a href|<img src)="('.$base.')/s','$1="'.DOKU_URL,$output);
135 …preg_replace('#[^\n]*?>\s*?' . preg_quote(hsc($firstheading), '#') . '\s*?<.*\n#', '', $output, 1);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php548 $output = array();
563 … (isset($output[$num])) ? $output[$num] .= $string{$i} : $output[$num] = $string{$i};
567 … (isset($output[$num])) ? $output[$num] .= $string{$i} : $output[$num] = $string{$i};
576 (isset($output[$num])) ? $output[$num] .= $string{$i} : $output[$num] = $string{$i};
581 if(isset($output[0]))
583 return $output;
587 return array($output);
/plugin/const/
H A Dclass.evalmath.php251 $output = array();
253 $output[] = $name . '( ' . implode( ', ', $data['args'] ) . ' )';
255 return $output;
273 $output = array(); // postfix form of expression, to be passed to pfx().
316 $output[] = $stack->pop();
331 $output[] = $o2;
382 $output[] = $o2;
415 $output[] = $value;
419 $output[] = $value;
485 $output[] = $op;
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_basexml.cfm22 …* This file include the functions that create the base XML output by the ColdFusion Connector (MX …
32 <cffunction name="CreateXmlHeader" returntype="void" output="true">
44 <cffunction name="CreateXmlFooter" returntype="void" output="true">
48 <cffunction name="SendError" returntype="void" output="true">
64 <cffunction name="SendErrorNode" returntype="void" output="true">
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php64 $output = json_encode(['metrics' => $metrics]); variable
67 file_put_contents($_SERVER['argv'][3], $output);
70 echo $output . PHP_EOL;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php21 private $output; variable in Assetic\\Extension\\Twig\\AsseticTokenParser
33 * @param string $output The default output string
37 …public function __construct(AssetFactory $factory, $tag, $output, $single = false, array $extensio… argument
41 $this->output = $output;
52 'output' => $this->output,
/plugin/tagadd/
H A Daction.php125 $output="<a href='' onclick='tagadd__loadForm(\"\");return false;'><b>[:]</b></a>->";
127 $output="<a href='' onclick='tagadd__loadForm(\"\");return false;'>[:]</a>->";
136 $output.=$part;
141 …$output.="<a href='' onclick='tagadd__loadForm(\"".$root."\");return false;'><b>[".$part."]</b></a…
143 … $output.="<a href='' onclick='tagadd__loadForm(\"".$root."\");return false;'>[".$part."]</a>->";
147 return $output;
/plugin/fckg/fckeditor/editor/plugins/plugintool/
H A Dfckplugin.js140 var output = "";
144 output += " ";
147 output += input.charAt(i);
150 return output;
/plugin/icalevents/vendor/sabre/uri/tests/
H A DSplitTest.php33 $output = split($input);
34 …$this->assertEquals($expected, $output, 'The expected output for \'' . $input . '\' was incorrect'…
/plugin/davcal/vendor/sabre/uri/tests/
H A DSplitTest.php33 $output = split($input);
34 …$this->assertEquals($expected, $output, 'The expected output for \'' . $input . '\' was incorrect'…
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php95 $output = "";
105 $output .=
110 return $output;
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DInfiteLoopTest.php25 $output = $reader->parse();
46 ], $output);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DInfiteLoopTest.php25 $output = $reader->parse();
46 ], $output);
/plugin/snippets/
H A Dadmin.php16 private $output = ''; variable in admin_plugin_snippets
32 $this->output = 'invalid';
40 $this->output = 'prune';
43 $this->output = 'doc';
70 if($this->output == 'doc') {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIncorrectExpandTest.php41 $output = <<<ICS
58 $this->assertEquals($output, str_replace("\r", "", $result));
H A DMissingOverriddenTest.php40 $output = <<<ICS
59 $this->assertEquals($output, str_replace("\r","",$result));

12345678910>>...51