Home
last modified time | relevance | path

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

12

/plugin/latexport/_test/
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);
H A Ddecorator_mock.php194 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in DecoratorMock
/plugin/displayorphans/
H A Drenderer.php70 $renderer->tablecell_open();
78 $renderer->tablecell_open();
86 $renderer->tablecell_open();
94 $renderer->tablecell_open();
/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/strata/syntax/
H A Dtable.php32 $R->tablecell_open();
84 $R->tablecell_open();
94 $R->tablecell_open(count($fields));
/plugin/sql2wiki/syntax/
H A Dquery.php152 $renderer->tablecell_open();
158 $renderer->tablecell_open();
163 $renderer->tablecell_open();
/plugin/abbrlist/
H A Dsyntax.php127 $R->tablecell_open();
130 $R->tablecell_open();
/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/latexport/implementation/
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);
H A Ddecorator.php1006 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in decorator
1008 $this->decorator->tablecell_open($colspan, $align, $rowspan);
/plugin/nssize/
H A Dsyntax.php102 $renderer->tablecell_open();
105 $renderer->tablecell_open();
/plugin/dbquery/syntax/
H A Dquery.php115 $R->tablecell_open();
151 $R->tablecell_open();
/plugin/adhocmathml/
H A Dmtd.php44 $renderer->tablecell_open($cols, null, $rows);
/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/filelist/
H A Dsyntax.php
/plugin/pubchem/
H A Dsyntax.php241 $renderer->tablecell_open();
264 $renderer->tablecell_open();
/plugin/csv/syntax/
H A Dtable.php117 $renderer->tablecell_open($span);
/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/edittable/renderer/
H A Djson.php79 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in renderer_plugin_edittable_json
/plugin/youtrack/
H A Dhelper.php265 $R->tablecell_open();
/plugin/do/syntax/
H A Ddolist.php112 $R->tablecell_open(6, 'center');
/plugin/struct/syntax/
H A Doutput.php189 $renderer->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/timetrack/
H A Dsyntax.php132 $r->tablecell_open();
/plugin/dw2markdown/
H A Drenderer.php562 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) { function in Renderer_Plugin_dw2markdown

12