Home
last modified time | relevance | path

Searched refs:strtolower (Results 126 – 150 of 846) sorted by path

12345678910>>...34

/plugin/combo/ComboStrap/
H A DIconDownloader.php298 return strtolower($logicalName);
H A DIso8601Date.php195 $constantNormalized = trim(strtolower($constant));
H A DLdJson.php258 switch (strtolower($type)) {
320 switch (strtolower($type)) {
H A DLineSpacing.php33 $lineSpacingValue = trim(strtolower($attributes->getValueAndRemove($lineSpacing)));
H A DLinkMarkup.php284 $lowerCaseLowQualityAcronym = strtolower(LowQualityPage::LOW_QUALITY_PROTECTION_ACRONYM);
325 $lowerCaseLatePublicationAcronym = strtolower(PagePublicationDate::LATE_PUBLICATION_PROTECTION_ACRONYM);
H A DMarkupRef.php621 $lowerCaseKey = strtolower($key);
H A DPageKeywords.php77 return strtolower($element);
H A DPageRules.php51 $id = strtolower($id);
H A DPageSqlTreeListener.php145 $variableName = strtolower($text);
162 $variableName = strtolower($text);
347 $tableName = strtolower($ctx->getText());
H A DPanelTag.php48 if (strtolower($type) === "selected") {
H A DPermalinkTag.php29 $type = strtolower($type);
H A DPipelineUtility.php317 $derivedLocale = strtolower($locale) . $localeSeparator . strtoupper($locale);
H A DPluginUtility.php227 $parameters[hsc(strtolower($parameterKey))] = $value;
280 $possibleTypeLowercase = strtolower($nextArgument);
795 return strtolower(PluginUtility::PLUGIN_BASE_NAME) . "_" . $tag;
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 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);
H A DTextColor.php40 $lowerCaseColorValue = strtolower($colorValue);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php188 $name = strtolower(trim($name));
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php120 return strtolower(self::ADS_NAMESPACE . $name);
H A DWebCodeTag.php101 $type = strtolower($renderingMode);
138 $actualCodeType = strtolower(trim($actualTag->getType()));
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php315 $patternValue = strtolower($tagAttributes->getValueAndRemove(self::PATTERN_ATTRIBUTE));
H A DBoldness.php54 $value = strtolower($value);

12345678910>>...34