/third_party/node/deps/npm/node_modules/node-gyp/node_modules/gauge/lib/ |
D | index.js | 50 this._theme = options.theme 51 var theme = this._computeTheme(options.theme) 60 this._gauge = new PlumbingClass(theme, template, this.getWidth()) 87 Gauge.prototype._computeTheme = function (theme) { argument 88 if (!theme) { 89 theme = {} 91 if (typeof theme === 'string') { 92 theme = this._themes.getTheme(theme) 94 Object.keys(theme).length === 0 || theme.hasUnicode != null || theme.hasColor != null 96 var useUnicode = theme.hasUnicode == null ? hasUnicode() : theme.hasUnicode [all …]
|
D | plumbing.js | 6 var Plumbing = module.exports = function (theme, template, width) { 10 validate('OAN', [theme, template, width]) 12 this.theme = theme 18 Plumbing.prototype.setTheme = function (theme) { argument 19 validate('O', [theme]) 20 this.theme = theme 42 var values = Object.create(this.theme)
|
D | theme-set.js | 11 ThemeSetProto.newTheme = function (parent, theme) { argument 12 if (!theme) { 13 theme = parent 16 return Object.assign({}, parent, theme) 23 ThemeSetProto.addTheme = function (name, parent, theme) { argument 24 this.themes[name] = this.newTheme(parent, theme) 27 ThemeSetProto.addToAllThemes = function (theme) { argument 30 Object.assign(themes[name], theme) 32 Object.assign(this.baseTheme, theme) 93 err.theme = name
|
D | progress-bar.js | 7 module.exports = function (theme, width, completed) { argument 8 validate('ONN', [theme, width, completed]) 21 { type: 'complete', value: repeat(theme.complete, sofar), length: sofar }, 22 { type: 'remaining', value: repeat(theme.remaining, rest), length: rest }, 24 return renderTemplate(width, template, theme)
|
D | base-theme.js | 6 activityIndicator: function (values, theme, width) { argument 10 return spin(theme, values.spun) 12 progressbar: function (values, theme, width) { argument 16 return progressBar(theme, width, values.completed)
|
/third_party/node/deps/npm/node_modules/gauge/lib/ |
D | index.js | 50 this._theme = options.theme 51 var theme = this._computeTheme(options.theme) 60 this._gauge = new PlumbingClass(theme, template, this.getWidth()) 87 Gauge.prototype._computeTheme = function (theme) { argument 88 if (!theme) { 89 theme = {} 91 if (typeof theme === 'string') { 92 theme = this._themes.getTheme(theme) 94 Object.keys(theme).length === 0 || theme.hasUnicode != null || theme.hasColor != null 96 var useUnicode = theme.hasUnicode == null ? hasUnicode() : theme.hasUnicode [all …]
|
D | plumbing.js | 6 var Plumbing = module.exports = function (theme, template, width) { 10 validate('OAN', [theme, template, width]) 12 this.theme = theme 18 Plumbing.prototype.setTheme = function (theme) { argument 19 validate('O', [theme]) 20 this.theme = theme 42 var values = Object.create(this.theme)
|
D | theme-set.js | 11 ThemeSetProto.newTheme = function (parent, theme) { argument 12 if (!theme) { 13 theme = parent 16 return Object.assign({}, parent, theme) 23 ThemeSetProto.addTheme = function (name, parent, theme) { argument 24 this.themes[name] = this.newTheme(parent, theme) 27 ThemeSetProto.addToAllThemes = function (theme) { argument 30 Object.assign(themes[name], theme) 32 Object.assign(this.baseTheme, theme) 93 err.theme = name
|
D | progress-bar.js | 7 module.exports = function (theme, width, completed) { argument 8 validate('ONN', [theme, width, completed]) 21 { type: 'complete', value: repeat(theme.complete, sofar), length: sofar }, 22 { type: 'remaining', value: repeat(theme.remaining, rest), length: rest }, 24 return renderTemplate(width, template, theme)
|
D | base-theme.js | 6 activityIndicator: function (values, theme, width) { argument 10 return spin(theme, values.spun) 12 progressbar: function (values, theme, width) { argument 16 return progressBar(theme, width, values.completed)
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
D | test_style.py | 111 for theme in self.style.theme_names(): 112 if theme != curr_theme: 113 new_theme = theme 114 self.style.theme_use(theme) 131 for theme in self.style.theme_names(): 132 self.style.theme_use(theme) 137 with self.subTest(theme=theme, name=name): 139 print('configure', theme, name, default) 140 if (theme in ('vista', 'xpnative') 157 for theme in self.style.theme_names(): [all …]
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
D | extendStringPrototype.js | 53 function applyTheme(theme) { argument 68 Object.keys(theme).forEach(function(prop) { 74 if (typeof(theme[prop]) === 'string') { 75 colors[prop] = colors[theme[prop]]; 82 for (var t = 0; t < theme[prop].length; t++) { 83 ret = colors[theme[prop][t]](ret); 96 colors.setTheme = function(theme) { argument 97 if (typeof theme === 'string') { 107 applyTheme(theme);
|
D | colors.js | 147 colors.setTheme = function(theme) { argument 148 if (typeof theme === 'string') { 158 for (var style in theme) { 161 if (typeof theme[style] === 'object') { 163 for (var i in theme[style]) { 164 out = colors[theme[style][i]](out); 168 return colors[theme[style]](str);
|
/third_party/typescript/tests/baselines/reference/ |
D | importUsedInGenericImportResolves.symbols | 12 export declare const theme: { a: string } 13 >theme : Symbol(theme, Decl(test2.d.ts, 0, 20)) 17 export const a: import("./test1").T<typeof import("./test2").theme> = null as any; 20 >theme : Symbol(theme, Decl(test2.d.ts, 0, 20))
|
D | controlFlowCaching.js | 7 var o = this.opt, ta = this.chart.theme.axis, position = o.position, 10 labelGap = this.chart.theme.axis.tick.labelGap, 17 taMajorTick = this.chart.theme.getTick("major", o), 18 taMinorTick = this.chart.theme.getTick("minor", o), 19 taMicroTick = this.chart.theme.getTick("micro", o), 75 …theme.axis, position = o.position, leftBottom = position !== "rightOrTop", rotation = o.rotation %…
|
D | controlFlowCaching.types | 23 var o = this.opt, ta = this.chart.theme.axis, position = o.position, 29 >this.chart.theme.axis : any 30 >this.chart.theme : any 34 >theme : any 66 labelGap = this.chart.theme.axis.tick.labelGap, 68 >this.chart.theme.axis.tick.labelGap : any 69 >this.chart.theme.axis.tick : any 70 >this.chart.theme.axis : any 71 >this.chart.theme : any 75 >theme : any [all …]
|
D | importUsedInGenericImportResolves.types | 8 export declare const theme: { a: string } 9 >theme : { a: string; } 13 export const a: import("./test1").T<typeof import("./test2").theme> = null as any; 15 >theme : error
|
D | importUsedInGenericImportResolves.js | 9 export declare const theme: { a: string } 12 export const a: import("./test1").T<typeof import("./test2").theme> = null as any;
|
/third_party/python/Lib/idlelib/ |
D | colorizer.py | 88 theme = idleConf.CurrentTheme() 89 normal_colors = idleConf.GetHighlight(theme, 'normal') 90 cursor_color = idleConf.GetHighlight(theme, 'cursor')['foreground'] 91 select_colors = idleConf.GetHighlight(theme, 'hilite') 163 theme = idleConf.CurrentTheme() 165 "COMMENT": idleConf.GetHighlight(theme, "comment"), 166 "KEYWORD": idleConf.GetHighlight(theme, "keyword"), 167 "BUILTIN": idleConf.GetHighlight(theme, "builtin"), 168 "STRING": idleConf.GetHighlight(theme, "string"), 169 "DEFINITION": idleConf.GetHighlight(theme, "definition"), [all …]
|
D | config.py | 274 def GetHighlight(self, theme, element): argument 280 cfg = ('default' if self.defaultCfg['highlight'].has_section(theme) 282 theme_dict = self.GetThemeDict(cfg, theme) 308 theme ={'normal-foreground':'#000000', 342 for element in theme: 351 (element, themeName, theme[element])) 353 theme[element] = cfgParser.Get( 354 themeName, element, default=theme[element]) 355 return theme
|
/third_party/typescript/tests/cases/compiler/ |
D | controlFlowCaching.ts | 8 var o = this.opt, ta = this.chart.theme.axis, position = o.position, 11 labelGap = this.chart.theme.axis.tick.labelGap, 18 taMajorTick = this.chart.theme.getTick("major", o), 19 taMinorTick = this.chart.theme.getTick("minor", o), 20 taMicroTick = this.chart.theme.getTick("micro", o),
|
D | importUsedInGenericImportResolves.ts | 7 export declare const theme: { a: string } constant 10 export const a: import("./test1").T<typeof import("./test2").theme> = null as any;
|
/third_party/mbedtls/docs/ |
D | requirements.txt | 21 # sphinx-rtd-theme 43 # sphinx-rtd-theme 44 sphinx-rtd-theme==1.2.0 53 # via sphinx-rtd-theme
|
/third_party/node/deps/v8/tools/perf/ |
D | statistics-for-json.R | 104 theme(axis.text.x = element_text(angle = 90, hjust = 1, vjust=0.5)) + 105 theme(legend.position = "bottom") + 109 theme(legend.justification=c(0,1), legend.position=c(0,1))
|
/third_party/python/Doc/ |
D | requirements.txt | 14 # The theme used by the documentation is stored separately, so we need 16 python-docs-theme>=2022.1
|