Searched refs:handleStatic (Results 1 – 4 of 4) sorted by relevance
/plugin/combo/syntax/ |
H A D | xmlblocktag.php | 145 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
|
H A D | xmlprotectedtag.php | 124 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
|
H A D | xmlinlinetag.php | 157 return XmlTagProcessing::handleStatic($match, $state, $pos, $handler, $this);
|
/plugin/combo/ComboStrap/ |
H A D | XmlTagProcessing.php | 142 …public static function handleStatic(string $match, int $state, int $pos, Doku_Handler $handler, Do… function in ComboStrap\\XmlTagProcessing
|