MCPcopy Create free account

hub / github.com/WuTheFWasThat/vimflowy / functions

Functions773 in github.com/WuTheFWasThat/vimflowy

↓ 896 callersMethodsendKeys
(keysInput: string | Array<Key>)
test/testcase.ts:140
↓ 873 callersMethodexpect
(expected: Array<SerializedBlock>)
test/testcase.ts:178
↓ 494 callersMethodsendKey
(key: Key)
test/testcase.ts:156
↓ 296 callersMethoddone
()
test/testcase.ts:96
↓ 104 callersMethodregisterAction
(name: string, desc: string, def: ActionDefinition, metadata: ActionMetadata = {})
src/assets/ts/plugins.ts:156
↓ 88 callersMethodexpectViewRoot
(expected: Row)
test/testcase.ts:185
↓ 84 callersFunctiongetStyles
(clientStore: ClientStore, style_props: Array<StyleProperty>)
src/assets/ts/themes.ts:27
↓ 74 callersMethodexpectCursor
(row: Row, col: Col)
test/testcase.ts:192
↓ 62 callersMethodexpectMarks
(expected: {[key: string]: Row})
test/tests/marks.ts:9
↓ 43 callersMethodexpectJumpIndex
(index: number, historyLength: number | null = null)
test/testcase.ts:201
↓ 40 callersMethodsetMode
(newmode: ModeId)
src/assets/ts/session.ts:124
↓ 34 callersMethodemit
(event: string, ...args: Array<any>)
src/assets/ts/utils/eventEmitter.ts:23
↓ 32 callersMethodon
(event: string, listener: Listener)
src/assets/ts/utils/eventEmitter.ts:44
↓ 30 callersMethodis
(other: Path)
src/assets/ts/path.ts:117
↓ 28 callersMethodlog
(...args: any[])
src/plugins/daily_notes/index.tsx:361
↓ 24 callersMethodupdatedDataForRender
(row: Row)
src/assets/ts/plugins.ts:113
↓ 23 callersMethodregisterMotion
(name: string, desc: string, def: MotionDefinition)
src/assets/ts/plugins.ts:143
↓ 23 callersMethodthen
(other: Unfolder<B, C>)
src/assets/ts/utils/token_unfolder.ts:66
↓ 22 callersMethodlog
(...args: any[])
src/plugins/deadlines/index.tsx:188
↓ 21 callersMethodgetClientSetting
(setting: S)
src/assets/ts/datastore.ts:137
↓ 20 callersMethodregisterHook
(who: Emitter, event: string, transform: Hook)
src/assets/ts/plugins.ts:193
↓ 19 callersMethoddo
(mutation: Mutation)
src/assets/ts/session.ts:396
↓ 19 callersMethodsetPosition
(path: Path, col: Col, cursorOptions?: CursorOptions)
src/assets/ts/cursor.ts:70
↓ 18 callersMethodsave
()
src/assets/ts/session.ts:316
↓ 17 callersMethodgetLine
(row: Row)
src/assets/ts/document.ts:307
↓ 16 callersMethod_chain
(next: () => void, waitKeyHandler = true)
test/testcase.ts:83
↓ 16 callersMethodgetDocSetting
(setting: S)
src/assets/ts/datastore.ts:145
↓ 16 callersMethodgetLength
(row: Row)
src/assets/ts/document.ts:361
↓ 15 callersMethodcollapsed
(row: Row)
src/assets/ts/document.ts:432
↓ 15 callersMethodderegisterAll
()
src/assets/ts/plugins.ts:210
↓ 15 callersMethodexpectNumMenuResults
(num_results: number)
test/testcase.ts:212
↓ 15 callersMethodexpectTags
(expected: {[key: string]: Row[]})
test/tests/tags.ts:9
↓ 15 callersMethodexpectTags
(expected: {[key: string]: Row[]})
test/tests/tags_clone.ts:11
↓ 15 callersMethodgetChildren
(parent_path: Path)
src/assets/ts/document.ts:388
↓ 15 callersMethodindexInParent
(child: Path)
src/assets/ts/document.ts:427
↓ 15 callersFunctionregisterPlugin
( plugin_metadata: PluginMetadata, enable: PluginEnableFn<V>, disable: PluginDisableFn<V>, )
src/assets/ts/plugins.ts:359
↓ 14 callersMethodclone
()
src/assets/ts/cursor.ts:49
↓ 14 callersMethodgetText
(row: Row)
src/assets/ts/document.ts:311
↓ 14 callersMethodsetData
(key: string, value: any)
src/assets/ts/plugins.ts:104
↓ 14 callersMethodzoomInto
(newroot: Path)
src/assets/ts/session.ts:667
↓ 13 callersMethodaddBlocks
( parent: Path, index = -1, serialized_rows: Array<SerializedBlock>, options: {cursorOptions?: CursorO
src/assets/ts/session.ts:1047
↓ 13 callersMethodchild
(row: Row)
src/assets/ts/path.ts:72
↓ 12 callersMethod_getChildren
(row: Row, min = 0, max = -1)
src/assets/ts/document.ts:367
↓ 12 callersMethodgetInfo
(row: Row)
src/assets/ts/document.ts:251
↓ 12 callersFunctionmatchWordRegex
(regex_str: string)
src/assets/ts/utils/text.ts:27
↓ 12 callersMethodregisterListener
(who: Emitter, event: string, listener: Listener)
src/assets/ts/plugins.ts:179
↓ 12 callersMethodsetCol
(moveCol: Col, cursorOptions: CursorOptions = { pastEnd: true })
src/assets/ts/cursor.ts:80
↓ 12 callersMethodunfold
(input: A)
src/assets/ts/utils/token_unfolder.ts:58
↓ 11 callersMethod_right
()
src/assets/ts/cursor.ts:106
↓ 11 callersMethodemitAsync
(event: string, ...args: Array<any>)
src/assets/ts/utils/eventEmitter.ts:29
↓ 11 callersMethodhasChildren
(row: Row)
src/assets/ts/document.ts:392
↓ 11 callersFunctionrenderMain
()
src/assets/ts/app.tsx:365
↓ 11 callersMethodsetPath
(path: Path, cursorOptions?: CursorOptions)
src/assets/ts/cursor.ts:75
↓ 11 callersMethodupdate
()
src/assets/ts/menu.ts:69
↓ 10 callersMethodgetAncestry
()
src/assets/ts/path.ts:38
↓ 10 callersMethodregisterDefaultMappings
(mode: ModeId, mappings: HotkeyMapping)
src/assets/ts/plugins.ts:132
↓ 10 callersMethodsetDocSetting
(setting: S, value: LocalDocSettings[S])
src/assets/ts/datastore.ts:150
↓ 9 callersMethoddequeue
()
src/assets/ts/utils/queue.ts:36
↓ 9 callersMethodget
(row: Row)
src/assets/ts/document.ts:163
↓ 9 callersMethodgetData
(key: string, default_value: any = null)
src/assets/ts/plugins.ts:108
↓ 8 callersFunctionRegexTokenizerModifier
( regex: RegExp, change_info: (info: Array<CharInfo>) => void )
src/assets/ts/utils/token_unfolder.ts:149
↓ 8 callersMethod_get
( key: string, default_value: T, decode: (value: any) => T = fn_utils.id )
src/assets/ts/datastore.ts:223
↓ 8 callersMethod_getTagsToRows
()
src/plugins/tags/index.tsx:446
↓ 8 callersMethod_set
( key: string, value: any, encode: (value: any) => any = fn_utils.id )
src/assets/ts/datastore.ts:257
↓ 8 callersMethodaddCharsAtCursor
(chars: Chars)
src/assets/ts/session.ts:734
↓ 8 callersMethodapplyHook
(event: string, obj: any, info: any)
src/assets/ts/utils/eventEmitter.ts:89
↓ 8 callersMethodexpectExport
(mimeType: string, expected: string)
test/testcase.ts:241
↓ 8 callersFunctionhideBorderAndModify
( left_border_to_hide_size: number, right_border_to_hide_size: number, changeCharInfo: (char_info: CharInf
src/assets/ts/utils/token_unfolder.ts:174
↓ 7 callersMethod_expectEqual
(actual: T, expected: T, message: string)
test/testcase.ts:126
↓ 7 callersMethod_getParents
(row: Row)
src/assets/ts/document.ts:378
↓ 7 callersMethod_getRowsToTags
()
src/plugins/tags/index.tsx:440
↓ 7 callersMethodgetChar
(row: Row, col: Col)
src/assets/ts/document.ts:315
↓ 7 callersMethodgetNodeWithText
(root: Path, text: String)
src/plugins/daily_notes/index.tsx:367
↓ 7 callersMethodgetPlugin
(name: string)
src/assets/ts/plugins.ts:86
↓ 7 callersMethodgetRowData
(row: Row, keytype: string, default_value: any = null)
src/plugins/time_tracking/index.tsx:190
↓ 7 callersMethodgetStatus
(name: string)
src/assets/ts/plugins.ts:250
↓ 7 callersMethodisAttached
(row: Row)
src/assets/ts/document.ts:658
↓ 7 callersMethodmoveBlock
(path: Path, parent_path: Path, index = -1)
src/assets/ts/session.ts:1099
↓ 7 callersFunctionregisterMode
(metadata: ModeMetadata)
src/assets/ts/modes.ts:108
↓ 7 callersMethodroot
()
src/assets/ts/path.ts:15
↓ 7 callersMethodsetClientSetting
(setting: S, value: ClientSettings[S])
src/assets/ts/datastore.ts:141
↓ 6 callersMethod_expectDeepEqual
(actual: T, expected: T, message: string)
test/testcase.ts:112
↓ 6 callersMethod_rebuildTreeTime
(row: Row, inclusive = false)
src/plugins/time_tracking/index.tsx:292
↓ 6 callersMethodapplyHookAsync
(event: string, obj: any, info: any)
src/assets/ts/utils/eventEmitter.ts:96
↓ 6 callersMethodattachBlocks
( parent: Path, ids: Array<Row>, index = -1, options: {setCursor?: string} = {} )
src/assets/ts/session.ts:1082
↓ 6 callersMethoddelChars
(row: Row, col: Col, nchars: number, options: DelCharsOptions = {})
src/assets/ts/session.ts:746
↓ 6 callersMethoddelCharsAfterCursor
(nchars: number, options: DelCharsOptions = {})
src/assets/ts/session.ts:766
↓ 6 callersMethodexpectRegisterType
(expected: RegisterTypes)
test/testcase.ts:234
↓ 6 callersMethodfrom
(other: Cursor)
src/assets/ts/cursor.ts:64
↓ 6 callersMethodget
(key: string)
src/assets/ts/data_backend/index.ts:162
↓ 6 callersMethodgetDate
(path: Path)
src/plugins/deadlines/index.tsx:128
↓ 6 callersMethodgetKey
(key: Key)
src/assets/ts/keyBindings.ts:42
↓ 6 callersFunctionisWhitespace
(chr: string | undefined)
src/assets/ts/utils/text.ts:2
↓ 6 callersMethodlistMarks
()
src/plugins/marks/index.tsx:554
↓ 6 callersMethodnextVisible
(path: Path)
src/assets/ts/session.ts:456
↓ 6 callersFunctionrespond
(result: { value?: any, error: string | null })
server/socket_server.ts:62
↓ 6 callersMethodrootRow
()
src/assets/ts/path.ts:11
↓ 6 callersMethodserialize
( row = this.root.row, options: {pretty?: boolean} = {}, serialized: {[row: number]: SerializedBlo
src/assets/ts/document.ts:789
↓ 5 callersFunctionRegexTokenizerSplitter
( regex: RegExp, match_tokenizer: PartialTokenizerFn<T>, )
src/assets/ts/utils/token_unfolder.ts:117
↓ 5 callersMethod_getMarksToRows
()
src/plugins/marks/index.tsx:484
next →1–100 of 773, ranked by callers