Home
last modified time | relevance | path

Searched refs:strtolower (Results 126 – 150 of 846) sorted by last modified time

12345678910>>...34

/plugin/combo/vendor/symfony/yaml/
H A DEscaper.php77 if (\in_array(strtolower($value), ['null', '~', 'true', 'false', 'y', 'n', 'yes', 'no', 'on', 'off'])) {
H A DInline.php585 $scalarLower = strtolower($scalar);
/plugin/combo/ComboStrap/
H A DDisplay.php19 $value = strtolower($display);
H A DPageKeywords.php77 return strtolower($element);
H A DPermalinkTag.php29 $type = strtolower($type);
H A DHtml.php25 $validName = strtolower($name);
H A DPosition.php38 $sticky = strtolower($attributes->getValueAndRemove(self::STICKY_ATTRIBUTE));
71 $position = strtolower($attributes->getValueAndRemove(self::POSITION_ATTRIBUTE));
H A DPrism.php233 $language = strtolower($language);
H A DIconDownloader.php298 return strtolower($logicalName);
H A DSite.php425 $locale = strtolower($lang) . $sep . strtoupper($country);
H A DSlug.php45 return strtolower(implode(WikiPath::SLUG_SEPARATOR, $wordsPart));
H A DSnippet.php488 ->getComponentStylePathByName(strtolower($name) . ".$extension");
494 ->resolve(strtolower($name) . ".$extension");
H A DTagAttributes.php479 $attLower = strtolower($attributeName);
503 $attLower = strtolower($attributeName);
806 $attributeName = strtolower($attributeName);
825 $attributeName = strtolower($attributeName);
898 $lowerAttribute = strtolower($attributeName);
1054 $lowerAtt = strtolower($attribute);
1185 $lowerAtt = strtolower($string);
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php120 return strtolower(self::ADS_NAMESPACE . $name);
/plugin/data/syntax/
H A Dtable.php111 $line[0] = strtolower($line[0]);
140 $col = trim(strtolower($col));
/plugin/adhoctags/
H A Dhelper.php72 if (in_array(strtolower(trim($val)), array('ltr','rtl','auto'))) {
80 if (in_array(strtolower(trim($val)), array('hidden','until-found'))) {
145 $attr['lang'] = strtolower(trim($token,':'));
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php319 if (in_array(strtolower($color), array_map('strtolower',$color_names))) {
/plugin/oauth/
H A DOAuthManager.php192 $userdata['mail'] = strtolower($userdata['mail']);
H A Dauth.php175 $mail = strtolower($mail);
178 if (strtolower($userinfo['mail']) === $mail) return $user;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DAbstractClient.php68 $key = ucfirst(strtolower($key));
69 $val = ucfirst(strtolower($key)) . ': ' . $val;
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php706 $file = strtolower($file);
/plugin/upgrade/HTTP/
H A DHTTPClient.php777 $key = strtolower($key);
/plugin/statistics/inc/
H A DBrowscap.php344 trim(strtolower($pattern), self::REGEX_DELIMITER),
590 $this->_properties = array_map('strtolower', $this->_properties);
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/statistics/
H A Daction.php223 $act = strtolower($act);

12345678910>>...34