Home
last modified time | relevance | path

Searched refs:strtoupper (Results 1 – 25 of 342) sorted by last modified time

12345678910>>...14

/plugin/siteexport/inc/
H A DreadCSS.patch213 …if ((strtoupper($property)=='BACKGROUND-IMAGE' || strtoupper($property)=='BACKGROUND') && preg_mat…
216 $classproperties[strtoupper($property)] = $value;
221 $tagstr = strtoupper(trim($styles[1][$i]));
/plugin/struct/meta/
H A DAccessTable.php504 $QB->addSelectColumn('DATA', $idColumn, strtoupper($idColumn));
/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/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php500 if (strtoupper(substr($memory_limit, -1, 1)) == 'M') {
502 } elseif (strtoupper(substr($memory_limit, -1, 1)) == 'G') {
H A DphpThumb.demo.random.php57 $_REQUEST['o'] = strtoupper($_REQUEST['o']);
62 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
/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') {
H A Dphpthumb.class.php283 …if (strtoupper($php_config_memory_limit[ strlen($php_config_memory_limit) - 1 ]) == 'G') { // PHP …
285 …} elseif (strtoupper($php_config_memory_limit[ strlen($php_config_memory_limit) - 1 ]) == 'M') { /…
295 $this->iswindows = (bool) (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN');
1880 switch (strtoupper($this->zc)) {
2191 $band = ($band ? preg_replace('#[^RGBA\\*]#', '', strtoupper($band)) : '*');
2195 $band = preg_replace('#[^RGBA\\*]#', '', strtoupper($band));
2218 … $commandline .= ' -channel '.phpthumb_functions::escapeshellarg_replacement(strtoupper($band));
2232 … $commandline .= ' -channel '.phpthumb_functions::escapeshellarg_replacement(strtoupper($band));
2896 $band = ($band ? preg_replace('#[^RGBA\\*]#', '', strtoupper($band)) : '*');
H A Dphpthumb.functions.php15 return (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN');
263 return strtoupper(str_pad(dechex(~hexdec($hexcolor) & 0xFFFFFF), 6, '0', STR_PAD_LEFT));
H A Dphpthumb.gif.php114 …if ((strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') && (file_exists('/usr/local/bin/cjpeg') || shell_e…
/plugin/aichat/
H A Dhelper.php342 $replace['{{' . strtoupper($key) . '}}'] = $val;
/plugin/dev/
H A DSkeletor.php249 $event = strtoupper($event);
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php289 $normalizedRef[strtoupper($key)] = $value;
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1063 $sourceCharset = strtoupper($this->dom->_charset);
1064 $targetCharset = strtoupper($this->dom->_target_charset);
/plugin/bureaucracy/
H A Dsyntax.php586 $this->values['__formpage_!file!__'] = PhpString::strtoupper($file);
590 $this->values['__formpage_!page!__'] = PhpString::strtoupper($page);
/plugin/gitbacked/lib/
H A DGitBackedUtil.php47 …$iswin = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' || !empty($GLOBALS['DOKU_UNITTEST_ASSUME_WIND…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCodabar.php59 $code = strtoupper($code);
H A DCode128.php150 switch (strtoupper($type)) {
H A DCode39.php85 $code = strtoupper($code);
H A DCode93.php82 $code = strtoupper($code);
H A DImb.php330 array_push($hex, strtoupper(dechex(bcmod($number, '16'))));
H A DRm4Scc.php81 $code = strtoupper($code);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DBarcode.php29 switch (strtoupper($type)) {
H A DCssManager.php295 if ((strtoupper($property) === 'BACKGROUND-IMAGE' || strtoupper($property) === 'BACKGROUND') && false !== stripos($value, '-webkit-gradient')) {
298 $classproperties[strtoupper($property)] = $value;
304 $tagstr = strtoupper(trim($styles[1][$i]));
522 if ((strtoupper($properties[$i]) === 'BACKGROUND-IMAGE' || strtoupper($properties[$i]) === 'BACKGROUND') && false !== stripos($values[$i], '-webkit-gradient')) {
527 $classproperties[strtoupper($properties[$i])] = trim($values[$i]);
878 $newprop['SIZE'] = strtoupper($prop[0]);
1020 $newprop['TEXT-ALIGN'] .= strtoupper(substr($m[1], 0, 1));
1035 $newprop['TEXT-ALIGN'] .= strtoupper(subst
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php263 $name = strtoupper(trim($cores[0]));
/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)];

12345678910>>...14