Home
last modified time | relevance | path

Searched refs:tablecell_open (Results 1 – 25 of 45) sorted by last modified time

12

/plugin/dbquery/syntax/
H A Dquery.php115 $R->tablecell_open();
151 $R->tablecell_open();
/plugin/struct/meta/
H A DAggregationTable.php359 $this->renderer->tablecell_open();
367 $this->renderer->tablecell_open(1, $align);
388 $this->renderer->tablecell_open(count($this->columns) + $this->data['rownumbers'], 'center');
/plugin/struct/renderer/
H A Dcsv.php83 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) function in renderer_plugin_struct_csv
104 * Alias for tablecell_open
112 $this->tablecell_open($colspan, $align, $rowspan);
/plugin/struct/syntax/
H A Doutput.php189 $renderer->tablecell_open();
/plugin/todo/syntax/
H A Dlist.php394 $R->tablecell_open();
/plugin/adhocmathml/
H A Dmtd.php44 $renderer->tablecell_open($cols, null, $rows);
/plugin/data/syntax/
H A Dtable.php488 $R->tablecell_open(count($clist), 'center');
/plugin/sql2wiki/syntax/
H A Dquery.php152 $renderer->tablecell_open();
158 $renderer->tablecell_open();
163 $renderer->tablecell_open();
/plugin/odt/renderer/
H A Dpage.php797 function tablecell_open($colspan = 1, $align = "left", $rowspan = 1){ function in renderer_plugin_odt_page
/plugin/prosemirror/
H A Drenderer.php217 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) function in renderer_plugin_prosemirror
/plugin/do/syntax/
H A Ddolist.php112 $R->tablecell_open(6, 'center');
/plugin/dw2markdown/
H A Drenderer.php562 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) { function in Renderer_Plugin_dw2markdown
/plugin/edittable/renderer/
H A Dinverse.php646 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in renderer_plugin_edittable_inverse
H A Djson.php79 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in renderer_plugin_edittable_json
/plugin/statdisplay/helper/
H A Dtable.php461 $this->R->tablecell_open($span, $align);
/plugin/davcal/syntax/
H A Dtable.php252 $R->tablecell_open();
272 $R->tablecell_open();
279 $R->tablecell_open();
284 $R->tablecell_open();
290 $R->tablecell_open();
294 $R->tablecell_open();
/plugin/text/
H A Drenderer.php530 $this->tablecell_open();
537 function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) { function in renderer_plugin_text
/plugin/actionrenderer/
H A Drenderer.php507 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) function in renderer_plugin_actionrenderer
/plugin/csv/syntax/
H A Dtable.php117 $renderer->tablecell_open($span);
/plugin/strata/syntax/
H A Dentry.php315 $R->tablecell_open();
H A Dtable.php32 $R->tablecell_open();
84 $R->tablecell_open();
94 $R->tablecell_open(count($fields));
/plugin/displayorphans/
H A Drenderer.php70 $renderer->tablecell_open();
78 $renderer->tablecell_open();
86 $renderer->tablecell_open();
94 $renderer->tablecell_open();
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php242 $this->renderer->tablecell_open(1, $align);
/plugin/filelist/
H A Dsyntax.php
/plugin/latexport/implementation/
H A Ddecorator.php1006 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in decorator
1008 $this->decorator->tablecell_open($colspan, $align, $rowspan);

12