Home
last modified time | relevance | path

Searched refs:strtoupper (Results 251 – 275 of 342) sorted by relevance

1...<<11121314

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php2101 $string[0] = strtoupper($string[0]);
2105 $string[$i] = strtoupper($string[$i]);
2109 $string[$i] = strtoupper($string[$i]);
2121 } elseif (in_array(strtoupper(str_replace('(', '', $ThisWord)), $UpperCaseWords)) {
2122 $ThisWord = strtoupper($ThisWord);
2124 $ThisWord[2] = strtoupper($ThisWord[2]);
2126 $ThisWord[3] = strtoupper($ThisWord[3]);
H A Ddemo.mp3header.php874 return strtoupper($GUIDstring);
1345 …eaderHexBytes" value="'.htmlentities(isset($_POST['HeaderHexBytes']) ? strtoupper($_POST['HeaderHe…
1507 …echo strtoupper(str_pad(dechex(bindec(substr($headerbitstream, 0, 8))), 2, '0', STR_PAD_LEFT)).' …
1508 …echo strtoupper(str_pad(dechex(bindec(substr($headerbitstream, 8, 8))), 2, '0', STR_PAD_LEFT)).' …
1509 …echo strtoupper(str_pad(dechex(bindec(substr($headerbitstream, 16, 8))), 2, '0', STR_PAD_LEFT)).' …
1510 …echo strtoupper(str_pad(dechex(bindec(substr($headerbitstream, 24, 8))), 2, '0', STR_PAD_LEFT)).'<…
2882 …echo '<div style="color: '.($isvalid ? 'green' : 'red').';">'.str_pad(strtoupper(dechex($i)), 2, '…
/plugin/bibtex/OSBib/
H A DUTF8.php235 * @see strtoupper()
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php175 … if($this->parser->get_cfg('case_properties') == 2) $token[1] = strtoupper($token[1]);
H A Dclass.csstidy.php733 …$this->log('Invalid property in '.strtoupper($this->get_cfg('css_level')).': '.$this->property,'Wa…
982 …return (isset($all_properties[$property]) && strpos($all_properties[$property],strtoupper($this->g…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode93.php82 $code = strtoupper($code);
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php614 $out = strtoupper($out);
/plugin/gcalendar/inc/
H A Dgcal_show.php192 $cat[] = strtoupper($event["categories"]);
/plugin/jukebox/id3/
H A Dgetid3.php83 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
128 $DirPieces[$key] = strtoupper($value);
/plugin/mantis/lib/
H A Dclass.soap_parser.php75 if (strtoupper($xml_encoding) != $encoding) {
78 if ($encoding != 'ISO-8859-1' || strtoupper($xml_encoding) != 'UTF-8') {
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1052 if (isset($htmlspecialcharsCharsets[strtoupper($charset)])) {
1218 $char = strtoupper(bin2hex($char));
1336 return strtoupper($string);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php411 $newExtensions[$ext] = strtoupper($tokenizer);
2033 if (strtoupper($string{$i}) === $string{$i}) {
2079 if ($bit{0} !== strtoupper($bit{0})) {
2177 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
/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/authsplit/
H A Dauth.php669 $result = strtoupper($result);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php60 …$exclusionPolicy = isset($config['exclusion_policy']) ? strtoupper($config['exclusion_policy']) : …
/plugin/multiorphan/action/
H A Dmultiorphan.php372 if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
/plugin/xcom/
H A Dremote.php57 $iswin = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php263 $name = strtoupper(trim($cores[0]));
/plugin/pgn4web/pgn4web/
H A Dviewer.php308 if (($assumedEncoding != "") && (strtoupper($assumedEncoding) != "NONE")) {
/plugin/backup/
H A Dadmin.php20 return (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? true : false;
/plugin/icalevents/
H A Dsyntax-impl.php416 $dtSabre = $event->{'DT' . strtoupper($which)};
/plugin/struct/meta/
H A DAccessTable.php504 $QB->addSelectColumn('DATA', $idColumn, strtoupper($idColumn));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php736 if (strtoupper($overwrite) == 'T') $overwrite = true;
737 elseif (strtoupper($overwrite) == 'F') $overwrite = false;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php703 if (strtoupper($overwrite) == 'T') $overwrite = true;
704 elseif (strtoupper($overwrite) == 'F') $overwrite = false;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php301 if (strtoupper($properties['FONT-WEIGHT']) === 'BOLD') {
306 if (strtoupper($properties['FONT-STYLE']) === 'ITALIC') {
391 if (isset($properties['BORDER-COLLAPSE']) && strtoupper($properties['BORDER-COLLAPSE']) === 'SEPARATE') {
416 if (isset($properties['PAGE-BREAK-INSIDE']) && strtoupper($properties['PAGE-BREAK-INSIDE']) === 'AVOID' && $this->mpdf->tableLevel == 1 && !$this->mpdf->writingHTMLfooter) {
422 $table['page_break_after'] = strtoupper($properties['PAGE-BREAK-AFTER']);

1...<<11121314