MCPcopy Create free account

hub / github.com/VienLi/CcView / functions

Functions220 in github.com/VienLi/CcView

↓ 7 callersFunctionuseAppDispatch
()
src/store/index.ts:73
↓ 6 callersFunctiondelay
(time: number)
src/utils/common.ts:7
↓ 5 callersFunctionclickEventHandler
(eventType: string)
src/components/MoreIcon/index.tsx:24
↓ 5 callersFunctiondateFormat
(timeStamp: number | string, format = 'Y-M-D h:m:s')
src/utils/common.ts:53
↓ 5 callersFunctionformatNumber
(num: number)
src/utils/common.ts:50
↓ 5 callersFunctiongetFolder
(uuid: string)
src/api/application.ts:59
↓ 4 callersFunctiongetStorage
(key: string, defaultValue: any)
src/utils/common.ts:33
↓ 4 callersFunctiononSubmit
(data: LoginData, refs: Record<string, any>)
src/pages/login/index.tsx:24
↓ 4 callersFunctionupdateStatue
(newStatus: number)
src/components/MuiTable/temp/UserOptions.tsx:57
↓ 3 callersFunctiondestroy
(state)
src/store/slice/Design/index.ts:168
↓ 3 callersFunctioneventHandler
(type: string, data : Record<string, any>)
src/components/Form/FormFactory.tsx:67
↓ 3 callersFunctiononEvent
(eventParams: EventParams)
src/pages/login/index.tsx:59
↓ 3 callersFunctionsetDesignId
(state, action: PayloadAction<string>)
src/store/slice/Global/index.ts:41
↓ 3 callersFunctionsetStorage
(key: string, value: any)
src/utils/common.ts:40
↓ 2 callersFunctionfindMenuByHref
(href: string)
src/config/data/index.ts:108
↓ 2 callersFunctionformatData
(data: AppDataType)
src/pages/application/index.tsx:9
↓ 2 callersFunctiongetDetail
(uuid: string)
src/api/application.ts:66
↓ 2 callersFunctiongetTemplateList
(type = 0)
src/api/template.ts:37
↓ 2 callersFunctiongetUserInfo
(data = {})
src/api/user.ts:31
↓ 2 callersFunctioninitScaleWindow
()
src/components/Banner/index.tsx:59
↓ 2 callersFunctionisHideMenu
(isHead = false, path: string)
src/config/constant.ts:32
↓ 2 callersFunctiononEvent
(eventParams: EventParams)
src/components/Dialog/CreateDialog.tsx:21
↓ 2 callersFunctionrefresh
()
src/pages/user/index.tsx:64
↓ 2 callersFunctiontriplet
(e1: number, e2: number, e3: number)
src/utils/common.ts:13
↓ 1 callersFunctionSwitchIcon
(mode: string)
src/components/ThemeSwitch/index.tsx:4
↓ 1 callersFunctionaddLight
(scene: Scene)
src/components/Banner/index.tsx:87
↓ 1 callersFunctionanimate
* 循环渲染,注意离开时销毁 *
src/components/Banner/index.tsx:107
↓ 1 callersFunctioncopyAppOrPage
(uuid: string)
src/api/application.ts:42
↓ 1 callersFunctioncreatApp
(data: ApplicationCreate, parent: string)
src/api/application.ts:4
↓ 1 callersFunctioncreatFloor
(isDark: boolean)
src/components/Banner/index.tsx:52
↓ 1 callersFunctioncreatPage
(data: PageCreate, parent: string)
src/api/application.ts:12
↓ 1 callersFunctioncreatVideo
(group: Group, video: HTMLVideoElement, videoSrc: string)
src/components/Banner/index.tsx:76
↓ 1 callersFunctioncreateTemplatePage
(uuid: string)
src/api/template.ts:46
↓ 1 callersFunctioncreateUser
(data: CreateUser)
src/api/user.ts:11
↓ 1 callersFunctiondeleteAppOrPage
(uuid: string)
src/api/application.ts:34
↓ 1 callersFunctiondeleteComponent
(components:Component[], deleteIds: string[])
src/store/slice/Design/index.ts:46
↓ 1 callersFunctiondeleteTemplate
(uuid: string)
src/api/template.ts:19
↓ 1 callersFunctiondestroy
(state)
src/store/slice/Global/index.ts:49
↓ 1 callersFunctionfetchCount
(amount = 1)
src/store/slice/Counter/counterAPI.ts:1
↓ 1 callersFunctionformatData
(data: AppDataType)
src/components/Dialog/MoveDialog.tsx:19
↓ 1 callersFunctiongenFormRow
(rowList : FormConfigItem[], control: Control, eventHandler: (type: string, data : Record<string, any>) => voi
src/components/Form/FormFactory.tsx:36
↓ 1 callersFunctiongenQueryRow
(eventMap: Record<string, Function>, rowList : QueryItem[], query: Record<string, any>, setQuery: (newQuery: a
src/components/Query/QueryFactory.tsx:16
↓ 1 callersFunctiongetBaiduScriptTag
()
src/pages/_app.tsx:70
↓ 1 callersFunctiongetCaptcha
(params: { w?: number, h?: number })
src/api/auth.ts:5
↓ 1 callersFunctiongetDesign
(id: string)
src/api/design.ts:11
↓ 1 callersFunctiongetTemplate
(uuid: string)
src/api/template.ts:28
↓ 1 callersFunctiongetTheme
(mode: PaletteMode)
src/config/theme.ts:3
↓ 1 callersFunctiongetUserList
(query: Record<string, any>)
src/api/user.ts:26
↓ 1 callersFunctionhandleClick
(uuid: string)
src/components/Dialog/MoveDialog.tsx:31
↓ 1 callersFunctionhandleCloseUserMenu
()
src/components/MoreIcon/index.tsx:21
↓ 1 callersFunctionhandleCopy
(uuid: string)
src/components/Application/AppContainer.tsx:133
↓ 1 callersFunctionhandleDelete
(uuid: string)
src/components/Application/AppContainer.tsx:93
↓ 1 callersFunctionhandlePopoverClose
()
src/components/MenuList/index.tsx:53
↓ 1 callersFunctionhandleTemplate
(name: string, cover = '', originId: string)
src/components/Application/AppContainer.tsx:113
↓ 1 callersFunctionincrementIfOdd
(amount: number)
src/store/slice/Counter/index.ts:74
↓ 1 callersFunctioninitFormConfig
(config: FormConfig, defaultVal?: Record<string, any>)
src/components/Form/FormFactory.tsx:18
↓ 1 callersFunctioninitUser
()
src/components/Header/index.tsx:35
↓ 1 callersFunctionlogin
(data: LoginData & { captureEncode: string })
src/api/auth.ts:10
↓ 1 callersFunctionlogout
()
src/api/auth.ts:15
↓ 1 callersFunctionmakeStore
()
src/store/index.ts:50
↓ 1 callersFunctionmovePage
(origin: string, target: string)
src/api/application.ts:50
↓ 1 callersFunctiononSubmit
()
src/pages/formCreate/index.tsx:8
↓ 1 callersFunctionrefreshCaptcha
()
src/components/Form/temp/CaptureItem.tsx:18
↓ 1 callersFunctionremoveStorage
(key: string)
src/utils/common.ts:45
↓ 1 callersFunctionsavaPageTemplate
(data: {name: string, cover: string, originId: string})
src/api/template.ts:5
↓ 1 callersFunctionsaveDesign
(data: DesignData)
src/api/design.ts:5
↓ 1 callersFunctionselectCount
(state: AppState)
src/store/slice/Counter/index.ts:69
↓ 1 callersFunctionsetUserInfo
(state, action: PayloadAction<UserInfo>)
src/store/slice/Global/index.ts:45
↓ 1 callersFunctionshimmer
(w: number, h: number)
src/components/shimmer.tsx:3
↓ 1 callersFunctionswitchAttr
(state, action: PayloadAction<boolean>)
src/store/slice/Global/index.ts:37
↓ 1 callersFunctiontoBase64
(str: string)
src/utils/common.ts:2
↓ 1 callersMethodupdate
(group: Group, camera: Camera)
src/utils/lib/AlphaVideoMaterial.ts:80
↓ 1 callersFunctionupdateApp
(data: ApplicationCreate)
src/api/application.ts:20
↓ 1 callersFunctionupdatePage
(data: PageCreate)
src/api/application.ts:27
↓ 1 callersFunctionupdateUser
(data: CreateUser)
src/api/user.ts:16
↓ 1 callersFunctionupdateUserStatus
(data: {uuid: string, status: number})
src/api/user.ts:21
↓ 1 callersFunctionuploadFiles
(files: File[])
src/api/oss.ts:4
FunctionAppContainer
(props: AppContainerProp)
src/components/Application/AppContainer.tsx:25
FunctionApplicationItem
({ data, onEvent }: ApplicationItemProp)
src/components/Application/ApplicationItem.tsx:13
FunctionApplicationList
()
src/pages/application/[appId].tsx:8
FunctionApplicationPage
()
src/pages/application/index.tsx:6
FunctionBanner
()
src/components/Banner/index.tsx:114
FunctionButtonGroup
({ data, onEvent }:{ data: Record<string, any>, onEvent: Function})
src/pages/store/TemplateItem.tsx:12
FunctionCopyright
()
src/components/Copyright/index.tsx:5
FunctionCounter
()
src/store/slice/Counter/Counter.tsx:14
FunctionCreateDialog
(props: CreateUserDialogProp)
src/components/Dialog/CreateUserDialog.tsx:13
FunctionCreateDialog
(props: CreateDialogProp)
src/components/Dialog/CreateDialog.tsx:15
FunctionDateRange
(props: DateRangeProps)
src/components/Query/item/DateRange.tsx:11
FunctionDesignPage
()
src/pages/design/[did].tsx:8
FunctionEmptyIcon
({ size = 32, type = 'folder', className = '' }: EmptyIconProps)
src/components/Svg/Empty.tsx:7
FunctionErrorIcon
({ className, height = 200, width = 400 }: ErrorProp)
src/components/Svg/ErrorIcon.tsx:7
FunctionEyesIcon
({ close, color, size = 32 }: EyeProps)
src/components/Svg/EyesIcon.tsx:7
FunctionEyesIcon
({ size = 32, className }: FolderProps)
src/components/Svg/FolderIcon.tsx:6
FunctionFileIcon
({ type, size = 32, className }: FileIconProps)
src/components/Svg/FileIcon.tsx:6
FunctionFormCreate
()
src/pages/formCreate/index.tsx:7
FunctionFormFactory
(props: FormCreateProp)
src/components/Form/FormFactory.tsx:59
FunctionHeadMenu
(props: Record<string, any>)
src/components/HeadMenu/index.tsx:7
FunctionHeader
({ isSmall, hide = false }: HeaderProp)
src/components/Header/index.tsx:22
FunctionHelperText
({ message }: { message: string })
src/components/Form/temp/HelperText.tsx:3
FunctionIcon
({ className = '', path = '' })
src/pages/sale/PriceItem.tsx:8
next →1–100 of 220, ranked by callers