MCPcopy Create free account

hub / github.com/cinnyapp/cinny / functions

Functions1,961 in github.com/cinnyapp/cinny

↓ 1 callersFunctiontoggleKeyboardShortcut
(editor: Editor, event: KeyboardEvent<Element>)
src/app/components/editor/keyboard.ts:31
↓ 1 callersMethodtoggleReactions
()
src/app/plugins/call/CallControl.ts:273
↓ 1 callersFunctiontoggleSelect
(alias: string)
src/app/features/common-settings/general/RoomAddress.tsx:219
↓ 1 callersFunctiontoggleSelect
(address: PackAddress)
src/app/features/settings/emojis-stickers/GlobalPacks.tsx:71
↓ 1 callersMethodtoggleSettings
()
src/app/plugins/call/CallControl.ts:277
↓ 1 callersMethodtoggleSpotlight
()
src/app/plugins/call/CallControl.ts:265
↓ 1 callersFunctiontrimReplyFromFormattedBody
(formattedBody: string)
src/app/utils/room.ts:336
↓ 1 callersFunctiontypingReceiptEqual
(a: TypingReceipt, b: TypingReceipt)
src/app/hooks/useRoomTypingMembers.ts:10
↓ 1 callersFunctionunescapeMarkdownBlockSequences
( text: string, processPart: (text: string) => string )
src/app/plugins/markdown/utils.ts:53
↓ 1 callersFunctionunpackMegolmKeyFile
* Unbase64 an ascii-armoured megolm key file * * Strips the header and trailer lines, and unbase64s the content * * @param {ArrayBuffer} data inp
src/util/cryptE2ERoomKeys.js:135
↓ 1 callersFunctionupdateMemberList
(event?: MatrixEvent)
src/app/hooks/useRoomMembers.ts:12
↓ 1 callersFunctionuploadContent
( mx: MatrixClient, file: TUploadContent, options: ContentUploadOptions )
src/app/utils/matrix.ts:148
↓ 1 callersFunctionuseActiveTheme
()
src/app/hooks/useTheme.ts:78
↓ 1 callersFunctionuseBindAllInvitesAtom
( mx: MatrixClient, allRooms: WritableAtom<string[], [RoomsAction], undefined> )
src/app/state/room-list/inviteList.ts:23
↓ 1 callersFunctionuseBindAllRoomsAtom
(mx: MatrixClient, allRooms: typeof allRoomsAtom)
src/app/state/room-list/roomList.ts:22
↓ 1 callersFunctionuseBindAtoms
(mx: MatrixClient)
src/app/state/hooks/useBindAtoms.ts:9
↓ 1 callersFunctionuseBindMDirectAtom
(mx: MatrixClient, mDirect: typeof mDirectAtom)
src/app/state/mDirectList.ts:20
↓ 1 callersFunctionuseBindRoomIdToTypingMembersAtom
( mx: MatrixClient, typingMembersAtom: typeof roomIdToTypingMembersAtom )
src/app/state/typingMembers.ts:127
↓ 1 callersFunctionuseBindRoomToParentsAtom
( mx: MatrixClient, roomToParents: typeof roomToParentsAtom )
src/app/state/room/roomToParents.ts:70
↓ 1 callersFunctionuseBindRoomToUnreadAtom
(mx: MatrixClient, unreadAtom: typeof roomToUnreadAtom)
src/app/state/room/roomToUnread.ts:169
↓ 1 callersFunctionuseCallEmbedPlacementSync
(containerViewRef: RefObject<HTMLDivElement>)
src/app/hooks/useCallEmbed.ts:123
↓ 1 callersFunctionuseCallHangupEvent
(embed: CallEmbed, callback: () => void)
src/app/hooks/useCallEmbed.ts:100
↓ 1 callersFunctionuseCallMemberSoundSync
(embed: CallEmbed)
src/app/hooks/useCallEmbed.ts:105
↓ 1 callersFunctionuseCallPreferences
()
src/app/state/hooks/callPreferences.ts:17
↓ 1 callersFunctionuseCallSpeakers
(callEmbed: CallEmbed)
src/app/hooks/useCallSpeakers.ts:8
↓ 1 callersFunctionuseCallThemeSync
(embed: CallEmbed)
src/app/hooks/useCallEmbed.ts:113
↓ 1 callersFunctionuseCanDropLobbyItem
( space: Room, roomsPowerLevels: Map<string, IPowerLevels>, getRoom: (roomId: string) => Room | undefine
src/app/features/lobby/Lobby.tsx:60
↓ 1 callersFunctionuseChildDirectScopeFactory
( mx: MatrixClient, mDirects: Set<string>, roomToParents: RoomToParents )
src/app/state/hooks/roomList.ts:86
↓ 1 callersFunctionuseChildRoomScopeFactory
( mx: MatrixClient, mDirects: Set<string>, roomToParents: RoomToParents )
src/app/state/hooks/roomList.ts:59
↓ 1 callersFunctionuseCloseCreateRoomModal
()
src/app/state/hooks/createRoomModal.ts:13
↓ 1 callersFunctionuseCloseCreateSpaceModal
()
src/app/state/hooks/createSpaceModal.ts:12
↓ 1 callersFunctionuseCloseRoomSettings
()
src/app/state/hooks/roomSettings.ts:12
↓ 1 callersFunctionuseCloseSpaceSettings
()
src/app/state/hooks/spaceSettings.ts:12
↓ 1 callersFunctionuseClosedLobbyCategoriesAtom
()
src/app/state/hooks/closedLobbyCategories.ts:7
↓ 1 callersFunctionuseCompositionEndTracking
()
src/app/hooks/useComposingCheck.ts:9
↓ 1 callersFunctionuseCreateRoomModalState
()
src/app/state/hooks/createRoomModal.ts:6
↓ 1 callersFunctionuseCreateSelected
()
src/app/hooks/router/useCreateSelected.ts:4
↓ 1 callersFunctionuseCreateSpaceModalState
()
src/app/state/hooks/createSpaceModal.ts:5
↓ 1 callersFunctionuseDateFormatItems
()
src/app/hooks/useDateFormat.ts:9
↓ 1 callersFunctionuseDeviceVerificationDetect
( crypto: CryptoApi | undefined, userId: string, deviceId: string | undefined, callback: (status: Veri
src/app/hooks/useDeviceVerificationStatus.ts:16
↓ 1 callersFunctionuseDirectCreateSelected
()
src/app/hooks/router/useDirectSelected.ts:14
↓ 1 callersFunctionuseDirectSelected
()
src/app/hooks/router/useDirectSelected.ts:4
↓ 1 callersFunctionuseDnDMonitor
( scrollRef: RefObject<HTMLElement>, onDragging: (dragItem?: SidebarDraggable) => void, onReorder: (
src/app/pages/client/sidebar/SpaceTabs.tsx:348
↓ 1 callersFunctionuseDnDMonitor
( scrollRef: RefObject<HTMLElement>, onDragging: (item?: HierarchyItem) => void, onReorder: (item: Hiera
src/app/features/lobby/DnD.tsx:121
↓ 1 callersFunctionuseDocumentFocusChange
(onChange: (focus: boolean) => void)
src/app/hooks/useDocumentFocusChange.ts:3
↓ 1 callersFunctionuseEmailNotifications
()
src/app/hooks/useEmailNotifications.ts:12
↓ 1 callersFunctionuseEmojiGroupIcons
()
src/app/components/emoji-board/useEmojiGroupIcons.ts:8
↓ 1 callersFunctionuseEventTimelineLoader
( mx: MatrixClient, room: Room, onLoad: (eventId: string, linkedTimelines: EventTimeline[], evtAbsIndex:
src/app/features/room/RoomTimeline.tsx:240
↓ 1 callersFunctionuseExploreFeaturedSelected
()
src/app/hooks/router/useExploreSelected.ts:14
↓ 1 callersFunctionuseExploreSelected
()
src/app/hooks/router/useExploreSelected.ts:4
↓ 1 callersFunctionuseExploreServer
()
src/app/hooks/router/useExploreSelected.ts:24
↓ 1 callersFunctionuseFetchEvent
(room: Room, eventId: string)
src/app/hooks/useRoomEvent.ts:8
↓ 1 callersFunctionuseFetchSpaceHierarchyLevel
( roomId: string, enable: boolean )
src/app/hooks/useSpaceHierarchy.ts:277
↓ 1 callersFunctionuseFileDropZone
( zoneRef: RefObject<HTMLElement>, onDrop: (file: File[]) => void )
src/app/hooks/useFileDrop.ts:13
↓ 1 callersFunctionuseFilePasteHandler
(onPaste: (file: File[]) => void)
src/app/hooks/useFilePasteHandler.ts:4
↓ 1 callersFunctionuseForceUpdate
()
src/app/hooks/useForceUpdate.js:4
↓ 1 callersFunctionuseGroups
( tab: EmojiBoardTab, imagePacks: ImagePack[] )
src/app/components/emoji-board/EmojiBoard.tsx:70
↓ 1 callersFunctionuseHomeCreateSelected
()
src/app/hooks/router/useHomeSelected.ts:19
↓ 1 callersFunctionuseHomeSearchSelected
()
src/app/hooks/router/useHomeSelected.ts:39
↓ 1 callersFunctionuseHomeSelected
()
src/app/hooks/router/useHomeSelected.ts:9
↓ 1 callersFunctionuseInboxInvitesSelected
()
src/app/hooks/router/useInbox.ts:28
↓ 1 callersFunctionuseInboxSelected
()
src/app/hooks/router/useInbox.ts:8
↓ 1 callersFunctionuseInterval
(callback: IntervalCallback, ms: number)
src/app/hooks/useInterval.ts:10
↓ 1 callersFunctionuseItemRenderer
(tab: EmojiBoardTab)
src/app/components/emoji-board/EmojiBoard.tsx:136
↓ 1 callersFunctionuseJoinRuleIcons
(roomType?: string)
src/app/components/JoinRulesSwitcher.tsx:26
↓ 1 callersFunctionuseJoinedRoomId
(allRooms: string[], roomIdOrAlias: string)
src/app/hooks/useJoinedRoomId.ts:6
↓ 1 callersFunctionuseKeyBackupFailedChange
( onChange: CryptoEventHandlerMap[CryptoEvent.KeyBackupFailed] )
src/app/hooks/useKeyBackup.ts:55
↓ 1 callersFunctionuseKeyBackupInfo
(crypto: CryptoApi)
src/app/hooks/useKeyBackup.ts:104
↓ 1 callersFunctionuseKeyBackupStatus
(crypto: CryptoApi)
src/app/hooks/useKeyBackup.ts:25
↓ 1 callersFunctionuseKeyBackupSync
()
src/app/hooks/useKeyBackup.ts:81
↓ 1 callersFunctionuseKeyBackupTrust
( crypto: CryptoApi, backupInfo: KeyBackupInfo )
src/app/hooks/useKeyBackup.ts:136
↓ 1 callersFunctionuseListFocusIndex
(size: number, initialIndex: number)
src/app/hooks/useListFocusIndex.ts:3
↓ 1 callersFunctionuseLiveEventArrive
(room: Room, onArrive: (mEvent: MatrixEvent) => void)
src/app/features/room/RoomTimeline.tsx:364
↓ 1 callersFunctionuseLiveTimelineRefresh
(room: Room, onRefresh: () => void)
src/app/features/room/RoomTimeline.tsx:390
↓ 1 callersFunctionuseLocalAliases
( roomId: string )
src/app/hooks/useRoomAliases.ts:128
↓ 1 callersFunctionuseLocalRoomSummary
(room: Room)
src/app/hooks/useLocalRoomSummary.ts:17
↓ 1 callersFunctionuseLoginSearchParams
(searchParams: URLSearchParams)
src/app/pages/auth/login/Login.tsx:27
↓ 1 callersFunctionuseLogoutListener
(mx?: MatrixClient)
src/app/pages/client/ClientRoot.tsx:126
↓ 1 callersFunctionuseMediaLoading
( getTargetElement: () => HTMLMediaElement | null )
src/app/hooks/media/useMediaLoading.ts:8
↓ 1 callersFunctionuseMediaPlay
( getTargetElement: () => HTMLMediaElement | null )
src/app/hooks/media/useMediaPlay.ts:11
↓ 1 callersFunctionuseMediaPlayTimeCallback
( getTargetElement: () => HTMLMediaElement | null, onPlayTimeCallback: PlayTimeCallback )
src/app/hooks/media/useMediaPlayTimeCallback.ts:5
↓ 1 callersFunctionuseMediaSeek
( getTargetElement: () => HTMLMediaElement | null )
src/app/hooks/media/useMediaSeek.ts:11
↓ 1 callersFunctionuseMediaVolume
( getTargetElement: () => HTMLMediaElement | null )
src/app/hooks/media/useMediaVolume.ts:13
↓ 1 callersFunctionuseMemberEventParser
()
src/app/hooks/useMemberEventParser.tsx:15
↓ 1 callersFunctionuseMembership
(room: Room, userId: string)
src/app/hooks/useMembership.ts:5
↓ 1 callersFunctionuseMessageLayoutItems
()
src/app/hooks/useMessageLayout.ts:9
↓ 1 callersFunctionuseMessageSearch
(params: MessageSearchParams)
src/app/features/message-search/useMessageSearch.ts:72
↓ 1 callersFunctionuseMessageSpacingItems
()
src/app/hooks/useMessageSpacing.ts:9
↓ 1 callersFunctionuseMutationObserver
( onMutationCallback: OnMutationCallback, observeElement?: Node | null | (() => Node | null), options?:
src/app/hooks/useMutationObserver.ts:10
↓ 1 callersFunctionuseMutualRooms
(userId: string)
src/app/hooks/useMutualRooms.ts:59
↓ 1 callersFunctionuseNotificationActionsMode
(actions: PushRuleAction[])
src/app/hooks/useNotificationMode.ts:64
↓ 1 callersFunctionuseNotificationModeStr
()
src/app/features/settings/notifications/NotificationModeSwitcher.tsx:24
↓ 1 callersFunctionuseNotificationModes
()
src/app/features/settings/notifications/NotificationModeSwitcher.tsx:21
↓ 1 callersFunctionuseNotificationTimeline
( paginationLimit: number, onlyHighlight?: boolean )
src/app/pages/client/inbox/Notifications.tsx:134
↓ 1 callersFunctionuseNotificationsSearchParams
( searchParams: URLSearchParams )
src/app/pages/client/inbox/Notifications.tsx:552
↓ 1 callersFunctionuseOpenCreateRoomModal
()
src/app/state/hooks/createRoomModal.ts:24
↓ 1 callersFunctionuseOpenCreateSpaceModal
()
src/app/state/hooks/createSpaceModal.ts:23
↓ 1 callersFunctionuseOpenedSidebarFolderAtom
()
src/app/state/hooks/openedSidebarFolder.ts:7
↓ 1 callersFunctionusePan
(active: boolean)
src/app/hooks/usePan.ts:13
↓ 1 callersFunctionusePasswordEmail
( mx: MatrixClient )
src/app/hooks/usePasswordEmail.ts:6
← previousnext →801–900 of 1,961, ranked by callers