Home
last modified time | relevance | path

Searched refs:tablecell_open (Results 1 – 25 of 45) sorted by path

12

/plugin/abbrlist/
H A Dsyntax.php127 $R->tablecell_open();
130 $R->tablecell_open();
/plugin/actionrenderer/
H A Drenderer.php507 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) function in renderer_plugin_actionrenderer
/plugin/adhocmathml/
H A Dmtd.php44 $renderer->tablecell_open($cols, null, $rows);
/plugin/csv/syntax/
H A Dtable.php117 $renderer->tablecell_open($span);
/plugin/data-au/syntax/
H A Dtable.php475 $R->tablecell_open(count($clist), 'center');
/plugin/data/syntax/
H A Dtable.php488 $R->tablecell_open(count($clist), 'center');
/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/dbquery/syntax/
H A Dquery.php115 $R->tablecell_open();
151 $R->tablecell_open();
/plugin/displayorphans/
H A Drenderer.php70 $renderer->tablecell_open();
78 $renderer->tablecell_open();
86 $renderer->tablecell_open();
94 $renderer->tablecell_open();
/plugin/do/syntax/
H A Ddolist.php112 $R->tablecell_open(6, 'center');
/plugin/dokutexit/
H A Dlatex.php721 function tablecell_open($colspan = 1, $align = NULL) { function in Doku_Renderer_latex
921 $this->tablecell_open($colspan, $align);
1020 $this->tablecell_open($colspan, $align);
1124 $this->tablecell_open($colspan, $align);
/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/filelist/
H A Dsyntax.php
/plugin/latexit/_test/
H A Drenderer.test.php857 $this->r->tablecell_open(1, "r", 1);
862 $this->r->tablecell_open(1, NULL, 1);
867 $this->r->tablecell_open(2, NULL, 1);
872 $this->r->tablecell_open(1, NULL, 2);
878 $this->r->tablecell_open(2, NULL, 2);
887 $this->r->tablecell_open();
893 $this->r->tablecell_open(2);
900 $this->r->tablecell_open(1, "r");
907 $this->r->tablecell_open(1, "l", 2);
914 $this->r->tablecell_open(2, "l", 2);
/plugin/latexit/
H A Drenderer.php1272 $this->tablecell_open($colspan, $align, $rowspan);
1290 function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1) { function in renderer_plugin_latexit
/plugin/latexport/_test/
H A Ddecorator_mock.php194 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in DecoratorMock
H A Ddecorator_tables.test.php54 $this->decoratorTables->tablecell_open(1, 1, 1);
56 $this->decoratorTables->tablecell_open(1, 1, 1);
58 $this->decoratorTables->tablecell_open(1, 1, 1);
107 $this->decoratorTables->tablecell_open(1, 1, 1);
109 $this->decoratorTables->tablecell_open(1, 1, 1);
111 $this->decoratorTables->tablecell_open(1, 1, 1);
161 $this->decoratorTables->tablecell_open(1, 1, 1);
167 $this->decoratorTables->tablecell_open(1, 1, 1);
169 $this->decoratorTables->tablecell_open(1, 1, 1);
171 $this->decoratorTables->tablecell_open(1, 1, 1);
/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);
H A Ddecorator_persister.php1007 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in DecoratorPersister
H A Ddecorator_tables.php164 function tablecell_open($colspan = 1, $align = center, $rowspan = 1) { function in DecoratorTables
167 $this->decorator->tablecell_open(1, null, 1);
170 $this->decorator->tablecell_open($colspan, $align, $rowspan);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php242 $this->renderer->tablecell_open(1, $align);
/plugin/mellelexport/
H A Drenderer.php736 …function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1){call_user_func_array(array($thi… function in renderer_plugin_mellelexport
/plugin/nroff/
H A Drenderer.php886 function tablecell_open($colspan = 1, $align = NULL){ function in renderer_plugin_nroff

12