Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DQuotaOverride.php33 public $metric; variable in Google\\Service\\ServiceUsage\\QuotaOverride
78 public function setMetric($metric) argument
80 $this->metric = $metric;
87 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/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 …the contextual adjustment of inter-glyph spacing. This property controls metric kerning, kerning t…
/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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.
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
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A 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)
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A 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)
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/
H A 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)
[all...]
H A 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)) {
91 setMetric($metric) global() argument
[all...]
H A 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)
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Watcher/
H A DStats.php30 protected $metric; variable in Elasticsearch\\Endpoints\\Watcher\\Stats
34 $metric = $this->metric ?? null;
36 if (isset($metric)) {
37 return "/_watcher/stats/$metric";
45 'metric',
55 public function setMetric($metric): Stats argument
57 if (isset($metric) !== true) {
60 if (is_array($metric) === true) {
61 $metric
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
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);
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);
/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/html2pdf/html2pdf/html2ps/
H A DChangeLog88 * Fixed: warning message while doing PS output with no font metric
/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/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A 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/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

123