Searched refs:keepEmptyRows (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
H A D | RunPivotReportRequest.php | 38 public $keepEmptyRows; variable in Google\\Service\\AnalyticsData\\RunPivotReportRequest 127 public function setKeepEmptyRows($keepEmptyRows) argument 129 $this->keepEmptyRows = $keepEmptyRows; 136 return $this->keepEmptyRows;
|
H A D | RunReportRequest.php | 38 public $keepEmptyRows; variable in Google\\Service\\AnalyticsData\\RunReportRequest 139 public function setKeepEmptyRows($keepEmptyRows) argument 141 $this->keepEmptyRows = $keepEmptyRows; 148 return $this->keepEmptyRows;
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 14205 alter: function alter(action, index, amount, source, keepEmptyRows) { 14331 if (!keepEmptyRows) { 16000 this.alter = function (action, index, amount, source, keepEmptyRows) { 16001 grid.alter(action, index, amount, source, keepEmptyRows);
|