Home
last modified time | relevance | path

Searched refs:strtoupper (Results 126 – 150 of 342) sorted by last modified time

12345678910>>...14

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php760 $method = strtoupper((string)$vObject->METHOD);
H A DIMipPlugin.php119 switch (strtoupper($iTipMessage->method)) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php34 …if (isset($freebusy['FBTYPE']) && 'BUSY' !== strtoupper(substr((string) $freebusy['FBTYPE'], 0, 4)…
H A DVAlarm.php31 if (!isset($trigger['VALUE']) || 'DURATION' === strtoupper($trigger['VALUE'])) {
33 …$related = (isset($trigger['RELATED']) && 'END' == strtoupper($trigger['RELATED'])) ? 'END' : 'STA…
/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/webdav/vendor/sabre/vobject/lib/
H A DParameter.php55 $this->name = strtoupper($name);
67 $this->name = strtoupper($value);
86 switch (strtoupper($value)) {
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']);
H A DComponent.php53 $this->name = strtoupper($name);
148 unset($this->children[strtoupper($item)]);
224 $name = strtoupper($name);
243 return $child instanceof Property && strtoupper($child->group) === $group;
254 if ($child instanceof Property && strtoupper($child->group) === $group) {
484 $name = strtoupper($name);
582 $name = strtoupper($child->name);
H A DProperty.php171 if (isset($this->parameters[strtoupper($name)])) {
172 $this->parameters[strtoupper($name)]->addValue($value);
402 $name = strtoupper($name);
427 $name = strtoupper($name);
473 unset($this->parameters[strtoupper($name)]);
546 $this->name = strtoupper(
577 if ('BASE64' === strtoupper($encoding)) {
589 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
592 … 'message' => 'ENCODING='.strtoupper($encoding).' is not valid for this document type.',
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php103 return 'DATE' !== strtoupper((string) $this['VALUE']);
311 if ('VALUE' !== strtoupper($name)) {
H A DRecur.php45 $v = strtoupper($v);
58 $newVal[strtoupper($k)] = $v;
86 return strtoupper(implode(';', $out));
196 $value = strtoupper($value);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php196 strtoupper($xmlProperty['attributes']['name']).'.'
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php245 $lastLine .= '='.\strtoupper(\bin2hex($val[$ii]));
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php686 $key = strtoupper($key);
694 … throw new InvalidDataException('Unknown value for FREQ='.strtoupper($value));
720 … throw new InvalidDataException(strtoupper($key).' in RRULE must be a positive integer!');
784 $this->weekStart = strtoupper($value);
788 throw new InvalidDataException('Not supported: '.strtoupper($key));
/plugin/webdav/core/
H A DUtils.php244 'level' => str_pad(strtoupper($level), 5),
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php214 $response->setHeader('Allow', strtoupper(implode(', ', $methods)));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php42 'Allow' => strtoupper(implode(', ', $methods)),
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.php294 if (strtoupper($tag_key) !== $tag_key) {
295 $this->tag_data[strtoupper($tag_key)] = $this->tag_data[$tag_key];
303 if (strtoupper($tag_key) !== $tag_key) {
304 …$this->ThisFileInfo['tags'][$tag_format][strtoupper($tag_key)] = $this->ThisFileInfo['tags'][$tag_…
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)];
H A Dgetid3.php357 if ((strtoupper($filesize) == '<DIR>') && (strtolower($filename) == strtolower($value))) {
H A Dmodule.audio-video.riff.php2376 …return getid3_lib::EmbeddedLookup('0x'.str_pad(strtoupper(dechex($wFormatTag)), 4, '0', STR_PAD_LE…
H A Dmodule.audio.aac.php345 …ot found at offset '.($this->ftell() - $substringlength).' (found 0x0'.strtoupper(dechex($info['aa…
H A Dmodule.audio.ogg.php725 $ThisFileInfo_ogg_comments_raw[$i]['key'] = strtoupper($commentexploded[0]);
H A Dmodule.audio-video.swf.php129 …$info['swf']['bgcolor'] = strtoupper(str_pad(dechex(getid3_lib::BigEndian2Int($TagData['data'])), …
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php150 return strtoupper($level);

12345678910>>...14