Home
last modified time | relevance | path

Searched refs:handleAndReturnUnmatchedData (Results 26 – 39 of 39) sorted by last modified time

12

/plugin/combo/syntax/
H A Dtoggleexpand.php115 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtooltip.php152 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dunit.php128 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dwebcode.php174 return PluginUtility::handleAndReturnUnmatchedData(WebCodeTag::TAG, $match, $handler);
H A Dbackgrounds.php110 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dbadge.php211 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dbrand.php150 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Daccordion.php168 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dcell.php166 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dcite.php105 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dcontentlistitem.php140 return PluginUtility::handleAndReturnUnmatchedData(self::DOKU_TAG, $match, $handler);
/plugin/combo/ComboStrap/
H A DPluginUtility.php822 * @param $data - the data from {@link PluginUtility::handleAndReturnUnmatchedData()}
876 static function handleAndReturnUnmatchedData($tagName, $match, \Doku_Handler $handler): array function in ComboStrap\\PluginUtility
H A DXmlTagProcessing.php147 $data = PluginUtility::handleAndReturnUnmatchedData(null, $match, $handler);
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php154 return PluginUtility::handleAndReturnUnmatchedData("", $match, $handler);

12