MCPcopy Create free account

hub / github.com/NarSiiiS/rj-downloader / functions

Functions46 in github.com/NarSiiiS/rj-downloader

↓ 7 callersFunctionfetcher
(url: string, ...otherParams: any[])
src/utils/fetcher.ts:1
↓ 6 callersFunctiontextToRgb
(str)
src/utils/colors.js:138
↓ 5 callersFunctionuseRouter
()
__mocks__/next/router.ts:2
↓ 2 callersFunctionhexToRgb
(hex)
src/utils/colors.js:24
↓ 2 callersFunctionrgbToHex
({ r, g, b, a })
src/utils/colors.js:4
↓ 2 callersFunctiontriplet
(e1: number, e2: number, e3: number)
src/utils/rgbToDataUrl.ts:6
↓ 2 callersFunctionuseSearchContext
()
src/context/search.tsx:44
↓ 1 callersFunctioncurrentSection
(section: ISection)
src/pages/index.tsx:28
↓ 1 callersFunctiongetCollectionData
(title: string)
src/pages/collection/index.tsx:29
↓ 1 callersFunctiongetSection
(key: string, items: Item[])
src/components/SearchData.tsx:26
↓ 1 callersFunctionrgbDataURL
(r: number, g: number, b: number)
src/utils/rgbToDataUrl.ts:12
↓ 1 callersFunctionsearchWithTerm
()
src/components/Search.tsx:13
↓ 1 callersFunctionslidesPerView
()
src/components/List.tsx:19
FunctionActiveTab
({ data }: IPodcastsProps)
src/pages/podcasts/[activeTab].tsx:17
FunctionAlbum
({ data }: IAlbumProps)
src/pages/album/[id].tsx:23
FunctionCard
({ item, large = false, onClick }: ICardProps)
src/components/Card.tsx:15
FunctionCollection
({ data }: ICollectionProps)
src/pages/collection/index.tsx:23
FunctionFooter
()
src/components/Footer.tsx:3
FunctionHeader
()
src/components/Header.tsx:9
FunctionIndex
({ sections }: IHomeProps)
src/pages/index.tsx:27
FunctionList
({ items, large = false }: IListProps)
src/components/List.tsx:17
FunctionListTitle
({ title }: IListTitleProps)
src/components/ListTitle.tsx:7
FunctionMain
(props: IMainProps)
src/templates/Main.tsx:17
FunctionMeta
(props: IMetaProps)
src/layouts/Meta.tsx:13
FunctionMyApp
({ Component, pageProps }: AppProps)
src/pages/_app.tsx:9
FunctionPlaylist
({ data }: IPlaylistProps)
src/pages/playlist/[id].tsx:23
FunctionRouterTransition
()
src/components/RouterTransition.tsx:9
FunctionSearch
()
src/components/Search.tsx:8
FunctionSearchData
({ data, className = '' }: ISearchDataProps)
src/components/SearchData.tsx:13
FunctionSearchWrapper
({ children }: Props)
src/context/search.tsx:26
Functionblend
(fgColor, bgColor)
src/utils/colors.js:216
Functionbrightness
(color)
src/utils/colors.js:206
FunctionchangeAlpha
(color, offset)
src/utils/colors.js:248
FunctiongetServerSideProps
()
src/pages/index.tsx:63
FunctiongetServerSideProps
(context)
src/pages/album/[id].tsx:89
FunctiongetServerSideProps
()
src/pages/collection/index.tsx:97
FunctiongetServerSideProps
(context)
src/pages/playlist/[id].tsx:93
FunctiongetServerSideProps
(context)
src/pages/podcasts/[activeTab].tsx:67
FunctionhandleComplete
()
src/components/RouterTransition.tsx:15
FunctionhandleStart
(url: string)
src/components/RouterTransition.tsx:13
FunctionhsvToRgb
({ h, s, v, a })
src/utils/colors.js:49
Functionlighten
(color, percent)
src/utils/colors.js:166
Functionluminosity
(color)
src/utils/colors.js:191
FunctionopenModal
(item: Item)
src/pages/collection/index.tsx:39
Methodrender
()
src/pages/_document.tsx:11
FunctionrgbToHsv
({ r, g, b, a })
src/utils/colors.js:104