/plugin/abc2/abc-libraries/abcjs/ |
H A D | abcjs_plugin-midi_6.0.0-beta.25-min.js | 3 …totals:i,lineBreaks:r}}(t.measureWidths,f,d);g.attempts.push({type:"Fixed Measures Per Line",prefe…
|
/plugin/amcharts/assets/amcharts/ |
H A D | amcharts.js | 53 …ame)},updateData:function(){0>=this.gridCountR&&(this.gridCountR=1);this.totals=[];this.data=this.… 177 …Zb=Na.getBBox(),$b=Zb.width,ac=Zb.height,db,eb,sb=f.totalTextOffset,bc=f.totals[K];bc&&bc.remove()… 178 …+fb+sb):(db=wa,eb=0>W?F+ac/2+fb+sb:F-ac/2-3-fb-sb);Na.translate(db,eb);f.totals[K]=Na;t?(0>eb||eb>…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.min.js.map | 1 …or the distance code,\n\t and 13 bits for the distance extra. This totals 48 bits, or six by…
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_AdExchangeSellerService.php | 647 public $totals; variable in Google_Report 682 public function setTotals(/* array(Google_string) */ $totals) { argument 683 $this->assertIsArray($totals, 'Google_string', __METHOD__); 684 $this->totals = $totals; 687 return $this->totals;
|
H A D | Google_AdSenseService.php | 1558 public $totals; variable in Google_AdsenseReportsGenerateResponse 1593 public function setTotals(/* array(Google_string) */ $totals) { argument 1594 $this->assertIsArray($totals, 'Google_string', __METHOD__); 1595 $this->totals = $totals; 1598 return $this->totals;
|
H A D | Google_AdsensehostService.php | 1245 public $totals; variable in Google_Report 1280 public function setTotals(/* array(Google_string) */ $totals) { argument 1281 $this->assertIsArray($totals, 'Google_string', __METHOD__); 1282 $this->totals = $totals; 1285 return $this->totals;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/ |
H A D | Report.php | 44 public $totals; variable in Google\\Service\\AdSenseHost\\Report 123 public function setTotals($totals) argument 125 $this->totals = $totals; 132 return $this->totals;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/ |
H A D | ReportResult.php | 131 public function setTotals(Row $totals) argument 133 $this->totals = $totals; 140 return $this->totals;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
H A D | RunRealtimeReportResponse.php | 161 public function setTotals($totals) argument 163 $this->totals = $totals; 170 return $this->totals;
|
H A D | RunReportResponse.php | 177 public function setTotals($totals) argument 179 $this->totals = $totals; 186 return $this->totals;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/ |
H A D | ReportData.php | 185 public function setTotals($totals) argument 187 $this->totals = $totals; 194 return $this->totals;
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/ |
H A D | Facade.php | 206 private function setTotals(AbstractNode $node, Totals $totals) argument 210 $totals->setNumLines( 218 $totals->setNumClasses( 223 $totals->setNumTraits( 228 $totals->setNumMethods( 233 $totals->setNumFunctions(
|
H A D | File.php | 39 'totals'
|
H A D | Node.php | 54 'totals'
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | changelog.txt | 1211 - total entries in database summary (totals & averages)
|
/plugin/quickstats/ |
H A D | action.php | 36 private $totals; variable in action_plugin_quickstats 322 $this->totals = unserialize(io_readFile($this->page_totals_file,false)); 323 if(!$this->totals) $this->totals = array(); 329 $this->totals[$this->year_month] = $this->pages['site_total'] ; 330 io_saveFile($this->page_totals_file,serialize($this->totals));
|