Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 25 of 105) sorted by last modified time

12345

/plugin/openlayersmap/ol7/
H A Dgenerate-info.js.diff
/plugin/batchedit/
H A Dinterface.php168 $stats = $this->getLang('sts_preview', $matches, $pages);
173 $stats = $this->getLang('sts_apply', $matches, $pages, $edits);
180 $this->printApplyCheckBox('be-applyall', $stats, 'ttl_applyall');
183 print($stats);
283 $stats = $this->getLang('sts_page', $page->getId(), $this->getLangPlural('sts_matches', count($page->getMatches())));
285 print('<div class="be-stats">');
288 $this->printApplyCheckBox($page->getId(), $stats, 'ttl_applyfile', !$page->hasUnmarkedMatches());
291 print($stats);
H A Dinterface.css102 #batchedit .be-file .be-stats {
/plugin/aichat/
H A Dcli.php64 $options->registerCommand('info', 'Get Info about the vector storage and other stats');
135 $stats = [
140 $stats = array_merge(
141 $stats,
145 $this->printTable($stats);
/plugin/combo/renderer/
H A Danalytics.php27 * A analysis Renderer that exports stats/quality/metadata in a json format
147 public $stats = array(); // the stats variable in renderer_plugin_combo_analytics
224 $statExport = $this->stats;
233 * Edit author stats
303 if (array_key_exists(self::FIXME, $this->stats)) {
304 $fixmeCount = $this->stats[self::FIXME];
366 if (array_key_exists(self::HEADER_POSITION, $this->stats)) {
367 $headersCount = count($this->stats[self::HEADER_POSITION]);
370 $currentHeaderLevel = $this->stats[sel
[all...]
/plugin/combo/syntax/
H A Dlink.php611 * @param array $stats
614 $stats = &$renderer->stats;
622 if (!array_key_exists(renderer_plugin_combo_analytics::INTERNAL_LINK_COUNT, $stats)) {
623 $stats[renderer_plugin_combo_analytics::INTERNAL_LINK_COUNT] = 0;
625 $stats[renderer_plugin_combo_analytics::INTERNAL_LINK_COUNT]++;
635 $internalLinkBroken = $stats[renderer_plugin_combo_analytics::INTERNAL_LINK_BROKEN_COUNT] ?? 0;
636 $stats[renderer_plugin_combo_analytics::INTERNAL_LINK_BROKEN_COUNT] = $internalLinkBroken + 1;
637 $stats[renderer_plugin_combo_analytics::INFO][] = "The internal linked page `{$linkedPage}` does not exist";
655 $stats[renderer_plugin_combo_analytic
[all...]
H A Dmedia.php139 $actualMediaCount = $renderer->stats[renderer_plugin_combo_analytics::MEDIA_COUNT] ?? 0;
140 $renderer->stats[renderer_plugin_combo_analytics::MEDIA_COUNT] = $actualMediaCount + 1;
149 $actualInternalMediaCount = $renderer->stats[renderer_plugin_combo_analytics::INTERNAL_MEDIA_COUNT] ?? 0;
150 $renderer->stats[renderer_plugin_combo_analytics::INTERNAL_MEDIA_COUNT] = $actualInternalMediaCount + 1;
158 $brokenMediaCount = $renderer->stats[renderer_plugin_combo_analytics::INTERNAL_BROKEN_MEDIA_COUNT] ?? 0;
159 $renderer->stats[renderer_plugin_combo_analytics::INTERNAL_BROKEN_MEDIA_COUNT] = $brokenMediaCount + 1;
163 $mediaCount = $renderer->stats[renderer_plugin_combo_analytics::EXTERNAL_MEDIA_COUNT] ?? 0;
164 $renderer->stats[renderer_plugin_combo_analytics::EXTERNAL_MEDIA_COUNT] = $mediaCount + 1;
H A Danalytics.php114 $renderer->stats[renderer_plugin_combo_analytics::SYNTAX_COUNT] = $attributes;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DCcrNamespace.php95 * Retrieves follower stats. return shard-level stats about the following tasks associated with each shard for the specified indices.
101 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-follow-stats.html
264 * Gets all stats related to cross-cluster replication.
269 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-stats.html
271 public function stats(array $params = []) function in Elasticsearch\\Namespaces\\CcrNamespace
H A DClusterNamespace.php362 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-stats.html
364 public function stats(array $params = []) function in Elasticsearch\\Namespaces\\ClusterNamespace
H A DEnrichNamespace.php120 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/enrich-stats-api.html
122 public function stats(array $params = []) function in Elasticsearch\\Namespaces\\EnrichNamespace
H A DIndicesNamespace.php515 * Returns the field usage stats for each field of an index
518 * $params['fields'] = (list) A comma-separated list of fields to include in the stats if only a subset of fields should be returned (supports wildcards)
525 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/field-usage-stats.html
1380 * $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = cluster,indices,shards) (Default = indices)
1382 * $params['include_segment_file_sizes'] = (boolean) Whether to report the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested) (Default = false)
1383 * $params['include_unloaded_segments'] = (boolean) If set to true segment stats will include stats for segments that are not currently loaded into memory (Default = false)
1385 * $params['forbid_closed_indices'] = (boolean) If set to false stats will also collected from closed indices if explicitly specified or if expand_wildcards expands to closed indices (Default = true)
1389 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-stats.html
1391 public function stats(arra function in Elasticsearch\\Namespaces\\IndicesNamespace
[all...]
H A DSearchableSnapshotsNamespace.php114 * $params['repository'] = (string) The repository for which to get the stats for
138 * $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = cluster,indices,shards) (Default = indices)
147 public function stats(array $params = []) function in Elasticsearch\\Namespaces\\SearchableSnapshotsNamespace
H A DNodesNamespace.php164 * $params['level'] = (enum) Return indices stats aggregated at index, node or shard level (Options = indices,node,shards) (Default = node)
167 * $params['include_segment_file_sizes'] = (boolean) Whether to report the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested) (Default = false)
168 * $params['include_unloaded_segments'] = (boolean) If set to true segment stats will include stats for segments that are not currently loaded into memory (Default = false)
172 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-stats.html
174 public function stats(array $params = []) function in Elasticsearch\\Namespaces\\NodesNamespace
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc129 information (for example, stats about the transfer, headers, status codes, and
162 With verbosity turned on, you will see all of the transfer stats:
H A Dnamespaces.asciidoc12 | `indices()` | Index-centric stats and info
13 | `nodes()` | Node-centric stats and info
14 | `cluster()` | Cluster-centric stats and info
30 $response = $client->indices()->stats();
33 // Corresponds to curl -XGET localhost:9200/_nodes/stats
34 $response = $client->nodes()->stats();
37 // Corresponds to curl -XGET localhost:9200/_cluster/stats
38 $response = $client->cluster()->stats();
42 As you can see, the same `stats()` call is made through three different
46 For example, we can requests index stats abou
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc30 * <<Elasticsearch_Namespaces_WatcherNamespacestats_stats,`stats()`>>
160 .`stats(array $params = [])`
H A DCatNamespace.asciidoc174 $params['pri'] = (boolean) Set to true to return stats only for primary shards (Default = false)
178 $params['include_unloaded_segments'] = (boolean) If set to true segment stats will include stats for segments that are not currently loaded into memory (Default = false)
232 $params['datafeed_id'] = (string) The ID of the datafeeds stats to fetch
253 $params['job_id'] = (string) The ID of the jobs stats to fetch
275 $params['model_id'] = (string) The ID of the trained models stats to fetch
538 $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms
H A DCcrNamespace.asciidoc32 * <<Elasticsearch_Namespaces_CcrNamespacestats_stats,`stats()`>>
184 .`stats(array $params = [])`
H A DSearchableSnapshotsNamespace.asciidoc24 * <<Elasticsearch_Namespaces_SearchableSnapshotsNamespacestats_stats,`stats()`>>
71 $params['repository'] = (string) The repository for which to get the stats for
79 .`stats(array $params = [])`
86 $params['level'] = (enum) Return stats aggregated at cluster, index or shard level (Options = cluster,indices,shards) (Default = indices)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D028f6d6ac2594e20b78b8a8f8cbad49d.asciidoc29 'stats' => [
H A Ddc15e2373e5ecbe09b4ea0858eb63d47.asciidoc24 'stats' => [
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php128 * stats aggregation.
130 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-stats-aggregation.html
132 public function stats(string $name): Stats function in Elastica\\QueryBuilder\\DSL\\Aggregation
138 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline-stats-bucket-aggregation.html
146 * extended stats aggregation.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php186 $stats = fstat($this->stream);
187 if (isset($stats['size'])) {
188 $this->size = $stats['size'];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md196 parameters to `indices.stats` API.

12345