MCPcopy Create free account

hub / github.com/WuTheFWasThat/vimflowy / functions

Functions773 in github.com/WuTheFWasThat/vimflowy

↓ 5 callersMethod_getRowsToMarks
()
src/plugins/marks/index.tsx:478
↓ 5 callersMethod_sanityCheckMarks
()
src/plugins/marks/index.tsx:491
↓ 5 callersMethod_sanityCheckTags
()
src/plugins/tags/index.tsx:453
↓ 5 callersMethodcanonicalPath
(row: Row)
src/assets/ts/document.ts:472
↓ 5 callersMethodcreateBlock
(path: Path, text: string, isCollapsed: boolean = true, plugins?: any)
src/plugins/daily_notes/index.tsx:431
↓ 5 callersMethoddelBlocks
( parent: Row, index: number, nrows: number, options: DelBlockOptions = {} )
src/assets/ts/session.ts:1023
↓ 5 callersMethodgetSiblingBefore
(path: Path)
src/assets/ts/document.ts:675
↓ 5 callersMethodgetSiblingRange
(path: Path, min_offset: number, max_offset: number)
src/assets/ts/document.ts:691
↓ 5 callersMethodisRoot
()
src/assets/ts/path.ts:33
↓ 5 callersMethodleft
()
src/assets/ts/cursor.ts:110
↓ 5 callersMethodoff
(event: string, listener: Listener)
src/assets/ts/utils/eventEmitter.ts:68
↓ 5 callersMethodprevVisible
(path: Path)
src/assets/ts/session.ts:493
↓ 5 callersMethodregisterComposedAction
( name: ActionName, description: string, part_names: Array<string> )
src/assets/ts/keyDefinitions.ts:135
↓ 5 callersMethodset
(row: Row, cachedRow: CachedRowInfo)
src/assets/ts/document.ts:146
↓ 5 callersMethodsetInfo
(info: RowInfo)
src/assets/ts/document.ts:79
↓ 5 callersMethodsetLine
(row: Row, line: Line)
src/assets/ts/document.ts:319
↓ 5 callersMethodstr
()
src/assets/ts/mutations.ts:60
↓ 5 callersMethodupdate
(row: Row, updateFn: (info: CachedRowInfo) => CachedRowInfo, force?: boolean)
src/assets/ts/document.ts:151
↓ 4 callersMethod_get
(key: string, default_value: T)
src/assets/ts/datastore.ts:78
↓ 4 callersMethod_getEmitter
(who: Emitter)
src/assets/ts/plugins.ts:169
↓ 4 callersMethod_left
()
src/assets/ts/cursor.ts:102
↓ 4 callersMethod_nextChar
()
src/assets/ts/cursor.ts:145
↓ 4 callersMethod_set
(key: string, value: any)
src/assets/ts/datastore.ts:100
↓ 4 callersMethod_setPath
(path: Path)
src/assets/ts/cursor.ts:54
↓ 4 callersMethod_setRowData
(row: Row, keytype: string, value: any)
src/plugins/time_tracking/index.tsx:195
↓ 4 callersMethodaddChars
(row: Row, col: Col, chars: Chars)
src/assets/ts/session.ts:727
↓ 4 callersMethodatVisibleEnd
()
src/assets/ts/cursor.ts:133
↓ 4 callersMethodchangeChars
(row: Row, col: Col, nchars: number, change_fn: (chars: Chars) => Chars)
src/assets/ts/session.ts:770
↓ 4 callersMethodclear
()
src/assets/ts/document.ts:111
↓ 4 callersMethodcomputeMarksToPaths
()
src/plugins/marks/index.tsx:548
↓ 4 callersMethoddeleteAtCursor
()
src/assets/ts/session.ts:997
↓ 4 callersMethoddeleteBetween
(cursor1: Cursor, cursor2: Cursor, options: {includeEnd?: boolean, yank?: boolean} = {})
src/assets/ts/session.ts:850
↓ 4 callersMethoddequeue
()
src/assets/ts/keyHandler.ts:57
↓ 4 callersMethoddisable
(name: string)
src/assets/ts/plugins.ts:312
↓ 4 callersMethoddrop
()
src/assets/ts/keyHandler.ts:76
↓ 4 callersMethodextend
(walk: Array<Row>)
src/assets/ts/path.ts:108
↓ 4 callersMethodgetDailyNotesRoot
()
src/plugins/daily_notes/index.tsx:381
↓ 4 callersMethodgetDeadlinesRoot
()
src/plugins/deadlines/index.tsx:202
↓ 4 callersMethodgetMark
(row: Row)
src/plugins/marks/index.tsx:511
↓ 4 callersMethodimport
(content: any, mimetype: string)
test/testcase.ts:160
↓ 4 callersMethodindentBlocks
(path: Path, numblocks = 1)
src/assets/ts/session.ts:1103
↓ 4 callersMethodisInWhitespace
(path: Path, col: Col)
src/assets/ts/cursor.ts:219
↓ 4 callersMethodisValidPath
(path: Path)
src/assets/ts/document.ts:662
↓ 4 callersMethodload
(serialized_rows: Array<SerializedBlock>)
src/assets/ts/document.ts:879
↓ 4 callersMethodloadFromAncestry
(ancestry: SerializedPath)
src/assets/ts/path.ts:19
↓ 4 callersMethodmutate
(_session: Session)
src/assets/ts/mutations.ts:66
↓ 4 callersMethodonRowChange
(to: Row | null)
src/plugins/time_tracking/index.tsx:237
↓ 4 callersMethodqueue
(next: () => void | Promise<void>)
src/assets/ts/keyHandler.ts:183
↓ 4 callersMethodsetCollapsed
(row: Row, collapsed: boolean)
src/assets/ts/document.ts:436
↓ 4 callersMethodsetMark
(row: Row, mark: Mark | null = null)
src/plugins/marks/index.tsx:573
↓ 4 callersMethodtoggleBlockCollapsed
(row: Row)
src/assets/ts/session.ts:1251
↓ 4 callersMethodtrivial
()
src/assets/ts/utils/token_unfolder.ts:78
↓ 4 callersMethodunindentBlocks
(path: Path, numblocks = 1)
src/assets/ts/session.ts:1126
↓ 3 callersMethod_attach
(child_row: Row, parent_row: Row, index = -1)
src/assets/ts/document.ts:577
↓ 3 callersMethod_detach
(row: Row, parent_row: Row)
src/assets/ts/document.ts:565
↓ 3 callersMethod_getWordCheck
(options: WordMovementOptions, matchChar: string)
src/assets/ts/cursor.ts:242
↓ 3 callersMethod_lineKey_
(row: Row)
src/assets/ts/datastore.ts:276
↓ 3 callersMethod_newChild
(parent: Row, index = -1)
src/assets/ts/document.ts:224
↓ 3 callersMethodallAncestors
( row: Row, { inclusive = false }: { inclusive?: boolean } = { } )
src/assets/ts/document.ts:491
↓ 3 callersMethodchangeViewRoot
(path: Path)
src/assets/ts/session.ts:553
↓ 3 callersMethodcurText
()
src/assets/ts/session.ts:719
↓ 3 callersMethoddeleteChars
(row: Row, col: Col, num: number)
src/assets/ts/document.ts:354
↓ 3 callersMethoddisablePlugin
(pluginName: string)
test/testcase.ts:172
↓ 3 callersMethoddown
()
src/assets/ts/menu.ts:58
↓ 3 callersMethodenablePlugin
(pluginName: string)
test/testcase.ts:166
↓ 3 callersMethodevery
(actionName: ActionName, context: ActionContext, oldMode: ModeId)
src/assets/ts/modes.ts:60
↓ 3 callersMethodexportFile
(type = 'json')
src/assets/ts/session.ts:289
↓ 3 callersMethodfn
(...args: Array<any>)
src/assets/ts/utils/eventEmitter.ts:49
↓ 3 callersMethodgetChild
(row: Row)
src/assets/ts/cursor.ts:495
↓ 3 callersMethodgetChildren
(parent_path: Path)
src/plugins/daily_notes/index.tsx:424
↓ 3 callersMethodgetChildren
(parent_path: Path)
src/plugins/deadlines/index.tsx:228
↓ 3 callersFunctiongetLocalStore
()
src/assets/ts/app.tsx:123
↓ 3 callersMethodgetNodeText
(dt: Date, mode: string)
src/plugins/daily_notes/index.tsx:348
↓ 3 callersMethodgetPath
(path: Path)
src/assets/ts/cursor.ts:487
↓ 3 callersMethodgetRegistration
(name: string)
src/assets/ts/keyDefinitions.ts:111
↓ 3 callersMethodgetSiblingAfter
(path: Path)
src/assets/ts/document.ts:679
↓ 3 callersMethodgetTagRoot
(tag: Tag)
src/plugins/clone_tags/index.tsx:82
↓ 3 callersMethodgetTags
(row: Row)
src/plugins/tags/index.tsx:484
↓ 3 callersMethodinit
()
src/plugins/daily_notes/index.tsx:108
↓ 3 callersMethodisVisible
(path: Path)
src/assets/ts/session.ts:451
↓ 3 callersMethodlastVisible
(path: Path = this.viewRoot)
src/assets/ts/session.ts:482
↓ 3 callersMethodmarkSelected
()
src/assets/ts/cursor.ts:505
↓ 3 callersMethodmoveCursor
(_cursor: Cursor)
src/assets/ts/mutations.ts:75
↓ 3 callersMethodprintTime
(ms: number)
src/plugins/time_tracking/index.tsx:304
↓ 3 callersMethodreset_history
()
src/assets/ts/session.ts:308
↓ 3 callersMethodreset_jump_history
()
src/assets/ts/session.ts:558
↓ 3 callersMethodright
( cursorOptions: {pastEnd?: boolean} = {} )
src/assets/ts/cursor.ts:116
↓ 3 callersMethodsendMessage
(message: Object)
src/assets/ts/data_backend/index.ts:273
↓ 3 callersMethodset
(key: string, value: string)
src/assets/ts/data_backend/index.ts:183
↓ 3 callersMethodsetDetachedParent
(row: Row, parent: Row | null)
src/assets/ts/datastore.ts:340
↓ 3 callersMethodsetMappings
(mappings: KeyMappings)
src/assets/ts/keyBindings.ts:152
↓ 3 callersMethodsetPluginData
(pluginData: any)
src/assets/ts/document.ts:98
↓ 3 callersMethodsetStatus
(name: string, status: PluginStatus)
src/assets/ts/plugins.ts:257
↓ 3 callersMethodtransformRowData
( row: Row, keytype: string, transform: (val: number) => number, default_value: any = null)
src/plugins/time_tracking/index.tsx:205
↓ 3 callersMethodup
()
src/assets/ts/menu.ts:47
↓ 3 callersMethodwriteChars
(row: Row, col: Col, chars: Array<Char>)
src/assets/ts/document.ts:348
↓ 3 callersMethodyoungestVisibleAncestor
(path: Path)
src/assets/ts/session.ts:532
↓ 2 callersFunctionSliceToken
(token: Token, start: number, end: number = 0)
src/assets/ts/utils/token_unfolder.ts:30
↓ 2 callersFunctionSplitToken
(token: Token, split_index: number)
src/assets/ts/utils/token_unfolder.ts:42
↓ 2 callersMethod_addChild
(parent_row: Row, row: Row, index: number)
src/assets/ts/document.ts:544
← previousnext →101–200 of 773, ranked by callers