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/lib/
Dbase-theme.js6 activityIndicator: function (values, theme, width) { argument
12 progressbar: function (values, theme, width) { argument
Dtheme-set.js11 ThemeSetProto.newTheme = function (parent, theme) { argument
23 ThemeSetProto.addTheme = function (name, parent, theme) { argument
27 ThemeSetProto.addToAllThemes = function (theme) { argument
Dindex.js87 Gauge.prototype._computeTheme = function (theme) { argument
112 Gauge.prototype.setTheme = function (theme) { argument
Dplumbing.js18 Plumbing.prototype.setTheme = function (theme) { argument
Dprogress-bar.js7 module.exports = function (theme, width, completed) { argument
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
DextendStringPrototype.js53 function applyTheme(theme) { argument
96 colors.setTheme = function(theme) { argument
Dcolors.js147 colors.setTheme = function(theme) { argument
/third_party/typescript/tests/cases/compiler/
DimportUsedInGenericImportResolves.ts7 export declare const theme: { a: string } constant
DdeclarationEmitObjectAssignedDefaultExport.ts21 theme: TTheme; property
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py70 def mock_idleconf_GetHighlight(theme, element): argument
654 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/lib/
Dlog.js45 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
/third_party/glfw/src/
Dx11_window.c2959 char* theme = XcursorGetTheme(_glfw.x11.display); in _glfwCreateStandardCursorX11() local
Dwl_window.c1492 struct wl_cursor_theme* theme = _glfw.wl.cursorTheme; in pointerHandleMotion() local