Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 40) sorted by relevance

12

/dokuwiki/
H A Dinstall.php43 // begin output
382 $output = <<<EOT
394 $output .= "# preset config options\n";
395 $output .= file_get_contents($preset);
396 $output .= "\n\n";
397 $output .= "# options selected in installer\n";
401 $output .= '$conf[\'title\'] = \'' . addslashes($d['title']) . "';\n";
402 $output .= '$conf[\'lang\'] = \'' . addslashes($LC) . "';\n";
403 $output .= '$conf[\'license\'] = \'' . addslashes($d['license']) . "';\n";
405 $output
[all...]
/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...]
H A DReadMe.txt70 $output = $IDN->encode($input);
72 echo $output; // This will read: xn--nrgler-wxa.com
85 $output = $IDN->decode($input);
86 // Output, what we got now, if output should be in a format different to UTF-8
88 echo utf8_decode($output); // This will read: andre@börse.knörz.info
/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/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...]
H A DIRI.php361 $output = '';
375 // C: if the input buffer begins with a prefix of "/../" or "/..", where ".." is a complete path segment, then replace that prefix with "/" in the input buffer and remove the last segment and its preceding "/" (if any) from the output buffer; otherwise,
378 $output = substr_replace($output, '', intval(strrpos($output, '/')));
381 $output = substr_replace($output, '', intval(strrpos($output, '/')));
387 // E: move the first path segment in the input buffer to the end of the output buffer, including the initial "/" character (if any) and any subsequent characters up to, but not including, the next "/" character or the end of the input buffer
389 $output
[all...]
/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);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DHtmlDescribable.php35 return $descriptionField->output();
H A DFeedHtmlField.php36 * Creates the right output, depending on $truncSize, $syndicateHtml properties.
40 public function output() function in FeedHtmlField
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md37 ->save('output.jpg', 'jpg');
55 Slika::run('input.jpg')->resize(500,500)->save('output.png', 'png');
58 Slika::run('input.jpg')->resize(500,0)->save('output.png', 'png');
61 Slika::run('input.jpg')->resize(0,500)->save('output.png', 'png');
69 Slika::run('input.jpg')->crop(500,500)->save('output.png', 'png');
86 Slika::run('input.jpg')->rotate(Slika::ROTATE_CW)->save('output.png', 'png');
94 Slika::run('input.jpg')->autorotate()->save('output.png', 'png');
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php445 $output = '';
486 $output .= $close . $open;
489 $output .= htmlspecialchars($char);
491 return $output;
501 $output = '';
506 $output .= $this->processCoordinate($last_attr, $cur_attr, isset($this->screen[$i][$j]) ? $this->screen[$i][$j] : '');
509 $output .= "\r\n";
511 $output = substr($output, 0, -2);
513 $output
[all...]
/dokuwiki/inc/
H A DTaskRunner.php30 // check if user abort worked, if yes send output early
32 $output = $INPUT->has('debug') && $conf['allowdebug'];
33 if (!$defer && !$output) {
39 // Catch any possible output (e.g. errors)
40 if (!$output) {
62 if (!$output) {
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...]
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
/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/lib/scripts/
H A Dqsearch.js13 output: '#qsearch__out', property in jQuery.fn.dw_qsearch.dw_qsearch
29 dw_qsearch.$outObj = jQuery(dw_qsearch.output);
70 // attach eventhandler to output field
82 * Empty and hide the output div
189 output: '#qsearch__out'
/dokuwiki/vendor/splitbrain/slika/src/
H A DImageMagickAdapter.php122 $output = [];
124 exec($cmd, $output, $return);
/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/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php82 * Byte-length of hash output (Internal HMAC)
511 // One internal iteration per 4 bytes of output
653 * The second-layer rehashes the L1-HASH output using a polynomial hash
654 * called POLY. If the L1-HASH output is long, then POLY is called once
655 * on a prefix of the L1-HASH output and called using different settings
656 * on the remainder. (This two-step hashing of the L1-HASH output is
750 * The output from L2-HASH is 16 bytes long. This final hash function
846 $output = $this->opad ^ $key;
847 $output .= $temp;
848 $output
[all...]
H A DBlowfish.php554 $output = '';
557 $output .= $result[$i];
560 return substr($output, 0, $keylen);
/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/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
/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.

12