Home
last modified time | relevance | path

Searched defs:colspan (Results 1 – 25 of 37) sorted by relevance

12

/plugin/latexport/implementation/
H A Ddecorator_tables.php10 public $colspan; variable in CellSize
22 public function __construct($colspan = 1, $rowspan = 0) {
27 public function setSize($colspan, $rowspan) {
148 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
164 function tablecell_open($colspan = 1, $align = center, $rowspan = 1) {
173 function computePlaceholders($colspan, $rowspan) {
/plugin/odt/ODT/
H A DODTTable.php258 …public static function tableHeaderOpen(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $ali…
307 …public static function tableCellOpen(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $align…
447 …public static function tableHeaderOpenUseCSS(ODTInternalParams $params, $colspan = 1, $rowspan = 1…
464 …HeaderOpenUseProperties (ODTInternalParams $params, $properties = NULL, $colspan = 1, $rowspan = 1…
525 …lOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NULL, $colspan = 1, $rowspan = 1…
540 …leCellOpenUseProperties (ODTInternalParams $params, $properties = NULL, $colspan = 1, $rowspan = 1…
550 …iesInternal (ODTInternalParams $params, $properties, $inHeader = false, $colspan = 1, $rowspan = 1…
H A DODTDocument.php1142 function tableHeaderOpen($colspan = 1, $rowspan = 1, $align, $element=NULL, $attributes=NULL){
1162 function tableCellOpen($colspan, $rowspan, $align, $element=NULL, $attributes=NULL){
1221 …function tableHeaderOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimp…
1240 function tableHeaderOpenUseProperties($properties, $colspan = 1, $rowspan = 1){
1279 …function tableCellOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimpor…
1298 function tableCellOpenUseProperties($properties, $colspan = 1, $rowspan = 1){
/plugin/edittable/renderer/
H A Djson.php71 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
79 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) {
95 private function _tablefield_open($tag, $colspan, $align, $rowspan) {
H A Dinverse.php613 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
617 function _cellopen($tag, $colspan, $align, $rowspan) {
646 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) {
/plugin/odt/ODT/elements/
H A DODTElementTableCell.php14 protected $colspan; variable in ODTElementTableCell
21 public function __construct($style_name=NULL, $colspan = 1, $rowspan = 1) {
H A DODTElementTableHeaderCell.php21 public function __construct($style_name=NULL, $colspan = 0, $rowspan = 0) {
/plugin/bez/tpl/
H A Dtasks.php251 <?php $colspan = $tpl->user_acl_level() >= BEZ_AUTH_ADMIN ? 6 : 5 ?> variable
/plugin/btable/
H A Dsyntax.php296 …ults($dID, $doodle, $columns, $columns_count, $total_rows, $change_row, $allow_changes, $colspan) {
426 …orm($dID, $columns, $columns_count, $rows, $change_row, $allow_changes, $colspan, $add_delete_row)…
/plugin/btable2/
H A Dsyntax.php322 …odle, $columns, $columns_count, $total_rows, $change_row, $allow_changes, $colspan, $colongroups) {
490 …orm($dID, $columns, $columns_count, $rows, $change_row, $allow_changes, $colspan, $add_delete_row)…
/plugin/dokutexit/
H A Dlatex.php711 function tableheader_open($colspan = 1, $align = NULL) {
721 function tablecell_open($colspan = 1, $align = NULL) {
861 function table_analyseheader_open($colspan = 1, $align = NULL) {
873 function table_analysecell_open($colspan = 1, $align = NULL) {
920 function tabularheader_open($colspan = 1, $align = NULL) {
932 function tabularcell_open($colspan = 1, $align = NULL) {
1019 function tabularxheader_open($colspan = 1, $align = NULL) {
1031 function tabularxcell_open($colspan = 1, $align = NULL) {
1123 function supertabularheader_open($colspan = 1, $align = NULL) {
1135 function supertabularcell_open($colspan = 1, $align = NULL) {
[all …]
/plugin/dtable/
H A Dscript.js544 var insert_colspan_callback = argument
587 function($form_row, colspan, width, height, tclass, col, content) { argument
641 function(cclass, rowspan, colspan, value) argument
681 function(cclass, rowspan, colspan, value) argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.fake.php4 var $colspan; variable in FakeTableCellBox
H A Dbox.table.cell.php5 var $colspan; variable in TableCellBox
/plugin/latexport/_test/
H A Dcommand.php219 private $colspan; variable in CommandTableHeaderOpen
223 function __construct($colspan = 1, $align = null, $rowspan = 1) {
238 private $colspan = 1; variable in CommandTableCellOpen
242 function __construct($colspan = 1, $align = null, $rowspan = 1) {
H A Ddecorator_mock.php186 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
194 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) {
/plugin/revealjs/
H A Drenderer.php357 function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = NULL) {
388 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = NULL) {
/plugin/prosemirror/
H A Drenderer.php217 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) argument
229 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1) argument
248 protected function openTableCell($type, $colspan, $align, $rowspan) { argument
/plugin/struct/renderer/
H A Dcsv.php83 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1) argument
110 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1) argument
/plugin/dw2markdown/
H A Drenderer.php544 function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) {
562 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) {
/plugin/odt/renderer/
H A Dpage.php782 function tableheader_open($colspan = 1, $align = "left", $rowspan = 1){
797 function tablecell_open($colspan = 1, $align = "left", $rowspan = 1){
1852 …function _odtTableHeaderOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cs…
1864 function _odtTableHeaderOpenUseProperties ($properties = NULL, $colspan = 1, $rowspan = 1){
1900 …function _odtTableCellOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssi…
1912 function _odtTableCellOpenUseProperties ($properties, $colspan = 1, $rowspan = 1){
/plugin/simplexml/
H A Drenderer.php497 function tableheader_open($colspan = 1, $align = NULL){
505 function tablecell_open($colspan = 1, $align = NULL){
/plugin/quickstats/scripts/
H A Dextended_data.php232 function cell($data, $type='td', $colspan="",$p_brief=false) {
/plugin/mellelexport/
H A Drenderer.php732 …function tableheader_open($colspan = 1, $align = NULL, $rowspan = 1){call_user_func_array(array($t…
736 …function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1){call_user_func_array(array($thi…
/plugin/xml/
H A Drenderer.php516 function tableheader_open($colspan = 1, $align = null, $rowspan = 1){
530 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) {

12