| /plugin/latexport/_test/ |
| D | decorator_tables.test.php | 54 $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);
|
| D | decorator_mock.php | 194 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in DecoratorMock
|
| /plugin/displayorphans/ |
| D | renderer.php | 70 $renderer->tablecell_open(); 78 $renderer->tablecell_open(); 86 $renderer->tablecell_open(); 94 $renderer->tablecell_open();
|
| /plugin/davcal/syntax/ |
| H A D | table.php | 252 $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/ |
| D | table.php | 32 $R->tablecell_open(); 84 $R->tablecell_open(); 94 $R->tablecell_open(count($fields));
|
| D | radar.php | 33 $R->tablecell_open(); 81 $R->tablecell_open(count($fields));
|
| /plugin/sql2wiki/syntax/ |
| D | query.php | 152 $renderer->tablecell_open(); 158 $renderer->tablecell_open(); 163 $renderer->tablecell_open();
|
| /plugin/latexit/_test/ |
| D | renderer.test.php | 857 $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/ |
| D | syntax.php | 127 $R->tablecell_open(); 130 $R->tablecell_open();
|
| /plugin/latexport/implementation/ |
| D | decorator_tables.php | 164 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/ |
| D | Output.php | 110 $renderer->tablecell_open(); 115 $renderer->tablecell_open(1, 'right'); 121 $renderer->tablecell_open();
|
| /plugin/nssize/ |
| D | syntax.php | 102 $renderer->tablecell_open(); 105 $renderer->tablecell_open();
|
| /plugin/dig/ |
| D | syntax.php | 107 $R->tablecell_open(4); 212 $R->tablecell_open($colspan);
|
| /plugin/adhocmathml/ |
| D | mtd.php | 44 $renderer->tablecell_open($cols, null, $rows);
|
| /plugin/dbquery/syntax/ |
| H A D | query.php | 116 $R->tablecell_open(); 155 $R->tablecell_open();
|
| /plugin/struct/renderer/ |
| H A D | csv.php | 83 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/ |
| D | extract.php | 241 $renderer->tablecell_open(); 267 $renderer->tablecell_open(); 370 $renderer->tablecell_open();
|
| /plugin/struct/meta/ |
| H A D | AggregationTable.php | 359 $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/ |
| D | syntax.php | 241 $renderer->tablecell_open(); 264 $renderer->tablecell_open();
|
| /plugin/csv/syntax/ |
| D | table.php | 118 $renderer->tablecell_open($span);
|
| /plugin/edittable/renderer/ |
| D | json.php | 79 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in renderer_plugin_edittable_json
|
| /plugin/youtrack/ |
| D | helper.php | 265 $R->tablecell_open();
|
| /plugin/do/syntax/ |
| D | dolist.php | 112 $R->tablecell_open(6, 'center');
|
| /plugin/text/ |
| D | renderer.php | 530 $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 D | output.php | 201 $renderer->tablecell_open();
|