Home
last modified time | relevance | path

Searched refs:strtolower (Results 726 – 750 of 846) sorted by relevance

1...<<21222324252627282930>>...34

/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php236 $cmdname = strtolower(isset($res['cmdname']) ? $res['cmdname'] : '');
/plugin/dataloop/syntax/
H A Dloop.php98 $line[0] = strtolower($line[0]);
/plugin/exttab3/
H A Dsyntax.php443 $attrname = strtolower($m[1]);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.optimfrog.php172 if (strtolower(getid3_lib::fileextension($info['filename'])) == 'ofs') {
/plugin/authucenter/lib/uc_client/model/
H A Duser.php52 if(strtolower(UC_CHARSET) != 'utf-8') {
/plugin/externalembed/
H A Dsyntax.php452 … $query[strtolower($parameter[0])] = str_replace('"', '', $parameter[1]); //removes quotes
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php168 $current = strtolower($match[1]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php41 $color = strtolower(trim($color));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php1005 $type = str_replace('_', ' ', strtolower(substr($tokens[$i]['type'], 2)));
1015 $type = str_replace('_', ' ', strtolower(substr($tokens[$i]['type'], 2)));
1125 …$type = str_replace('_', ' ', strtolower(substr($tokens[$tokens[$i]['scope_condition']]['type'], 2…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php664 $mode = strtolower($mode);
943 $method = strtolower($method);
949 $hash = isset($func_args[0]) ? strtolower($func_args[0]) : 'sha1';
2306 $engine = strtolower($engine);
2342 $engine = strtolower($engine);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1471 … ->withHash(preg_replace('#^ecdsa-with-#', '', strtolower($signatureAlgorithm)));
1484 … ->withHash(preg_replace('#^id-dsa-with-#', '', strtolower($signatureAlgorithm)));
1588 switch (strtolower($propName)) {
1883 $attr['value'] = strtolower(trim($v));
1898 return strtolower(Hex::encode(pack('N', $hash)));
3127 if (is_string($date) && strtolower($date) === 'lifetime') {
/plugin/subjectindex/plugins/
H A DEntryVerse.php38 $abbr = $num . strtolower($name);
77 $book = strtolower($book);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/authucenter/
H A Dauth.php547 $conf_value = $this->getConf(str_replace('_', '', strtolower($conf_name)));
/plugin/switchpanel/
H A Dsyntax.php104 $opt[ $sKey ] = ( strtolower( $sVal ) == 'true' );
/plugin/weiqi/
H A Dweiqi_parser.php478 $strpos = strpos($this->conf['letter_sequence'], strtolower($value));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php191 && strstr(strtolower($tokens[$i]['content']), 'php version') !== false
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php108 $this->assertContains('fr', strtolower(setlocale(LC_NUMERIC, 0)));
/plugin/statistics/inc/
H A DStatisticsLogger.class.php254 $country = addslashes(ucwords(strtolower(trim($match[1]))));
255 $code = addslashes(strtolower(trim($match[2])));
256 $city = addslashes(ucwords(strtolower(trim($match[3]))));
405 list($mime1, $mime2) = explode('/', strtolower($mime));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1470 if (in_array(strtolower($this->defaultCSS['BODY']['FONT-FAMILY']), $this->mono_fonts)) {
1472 } elseif (in_array(strtolower($this->defaultCSS['BODY']['FONT-FAMILY']), $this->sans_fonts)) {
1667 $orientation = strtolower($orientation);
3819 $family = strtolower($family);
4022 $family = strtolower($family);
4242 $file .= strtolower($style);
7258 $c = strtolower($m[1][$i]);
10771 $fontkey = strtolower($family) . strtoupper($style);
10912 if (strtolower($font) == 'ctimes') {
10915 if (strtolower(
[all...]
/plugin/ckgedit/action/
H A Dedit.php136 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
1297 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1409 $style = strtolower($style);
1580 $format=strtolower($format);
1607 $orientation=strtolower($orientation);
1941 $file=str_replace(' ','',$family).strtolower($style).'.php';
2416 $type=strtolower($type);
2771 $mtd='_put'.strtolower($type);
/plugin/bureaucracy-au/
H A Dsyntax.php451 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));
/plugin/bureaucracyau/
H A Dsyntax.php451 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));
/plugin/judge/helper/
H A Djdatetime.class.php442 $day = substr(strtolower($day), 0, 3);

1...<<21222324252627282930>>...34