Home
last modified time | relevance | path

Searched refs:stats (Results 76 – 100 of 105) sorted by last modified time

12345

/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …ompt quit read restore save scanstats schema separator session shell show stats system tables test…
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js438 var stats = [];
445 for (var i = 0, ii = stats.length; i < ii; ++i) {
446 if (stats[i].pageNumber === pageNumber) {
470 var b = stats[statsIndex];
472 stats.splice(statsIndex, 1);
483 stats.push({ pageNumber, div: wrapper, });
484 stats.sort(function(a, b) {
488 for (var i = 0, ii = stats.length; i < ii; ++i) {
489 this.panel.appendChild(stats[i].div);
493 stats = [];
H A Dviewer.js1933 if (typeof Stats !== 'undefined' && Stats.enabled && pageView.stats) {
1934 Stats.add(pageNumber, pageView.stats);
2273 if (pageView && pageView.stats) {
2274 Stats.add(page, pageView.stats);
11700 this.stats = pdfPage.stats;
12037 _this.stats = pdfPage.stats;
H A Dviewer.css2035 #PDFBug .stats {
2040 #PDFBug .stats .title {
H A Dviewer.js.map1stats) {\n Stats.add(pageNumber, pageView.stats);\n }\n\n if (pageView.error) {\n PDFViewe…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js10532 var stats = this._stats;
10533 stats.time('Overall');
10555 stats.time('Page Request');
10583 stats.timeEnd('Rendering');
10584 stats.timeEnd('Overall');
10618 stats.time('Rendering');
H A Dpdf.js.map1stats","renderingIntent","canvasFactoryInstance","webGLContext","enable","intentState","fnArray","…
H A Dpdf.worker.js604 return pdfManager.pdfDocument.xref.stats;
14541 this.stats = {
16442 var xrefStreamStats = this.xref.stats.streamTypes;
31182 var xrefFontStats = xref.stats.fontTypes;
31196 var xrefFontStats = xref.stats.fontTypes;
H A Dpdf.worker.js.map1stats;\n }\n );\n\n handler.on('GetAnnotations', function({ pageIndex, intent, }) {\n …
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js153 var result = 1 / (bench.stats.mean + bench.stats.moe);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php58 $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/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml423 fine season with great stats.
430 …"Sammy Sosa completed another fine season with great stats.\n\n 63 Home Runs\n 0.288 Batting Ave…
432 …"Sammy Sosa completed another fine season with great stats.\n\n 63 Home Runs\n 0.288 Batting Ave…
437 Sammy Sosa completed another fine season with great stats.
448 …{ T_STR, 0, "Sammy Sosa completed another fine season with great stats.\n\n 63 Home Runs\n 0.288…
461 stats: |
468 'stats' => "65 Home Runs\n0.278 Batting Average\n"
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e…
/plugin/gtime/gtlib/
H A DREADME43 $ phing stats # Print statistics about lines of code
/plugin/redproject/
H A Dstyle.css89 background: url('images/stats.png') no-repeat 0% 50%;
93 div.stats {
/plugin/wikistats/
H A DREADME.md14 …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 …]
H A Dstyle.css3 background: transparent url(images/stats.png) no-repeat 0 0;
/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/icalevents/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php55 $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/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){
/plugin/nssize/
H A Dsyntax.php70 $stats = stat($location.'/'.$file);
71 $total += $stats['size'];
/plugin/searchstats/
H A Dplugin.info.txt6 desc This plugin records the search words and displays stats in the admin section
/plugin/botbouncer/admin/
H A Dstatistics.php61 $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/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...

12345