Home
last modified time | relevance | path

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

12

/plugin/latexport/_test/
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);
Ddecorator_mock.php194 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in DecoratorMock
/plugin/displayorphans/
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/
Dtable.php32 $R->tablecell_open();
84 $R->tablecell_open();
94 $R->tablecell_open(count($fields));
Dradar.php33 $R->tablecell_open();
81 $R->tablecell_open(count($fields));
/plugin/sql2wiki/syntax/
Dquery.php152 $renderer->tablecell_open();
158 $renderer->tablecell_open();
163 $renderer->tablecell_open();
/plugin/latexit/_test/
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/abbrlist/
Dsyntax.php127 $R->tablecell_open();
130 $R->tablecell_open();
/plugin/latexport/implementation/
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/filelist/
DOutput.php110 $renderer->tablecell_open();
115 $renderer->tablecell_open(1, 'right');
121 $renderer->tablecell_open();
/plugin/nssize/
Dsyntax.php102 $renderer->tablecell_open();
105 $renderer->tablecell_open();
/plugin/dig/
Dsyntax.php107 $R->tablecell_open(4);
212 $R->tablecell_open($colspan);
/plugin/adhocmathml/
Dmtd.php44 $renderer->tablecell_open($cols, null, $rows);
/plugin/dbquery/syntax/
H A Dquery.php116 $R->tablecell_open();
155 $R->tablecell_open();
/plugin/struct/renderer/
H A Dcsv.php83 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) function in renderer_plugin_struct_csv
112 $this->tablecell_open($colspan, $align, $rowspan);
/plugin/json/syntax/
Dextract.php241 $renderer->tablecell_open();
267 $renderer->tablecell_open();
370 $renderer->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/pubchem/
Dsyntax.php241 $renderer->tablecell_open();
264 $renderer->tablecell_open();
/plugin/csv/syntax/
Dtable.php118 $renderer->tablecell_open($span);
/plugin/edittable/renderer/
Djson.php79 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in renderer_plugin_edittable_json
/plugin/youtrack/
Dhelper.php265 $R->tablecell_open();
/plugin/do/syntax/
Ddolist.php112 $R->tablecell_open(6, 'center');
/plugin/text/
Drenderer.php530 $this->tablecell_open();
537 function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) { function in renderer_plugin_text
/plugin/struct/syntax/
H A Doutput.php201 $renderer->tablecell_open();

12