Home
last modified time | relevance | path

Searched refs:output (Results 151 – 175 of 1255) sorted by relevance

12345678910>>...51

/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php28 $output = $reader->parse();
45 $output = $writer->outputMemory();
53 $this->assertEquals($expected, $output);
H A DUriTest.php26 $output = $reader->parse();
61 $output = $writer->outputMemory();
71 $this->assertEquals($expected, $output);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jar ... monitor/ org/apache/commons/io/output/ META-INF/LICENSE.txt META- ...
/plugin/docsearch/
H A Dcron.php53 global $output;
76 $out = $output . $abstract . '.txt';
175 $output = $base . 'docsearch/pages'; variable
182 io_mkdir_p($output);
189 $conf['datadir'] = $output;
/plugin/task/
H A Dics.php27 $output = 'BEGIN:VCALENDAR'.CRLF. variable
34 header('Content-Length: '.strlen($output));
38 echo $output;
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DUriTest.php26 $output = $reader->parse();
61 $output = $writer->outputMemory();
71 $this->assertEquals($expected, $output);
/plugin/tagfilter/syntax/
H A Dfilter.php146 * Create output
148 * @param string $format output format being rendered
262 $output = $this->htmlFormOutput($tagFilters, $allPageids, $opt)
265 return $output;
305 $output = '';
313 $output .= "\n";
354 $output .= '<script type="text/javascript">/*<![CDATA[*/ var tagfilter_container = {}; /*!]]>*/</script>' . "\n";
355 //$output .= '<script type="text/javascript">/*<![CDATA[*/ '.'tagfilter_container.tagfilter_'.$opt['id'].' = '.json_encode($tagFilters['tags2']).'; /*!]]>*/</script>'."\n";
399 $output .= '<script type="text/javascript">/*<![CDATA[*/ tagfilter_container.' . $jsVar . ' ='
418 $output
[all...]
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php113 global $exclude_tags; $word = ""; $tag = ""; $tag_jump = 0; $output = array();
122 if($word != "") { $output[] = word_hyphenation($word); $word = ""; }
127 …if(in_array(strtolower($tag_name), $exclude_tags)) $tag_jump = 1; else { $output[] = $tag; $tag = …
128 } else { $output[] = $tag; $tag = ""; }
130 if($tag == "" && $char != "<" && $char != ">") $output[] = $char;
134 $text = join($output);
/plugin/dokugitviewer/
H A Dgit-utils.inc.php12 $output = array();
15 exec($c, $output, $ret);
21 return $output;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php183 * @param string $output
187 private static function generateInlineMultiply($input, array $arr, $output, $class) argument
196 $' . $output . ' = [];
198 $' . $output . ' = array_fill(0, $length + ' . count($arr) . ', 0);
211 '$' . $output . '[' . $i . '] = ';
219 $regular .= '$' . $output . '[' . count($arr) . '] = $carry;';
227 $subtemp = $' . $output . '[$k] + $' . $input . '[$i] * ' . $arr[$j];
235 '$' . $output . '[$k] = ';
243 $regular .= '$' . $output . '[++$k] = $carry; $carry = 0;';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DJobConfig.php131 public function setOutput(Output $output) argument
133 $this->output = $output;
140 return $this->output;
/plugin/file2dw/
H A Daction.php218 $output = array();
221 exec( $command, $output, $return_var );
228 $message .= '<br>Output: '. print_r($output,true);
379 $output = array();
480 $output = $message[0];
482 $output = $message;
486 if ( ! $output ) die( $this->getLang( 'er_msg_nomessage' ) );
490 $val = substr( $output, 0, strpos( $output, '_' )+1 );
507 …$content = $output.' : '.$this->getLang( $output ).( is_array( $message ) ? ' : '.$message[1] : ''…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php472 $output = '';
513 $output .= $close . $open;
516 $output .= htmlspecialchars($char);
518 return $output;
529 $output = '';
534 …$output .= $this->processCoordinate($last_attr, $cur_attr, isset($this->screen[$i][$j]) ? $this->s…
537 $output .= "\r\n";
539 $output = substr($output, 0, -2);
541 $output .= $this->processCoordinate($last_attr, $this->base_attr_cell, '');
542 return rtrim($output);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DJSHintSniff.php77 $msg = exec($cmd, $output, $retval);
79 if (is_array($output) === true) {
80 foreach ($output as $finding) {
H A DClosureLinterSniff.php88 $msg = exec($cmd, $output, $retval);
90 if (is_array($output) === false) {
94 foreach ($output as $finding) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php75 $msg = exec($cmd, $output, $retval);
77 if (is_array($output) === true) {
78 foreach ($output as $finding) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Exception/
H A DFilterException.php35 $output = $proc->getOutput();
36 if (!empty($output)) {
37 $message .= "\n\nOutput:\n".str_replace("\r", '', $output);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc88 <cffunction name="init" access="public" output="false" returnType="void">
112 <cffunction name="flipHorizontal" access="public" output="true" returnType="void" hint="Flip an ima…
119 <cffunction name="getImageInfo" access="public" output="true" returntype="struct" hint="Returns ima…
126 <cffunction name="flipVertical" access="public" output="true" returntype="void" hint="Flop an image…
133 <cffunction name="scaleWidth" access="public" output="true" returntype="void" hint="Scale an image …
162 <cffunction name="crop" access="public" output="true" returntype="void" hint="Crop an image.">
183 <cffunction name="setOption" access="public" output="true" returnType="void" hint="Sets values for …
226 <cffunction name="addText" access="public" output="true" returntype="void" hint="Add text to an ima…
238 <cffunction name="watermark" access="public" output="false" returnType="void">
258 <cffunction name="save" access="public" output="false" returnType="void">
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php544 $output = $fileinfo['fileformat'];
546 return $output; // 'gif'
550 return $output; // 'mp3'
552 $output .= '.'.$fileinfo['audio']['dataformat']; // 'ogg.flac'
553 return $output;
557 return $output; // 'mpeg'
560 return $output;
564 return $output; // 'real'
567 return $output;
569 $output .= '.'.$fileinfo['video']['dataformat'];
[all …]
/plugin/dwcommits/
H A Dhelper.php523 $output = "";
525 $output .= $this->format_tablerow($row,$regex);
599 $output = "";
601 $output .= $this->format_row($row,$regex);
602 $output .= "\n---------\n";
605 return '<pre>' . $output . '</pre>';
799 $output = "";
808 $output .= "<b>" . $this->getLang('db_file'). "</b> $entry";
810 $output .= "<br />";
822 $output .= "<br />";
[all …]
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php76 $output = fopen('php://output', 'wb');
80 stream_copy_to_stream($body, $output, $contentLength);
84 fwrite($output, fread($body, 8192));
88 fwrite($output, $body, $contentLength);
/plugin/shorturl/
H A Dhelper.php82 $output = array();
105 $output[] = $out;
111 $shorturl = $output[0];
114 $shorturl = $output[$j+1];
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php274 $output = preg_split('{\r?\n}', trim($process->getOutput()));
278 count($output) === 3
279 && $output[0] === sprintf('string(%d) "%s"', strlen(PHP_VERSION), PHP_VERSION)
280 && $output[1] === 'string(27) "stefan.esser@sektioneins.de"'
281 && $output[2] === 'int(-1)'
/plugin/farm/
H A Dscript.js30 var output = "";
45 output = output + String.fromCharCode(chr1);
46 if(enc3 != 64) output += String.fromCharCode(chr2);
47 if(enc4 != 64) output += String.fromCharCode(chr3);
51 return unescape(output);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js153 buf = is32 ? new Int32Array(output) : new Int16Array(output),
511 var output = 0,
517 output += 8;
521 output += 8;
525 output += 8;
529 output += 8;
531 return output;
535 output += 4;
540 return output;
543 return output + 1;
[all …]

12345678910>>...51