Home
last modified time | relevance | path

Searched refs:strtoupper (Results 201 – 225 of 342) sorted by relevance

12345678910>>...14

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php200 $key = strtoupper('SCOPE_' . $scope);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBr.php14 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
/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/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php73 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' || FindBadUtf8( $value ) )
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php210 $this->requestMethod = strtoupper($method);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php73 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' || FindBadUtf8( $value ) )
/plugin/uncmap/
H A Dsyntax.php94 …$this->Lexer->addSpecialPattern('\[\[[' . strtolower($letters) . strtoupper($letters) . ']{1}\:[\\…
/plugin/projects/lib/
H A Dtools.php114 $limit = trim(strtoupper($limit));
/plugin/webdav/core/
H A DUtils.php244 'level' => str_pad(strtoupper($level), 5),
/plugin/fedauth/Auth/OpenID/
H A DURINorm.php88 return strtoupper($mo[0]);
/plugin/rrdgraph/inc/
H A Dsvgbinding.php203 switch (strtoupper($this->aggregates[$bindingName])) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php73 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' || FindBadUtf8( $value ) )
/plugin/blogtng/syntax/
H A Dblog.php213 $this->config['sortorder'] = strtoupper($opt);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode128.php150 switch (strtoupper($type)) {
/plugin/openid/Auth/OpenID/
H A DURINorm.php88 return strtoupper($mo[0]);
/plugin/rrdgraph/
H A Dhelper.php319 switch (strtoupper($element[1])) {
456 switch (strtoupper($element[1])) {
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php289 $normalizedRef[strtoupper($key)] = $value;
/plugin/dokugource/
H A Daction.php43 $c = strtoupper($m[2]);
/plugin/farm/
H A Daction.php169 if(!isset($lang[$code])) return '{'.strtoupper($code).'}';
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php259 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php259 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php259 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php78 echo strtoupper(PHP_EOL."| $standard CODING STANDARD: $title |".PHP_EOL);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php245 $lastLine .= '='.\strtoupper(\bin2hex($val[$ii]));

12345678910>>...14