Home
last modified time | relevance | path

Searched refs:metrics (Results 26 – 50 of 106) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
H A DRecord.php44 public function setMetrics($metrics) argument
46 $this->metrics = $metrics;
53 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DReportRow.php30 public function setMetrics(Metrics $metrics) argument
32 $this->metrics = $metrics;
39 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics.php37 public function setMetrics($metrics) argument
39 $this->metrics = $metrics;
46 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1Measurement.php51 public function setMetrics($metrics) argument
53 $this->metrics = $metrics;
60 return $this->metrics;
H A DGoogleCloudMlV1AutoScaling.php51 public function setMetrics($metrics) argument
53 $this->metrics = $metrics;
60 return $this->metrics;
H A DGoogleCloudMlV1StudyConfig.php65 public function setMetrics($metrics) argument
67 $this->metrics = $metrics;
74 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Schema.php63 public function setMetrics($metrics) argument
65 $this->metrics = $metrics;
72 return $this->metrics;
H A DGoogleCloudApigeeV1StatsEnvironmentStats.php49 public function setMetrics($metrics) argument
51 $this->metrics = $metrics;
58 return $this->metrics;
H A DGoogleCloudApigeeV1StatsHostStats.php49 public function setMetrics($metrics) argument
51 $this->metrics = $metrics;
58 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DMetadata.php49 public function setMetrics($metrics) argument
51 $this->metrics = $metrics;
58 return $this->metrics;
H A DCheckCompatibilityRequest.php95 public function setMetrics($metrics) argument
97 $this->metrics = $metrics;
104 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DMediationReportSpec.php40 public $metrics; variable in Google\\Service\\AdMob\\MediationReportSpec
121 public function setMetrics($metrics) argument
123 $this->metrics = $metrics;
130 return $this->metrics;
H A DNetworkReportSpec.php40 public $metrics; variable in Google\\Service\\AdMob\\NetworkReportSpec
121 public function setMetrics($metrics) argument
123 $this->metrics = $metrics;
130 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DGaDataQuery.php52 public $metrics; variable in Google\\Service\\Analytics\\GaDataQuery
147 public function setMetrics($metrics) argument
149 $this->metrics = $metrics;
156 return $this->metrics;
H A DMcfDataQuery.php52 public $metrics; variable in Google\\Service\\Analytics\\McfDataQuery
147 public function setMetrics($metrics) argument
149 $this->metrics = $metrics;
156 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DOperationProgress.php39 public function setMetrics($metrics) argument
41 $this->metrics = $metrics;
48 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DPagespeedApiLoadingExperienceV5.php77 public function setMetrics($metrics) argument
79 $this->metrics = $metrics;
86 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DFloodlightReportCompatibleFields.php79 public function setMetrics($metrics) argument
81 $this->metrics = $metrics;
88 return $this->metrics;
H A DCrossDimensionReachReportCompatibleFields.php81 public function setMetrics($metrics) argument
83 $this->metrics = $metrics;
90 return $this->metrics;
H A DPathToConversionReportCompatibleFields.php81 public function setMetrics($metrics) argument
83 $this->metrics = $metrics;
90 return $this->metrics;
H A DPathReportCompatibleFields.php81 public function setMetrics($metrics) argument
83 $this->metrics = $metrics;
90 return $this->metrics;
H A DReportCompatibleFields.php81 public function setMetrics($metrics) argument
83 $this->metrics = $metrics;
90 return $this->metrics;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
H A DGooglePlayDeveloperReportingV1beta1MetricsRow.php65 public function setMetrics($metrics) argument
67 $this->metrics = $metrics;
74 return $this->metrics;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DImageToolTip.java43 FontMetrics metrics = c.getFontMetrics(g.getFont()); in paint() local
48 g.drawImage(m_image, 3, metrics.getHeight() + 3, c); in paint()
57 FontMetrics metrics = c.getFontMetrics(c.getFont()); in getPreferredSize() local
63 int width = SwingUtilities.computeStringWidth(metrics, tipText); in getPreferredSize()
64 int height = metrics.getHeight() + m_image.getHeight(c) + 6; in getPreferredSize()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DPivot.php83 public function setMetrics($metrics) argument
85 $this->metrics = $metrics;
92 return $this->metrics;

12345