Home
last modified time | relevance | path

Searched refs:eliminateExtraEndTags (Results 1 – 3 of 3) sorted by relevance

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Html/
H A DHtmlParser.php48 …* @param bool $eliminateExtraEndTags If set, excessive end tags are ignored - you should probably …
53 public function splitIntoBlock($tag, $content, $eliminateExtraEndTags = false) argument
93 if ($eliminateExtraEndTags && $nested < 0) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Html/
H A DHtmlParser.php48 …* @param bool $eliminateExtraEndTags If set, excessive end tags are ignored - you should probably …
53 public function splitIntoBlock($tag, $content, $eliminateExtraEndTags = false) argument
93 if ($eliminateExtraEndTags && $nested < 0) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Html/
H A DHtmlParser.php47 …* @param bool $eliminateExtraEndTags If set, excessive end tags are ignored - you should probably …
51 public function splitIntoBlock($tag, $content, $eliminateExtraEndTags = false) argument
88 if ($eliminateExtraEndTags && $nested < 0) {