Home
last modified time | relevance | path

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

/plugin/table2csv/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('<table2csv>.*?</table2csv>',$mode,'plugin_table2csv');
72 $renderer->meta ['table2csv'] = $data['startMarker'];
H A DREADME.md1 plugin-table2csv
9 2. Install the table2csv plugin using the Plugin Manager and the download URL above.
10 If you install this plugin manually, make sure it is installed in lib/plugins/table2csv/
17 <table2csv>&startMarker=any text&</table2csv>
H A Dplugin.info.txt1 base table2csv
7 url http://www.dokuwiki.org/plugin:table2csv
/plugin/sqlraw/
H A Dtest2.php10 function table2csv($rawHTML,$filename,$repeatContent, $caption) { function
H A Dsyntax.php462 $mdTable = table2csv($table,'tom.csv',false, $caption);