Home
last modified time | relevance | path

Searched refs:headerCount (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBasicChartSpec.php38 public $headerCount; variable in Google\\Service\\Sheets\\BasicChartSpec
123 public function setHeaderCount($headerCount) argument
125 $this->headerCount = $headerCount;
132 return $this->headerCount;
/plugin/combo/renderer/
H A Danalytics.php427 $headerCount = array_sum($headers);
428 $headerCount--; // h1 is supposed to have no words
429 if ($headerCount > 0) {
432 $avgWordsCountBySection = round($wordCount / $headerCount);
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js5152 var headerCount = cv.header && 1 || cv.headers && cv.headers.length || 0;
5153 return Math.max(pv, headerCount);