Home
last modified time | relevance | path

Searched refs:strtolower (Results 376 – 400 of 846) sorted by relevance

1...<<11121314151617181920>>...34

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTd.php225 if (strtolower($attr['ALIGN']) === 'char') {
244 $c['direction'] = strtolower($attr['DIR']);
247 $c['direction'] = strtolower($properties['DIRECTION']);
265 $c['cellLineStackingStrategy'] = strtolower($properties['LINE-STACKING-STRATEGY']);
270 $c['cellLineStackingShift'] = strtolower($properties['LINE-STACKING-SHIFT']);
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php59 $this->LOADER = strtolower($m[3]);
124 $this->SCRIPT_ENCODING = strtolower(!empty($p[1])? $p[1] : $enc);
/plugin/lastfm/inc/
H A Dlastfmutils.php350 $currTag = strtolower($val["tag"]);
393 $tag = strtolower($tag);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php169 if($this->parser->get_cfg('lowercase_s')) $token[1] = strtolower($token[1]);
176 … if($this->parser->get_cfg('case_properties') == 1) $token[1] = strtolower($token[1]);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php30 use function strtolower;
158 $scope = $scope === null ? $scope : strtolower($scope);
350 $pieces['scheme'] = strtolower($pieces['scheme']);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.properties.php41 $name = strtolower(trim($matches[1]));
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php81 $data = strtolower(trim(substr($match, strpos($match, ' '), -1), " \t\n/"));
/plugin/authimap/
H A Dauth.php133 return strtolower($local);
/plugin/amcharts/
H A Dsyntax.php60 $opts[strtolower($m[1])] = $m[2];
/plugin/statdisplay/
H A Dsyntax.php96 list($month, $year) = array_pad(explode('_', strtolower($date)), 2, '');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php112 $transport = $specialTransports[\strtolower($transport)] ?? \ucfirst($transport);
/plugin/git/
H A Dhelper.php194 if(strpos(strtolower($line), strtolower('@USER')) === FALSE)
229 $pos = strpos(strtolower($raw_message), 'merge');
/plugin/offline/
H A Dcreate.php18 $offlineConf['offlineMode'] = strtolower(htmlentities(strip_tags(stripslashes($_REQUEST['offlineMod…
740 …$indexStr .= '</div><a name="' . strtolower($currentFirstChar) . '"></a><h2>' . strtoupper($curren…
741 $navigationLettersArr[strtolower($currentFirstChar)] = 1;
/plugin/tplmod/
H A Daction.php72 $val = strtolower(trim($val));
305 $sitetools=strtolower(preg_replace($pat, $repl,$sitetools));
314 $pagetools=strtolower(preg_replace($pat, $repl,$pagetools));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php584 $parts = explode('.', strtolower($sniffCode));
590 $parts = explode('.', strtolower($sniffCode));
1123 if (strtolower(basename($dir)) !== strtolower($stdName)) {
1396 && in_array(strtolower($className), $restrictions) === false
1404 && in_array(strtolower($className), $exclusions) === true
2110 $lowerVarType = strtolower($varType);
2299 && (substr(strtolower($standard), -4) === '.xml'
2300 || substr(strtolower($standard), -9) === '.xml.dist')
/plugin/publistx/bib2tpl/
H A Dhelper.inc.php66 $month = strtolower($month);
/plugin/publist/bib2tpl/
H A Dhelper.inc.php66 $month = strtolower($month);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php133 $lowerValue = strtolower($value);
/plugin/publistf/bib2tpl/
H A Dhelper.inc.php66 $month = strtolower($month);
/plugin/konsole/
H A Dsyntax.php91 $type_user = strtolower(trim(substr($match,8,-1)));
/plugin/linksenhanced/syntax/
H A Dtable.php61 $key = strtolower(trim($key));
/plugin/tip/
H A Dsyntax.php227 switch ($i = strtolower($arg{0})) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php167 $values[strtolower($k)] = $v;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php167 $values[strtolower($k)] = $v;
/plugin/c3chart/
H A Dsyntax.php60 $opts[strtolower($m[1])] = $m[2];

1...<<11121314151617181920>>...34