MCPcopy Create free account

hub / github.com/BetterDiscord/BetterDiscord / functions

Functions1,293 in github.com/BetterDiscord/BetterDiscord

FunctionbyPrototypeKeys
Generates a function that filters by a set of properties on the object's prototype.
src/betterdiscord/api/webpack.ts:48
FunctionbyPrototypeKeys
(fields: string[], filter: Webpack.ExportedOnlyFilter = m => m)
src/betterdiscord/webpack/filter.ts:26
FunctionbyRegex
Generates a function that filters by a regex.
src/betterdiscord/api/webpack.ts:51
FunctionbyRegex
(search: RegExp, filter: Webpack.ExportedOnlyFilter = m => m)
src/betterdiscord/webpack/filter.ts:43
FunctionbySource
Generates a function that filters by source code content.
src/betterdiscord/api/webpack.ts:54
FunctionbyStoreName
Generates a function that filters by a specific internal Store name.
src/betterdiscord/api/webpack.ts:63
FunctionbyStoreName
(name: string)
src/betterdiscord/webpack/filter.ts:117
FunctionbyStrings
Generates a function that filters by strings.
src/betterdiscord/api/webpack.ts:57
FunctionbyStrings
(...strings: string[])
src/betterdiscord/webpack/filter.ts:90
Functioncallback
()
tests/common/events.test.ts:20
Functioncallback1
()
tests/common/events.test.ts:33
Functioncallback2
()
tests/common/events.test.ts:34
MethodcanShowAbove
Boolean representing if the tooltip will fit on screen above the element
src/betterdiscord/ui/tooltip.ts:84
MethodcanShowBelow
Boolean representing if the tooltip will fit on screen below the element
src/betterdiscord/ui/tooltip.ts:86
MethodcanShowLeft
Boolean representing if the tooltip will fit on screen to the left of the element
src/betterdiscord/ui/tooltip.ts:88
MethodcanShowRight
Boolean representing if the tooltip will fit on screen to the right of the element
src/betterdiscord/ui/tooltip.ts:90
Methodcategory
()
src/betterdiscord/builtins/customcss.ts:30
Methodcategory
()
src/betterdiscord/builtins/window/removeminimumsize.ts:9
Methodcategory
()
src/betterdiscord/builtins/window/transparency.ts:11
Methodcategory
()
src/betterdiscord/builtins/window/nativeframe.ts:10
Methodcategory
()
src/betterdiscord/builtins/commands/defaultcommands.ts:14
Methodcategory
()
src/betterdiscord/builtins/store/addonstore.ts:107
Methodcategory
()
src/betterdiscord/builtins/developer/inspectelement.ts:7
Methodcategory
()
src/betterdiscord/builtins/developer/debuglogs.ts:31
Methodcategory
()
src/betterdiscord/builtins/developer/devtools.ts:7
Methodcategory
()
src/betterdiscord/builtins/developer/recovery.tsx:177
Methodcategory
()
src/betterdiscord/builtins/developer/devtoolswarning.ts:7
Methodcategory
()
src/betterdiscord/builtins/developer/reactdevtools.ts:11
Methodcategory
()
src/betterdiscord/builtins/developer/debugger.ts:5
Methodcategory
()
src/betterdiscord/builtins/general/themeattributes.tsx:13
Methodcategory
()
src/betterdiscord/builtins/general/voicedisconnect.ts:7
Methodcategory
()
src/betterdiscord/builtins/general/mediakeys.ts:11
Methodcategory
()
src/betterdiscord/structs/builtin.ts:16
Functionchoices
()
src/betterdiscord/builtins/commands/settings.ts:25
Functionchoices
()
src/betterdiscord/builtins/commands/addons.ts:33
Methodchoices
()
src/betterdiscord/modules/commandmanager.tsx:388
MethodclearInviteFromStore
()
src/betterdiscord/types/discord/modules.d.ts:153
MethodclearPending
()
src/betterdiscord/modules/updater.ts:280
FunctioncloneObject
(target: T, newObject: Partial<T> = {}, keys?: Array<keyof T>)
src/common/utils/clone.ts:9
MethodcloseNotification
(immediately = false)
src/betterdiscord/ui/notices.ts:58
Methodcollection
()
src/betterdiscord/structs/builtin.ts:15
Functioncombine
Generates a combined function from a list of filters.
src/betterdiscord/api/webpack.ts:66
Functioncombine
(...filters: Webpack.ModuleFilter[])
src/betterdiscord/webpack/filter.ts:127
FunctioncompileFunction
(code: string, params: string[] = [], options = {})
src/electron/preload/api/vm.ts:3
MethodcomponentDidCatch
()
src/betterdiscord/api/reactutils.ts:218
MethodcomponentDidCatch
(error: Error)
src/betterdiscord/ui/errorboundary.tsx:31
MethodcomponentDidCatch
()
src/betterdiscord/ui/modals.ts:295
MethodcomponentDidMount
()
src/betterdiscord/api/reactutils.ts:222
MethodcomponentDidMount
()
src/betterdiscord/ui/modals.ts:299
MethodcomponentWillEnter
(finish: () => void)
src/betterdiscord/ui/modals/stack.tsx:20
MethodcomponentWillLeave
(finish: () => void)
src/betterdiscord/ui/modals/stack.tsx:28
Methodconstructor
* @param {import("electron").BrowserWindowConstructorOptions} options * @returns
src/electron/main/modules/browserwindow.ts:29
Methodconstructor
()
src/betterdiscord/modules/ipc.ts:10
Methodconstructor
()
src/betterdiscord/modules/emitter.ts:4
Methodconstructor
(type: "plugin" | "theme")
src/betterdiscord/modules/updater.ts:251
Methodconstructor
* @private * @param {BdWebGuild} guild
src/betterdiscord/modules/addonstore.ts:76
Methodconstructor
* Do not directly call * @private * @param {BdWebAddon} addon
src/betterdiscord/modules/addonstore.ts:171
Methodconstructor
()
src/betterdiscord/modules/pluginmanager.ts:41
Methodconstructor
()
src/betterdiscord/stores/editor.ts:9
Methodconstructor
(manager: AddonManager)
src/betterdiscord/api/addonapi.ts:10
Methodconstructor
(pluginName: string)
src/betterdiscord/api/index.ts:138
Methodconstructor
(callerName?: string)
src/betterdiscord/api/commands.ts:22
Methodconstructor
(pluginName?: string)
src/betterdiscord/api/data.ts:31
Methodconstructor
(props: any)
src/betterdiscord/api/reactutils.ts:212
Methodconstructor
(callerName: CN)
src/betterdiscord/api/hooks.ts:16
Methodconstructor
* @param {string} pluginName - Name of the plugin * @param {string} nameStyle - CSS to style the plugin name * @param {string} messageStyl
src/betterdiscord/api/logger.ts:47
Methodconstructor
(callerName?: string)
src/betterdiscord/api/patcher.ts:37
Methodconstructor
(callerName?: string)
src/betterdiscord/api/dom.ts:28
Methodconstructor
(dried: DriedResponse)
src/betterdiscord/api/fetch.ts:33
Methodconstructor
()
src/betterdiscord/builtins/customcss.ts:42
Methodconstructor
()
src/betterdiscord/builtins/store/addonstore.ts:87
Methodconstructor
()
src/betterdiscord/builtins/general/voicedisconnect.ts:10
Methodconstructor
* * @constructor * @param {HTMLElement} node - DOM node to monitor and show the tooltip on * @param {string|HTMLElement} tip - strin
src/betterdiscord/ui/tooltip.ts:45
Methodconstructor
* Creates an error boundary with optional fallbacks and debug info. * @param {object} props * @param {ReactElement[]} [props.children] - A
src/betterdiscord/ui/errorboundary.tsx:26
Methodconstructor
()
src/betterdiscord/ui/notifications.tsx:58
Methodconstructor
(props?: any)
src/betterdiscord/ui/modals.ts:288
Methodconstructor
(props: {onClose(): void; render(p: any): ReactNode;})
src/betterdiscord/ui/modals/stack.tsx:15
Methodconstructor
(id: string, parent: Module | null, require?: (mod: string) => any)
src/betterdiscord/polyfill/module.ts:98
Methodconstructor
(name: string, filename: string, message: string, error: ErrorInfo, type: string)
src/betterdiscord/structs/addonerror.ts:10
Methodcontainer
Container where the tooltip will be appended.
src/betterdiscord/ui/tooltip.ts:82
Functioncontext
@private
src/common/i18n.ts:128
FunctioncreateBrowserWindow
(_: IpcMainInvokeEvent, url: string, {windowOptions, closeOnUrl}: {windowOptions?: BrowserWindowConstructorOpt
src/electron/main/modules/ipc.ts:65
FunctioncreateDirectory
(path: string, options: object)
src/electron/preload/api/filesystem.ts:27
MethodcreateFriendInvite
()
src/betterdiscord/types/discord/modules.d.ts:150
FunctioncreateHash
(type: string)
src/electron/preload/api/crypto.ts:14
MethodcreateInvite
()
src/betterdiscord/types/discord/modules.d.ts:147
FunctioncreateNodePatcher
()
src/betterdiscord/api/reactutils.ts:320
MethodcreateNodePatcher
()
src/betterdiscord/api/reactutils.ts:126
MethodcreateRequire
()
src/betterdiscord/polyfill/module.ts:84
FunctioncreateTooltip
* Creates a tooltip to automatically show on hover. * * @param {HTMLElement} node DOM node to monitor and show the tooltip on * @param
src/betterdiscord/api/ui.ts:64
FunctioncreateWriteStream
(path: string, options: object)
src/electron/preload/api/filesystem.ts:63
FunctioncreateWriteStream
(path: string, options: object)
src/betterdiscord/polyfill/fs.ts:161
Methodd
(target: object, exports: Record<string, () => any>)
src/betterdiscord/types/discord/webpack.d.ts:4
MethoddebugListener
(e: KeyboardEvent)
src/betterdiscord/builtins/developer/debugger.ts:16
Methoddefault
Shorthand for `type = "default"` for {@link module:Toasts.show}
src/betterdiscord/stores/toasts.ts:69
MethoddefaultLocale
()
src/betterdiscord/modules/localemanager.ts:7
FunctiondeleteAddon
(idOrFileOrAddon: string | T)
src/betterdiscord/modules/addonmanager.ts:357
FunctiondeleteDirectory
(path: string, options: object)
src/electron/preload/api/filesystem.ts:31
Methoddescription
()
src/betterdiscord/modules/commandmanager.tsx:364
Functiondigest
(encoding: BinaryToTextEncoding)
src/electron/preload/api/crypto.ts:23
← previousnext →701–800 of 1,293, ranked by callers