Home
last modified time | relevance | path

Searched refs:strtoupper (Results 176 – 200 of 342) sorted by last modified time

12345678910>>...14

/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php137 $propertyName = strtoupper($propertyName);
147 $valueType = strtoupper($valueType);
/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/Property/
H A DText.php259 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
H A DBoolean.php33 $val = strtoupper($val)==='TRUE'?true:false;
/plugin/webdavclient/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 DParameter.php55 $this->name = strtoupper($name);
67 $this->name = strtoupper($value);
85 switch(strtoupper($value)) {
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);
/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…
H A DVCalendar.php185 if ($componentName && $component->name !== strtoupper($componentName))
218 if ($componentName && $component->name !== strtoupper($componentName))
/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/amazonlight/
H A Dsyntax.php181 'MarketPlace' => strtoupper($country),
187 'region' => strtoupper($country),
/plugin/webcomponent/
H A Dwebcomponent.php63 $elements[] = strtoupper($elementName);
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php614 $out = strtoupper($out);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php512 $target = &$GLOBALS['_' . strtoupper($array)];
/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/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php143 $this->charset = strtoupper($options['charset']);
841 $this->charset = strtoupper($charset);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1052 if (isset($htmlspecialcharsCharsets[strtoupper($charset)])) {
1218 $char = strtoupper(bin2hex($char));
1336 return strtoupper($string);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php234 return strtoupper($value);
239 return strtoupper($value);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php67 $exclusionPolicy = strtoupper((string) $elem->attributes()->{'exclusion-policy'}) ?: 'NONE';
H A DYamlDriver.php60 …$exclusionPolicy = isset($config['exclusion_policy']) ? strtoupper($config['exclusion_policy']) : …
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md455 $iBucket->setData(strtoupper($iBucket->getData()));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DExclusionPolicy.php29 $this->policy = strtoupper($values['value']);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php68 ->isEqualTo(strtoupper($content));
87 ->isEqualTo(strtoupper($content));
129 ->isEqualTo(strtoupper($content));
150 ->isEqualTo(strtoupper($content));
171 ->isEqualTo(strtoupper($content));
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md177 $xcallable = new Hoa\Consistency\Xcallable('strtoupper');
200 * string(19) "function#strtoupper"
217 * string(10) "strtoupper"

12345678910>>...14