Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 40) sorted by last modified time

12

/dokuwiki/vendor/geshi/geshi/
H A DLICENSE74 running the Program is not restricted, and the output from the Program
312 If the program is interactive, make it output a short notice like this
H A DBUGS26 - The <pre> header output is not XHTML compliant. Please use the <div> header instead.
/dokuwiki/inc/
H A Dio.php724 * Runs an external command with input and output pipes.
729 * @param string $output output pipe
734 function io_exec($cmd, $input, &$output)
746 $output = stream_get_contents($pipes[1]);
683 io_exec($cmd, $input, & $output) global() argument
H A DPassHash.php429 $output = '';
434 $output .= $itoa64[$value & 0x3f];
437 $output .= $itoa64[($value >> 6) & 0x3f];
442 $output .= $itoa64[($value >> 12) & 0x3f];
445 $output .= $itoa64[($value >> 18) & 0x3f];
448 return '$' . $magic . '$' . $iterc . $salt . $output;
695 * - SHA-2 with 256-bit output for prefix $5$
696 * - SHA-2 with 512-bit output for prefix $6$ (default)
845 $output = $algo($opad . pack($pack, $algo($ipad . $data)));
847 return ($raw_output) ? pack($pack, $output)
[all...]
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini11 ; defines for which output media the style should be loaded. Currently
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedHtmlField.php36 * Creates the right output, depending on $truncSize, $syndicateHtml properties.
40 public function output() function in FeedHtmlField
H A DHtmlDescribable.php35 return $descriptionField->output();
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less356 output,
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php44 * array. Unicode output is available in the same formats.
47 * ACE input and output is always expected to be ASCII.
112 * 'ucs4_string' and 'ucs4_array' respectively for UCS4); The output is always UTF-8]
161 * [@param string Desired output encoding, see {@link set_parameter}]
242 // The output is UTF-8 by default, other output formats need conversion here
255 $this->_error('Unsupported output format');
284 // No input, no output, what else did you expect?
290 $output = '';
316 $output
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php280 * @param string $output Encoding you want
283 public static function change_encoding($data, $input, $output) argument
286 $output = Misc::encoding($output);
300 if ($input === 'windows-1252' && $output === 'UTF-8') {
304 elseif (function_exists('mb_convert_encoding') && ($return = Misc::change_encoding_mbstring($data, $input, $output))) {
308 elseif (function_exists('iconv') && ($return = Misc::change_encoding_iconv($data, $input, $output))) {
312 elseif (class_exists('\UConverter') && ($return = Misc::change_encoding_uconverter($data, $input, $output))) {
320 protected static function change_encoding_mbstring($data, $input, $output) argument
325 if ($output
352 change_encoding_iconv($data, $input, $output) global() argument
363 change_encoding_uconverter($data, $input, $output) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php763 $output = '';
766 $output .= substr($string, $position, $pos - $position);
791 $output .= '(';
794 $output .= substr($string, $position);
796 return $output;
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A DLICENSE
H A Dlessc.inc.php
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php138 * By default this will extract all files found in the archive. You can restrict the output using the $include
185 // create output directory
186 $output = $outdir.'/'.$fileinfo->getPath();
187 $directory = ($fileinfo->getIsdir()) ? $output : dirname($output);
194 $fp = @fopen($output, "wb");
196 throw new ArchiveIOException('Could not open file for writing: '.$output);
208 @touch($output, $fileinfo->getMtime());
209 @chmod($output, $fileinfo->getMode());
H A DZip.php121 * By default this will extract all files found in the archive. You can restrict the output using the $include
168 // create output directory
169 $output = $outdir.'/'.$fileinfo->getPath();
170 $directory = ($header['folder']) ? $output : dirname($output);
183 $extractto = $output;
185 $extractto = $output.'.gz';
234 $fp = @fopen($output, 'wb');
252 @touch($output, $fileinfo->getMtime());
/dokuwiki/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.
/dokuwiki/inc/Action/
H A DExport.php32 * data['output'] -- export output
57 $output = rawWiki($ID, $REV);
79 $output = p_wiki_xhtml($ID, $REV, false);
87 $output = p_wiki_xhtml($ID, $REV, false);
90 $output = p_cached_output(wikiFN($ID, $REV), $mode, $ID);
100 $data['output'] =& $output;
104 if (!empty($data['output'])) {
108 echo $pre . $data['output']
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php820 * Flag to suppress stderr from output
2810 * Get the output from stdError
2902 $output = '';
2907 return is_callable($callback) ? true : $output;
2917 $output .= $temp;
3128 * Returns the output of an interactive shell
3967 * Suppress stderr from output
3978 * Show stderr in output
4481 // dump the output out realtime; packets may be interspersed with non packets,
4702 $output
[all...]
/dokuwiki/
H A DCOPYING74 running the Program is not restricted, and the output from the Program
312 If the program is interactive, make it output a short notice like this
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php71 $this->output($xml);
109 $this->output($error->getXml());
112 public function output($xml) function in IXR\\Server\\Server
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE146 running a program using the Library is not restricted, and output from
H A DREADME.md100 added charset output in HTTP headers (thanks to Sören Fuhrmann of golem.de)
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php35 $output = "";
50 $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay
55 $output .= $newline.$eol;
58 return trim($output);

12