Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/npm/node_modules/gauge/
Dbase-theme.js6 activityIndicator: function (values, theme, width) { argument
10 progressbar: function (values, theme, width) { argument
Dtheme-set.js12 ThemeSetProto.newTheme = function (parent, theme) { argument
24 ThemeSetProto.addTheme = function (name, parent, theme) { argument
28 ThemeSetProto.addToAllThemes = function (theme) { argument
Dindex.js85 Gauge.prototype._computeTheme = function (theme) { argument
102 Gauge.prototype.setTheme = function (theme) { argument
Dplumbing.js16 Plumbing.prototype.setTheme = function (theme) { argument
Dprogress-bar.js7 module.exports = function (theme, width, completed) { argument
/third_party/node/deps/npm/node_modules/colors/lib/
DextendStringPrototype.js53 function applyTheme(theme) { argument
96 colors.setTheme = function(theme) { argument
Dcolors.js137 colors.setTheme = function(theme) { argument
/third_party/typescript/tests/cases/compiler/
DimportUsedInGenericImportResolves.ts7 export declare const theme: { a: string } constant
/third_party/node/deps/npm/docs/src/components/
Dlayout.js14 <ThemeProvider theme={theme}> field
/third_party/node/deps/npm/docs/src/
Dtheme.js22 export const theme = { variable
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_window.h49 DFB_Theme theme; member
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py70 def mock_idleconf_GetHighlight(theme, element): argument
657 def mock_idleconf_GetHighlight(theme, element): argument
Dtest_codecontext.py86 def mock_idleconf_GetHighlight(theme, element): argument
/third_party/toybox/kconfig/lxdialog/
Dutil.c157 static int set_theme(const char *theme) in set_theme()
222 static void color_setup(const char *theme) in color_setup()
/third_party/node/deps/npm/node_modules/npmlog/
Dlog.js43 theme: {hasColor: log.useColor()}, property
/third_party/python/Lib/idlelib/
Dconfig.py274 def GetHighlight(self, theme, element): argument
Dconfigdialog.py1055 def save_new(self, theme_name, theme): argument