Searched refs:renderTable (Results 1 – 7 of 7) sorted by relevance
/plugin/groupmatrix/syntax/ |
H A D | table.php | 146 $renderer->doc .= $this->renderTable($data['headers'], $rows); 158 protected function renderTable($headers, $rows, $className = '') function in syntax_plugin_groupmatrix_table
|
/plugin/mdpage/vendor/cebe/markdown/block/ |
H A D | TableTrait.php | 100 protected function renderTable($block) function
|
/plugin/airtable/ |
H A D | syntax.php | 152 $html = $this->renderTable($parameter_array, $api_response); 231 function renderTable($parameter_array, $api_response): string { function in syntax_plugin_airtable
|
/plugin/columns/ |
H A D | syntax.php | 227 $renderer->doc .= $this->renderTable($attribute) . DOKU_LF; 248 private function renderTable($attribute) { function in columns_renderer_xhtml
|
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/ |
H A D | MarkdownRendererTrait.php | 216 protected function renderTable($block) { function
|
/plugin/struct/meta/ |
H A D | AggregationTable.php | 48 $event->trigger([$this, 'renderTable']); 57 public function renderTable($rendercontext) 147 public function renderTable($rendercontext) global() function in dokuwiki\\plugin\\struct\\meta\\AggregationTable
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 50321 renderTable = function(opts, data, randId) 51038 return renderTable(opts, data, randId);
|