Home
last modified time | relevance | path

Searched refs:strtoupper (Results 201 – 225 of 342) sorted by last modified time

12345678910>>...14

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php90 $name[0] = strtoupper($name[0]);
/plugin/webcomics/
H A Dsyntax.php30 $key = strtoupper($matches[1]);
55 $match = strtoupper($match);
/plugin/pdb/classes/
H A D_RCSB.php49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));
/plugin/pubchem/classes/
H A D_RCSB.php49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php5 strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/'
H A Dutil.php73 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' || FindBadUtf8( $value ) )
/plugin/pubmed/classes/
H A D_RCSB.php49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));
/plugin/gtime/gtlib/util/
H A DGTBaseX.php89 $this->addMinMax(strtoupper($alphabet));
99 $this->addChars(strtoupper($alphabet));
/plugin/gtime/gtlib/tsp/
H A DGTHashAlgorithm.php135 $name = strtoupper($name);
/plugin/authfacebook/lib/
H A DFacebookRequest.php220 $this->method = strtoupper($method);
/plugin/swiftmail/Swift/Connection/
H A DNativeMail.php100 $command = strtoupper($command);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php73 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' || FindBadUtf8( $value ) )
H A Dphpcompat.php15 strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/'
/plugin/fckg/syntax/
H A Ddwplugin.php496 $key = strtoupper($key);
/plugin/authsplit/
H A Dauth.php669 $result = strtoupper($result);
/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…
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/davcard/vendor/sabre/vobject/lib/
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 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 DParameter.php55 $this->name = strtoupper($name);
67 $this->name = strtoupper($value);
85 switch(strtoupper($value)) {
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/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php137 $propertyName = strtoupper($propertyName);
147 $valueType = strtoupper($valueType);
/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/davcard/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']) :

12345678910>>...14