/dokuwiki/_test/tests/Extension/ |
D | EventTest.php | 11 $data['test'] = strtoupper($data['test']); 16 $data['test'] = strtoupper($data['test']);
|
/dokuwiki/inc/Utf8/ |
D | PhpString.php | 282 * @see strtoupper() 284 public static function strtoupper($string) function in dokuwiki\\Utf8\\PhpString 307 return self::strtoupper($str); 310 return self::strtoupper($matches[1]) . $matches[2]; 335 $ucfirst = self::strtoupper($matches[3]);
|
/dokuwiki/vendor/simplepie/simplepie/src/Parse/ |
D | Date.php | 849 elseif (isset($this->timezone[strtoupper($match[11])])) { 850 $timezone = $this->timezone[strtoupper($match[11])]; 912 if (isset($this->timezone[strtoupper($match[8])])) { 913 $timezone = $this->timezone[strtoupper($match[8])];
|
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/ |
D | UniversalFeedCreator.php | 21 switch (strtoupper((string) $format)) {
|
/dokuwiki/_test/tests/inc/ |
D | init_creationmodes.test.php | 14 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
|
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
D | adLDAPUtils.php | 201 return strtoupper($hex_guid_to_guid_str);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
D | PKCS1.php | 187 $iv = strtoupper(Strings::bin2hex($iv));
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
D | KoblitzPrime.php | 110 echo strtoupper($basis['a']->toHex(true)) . "\n"; 111 echo strtoupper($basis['b']->toHex(true)) . "\n\n";
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/ |
D | Message.php | 51 if ('<!DOCTYPE' === strtoupper($root_tag)) {
|
/dokuwiki/inc/ |
D | utf8.php | 157 return PhpString::strtoupper($str);
|
D | PassHash.php | 100 if (!defined('PASSWORD_' . strtoupper($m[1]))) { 101 … throw new \Exception('This PHP installation has no ' . strtoupper($m[1]) . ' support'); 356 return '*' . strtoupper(sha1(pack("H*", sha1($clear))));
|
D | common.php | 472 str_starts_with(strtoupper(PHP_OS), 'WIN') && 1142 PhpString::strtoupper(curNS($id)), 1145 PhpString::strtoupper($file), 1149 PhpString::strtoupper($page), 1546 switch (strtoupper(substr($value, -1))) {
|
D | html.php | 235 $tip .= ' [' . strtoupper($akey) . ']'; 901 …Event::createAndTrigger('HTML_' . strtoupper($name) . 'FORM_OUTPUT', $form, 'html_form_output', fa…
|
D | Mailer.class.php | 249 $text = str_replace('@' . strtoupper($key) . '@', $substitution, $text); 252 $html = str_replace('@' . strtoupper($key) . '@', $substitution, $html);
|
D | template.php | 621 $addTitle = ' [' . strtoupper($accesskey) . ']'; 1928 $hook = 'TEMPLATE_' . strtoupper($toolsname) . '_DISPLAY';
|
D | form.php | 430 $attrs['title'] = $value . ' [' . strtoupper($attrs['accesskey']) . ']';
|
/dokuwiki/inc/Form/ |
D | Form.php | 481 $eventName = 'FORM_' . strtoupper($eventName) . '_OUTPUT';
|
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
D | Parser.php | 224 … if (strpos($this->data, "\x0A") !== false && strtoupper(substr($this->data, 0, 5)) === 'HTTP/') {
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | IRI.php | 630 $string .= '%' . strtoupper($bytes[$j]); 644 $string .= '%' . strtoupper($bytes[$j]);
|
D | Parser.php | 99 if (strtoupper($encoding) === 'US-ASCII') {
|
D | Misc.php | 257 return strtoupper($match[0]);
|
D | SimplePie.php | 1610 $encodings[] = strtoupper($this->input_encoding); 1620 $encodings[] = strtoupper($charset[1]); 1626 $encodings[] = strtoupper($charset[1]);
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 288 $requestedCharset = strtoupper($requestedCharset); 289 $documentCharset = strtoupper($documentCharset); 4204 ? strtoupper($node->tagName) 5112 $client->setMethod(strtoupper($options['type']));
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
D | PHP.php | 1336 …if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' && function_exists('opcache_get_status') && PHP_VER…
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
D | X509.php | 1936 … $value = strtoupper(preg_replace_callback('#[^\x20-\x7E]#', $callback, $value->element)); 3022 return ['algorithm' => 'ecdsa-with-' . strtoupper($key->getHash())];
|