Home
last modified time | relevance | path

Searched refs:strtoupper (Results 76 – 100 of 342) sorted by last modified time

12345678910>>...14

/plugin/epub/scripts/
H A Depub_utils.php672 return (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN');
/plugin/sectiontoggle/
H A DMobile_Detect.php754 $header = strtoupper($header);
809 $this->cloudfrontHeaders[strtoupper($key)] = $value;
/plugin/bootswrapper/syntax/
H A Dbootstrap.php249 if ($tag == strtoupper($tag)) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php71 $method = strtoupper($method);
H A DStreamClient.php34 $method = strtoupper($method);
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php189 $key = strtoupper('SCOPE_' . $scope);
/plugin/davcal/vendor/sabre/vobject/lib/
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 DComponent.php52 $this->name = strtoupper($name);
219 $name = strtoupper($name);
229 strtoupper($child->name) === $name
230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group
533 $name = strtoupper($child->name);
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 DParameter.php55 $this->name = strtoupper($name);
67 $this->name = strtoupper($value);
85 switch(strtoupper($value)) {
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';
/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/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php623 $method = strtoupper((string)$vObject->METHOD);
/plugin/davcal/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/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php42 'Allow' => strtoupper(implode(', ', $methods)),
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php703 if (strtoupper($overwrite) == 'T') $overwrite = true;
704 elseif (strtoupper($overwrite) == 'F') $overwrite = false;
/plugin/davcal/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/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php259 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
H A DBoolean.php33 $val = strtoupper($val)==='TRUE'?true:false;
/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…
H A DVCalendar.php185 if ($componentName && $component->name !== strtoupper($componentName))
218 if ($componentName && $component->name !== strtoupper($componentName))
H A DVFreeBusy.php33 … if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'],0,4))!=='BUSY') {
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php851 strtoupper($vevent->ORGANIZER['SCHEDULE-FORCE-SEND']) :
855 strtoupper((string)$vevent->ORGANIZER['SCHEDULE-AGENT']) :
868 $status = strtoupper($vevent->STATUS->getValue());
880 strtoupper($attendee['SCHEDULE-AGENT']->getValue()) === 'CLIENT'
886 strtoupper($attendee['PARTSTAT']) :
891 strtoupper($attendee['SCHEDULE-FORCE-SEND']) :

12345678910>>...14