Home
last modified time | relevance | path

Searched refs:strtoupper (Results 51 – 75 of 342) sorted by relevance

12345678910>>...14

/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php155 return strtoupper($string);
322 public static function strtoupper($string) function in Hoa\\Consistency\\Test\\Unit\\Xcallable
324 return strtoupper($string);
334 return strtoupper($string);
/plugin/gcalendar/inc/
H A Dgcal_read.php109 $category = strtoupper($subpattern[1]);
114 if(is_string($section) && strlen($section)>0 && (strtoupper($section)!=$category)) continue;
135 $cat = strtoupper(trim($category." ".fetch_inline_category($buffer)));
257 return strtoupper($match[1]);
263 return strtoupper($match[1]);
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php851 … if (strtoupper($organizer) !== strtoupper($vevent->ORGANIZER->getNormalizedValue())) {
857 strtoupper($vevent->ORGANIZER['SCHEDULE-FORCE-SEND']) :
861 strtoupper((string) $vevent->ORGANIZER['SCHEDULE-AGENT']) :
889 $status = strtoupper($vevent->STATUS->getValue());
904 'CLIENT' === strtoupper($attendee['SCHEDULE-AGENT']->getValue())
910 strtoupper($attendee['PARTSTAT']) :
915 strtoupper($attendee['SCHEDULE-FORCE-SEND']) :
/plugin/authmantis/
H A Dauth.php156 $t_project_name = strtoupper( $t_project_name[1] );
161 $t_access_level_string = strtoupper(
/plugin/webcomics/
H A Dsyntax.php30 $key = strtoupper($matches[1]);
55 $match = strtoupper($match);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php27 if(!isset($trigger['VALUE']) || strtoupper($trigger['VALUE']) === 'DURATION') {
29 …$related = (isset($trigger['RELATED']) && strtoupper($trigger['RELATED']) == 'END') ? 'END' : 'STA…
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php27 if(!isset($trigger['VALUE']) || strtoupper($trigger['VALUE']) === 'DURATION') {
29 …$related = (isset($trigger['RELATED']) && strtoupper($trigger['RELATED']) == 'END') ? 'END' : 'STA…
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php27 if(!isset($trigger['VALUE']) || strtoupper($trigger['VALUE']) === 'DURATION') {
29 …$related = (isset($trigger['RELATED']) && strtoupper($trigger['RELATED']) == 'END') ? 'END' : 'STA…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
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/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php54 $wkt = trim(strtoupper($wkt));
288 return strtoupper($geometry->geometryType()) . ' EMPTY';
299 return strtoupper($geometry->geometryType()) . ($extension ? ' ' . $extension : '') . ' (' . $data . ')';
356 $parts[] = strtoupper($component->geometryType())
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php57 $_REQUEST['o'] = strtoupper($_REQUEST['o']);
62 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
/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).'_';
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php31 if (!isset($trigger['VALUE']) || 'DURATION' === strtoupper($trigger['VALUE'])) {
33 …$related = (isset($trigger['RELATED']) && 'END' == strtoupper($trigger['RELATED'])) ? 'END' : 'STA…
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php31 if (!isset($trigger['VALUE']) || strtoupper($trigger['VALUE']) === 'DURATION') {
33 …$related = (isset($trigger['RELATED']) && strtoupper($trigger['RELATED']) == 'END') ? 'END' : 'STA…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php76 $baseString = strtoupper($method) . '&';
123 switch (strtoupper($this->algorithm)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBarCode.php37 $objattr['btype'] = strtoupper(trim($attr['TYPE']));
246 if (isset($properties['FLOAT']) && (strtoupper($properties['FLOAT']) === 'RIGHT' || strtoupper($properties['FLOAT']) === 'LEFT')) {
247 $objattr['float'] = strtoupper(substr($properties['FLOAT'], 0, 1));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php292 … $busyType = isset($vavail->BUSYTYPE) ? strtoupper($vavail->BUSYTYPE) : 'BUSY-UNAVAILABLE';
377 … if (isset($component->TRANSP) && ('TRANSPARENT' === strtoupper($component->TRANSP))) {
381 $status = strtoupper($component->STATUS);
462 … $fbType = isset($freebusy['FBTYPE']) ? strtoupper($freebusy['FBTYPE']) : 'BUSY';
535 $busyType = strtoupper($busyTime['type']);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php318 … $busyType = isset($vavail->BUSYTYPE) ? strtoupper($vavail->BUSYTYPE) : 'BUSY-UNAVAILABLE';
410 … if (isset($component->TRANSP) && (strtoupper($component->TRANSP) === 'TRANSPARENT')) {
414 $status = strtoupper($component->STATUS);
498 … $fbType = isset($freebusy['FBTYPE']) ? strtoupper($freebusy['FBTYPE']) : 'BUSY';
575 $busyType = strtoupper($busyTime['type']);
/plugin/amazonlight/
H A Dsyntax.php181 'MarketPlace' => strtoupper($country),
187 'region' => strtoupper($country),
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php626 $key = strtoupper($key);
635 … throw new InvalidArgumentException('Unknown value for FREQ=' . strtoupper($value));
662 … throw new \InvalidArgumentException(strtoupper($key) . ' in RRULE must be a positive integer!');
711 $this->weekStart = strtoupper($value);
715 throw new \InvalidArgumentException('Not supported: ' . strtoupper($key));
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php626 $key = strtoupper($key);
635 … throw new InvalidArgumentException('Unknown value for FREQ=' . strtoupper($value));
662 … throw new \InvalidArgumentException(strtoupper($key) . ' in RRULE must be a positive integer!');
711 $this->weekStart = strtoupper($value);
715 throw new \InvalidArgumentException('Not supported: ' . strtoupper($key));
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php626 $key = strtoupper($key);
635 … throw new InvalidArgumentException('Unknown value for FREQ=' . strtoupper($value));
662 … throw new \InvalidArgumentException(strtoupper($key) . ' in RRULE must be a positive integer!');
711 $this->weekStart = strtoupper($value);
715 throw new \InvalidArgumentException('Not supported: ' . strtoupper($key));
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php139 $propertyName = strtoupper($propertyName);
149 $valueType = strtoupper($valueType);
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php137 $propertyName = strtoupper($propertyName);
147 $valueType = strtoupper($valueType);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php139 $propertyName = strtoupper($propertyName);
149 $valueType = strtoupper($valueType);

12345678910>>...14