Home
last modified time | relevance | path

Searched refs:renderTable (Results 1 – 7 of 7) sorted by relevance

/plugin/groupmatrix/syntax/
H A Dtable.php146 $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 DTableTrait.php100 protected function renderTable($block) function
/plugin/airtable/
H A Dsyntax.php152 $html = $this->renderTable($parameter_array, $api_response);
231 function renderTable($parameter_array, $api_response): string { function in syntax_plugin_airtable
/plugin/columns/
H A Dsyntax.php227 $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 DMarkdownRendererTrait.php216 protected function renderTable($block) { function
/plugin/struct/meta/
H A DAggregationTable.php48 $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 Dhandsontable.full.js50321 renderTable = function(opts, data, randId)
51038 return renderTable(opts, data, randId);