Home
last modified time | relevance | path

Searched refs:strtoupper (Results 201 – 225 of 342) sorted by path

12345678910>>...14

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php386 $newName = strtoupper($firstBit{0}).substr($firstBit, 1).'_';
389 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
431 $newName = strtoupper($firstBit{0}).substr($firstBit, 1).'_';
434 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidClassNameSniff.php80 if ($bit === '' || $bit{0} !== strtoupper($bit{0})) {
95 $newName = strtoupper($firstBit{0}).substr($firstBit, 1).'_';
98 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';
H A DValidFunctionNameSniff.php241 if ($functionName{0} !== strtoupper($functionName{0})) {
269 if ($bit{0} !== strtoupper($bit{0})) {
272 $newPackagePart .= strtoupper($bit{0}).substr($bit, 1).'_';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php173 …$keyword = $phpcsFile->findNext(constant('T_'.strtoupper($keywordType)), ($stackPtr + 1), $opening…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php88 … $error = strtoupper($type).' keyword must be lowercase; expected "%s" but found "%s"';
119 … $error = 'There must be no space before the colon in a '.strtoupper($type).' statement';
120 … $fix = $phpcsFile->addFixableError($error, $nextCase, 'SpaceBeforeColon'.strtoupper($type));
135 … $error = 'The '.strtoupper($type).' body must start on the line following the statement';
136 … $fix = $phpcsFile->addFixableError($error, $nextCase, 'BodyOnNextLine'.strtoupper($type));
185 $error = strtoupper($type).' statements must be defined using a colon';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php65 if ($tokens[$stackPtr]['content'] === strtoupper($tokens[$stackPtr]['content'])) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DColourDefinitionSniff.php65 $expected = strtoupper($colour);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DLowercaseClassKeywordsSniff.php73 strtoupper($content),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php232 if (strtoupper($firstChar) !== $firstChar) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DControlSignatureSniff.php95 strtoupper($tokens[$stackPtr]['content']),
H A DLowercaseDeclarationSniff.php74 strtoupper($content),
H A DSwitchDeclarationSniff.php107 … $error = strtoupper($type).' keyword must be lowercase; expected "%s" but found "%s"';
120 …$error = strtoupper($type).' keyword must be indented '.$this->indent.' spaces from SWITCH keyword…
158 … $error = 'There must be no space before the colon in a '.strtoupper($type).' statement';
249 … $error = 'Blank lines are not allowed after '.strtoupper($type).' statements';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DLowercaseFunctionKeywordsSniff.php69 strtoupper($content),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php321 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1063 $sourceCharset = strtoupper($this->dom->_charset);
1064 $targetCharset = strtoupper($this->dom->_target_charset);
/plugin/inseecity/
H A Daction.php53 $dep = strtoupper (trim ($dep));
/plugin/issuetracker/
H A Daction.php1112 $a_product = strtoupper($this->_get_one_value($issue,'product'));
1113 $a_version = strtoupper($this->_get_one_value($issue,'version'));
1114 $a_component = strtoupper($this->_get_one_value($issue,'component'));
1115 $a_tblock = strtoupper($this->_get_one_value($issue,'tblock'));
1116 $a_assignee = strtoupper($this->_get_one_value($issue,'assignee'));
1117 $a_reporter = strtoupper($this->_get_one_value($issue,'user_name'));
1139 else { $status_img = $style.strtoupper($a_status); }
1147 else { $severity_img = $style.strtoupper($a_severity); }
2899 $usenames = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? false : true;
3062 { if ($this->_get_one_value($count,strtoupper($status))=='')
[all …]
H A Dedit.php145 $usenames = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? false : true;
H A Dsyntax.php422 { if ($this->_get_one_value($count,strtoupper($status))=='')
423 {$count[strtoupper($status)] = array(1,$status);}
425 {$count[strtoupper($status)][0] += 1;}
605 $a_product = strtoupper($this->_get_one_value($issue,'product'));
606 $a_version = strtoupper($this->_get_one_value($issue,'version'));
608 $a_tblock = strtoupper($this->_get_one_value($issue,'tblock'));
712 $a_product = strtoupper($this->_get_one_value($issue,'product'));
715 $a_tblock = strtoupper($this->_get_one_value($issue,'tblock'));
1010 $usenames = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? false : true;
1155 if(stripos(strtoupper($data['product']),strtoupper($a))!==false) {
[all …]
/plugin/jiralinks/
H A Daction.php98 switch(strtoupper($method)) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.audioinfo.class.php149 $this->result['format_name'] = strtoupper($this->info['audio']['dataformat']);
287 $this->result['format_name'] = strtoupper($this->info['audio']['dataformat']);
H A Ddemo.dirscan.php108 $ext[] = strtoupper(trim($new));
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, '…
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]);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1214 …if ((strtoupper($in_charset) == 'UTF-16') && (substr($string, 0, 2) != "\xFE\xFF") && (substr($str…
1218 if ((strtoupper($in_charset) == 'UTF-16') && (strtoupper($out_charset) == 'UTF-8')) {
1269 if (isset($ConversionFunctionList[strtoupper($in_charset)][strtoupper($out_charset)])) {
1270 $ConversionFunction = $ConversionFunctionList[strtoupper($in_charset)][strtoupper($out_charset)];

12345678910>>...14