Home
last modified time | relevance | path

Searched refs:strtoupper (Results 301 – 325 of 342) sorted by relevance

1...<<11121314

/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php305 $fileName = $dirName . "/" . strtoupper(trim($this->vars['styleShortName'])) . ".xml";
1154 $fileName = $dirName . "/" . strtoupper(trim($this->vars['styleShortName'])) . ".xml";
1284 else if(array_key_exists(strtoupper(trim($this->vars['styleShortName'])), $this->styles))
/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/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php760 $method = strtoupper((string)$vObject->METHOD);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php214 $response->setHeader('Allow', strtoupper(implode(', ', $methods)));
/plugin/mantis/lib/
H A Dclass.soapclient.php494 $this->xml_encoding = strtoupper($enc);
H A Dnusoap.php3729 $this->xml_encoding = strtoupper($enc);
3758 $this->xml_encoding = strtoupper($enc);
3792 $this->xml_encoding = strtoupper($enc);
4251 $this->xml_encoding = strtoupper($enc);
6507 if (strtoupper($xml_encoding) != $encoding) {
6510 if ($encoding != 'ISO-8859-1' || strtoupper($xml_encoding) != 'UTF-8') {
7562 $this->xml_encoding = strtoupper($enc);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php214 $response->setHeader('Allow', strtoupper(implode(', ', $methods)));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php129 list($part, $conformance) = explode('-', strtoupper($this->mpdf->PDFAversion));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v2.php1383 $frame_imagetype = strtoupper(str_replace('image/', '', strtolower($frame_mimetype)));
2039 switch (strtoupper($info['id3v2']['encoding'])) {
2165 switch (strtoupper($info['id3v2']['encoding'])) {
H A Dmodule.audio.ogg.php725 $ThisFileInfo_ogg_comments_raw[$i]['key'] = strtoupper($commentexploded[0]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php65 if ($tokens[$stackPtr]['content'] === strtoupper($tokens[$stackPtr]['content'])) {
/plugin/filelist/
H A Dsyntax.php
/plugin/nroff/
H A Drenderer.php115 strtoupper($this->toc[0]).' '.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTd.php392 if (strtoupper($properties['WHITE-SPACE']) === 'NOWRAP') {
/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/sqlraw/
H A Dsimple_html_dom.php776 $sourceCharset = strtoupper($this->dom->_charset);
777 $targetCharset = strtoupper($this->dom->_target_charset);
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1063 $sourceCharset = strtoupper($this->dom->_charset);
1064 $targetCharset = strtoupper($this->dom->_target_charset);
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default61 //if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
119 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
/plugin/eventum/XML/
H A DRPC.php1399 $match[1] = trim(strtoupper($match[1]));
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php1240 $upperAttribute = strtoupper($attribute);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php752 $hex = \strtoupper(\bin2hex(\implode(\array_map('chr', $bb))));
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3902 if (isset($this->cssManager->CSS['CLASS>>' . strtoupper($class)])) {
3903 $c = $this->cssManager->CSS['CLASS>>' . strtoupper($class)];
3968 if (isset($this->cssManager->CSS['CLASS>>' . strtoupper($class)])) {
3969 $c = $this->cssManager->CSS['CLASS>>' . strtoupper($class)];
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php104 $lc = $stylePath . strtolower($style) . "/" . strtoupper($style) . ".xml";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php321 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {

1...<<11121314