MCPcopy Create free account

hub / github.com/HiDeoo/YaTA / functions

Functions584 in github.com/HiDeoo/YaTA

↓ 1 callersFunctiongetLogsByIds
(state: ApplicationState, ids: string[])
src/store/selectors/logs.ts:61
↓ 1 callersMethodgetLogsHeader
* Returns the header of logs. * @return The header.
src/components/LogsExporter.tsx:281
↓ 1 callersMethodgetMessageEmotes
* Returns the emotes included in a message. * @param words - The message words. * @return The emotes.
src/libs/EmotesProvider.ts:157
↓ 1 callersFunctiongetMonthFromIndex
(monthIndex: number)
src/utils/time.ts:58
↓ 1 callersFunctiongetNotesBackup
(state: ApplicationState)
src/store/selectors/notes.ts:28
↓ 1 callersMethodgetPotentialNextWord
* Returns a potentially splitted word. * @param words - The message words. * @param index - The starting index. * @return The potentially s
src/libs/EmotesProvider.ts:282
↓ 1 callersFunctiongetRandomString
(length = 128)
src/utils/crypto.ts:8
↓ 1 callersMethodgetReadableColor
* Find the closest readable color. * @return The color.
src/libs/ChatterColor.ts:59
↓ 1 callersFunctiongetSettingsBackup
(state: ApplicationState)
src/store/selectors/settings.ts:107
↓ 1 callersMethodgetSlowModeMenuIcon
* Returns the menu icon for a specicic slow mode duration. * @param slowDuration - The slow duration. * @return The icon name.
src/components/ModerationMenuItems.tsx:111
↓ 1 callersMethodgetSoundDetails
* Gets a specific sound details. * @param sound - The id of the sound. * @return The sound audio & volume.
src/libs/Sound.ts:68
↓ 1 callersMethodgetSpecificWidth
* Returns the specific min-width of an emote if necessary. * @param id - The emote id. * @return The minimum width or an empty string.
src/libs/EmotesProvider.ts:294
↓ 1 callersMethodgetTimerJitter
* Returns small random jitter to add to timers to avoid having all clients issuing commands simultaneously. * @return The time jitter.
src/libs/PubSub.ts:219
↓ 1 callersMethodgetTopics
* Returns the list of topics to listen to. * @param channelId - The current channel ID. * @param userId - The authenticated user ID. * @ret
src/libs/PubSub.ts:229
↓ 1 callersMethodgetUrl
* Returns the URL for a request. * @param endpoint - The endpoint to fetch. * @return The URL.
src/libs/StrawPoll.ts:57
↓ 1 callersMethodgetUrl
* Returns the URL for a request. * @param endpoint - The endpoint to fetch. * @param [searchParams={}] - Additional search parameters. * @r
src/libs/Ivr.ts:66
↓ 1 callersMethodgetUrl
* Returns the URL for a request. * @param endpoint - The endpoint to fetch. * @return The URL.
src/libs/Imgur.ts:33
↓ 1 callersMethodgetUrl
* Returns the URL for a request. * @param endpoint - The endpoint to fetch. * @param [searchParams={}] - Additional search parameters. * @r
src/libs/Robotty.ts:36
↓ 1 callersMethodgetUrl
* Returns the URL for a request. * @param endpoint - The endpoint to fetch. * @return The URL.
src/libs/Pronouns.ts:51
↓ 1 callersMethodgetValidationState
* Returns the validation state. * @param id - The id of the current property being modified. * @param checked - Defines if the modified proper
src/components/LogsExporter.tsx:337
↓ 1 callersFunctiongetWordAtPosition
(str: string, position: number)
src/utils/string.ts:29
↓ 1 callersMethodhandle
* Handles the command.
src/libs/Command.ts:204
↓ 1 callersMethodhandleAutoModQueue
* Handles AutoMod queue. * @param message - The message describing the AutoMod queue message.
src/libs/PubSub.ts:345
↓ 1 callersMethodhandleMessage
* Handles a message received from the Twitch PubSub. * @param message - The received message.
src/libs/PubSub.ts:287
↓ 1 callersMethodhandleModeratorActions
* Handles moderator actions. * @param message - The message describing a moderator action.
src/libs/PubSub.ts:317
↓ 1 callersMethodhandlePong
* Handles a PONG response received from the Twitch PubSub.
src/libs/PubSub.ts:264
↓ 1 callersMethodhandleReponse
* Handles a response received from the Twitch PubSub. * @param response - The received response.
src/libs/PubSub.ts:274
↓ 1 callersMethodisFixedWidthEmote
* Defines if an emote id matches a fixed width emote. * @param id - The emote id. * @return `true` when the id matches a fixed width emote.
src/libs/EmotesProvider.ts:117
↓ 1 callersMethodisHelpCommand
* Checks if a message is a help command (`/help`). * @param message - A message potentially containing a help command.
src/libs/Command.ts:47
↓ 1 callersMethodisImageDataTransfer
* Defines if a drag event data contains an image. * @param event - The event. * @return `true` if the event is an image data transfer.
src/components/DropOverlay.tsx:152
↓ 1 callersMethodisKnownCommand
* Defines if an emote code matches a Twitch RegExp emote. * @param code - The emote code. * @return `true` when the code matches a Twitch RegExp
src/libs/Command.ts:177
↓ 1 callersFunctionisLog
(item: any)
src/store/ducks/logs.ts:356
↓ 1 callersMethodisStream
* Defines if an object is either a stream or a follow. * @param streamOrFollow - The stream or follow to identify. * @return `true` of the para
src/libs/Twitch.ts:761
↓ 1 callersMethodisUsernameCompletableCommandArgument
* Checks if the cursor in a message is associated to a command username auto-completable argument. * Note: at the moment, it is assumed that all co
src/libs/Command.ts:59
↓ 1 callersMethodisValidDataTransfer
* Defines if a DragEvent is associated to a valid drag & drop operation / data transfer. * We're only accepting files at the moment. * Note: Eve
src/components/DropOverlay.tsx:134
↓ 1 callersMethodisValidPrefix
* Defines if a provider prefix is valid. * @param prefix - The prefix. * @return `true` when the prefix is valid.
src/libs/EmotesProvider.ts:99
↓ 1 callersMethodisWhisperReplyCommand
* Checks if a message is a whisper reply command (`/r`). * @param message - A message potentially containing a whisper reply command.
src/libs/Command.ts:39
↓ 1 callersMethodlisten
* Listens to a list of topics. * @param topics - The list of topics.
src/libs/PubSub.ts:244
↓ 1 callersFunctionmakeGetChatterLogs
()
src/store/selectors/chatters.ts:39
↓ 1 callersFunctionmakeGetChatterNote
()
src/store/selectors/notes.ts:18
↓ 1 callersFunctionmarkAsRead
(id: string)
src/store/ducks/logs.ts:278
↓ 1 callersMethodopenActivityFeed
* Opens the Twitch activity feed of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:292
↓ 1 callersMethodopenModView
* Opens the Twitch mod view of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:248
↓ 1 callersMethodopenRewardsQueue
* Opens the Twitch rewards queue of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:236
↓ 1 callersMethodopenStreamInfos
* Opens the Twitch stream infos of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:280
↓ 1 callersMethodopenStreamManager
* Opens the Twitch stream manager of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:256
↓ 1 callersMethodopenStreamSummary
* Opens the Twitch stream summary of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:268
↓ 1 callersMethodparseAdditionalEmotes
* Parses a message for additional emotes. * @param words - The message words. * @param emotes - The message emotes.
src/libs/Message.ts:201
↓ 1 callersMethodparseBadges
* Parses badges. * @param userstate - The userstate. * @param hideVIP - Defines if the VIP badge should be hidden or not. * @return Parsed
src/libs/Message.ts:128
↓ 1 callersMethodparseChatters
* Parses chatters into actual rows to render. * @param chatters - The chatters * @return The rows to render.
src/components/Chatters.tsx:246
↓ 1 callersMethodparseCheermotes
* Parses a message for cheermotes. * @param message - The message to parse. * @param totalBits - The number of bits in the message. * @retu
src/libs/Message.ts:229
↓ 1 callersMethodparseEmotes
* Parses a message for emotes. * @param parsedMessage - The message being parsed. * @param emotes - The message emotes.
src/libs/Message.ts:303
↓ 1 callersMethodparseHighlights
* Parses a message for highlights. * @param words - The message words. * @param parsedMessage - The message being parsed.
src/libs/Message.ts:406
↓ 1 callersMethodparseMentions
* Parses a message for mentions. * @param words - The message words. * @param parsedMessage - The message being parsed. * @param currentUsern
src/libs/Message.ts:346
↓ 1 callersMethodparseMessage
* Parses a message for emotes, mentions, links, etc. * @param message - The message to parse. * @param userstate - The userstate. * @param cu
src/libs/Message.ts:172
↓ 1 callersMethodparsePreviews
* Parses the message for potential previews. * @param message - The message to parse.
src/libs/Message.ts:451
↓ 1 callersMethodparseReplyReference
* Parses a message reply reference if any. * @param userstate - The userstate. * @param currentUsername - The name of the current user. * @
src/libs/Message.ts:467
↓ 1 callersMethodparseShrug
* Parses a message as a shrug command (/shrug). * @return The new message with the inserted shrug if the message contained a shrug command..
src/libs/Command.ts:123
↓ 1 callersMethodparseWhisper
* Parses a message as a whisper command (/w user message). * @return The whisper details.
src/libs/Command.ts:106
↓ 1 callersMethodpopView
()
src/components/ViewStack.tsx:134
↓ 1 callersFunctionreadTextFile
(file: File)
src/utils/html.ts:49
↓ 1 callersMethodrender
* Renders the component. * @return Element to render.
src/components/Player.tsx:95
↓ 1 callersMethodrenderActionTypeMenu
* Renders the action type menu. * @return Element to render.
src/containers/SettingsActions.tsx:212
↓ 1 callersFunctionrenderApplication
* Renders the application while passing down the Redux store. * @param Component - The root component of the application. * @param configuration - T
src/index.tsx:17
↓ 1 callersMethodrenderBadges
* Renders badges by directly setting HTML from React. * @return The HTML content to render.
src/components/Message.tsx:351
↓ 1 callersMethodrenderButtons
* Renders action buttons. * @return Element to render.
src/containers/SettingsActions.tsx:179
↓ 1 callersMethodrenderContextMenu
* Renders the context menu when enabled. * @return Element to render.
src/components/Message.tsx:284
↓ 1 callersMethodrenderContols
* Renders the controls. * @return Element to render.
src/containers/StreamList.tsx:264
↓ 1 callersMethodrenderCurrentView
* Renders the current view. * @return Element to render.
src/components/ViewStack.tsx:76
↓ 1 callersMethodrenderDetails
* Renders the details. * @return Element to render.
src/containers/EmoteDetails.tsx:133
↓ 1 callersMethodrenderDetails
* Renders the chatter details. * @return Element to render.
src/containers/ChatterDetails.tsx:455
↓ 1 callersMethodrenderEmoteSet
* Renders the emotes set. * @param emoteSet - The emote set to render. * @param provider - The associated emotes provider. * @return Elemen
src/containers/EmoteDetails.tsx:187
↓ 1 callersMethodrenderFollowAge
* Renders the follow age. * @return Element to render.
src/containers/ChatterDetails.tsx:576
↓ 1 callersMethodrenderHistoricalMessage
* Renders an historical message. * @return Element to render.
src/components/Message.tsx:247
↓ 1 callersMethodrenderHistory
* Renders the chatter messages history if possible. * @return Element to render.
src/containers/ChatterDetails.tsx:528
↓ 1 callersMethodrenderInitialContent
* Renders the initial content. * @return Element to render.
src/components/StreamOmnibar.tsx:93
↓ 1 callersMethodrenderList
* Renders the chatters list. * @return Element to render.
src/components/Chatters.tsx:143
↓ 1 callersMethodrenderModerationTools
* Renders the moderation tools. * @return Element to render.
src/containers/ChatterDetails.tsx:408
↓ 1 callersMethodrenderNoResults
* Renders a query without results. * @return Element to render.
src/components/StreamOmnibar.tsx:101
↓ 1 callersMethodrenderNote
* Renders the note. * @return Element to render.
src/containers/ChatterDetails.tsx:382
↓ 1 callersMethodrenderOrderButtons
* Renders the order buttons if needed. * @return Element to render.
src/components/SettingsAction.tsx:118
↓ 1 callersMethodrenderPlaceholder
* Renders an action placeholder. * @return Element to render.
src/containers/SettingsActions.tsx:198
↓ 1 callersMethodrenderPreview
* Renders the emotes preview. * @return Element to render.
src/containers/EmotePicker.tsx:241
↓ 1 callersMethodrenderPreviews
* Renders the previews if necessary. * @return Element to render.
src/components/Message.tsx:268
↓ 1 callersMethodrenderResults
* Renders the results. * @return Element to render.
src/containers/Search.tsx:164
↓ 1 callersMethodrenderStatus
* Render the status indicator if necessary. * @return Element to render.
src/components/Header.tsx:190
↓ 1 callersMethodrenderStream
* Renders a stream. * @return Element to render.
src/components/Stream.tsx:154
↓ 1 callersMethodrenderStream
* Renders the stream details. * @return Element to render.
src/components/ChannelDetailsOverview.tsx:214
↓ 1 callersMethodrenderSubAge
* Renders the subscription age. * @return Element to render.
src/containers/ChatterDetails.tsx:548
↓ 1 callersMethodrenderThemeConfirmation
* Renders the theme confirmation. * @return Element to render.
src/containers/SettingsGeneral.tsx:170
↓ 1 callersMethodrenderTitle
* Renders the dialog title. * @param initialView - The intiial view of the stack. * @return Element to render.
src/components/Settings.tsx:151
↓ 1 callersFunctionreplaceImgTagByAlt
(str: string)
src/utils/html.ts:40
↓ 1 callersFunctionreportError
(error: Error)
src/utils/bugs.ts:22
↓ 1 callersMethodresolve
(preview: UnresolvedPreview)
src/libs/PreviewProvider.ts:9
↓ 1 callersFunctionrotateLogs
* Rotates the logs. * @param state - The state holding the logs. * @return The new state with rotated logs.
src/store/ducks/logs.ts:28
↓ 1 callersMethodsanitizeChannel
* Sanitizes the name of a channel (remove the extra # at the beginning if present). * @param channel - The channel name to sanitize. * @return
src/libs/Twitch.ts:177
↓ 1 callersMethodsanitizeColor
* Sanitizes colors if necessary. * @param color - The color to sanitize. * @param theme - The current theme. * @return The sanitized color.
src/libs/Chatter.ts:110
↓ 1 callersMethodsanitizeGroup
* Sanitizes a chatter group. * @param group - The group to sanitize. * @return The sanitized group.
src/components/Chatters.tsx:288
↓ 1 callersMethodsanitizeRawEmotes
* Sanitizes emotes returned by the Ffz API. * @param rawEmotes - The emotes returned by the API. * @return The sanitized emotes.
src/libs/Ffz.ts:53
↓ 1 callersMethodsanitizeRawEmotes
* Sanitizes emotes returned by the Ffz API. * @param rawEmotes - The emotes returned by the API. * @return The sanitized emotes.
src/libs/Bttv.ts:53
← previousnext →201–300 of 584, ranked by callers