Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinnyapp/cinny
/ functions
Functions
1,961 in github.com/cinnyapp/cinny
⨍
Functions
1,961
◇
Types & classes
87
↓ 1 callers
Function
decryptMegolmKeyFile
(data, password)
src/util/cryptE2ERoomKeys.js:208
↓ 1 callers
Function
deleteUnreadInfo
(roomToUnread: RoomToUnread, allParents: Set<string>, roomId: string)
src/app/state/room/roomToUnread.ts:74
↓ 1 callers
Function
disposable
( context: DisposableContext<DisposableArgs, DisposeArgs, DisposeReturn> )
src/app/utils/disposable.ts:10
↓ 1 callers
Method
dispose
* Stops the widget messaging for if it is started. Skips stopping if it is an active * widget. * @param opts
src/app/plugins/call/CallEmbed.ts:259
↓ 1 callers
Method
dmCall
(intent: ElementCallIntent)
src/app/plugins/call/CallEmbed.ts:64
↓ 1 callers
Function
domToEditorInput
( domNodes: ChildNode[], processText: ProcessTextCallback, processLineStartText: ProcessTextCallback )
src/app/components/editor/input.ts:411
↓ 1 callers
Function
elementToCustomHtml
(node: CustomElement, children: string)
src/app/components/editor/output.ts:40
↓ 1 callers
Function
elementToPlainText
(node: CustomElement, children: string)
src/app/components/editor/output.ts:134
↓ 1 callers
Function
encodeBase64
* Encode a typed array of uint8 as base64. * @param {Uint8Array} uint8Array The data to encode. * @return {string} The base64.
src/util/cryptE2ERoomKeys.js:116
↓ 1 callers
Function
encryptMegolmKeyFile
(data, password, options)
src/util/cryptE2ERoomKeys.js:278
↓ 1 callers
Function
escapeMarkdownInlineSequences
(text: string)
src/app/plugins/markdown/utils.ts:29
↓ 1 callers
Function
factoryGetBaseUrl
(clientConfig: ClientConfig, server: string)
src/app/pages/auth/login/loginUtil.ts:19
↓ 1 callers
Function
fetchAllMutualRooms
(mx: MatrixClient, userId: string)
src/app/hooks/useMutualRooms.ts:34
↓ 1 callers
Function
fillMissingPowers
(powerLevels: IPowerLevels)
src/app/hooks/usePowerLevels.ts:44
↓ 1 callers
Function
find
(query: string, sessionTimestamp: number)
src/app/utils/AsyncSearch.ts:59
↓ 1 callers
Function
findAndAddPower
(data: Record<string, unknown>)
src/app/hooks/usePowerLevelTags.ts:29
↓ 1 callers
Function
findAndCollectHierarchySpaces
(spaceItem: HierarchyItemSpace)
src/app/hooks/useSpaceHierarchy.ts:51
↓ 1 callers
Function
findMutedRule
(overrideRules: IPushRule[], roomId: string)
src/app/utils/room.ts:167
↓ 1 callers
Function
findNextFilledKey
( fromIndex: number, keys: Array<string | undefined> )
src/app/utils/ASCIILexicalTable.ts:334
↓ 1 callers
Function
generateThumbnailContent
( mx: MatrixClient, img: HTMLImageElement | HTMLVideoElement, dimensions: [number, number], encrypt: b
src/app/features/room/msgContent.ts:21
↓ 1 callers
Function
getAllMessageDefaultRule
( ruleId: RuleId, encrypted: boolean, oneToOne: boolean )
src/app/features/settings/notifications/AllMessages.tsx:18
↓ 1 callers
Function
getAllVersionsRoomCreator
(room: Room)
src/app/utils/room.ts:506
↓ 1 callers
Function
getAudioMsgContent
(item: TUploadItem, mxc: string)
src/app/features/room/msgContent.ts:129
↓ 1 callers
Function
getAutocompletePrefix
( editor: Editor, queryRange: BaseRange, validPrefixes: readonly TPrefix[] )
src/app/components/editor/autocomplete/autocompleteQuery.ts:22
↓ 1 callers
Function
getAutocompleteQueryText
( editor: Editor, queryRange: BaseRange, prefix: string )
src/app/components/editor/autocomplete/autocompleteQuery.ts:31
↓ 1 callers
Function
getCallCapabilities
( roomId: string, userId: string, deviceId: string )
src/app/plugins/call/utils.ts:9
↓ 1 callers
Function
getCommonRooms
( mx: MatrixClient, rooms: string[], otherUserId: string )
src/app/utils/room.ts:477
↓ 1 callers
Function
getCreateSpaceAccessToIcon
(access: CreateRoomAccess)
src/app/features/create-space/CreateSpace.tsx:43
↓ 1 callers
Function
getDOMGroupId
(id: string)
src/app/components/emoji-board/components/Group.tsx:6
↓ 1 callers
Function
getDefaultContainsUsername
(username: string)
src/app/features/settings/notifications/SpecialMessages.tsx:49
↓ 1 callers
Function
getDefaultIsUserMention
(userId: string)
src/app/features/settings/notifications/SpecialMessages.tsx:24
↓ 1 callers
Function
getDirectCreateSearchParams
( searchParams )
src/app/pages/pathSearchParam.ts:9
↓ 1 callers
Function
getFileMsgContent
(item: TUploadItem, mxc: string)
src/app/features/room/msgContent.ts:151
↓ 1 callers
Function
getFileNameWithoutExt
(fileName: string)
src/app/utils/mimeTypes.ts:142
↓ 1 callers
Function
getGridColumnCount
(gridWidth: number)
src/app/components/room-card/RoomCard.tsx:38
↓ 1 callers
Function
getGroupIndex
(emoji: IEmoji)
src/app/plugins/emoji.ts:86
↓ 1 callers
Function
getHighestPowerUserId
()
src/app/plugins/via-servers.ts:8
↓ 1 callers
Function
getHomeJoinPath
()
src/app/pages/pathUtils.ts:92
↓ 1 callers
Method
getIframe
(url: string)
src/app/plugins/call/CallEmbed.ts:136
↓ 1 callers
Function
getImageMsgContent
( mx: MatrixClient, item: TUploadItem, mxc: string )
src/app/features/room/msgContent.ts:46
↓ 1 callers
Function
getImageUrlBlob
(url: string)
src/app/utils/dom.ts:92
↓ 1 callers
Function
getInlineMarkElement
( markType: MarkType, node: Element, getChild: (child: ChildNode) => InlineElement[] )
src/app/components/editor/input.ts:77
↓ 1 callers
Function
getInlineNodeMarkType
(node: Element)
src/app/components/editor/input.ts:46
↓ 1 callers
Function
getInlineNonMarkElement
(node: Element)
src/app/components/editor/input.ts:97
↓ 1 callers
Method
getIntent
(dm: boolean, ongoing: boolean, video?: boolean)
src/app/plugins/call/CallEmbed.ts:50
↓ 1 callers
Function
getLatestEdit
( targetEvent: MatrixEvent, editEvents: MatrixEvent[] )
src/app/utils/room.ts:417
↓ 1 callers
Function
getLatestEditableEvt
( timeline: EventTimeline, canEdit: (mEvent: MatrixEvent) => boolean )
src/app/utils/room.ts:448
↓ 1 callers
Function
getLatestValidEvent
()
src/app/utils/notifications.ts:10
↓ 1 callers
Function
getListType
(marker: string)
src/app/plugins/markdown/block/rules.ts:59
↓ 1 callers
Function
getLoginTermUrl
(params: UIAParams)
src/app/utils/matrix-uia.ts:69
↓ 1 callers
Function
getLoginTokenSearchParam
()
src/app/pages/auth/login/Login.tsx:17
↓ 1 callers
Function
getMatrixToRoomEvent
( roomId: string, eventId: string, viaServers?: string[] )
src/app/plugins/matrix-to.ts:18
↓ 1 callers
Function
getMatrixToUser
(userId: string)
src/app/plugins/matrix-to.ts:3
↓ 1 callers
Function
getName
(userId: string)
src/app/components/event-readers/EventReaders.tsx:41
↓ 1 callers
Function
getName
(room: Room, member: RoomMember)
src/app/components/member-tile/MemberTile.tsx:9
↓ 1 callers
Function
getName
(member: RoomMember)
src/app/features/room/reaction-viewer/ReactionViewer.tsx:55
↓ 1 callers
Function
getNotificationState
()
src/app/hooks/usePermission.ts:3
↓ 1 callers
Function
getOrderedMeta
(marker: string)
src/app/plugins/markdown/block/rules.ts:63
↓ 1 callers
Function
getOrphanParents
(roomToParents: RoomToParents, roomId: string)
src/app/utils/room.ts:153
↓ 1 callers
Function
getPasswordFlow
(loginFlows: LoginFlow[])
src/app/hooks/useParsedLoginFlows.ts:9
↓ 1 callers
Function
getPointUntilChar
( editor: Editor, cursorPoint: BasePoint, options: PointUntilCharOptions )
src/app/components/editor/utils.ts:213
↓ 1 callers
Function
getPrivateKey
(keyId)
src/client/secretStorageKeys.js:14
↓ 1 callers
Function
getPushRule
( pushRules: IPushRules, ruleId: RuleId | string )
src/app/hooks/usePushRule.ts:44
↓ 1 callers
Function
getReactionContent
(eventId: string, key: string, shortcode?: string)
src/app/utils/room.ts:398
↓ 1 callers
Function
getReactionsForKey
(key: string)
src/app/features/room/reaction-viewer/ReactionViewer.tsx:58
↓ 1 callers
Function
getRegisterPath
(server?: string)
src/app/pages/pathUtils.ts:80
↓ 1 callers
Function
getResetPasswordPath
(server?: string)
src/app/pages/pathUtils.ts:85
↓ 1 callers
Function
getRoomSearchParams
(searchParams)
src/app/pages/pathSearchParam.ts:5
↓ 1 callers
Function
getRoomToParents
(mx: MatrixClient)
src/app/utils/room.ts:144
↓ 1 callers
Function
getRoomsUnread
(rooms: string[], roomToUnread: RoomToUnread)
src/app/state/hooks/unread.ts:12
↓ 1 callers
Function
getSSOFlow
(loginFlows: LoginFlow[])
src/app/hooks/useParsedLoginFlows.ts:4
↓ 1 callers
Function
getSearchPrefixToRoomType
(prefix: string)
src/app/features/search/Search.tsx:69
↓ 1 callers
Function
getSecretStorageKeyEventType
(key: string)
src/app/hooks/useSecretStorage.ts:8
↓ 1 callers
Function
getServerToPopulation
()
src/app/plugins/via-servers.ts:38
↓ 1 callers
Function
getSettings
()
src/app/state/settings.ts:86
↓ 1 callers
Function
getShortcodesFor
(hexcode: string)
src/app/plugins/emoji.ts:27
↓ 1 callers
Function
getSupportedUIAFlows
(uiaFlows: UIAFlow[], supportedStages: string[])
src/app/utils/matrix-uia.ts:3
↓ 1 callers
Function
getText
()
src/app/features/room/message/Message.tsx:254
↓ 1 callers
Function
getThumbnail
( img: HTMLImageElement | SVGImageElement | HTMLVideoElement, width: number, height: number, thumbnail
src/app/utils/dom.ts:146
↓ 1 callers
Function
getThumbnailContent
(thumbnailInfo: { thumbnail: File | Blob; encInfo: EncryptedAttachmentInfo | undefined; mxc: string; w
src/app/utils/matrix.ts:79
↓ 1 callers
Function
getThumbnailDimensions
(width: number, height: number)
src/app/utils/dom.ts:130
↓ 1 callers
Function
getTimelineAndBaseIndex
( timelines: EventTimeline[], index: number )
src/app/features/room/RoomTimeline.tsx:191
↓ 1 callers
Function
getTimelineEvent
(timeline: EventTimeline, index: number)
src/app/features/room/RoomTimeline.tsx:208
↓ 1 callers
Function
getTimelineRelativeIndex
(absoluteIndex: number, timelineBaseIndex: number)
src/app/features/room/RoomTimeline.tsx:205
↓ 1 callers
Function
getToLink
(roomId: string)
src/app/pages/client/space/Space.tsx:439
↓ 1 callers
Function
getToday
()
src/app/utils/time.ts:76
↓ 1 callers
Function
getTokenFlow
(loginFlows: LoginFlow[])
src/app/hooks/useParsedLoginFlows.ts:11
↓ 1 callers
Function
getUIACompleted
(authData: IAuthData)
src/app/utils/matrix-uia.ts:11
↓ 1 callers
Function
getUIAParams
(authData: IAuthData)
src/app/utils/matrix-uia.ts:17
↓ 1 callers
Function
getUIASession
(authData: IAuthData)
src/app/utils/matrix-uia.ts:22
↓ 1 callers
Function
getVideoFileUrl
(fileOrBlob: File | Blob)
src/app/utils/dom.ts:100
↓ 1 callers
Function
getVideoInfo
(video: HTMLVideoElement, fileOrBlob: File | Blob)
src/app/utils/matrix.ts:69
↓ 1 callers
Function
getVideoMsgContent
( mx: MatrixClient, item: TUploadItem, mxc: string )
src/app/features/room/msgContent.ts:80
↓ 1 callers
Method
getWidget
( mx: MatrixClient, room: Room, intent: ElementCallIntent, themeKind: ElementCallThemeKind )
src/app/plugins/call/CallEmbed.ts:82
↓ 1 callers
Function
getYesterday
()
src/app/utils/time.ts:82
↓ 1 callers
Function
groupSearchResult
(results: ISearchResult[])
src/app/features/message-search/useMessageSearch.ts:29
↓ 1 callers
Function
handleCancelUpload
(uploads: Upload[])
src/app/features/room/RoomInput.tsx:269
↓ 1 callers
Function
handleChange
(token: string | null)
src/app/components/uia-stages/ReCaptchaStage.tsx:38
↓ 1 callers
Function
handleChange
(visibility: HistoryVisibility)
src/app/features/common-settings/general/RoomHistoryVisibility.tsx:86
↓ 1 callers
Function
handleClose
()
src/app/components/RoomNotificationSwitcher.tsx:60
← previous
next →
601–700 of 1,961, ranked by callers