Home
last modified time | relevance | path

Searched refs:strtolower (Results 101 – 125 of 846) sorted by last modified time

12345678910>>...34

/plugin/combo/ComboStrap/
H A DDimension.php101 $scrollMechanism = trim(strtolower($scrollMechanism));
H A DPageRules.php51 $id = strtolower($id);
H A DFetcherSvg.php1388 $svgAttribute = strtolower($svgAttribute);
1450 case strtolower(self::REQUESTED_PRESERVE_ASPECT_RATIO_KEY):
H A DTextColor.php40 $lowerCaseColorValue = strtolower($colorValue);
H A DIso8601Date.php195 $constantNormalized = trim(strtolower($constant));
H A DLinkMarkup.php284 $lowerCaseLowQualityAcronym = strtolower(LowQualityPage::LOW_QUALITY_PROTECTION_ACRONYM);
325 $lowerCaseLatePublicationAcronym = strtolower(PagePublicationDate::LATE_PUBLICATION_PROTECTION_ACRONYM);
H A DBrandButton.php95 $this->type = strtolower($typeButton);
139 $widget = trim(strtolower($widget));
155 $iconType = trim(strtolower($iconType));
H A DMarkupRef.php621 $lowerCaseKey = strtolower($key);
H A DPageSqlTreeListener.php145 $variableName = strtolower($text);
162 $variableName = strtolower($text);
347 $tableName = strtolower($ctx->getText());
H A DFont.php59 $extension = strtolower($path->getExtension());
H A DPanelTag.php48 if (strtolower($type) === "selected") {
H A DHover.php31 $hover = strtolower($attributes->getValueAndRemove(self::ON_HOVER_ATTRIBUTE));
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 DHttp.php87 $headerNameNormalized = trim(strtolower($name));
94 $actualHeaderNameNormalized = trim(strtolower($actualHeaderName));
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php479 return strtolower($context->get($args));
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php376 switch ($normalizedLang = strtolower($lang)) {
/plugin/combo/ComboStrap/Tag/
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);
/plugin/combo/syntax/
H A Dcode.php226 $language = strtolower($attributes["type"]);
H A Dcontentlist.php211 $type = trim(strtolower($attributes->getType()));
H A Dminimap.php92 $parameter = strtolower($parameterKey);
/plugin/combo/action/
H A Dlinkwizard.php104 $lowerSearchTerm = strtolower($searchTerm);
119 $name = strtolower($page->getNameOrDefault());
126 if (strpos(strtolower($title), $lowerSearchTerm) !== false) {
129 if ($label === null && strpos(strtolower($h1), $lowerSearchTerm) !== false) {
H A Drouter.php1078 $ruleMatcher = strtolower($rule[PageRules::MATCHER_NAME]);
1126 $calculatedTarget = strtolower($calculatedTarget);

12345678910>>...34