Searched refs:stats (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/inc/Cache/ |
D | Cache.php | 82 return $this->stats( 91 return $this->stats($this->makeDefaultCacheDecision()); 194 protected function stats($success) function in dokuwiki\\Cache\\Cache 197 static $stats = null; 204 if (is_null($stats)) { 210 $stats[substr($line, 0, $i)] = $line; 214 if (isset($stats[$this->ext])) { 215 [$ext, $count, $hits] = explode(',', $stats[$this->ext]); 226 $stats[$this->ext] = "$ext,$count,$hits"; 228 io_saveFile($file, implode("\n", $stats));
|
/dokuwiki/vendor/php81_bc/strftime/ |
D | README.md | 5 …shields.io/packagist/dt/php81_bc/strftime)](https://packagist.org/packages/php81_bc/strftime/stats)
|