Home
last modified time | relevance | path

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

1...<<11121314

/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php133 if (isset(static::$componentMap[strtoupper($name)])) {
166 $name = strtoupper($name);
198 $name = strtoupper(substr($name, $i+1));
200 $name = strtoupper($name);
238 $valueParam = strtoupper($valueParam);
H A DFreeBusyGenerator.php192 … if (isset($component->TRANSP) && (strtoupper($component->TRANSP) === 'TRANSPARENT')) {
196 $status = strtoupper($component->STATUS);
280 … $fbType = isset($freebusy['FBTYPE'])?strtoupper($freebusy['FBTYPE']):'BUSY';
H A DParameter.php55 $this->name = strtoupper($name);
67 $this->name = strtoupper($value);
85 switch(strtoupper($value)) {
H A DProperty.php177 if (isset($this->parameters[strtoupper($name)])) {
178 $this->parameters[strtoupper($name)]->addValue($value);
351 $name = strtoupper($name);
371 $name = strtoupper($name);
421 unset($this->parameters[strtoupper($name)]);
499 $this->name = strtoupper(
535 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
538 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
H A DVCardConverter.php184 if (strtoupper($property->getValue()) === 'COMPANY') {
189 if (strtoupper($property->getValue()) === 'GROUP') {
289 strtoupper($typePart),
391 if (strtoupper($paramPart)==='PREF') {
434 if (strtoupper($param->getValue())!=='QUOTED-PRINTABLE') {
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php868 strtoupper($vevent->ORGANIZER['SCHEDULE-FORCE-SEND']) :
872 strtoupper((string)$vevent->ORGANIZER['SCHEDULE-AGENT']) :
885 $status = strtoupper($vevent->STATUS->getValue());
901 strtoupper($attendee['SCHEDULE-AGENT']->getValue()) === 'CLIENT'
907 strtoupper($attendee['PARTSTAT']) :
912 strtoupper($attendee['SCHEDULE-FORCE-SEND']) :
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php137 $propertyName = strtoupper($propertyName);
147 $valueType = strtoupper($valueType);
H A DMimeDir.php113 switch(strtoupper($line)) {
134 if (strtoupper(substr($line,0,4)) === 'END:') {
144 $name = strtoupper(substr($line, 4));
161 if (strtoupper(substr($line, 0, 6)) === 'BEGIN:') {
169 if (strtoupper(substr($line,0,4)) === 'END:') {
179 $name = strtoupper(substr($line, 4));
357 $lastParam = strtoupper($match['paramName']);
368 $property['name'] = strtoupper($match['name']);
410 if (strtoupper($propObj['ENCODING']) === 'QUOTED-PRINTABLE') {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DBoolean.php33 $val = strtoupper($val)==='TRUE'?true:false;
H A DText.php259 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php108 return strtoupper((string)$this['VALUE']) !== 'DATE';
334 if (strtoupper($name)!=='VALUE') {
H A DRecur.php48 $v = strtoupper($v);
58 $newVal[strtoupper($k)] = $v;
86 return strtoupper(implode(';',$out));
181 $value = strtoupper($value);
/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/whoisonline/
H A Dsyntax.php110 $data['display'] = strtoupper(substr($match, -8,-2)) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php15 strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/'
H A Dutil.php48 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' )
/plugin/xcom/
H A Dremote.php57 $iswin = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN';

1...<<11121314