Home
last modified time | relevance | path

Searched refs:strtoupper (Results 151 – 175 of 342) sorted by relevance

12345678910>>...14

/plugin/autoindex/
H A Dsyntax.php75 $first = PhpString::strtoupper(PhpString::substr($page['title'], 0, 1));
/plugin/offline/
H A Dcreate.php740 …$indexStr .= '</div><a name="' . strtolower($currentFirstChar) . '"></a><h2>' . strtoupper($curren…
752 … $navigationBarStr .= '<a href="#' . $currentChar . '">' . strtoupper($currentChar) . '</a>&nbsp;';
754 $navigationBarStr .= strtoupper($currentChar) . '&nbsp;';
/plugin/geonav/tpl/startermap/
H A Dtpl_functions.php96 $hook = 'TEMPLATE_'.strtoupper($toolsname).'_DISPLAY';
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php48 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' )
/plugin/konsole/
H A Dsyntax.php97 $type_user = strtoupper($type_user);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php119 switch (strtoupper($iTipMessage->method)) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php119 switch (strtoupper($iTipMessage->method)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php114 return strtoupper(str_replace('Mpdf\Tag\\', '', $tag));
H A DInput.php111 switch (strtoupper($attr['TYPE'])) {
326 $type = strtoupper($attr['TYPE']);
356 if (strtoupper($attr['TYPE']) === 'PASSWORD') {
H A DTextCircle.php104 if (strtoupper($properties['FONT-WEIGHT']) === 'BOLD') {
109 if (strtoupper($properties['FONT-STYLE']) === 'ITALIC') {
/plugin/complex_lists/complex_lists/
H A Dsyntax.php199 $numtext = strtoupper($this->latinNum($n));
207 $numtext = strtoupper($this->romanNum($n));
/plugin/freechat/phpfreechat/src/containers/
H A Doracle.class.php282 $ret["value"][] = $regel[strtoupper($value)];
287 $ret["value"][] = $regel[strtoupper($value)];
/plugin/jiralinks/
H A Daction.php98 switch(strtoupper($method)) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php123 $this->requestMethod = strtoupper($method);
/plugin/header2/
H A Drenderer.php46 $this->doc .= "<!-- EDIT$id " . strtoupper($type) . ' ';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php90 $name[0] = strtoupper($name[0]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DRm4Scc.php81 $code = strtoupper($code);
/plugin/barcodes/
H A Dsyntax.php60 $attributes->type = strtoupper($barcode->attributes()['type']);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dss.php108 $this->getid3->warning('unknown sample_rate_index: 0x'.strtoupper(dechex($sample_rate_index)));
/plugin/header3/
H A Drenderer.php65 $this->doc .= "<!-- EDIT$id " . strtoupper($type) . ' ';
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTestHandler.php220 $level = constant('Monolog\Logger::' . strtoupper($matches[2]));
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php71 $method = strtoupper($method);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php71 $method = strtoupper($method);
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php86 $formula = strtoupper(trim($formula));
/plugin/subjectindex/syntax/
H A Dindex.php182 $entry = $matches[1] . strtoupper($matches[2]) . '/' . $entry;
184 $entry = strtoupper($entry[0]) . '/' . $entry;

12345678910>>...14