PHP 8.2.30
Preview: plumbing.js Size: 1.24 KB
/lib/node_modules/npm/node_modules/gauge/plumbing.js

'use strict'
var consoleControl = require('console-control-strings')
var renderTemplate = require('./render-template.js')
var validate = require('aproba')

var Plumbing = module.exports = function (theme, template, width) {
  if (!width) width = 80
  validate('OAN', [theme, template, width])
  this.showing = false
  this.theme = theme
  this.width = width
  this.template = template
}
Plumbing.prototype = {}

Plumbing.prototype.setTheme = function (theme) {
  validate('O', [theme])
  this.theme = theme
}

Plumbing.prototype.setTemplate = function (template) {
  validate('A', [template])
  this.template = template
}

Plumbing.prototype.setWidth = function (width) {
  validate('N', [width])
  this.width = width
}

Plumbing.prototype.hide = function () {
  return consoleControl.gotoSOL() + consoleControl.eraseLine()
}

Plumbing.prototype.hideCursor = consoleControl.hideCursor

Plumbing.prototype.showCursor = consoleControl.showCursor

Plumbing.prototype.show = function (status) {
  var values = Object.create(this.theme)
  for (var key in status) {
    values[key] = status[key]
  }

  return renderTemplate(this.width, this.template, values).trim() +
         consoleControl.color('reset') +
         consoleControl.eraseLine() + consoleControl.gotoSOL()
}

Directory Contents

Dirs: 1 × Files: 19

Name Size Perms Modified Actions
- drwxr-xr-x 2024-03-03 22:36:28
Edit Download
395 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
6.23 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
616 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
292 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
6.83 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
751 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
2.13 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
1.24 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
89 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
998 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
14.72 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
5.60 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
139 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
93 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
105 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
1.86 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
3.61 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
1.51 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
828 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).