| /dokuwiki/lib/plugins/styling/_test/ |
| H A D | colors.test.php | 38 $output = $this->callInaccessibleMethod($plugin, 'colorType', [$input]); 39 $this->assertEquals($expect, $output); 69 $output = $this->callInaccessibleMethod($plugin, 'colorValue', [$input]); 70 $this->assertEquals($expect, $output);
|
| /dokuwiki/_test/tests/Remote/Mock/ |
| H A D | XmlRpcServer.php | 7 public $output; variable in dokuwiki\\test\\Remote\\Mock\\XmlRpcServer 22 public function output($xml) { function in dokuwiki\\test\\Remote\\Mock\\XmlRpcServer 23 $this->output = $xml;
|
| /dokuwiki/ |
| H A D | install.php | 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 .= '$conf[\'useacl\'] = 1' . ";\n"; 406 $output .= "\$conf['superuser'] = '@admin';\n"; [all …]
|
| /dokuwiki/inc/Action/ |
| H A D | Export.php | 57 $output = rawWiki($ID, $REV); 79 $output = p_wiki_xhtml($ID, $REV, false); 87 $output = p_wiki_xhtml($ID, $REV, false); 93 $output = p_cached_output(wikiFN($ID, $REV), $mode, $ID); 103 $data['output'] =& $output;
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | XmlRpcServerTest.php | 67 $this->assertXmlStringEqualsXmlString(trim($expected), trim($this->server->output)); 107 $this->assertXmlStringEqualsXmlString(trim($expected), trim($this->server->output)); 145 $this->assertXmlStringEqualsXmlString(trim($expected), trim($this->server->output));
|
| /dokuwiki/_test/tests/inc/parser/ |
| H A D | handler_parse_highlight_options.test.php | 52 $output = $this->callInaccessibleMethod($h, 'parse_highlight_options', [$input]); 54 $this->assertEquals($expect, $output);
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Misc.php | 290 * @param string $output Encoding you want 293 public static function change_encoding(string $data, string $input, string $output) argument 296 $output = Misc::encoding($output); 310 if ($input === 'windows-1252' && $output === 'UTF-8') { 314 …sts('mb_convert_encoding') && ($return = Misc::change_encoding_mbstring($data, $input, $output))) { 318 …eif (function_exists('iconv') && ($return = Misc::change_encoding_iconv($data, $input, $output))) { 322 …ss_exists('\UConverter') && ($return = Misc::change_encoding_uconverter($data, $input, $output))) { 333 protected static function change_encoding_mbstring(string $data, string $input, string $output) argument 338 if ($output === 'windows-949') { 339 $output = 'EUC-KR'; [all …]
|
| H A D | IRI.php | 327 $output = ''; 344 $output = substr_replace($output, '', intval(strrpos($output, '/'))); 347 $output = substr_replace($output, '', intval(strrpos($output, '/'))); 355 $output .= substr($input, 0, $pos); 358 $output .= $input; 362 return $output . $input;
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | MBOXCreator.php | 35 $output = ""; 50 $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay 55 $output .= $newline.$eol; 58 return trim($output);
|
| /dokuwiki/_test/tests/inc/ |
| H A D | form_form.test.php | 49 $output = ob_get_contents(); 52 $this->assertEquals($this->_ignoreTagWS($output),$this->_ignoreTagWS($this->_realoutput())); 97 $output = ob_get_contents(); 99 $this->assertEquals($this->_ignoreTagWS($output),$this->_ignoreTagWS($this->_realoutput()));
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/ |
| H A D | HtmlDescribable.php | 35 return $descriptionField->output();
|
| H A D | FeedHtmlField.php | 40 public function output() function in FeedHtmlField
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | README.md | 37 ->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/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
| H A D | EvalBarrett.php | 195 * @param string $output 199 private static function generateInlineMultiply($input, array $arr, $output, $class) argument 208 $' . $output . ' = []; 210 $' . $output . ' = array_fill(0, $length + ' . count($arr) . ', 0); 223 '$' . $output . '[' . $i . '] = '; 231 $regular .= '$' . $output . '[' . count($arr) . '] = $carry;'; 239 $subtemp = $' . $output . '[$k] + $' . $input . '[$i] * ' . $arr[$j]; 247 '$' . $output . '[$k] = '; 255 $regular .= '$' . $output . '[++$k] = $carry; $carry = 0;';
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | ANSI.php | 445 $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->s… 509 $output .= "\r\n"; 511 $output = substr($output, 0, -2); 513 $output .= $this->processCoordinate($last_attr, $this->base_attr_cell, ''); 514 return rtrim($output);
|
| /dokuwiki/inc/ |
| H A D | TaskRunner.php | 32 $output = $INPUT->has('debug') && $conf['allowdebug']; 33 if (!$defer && !$output) { 40 if (!$output) { 62 if (!$output) {
|
| H A D | PassHash.php | 432 $output = ''; 437 $output .= $itoa64[$value & 0x3f]; 440 $output .= $itoa64[($value >> 6) & 0x3f]; 445 $output .= $itoa64[($value >> 12) & 0x3f]; 448 $output .= $itoa64[($value >> 18) & 0x3f]; 451 return '$' . $magic . '$' . $iterc . $salt . $output; 867 $output = $algo($opad . pack($pack, $algo($ipad . $data))); 869 return ($raw_output) ? pack($pack, $output) : $output;
|
| /dokuwiki/vendor/kissifrot/php-ixr/src/Server/ |
| H A D | Server.php | 77 $this->output($xml); 115 $this->output($error->getXml()); 118 public function output($xml) function in IXR\\Server\\Server
|
| /dokuwiki/lib/scripts/ |
| H A D | qsearch.js | 13 output: '#qsearch__out', property 29 dw_qsearch.$outObj = jQuery(dw_qsearch.output); 189 output: '#qsearch__out'
|
| /dokuwiki/vendor/splitbrain/slika/src/ |
| H A D | ImageMagickAdapter.php | 122 $output = []; 124 exec($cmd, $output, $return);
|
| /dokuwiki/vendor/simplepie/simplepie/src/Parse/ |
| H A D | Date.php | 723 $output = ''; 726 $output .= substr($string, $position, $pos - $position); 751 $output .= '('; 754 $output .= substr($string, $position); 756 return $output;
|
| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedCreatorValidationTest.php | 31 'output' => 'soap12',
|
| /dokuwiki/_test/tests/lib/exe/ |
| H A D | css_css_loadfile.test.php | 13 private function csstest($input, $output = null, $location = 'http://www.example.com/') { argument
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Tar.php | 216 $output = $outdir.'/'.$fileinfo->getPath(); 217 $directory = ($fileinfo->getIsdir()) ? $output : dirname($output); 224 $fp = @fopen($output, "wb"); 226 throw new ArchiveIOException('Could not open file for writing: '.$output); 238 @touch($output, $fileinfo->getMtime()); 239 @chmod($output, $fileinfo->getMode());
|
| H A D | Zip.php | 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());
|