Home
last modified time | relevance | path

Searched refs:metric (Results 1 – 25 of 57) sorted by relevance

123

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/
DStats.php31 protected $metric; variable in Elasticsearch\\Endpoints\\Nodes\\Stats
37 $metric = $this->metric ?? null;
40 if (isset($node_id) && isset($metric) && isset($index_metric)) {
41 return "/_nodes/$node_id/stats/$metric/$index_metric";
43 if (isset($metric) && isset($index_metric)) {
44 return "/_nodes/stats/$metric/$index_metric";
46 if (isset($node_id) && isset($metric)) {
47 return "/_nodes/$node_id/stats/$metric";
52 if (isset($metric)) {
53 return "/_nodes/stats/$metric";
[all …]
DUsage.php31 protected $metric; variable in Elasticsearch\\Endpoints\\Nodes\\Usage
36 $metric = $this->metric ?? null;
38 if (isset($node_id) && isset($metric)) {
39 return "/_nodes/$node_id/usage/$metric";
44 if (isset($metric)) {
45 return "/_nodes/usage/$metric";
75 public function setMetric($metric): Usage argument
77 if (isset($metric) !== true) {
80 if (is_array($metric) === true) {
81 $metric = implode(",", $metric);
[all …]
DInfo.php31 protected $metric; variable in Elasticsearch\\Endpoints\\Nodes\\Info
36 $metric = $this->metric ?? null;
38 if (isset($node_id) && isset($metric)) {
39 return "/_nodes/$node_id/$metric";
44 if (isset($metric)) {
45 return "/_nodes/$metric";
76 public function setMetric($metric): Info argument
78 if (isset($metric) !== true) {
81 if (is_array($metric) === true) {
82 $metric = implode(",", $metric);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
DState.php30 protected $metric; variable in Elasticsearch\\Endpoints\\Cluster\\State
34 $metric = $this->metric ?? null;
37 if (isset($metric) && isset($index)) {
38 return "/_cluster/state/$metric/$index";
40 if (isset($metric)) {
41 return "/_cluster/state/$metric";
65 public function setMetric($metric): State argument
67 if (isset($metric) !== true) {
70 if (is_array($metric) === true) {
71 $metric = implode(",", $metric);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
DStats.php30 protected $metric; variable in Elasticsearch\\Endpoints\\Indices\\Stats
34 $metric = $this->metric ?? null;
37 if (isset($index) && isset($metric)) {
38 return "/$index/_stats/$metric";
40 if (isset($metric)) {
41 return "/_stats/$metric";
70 public function setMetric($metric): Stats argument
72 if (isset($metric) !== true) {
75 if (is_array($metric) === true) {
76 $metric = implode(",", $metric);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
DStats.php30 protected $metric; variable in Elasticsearch\\Endpoints\\Watcher\\Stats
34 $metric = $this->metric ?? null;
36 if (isset($metric)) {
37 return "/_watcher/stats/$metric";
55 public function setMetric($metric): Stats argument
57 if (isset($metric) !== true) {
60 if (is_array($metric) === true) {
61 $metric = implode(",", $metric);
63 $this->metric = $metric;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
DInfo.php67 foreach ($metrics as $metric => $data) {
68 if (isset($this->_metricCache[$metric]) === false) {
69 $this->_metricCache[$metric] = array();
76 if (isset($this->_metricCache[$metric][$value]) === false) {
77 $this->_metricCache[$metric][$value] = $count;
79 $this->_metricCache[$metric][$value] += $count;
124 foreach ($this->_metricCache as $metric => $values) {
137 echo "$metric: \033[4m$winner\033[0m [$winnerCount/$totalCount, $winPercent%]".PHP_EOL;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
DGoogleCloudMlV1StudyConfigMetricSpec.php29 public $metric; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1StudyConfigMetricSpec
48 public function setMetric($metric) argument
50 $this->metric = $metric;
57 return $this->metric;
DGoogleCloudMlV1MeasurementMetric.php25 public $metric; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1MeasurementMetric
31 public function setMetric($metric) argument
33 $this->metric = $metric;
40 return $this->metric;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
DGooglePlayDeveloperReportingV1beta1MetricValue.php27 public $metric; variable in Google\\Service\\Playdeveloperreporting\\GooglePlayDeveloperReportingV1beta1MetricValue
46 public function setMetric($metric) argument
48 $this->metric = $metric;
55 return $this->metric;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
DNetworkReportSpecSortCondition.php29 public $metric; variable in Google\\Service\\AdMob\\NetworkReportSpecSortCondition
52 public function setMetric($metric) argument
54 $this->metric = $metric;
61 return $this->metric;
DMediationReportSpecSortCondition.php29 public $metric; variable in Google\\Service\\AdMob\\MediationReportSpecSortCondition
52 public function setMetric($metric) argument
54 $this->metric = $metric;
61 return $this->metric;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
DCounterOptions.php32 public $metric; variable in Google\\Service\\GameServices\\CounterOptions
65 public function setMetric($metric) argument
67 $this->metric = $metric;
74 return $this->metric;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DLogConfigCounterOptions.php32 public $metric; variable in Google\\Service\\Compute\\LogConfigCounterOptions
65 public function setMetric($metric) argument
67 $this->metric = $metric;
74 return $this->metric;
DQuota.php26 public $metric; variable in Google\\Service\\Compute\\Quota
44 public function setMetric($metric) argument
46 $this->metric = $metric;
53 return $this->metric;
DAutoscalingPolicyCustomMetricUtilization.php29 public $metric; variable in Google\\Service\\Compute\\AutoscalingPolicyCustomMetricUtilization
54 public function setMetric($metric) argument
56 $this->metric = $metric;
63 return $this->metric;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
DV1Beta1QuotaOverride.php33 public $metric; variable in Google\\Service\\ServiceConsumerManagement\\V1Beta1QuotaOverride
78 public function setMetric($metric) argument
80 $this->metric = $metric;
87 return $this->metric;
DV1Beta1ProducerQuotaPolicy.php33 public $metric; variable in Google\\Service\\ServiceConsumerManagement\\V1Beta1ProducerQuotaPolicy
78 public function setMetric($metric) argument
80 $this->metric = $metric;
87 return $this->metric;
DQuotaLimit.php49 public $metric; variable in Google\\Service\\ServiceConsumerManagement\\QuotaLimit
150 public function setMetric($metric) argument
152 $this->metric = $metric;
159 return $this->metric;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
DAdminQuotaPolicy.php33 public $metric; variable in Google\\Service\\ServiceUsage\\AdminQuotaPolicy
78 public function setMetric($metric) argument
80 $this->metric = $metric;
87 return $this->metric;
DQuotaOverride.php33 public $metric; variable in Google\\Service\\ServiceUsage\\QuotaOverride
78 public function setMetric($metric) argument
80 $this->metric = $metric;
87 return $this->metric;
DQuotaLimit.php49 public $metric; variable in Google\\Service\\ServiceUsage\\QuotaLimit
150 public function setMetric($metric) argument
152 $this->metric = $metric;
159 return $this->metric;
/plugin/html2pdf/html2pdf/html2ps/templates/
Derror._missing_afm.tpl3 Font metric file <tt><?php echo $_filename; ?></tt> for font <strong><?php echo $_typeface?></stron…
14 Install either ghostscript-fonts or any other Type1 font package containing metric files. Edit
15 .html2ps.config and config.inc.php to point to installed metric files.
20 …the value of <tt>TYPE1_FONTS_REPOSITORY</tt> to directory where your font metric files reside.</td>
23 <td>You have no requested metric file.</td>
26 …ts, edit .html2ps.config. <tt>metrics</tt> items should contain names of metric files you're using.
30 <td>You've forgot to register the AFM metric file for this font.</td>
32 Register the metric file according to the <a href="help/howto_fonts.html">HOWTO: Install custom fon…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
DPivotHeaderEntry.php65 public function setMetric(MetricHeaderEntry $metric) argument
67 $this->metric = $metric;
74 return $this->metric;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
DQuotaLimit.php49 public $metric; variable in Google\\Service\\ServiceManagement\\QuotaLimit
150 public function setMetric($metric) argument
152 $this->metric = $metric;
159 return $this->metric;

123