Home
last modified time | relevance | path

Searched refs:strtoupper (Results 1 – 25 of 342) sorted by path

12345678910>>...14

/plugin/aichat/
H A Dhelper.php342 $replace['{{' . strtoupper($key) . '}}'] = $val;
/plugin/amazonlight/
H A Dsyntax.php181 'MarketPlace' => strtoupper($country),
187 'region' => strtoupper($country),
/plugin/authfacebook/lib/
H A DFacebookRequest.php220 $this->method = strtoupper($method);
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php210 $this->requestMethod = strtoupper($method);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php422 if ($timeoutRequiresNoSignal && strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php45 $this->method = strtoupper($method);
98 $new->method = strtoupper($method);
H A DUriNormalizer.php188 return strtoupper($match[0]);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTestHandler.php220 $level = constant('Monolog\Logger::' . strtoupper($matches[2]));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php200 $iv = strtoupper(Hex::encode($iv));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php99 echo strtoupper($basis['a']->toHex(true)) . "\n";
100 echo strtoupper($basis['b']->toHex(true)) . "\n\n";
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1972 … $value = strtoupper(preg_replace_callback('#[^\x20-\x7E]#', $callback, $value->element));
3089 return 'ecdsa-with-' . strtoupper($key->getHash());
/plugin/authmantis/
H A Dauth.php156 $t_project_name = strtoupper( $t_project_name[1] );
161 $t_access_level_string = strtoupper(
/plugin/authsplit/
H A Dauth.php669 $result = strtoupper($result);
/plugin/autoindex/
H A Dsyntax.php75 $first = PhpString::strtoupper(PhpString::substr($page['title'], 0, 1));
/plugin/autostartpage/
H A Daction.php81 $wikitext=preg_replace("/@!!NS!@/", strtoupper($goodns), $wikitext);
86 $wikitext=preg_replace("/@!PAGE!@/",strtoupper($page), $wikitext);
89 $wikitext=preg_replace("/@!FILE!@/",strtoupper($f), $wikitext);
/plugin/autotweet/
H A DOAuth.php373 return strtoupper($this->http_method);
/plugin/backup/
H A Dadmin.php20 return (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? true : false;
/plugin/barcodes/
H A Dsyntax.php60 $attributes->type = strtoupper($barcode->attributes()['type']);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php98 switch (strtoupper($type)) {
286 $code = strtoupper($code);
457 $code = strtoupper($code);
932 switch(strtoupper($type)) {
1561 $code = strtoupper($code);
1694 $code = 'A'.strtoupper($code).'A';
2087 array_push($hex, strtoupper(dechex(bcmod($number, '16'))));
H A DBarcode2D.php96 $qrtype = strtoupper($mode[0]);
141 $qrcode = new QRcode($code, strtoupper($mode[1]));
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php41 $fileName = strtoupper($dir) . ".xml";
48 $array[strtoupper($dir)] = $matches[1];
H A DUTF8.php235 * @see strtoupper()
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php305 $fileName = $dirName . "/" . strtoupper(trim($this->vars['styleShortName'])) . ".xml";
1154 $fileName = $dirName . "/" . strtoupper(trim($this->vars['styleShortName'])) . ".xml";
1284 else if(array_key_exists(strtoupper(trim($this->vars['styleShortName'])), $this->styles))
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php104 $lc = $stylePath . strtolower($style) . "/" . strtoupper($style) . ".xml";
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php289 $normalizedRef[strtoupper($key)] = $value;

12345678910>>...14