Home
last modified time | relevance | path

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

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Webmasters/
H A DSearchAnalyticsQueryRequest.php21 public $aggregationType; variable in Google_Service_Webmasters_SearchAnalyticsQueryRequest
31 public function setAggregationType($aggregationType) argument
33 $this->aggregationType = $aggregationType;
37 return $this->aggregationType;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Webmasters/
H A DSearchAnalyticsQueryRequest.php21 public $aggregationType; variable in Google_Service_Webmasters_SearchAnalyticsQueryRequest
32 public function setAggregationType($aggregationType) argument
34 $this->aggregationType = $aggregationType;
38 return $this->aggregationType;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SearchConsole/
H A DSearchAnalyticsQueryRequest.php21 public $aggregationType; variable in Google_Service_SearchConsole_SearchAnalyticsQueryRequest
32 public function setAggregationType($aggregationType) argument
34 $this->aggregationType = $aggregationType;
38 return $this->aggregationType;
/dports/devel/py-azure-mgmt-batch/azure-mgmt-batch-16.0.0/tests/recordings/
H A Dtest_mgmt_batch.test_mgmt_batch_list_operations.yaml56 …in a failed state","unit":"Count","aggregationType":"Total","fillGapWithZero":false,"availabilitie…
59 …created","unit":"Count","aggregationType":"Total","fillGapWithZero":false,"availabilities":[{"time…
62 …have started","unit":"Count","aggregationType":"Total","fillGapWithZero":false,"availabilities":[{…
65 …that have completed","unit":"Count","aggregationType":"Total","fillGapWithZero":false,"availabilit…
68 …have started","unit":"Count","aggregationType":"Total","fillGapWithZero":false,"availabilities":[{…
71 …that have completed","unit":"Count","aggregationType":"Total","fillGapWithZero":false,"availabilit…
74 …been successfully deleted.","unit":"Count","aggregationType":"Total","fillGapWithZero":false,"avai…
77 …been requested to be deleted.","unit":"Count","aggregationType":"Total","fillGapWithZero":false,"a…
80 …been successfully disabled.","unit":"Count","aggregationType":"Total","fillGapWithZero":false,"ava…
83 …been requested to be disabled.","unit":"Count","aggregationType":"Total","fillGapWithZero":false,"…
[all …]
/dports/databases/py-whisper/whisper-1.1.3/bin/
H A Dwhisper-dump.py46 (aggregationType, maxRetention, xFilesFactor, archiveCount) \
74 'aggregationMethod': whisper.aggregationTypeToMethod.get(aggregationType, 'average'),
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/elasticsearch/hooks/
H A DuseFields.test.tsx44 … (aggregationType: BucketAggregationType | MetricAggregationType) => useFields(aggregationType),
/dports/www/moodle310/moodle/lib/google/src/Google/Service/
H A DWebmasters.php733 public $aggregationType; variable in Google_Service_Webmasters_SearchAnalyticsQueryRequest
743 public function setAggregationType($aggregationType) argument
745 $this->aggregationType = $aggregationType;
749 return $this->aggregationType;
/dports/www/moodle311/moodle/lib/google/src/Google/Service/
H A DWebmasters.php733 public $aggregationType; variable in Google_Service_Webmasters_SearchAnalyticsQueryRequest
743 public function setAggregationType($aggregationType) argument
745 $this->aggregationType = $aggregationType;
749 return $this->aggregationType;
/dports/www/moodle39/moodle/lib/google/src/Google/Service/
H A DWebmasters.php733 public $aggregationType; variable in Google_Service_Webmasters_SearchAnalyticsQueryRequest
743 public function setAggregationType($aggregationType) argument
745 $this->aggregationType = $aggregationType;
749 return $this->aggregationType;
/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/azuremonitor/
H A Dazuremonitor-datasource_test.go178 …`%22name%22%3A%22Percentage+CPU%22%2C%22aggregationType%22%3A4%2C%22namespace%22%3A%22Microsoft.Co…
204 …eGroups%2F%2Fproviders%2F%2Fgrafana%22%7D%2C%22name%22%3A%22%22%2C%22aggregationType%22%3A4%2C%22n…
207 …eGroups%2F%2Fproviders%2F%2Fgrafana%22%7D%2C%22name%22%3A%22%22%2C%22aggregationType%22%3A1%2C%22n…
210 …eGroups%2F%2Fproviders%2F%2Fgrafana%22%7D%2C%22name%22%3A%22%22%2C%22aggregationType%22%3A3%2C%22n…
213 …eGroups%2F%2Fproviders%2F%2Fgrafana%22%7D%2C%22name%22%3A%22%22%2C%22aggregationType%22%3A2%2C%22n…
216 …eGroups%2F%2Fproviders%2F%2Fgrafana%22%7D%2C%22name%22%3A%22%22%2C%22aggregationType%22%3A7%2C%22n…
H A Dazuremonitor-datasource.go319 aggregationType := aggregationTypeMap["Average"]
323 aggregationType = aggType
356 AggregationType: aggregationType,
/dports/databases/py-whisper/whisper-1.1.3/
H A Dwhisper.py286 (aggregationType, maxRetention, xff, archiveCount) \
292 aggregationTypeToMethod[aggregationType]
319 'aggregationMethod': aggregationTypeToMethod.get(aggregationType, 'average'),
394 aggregationType = aggregationMethodToType[aggregationMethod]
409 aggregationType = struct.pack(longFormat, aggregationType)
414 packedMetadata = aggregationType + maxRetention + xFilesFactor + archiveCount
/dports/www/py-graphite-api/graphite-api-1.1.3/graphite_api/_vendor/
H A Dwhisper.py230 (aggregationType,maxRetention,xff,archiveCount) = struct.unpack(metadataFormat,packedMetadata)
254 'aggregationMethod' : aggregationTypeToMethod.get(aggregationType, 'average'),
282 (aggregationType,maxRetention,xff,archiveCount) = struct.unpack(metadataFormat,packedMetadata)
319 return aggregationTypeToMethod.get(aggregationType, 'average')
399 aggregationType = struct.pack( longFormat, aggregationMethodToType.get(aggregationMethod, 1) )
404 packedMetadata = aggregationType + maxRetention + xFilesFactor + archiveCount
/dports/devel/py-azure-mgmt-loganalytics/azure-mgmt-loganalytics-11.0.0/tests/recordings/
H A Dtest_mgmt_loganalytics.test_loganalytics_operations.yaml321 \ \"aggregationType\": \"Average\",\r\n \"dimensions\":
370 \ \"aggregationType\": \"Average\",\r\n \"dimensions\":
395 \ \"aggregationType\": \"Average\",\r\n \"dimensions\":
432 \ \"aggregationType\": \"Average\",\r\n \"dimensions\":
493 \ \"aggregationType\": \"Average\",\r\n \"dimensions\":
518 \ \"aggregationType\": \"Average\",\r\n \"dimensions\":
555 \ \"aggregationType\": \"Average\",\r\n \"dimensions\":
616 \ \"aggregationType\": \"Average\",\r\n \"dimensions\":
641 \ \"aggregationType\": \"Average\",\r\n \"dimensions\":
666 \ \"aggregationType\": \"Average\",\r\n \"dimensions\":
[all …]
/dports/devel/py-azure-mgmt-monitor/azure-mgmt-monitor-2.0.0/tests/recordings/
H A Dtest_cli_mgmt_monitor.test_metric_alerts.yaml891 …of the scale operation.","unit":"Count","aggregationType":"Total","availabilities":null,"fillGapWi…
1191 …load time","unit":"MilliSeconds","aggregationType":"Average","availabilities":null,"fillGapWithZer…
1195 …time of the most recent request.","unit":"MilliSeconds","aggregationType":"Average","availabilitie…
1199 …of the application request queue.","unit":"Count","aggregationType":"Average","availabilities":nul…
1203 …o the application per second from ASP.NET.","unit":"CountPerSecond","aggregationType":"Average","a…
1208 …s that are converted into .NET exceptions.","unit":"CountPerSecond","aggregationType":"Average","a…
1212 …read and written to files, network and devices.","unit":"BytesPerSecond","aggregationType":"Averag…
1218 …process alone.","unit":"Percent","aggregationType":"Average","availabilities":null,"fillGapWithZer…
1222 …that the processor spends in non-idle threads.","unit":"Percent","aggregationType":"Average","avai…
1226 …available for allocation to a process or for system use.","unit":"Bytes","aggregationType":"Averag…
[all …]
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/t/
H A DWriter_46.out94 [XMP, XMP-prism, Document] aggregationType - Aggregation Type: 7
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/t/
H A DWriter_46.out94 [XMP, XMP-prism, Document] aggregationType - Aggregation Type: 7
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/telco-systems/binos/
H A DPRVT-PORTS-AGGREGATION-MIB509 aggregationType INTEGER,
532 aggregationType OBJECT-TYPE
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/
H A Dwhisper.rst126 | |Metadata|aggregationType,maxRetention,xFilesFactor,archiveCount
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DXMP2.pl839 aggregationType => { List => 'Bag' },
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DXMP2.pl838 aggregationType => { List => 'Bag' },
/dports/www/fpc-googleapi/fpc-3.2.2/packages/googleapi/src/
H A Dgooglewebmasters.pp163 Property aggregationType : String Index 0 Read FaggregationType Write SetaggregationType;
/dports/lang/fpc-source/fpc-3.2.2/packages/googleapi/src/
H A Dgooglewebmasters.pp163 Property aggregationType : String Index 0 Read FaggregationType Write SetaggregationType;
/dports/devel/py-azure-mgmt-keyvault/azure-mgmt-keyvault-9.1.0/tests/recordings/
H A Dtest_cli_mgmt_keyvault_async.test_keyvault.yaml3081 …splayDescription":"Number of total service api hits","unit":"Count","aggregationType":"Count","dim…
3085 …requests","unit":"Milliseconds","aggregationType":"Average","dimensions":[{"name":"ActivityType","…
3090 …ayDescription":"Number of total service api results","unit":"Count","aggregationType":"Count","dim…
3095 …ration","displayDescription":"Vault capacity used","unit":"Percent","aggregationType":"Average","s…
3099 …"displayDescription":"Vault requests availability","unit":"Percent","aggregationType":"Average","d…
/dports/www/grafana8/grafana-8.3.6/public/build/
H A DelasticsearchPlugin.0e38943fa459e872fe93.js.map1 … resolve with all the fields matching the provided types.\n * @param aggregationType the type of a…