Home
last modified time | relevance | path

Searched refs:metric (Results 26 – 50 of 56) sorted by relevance

123

/plugin/html2pdf/html2pdf/html2ps/templates/
H A 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/AnalyticsData/
H A DOrderBy.php64 public function setMetric(MetricOrderBy $metric) argument
66 $this->metric = $metric;
73 return $this->metric;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
H A DGooglePlayDeveloperReportingV1beta1Anomaly.php55 public function setMetric(GooglePlayDeveloperReportingV1beta1MetricValue $metric) argument
57 $this->metric = $metric;
64 return $this->metric;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DDiagnosticMessage.php54 public function setMetric(LocalizedString $metric) argument
56 $this->metric = $metric;
63 return $this->metric;
H A DKeyRangeInfo.php111 public function setMetric(LocalizedString $metric) argument
113 $this->metric = $metric;
120 return $this->metric;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DNodesNamespace.php109 * $params['metric'] = (list) A comma-separated list of metrics you wish returned. Leave empty to return all.
120 $metric = $this->extractArgument($params, 'metric');
126 $endpoint->setMetric($metric);
158 * $params['metric'] = (list) Limit the information returned to the specified metrics
159 * $params['index_metric'] = (list) Limit the information returned for `indices` metric to the specific index metrics. Isn't used if `indices` (or `all`) metric isn't specified.
160 * $params['completion_fields'] = (list) A comma-separated list of fields for `fielddata` and `suggest` index metric (supports wildcards)
161 * $params['fielddata_fields'] = (list) A comma-separated list of fields for `fielddata` index metric (supports wildcards)
162 * $params['fields'] = (list) A comma-separated list of fields for `fielddata` and `completion` index metric (support
[all...]
H A DWatcherNamespace.php224 * $params['metric'] = (list) Controls what additional stat metrics should be include in the response
233 $metric = $this->extractArgument($params, 'metric');
238 $endpoint->setMetric($metric);
H A DClusterNamespace.php302 * $params['metric'] = (list) Limit the information returned to the specified metrics. Defaults to all but metadata (Options = _all,blocks,metadata,nodes,routing_table,master_node,version)
325 * $params['metric'] = (list) Limit the information returned to the specified metrics
342 $metric = $this->extractArgument($params, 'metric');
348 $endpoint->setMetric($metric);
H A DIndicesNamespace.php1374 * $params['metric'] = (list) Limit the information returned the specific metrics.
1376 * $params['completion_fields'] = (list) A comma-separated list of fields for `fielddata` and `suggest` index metric (supports wildcards)
1377 * $params['fielddata_fields'] = (list) A comma-separated list of fields for `fielddata` index metric (supports wildcards)
1378 * $params['fields'] = (list) A comma-separated list of fields for `fielddata` and `completion` index metric (supports wildcards)
1379 * $params['groups'] = (list) A comma-separated list of search groups for `search` index metric
1381 * $params['types'] = (list) A comma-separated list of document types for the `indexing` index metric
1393 $metric = $this->extractArgument($params, 'metric');
1399 $endpoint->setMetric($metric);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DTimeSeries.php61 public function setMetric(Metric $metric) argument
63 $this->metric = $metric;
70 return $this->metric;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DNodesNamespace.asciidoc55 $params['metric'] = (list) A comma-separated list of metrics you wish returned. Leave empty to return all.
82 $params['metric'] = (list) Limit the information returned to the specified metrics
83 $params['index_metric'] = (list) Limit the information returned for `indices` metric to the specific index metrics. Isn't used if `indices` (or `all`) metric isn't specified.
97 $params['metric'] = (list) Limit the information returned to the specified metrics
H A DWatcherNamespace.asciidoc165 $params['metric'] = (list) Controls what additional stat metrics should be include in the response
H A DClusterNamespace.asciidoc233 $params['metric'] = (list) Limit the information returned to the specified metrics. Defaults to all but metadata (Options = _all,blocks,metadata,nodes,routing_table,master_node,version)
249 $params['metric'] = (list) Limit the information returned to the specified metrics
H A DIndicesNamespace.asciidoc913 $params['metric'] = (list) Limit the information returned the specific metrics.
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java119 protected boolean metric = DEFAULT_ISMETRIC; field in EditorRuler
231 return metric; in isMetric()
242 this.metric = isMetric; in setMetric()
386 if (metric) in updateIncrementAndUnits()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdSenseHost.php337 'metric' => [
568 'metric' => [
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php1277 * @param string $metric The name of the metric being recorded.
1282 public function recordMetric($stackPtr, $metric, $value) argument
1284 if (isset($this->_metrics[$metric]) === false) {
1285 $this->_metrics[$metric] = array(
1291 if (isset($this->_metrics[$metric]['values'][$value]) === false) {
1292 $this->_metrics[$metric]['values'][$value] = array($stackPtr);
1294 $this->_metrics[$metric]['values'][$value][] = $stackPtr;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php3732 public $metric; variable in Google_Quota
3740 public function setMetric( $metric) { argument
3741 $this->metric = $metric;
3744 return $this->metric;
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/passpolicy/
H A Dwords.txt2250 metric
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc641 $params['body'] = (array) The ranking evaluation search definition, including search requests, document ratings and ranking metric definition. (Required)
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog88 * Fixed: warning message while doing PS output with no font metric
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md361 * Replaced [params._agg](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_replaced_literal_params__agg_literal_with_literal_state_literal_context_variable_in_scripted_metric_aggregations) with state context variable in scripted metric aggregations
1121 - Add support for scripted metric aggrations [#780](https://github.com/ruflin/Elastica/issues/780/)
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js30636 var id, metric, table, _i, _len;
30640 metric = this.forGlyph(id);
30641 table.writeUInt16(metric.advance);
30642 table.writeUInt16(metric.lsb);

123