Home
last modified time | relevance | path

Searched refs:strtoupper (Results 26 – 50 of 342) sorted by path

12345678910>>...14

/plugin/blogtng/syntax/
H A Dblog.php213 $this->config['sortorder'] = strtoupper($opt);
/plugin/bookmarkme/
H A Daction.php142 $bm = 'BOOKMARKME_SHOW_'.strtoupper($bm);
/plugin/bootswrapper/syntax/
H A Dbootstrap.php249 if ($tag == strtoupper($tag)) {
/plugin/bureaucracy/
H A Dsyntax.php586 $this->values['__formpage_!file!__'] = PhpString::strtoupper($file);
590 $this->values['__formpage_!page!__'] = PhpString::strtoupper($page);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php5 strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/'
H A Dutil.php73 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' || FindBadUtf8( $value ) )
/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 ) )
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 … phpcredits strnatcmp strnatcasecmp substr_count strspn strcspn strtok strtoupper strtolower strpo…
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php1240 $upperAttribute = strtoupper($attribute);
H A DDateTag.php51 $derivedLocale = strtolower($lang) . $localeSeparator . strtoupper($lang);
H A DLocale.php53 return $lang . $this->separator . strtoupper($country);
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/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php752 $hex = \strtoupper(\bin2hex(\implode(\array_map('chr', $bb))));
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md665 return strtoupper($context->get($args));
/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/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/complex_lists/complex_lists/
H A Dsyntax.php199 $numtext = strtoupper($this->latinNum($n));
207 $numtext = strtoupper($this->romanNum($n));
/plugin/database2/
H A Ddatabase2.php3876 $sqldef = $colName . ' ' . strtoupper( $sqldef );
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php119 switch (strtoupper($iTipMessage->method)) {
H A DPlugin.php623 $method = strtoupper((string)$vObject->METHOD);

12345678910>>...14