Home
last modified time | relevance | path

Searched refs:strtoupper (Results 251 – 275 of 342) sorted by last modified time

1...<<11121314

/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 DLowercaseDeclarationSniff.php74 strtoupper($content),
H A DControlSignatureSniff.php95 strtoupper($tokens[$stackPtr]['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/Classes/
H A DLowercaseClassKeywordsSniff.php73 strtoupper($content),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php327 $friendlyName[0] = strtoupper($friendlyName[0]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DLowerCaseConstantSniff.php75 if ($keyword === strtoupper($keyword)) {
H A DLowerCaseKeywordSniff.php125 if ($keyword === strtoupper($keyword)) {
H A DUpperCaseConstantSniff.php63 $expected = strtoupper($keyword);
/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/Tokenizers/
H A DPHP.php321 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DEmptyStatementSniff.php99 $name = strtoupper($token['content']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DUpperCaseConstantNameSniff.php108 if (strtoupper($constName) !== $constName) {
117 strtoupper($constName),
167 if (strtoupper($constName) !== $constName) {
176 $prefix.strtoupper($constName),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
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).'_';
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).'_';
/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/Squiz/Sniffs/Functions/
H A DLowercaseFunctionKeywordsSniff.php69 strtoupper($content),
/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/authgoogle/google/io/
H A DGoogle_HttpRequest.php210 $this->requestMethod = strtoupper($method);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php48 $v = strtoupper($v);
61 $newVal[strtoupper($k)] = $v;
89 return strtoupper(implode(';', $out));
211 $value = strtoupper($value);
H A DDateTime.php113 return strtoupper((string)$this['VALUE']) !== 'DATE';
347 if (strtoupper($name) !== 'VALUE') {
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php720 $key = strtoupper($key);
729 … throw new InvalidDataException('Unknown value for FREQ=' . strtoupper($value));
756 … throw new InvalidDataException(strtoupper($key) . ' in RRULE must be a positive integer!');
820 $this->weekStart = strtoupper($value);
824 throw new InvalidDataException('Not supported: ' . strtoupper($key));
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php181 if (isset($this->parameters[strtoupper($name)])) {
182 $this->parameters[strtoupper($name)]->addValue($value);
436 $name = strtoupper($name);
457 $name = strtoupper($name);
509 unset($this->parameters[strtoupper($name)]);
588 $this->name = strtoupper(
624 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
627 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php876 strtoupper($vevent->ORGANIZER['SCHEDULE-FORCE-SEND']) :
880 strtoupper((string)$vevent->ORGANIZER['SCHEDULE-AGENT']) :
893 $status = strtoupper($vevent->STATUS->getValue());
909 strtoupper($attendee['SCHEDULE-AGENT']->getValue()) === 'CLIENT'
915 strtoupper($attendee['PARTSTAT']) :
920 strtoupper($attendee['SCHEDULE-FORCE-SEND']) :
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php261 $lastLine .= '=' . strtoupper(bin2hex($val[$ii]));

1...<<11121314