Home
last modified time | relevance | path

Searched refs:STATISTICS (Results 1 – 9 of 9) sorted by path

/plugin/codemirror/dist/modes/
H A Dttcn-cfg.min.js.map1 …\n \" VERDICTOP DEFAULTOP TESTCASE ACTION USER\" +\n \" FUNCTION STATISTICS PARALLEL MATCHIN…
/plugin/codeprettify/code-prettify/src/
H A Dlang-sql.js49 …?|RULE|SAVE|SCHEMA|SELECT|SESSION_USER|SET|SETUSER|SHUTDOWN|SOME|START|STATISTICS|SYSTEM_USER|TABL…
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php1281 $record['WORD_COUNT'] = $analyticsJsonAsArray[renderer_plugin_combo_analytics::STATISTICS][renderer_plugin_combo_analytics::WORD_COUNT];
1282 $record[BacklinkCount::getPersistentName()] = $analyticsJsonAsArray[renderer_plugin_combo_analytics::STATISTICS][BacklinkCount::getPersistentName()];
/plugin/combo/
H A Dcli.php381 $statistics = $data[renderer_plugin_combo_analytics::STATISTICS];
/plugin/combo/renderer/
H A Danalytics.php127 public const STATISTICS = "statistics"; define in renderer_plugin_combo_analytics
648 $finalStats[self::STATISTICS] = $statExport;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D40.40.js.map1 …,\n 'STATE',\n 'STATEMENT',\n 'STATIC',\n 'STATISTICS',\n 'STDD…
H A D61.61.js.map1 …EMENT',\n 'STATIC',\n 'STATISTICAL_SEMANTICS',\n 'STATISTICS',\n 'STAT…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Log/
H A DContext.php8 const STATISTICS = 'statistics'; define in Mpdf\\Log\\Context
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php9480 $this->logger->debug(sprintf('PDF generated in %.6F seconds', microtime(true) - $this->time0), ['context' => LogContext::STATISTICS]);
9525 $this->logger->debug(sprintf('Compiled in %.6F seconds', microtime(true) - $this->time0), ['context' => LogContext::STATISTICS]);
9526 $this->logger->debug(sprintf('Peak Memory usage %s MB', number_format(memory_get_peak_usage(true) / (1024 * 1024), 2)), ['context' => LogContext::STATISTICS]);
9527 $this->logger->debug(sprintf('PDF file size %s kB', number_format(strlen($this->buffer) / 1024)), ['context' => LogContext::STATISTICS]);
9528 $this->logger->debug(sprintf('%d fonts used', count($this->fonts)), ['context' => LogContext::STATISTICS]);