Home
last modified time | relevance | path

Searched refs:strtoupper (Results 126 – 150 of 342) sorted by relevance

12345678910>>...14

/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php33 … if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'],0,4))!=='BUSY') {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php33 … if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'],0,4))!=='BUSY') {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php33 … if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'],0,4))!=='BUSY') {
/plugin/html2pdf/html2pdf/html2ps/
H A Dconverter.class.php16 return iconv(strtoupper($encoding), "UTF-8", $string);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DColourDefinitionSniff.php65 $expected = strtoupper($colour);
/plugin/fetchmedia/
H A Dadmin.php42 if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
/plugin/projects/action/
H A Daction.php350 if (substr(strtoupper($slices[1]), 0, strlen($tag)+1)
351 != '<' . strtoupper($tag)) {
375 if (strtoupper($tag) == 'USE')
/plugin/gitbacked/lib/
H A DGitBackedUtil.php47 …$iswin = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' || !empty($GLOBALS['DOKU_UNITTEST_ASSUME_WIND…
/plugin/gtime/gtlib/util/
H A DGTBaseX.php89 $this->addMinMax(strtoupper($alphabet));
99 $this->addChars(strtoupper($alphabet));
/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/swiftmail/Swift/Connection/
H A DNativeMail.php100 $command = strtoupper($command);
/plugin/pubmed/classes/
H A D_RCSB.php49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCodabar.php59 $code = strtoupper($code);
/plugin/inseecity/
H A Daction.php53 $dep = strtoupper (trim ($dep));
/plugin/combo/ComboStrap/
H A DLocale.php53 return $lang . $this->separator . strtoupper($country);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.vorbiscomment.php145 …return strtoupper(preg_replace('#[^ -<>-}]#', ' ', str_replace("\x00", ' ', $originalcommentname))…
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_…
/plugin/webcomponent/
H A Dwebcomponent.php63 $elements[] = strtoupper($elementName);
/plugin/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php34 $method = strtoupper($method);
/plugin/whoisonline/
H A Dsyntax.php110 $data['display'] = strtoupper(substr($match, -8,-2)) ;
/plugin/gtime/gtlib/tsp/
H A DGTHashAlgorithm.php135 $name = strtoupper($name);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php34 $method = strtoupper($method);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DLowerCaseKeywordSniff.php125 if ($keyword === strtoupper($keyword)) {

12345678910>>...14