Home
last modified time | relevance | path

Searched refs:strtoupper (Results 226 – 250 of 342) sorted by relevance

12345678910>>...14

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode39.php85 $code = strtoupper($code);
H A DImb.php330 array_push($hex, strtoupper(dechex(bcmod($number, '16'))));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DHr.php17 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
H A DBlockTag.php267 if (strtoupper($p['PAGE-BREAK-BEFORE']) === 'RIGHT') {
290 } elseif (strtoupper($p['PAGE-BREAK-BEFORE']) === 'LEFT') {
313 } elseif (strtoupper($p['PAGE-BREAK-BEFORE']) === 'ALWAYS') {
339 if (isset($properties['PAGE-BREAK-INSIDE']) && strtoupper($properties['PAGE-BREAK-INSIDE']) === 'AVOID'
427 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl - 1);
445 if (isset($properties['FLOAT']) && strtoupper($properties['FLOAT']) === 'RIGHT' && !$this->mpdf->ColActive) {
497 } elseif (isset($properties['FLOAT']) && strtoupper($properties['FLOAT']) === 'LEFT' && !$this->mpdf->ColActive) {
/plugin/dev/
H A DSkeletor.php249 $event = strtoupper($event);
/plugin/phpipam/
H A Dphpipam-api.php514 $this->api_server_method = strtoupper($method);
525 if(!in_array(strtoupper($method), $this->api_server_valid_methods)) {
/plugin/sectiontoggle/
H A DMobile_Detect.php754 $header = strtoupper($header);
809 $this->cloudfrontHeaders[strtoupper($key)] = $value;
/plugin/bureaucracy/
H A Dsyntax.php586 $this->values['__formpage_!file!__'] = PhpString::strtoupper($file);
590 $this->values['__formpage_!page!__'] = PhpString::strtoupper($page);
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php257 …$encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']).ceil($ThisFileInfo['audio'][…
261 $encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']);
272 …$encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']).ceil($ThisFileInfo['audio'][…
274 $encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']);
394 $encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']);
H A Dgetid3.lib.php998 if (isset($ConversionFunctionList[strtoupper($in_charset)][strtoupper($out_charset)])) {
999 $ConversionFunction = $ConversionFunctionList[strtoupper($in_charset)][strtoupper($out_charset)];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php327 $friendlyName[0] = strtoupper($friendlyName[0]);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php261 $lastLine .= '=' . strtoupper(bin2hex($val[$ii]));
/plugin/bootswrapper/syntax/
H A Dbootstrap.php249 if ($tag == strtoupper($tag)) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md177 $xcallable = new Hoa\Consistency\Xcallable('strtoupper');
200 * string(19) "function#strtoupper"
217 * string(10) "strtoupper"
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php3037 $orientation = substr(strtoupper($orientation), 0, 1);
3038 $condition = strtoupper($condition);
3348 $name = strtoupper(trim($name));
3372 $out = strtoupper($out);
3820 $style = strtoupper($style);
4084 $style = strtoupper($style);
4360 $tc = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
4424 $c = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
4449 $c = strtoupper($this->TextColor); // change 0 0 0 rg to 0 0 0 RG
5156 $tc = strtoupper(
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php283 …$encoder_options = strtoupper($info['audio']['bitrate_mode']).ceil($info['audio']['bitrate'] / 100…
287 $encoder_options = strtoupper($info['audio']['bitrate_mode']);
298 …$encoder_options = strtoupper($info['audio']['bitrate_mode']).ceil($info['audio']['bitrate'] / 100…
300 $encoder_options = strtoupper($info['audio']['bitrate_mode']);
420 $encoder_options = strtoupper($info['audio']['bitrate_mode']);
H A Dmodule.audio.bonk.php51 …$this->error('Expecting "'.getid3_lib::PrintHexBytes("\x00".strtoupper(substr($PossibleBonkTag, 4,…
/plugin/farm/install/
H A Dfarmstructurecreator.php57 if(!isset($lang[$code])) return '{'.strtoupper($code).'}';
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php196 strtoupper($xmlProperty['attributes']['name']).'.'
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pcl.class.php81 return $this->_value.strtoupper($this->_character);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php216 strtoupper($xmlProperty['attributes']['name']) . '.'
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DControlSignatureSniff.php95 strtoupper($tokens[$stackPtr]['content']),
/plugin/authfacebook/lib/
H A DFacebookRequest.php220 $this->method = strtoupper($method);
/plugin/structodt/
H A Daction.php123 $method = 'render' . strtoupper($ext);
/plugin/combo/ComboStrap/
H A DPipelineUtility.php317 $derivedLocale = strtolower($locale) . $localeSeparator . strtoupper($locale);

12345678910>>...14