Home
last modified time | relevance | path

Searched refs:metrics (Results 76 – 100 of 106) sorted by relevance

12345

/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php127 public function get($ids, $metrics, $optParams = array()) { argument
128 $params = array('ids' => $ids, 'metrics' => $metrics);
1653 public $metrics; variable in Google_GaDataQuery
1690 $this->metrics = $metrics;
1693 return $this->metrics;
2276 public $metrics; variable in Google_McfDataQuery
2313 $this->metrics = $metrics;
2316 return $this->metrics;
2773 public $metrics; variable in Google_RealtimeDataQuery
2801 $this->metrics = $metrics;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DInfo.php66 $metrics = $phpcsFile->getMetrics();
67 foreach ($metrics as $metric => $data) {
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl1 <h1>Error: missing font metrics file</h1>
26 If you're using other fonts, edit .html2ps.config. <tt>metrics</tt> items should contain names of m…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DYouTubeAnalytics.php218 'metrics' => [
H A DAdsense.php408 'metrics' => [
482 'metrics' => [
H A DScript.php259 'path' => 'v1/projects/{scriptId}/metrics',
H A DDataflow.php205 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}/metrics',
556 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/metrics',
H A DAnalytics.php127 'metrics' => [
198 'metrics' => [
247 'metrics' => [
H A DLogging.php2645 'metrics',
2649 'path' => 'v2/{+parent}/metrics',
2679 'path' => 'v2/{+parent}/metrics',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/katex/_assets/
H A Dkatex.min.js1metrics:N(e,t,r)}},Ge=function(e,t,r,n,a){var i,o=Fe(e,t,r),s=o.metrics;if(e=o.value,s){var l=s.it…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js32635 var metrics = this.getBaseFontMetrics(baseFontName.name);
32637 defaultWidth = metrics.defaultWidth;
32847 var metrics = this.getBaseFontMetrics(baseFontName);
32853 widths: metrics.widths,
32854 defaultWidth: metrics.defaultWidth,
36107 if (metrics) {
36108 metrics.data = null;
36142 entries.set(metrics.data);
36145 entries[metrics.length] = metrics.data[2];
36146 entries[metrics.length + 1] = metrics.data[3];
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js30590 this.metrics = [];
30592 this.metrics.push({
30608 _ref1 = this.metrics;
30625 var metrics;
30626 if (id in this.metrics) {
30627 return this.metrics[id];
30629 return metrics = {
30630 advance: this.metrics[this.metrics.length - 1].advance,
30631 lsb: this.leftSideBearings[id - this.metrics.length]
H A Dpdfmake.min.js14metrics=[],e=o=0,s=this.file.hhea.numberOfMetrics;s>=0?s>o:o>s;e=s>=0?++o:--o)this.metrics.push({a… class in t.metrics
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md169 - Generating font metrics moved to separate class
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog652 * Fixed: font metrics were extracted incorrectlry for encoding
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md443 * `Aggregation\Percentiles` have been updated since [Elasticsearch 2.3](https://www.elastic.co/guide/en/elasticsearch/reference/2.3/search-aggregations-metrics-percentile-aggregation.html). In this version `compression, HDR histogram` changed their implementations. The `missing` field has never been implemented. [#1532](https://github.com/ruflin/Elastica/pull/1532)
462 * Never implemented the method *Missing* on [`Aggregation\Percentiles`](https://www.elastic.co/guide/en/elasticsearch/reference/6.4/search-aggregations-metrics-percentile-aggregation.html) [#1532](https://github.com/ruflin/Elastica/pull/1532)

12345