Home
last modified time | relevance | path

Searched refs:interpretSyntax (Results 1 – 5 of 5) sorted by relevance

/plugin/mediasyntax/syntax/
H A Dlistblock.php78 function interpretSyntax($match, &$type)
90 function interpretSyntax($match, &$type) global() function in Doku_Handler_Mediasyntax_List
/plugin/creole/syntax/
H A Dlistblock.php86 function interpretSyntax($match, &$type) { function in Doku_Handler_Creole_List
/plugin/markdowku/
H A Dolists.php70 function interpretSyntax($match, &$type) { function in Doku_Handler_Markdown_Ordered_List
H A Dulists.php71 function interpretSyntax($match, &$type) { function in Doku_Handler_Markdown_Unordered_List
/plugin/siteexport/syntax/
H A Dtoc.php88 …$depth = $handler->CallWriter->interpretSyntax($call[1][0], $listType)-1; // Minus one because of …