Home
last modified time | relevance | path

Searched refs:strtoupper (Results 51 – 75 of 342) sorted by last modified time

12345678910>>...14

/plugin/combo/ComboStrap/
H A DDateTag.php51 $derivedLocale = strtolower($lang) . $localeSeparator . strtoupper($lang);
H A DDatabasePageRow.php1240 $upperAttribute = strtoupper($attribute);
H A DPipelineUtility.php317 $derivedLocale = strtolower($locale) . $localeSeparator . strtoupper($locale);
H A DPluginUtility.php411 $elements[] = strtoupper($elementName);
H A DSite.php425 $locale = strtolower($lang) . $sep . strtoupper($country);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php461 return strtoupper($context->get($args));
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php398 switch (strtoupper($encoding)) {
427 $encodingList = array_map('strtoupper', $encodingList);
464 $encodingList = array_map('strtoupper', $encodingList);
861 $encoding = strtoupper($encoding);
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md665 return strtoupper($context->get($args));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php752 $hex = \strtoupper(\bin2hex(\implode(\array_map('chr', $bb))));
/plugin/structodt/
H A Daction.php123 $method = 'render' . strtoupper($ext);
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php86 $formula = strtoupper(trim($formula));
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php71 $method = strtoupper($method);
H A DStreamClient.php34 $method = strtoupper($method);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php76 $baseString = strtoupper($method) . '&';
123 switch (strtoupper($this->algorithm)) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php200 $key = strtoupper('SCOPE_' . $scope);
/plugin/openid/Auth/OpenID/
H A DURINorm.php88 return strtoupper($mo[0]);
/plugin/deeplautotranslate/
H A Daction.php305 $landing_page_text .= ' * [[.:' . $glossary['source_lang'] . '_' . $glossary['target_lang'] . '|' . strtoupper($glossary['source_lang']) . ' -> ' . strtoupper($glossary['target_lang']) . ']]' . "\n";
318 $page_text = '====== ' . $this->getLang('glossary_definition_heading') . ': ' . strtoupper($match[1]) . ' -> ' . strtoupper($match[2]) . ' ======' . "\n";
320 $page_text .= '^ ' . strtoupper($match[1]) . ' ^ ' . strtoupper($match[2]) . ' ^' . "\n";
655 'source_lang' => strtoupper(substr($this->get_default_lang(), 0, 2)), // cut of things like "-informal"
/plugin/blogtng/syntax/
H A Dblog.php213 $this->config['sortorder'] = strtoupper($opt);
/plugin/autoindex/
H A Dsyntax.php75 $first = PhpString::strtoupper(PhpString::substr($page['title'], 0, 1));
/plugin/barcodes/
H A Dsyntax.php60 $attributes->type = strtoupper($barcode->attributes()['type']);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php31 return false !== \strpos(\strtoupper($requestUri), '%2F');
235 $message = 'curl -X'.\strtoupper($request->getMethod()).' ';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php656 $curlCommand = 'curl -X' . strtoupper($method);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php5 strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/'
H A Dutf8.php385 * @see strtoupper()
H A Dutil.php73 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' || FindBadUtf8( $value ) )

12345678910>>...14