Home
last modified time | relevance | path

Searched refs:setTotals (Results 1 – 10 of 10) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_AdExchangeSellerService.php682 public function setTotals(/* array(Google_string) */ $totals) { function in Google_Report
H A DGoogle_AdSenseService.php1593 public function setTotals(/* array(Google_string) */ $totals) { function in Google_AdsenseReportsGenerateResponse
H A DGoogle_AdsensehostService.php1280 public function setTotals(/* array(Google_string) */ $totals) { function in Google_Report
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DReport.php123 public function setTotals($totals) function in Google\\Service\\AdSenseHost\\Report
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DReportResult.php131 public function setTotals(Row $totals) function in Google\\Service\\Adsense\\ReportResult
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DRunRealtimeReportResponse.php161 public function setTotals($totals) function in Google\\Service\\AnalyticsData\\RunRealtimeReportResponse
H A DRunReportResponse.php177 public function setTotals($totals) function in Google\\Service\\AnalyticsData\\RunReportResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DReportData.php185 public function setTotals($totals) function in Google\\Service\\AnalyticsReporting\\ReportData
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php89 $this->setTotals($directory, $dirObject->getTotals());
107 $this->setTotals($file, $fileObject->getTotals());
111 $this->setTotals($file, $fileReport->getTotals());
175 $methodObject->setTotals(
190 …$functionObject->setTotals($function['executableLines'], $function['executedLines'], $function['co…
206 private function setTotals(AbstractNode $node, Totals $totals) function in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Facade
H A DMethod.php46 public function setTotals($executable, $executed, $coverage) function in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Method