Home
last modified time | relevance | path

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

/plugin/combo/syntax/
H A Dxmlinlineemptytag.php67 return XmlTagProcessing::handleStaticEmptyTag($match, $state, $pos, $handler, $this);
H A Dxmlblockemptytag.php73 return XmlTagProcessing::handleStaticEmptyTag($match, $state, $pos, $handler, $this);
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php710 …public static function handleStaticEmptyTag(string $match, int $state, int $pos, Doku_Handler $han… function in ComboStrap\\XmlTagProcessing