MCPcopy Create free account

hub / github.com/boltex/leojs / functions

Functions3,690 in github.com/boltex/leojs

↓ 25 callersMethodmoveToNext
* Move a position to its next sibling.
src/core/leoNodes.ts:1863
↓ 25 callersMethodtoString
()
src/core/leoImport.ts:3270
↓ 24 callersMethodall_unique_nodes
* A generator returning each vnode of the outline.
src/core/leoCommands.ts:1504
↓ 24 callersMethodclose
()
src/core/leoGlobals.ts:314
↓ 24 callersMethodget
* Get the setting and make sure its type matches the expected type.
src/core/leoConfig.ts:2488
↓ 24 callersMethodget1Arg
( options?: any, token?: any, tabList?: string[] )
src/core/leoGui.ts:325
↓ 24 callersMethodsetCurrentPosition
* Set the presently selected position. For internal use only. * Client code should use c.selectPosition instead.
src/core/leoCommands.ts:2636
↓ 24 callersMethodsetUp
()
src/test/test_importers.test.ts:30
↓ 23 callersMethod__init__
()
src/importers/base_importer.ts:115
↓ 23 callersMethodinit_error_dialogs
()
src/core/leoCommands.ts:4391
↓ 23 callersFunctionmakeVscodeUri
(p_fn: string)
src/core/leoGlobals.ts:2036
↓ 23 callersMethodnext
()
src/commands/killBufferCommands.ts:46
↓ 23 callersMethodput
* Write line s using at.os, taking special care of newlines.
src/writers/basewriter.ts:29
↓ 23 callersMethodsetBodyString
(s: string)
src/core/leoNodes.ts:3723
↓ 22 callersMethodbodyWantsFocus
()
src/core/leoCommands.ts:4845
↓ 22 callersMethodos
* Append a string to at.outputList. * * All output produced by leoAtFile module goes here.
src/core/leoAtFile.ts:3547
↓ 22 callersMethodtoString
()
src/core/leoGlobals.ts:372
↓ 21 callersMethodafterChangeBody
* Create an undo node using d created by beforeChangeNode. * *Important*: Before calling this method, caller must: * - Set p.v.b. (Setting p
src/core/leoUndo.ts:533
↓ 21 callersFunctiones_print
(...args: any[])
src/core/leoGlobals.ts:4163
↓ 21 callersMethodisAtIgnoreNode
* Returns True if: * - the vnode' body contains @ignore at the start of a line or * - the vnode's headline starts with @ignore.
src/core/leoNodes.ts:3219
↓ 20 callersFunctionabort
@param {string|number=} what
sqlite/sql-wasm-debug.js:2343
↓ 20 callersMethodbeforeChangeBody
* Return data that gets passed to afterChangeBody.
src/core/leoUndo.ts:978
↓ 20 callersMethodclearDirty
* Clear the vnode dirty bit.
src/core/leoNodes.ts:3435
↓ 20 callersMethodcreateCommonBunch
* Return a bunch containing all common undo info. * This is mostly the info for recreating an empty node at position p.
src/core/leoUndo.ts:1180
↓ 20 callersMethodsetMarked
()
src/core/leoNodes.ts:3523
↓ 19 callersMethod_parentVnode
* Return the parent VNode. * Return the hiddenRootNode if there is no other parent.
src/core/leoNodes.ts:1675
↓ 19 callersFunctionassert
(condition: any, message?: string)
src/core/leoGlobals.ts:790
↓ 19 callersMethodgetLanguage
(p: Position)
src/core/leoCommands.ts:1854
↓ 19 callersMethodgetPath
(p: Position)
src/core/leoCommands.ts:2059
↓ 19 callersMethodhasBack
()
src/core/leoNodes.ts:1174
↓ 19 callersMethodmoveToLastChildOf
* Move a position to the last child of parent.
src/core/leoNodes.ts:2371
↓ 19 callersMethodnumberOfChildren
()
src/core/leoNodes.ts:3330
↓ 19 callersMethodseeInsertPoint
()
src/core/leoFrame.ts:1177
↓ 18 callersMethodclone
* Create a clone of back. * Returns the newly created position.
src/core/leoNodes.ts:2161
↓ 18 callersFunctioncmd
* Command decorator for the editCommandsClass class.
src/commands/editFileCommands.ts:23
↓ 18 callersMethodgetTime
(body = true)
src/core/leoCommands.ts:3247
↓ 18 callersMethodisAncestorOf
* Return True if p is one of the direct ancestors of p2.
src/core/leoNodes.ts:1239
↓ 18 callersMethodput
* Put string s to self.outputFile. All output eventually comes here.
src/core/leoFileCommands.ts:2918
↓ 18 callersMethodputSentinel
* Write a sentinel whose text is s, applying the CWEB hack if needed. * * This method outputs all sentinels.
src/core/leoAtFile.ts:3212
↓ 18 callersMethodselectChapterByName
* Select a chapter without redrawing.
src/core/leoChapters.ts:213
↓ 17 callersMethodhas
(target: CommanderWrapper, prop: string)
src/core/leoCache.ts:56
↓ 17 callersMethodmoveToParent
* Move a position to its parent position.
src/core/leoNodes.ts:1920
↓ 17 callersMethodread_into_root
* Parse the file's contents, creating a tree of vnodes * anchored in root.v.
src/core/leoAtFile.ts:5035
↓ 17 callersMethodsave
* Save everything needed to restore after a search fails.
src/core/leoFind.ts:3961
↓ 17 callersMethodtoggle
()
src/core/findTabManager.ts:58
↓ 16 callersMethodaddToOrphanList
* Mark the root as erroneous for c.raise_error_dialogs().
src/core/leoAtFile.ts:3240
↓ 16 callersMethodatFileToString
* Write an external file to a string, and return its contents.
src/core/leoAtFile.ts:2570
↓ 16 callersMethodcommanders
* Return list of currently active controllers
src/core/leoApp.ts:1654
↓ 16 callersMethoddo_change_all
(settings: ISettings)
src/core/leoFind.ts:1552
↓ 16 callersMethodgetTabWidth
* Scan p.b and all ancestors for the first @encoding direcive. * * Return c.tab_width by default.
src/core/leoCommands.ts:2132
↓ 16 callersMethodhasParent
()
src/core/leoNodes.ts:1194
↓ 16 callersMethodinitHeadString
(s: string)
src/core/leoNodes.ts:2706
↓ 16 callersMethodmoveToHelper
* Common helper method for commands that move the cursor * in a way that can be described by a Tk Text expression.
src/commands/editCommands.ts:2201
↓ 16 callersMethodraise_error_dialogs
* Warn about read/write failures.
src/core/leoCommands.ts:4413
↓ 16 callersMethodrefreshTreeRoot
* * Refresh the whole outline
src/leoGoto.ts:95
↓ 16 callersMethodrunSaveFileDialog
* Create and run a save file dialog .
src/core/leoGui.ts:296
↓ 15 callersMethodapply
(patch: string, reverse?: boolean)
src/git.d.ts:198
↓ 15 callersMethodchildIndex
()
src/core/leoNodes.ts:961
↓ 15 callersFunctiones
(...args: any[])
src/core/leoGlobals.ts:4054
↓ 15 callersMethodpushBead
(bunch: Bead)
src/core/leoUndo.ts:256
↓ 14 callersMethoddo_find_next
* Find the next instance of this.find_text. * * Return True (for vim-mode) if a match was found.
src/core/leoFind.ts:1151
↓ 14 callersMethodgetSelectedText
* StringTextWrapper.
src/core/leoFrame.ts:1276
↓ 14 callersMethodhide
* * Hides the statusbar indicator
src/leoStatusBar.ts:57
↓ 14 callersFunctioninit
()
src/test/leoFind.test.ts:143
↓ 14 callersMethodisAtFileNode
()
src/core/leoNodes.ts:3185
↓ 14 callersFunctionnew_cmd_decorator
( p_name: string, p_doc: string, ivars: string[] )
src/core/decorators.ts:72
↓ 14 callersFunctionos_path_exists
( p_path?: string )
src/core/leoGlobals.ts:4793
↓ 14 callersMethodsetYScrollPosition
(i: number)
src/core/leoFrame.ts:1189
↓ 14 callersMethodstat
* Return the access mode of named file, removing any setuid, setgid, and sticky bits.
src/core/leoAtFile.ts:4106
↓ 14 callersMethodtreeSelectHelper
(p: Position | false)
src/core/leoCommands.ts:5357
↓ 13 callersMethodafterChangeNodeContents
* Create an undo node using d created by beforeChangeNode.
src/core/leoUndo.ts:627
↓ 13 callersMethodbeforeChangeNodeContents
* Return data that gets passed to afterChangeNode.
src/core/leoUndo.ts:1056
↓ 13 callersFunctioncmd
* Command decorator for the KillBufferCommandsClass class.
src/commands/killBufferCommands.ts:18
↓ 13 callersFunctioncmd
* Command decorator for the helpCommandsClass class.
src/commands/helpCommands.ts:22
↓ 13 callersMethoddeleteAllChildren
* Delete all children of the receiver and set p.dirty().
src/core/leoNodes.ts:2228
↓ 13 callersMethodfindAtFileName
* Return the name following one of the names in nameList or "".
src/core/leoNodes.ts:3053
↓ 13 callersMethodget
* Get the setting and make sure its type matches the expected type.
src/core/leoConfig.ts:1935
↓ 13 callersMethodget_parent_of_git_directory
* #2143. * Resolve filename to the nearest directory containing a .git directory.
src/commands/editFileCommands.ts:1924
↓ 13 callersMethodinit_ivars_from_settings
* Initialize all ivars from settings, including required defaults. * * This should be called from the do_ methods as follows: * *
src/core/leoFind.ts:323
↓ 13 callersMethodouterUpdate
* Handle delayed focus requests and modified events.
src/core/leoCommands.ts:4561
↓ 13 callersMethodreadLine
* Read one line from file using the present encoding. * Returns at.read_lines[at.read_i++]
src/core/leoAtFile.ts:1340
↓ 13 callersMethodremove
(fileName: string)
src/core/leoAtFile.ts:4084
↓ 13 callersMethodsetAllAncestorAtFileNodesDirty
* Original idea by Bитaлиje Mилoшeвић (Vitalije Milosevic). * Modified by EKR. * Translated by Félix Malboeuf
src/core/leoNodes.ts:3713
↓ 13 callersMethodshow
(ref: string, path: string)
src/git.d.ts:191
↓ 13 callersMethodtreeFocusHelper
()
src/core/leoCommands.ts:4827
↓ 13 callersMethodupdate
(uri: vscode.Uri)
src/helpPanel.ts:16
↓ 13 callersMethodwidgetWantsFocusNow
(w: any)
src/core/leoCommands.ts:4873
↓ 12 callersMethodanyAtFileNodeName
* Return the file name following an @file node or an empty string.
src/core/leoNodes.ts:3074
↓ 12 callersFunctioncallers
( n: number = 4, count: number = 0, excludeCaller: boolean = true, verbose: boolean = false )
src/core/leoGlobals.ts:823
↓ 12 callersMethodcopy
(name?: string)
src/core/leoGlobals.ts:683
↓ 12 callersFunctiones_exception
(p_error?: any, c?: Commands)
src/core/leoGlobals.ts:4120
↓ 12 callersMethodgetEncoding
* Scan p and all ancestors for the first @encoding direcive. * * Return c.config.default_derived_file_encoding or 'utf-8' by default.
src/core/leoCommands.ts:1832
↓ 12 callersMethodgetScript
* Return the script composed from p and its descendants.
src/core/mod_scripting.ts:1321
↓ 12 callersMethodhasSelection
* StringTextWrapper.
src/core/leoFrame.ts:1305
↓ 12 callersMethodheadString
* Return the headline string.
src/core/leoNodes.ts:3355
↓ 12 callersMethodrun
(branch: string)
src/git-base.d.ts:53
↓ 12 callersFunctionsendSearchConfig
()
find-panel/main.js:243
↓ 12 callersMethodsetVisited
* Compatibility routine for scripts
src/core/leoNodes.ts:3551
↓ 11 callersMethodafterMark
* Create an undo node for mark and unmark commands.
src/core/leoUndo.ts:907
↓ 11 callersMethodbeforeMark
(p: Position, command: string)
src/core/leoUndo.ts:1128
← previousnext →101–200 of 3,690, ranked by callers