MCPcopy Create free account

hub / github.com/catamphetamine/anychan / functions

Functions1,013 in github.com/catamphetamine/anychan

↓ 2 callersFunctionfindIndex
(list: any[], item: any, match: UserDataCollection['match'], encode: UserDataCollection['encode'])
src/UserData/types/list.ts:158
↓ 2 callersFunctionfinishSwitchingTheme
(style: HTMLElement)
src/utility/themes.ts:93
↓ 2 callersFunctionfixSubscribedThreadsData
( { userData, log = () => {} }: { userData: UserData, log: (...args: any[]) => void } )
src/UserData/fixSubscribedThreadsData.ts:8
↓ 2 callersFunctionfixThreadCommentData
({ userData, log = () => {} }: { userData: UserData, log?: (...args: any[]) => void })
src/UserData/fixThreadCommentData.ts:12
↓ 2 callersMethodflush
()
src/UserData/UserData.ts:401
↓ 2 callersFunctionforEachCollectionChunkInData
( collection: UserDataCollection, data: UserDataChunkDataEncoded, func: (data: UserDataChunkDataEncoded, me
src/UserData/collection.utility.ts:223
↓ 2 callersMethodget
(name?: keyof UserSettingsJson)
src/utility/settings/UserSettings.ts:42
↓ 2 callersFunctiongetAbsoluteUrl
(url: string, { dataSource }: { dataSource: DataSource })
src/utility/dataSource/getAbsoluteUrl.ts:6
↓ 2 callersFunctiongetActualDomain
()
src/utility/matchesDomain.ts:41
↓ 2 callersFunctiongetAutoUpdateNewCommentsState
( state: State['thread'], thread: Thread, { prevCommentsCount, userData }: { prevCommentsCount?: num
src/redux/thread.ts:352
↓ 2 callersFunctiongetBackgroundSlideOffsetForSliderValue
(value: number)
src/components/Captcha/TextCaptchaChallengeImageSlider.tsx:29
↓ 2 callersFunctiongetBackgroundVariantIdByName
(name: string)
src/components/Background.tsx:40
↓ 2 callersFunctiongetBuiltInBackgrounds
(type: 'dark' | 'light')
src/utility/background.ts:47
↓ 2 callersFunctiongetBuiltInThemes
()
src/utility/themes.ts:9
↓ 2 callersFunctiongetCacheKey
({ id, dataSource, multiDataSource }: { id: CacheId dataSource: DataSource, multiDataSource: boolean })
src/api/cached/cache.ts:99
↓ 2 callersFunctiongetCaptcha
({ dataSource, userSettings, ...rest }: { dataSource: DataSource, userSettings: UserSettings } & Omit<Get
src/api/getCaptcha.ts:5
↓ 2 callersFunctiongetChannelData
(channel: ChannelType)
dataSources/non-imageboards/example/api/utility/getChannelData.ts:5
↓ 2 callersFunctiongetChannelsCacheKey
({ dataSource, multiDataSource }: { dataSource: DataSource, multiDataSource: boolean })
src/api/cached/cache.ts:59
↓ 2 callersFunctiongetChannelsCached
({ dataSource, multiDataSource, forceRefresh, ...rest }: GetChannelsCachedParameters)
src/api/cached/getChannels.ts:16
↓ 2 callersFunctiongetCollectionChunkKeyPattern
(collection: UserDataCollection)
src/UserData/collection.utility.ts:81
↓ 2 callersFunctiongetCollectionDataChunks
( collection: UserDataCollection, { storage, prefix }: { storage: Storage, prefix: string } )
src/UserData/collection.utility.ts:114
↓ 2 callersFunctiongetCommentText
(comment: Comment, { messages, ...parameters }: { messages: Messages, softLimit?: number })
src/utility/comment/getCommentText.ts:12
↓ 2 callersFunctiongetCommentTextPreview
(comment: Comment, { messages, characterLimit, decreaseCharacterLimitBy, charactersInLine, charactersInLa
src/utility/comment/getCommentTextPreview.ts:30
↓ 2 callersFunctiongetCommentsListItemInitialState
(item: Item, { mode, ignoreHiddenState, transformInitialItemState }: { mode: Mode, ignoreHiddenState?: bo
src/components/CommentsList.tsx:172
↓ 2 callersFunctiongetCountryName
(countryCode: string, language: string)
src/messages/getCountryName.ts:5
↓ 2 callersFunctiongetCssStyleElement
(id: string)
src/utility/themes.ts:116
↓ 2 callersFunctiongetDefaultDataSourceId
()
src/utility/dataSource/getDefaultDataSourceId.ts:6
↓ 2 callersFunctiongetDefaultProxyUrl
()
src/utility/proxy/getProxyUrl.ts:24
↓ 2 callersFunctiongetDefaultThemes
()
src/utility/getDefaultThemes.ts:11
↓ 2 callersMethodgetElement
(fieldName?: string)
src/types/State.ts:16
↓ 2 callersFunctiongetItemFromListEncoded
(list: any[], item: any, match: UserDataCollection['match'], encode: UserDataCollection['encode'])
src/UserData/types/list.ts:168
↓ 2 callersFunctiongetLanguageNames
()
src/messages/getLanguageNames.ts:5
↓ 2 callersFunctiongetMessages
(messages: Messages)
src/api/utility/getMessagesForImageboard.ts:4
↓ 2 callersFunctiongetNextId
()
dataSources/non-imageboards/example/api/utility/getNextId.ts:3
↓ 2 callersFunctiongetNextUpdateAtForIdleTime
(prevUpdateAt: number, idleTime: number, updateIntervals: UpdateInterval[])
src/utility/thread/getNextUpdateAtForThread.ts:87
↓ 2 callersFunctiongetOperations
(type: UserDataCollectionType)
src/UserData/collection.operations.ts:31
↓ 2 callersFunctiongetProxiedUrl
( url: string, { proxyUrl }: { proxyUrl: string } )
src/utility/proxy/getProxiedUrl.ts:1
↓ 2 callersFunctiongetRandomElementOfArrayExcept
(array: any[], exceptElement: any)
src/components/SidebarToolbar/getColorfulBackgroundMenuItem.ts:72
↓ 2 callersFunctiongetRequestedCommentIndex
(thread: Thread, location: Location)
src/pages/Thread/getRequestedCommentIndex.ts:12
↓ 2 callersFunctiongetShouldInitiallyShowCommentsStartingFromTheLatestReadOne
({ requestedCommentIndex, initialLatestReadCommentIndex }: { requestedCommentIndex?: number, initialLatest
src/pages/Thread/getShouldInitiallyShowCommentsStartingFromTheLatestReadOne.ts:1
↓ 2 callersFunctiongetSubscribedThread
(channelId: Channel['id'], threadId: Thread['id'])
src/UserData/fixSubscribedThreadsData.ts:18
↓ 2 callersFunctiongetSubscribedThreadNewRepliesCount
( subscribedThread: SubscribedThread, { userData }: { userData: UserData } )
src/utility/subscribedThread/getSubscribedThreadNewRepliesCount.ts:11
↓ 2 callersFunctiongetThreadUsingCallback
( channelId: ChannelId, threadId: ThreadId, { timer, ...parameters }: GetThreadParameters & { timer?: Timer
src/utility/thread/getThread.ts:81
↓ 2 callersFunctiongetTooltipStatsMessageParameters
({ count }: { count: number })
src/components/ThreadActivityIndicator.tsx:210
↓ 2 callersFunctiongetTopChannelsCacheKey
({ dataSource, multiDataSource }: { dataSource: DataSource, multiDataSource: boolean })
src/api/cached/cache.ts:49
↓ 2 callersFunctiongetUrlAtDataSourceDomain
(url: string, { dataSource }: { dataSource: DataSource })
src/utility/dataSource/getUrlAtDataSourceDomain.ts:14
↓ 2 callersFunctiongetUserDataCleaner
()
src/utility/globals.ts:11
↓ 2 callersFunctionhasAuthor
(post: Comment)
src/components/Comment/CommentAuthor.tsx:205
↓ 2 callersFunctionhasLogo
(dataSource: DataSource)
src/components/DataSourceLogo.tsx:49
↓ 2 callersFunctioninsertPostLinks
({ content: contentBlocks, inReplyToIds, threadId, channelId, getPostLinkContent }: { content: ContentBl
dataSources/non-imageboards/example/api/utility/insertPostLinks.ts:8
↓ 2 callersFunctioninsertPostLinks_
( content: string, inReplyToId: CommentId, threadId: ThreadId, channelId: ChannelId, getContent: (params:
dataSources/non-imageboards/example/api/utility/insertPostLinks.ts:54
↓ 2 callersFunctioninterleaveArrayElements
(array: E[], separator: S)
dataSources/non-imageboards/example/api/utility/interleaveArrayElements.ts:2
↓ 2 callersFunctionisLayoutSupportedByDataSource
(layout: ChannelLayout, dataSource: DataSource)
src/components/ChannelHeader/ChannelHeaderToolbar.tsx:422
↓ 2 callersFunctionisObject
(variable: any)
src/utility/isObject.ts:1
↓ 2 callersFunctionisThreadSeen
( channelId: Channel['id'], threadId: Thread['id'], { userData }: { userData: UserData } )
src/utility/comment/UnreadCommentWatcher.ts:231
↓ 2 callersFunctionisTimeToClearArchivedThreadData
( channelId: Channel['id'], threadId: Thread['id'], unusedThreadDataLifeTime: number )
src/UserData/clearUnusedThreadsData.ts:51
↓ 2 callersFunctionisValidBasePath
(basePath: string)
src/utility/dataSource/getDataSourceBasePath.ts:29
↓ 2 callersFunctionisValidUrl
(url: string)
src/utility/isValidUrl.ts:4
↓ 2 callersFunctionlog
(tabId, ...args)
src/utility/SubscribedThreadsUpdater/SubscribedThreadsUpdater.test.js:33
↓ 2 callersFunctionmatchesDomain
(actualDomain: string, { domain, domains }: Parameters)
src/utility/matchesDomain.ts:20
↓ 2 callersFunctionmigrate
({ collections, storage, dispatch, userSettings }: { collections: Record<UserDataCollectionName, UserData
src/utility/migrate.ts:20
↓ 2 callersFunctionmigrate
(settings: UserSettingsJson, version = 0)
src/utility/settings/UserSettings.migrate.ts:7
↓ 2 callersMethodmigrate
()
src/utility/settings/UserSettings.ts:29
↓ 2 callersFunctionmigrateUserDataObject
( data: UserDataJson, { collections, VERSION }: { collections: UserDataCollections, VERSION: number } )
src/UserData/migrateUserDataObject.ts:6
↓ 2 callersFunctiononCommentInitialRender
(item: Item, { mode, getCommentById }: { mode: Mode, getCommentById?: GetCommentById })
src/components/CommentsList.tsx:146
↓ 2 callersFunctiononCommentRead
({ channelId, threadId, commentId, commentIndex, channel, thread, dispatch, userData }: Parameters)
src/utility/comment/onCommentRead.ts:21
↓ 2 callersFunctiononError
(error: Error & { status?: number }, { dataSource, dataSourceAlias, location }: { dataSource: DataSource,
src/pages/Application.load.ts:133
↓ 2 callersMethodonExternalChange
(statusRecord?: StatusRecordValue)
src/utility/SubscribedThreadsUpdater/SubscribedThreadsUpdater.ts:139
↓ 2 callersFunctiononStartArchived
(subscribedThread: SubscribedThread, archivedAt?: Date)
src/utility/subscribedThread/subscribedThreadRecordStatusUpdaters.ts:33
↓ 2 callersFunctiononStartExpired
(subscribedThread: SubscribedThread)
src/utility/subscribedThread/subscribedThreadRecordStatusUpdaters.ts:47
↓ 2 callersFunctiononStartLocked
(subscribedThread: SubscribedThread)
src/utility/subscribedThread/subscribedThreadRecordStatusUpdaters.ts:3
↓ 2 callersFunctiononStartTrimming
(subscribedThread: SubscribedThread)
src/utility/subscribedThread/subscribedThreadRecordStatusUpdaters.ts:17
↓ 2 callersFunctionreSortSubscribedThreads
({ userData }: { userData: UserData })
src/utility/subscribedThread/reSortSubscribedThreads.ts:7
↓ 2 callersFunctionrefreshThreadOrTimeOut
({ refreshThread, timeout = 5 * 1000 }: { refreshThread: RefreshThread, timeout?: number })
src/utility/thread/refreshThreadOrTimeOut.ts:3
↓ 2 callersFunctionremove
()
src/UserData/UserData.createCollectionDataAccessMethod.ts:148
↓ 2 callersFunctionremoveBackground
(id: Background['id'], type: 'dark' | 'light', { userSettings }: { userSettings: UserSettings })
src/utility/background.ts:82
↓ 2 callersFunctionremoveBasePath
(path: string)
src/utility/getBasePath.ts:34
↓ 2 callersFunctionremoveSubscribedThread
(subscribedThreadKey: SubscribedThreadKey, { userData, dispatch, subscribedThreadsUpdater }: { userData: U
src/utility/subscribedThread/removeSubscribedThread.ts:6
↓ 2 callersFunctionremoveTheme
(id: Theme['id'], { userSettings }: { userSettings: UserSettings })
src/utility/themes.ts:44
↓ 2 callersMethodrequestCleanUp
()
src/UserData/UserDataCleaner.ts:139
↓ 2 callersMethodrequiresMigration
()
src/utility/settings/UserSettings.ts:35
↓ 2 callersFunctionresetErroredState
()
src/utility/subscribedThread/onSubscribedThreadFetched.ts:108
↓ 2 callersFunctionsetAdditionalBackgroundsInSettings
(backgrounds: Background[], type: 'dark' | 'light', { userSettings }: { userSettings: UserSettings })
src/utility/background.ts:29
↓ 2 callersFunctionsetApplicationIcon
(iconUrl: string)
src/utility/applicationIcon.ts:50
↓ 2 callersFunctionsetDerivedThreadProps
(thread: ThreadFromDataSource)
src/api/utility/setDerivedThreadProps.ts:3
↓ 2 callersFunctionsetEmbeddedAttachmentsProps
(post: Post)
src/utility/post/setEmbeddedAttachmentsProps.ts:3
↓ 2 callersFunctionsetInitialAuthState
({ dispatch, dataSource, userData }: { dispatch: Dispatch, dataSource: DataSource, userData: UserData })
src/utility/auth/setInitialAuthState.ts:6
↓ 2 callersFunctionsetInputValue
(value?: string)
src/components/PostFormWithAttachments.tsx:198
↓ 2 callersFunctionshouldKeepThreadData
(threadId: Thread['id'])
src/UserData/clearUnusedThreadsData.ts:93
↓ 2 callersFunctionshouldUseProxy
({ dataSource }: { dataSource: DataSource })
src/utility/proxy/shouldUseProxy.ts:5
↓ 2 callersFunctionshowCaptcha
( captcha: Captcha | CaptchaFrame, captchaParameters: CaptchaParameters, { dispatch, onSubmit }: { dispatch
src/utility/captcha/showCaptcha.ts:8
↓ 2 callersFunctionsolveCaptchaAndSubmit
()
src/hooks/useSubmitWithOrWithoutCaptcha.ts:57
↓ 2 callersMethodstart
()
src/UserData/UserData.ts:111
↓ 2 callersMethodstop
()
src/UserData/UserData.ts:120
↓ 2 callersMethodstopScheduledUpdates
()
src/utility/SubscribedThreadsUpdater/SubscribedThreadsUpdater.ts:208
↓ 2 callersFunctionsubmitWithoutCaptchaSolution
()
src/hooks/useSubmitWithOrWithoutCaptcha.ts:43
↓ 2 callersFunctiontransformString
(text: string)
src/api/utility/addParseContent.ts:136
↓ 2 callersFunctiontrimList
(list: any[], maxCount: number, trim: UserDataCollection['trim'])
src/UserData/types/list.ts:182
↓ 2 callersFunctionupdate
(size: PictureSize)
src/utility/post/updateAttachmentThumbnailMaxWidth.ts:66
↓ 2 callersFunctionupdateApplicationIcon
(iconUrl: string, { notificationsCount, notificationsAreImportant }: { notificationsCount: number, notific
src/utility/applicationIcon.ts:13
← previousnext →201–300 of 1,013, ranked by callers