MCPcopy Create free account

hub / github.com/HiDeoo/YaTA / functions

Functions584 in github.com/HiDeoo/YaTA

↓ 1 callersMethodsanitizeTwitchEmotes
* Sanitizes Twitch emotes by removing smilies. * @param emotes - The emotes to sanitize. * @return The sanitized emotes.
src/libs/EmotesProvider.ts:80
↓ 1 callersFunctionsanitizeUrlForPreview
(urlToSanitize: string)
src/utils/html.ts:74
↓ 1 callersMethodserialize
* Serializes a chat message. * @return The serialized chat message.
src/libs/Message.ts:94
↓ 1 callersMethodsetBadges
* Sets the badges. * @param badges - The badges.
src/libs/Resources.ts:61
↓ 1 callersMethodsetCheermotes
* Sets the cheermotes. * @param cheermotes - The cheermotes.
src/libs/Resources.ts:77
↓ 1 callersMethodsetEmoticonsSetId
* Sets the emoticons set id. * @param id - The emoticons set id.
src/libs/Resources.ts:85
↓ 1 callersMethodsetHighlightAllMentions
* Defines if we should highlight all mentions or not. * @param highlightAllMentions - `true` to highlight all mentions.
src/libs/Resources.ts:133
↓ 1 callersMethodsetHighlights
* Sets the highlights, highlights ignored users and highlights permanent users. * @param highlights - The highlights. * @param ignoredUsers - Th
src/libs/Resources.ts:123
↓ 1 callersMethodsetSelfReplyReference
* Sets the reply reference for a message sent by the current user. * @param userstate - The associated userstate.
src/containers/Chat.tsx:1396
↓ 1 callersMethodshouldAlwaysHighlight
* Check if a message should always be highlighted. * @param username - The username. * @return `true` when highlighted.
src/libs/Resources.ts:194
↓ 1 callersMethodshouldHighlightNotification
* Defines which notification event should be highlighted. * @return `true` to highlight.
src/components/Notification.tsx:89
↓ 1 callersMethodshouldIgnoreHighlights
* Check if highlights from a specific user should be ignored. * @param username - The username. * @return `true` when ignored.
src/libs/Resources.ts:185
↓ 1 callersFunctionshouldRotateLogs
* Determines if logs should be rotated. * @param state - The state holding the logs. * @return `true` when logs should be rotated.
src/store/ducks/logs.ts:19
↓ 1 callersMethodstartCommercial
* Starts a commercial on a channel. * @param channelId - The id of the channel. * @param duration - The commercial duration.
src/libs/Twitch.ts:384
↓ 1 callersMethodstartMonitoringViewerCount
* Starts monitoring the viewer count.
src/containers/Channel.tsx:667
↓ 1 callersFunctionstartWithWhiteSpace
(str: string)
src/utils/string.ts:44
↓ 1 callersFunctionsubMonths
(date: Date, amount: number)
src/utils/date.ts:31
↓ 1 callersMethodtimeout
* Timeouts a user. * @param username - The name of the user to timeout. * @param duration - The duration of the timeout in seconds.
src/libs/Command.ts:265
↓ 1 callersFunctiontoBase64Url
(base64: string)
src/utils/string.ts:63
↓ 1 callersMethodudpateVolumes
* Updates the sound volumes. * @param settings - The new settings.
src/libs/Sound.ts:47
↓ 1 callersMethodunblockUser
* Unblocks a user. * @param targetId - The id of the user to unblock.
src/libs/Twitch.ts:736
↓ 1 callersMethodupdateChannelInformations
* Updates a channel informations. * @param channelId - The id of the channel to update. * @param title - The channel status / title. * @par
src/libs/Twitch.ts:369
↓ 1 callersMethodupdateColor
* Updates the message color. * @param newColor - The new color.
src/libs/Message.ts:85
↓ 1 callersMethodupload
* Uploads a file. * @param file - The file to upload.
src/components/DropOverlay.tsx:328
↓ 1 callersMethoduploadAnonymousFile
* Uploads an anonymous image. * @param file - The file to upload. * @return The upload data.
src/libs/Imgur.ts:19
↓ 1 callersMethodvalidateInputValue
* Validates the input value to determine if the message can be sent or not.
src/components/Input.tsx:487
↓ 1 callersMethodverify
(token: string)
src/@types/node-jose/index.d.ts:10
↓ 1 callersMethodverifyIdToken
* Validates an ID token. * @param token - The ID token received during authentication. * @return The verified ID token.
src/libs/Twitch.ts:154
↓ 1 callersMethodwhisper
* Sends a whisper. * @param username - The recipient. * @param whisper - The whisper to send. * @param [command] - The command used to send t
src/libs/Command.ts:256
FunctionChannelDetails
({ id, name })
src/components/ChannelDetails.tsx:18
FunctionDialog
({ disableDialogAnimations, ...restProps })
src/containers/Dialog.tsx:11
FunctionExternalButton
(props)
src/components/ExternalButton.tsx:9
FunctionExternalLink
({ children, ...restProps })
src/components/ExternalLink.tsx:6
FunctionHeaderTooltip
(props)
src/components/HeaderTooltip.tsx:7
FunctionLogin
({ location })
src/components/Login.tsx:229
FunctionNonIdealState
({ details, extra, retry = false, small = false, title = 'Something went wrong!', ...restProps }:
src/components/NonIdealState.tsx:35
FunctionSettingsAbout
(props)
src/components/SettingsAbout.tsx:67
FunctionSettingsInput
(props)
src/components/SettingsInput.tsx:7
FunctionSettingsView
({ children, ...restProps })
src/components/SettingsView.tsx:17
FunctionSettingsViewPicker
({ pushView })
src/components/SettingsViewPicker.tsx:22
FunctionSettingsViewSection
({ children, title })
src/components/SettingsViewSection.tsx:35
FunctionSpinner
({ size, large = false, small = false, ...props })
src/components/Spinner.tsx:9
FunctionWrapper
({ storeConfiguration })
src/components/Wrapper.tsx:15
FunctionaddAction
(action: SerializedAction)
src/store/ducks/settings.ts:557
FunctionaddChatter
(chatter: SerializedChatter, logId: string)
src/store/ducks/chatters.ts:174
MethodaddEmotesProvider
* Adds an emotes provider. * @param provider - The provider.
src/libs/Resources.ts:149
FunctionaddHighlight
(highlight: SerializedHighlight)
src/store/ducks/settings.ts:473
FunctionaddHighlightsIgnoredUsers
(usernames: string[])
src/store/ducks/settings.ts:517
FunctionaddHighlightsPermanentUsers
(usernames: string[])
src/store/ducks/settings.ts:537
FunctionaddLog
(log: Log)
src/store/ducks/logs.ts:216
FunctionaddMarker
()
src/store/ducks/logs.ts:271
FunctionaddPotentialChatter
(chatter: SerializedChatter, logId?: string)
src/store/ducks/chatters.ts:233
FunctionaddToHistory
(message: string)
src/store/ducks/app.ts:159
FunctionappReducer
(state = initialState, action)
src/store/ducks/app.ts:43
FunctionchattersReducer
(state = initialState, action)
src/store/ducks/chatters.ts:34
FunctionclearChatters
()
src/store/ducks/chatters.ts:224
FunctionclearLogs
()
src/store/ducks/logs.ts:255
MethodcomponentDidCatch
* Lifecycle: componentDidCatch. * @param error - The error.
src/containers/ErrorBoundary.tsx:52
MethodcomponentDidMount
* Lifecycle: componentDidMount.
src/components/DropOverlay.tsx:173
MethodcomponentDidMount
* Lifecycle: componentDidMount.
src/components/ChannelDetailsVideos.tsx:38
MethodcomponentDidMount
* Lifecycle: componentDidMount.
src/components/Help.tsx:63
MethodcomponentDidMount
* Lifecycle: componentDidMount.
src/components/ChannelDetailsSchedule.tsx:78
MethodcomponentDidMount
* Lifecycle: componentDidMount.
src/components/ChannelDetailsOverview.tsx:146
MethodcomponentDidMount
* Lifecycle: componentDidMount.
src/containers/StreamList.tsx:180
MethodcomponentDidMount
* Lifecycle: componentDidMount.
src/containers/Channel.tsx:179
MethodcomponentDidMount
* Lifecycle: componentDidMount.
src/containers/SettingsChangelog.tsx:99
MethodcomponentDidMount
* Lifecycle: componentDidMount.
src/containers/Chat.tsx:99
MethodcomponentDidMount
* Lifecycle: componentDidMount.
src/containers/Auth.tsx:29
MethodcomponentDidMount
* Lifecycle: componentDidMount.
src/containers/App.tsx:93
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate. * @param prevProps - The previous props. * @param prevState - The previous state.
src/components/PollEditor.tsx:128
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate. * @param prevProps - The previous props.
src/components/Chatters.tsx:92
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate.
src/components/Logs.tsx:60
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate. * @param prevProps - The previous props.
src/components/Input.tsx:228
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate. * @param prevProps - The previous props.
src/components/StreamOmnibar.tsx:31
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate. * @param prevProps - The previous props. * @param prevState - The previous state.
src/containers/Channel.tsx:193
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate. * @param prevProps - The previous props. * @param prevState - The previous state.
src/containers/EmotePicker.tsx:142
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate. * @param prevProps - The previous props.
src/containers/Chat.tsx:207
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate. * @param prevProps - The previous props.
src/containers/EmoteDetails.tsx:93
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate. * @param prevProps - The previous props.
src/containers/ChatterDetails.tsx:252
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate. * @param prevProps - The previous props.
src/containers/App.tsx:107
MethodcomponentDidUpdate
* Lifecycle: componentDidUpdate. * @param prevProps - The previous props. * @param prevState - The previous state.
src/containers/Search.tsx:111
MethodcomponentWillUnmount
* Lifecycle: componentWillUnmount.
src/components/DropOverlay.tsx:196
MethodcomponentWillUnmount
* Lifecycle: componentWillUnmount.
src/components/Help.tsx:70
MethodcomponentWillUnmount
* Lifecycle: componentWillUnmount.
src/containers/Channel.tsx:237
MethodcomponentWillUnmount
* Lifecycle: componentWillUnmount.
src/containers/Chat.tsx:229
Methodconstructor
* Creates a new instance of the component. * @param props - The props of the component.
src/components/History.tsx:60
Methodconstructor
* Creates a new instance of the component. * @class * @param props - The props of the component.
src/components/CommandsHelp.tsx:92
Methodconstructor
* Creates a new instance of the component. * @param props - The props of the component.
src/components/Logs.tsx:46
Methodconstructor
* Creates a new instance of the component. * @class * @param props - The props of the component.
src/components/ViewStack.tsx:26
Methodconstructor
* Creates a new instance of the component. * @class * @param props - The props of the component.
src/containers/Channel.tsx:163
Methodconstructor
* Creates a new instance of the component. * @param props - The props of the component.
src/containers/EmotePicker.tsx:127
Methodconstructor
* Creates a new instance of the component. * @param props - The props of the component.
src/containers/Chat.tsx:79
Methodconstructor
* Creates a new instance of the component. * @param props - The props of the component.
src/containers/App.tsx:59
Methodconstructor
* Creates a new instance of the component. * @param props - The props of the component.
src/containers/Search.tsx:95
Methodconstructor
* Creates a new rejected message. * @class * @param username - The name of the sender. * @param messageId - The rejected message ID. * @pa
src/libs/RejectedMessage.ts:27
Methodconstructor
* Creates a new notice. * @class * @param message - The received message. * @param event - The associated event if any. * @param linkify -
src/libs/Notice.ts:46
Methodconstructor
* Creates a new instance of the class. * @class * @param hexForeground - The foreground hexadecimal color. * @param hexBackground - The backg
src/libs/ChatterColor.ts:43
Methodconstructor
* Creates a new chatter instance. * @class * @param userstate - The associated user state. * @param theme - The current theme.
src/libs/Chatter.ts:57
Methodconstructor
* Creates a new instance of the class. * @class * @param message - A message containing a command validated by * `Command.isCommand()`.
src/libs/Command.ts:190
Methodconstructor
* Creates a new action instance. * @class * @param type - The action type. * @param name - The action name. * @param text - The action tex
src/libs/Action.ts:92
← previousnext →301–400 of 584, ranked by callers