/plugin/latexport/_test/ |
H A 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);
|
H A D | decorator_mock.php | 194 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in DecoratorMock
|
/plugin/displayorphans/ |
H A 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/ |
H A D | table.php | 32 $R->tablecell_open(); 84 $R->tablecell_open(); 94 $R->tablecell_open(count($fields));
|
/plugin/sql2wiki/syntax/ |
H A D | query.php | 152 $renderer->tablecell_open(); 158 $renderer->tablecell_open(); 163 $renderer->tablecell_open();
|
/plugin/abbrlist/ |
H A D | syntax.php | 127 $R->tablecell_open(); 130 $R->tablecell_open();
|
/plugin/latexit/_test/ |
H A 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/latexport/implementation/ |
H A 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);
|
H A D | decorator.php | 1006 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in decorator 1008 $this->decorator->tablecell_open($colspan, $align, $rowspan);
|
/plugin/nssize/ |
H A D | syntax.php | 102 $renderer->tablecell_open(); 105 $renderer->tablecell_open();
|
/plugin/dbquery/syntax/ |
H A D | query.php | 115 $R->tablecell_open(); 151 $R->tablecell_open();
|
/plugin/adhocmathml/ |
H A D | mtd.php | 44 $renderer->tablecell_open($cols, null, $rows);
|
/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 104 * Alias for tablecell_open 112 $this->tablecell_open($colspan, $align, $rowspan);
|
/plugin/filelist/ |
H A D | syntax.php |
|
/plugin/pubchem/ |
H A D | syntax.php | 241 $renderer->tablecell_open();
264 $renderer->tablecell_open();
|
/plugin/csv/syntax/ |
H A D | table.php | 117 $renderer->tablecell_open($span);
|
/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/edittable/renderer/ |
H A D | json.php | 79 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) { function in renderer_plugin_edittable_json
|
/plugin/youtrack/ |
H A D | helper.php | 265 $R->tablecell_open();
|
/plugin/do/syntax/ |
H A D | dolist.php | 112 $R->tablecell_open(6, 'center');
|
/plugin/struct/syntax/ |
H A D | output.php | 189 $renderer->tablecell_open();
|
/plugin/text/ |
H A 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/timetrack/ |
H A D | syntax.php | 132 $r->tablecell_open();
|
/plugin/dw2markdown/ |
H A D | renderer.php | 562 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) { function in Renderer_Plugin_dw2markdown
|