| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
| D | GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions.php | 37 public $headerRows; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions 84 public function setHeaderRows($headerRows) argument 86 $this->headerRows = $headerRows; 93 return $this->headerRows;
|
| D | GoogleCloudDataplexV1StorageFormatCsvOptions.php | 33 public $headerRows; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1StorageFormatCsvOptions 70 public function setHeaderRows($headerRows) argument 72 $this->headerRows = $headerRows; 79 return $this->headerRows;
|
| D | GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php | 37 public $headerRows; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions 84 public function setHeaderRows($headerRows) argument 86 $this->headerRows = $headerRows; 93 return $this->headerRows;
|
| /plugin/datatables/ |
| D | script.js | 26 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/ |
| D | GoogleCloudDocumentaiV1DocumentPageTable.php | 63 public function setHeaderRows($headerRows) argument 65 $this->headerRows = $headerRows; 72 return $this->headerRows;
|
| D | GoogleCloudDocumentaiV1beta2DocumentPageTable.php | 63 public function setHeaderRows($headerRows) argument 65 $this->headerRows = $headerRows; 72 return $this->headerRows;
|
| D | GoogleCloudDocumentaiV1beta1DocumentPageTable.php | 63 public function setHeaderRows($headerRows) argument 65 $this->headerRows = $headerRows; 72 return $this->headerRows;
|
| /plugin/amcharts/assets/amcharts/plugins/export/examples/ |
| D | export.config.advanced.js | 229 headerRows: 1, property
|
| /plugin/datatables/assets/datatables.net-buttons/js/ |
| D | buttons.html5.min.js | 8 … i={pageSize:l.pageSize,pageOrientation:l.orientation,content:[{table:{headerRows:1,body:a},layout… property
|
| D | buttons.html5.js | 1439 headerRows: 1, property
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.min.js | 7 …headerRows?2:0},vLineWidth:function(t){return 0},paddingLeft:function(t){return 0===t?0:8},padding… 10 …headerRows=r.table.headerRows||0,this.rowsWithoutPageBreak=this.headerRows+(r.table.keepWithHeader…
|
| D | pdfmake.js | 2143 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) {
|
| D | pdfmake.min.js.map | 1 …headerRows","lightHorizontalLines","hLineColor","pageSize2widthAndHeight","pageSize","size","sizes…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 70821 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) {
|
| D | pdfmake.min.js | 2 …headerRows?2:0},vLineWidth:function(r){return 0},paddingLeft:function(r){return 0===r?0:8},padding…
|