/plugin/timetrack/ |
H A D | syntax.php | 103 $r->tableheader_open(); 111 $r->tableheader_open(); 117 $r->tableheader_open(); 127 $r->tableheader_open(); 140 $r->tableheader_open(); 150 $r->tableheader_open(); 155 $r->tableheader_open(); 160 $r->tableheader_open();
|
H A D | helper.php | 768 $r->tableheader_open(); 771 $r->tableheader_open(); 796 $r->tableheader_open(); 799 $r->tableheader_open();
|
/plugin/davcal/syntax/ |
H A D | table.php | 221 $R->tableheader_open(); 226 $R->tableheader_open(); 230 $R->tableheader_open(); 235 $R->tableheader_open(); 241 $R->tableheader_open(); 245 $R->tableheader_open();
|
/plugin/latexport/_test/ |
H A D | decorator_tables.test.php | 44 $this->decoratorTables->tableheader_open(1, 1, 1); 46 $this->decoratorTables->tableheader_open(1, 1, 1); 48 $this->decoratorTables->tableheader_open(1, 1, 1); 99 $this->decoratorTables->tableheader_open(1, 1, 1); 101 $this->decoratorTables->tableheader_open(2, 1, 1); 151 $this->decoratorTables->tableheader_open(1, 1, 2); 153 $this->decoratorTables->tableheader_open(1, 1, 2); 155 $this->decoratorTables->tableheader_open(1, 1, 1);
|
H A D | decorator_mock.php | 186 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { function in DecoratorMock
|
/plugin/abbrlist/ |
H A D | syntax.php | 117 $R->tableheader_open(); 120 $R->tableheader_open();
|
/plugin/latexit/_test/ |
H A D | renderer.test.php | 787 $this->r->tableheader_open(1, "r", 1); 792 $this->r->tableheader_open(1, NULL, 1); 797 $this->r->tableheader_open(2, NULL, 1); 802 $this->r->tableheader_open(1, NULL, 2); 809 $this->r->tableheader_open(2, NULL, 2); 818 $this->r->tableheader_open(); 824 $this->r->tableheader_open(2); 831 $this->r->tableheader_open(1, "r"); 838 $this->r->tableheader_open(1, "l", 2); 845 $this->r->tableheader_open(2, "l", 2);
|
/plugin/latexport/implementation/ |
H A D | decorator_tables.php | 148 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { function in DecoratorTables 151 $this->decorator->tableheader_open(1, null, 1); 154 $this->decorator->tableheader_open($colspan, $align, $rowspan);
|
H A D | decorator.php | 986 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { function in decorator 988 $this->decorator->tableheader_open($colspan, $align, $rowspan);
|
/plugin/nssize/ |
H A D | syntax.php | 121 $renderer->tableheader_open(); 124 $renderer->tableheader_open();
|
/plugin/struct/syntax/ |
H A D | output.php | 177 $renderer->tableheader_open(2); 186 $renderer->tableheader_open();
|
/plugin/btable2/ |
H A D | syntax.php | 246 $renderer->tableheader_open($colspan); 257 $renderer->tableheader_open(); 263 $renderer->tableheader_open(); 269 $renderer->tableheader_open();
|
/plugin/struct/meta/ |
H A D | AggregationTable.php | 160 $this->renderer->tableheader_open(); 183 $this->renderer->tableheader_open(); 409 $this->renderer->tableheader_open(); 415 $this->renderer->tableheader_open(1, $this->data['align'][$i]); 441 $this->renderer->tableheader_open((count($this->columns) + ($this->data['rownumbers'] ? 1 : 0)));
|
/plugin/dbquery/syntax/ |
H A D | query.php | 104 $R->tableheader_open(); 146 $R->tableheader_open();
|
/plugin/strata/syntax/ |
H A D | entry.php | 283 $R->tableheader_open(2); 313 $R->tableheader_open(); 332 $R->tableheader_open(2);
|
H A D | table.php | 68 $R->tableheader_open();
|
/plugin/filelist/ |
H A D | syntax.php |
|
/plugin/pubchem/ |
H A D | syntax.php | 238 $renderer->tableheader_open();
261 $renderer->tableheader_open();
|
/plugin/csv/syntax/ |
H A D | table.php | 115 $renderer->tableheader_open($span);
|
/plugin/displayorphans/ |
H A D | renderer.php | 53 $renderer->tableheader_open();
|
/plugin/dtable/ |
H A D | style.css | 63 .dtable textarea.tableheader_open {
|
/plugin/edittable/renderer/ |
H A D | json.php | 71 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) { function in renderer_plugin_edittable_json
|
/plugin/youtrack/ |
H A D | helper.php | 252 $R->tableheader_open();
|
/plugin/sql2wiki/syntax/ |
H A D | query.php | 134 $renderer->tableheader_open();
|
/plugin/struct/renderer/ |
H A D | csv.php | 110 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1) function in renderer_plugin_struct_csv
|