Home
last modified time | relevance | path

Searched refs:strtoupper (Results 1 – 25 of 26) sorted by relevance

12

/dokuwiki/_test/tests/Extension/
DEventTest.php11 $data['test'] = strtoupper($data['test']);
16 $data['test'] = strtoupper($data['test']);
/dokuwiki/inc/Utf8/
DPhpString.php282 * @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/
DDate.php849 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/
DUniversalFeedCreator.php21 switch (strtoupper((string) $format)) {
/dokuwiki/_test/tests/inc/
Dinit_creationmodes.test.php14 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
/dokuwiki/lib/plugins/authad/adLDAP/classes/
DadLDAPUtils.php201 return strtoupper($hex_guid_to_guid_str);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DPKCS1.php187 $iv = strtoupper(Strings::bin2hex($iv));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DKoblitzPrime.php110 echo strtoupper($basis['a']->toHex(true)) . "\n";
111 echo strtoupper($basis['b']->toHex(true)) . "\n\n";
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
DMessage.php51 if ('<!DOCTYPE' === strtoupper($root_tag)) {
/dokuwiki/inc/
Dutf8.php157 return PhpString::strtoupper($str);
DPassHash.php100 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))));
Dcommon.php472 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))) {
Dhtml.php235 $tip .= ' [' . strtoupper($akey) . ']';
901 …Event::createAndTrigger('HTML_' . strtoupper($name) . 'FORM_OUTPUT', $form, 'html_form_output', fa…
DMailer.class.php249 $text = str_replace('@' . strtoupper($key) . '@', $substitution, $text);
252 $html = str_replace('@' . strtoupper($key) . '@', $substitution, $html);
Dtemplate.php621 $addTitle = ' [' . strtoupper($accesskey) . ']';
1928 $hook = 'TEMPLATE_' . strtoupper($toolsname) . '_DISPLAY';
Dform.php430 $attrs['title'] = $value . ' [' . strtoupper($attrs['accesskey']) . ']';
/dokuwiki/inc/Form/
DForm.php481 $eventName = 'FORM_' . strtoupper($eventName) . '_OUTPUT';
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
DParser.php224 … if (strpos($this->data, "\x0A") !== false && strtoupper(substr($this->data, 0, 5)) === 'HTTP/') {
/dokuwiki/vendor/simplepie/simplepie/src/
DIRI.php630 $string .= '%' . strtoupper($bytes[$j]);
644 $string .= '%' . strtoupper($bytes[$j]);
DParser.php99 if (strtoupper($encoding) === 'US-ASCII') {
DMisc.php257 return strtoupper($match[0]);
DSimplePie.php1610 $encodings[] = strtoupper($this->input_encoding);
1620 $encodings[] = strtoupper($charset[1]);
1626 $encodings[] = strtoupper($charset[1]);
/dokuwiki/_test/core/
DphpQuery-onefile.php288 $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/
DPHP.php1336 …if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' && function_exists('opcache_get_status') && PHP_VER…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
DX509.php1936 … $value = strtoupper(preg_replace_callback('#[^\x20-\x7E]#', $callback, $value->element));
3022 return ['algorithm' => 'ecdsa-with-' . strtoupper($key->getHash())];

12