Home
last modified time | relevance | path

Searched refs:headerRows (Results 1 – 15 of 15) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
DGoogleCloudDataplexV1AssetDiscoverySpecCsvOptions.php37 public $headerRows; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
84 public function setHeaderRows($headerRows) argument
86 $this->headerRows = $headerRows;
93 return $this->headerRows;
DGoogleCloudDataplexV1StorageFormatCsvOptions.php33 public $headerRows; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1StorageFormatCsvOptions
70 public function setHeaderRows($headerRows) argument
72 $this->headerRows = $headerRows;
79 return $this->headerRows;
DGoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php37 public $headerRows; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions
84 public function setHeaderRows($headerRows) argument
86 $this->headerRows = $headerRows;
93 return $this->headerRows;
/plugin/datatables/
Dscript.js26 let headerRows = dt_config.headerRows;
27 if (headerRows) {
38 headerRows -= $thead.children().length;
39 while (headerRows > 0) {
40 headerRows--;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleCloudDocumentaiV1DocumentPageTable.php63 public function setHeaderRows($headerRows) argument
65 $this->headerRows = $headerRows;
72 return $this->headerRows;
DGoogleCloudDocumentaiV1beta2DocumentPageTable.php63 public function setHeaderRows($headerRows) argument
65 $this->headerRows = $headerRows;
72 return $this->headerRows;
DGoogleCloudDocumentaiV1beta1DocumentPageTable.php63 public function setHeaderRows($headerRows) argument
65 $this->headerRows = $headerRows;
72 return $this->headerRows;
/plugin/amcharts/assets/amcharts/plugins/export/examples/
Dexport.config.advanced.js229 headerRows: 1, property
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.html5.min.js8 … i={pageSize:l.pageSize,pageOrientation:l.orientation,content:[{table:{headerRows:1,body:a},layout… property
Dbuttons.html5.js1439 headerRows: 1, property
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js7headerRows?2:0},vLineWidth:function(t){return 0},paddingLeft:function(t){return 0===t?0:8},padding…
10headerRows=r.table.headerRows||0,this.rowsWithoutPageBreak=this.headerRows+(r.table.keepWithHeader…
Dpdfmake.js2143 return (i === node.table.headerRows) ? 2 : 0;
2156 return (i === node.table.headerRows) ? 2 : 1;
16743 this.headerRows = tableNode.table.headerRows || 0;
16744 this.rowsWithoutPageBreak = this.headerRows + (tableNode.table.keepWithHeaderRows || 0);
16787 var offset = self.rowPaddingTop + (!self.headerRows ? self.topLineWidth : 0);
16907 var rowBreakWithoutHeader = (yi > 0 && !this.headerRows);
16977 if(this.headerRows && rowIndex === this.headerRows - 1) {
Dpdfmake.min.js.map1headerRows","lightHorizontalLines","hLineColor","pageSize2widthAndHeight","pageSize","size","sizes…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js70821 return (i === node.table.headerRows) ? 2 : 0;
70838 return (i === node.table.headerRows) ? 2 : 1;
72376 this.headerRows = tableNode.table.headerRows || 0;
72377 this.rowsWithoutPageBreak = this.headerRows + (tableNode.table.keepWithHeaderRows || 0);
72473 var offset = self.rowPaddingTop + (!self.headerRows ? self.topLineWidth : 0);
72725 var rowBreakWithoutHeader = (yi > 0 && !this.headerRows);
72864 if (this.headerRows && rowIndex === this.headerRows - 1) {
72871 if (!self.headerRows && self.layout.hLineWhenBroken !== false) {
Dpdfmake.min.js2headerRows?2:0},vLineWidth:function(r){return 0},paddingLeft:function(r){return 0===r?0:8},padding…