Searched defs:hasUnicode (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/npm/node_modules/gauge/lib/ |
| D | themes.js | 53 themes.setDefault({ platform: 'darwin', hasUnicode: true }, 'brailleSpinner') property 54 themes.setDefault({ platform: 'darwin', hasUnicode: true, hasColor: true }, 'colorBrailleSpinner') property 55 themes.setDefault({ platform: 'linux', hasUnicode: true }, 'brailleSpinner') property 56 themes.setDefault({ platform: 'linux', hasUnicode: true, hasColor: true }, 'colorBrailleSpinner') property
|
| D | theme-set.js | 99 function newMissingDefaultThemeError (platformName, hasUnicode, hasColor) { argument
|
| D | index.js | 3 var hasUnicode = require('has-unicode') variable 99 hasUnicode: useUnicode, property
|
| /third_party/node/deps/npm/node_modules/has-unicode/ |
| D | index.js | 4 var hasUnicode = module.exports = function () { variable
|
| /third_party/node/deps/npm/node_modules/npmlog/lib/ |
| D | log.js | 33 this.gauge.setTheme({ hasColor: colorEnabled, hasUnicode: unicodeEnabled }) property 37 this.gauge.setTheme({ hasColor: colorEnabled, hasUnicode: unicodeEnabled }) property 65 this.gauge.setTheme({ hasColor: this.useColor(), hasUnicode: unicodeEnabled }) property 70 this.gauge.setTheme({ hasColor: this.useColor(), hasUnicode: unicodeEnabled }) property
|