Home
last modified time | relevance | path

Searched defs:colspan (Results 1 – 25 of 37) sorted by last modified time

12

/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/bez/tpl/
H A Dtasks.php251 <?php $colspan = $tpl->user_acl_level() >= BEZ_AUTH_ADMIN ? 6 : 5 ?> variable
/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/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/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/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/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/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/edittable/renderer/
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) {
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) {
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …an,text:V});if(!v){break}}}}return U}function E(V,v,T,U,i){var S=U[V][v].colspan?U[V][v].colspan:0… property in parse_wikitext.AnonymousFunction1af69cb60400.current_row
/plugin/text/
H A Drenderer.php529 function tableheader_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) {
537 function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) {
/plugin/actionrenderer/
H A Drenderer.php495 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null)
507 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null)
/plugin/quickstats/scripts/
H A Dextended_data.php232 function cell($data, $type='td', $colspan="",$p_brief=false) {
/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/latexport/implementation/
H A Ddecorator.php986 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
1006 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) {
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) {
H A Ddecorator_persister.php984 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
1007 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) {
/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/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1 …an,text:V});if(!v){break}}}}return U}function E(V,v,T,U,i){var S=U[V][v].colspan?U[V][v].colspan:0… property in parse_wikitext.AnonymousFunction169c93430400.current_row
/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