Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HiDeoo/YaTA
/ functions
Functions
584 in github.com/HiDeoo/YaTA
⨍
Functions
584
◇
Types & classes
393
↓ 1 callers
Function
getLogsByIds
(state: ApplicationState, ids: string[])
src/store/selectors/logs.ts:61
↓ 1 callers
Method
getLogsHeader
* Returns the header of logs. * @return The header.
src/components/LogsExporter.tsx:281
↓ 1 callers
Method
getMessageEmotes
* Returns the emotes included in a message. * @param words - The message words. * @return The emotes.
src/libs/EmotesProvider.ts:157
↓ 1 callers
Function
getMonthFromIndex
(monthIndex: number)
src/utils/time.ts:58
↓ 1 callers
Function
getNotesBackup
(state: ApplicationState)
src/store/selectors/notes.ts:28
↓ 1 callers
Method
getPotentialNextWord
* 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 callers
Function
getRandomString
(length = 128)
src/utils/crypto.ts:8
↓ 1 callers
Method
getReadableColor
* Find the closest readable color. * @return The color.
src/libs/ChatterColor.ts:59
↓ 1 callers
Function
getSettingsBackup
(state: ApplicationState)
src/store/selectors/settings.ts:107
↓ 1 callers
Method
getSlowModeMenuIcon
* 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 callers
Method
getSoundDetails
* Gets a specific sound details. * @param sound - The id of the sound. * @return The sound audio & volume.
src/libs/Sound.ts:68
↓ 1 callers
Method
getSpecificWidth
* 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 callers
Method
getTimerJitter
* 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 callers
Method
getTopics
* 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 callers
Method
getUrl
* Returns the URL for a request. * @param endpoint - The endpoint to fetch. * @return The URL.
src/libs/StrawPoll.ts:57
↓ 1 callers
Method
getUrl
* Returns the URL for a request. * @param endpoint - The endpoint to fetch. * @param [searchParams={}] - Additional search parameters. * @r
src/libs/Ivr.ts:66
↓ 1 callers
Method
getUrl
* Returns the URL for a request. * @param endpoint - The endpoint to fetch. * @return The URL.
src/libs/Imgur.ts:33
↓ 1 callers
Method
getUrl
* Returns the URL for a request. * @param endpoint - The endpoint to fetch. * @param [searchParams={}] - Additional search parameters. * @r
src/libs/Robotty.ts:36
↓ 1 callers
Method
getUrl
* Returns the URL for a request. * @param endpoint - The endpoint to fetch. * @return The URL.
src/libs/Pronouns.ts:51
↓ 1 callers
Method
getValidationState
* 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 callers
Function
getWordAtPosition
(str: string, position: number)
src/utils/string.ts:29
↓ 1 callers
Method
handle
* Handles the command.
src/libs/Command.ts:204
↓ 1 callers
Method
handleAutoModQueue
* Handles AutoMod queue. * @param message - The message describing the AutoMod queue message.
src/libs/PubSub.ts:345
↓ 1 callers
Method
handleMessage
* Handles a message received from the Twitch PubSub. * @param message - The received message.
src/libs/PubSub.ts:287
↓ 1 callers
Method
handleModeratorActions
* Handles moderator actions. * @param message - The message describing a moderator action.
src/libs/PubSub.ts:317
↓ 1 callers
Method
handlePong
* Handles a PONG response received from the Twitch PubSub.
src/libs/PubSub.ts:264
↓ 1 callers
Method
handleReponse
* Handles a response received from the Twitch PubSub. * @param response - The received response.
src/libs/PubSub.ts:274
↓ 1 callers
Method
isFixedWidthEmote
* 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 callers
Method
isHelpCommand
* Checks if a message is a help command (`/help`). * @param message - A message potentially containing a help command.
src/libs/Command.ts:47
↓ 1 callers
Method
isImageDataTransfer
* 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 callers
Method
isKnownCommand
* 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 callers
Function
isLog
(item: any)
src/store/ducks/logs.ts:356
↓ 1 callers
Method
isStream
* 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 callers
Method
isUsernameCompletableCommandArgument
* 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 callers
Method
isValidDataTransfer
* 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 callers
Method
isValidPrefix
* Defines if a provider prefix is valid. * @param prefix - The prefix. * @return `true` when the prefix is valid.
src/libs/EmotesProvider.ts:99
↓ 1 callers
Method
isWhisperReplyCommand
* 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 callers
Method
listen
* Listens to a list of topics. * @param topics - The list of topics.
src/libs/PubSub.ts:244
↓ 1 callers
Function
makeGetChatterLogs
()
src/store/selectors/chatters.ts:39
↓ 1 callers
Function
makeGetChatterNote
()
src/store/selectors/notes.ts:18
↓ 1 callers
Function
markAsRead
(id: string)
src/store/ducks/logs.ts:278
↓ 1 callers
Method
openActivityFeed
* Opens the Twitch activity feed of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:292
↓ 1 callers
Method
openModView
* Opens the Twitch mod view of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:248
↓ 1 callers
Method
openRewardsQueue
* Opens the Twitch rewards queue of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:236
↓ 1 callers
Method
openStreamInfos
* Opens the Twitch stream infos of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:280
↓ 1 callers
Method
openStreamManager
* Opens the Twitch stream manager of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:256
↓ 1 callers
Method
openStreamSummary
* Opens the Twitch stream summary of a specific channel. * @param channel - The channel.
src/libs/Twitch.ts:268
↓ 1 callers
Method
parseAdditionalEmotes
* Parses a message for additional emotes. * @param words - The message words. * @param emotes - The message emotes.
src/libs/Message.ts:201
↓ 1 callers
Method
parseBadges
* 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 callers
Method
parseChatters
* Parses chatters into actual rows to render. * @param chatters - The chatters * @return The rows to render.
src/components/Chatters.tsx:246
↓ 1 callers
Method
parseCheermotes
* 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 callers
Method
parseEmotes
* Parses a message for emotes. * @param parsedMessage - The message being parsed. * @param emotes - The message emotes.
src/libs/Message.ts:303
↓ 1 callers
Method
parseHighlights
* Parses a message for highlights. * @param words - The message words. * @param parsedMessage - The message being parsed.
src/libs/Message.ts:406
↓ 1 callers
Method
parseMentions
* Parses a message for mentions. * @param words - The message words. * @param parsedMessage - The message being parsed. * @param currentUsern
src/libs/Message.ts:346
↓ 1 callers
Method
parseMessage
* 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 callers
Method
parsePreviews
* Parses the message for potential previews. * @param message - The message to parse.
src/libs/Message.ts:451
↓ 1 callers
Method
parseReplyReference
* 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 callers
Method
parseShrug
* 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 callers
Method
parseWhisper
* Parses a message as a whisper command (/w user message). * @return The whisper details.
src/libs/Command.ts:106
↓ 1 callers
Method
popView
()
src/components/ViewStack.tsx:134
↓ 1 callers
Function
readTextFile
(file: File)
src/utils/html.ts:49
↓ 1 callers
Method
render
* Renders the component. * @return Element to render.
src/components/Player.tsx:95
↓ 1 callers
Method
renderActionTypeMenu
* Renders the action type menu. * @return Element to render.
src/containers/SettingsActions.tsx:212
↓ 1 callers
Function
renderApplication
* 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 callers
Method
renderBadges
* Renders badges by directly setting HTML from React. * @return The HTML content to render.
src/components/Message.tsx:351
↓ 1 callers
Method
renderButtons
* Renders action buttons. * @return Element to render.
src/containers/SettingsActions.tsx:179
↓ 1 callers
Method
renderContextMenu
* Renders the context menu when enabled. * @return Element to render.
src/components/Message.tsx:284
↓ 1 callers
Method
renderContols
* Renders the controls. * @return Element to render.
src/containers/StreamList.tsx:264
↓ 1 callers
Method
renderCurrentView
* Renders the current view. * @return Element to render.
src/components/ViewStack.tsx:76
↓ 1 callers
Method
renderDetails
* Renders the details. * @return Element to render.
src/containers/EmoteDetails.tsx:133
↓ 1 callers
Method
renderDetails
* Renders the chatter details. * @return Element to render.
src/containers/ChatterDetails.tsx:455
↓ 1 callers
Method
renderEmoteSet
* 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 callers
Method
renderFollowAge
* Renders the follow age. * @return Element to render.
src/containers/ChatterDetails.tsx:576
↓ 1 callers
Method
renderHistoricalMessage
* Renders an historical message. * @return Element to render.
src/components/Message.tsx:247
↓ 1 callers
Method
renderHistory
* Renders the chatter messages history if possible. * @return Element to render.
src/containers/ChatterDetails.tsx:528
↓ 1 callers
Method
renderInitialContent
* Renders the initial content. * @return Element to render.
src/components/StreamOmnibar.tsx:93
↓ 1 callers
Method
renderList
* Renders the chatters list. * @return Element to render.
src/components/Chatters.tsx:143
↓ 1 callers
Method
renderModerationTools
* Renders the moderation tools. * @return Element to render.
src/containers/ChatterDetails.tsx:408
↓ 1 callers
Method
renderNoResults
* Renders a query without results. * @return Element to render.
src/components/StreamOmnibar.tsx:101
↓ 1 callers
Method
renderNote
* Renders the note. * @return Element to render.
src/containers/ChatterDetails.tsx:382
↓ 1 callers
Method
renderOrderButtons
* Renders the order buttons if needed. * @return Element to render.
src/components/SettingsAction.tsx:118
↓ 1 callers
Method
renderPlaceholder
* Renders an action placeholder. * @return Element to render.
src/containers/SettingsActions.tsx:198
↓ 1 callers
Method
renderPreview
* Renders the emotes preview. * @return Element to render.
src/containers/EmotePicker.tsx:241
↓ 1 callers
Method
renderPreviews
* Renders the previews if necessary. * @return Element to render.
src/components/Message.tsx:268
↓ 1 callers
Method
renderResults
* Renders the results. * @return Element to render.
src/containers/Search.tsx:164
↓ 1 callers
Method
renderStatus
* Render the status indicator if necessary. * @return Element to render.
src/components/Header.tsx:190
↓ 1 callers
Method
renderStream
* Renders a stream. * @return Element to render.
src/components/Stream.tsx:154
↓ 1 callers
Method
renderStream
* Renders the stream details. * @return Element to render.
src/components/ChannelDetailsOverview.tsx:214
↓ 1 callers
Method
renderSubAge
* Renders the subscription age. * @return Element to render.
src/containers/ChatterDetails.tsx:548
↓ 1 callers
Method
renderThemeConfirmation
* Renders the theme confirmation. * @return Element to render.
src/containers/SettingsGeneral.tsx:170
↓ 1 callers
Method
renderTitle
* Renders the dialog title. * @param initialView - The intiial view of the stack. * @return Element to render.
src/components/Settings.tsx:151
↓ 1 callers
Function
replaceImgTagByAlt
(str: string)
src/utils/html.ts:40
↓ 1 callers
Function
reportError
(error: Error)
src/utils/bugs.ts:22
↓ 1 callers
Method
resolve
(preview: UnresolvedPreview)
src/libs/PreviewProvider.ts:9
↓ 1 callers
Function
rotateLogs
* Rotates the logs. * @param state - The state holding the logs. * @return The new state with rotated logs.
src/store/ducks/logs.ts:28
↓ 1 callers
Method
sanitizeChannel
* 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 callers
Method
sanitizeColor
* 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 callers
Method
sanitizeGroup
* Sanitizes a chatter group. * @param group - The group to sanitize. * @return The sanitized group.
src/components/Chatters.tsx:288
↓ 1 callers
Method
sanitizeRawEmotes
* 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 callers
Method
sanitizeRawEmotes
* Sanitizes emotes returned by the Ffz API. * @param rawEmotes - The emotes returned by the API. * @return The sanitized emotes.
src/libs/Bttv.ts:53
← previous
next →
201–300 of 584, ranked by callers