Searched refs:interpretSyntax (Results 1 – 5 of 5) sorted by relevance
| /plugin/mediasyntax/syntax/ | ||
| D | listblock.php | 78 function interpretSyntax($match, &$type) function in Doku_Handler_Mediasyntax_List |
| /plugin/creole/syntax/ | ||
| D | listblock.php | 86 function interpretSyntax($match, &$type) { function in Doku_Handler_Creole_List |
| /plugin/markdowku/ | ||
| D | ulists.php | 71 function interpretSyntax($match, &$type) { function in Doku_Handler_Markdown_Unordered_List |
| D | olists.php | 70 function interpretSyntax($match, &$type) { function in Doku_Handler_Markdown_Ordered_List |
| /plugin/siteexport/syntax/ | ||
| D | toc.php | 88 $depth = $handler->CallWriter->interpretSyntax($call[1][0], $listType)-1; // Minus one because of plus one inside the interpret function |