Home
last modified time | relevance | path

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

/dokuwiki/inc/Utf8/
H A DPhpString.php255 * @see \dokuwiki\Utf8\PhpString::strtoupper()
273 * This is a unicode aware replacement for strtoupper()
279 * @see \dokuwiki\Utf8\PhpString::strtoupper()
282 * @see strtoupper()
284 public static function strtoupper($string)
307 return self::strtoupper($str);
310 return self::strtoupper($matches[1]) . $matches[2];
335 $ucfirst = self::strtoupper($matches[3]);
293 public static function strtoupper($string) global() function in dokuwiki\\Utf8\\PhpString
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php850 elseif (isset($this->timezone[strtoupper($match[11])])) {
851 $timezone = $this->timezone[strtoupper($match[11])];
913 if (isset($this->timezone[strtoupper($match[8])])) {
914 $timezone = $this->timezone[strtoupper($match[8])];
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php21 switch (strtoupper((string) $format)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php
H A DRSA.php
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php201 return strtoupper($hex_guid_to_guid_str);
/dokuwiki/inc/
H A Dinit.php569 return strtoupper(substr(PHP_OS, 0, 3)) === 'WIN';
H A Dutf8.php156 dbg_deprecated(PhpString::class . '::strtoupper()');
157 return PhpString::strtoupper($str);
H A DPassHash.php97 if (!defined('PASSWORD_' . strtoupper($m[1]))) {
98 throw new \Exception('This PHP installation has no ' . strtoupper($m[1]) . ' support');
353 return '*' . strtoupper(sha1(pack("H*", sha1($clear))));
H A Dcommon.php478 str_starts_with(strtoupper(PHP_OS), 'WIN') &&
1174 PhpString::strtoupper(curNS($id)),
1177 PhpString::strtoupper($file),
1181 PhpString::strtoupper($page),
1578 switch (strtoupper(substr($value, -1))) {
H A Dhtml.php235 $tip .= ' [' . strtoupper($akey) . ']';
901 Event::createAndTrigger('HTML_' . strtoupper($name) . 'FORM_OUTPUT', $form, 'html_form_output', false);
H A DMailer.class.php249 $text = str_replace('@' . strtoupper($key) . '@', $substitution, $text);
252 $html = str_replace('@' . strtoupper($key) . '@', $substitution, $html);
H A Dtemplate.php600 $addTitle = ' [' . strtoupper($accesskey) . ']';
1906 $hook = 'TEMPLATE_' . strtoupper($toolsname) . '_DISPLAY';
H A Dform.php430 $attrs['title'] = $value . ' [' . strtoupper($attrs['accesskey']) . ']';
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php51 if ('<!DOCTYPE' === strtoupper($root_tag)) {
/dokuwiki/inc/Form/
H A DForm.php481 $eventName = 'FORM_' . strtoupper($eventName) . '_OUTPUT';
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php225 if (strpos($this->data, "\x0A") !== false && strtoupper(substr($this->data, 0, 5)) === 'HTTP/') {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php631 $string .= '%' . strtoupper($bytes[$j]);
645 $string .= '%' . strtoupper($bytes[$j]);
H A DParser.php100 if (strtoupper($encoding) === 'US-ASCII') {
H A DMisc.php258 return strtoupper($match[0]);
H A DSimplePie.php1612 $encodings[] = strtoupper($this->input_encoding);
1622 $encodings[] = strtoupper($charset[1]);
1628 $encodings[] = strtoupper($charset[1]);
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3223 return strtoupper($instr);
3280 str_replace('+', '%20', urlencode($this->hsc(strtoupper($word)))),
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1941 $value = strtoupper(preg_replace_callback('#[^\x20-\x7E]#', $callback, $value->element));
3023 return ['algorithm' => 'ecdsa-with-' . strtoupper($key->getHash())];