Home
last modified time | relevance | path

Searched hist:"8 c5fa126085435ef6364c915a0913746da94e66a" (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Parsing/Handler/
H A DAbstractRewriter.php8c5fa126085435ef6364c915a0913746da94e66a Thu Apr 16 14:27:57 UTC 2026 Andreas Gohr <gohr@cosmocode.de> deduplicate finalise() across rewriter subclasses

Move the identical finalise() logic into AbstractRewriter with an
abstract getClosingCall() method. Lists, Quote, Table, Preformatted
and Nest each provide their closing call name instead of duplicating
the full method.

H A DQuote.php8c5fa126085435ef6364c915a0913746da94e66a Thu Apr 16 14:27:57 UTC 2026 Andreas Gohr <gohr@cosmocode.de> deduplicate finalise() across rewriter subclasses

Move the identical finalise() logic into AbstractRewriter with an
abstract getClosingCall() method. Lists, Quote, Table, Preformatted
and Nest each provide their closing call name instead of duplicating
the full method.

H A DPreformatted.php8c5fa126085435ef6364c915a0913746da94e66a Thu Apr 16 14:27:57 UTC 2026 Andreas Gohr <gohr@cosmocode.de> deduplicate finalise() across rewriter subclasses

Move the identical finalise() logic into AbstractRewriter with an
abstract getClosingCall() method. Lists, Quote, Table, Preformatted
and Nest each provide their closing call name instead of duplicating
the full method.

H A DNest.php8c5fa126085435ef6364c915a0913746da94e66a Thu Apr 16 14:27:57 UTC 2026 Andreas Gohr <gohr@cosmocode.de> deduplicate finalise() across rewriter subclasses

Move the identical finalise() logic into AbstractRewriter with an
abstract getClosingCall() method. Lists, Quote, Table, Preformatted
and Nest each provide their closing call name instead of duplicating
the full method.

H A DLists.php8c5fa126085435ef6364c915a0913746da94e66a Thu Apr 16 14:27:57 UTC 2026 Andreas Gohr <gohr@cosmocode.de> deduplicate finalise() across rewriter subclasses

Move the identical finalise() logic into AbstractRewriter with an
abstract getClosingCall() method. Lists, Quote, Table, Preformatted
and Nest each provide their closing call name instead of duplicating
the full method.

H A DTable.php8c5fa126085435ef6364c915a0913746da94e66a Thu Apr 16 14:27:57 UTC 2026 Andreas Gohr <gohr@cosmocode.de> deduplicate finalise() across rewriter subclasses

Move the identical finalise() logic into AbstractRewriter with an
abstract getClosingCall() method. Lists, Quote, Table, Preformatted
and Nest each provide their closing call name instead of duplicating
the full method.