Home
last modified time | relevance | path

Searched refs:HTMLcleaner (Results 1 – 12 of 12) sorted by relevance

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Html/
H A DRteHtmlParser.php349 …$content = $this->HTMLcleaner($content, $keepTags, $keepNonMatchedTags, $hscMode, $additionalConfi…
458 $blockSplit[$k] = $this->HTMLcleaner(
551 return $this->HTMLcleaner($content, $keepTags, false);
699 $parts[$k] = $this->HTMLcleaner($parts[$k], $keepTags, 'protect');
H A DHtmlParser.php389 public function HTMLcleaner($content, $tags = [], $keepAll = 0, $hSC = 0, $addConfig = []) function in TYPO3\\CMS\\Core\\Html\\HtmlParser
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Html/
H A DRteHtmlParser.php314 …$content = $this->HTMLcleaner($content, $keepTags, $keepNonMatchedTags, $hscMode, $additionalConfi…
424 $string = $this->HTMLcleaner(
517 return $this->HTMLcleaner($content, $keepTags, false);
665 $parts[$k] = $this->HTMLcleaner($parts[$k], $keepTags, 'protect');
H A DHtmlParser.php389 public function HTMLcleaner($content, $tags = [], $keepAll = 0, $hSC = 0, $addConfig = []) function in TYPO3\\CMS\\Core\\Html\\HtmlParser
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.0/
H A DBreaking-72384-RemovedDeprecatedCodeFromHtmlParser.rst53 `XHTML_clean()` call `HtmlParser::HTMLcleaner()` instead
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.0/
H A DBreaking-72384-RemovedDeprecatedCodeFromHtmlParser.rst53 `XHTML_clean()` call `HtmlParser::HTMLcleaner()` instead
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.0/
H A DBreaking-72384-RemovedDeprecatedCodeFromHtmlParser.rst53 `XHTML_clean()` call `HtmlParser::HTMLcleaner()` instead
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Html/
H A DRteHtmlParser.php354 …$content = $this->HTMLcleaner($content, $keepTags, $keepNonMatchedTags, $hscMode, $additionalConfi…
769 $blockSplit[$k] = $this->HTMLcleaner(
899 return $this->HTMLcleaner($content, $keepTags, $keepUnknownTags);
1047 $parts[$k] = $this->HTMLcleaner($parts[$k], $keepTags, 'protect');
H A DHtmlParser.php379 public function HTMLcleaner($content, $tags = [], $keepAll = 0, $hSC = 0, $addConfig = []) function in TYPO3\\CMS\\Core\\Html\\HtmlParser
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php3194 …return $htmlParser->HTMLcleaner($theValue, $htmlParserCfg[0], $htmlParserCfg[1], $htmlParserCfg[2]…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php2843 …return $htmlParser->HTMLcleaner($theValue, $htmlParserCfg[0], $htmlParserCfg[1], $htmlParserCfg[2]…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php3277 …return $htmlParser->HTMLcleaner($theValue, $htmlParserCfg[0], $htmlParserCfg[1], $htmlParserCfg[2]…