Home
last modified time | relevance | path

Searched refs:tableStyle (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DTable.php117 public function setTableStyle(TableStyle $tableStyle) argument
119 $this->tableStyle = $tableStyle;
126 return $this->tableStyle;
/plugin/odt/ODT/elements/
DODTElementTable.php359 $tableStyle = $this->getStyle();
366 $leftMargin = $tableStyle->getProperty('margin-left');
374 $rightMargin = $tableStyle->getProperty('margin-right');
382 $width = $tableStyle->getProperty('width');
459 $tableStyle = $this->getStyle();
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.fixed.js84 tableStyle = $table.attr("style"),
87 .attr("style", tableStyle)
90 .attr("style", tableStyle)
94 .attr("style", tableStyle)
/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js911 var tableStyle = mxUtils.clone(styleCommonMap);
912 tableStyle["defaults"] = { variable
993 "bpmn:PoolNodeStyle": tableStyle,
994 "yjs:TableNodeStyle": tableStyle,
995 "demotablestyle:DemoTableStyle": tableStyle,
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js5807 Graph.prototype.createTable = function(rowCount, colCount, w, h, title, startSize, tableStyle, rowS… argument
5812 tableStyle = (tableStyle != null) ? tableStyle : 'shape=table;startSize=' +
5820 0, 0, colCount * w, rowCount * h + ((title != null) ? startSize : 0), tableStyle),
5860 …ateCrossFunctionalSwimlane = function(rowCount, colCount, w, h, title, tableStyle, rowStyle, first… argument
5867 tableStyle = (tableStyle != null) ? tableStyle : 'shape=table;childLayout=tableLayout;' +
5878 colCount * w, rowCount * h, tableStyle);
/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.js5347 tableStyle = tableEl.style,
5431 tableStyle.width = "100%";
5439 tableStyle.width = _fnStringToCss( table.outerWidth() - barWidth);
5447 tableStyle.width = _fnStringToCss(scrollXInner);
5533 tableStyle.width = _fnStringToCss( correction-barWidth );