Home
last modified time | relevance | path

Searched refs:searchStringWildcard (Results 1 – 9 of 9) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/
H A DAbstractConditionMatcher.php350 … if ($this->searchStringWildcard($currentApplicationContext, $applicationContext)) {
469 if ($this->searchStringWildcard($nv, trim($testValue))) {
676 protected function searchStringWildcard($haystack, $needle) function in TYPO3\\CMS\\Core\\Configuration\\TypoScript\\ConditionMatching\\AbstractConditionMatcher
678 return StringUtility::searchStringWildcard($haystack, $needle);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Utility/
H A DStringUtility.php133 public static function searchStringWildcard($haystack, $needle): bool function in TYPO3\\CMS\\Core\\Utility\\StringUtility
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/
H A DDefaultFunctionsProvider.php85 $result = StringUtility::searchStringWildcard((string)$haystack, (string)$needle);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/
H A DDefaultFunctionsProvider.php87 $result = StringUtility::searchStringWildcard((string)$haystack, (string)$needle);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/
H A DDefaultFunctionsProvider.php87 $result = StringUtility::searchStringWildcard((string)$haystack, (string)$needle);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Utility/
H A DStringUtility.php134 public static function searchStringWildcard($haystack, $needle): bool function in TYPO3\\CMS\\Core\\Utility\\StringUtility
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Utility/
H A DStringUtility.php138 public static function searchStringWildcard($haystack, $needle): bool function in TYPO3\\CMS\\Core\\Utility\\StringUtility
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-87193-DeprecatedFunctionalityRemoved.rst302 …figuration\TypoScript\ConditionMatching\AbstractConditionMatcher->searchStringWildcard($haystack, …
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-87193-DeprecatedFunctionalityRemoved.rst302 …figuration\TypoScript\ConditionMatching\AbstractConditionMatcher->searchStringWildcard($haystack, …