Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php60 …$exclusionPolicy = isset($config['exclusion_policy']) ? strtoupper($config['exclusion_policy']) : …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php512 $target = &$GLOBALS['_' . strtoupper($array)];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php90 $name[0] = strtoupper($name[0]);
/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/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php733 …$this->log('Invalid property in '.strtoupper($this->get_cfg('css_level')).': '.$this->property,'Wa…
982 …return (isset($all_properties[$property]) && strpos($all_properties[$property],strtoupper($this->g…
H A Dclass.csstidy_print.php175 … if($this->parser->get_cfg('case_properties') == 2) $token[1] = strtoupper($token[1]);
/plugin/freechat/phpfreechat/src/containers/
H A Doracle.class.php282 $ret["value"][] = $regel[strtoupper($value)];
287 $ret["value"][] = $regel[strtoupper($value)];
/plugin/gcalendar/inc/
H A Dgcal_read.php109 $category = strtoupper($subpattern[1]);
114 if(is_string($section) && strlen($section)>0 && (strtoupper($section)!=$category)) continue;
135 $cat = strtoupper(trim($category." ".fetch_inline_category($buffer)));
257 return strtoupper($match[1]);
263 return strtoupper($match[1]);
H A Dgcal_show.php192 $cat[] = strtoupper($event["categories"]);
/plugin/geonav/tpl/startermap/
H A Dtpl_functions.php96 $hook = 'TEMPLATE_'.strtoupper($toolsname).'_DISPLAY';
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php54 $wkt = trim(strtoupper($wkt));
288 return strtoupper($geometry->geometryType()) . ' EMPTY';
299 return strtoupper($geometry->geometryType()) . ($extension ? ' ' . $extension : '') . ' (' . $data . ')';
356 $parts[] = strtoupper($component->geometryType())
/plugin/gitbacked/lib/
H A DGitBackedUtil.php47 …$iswin = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' || !empty($GLOBALS['DOKU_UNITTEST_ASSUME_WIND…
/plugin/googlesearch/
H A Dnusoap.php3342 $this->xml_encoding = strtoupper($enc);
3371 $this->xml_encoding = strtoupper($enc);
3405 $this->xml_encoding = strtoupper($enc);
3822 $this->xml_encoding = strtoupper($enc);
5859 if (strtoupper($xml_encoding) != $encoding) {
5862 if ($encoding != 'ISO-8859-1' || strtoupper($xml_encoding) != 'UTF-8') {
6828 $this->xml_encoding = strtoupper($enc);
/plugin/gtime/gtlib/tsp/
H A DGTHashAlgorithm.php135 $name = strtoupper($name);
/plugin/gtime/gtlib/util/
H A DGTBaseX.php89 $this->addMinMax(strtoupper($alphabet));
99 $this->addChars(strtoupper($alphabet));
/plugin/header2/
H A Drenderer.php46 $this->doc .= "<!-- EDIT$id " . strtoupper($type) . ' ';
/plugin/header3/
H A Drenderer.php65 $this->doc .= "<!-- EDIT$id " . strtoupper($type) . ' ';
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php129 $subword = strtoupper($raw_subword);
H A Dconverter.class.php16 return iconv(strtoupper($encoding), "UTF-8", $string);
H A Doutput.pcl.class.php81 return $this->_value.strtoupper($this->_character);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php123 $this->requestMethod = strtoupper($method);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1944 $style=strtoupper($style);
2005 $style=strtoupper($style);
2517 $dest=strtoupper($dest);
2998 $orientation=strtoupper($orientation{0});
/plugin/icalevents/
H A Dsyntax-impl.php416 $dtSabre = $event->{'DT' . strtoupper($which)};

12345678910>>...14