Home
last modified time | relevance | path

Searched refs:handleStatic (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/syntax/
H A Dxmlblocktag.php145 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
H A Dxmlprotectedtag.php124 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
H A Dxmlinlinetag.php157 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php142 …public static function handleStatic(string $match, int $state, int $pos, Doku_Handler $handler, Do… function in ComboStrap\\XmlTagProcessing