Home
last modified time | relevance | path

Searched refs:parseTable (Results 1 – 3 of 3) sorted by relevance

/plugin/avmathtable/
H A Dsyntax.php88 $tables = $this->parseTable($match);
153 private function parseTable(string $tableSyntax): array function in syntax_plugin_avmathtable
/plugin/mdimport/
H A DMarkdownToDokuWiki.php121 $this->parseTable($lines, $i);
225 private function parseTable(array $lines, int &$i): void function in MarkdownToDokuWikiConverter
/plugin/refnotes/
Ddatabase.php221 $c = $this->parseTable($call, $calls, $c, $text);
235 private function parseTable($call, $calls, $c, $text) { function in refnotes_reference_database_page