Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 25 of 105) sorted by path

12345

/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/authgoogle/google/contrib/
H A DGoogle_TaskqueueService.php301 public $stats; variable in Google_TaskQueue
326 public function setStats(Google_TaskQueueStats $stats) { argument
327 $this->stats = $stats;
330 return $this->stats;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php2869 'stats',
H A DCloudSearch.php81 public $stats; variable in Google\\Service\\CloudSearch
737 'stats',
741 'path' => 'v1/stats/index',
770 'path' => 'v1/stats/query',
799 'path' => 'v1/stats/searchapplication',
828 'path' => 'v1/stats/session',
857 'path' => 'v1/stats/user',
896 'path' => 'v1/stats/index/{+name}',
940 'path' => 'v1/stats/query/{+name}',
984 'path' => 'v1/stats/session/{+name}',
[all …]
H A DGames.php55 public $stats; variable in Google\\Service\\Games
653 'stats',
657 'path' => 'games/v1/stats',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1OptimizedStatsResponse.php84 public function setStats(GoogleCloudApigeeV1OptimizedStatsNode $stats) argument
86 $this->stats = $stats;
93 return $this->stats;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1AssetDiscoveryStatus.php104 public function setStats(GoogleCloudDataplexV1AssetDiscoveryStatusStats $stats) argument
106 $this->stats = $stats;
113 return $this->stats;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DGetCustomerIndexStatsResponse.php47 public function setStats($stats) argument
49 $this->stats = $stats;
56 return $this->stats;
H A DGetCustomerQueryStatsResponse.php33 public function setStats($stats) argument
35 $this->stats = $stats;
42 return $this->stats;
H A DGetCustomerSearchApplicationStatsResponse.php47 public function setStats($stats) argument
49 $this->stats = $stats;
56 return $this->stats;
H A DGetCustomerSessionStatsResponse.php29 public function setStats($stats) argument
31 $this->stats = $stats;
38 return $this->stats;
H A DGetCustomerUserStatsResponse.php29 public function setStats($stats) argument
31 $this->stats = $stats;
38 return $this->stats;
H A DGetDataSourceIndexStatsResponse.php47 public function setStats($stats) argument
49 $this->stats = $stats;
56 return $this->stats;
H A DGetSearchApplicationQueryStatsResponse.php33 public function setStats($stats) argument
35 $this->stats = $stats;
42 return $this->stats;
H A DGetSearchApplicationSessionStatsResponse.php29 public function setStats($stats) argument
31 $this->stats = $stats;
38 return $this->stats;
H A DGetSearchApplicationUserStatsResponse.php29 public function setStats($stats) argument
31 $this->stats = $stats;
38 return $this->stats;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2StoredInfoTypeVersion.php97 public function setStats(GooglePrivacyDlpV2StoredInfoTypeStats $stats) argument
99 $this->stats = $stats;
106 return $this->stats;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPartialResultSet.php85 public function setStats(ResultSetStats $stats) argument
87 $this->stats = $stats;
94 return $this->stats;
H A DResultSet.php63 public function setStats(ResultSetStats $stats) argument
65 $this->stats = $stats;
72 return $this->stats;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DExport.php168 public function setStats(ExportStats $stats) argument
170 $this->stats = $stats;
177 return $this->stats;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php124 $stats = new TransferStats(
131 call_user_func($easy->options['on_stats'], $stats);
H A DMockHandler.php191 $stats = new TransferStats($request, $response, $transferTime, $reason);
192 call_user_func($options['on_stats'], $stats);
H A DStreamHandler.php83 $stats = new TransferStats(
90 call_user_func($options['on_stats'], $stats);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php143 $stats = fstat($this->stream);
144 if (isset($stats['size'])) {
145 $this->size = $stats['size'];
/plugin/badbehaviour/
H A Dadmin.php64 $stats = array();
68 $stats[$data[6]] = (int) $stats[$data[6]] + 1;
71 arsort($stats);
81 foreach($stats as $code => $count){

12345