/plugin/icalevents/vendor/sabre/vobject/bin/ |
H A D | mergeduplicates.php | 55 $stats = [ variable 67 global $stats; 72 echo "\033[" . count($stats) . "A"; 78 global $stats, $output; 80 $stats["Total written"]++; 87 $stats["Total vcards"]++; 95 $stats["No FN property"]++; 96 $stats['Unique cards']++; 106 $stats['Unique cards']++; 159 $stats['Error']++; [all …]
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | namespaces.asciidoc | 12 | `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 55 $response = $client->indices()->stats($params); [all …]
|
/plugin/combo/syntax/ |
H A D | link.php | 591 * @param array $stats 595 $stats = &$renderer->stats; 606 $stats[AnalyticsDocument::INTERNAL_LINK_COUNT]++; 639 $stats[AnalyticsDocument::EXTERNAL_LINK_COUNT]++; 645 $stats[AnalyticsDocument::LOCAL_LINK_COUNT] = 0; 647 $stats[AnalyticsDocument::LOCAL_LINK_COUNT]++; 655 $stats[AnalyticsDocument::INTERWIKI_LINK_COUNT]++; 661 $stats[AnalyticsDocument::EMAIL_COUNT] = 0; 663 $stats[AnalyticsDocument::EMAIL_COUNT]++; 671 $stats[AnalyticsDocument::WINDOWS_SHARE_COUNT]++; [all …]
|
/plugin/combo/renderer/ |
H A D | analytics.php | 104 public $stats = array(); // the stats variable in renderer_plugin_combo_analytics 155 $statExport = $this->stats; 236 $fixmeCount = $this->stats[self::FIXME]; 620 $this->stats[self::HEADER_STRUCT] = []; 622 $this->stats[self::HEADER_STRUCT][] = $level; 634 $this->stats['linebreak']++; 650 $this->stats['hr']++; 655 $this->stats['quote_count']++; 657 $this->stats['quote_nest'] = max($this->quotelevel, $this->stats['quote_nest']); 729 $this->stats[self::PLAINTEXT][0] += $len; [all …]
|
/plugin/zip/pear/File/Archive/Writer/ |
H A D | Tar.php | 43 var $stats = null; variable in File_Archive_Writer_Tar 138 $this->stats[7] = strlen($this->buffer); 141 $this->tarHeader($this->filename, $this->stats) 148 $this->tarFooter($this->stats[7]) 154 function newFile($filename, $stats = array(), argument 159 $this->useBuffer = !isset($stats[7]); 161 $this->stats = $stats; 165 $this->tarHeader($filename, $stats)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
H A D | GetSearchApplicationUserStatsResponse.php | 29 public function setStats($stats) argument 31 $this->stats = $stats; 38 return $this->stats;
|
H A D | GetCustomerSessionStatsResponse.php | 29 public function setStats($stats) argument 31 $this->stats = $stats; 38 return $this->stats;
|
H A D | GetCustomerUserStatsResponse.php | 29 public function setStats($stats) argument 31 $this->stats = $stats; 38 return $this->stats;
|
H A D | GetSearchApplicationSessionStatsResponse.php | 29 public function setStats($stats) argument 31 $this->stats = $stats; 38 return $this->stats;
|
H A D | GetCustomerQueryStatsResponse.php | 33 public function setStats($stats) argument 35 $this->stats = $stats; 42 return $this->stats;
|
H A D | GetDataSourceIndexStatsResponse.php | 47 public function setStats($stats) argument 49 $this->stats = $stats; 56 return $this->stats;
|
H A D | GetCustomerIndexStatsResponse.php | 47 public function setStats($stats) argument 49 $this->stats = $stats; 56 return $this->stats;
|
H A D | GetCustomerSearchApplicationStatsResponse.php | 47 public function setStats($stats) argument 49 $this->stats = $stats; 56 return $this->stats;
|
H A D | GetSearchApplicationQueryStatsResponse.php | 33 public function setStats($stats) argument 35 $this->stats = $stats; 42 return $this->stats;
|
/plugin/botbouncer/admin/ |
H A D | statistics.php | 61 $stats = array(); 65 $stats['whitelisted'] += 1; 67 $stats['not spam'] += 1; 70 $stats[$data[1].' '.$data[2]] = (int) $stats[$data[1].' '.$data[2]] + 1; 74 arsort($stats); 84 foreach ($stats as $code => $count){
|
/plugin/loglog/helper/ |
H A D | report.php | 46 $stats = $this->getStats($monthLines); 58 array_keys($stats['admin']), 59 $stats['admin'] 65 [$stats['auth_success'], $stats['auth_failed'], $stats['users'], $adminPages],
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/ |
H A D | ResultSet.php | 63 public function setStats(ResultSetStats $stats) argument 65 $this->stats = $stats; 72 return $this->stats;
|
H A D | PartialResultSet.php | 85 public function setStats(ResultSetStats $stats) argument 87 $this->stats = $stats; 94 return $this->stats;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1OptimizedStatsResponse.php | 84 public function setStats(GoogleCloudApigeeV1OptimizedStatsNode $stats) argument 86 $this->stats = $stats; 93 return $this->stats;
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/ |
H A D | Crap4j.php | 58 $stats = $document->createElement('stats'); 114 $stats->appendChild($document->createElement('name', 'Method Crap Stats')); 115 $stats->appendChild($document->createElement('methodCount', $fullMethodCount)); 116 $stats->appendChild($document->createElement('crapMethodCount', $fullCrapMethodCount)); 117 $stats->appendChild($document->createElement('crapLoad', round($fullCrapLoad))); 118 $stats->appendChild($document->createElement('totalCrap', $fullCrap)); 126 $stats->appendChild($document->createElement('crapMethodPercent', $crapMethodPercent)); 128 $root->appendChild($stats);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
H A D | GoogleCloudDataplexV1AssetDiscoveryStatus.php | 104 public function setStats(GoogleCloudDataplexV1AssetDiscoveryStatusStats $stats) argument 106 $this->stats = $stats; 113 return $this->stats;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
H A D | GooglePrivacyDlpV2StoredInfoTypeVersion.php | 97 public function setStats(GooglePrivacyDlpV2StoredInfoTypeStats $stats) argument 99 $this->stats = $stats; 106 return $this->stats;
|
/plugin/wikistats/ |
H A D | README.md | 14 …uwiki.org/plugin:numberof "plugin numberof"), [stats](https://www.dokuwiki.org/plugin:stats "plugi… 98 {{wikistats>ns = -wiki & type = stats}} 103 ### Type of stats displayed 105 To display only topic (pages) stats 110 To display only resources stats 147 > namespaces stats 182 * Support namespaces restrictions for tags stats 186 * Add total for resources and namespaces stats 202 * Namespace stats now show medias counts 204 * Plugin now display stats even if Tag plugin is not installed [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/ |
H A D | Export.php | 168 public function setStats(ExportStats $stats) argument 170 $this->stats = $stats; 177 return $this->stats;
|
/plugin/badbehaviour/ |
H A D | admin.php | 64 $stats = array(); 68 $stats[$data[6]] = (int) $stats[$data[6]] + 1; 71 arsort($stats); 81 foreach($stats as $code => $count){
|