MCPcopy Create free account

hub / github.com/caroso1222/ast-viewer / functions

Functions260 in github.com/caroso1222/ast-viewer

↓ 28 callersFunctionget
(value: any, path: string, defaultValue?: any)
src/app/shared/tree/utils/fn.utils.ts:25
↓ 8 callersFunctionisNil
(value: any)
src/app/shared/tree/utils/fn.utils.ts:101
↓ 6 callersFunctionisEmpty
(value: any[] | string)
src/app/shared/tree/utils/fn.utils.ts:1
↓ 5 callersMethodchildrenShouldBeLoaded
* Check whether children of the node should be loaded and not loaded yet. * Makes sense only for nodes that define `loadChildren` function. * @r
src/app/shared/tree/tree.ts:152
↓ 5 callersMethodisLeaf
* Check whether this tree is "Leaf" or not. * @returns {boolean} A flag indicating whether or not this tree is a "Leaf".
src/app/shared/tree/tree.ts:379
↓ 4 callersMethod_setFoldingType
* Set a current folding type: expanded, collapsed or leaf.
src/app/shared/tree/tree.ts:502
↓ 4 callersMethodchildrenWereLoaded
* Check whether children of the node were loaded. * Makes sense only for nodes that define `loadChildren` function. * @returns {boolean} A flag
src/app/shared/tree/tree.ts:135
↓ 4 callersMethodfireNodeRemoved
(tree: Tree)
src/app/shared/tree/tree.service.ts:54
↓ 4 callersMethodisRoot
* Check whether this tree is a root or not. The root is the tree (node) that doesn't have parent (or technically its parent is null). * @returns {b
src/app/shared/tree/tree.ts:418
↓ 3 callersMethodaddChild
* Add a child node for the current node. * @param {Tree} child - A node that should become a child. * @param [number] position - Position in whi
src/app/shared/tree/tree.ts:300
↓ 3 callersMethodcontains
(other: ElementRef)
src/app/shared/tree/draggable/captured-node.ts:11
↓ 3 callersMethodcontainsElementAt
(e: DragEvent)
src/app/shared/tree/draggable/node-draggable.directive.ts:113
↓ 3 callersMethodcreateNode
* Create a new node in the current tree. * @param {boolean} isBranch - A flag that indicates whether a new node should be a "Branch". "Leaf" node w
src/app/shared/tree/tree.ts:205
↓ 3 callersMethoddeleteController
(id: string | number)
src/app/shared/tree/tree.service.ts:127
↓ 3 callersMethodfireNodeChecked
(tree: Tree)
src/app/shared/tree/tree.service.ts:109
↓ 3 callersMethodfireNodeCreated
(tree: Tree)
src/app/shared/tree/tree.service.ts:58
↓ 3 callersMethodfireNodeMoved
(tree: Tree, parent: Tree)
src/app/shared/tree/tree.service.ts:78
↓ 3 callersMethodgetCapturedNode
()
src/app/shared/tree/draggable/node-draggable.service.ts:24
↓ 3 callersMethodgetRootFromCode
(code: string, extended: boolean)
src/app/app.component.ts:138
↓ 3 callersFunctionincludes
(target: string | any[], value: any)
src/app/shared/tree/utils/fn.utils.ts:92
↓ 3 callersFunctionisFunction
(value: any)
src/app/shared/tree/utils/fn.utils.ts:21
↓ 3 callersMethodisNew
* Check that current tree is newly created (added by user via menu for example). Tree that was built from the TreeModel is not marked as new. * @re
src/app/shared/tree/tree.ts:590
↓ 3 callersMethodisNodeCollapsed
* Check that tree is collapsed. * @returns {boolean} A flag indicating whether current tree is collapsed. Always returns false for the "Leaf" tree
src/app/shared/tree/tree.ts:495
↓ 3 callersMethodisNodeExpanded
* Check that tree is expanded. * @returns {boolean} A flag indicating whether current tree is expanded. Always returns false for the "Leaf" tree an
src/app/shared/tree/tree.ts:487
↓ 3 callersMethodisStatic
* Check whether or not this tree is static. * @returns {boolean} A flag indicating whether or not this tree is static.
src/app/shared/tree/tree.ts:355
↓ 3 callersMethodmarkAsBeingRenamed
* Mark current tree as being renamed (@see {@link isBeingRenamed}).
src/app/shared/tree/tree.ts:620
↓ 3 callersMethodremoveClass
(className: string)
src/app/shared/tree/draggable/node-draggable.directive.ts:123
↓ 3 callersFunctionsize
(value: any[])
src/app/shared/tree/utils/fn.utils.ts:54
↓ 2 callersMethod_addChild
(child: Tree, position: number = size(this._children) || 0)
src/app/shared/tree/tree.ts:311
↓ 2 callersMethodaddSibling
* Add a sibling node for the current node. This won't work if the current node is a root. * @param {Tree} sibling - A node that should become a sib
src/app/shared/tree/tree.ts:287
↓ 2 callersMethodcacheLines
* Updates the lines length cache. * @param code - Monaco code
src/app/editor-view/editor-view.component.ts:173
↓ 2 callersMethodchildrenAreBeingLoaded
* Check whether children of the node are being loaded. * Makes sense only for nodes that define `loadChildren` function. * @returns {boolean} A
src/app/shared/tree/tree.ts:126
↓ 2 callersFunctiondefaultsDeep
(target: any, ...sources: any[])
src/app/shared/tree/utils/fn.utils.ts:70
↓ 2 callersMethoddisableCollapseOnInit
()
src/app/shared/tree/tree.ts:576
↓ 2 callersMethodexecuteOnChildController
(executor: (controller: TreeController) => void)
src/app/shared/tree/tree-internal.component.ts:350
↓ 2 callersMethodfireMenuEvent
(sender: HTMLElement, action: NodeMenuAction)
src/app/shared/tree/menu/node-menu.service.ts:10
↓ 2 callersMethodfireNodeUnchecked
(tree: Tree)
src/app/shared/tree/tree.service.ts:113
↓ 2 callersMethodgetLineCol
* Returns the (row, col) tuple "coordinate" of a given absolute code * position. The absolute position is often obtained from the particular * A
src/app/editor-view/editor-view.component.ts:159
↓ 2 callersFunctionhas
(value: any, prop: string)
src/app/shared/tree/utils/fn.utils.ts:17
↓ 2 callersMethodhasChild
* Check whether provided tree is a child of the current tree. * This method tests that provided tree is a <strong>direct</strong> child of the curr
src/app/shared/tree/tree.ts:437
↓ 2 callersMethodhasChildren
* Check whether this tree has children. * @returns {boolean} A flag indicating whether or not this tree has children.
src/app/shared/tree/tree.ts:410
↓ 2 callersMethodhasDeferredChildren
()
src/app/shared/tree/tree.ts:113
↓ 2 callersMethodhasLeftMenu
* Check whether or not this tree has a left menu. * @returns {boolean} A flag indicating whether or not this tree has a left menu.
src/app/shared/tree/tree.ts:363
↓ 2 callersMethodhasLoadedChildern
()
src/app/shared/tree/tree.ts:252
↓ 2 callersMethodhasSibling
* Check whether provided tree is a sibling of the current tree. Sibling trees (nodes) are the trees that have the same parent. * @param {Tree} tree
src/app/shared/tree/tree.ts:427
↓ 2 callersMethodhideMenuForAllNodesExcept
(treeElementRef: ElementRef)
src/app/shared/tree/menu/node-menu.service.ts:21
↓ 2 callersMethodisBeingRenamed
* Check that current tree is being renamed (it is in the process of its value renaming initiated by a user). * @returns {boolean} A flag whether th
src/app/shared/tree/tree.ts:613
↓ 2 callersMethodisBranch
* Check whether this tree is "Branch" or not. "Branch" is a node that has children. * @returns {boolean} A flag indicating whether or not this tree
src/app/shared/tree/tree.ts:402
↓ 2 callersMethodisRenamable
* Check whether a given value can be considered RenamableNode. * @param {any} value - A value to check. * @returns {boolean} - A flag indicating
src/app/shared/tree/tree.ts:62
↓ 2 callersMethodisSelected
()
src/app/shared/tree/tree-controller.ts:30
↓ 2 callersMethodisValueEmpty
* Check that value passed is not empty (it doesn't consist of only whitespace symbols). * @param {string} value - A value that should be checked.
src/app/shared/tree/tree.ts:52
↓ 2 callersMethodmerge
(child: TreeModel, parent: TreeModel)
src/app/shared/tree/tree.types.ts:102
↓ 2 callersFunctionomit
(value: any, propsToSkip: string | string[])
src/app/shared/tree/utils/fn.utils.ts:39
↓ 2 callersMethodonNewSelected
(e: NodeMenuItemSelectedEvent)
src/app/shared/tree/tree-internal.component.ts:262
↓ 2 callersMethodonNodeChecked
()
src/app/shared/tree/tree-internal.component.ts:328
↓ 2 callersMethodonNodeUnchecked
()
src/app/shared/tree/tree-internal.component.ts:339
↓ 2 callersMethodonSwitchFoldingType
()
src/app/shared/tree/tree-internal.component.ts:284
↓ 2 callersMethodsetController
(id: string | number, controller: TreeController)
src/app/shared/tree/tree.service.ts:123
↓ 2 callersMethodsetTree
(tree)
src/app/app.service.ts:37
↓ 2 callersMethodsetTreeContainer
(container)
src/app/app.service.ts:41
↓ 2 callersMethodswitchFoldingType
* Switch folding type of the current tree. "Leaf" node cannot switch its folding type cause it doesn't have children, hence nothing to fold. * If n
src/app/shared/tree/tree.ts:473
↓ 1 callersMethodaddClass
(className: string)
src/app/shared/tree/draggable/node-draggable.directive.ts:118
↓ 1 callersMethodapplyNewValue
(e: NodeEditableEvent)
src/app/shared/tree/tree-internal.component.ts:289
↓ 1 callersMethodapplyNewValueToRenamable
(value: RenamableNode, newValue: string)
src/app/shared/tree/tree.ts:76
↓ 1 callersMethodbuildTreeFromModel
(model: TreeModel, parent: Tree, isBranch: boolean)
src/app/shared/tree/tree.ts:92
↓ 1 callersMethodcanBeDroppedAt
(element: ElementRef)
src/app/shared/tree/draggable/captured-node.ts:7
↓ 1 callersMethodcanLoadChildren
()
src/app/shared/tree/tree.ts:139
↓ 1 callersMethodcaptureNode
(node: CapturedNode)
src/app/shared/tree/draggable/node-draggable.service.ts:20
↓ 1 callersMethodcheck
()
src/app/shared/tree/tree-controller.ts:122
↓ 1 callersMethodcheckedChildrenAmount
()
src/app/shared/tree/tree.ts:260
↓ 1 callersMethodcloneTreeShallow
(origin: Tree)
src/app/shared/tree/tree.ts:70
↓ 1 callersMethoddraggedStream
(tree: Tree, element: ElementRef)
src/app/shared/tree/tree.service.ts:117
↓ 1 callersMethodeventContainsId
(event: NodeEvent)
src/app/shared/tree/tree-internal.component.ts:381
↓ 1 callersMethodfireLoadNextLevel
(tree: Tree)
src/app/shared/tree/tree.service.ts:105
↓ 1 callersMethodfireMenuItemSelected
(tree: Tree, selectedItem: string)
src/app/shared/tree/tree.service.ts:82
↓ 1 callersMethodfireNodeCollapsed
(tree: Tree)
src/app/shared/tree/tree.service.ts:101
↓ 1 callersMethodfireNodeDragged
(captured: CapturedNode, target: ElementRef)
src/app/shared/tree/draggable/node-draggable.service.ts:12
↓ 1 callersMethodfireNodeExpanded
(tree: Tree)
src/app/shared/tree/tree.service.ts:97
↓ 1 callersMethodfireNodeHovered
(tree: Tree)
src/app/shared/tree/tree.service.ts:66
↓ 1 callersMethodfireNodeIndetermined
(tree: Tree)
src/app/shared/tree/tree.service.ts:159
↓ 1 callersMethodfireNodeRenamed
(oldValue: RenamableNode | string, tree: Tree)
src/app/shared/tree/tree.service.ts:74
↓ 1 callersMethodfireNodeSelected
(tree: Tree)
src/app/shared/tree/tree.service.ts:62
↓ 1 callersMethodfireNodeSwitchFoldingType
(tree: Tree)
src/app/shared/tree/tree.service.ts:86
↓ 1 callersMethodfireNodeUnselected
(tree: Tree)
src/app/shared/tree/tree.service.ts:70
↓ 1 callersMethodgetController
(id: string | number)
src/app/shared/tree/tree.service.ts:133
↓ 1 callersMethodgetController
()
src/app/shared/tree/tree.component.ts:164
↓ 1 callersMethodgetControllerByNodeId
(id: number | string)
src/app/shared/tree/tree.component.ts:168
↓ 1 callersMethodgetCssClassesFromSettings
()
src/app/shared/tree/tree.ts:533
↓ 1 callersMethodgetParagraphText
()
e2e/app.po.ts:8
↓ 1 callersMethodgetTemplateFromSettings
()
src/app/shared/tree/tree.ts:557
↓ 1 callersMethodhasController
(id: string | number)
src/app/shared/tree/tree.service.ts:141
↓ 1 callersMethodhasRightMenu
* Check whether or not this tree has a right menu. * @returns {boolean} A flag indicating whether or not this tree has a right menu.
src/app/shared/tree/tree.ts:371
↓ 1 callersMethodhideMenuStream
(treeElementRef: ElementRef)
src/app/shared/tree/menu/node-menu.service.ts:15
↓ 1 callersMethodisCollapsed
()
src/app/shared/tree/tree-controller.ts:50
↓ 1 callersMethodisCollapsedOnInit
()
src/app/shared/tree/tree.ts:582
↓ 1 callersMethodisDropPossible
(e: DragEvent)
src/app/shared/tree/draggable/node-draggable.directive.ts:103
↓ 1 callersFunctionisEscapePressed
(e: KeyboardEvent)
src/app/shared/tree/utils/event.utils.ts:18
↓ 1 callersMethodisExpanded
()
src/app/shared/tree/tree-controller.ts:40
↓ 1 callersMethodisLeaf
()
src/app/code-node/code-node.component.ts:38
↓ 1 callersFunctionisLeftButtonClicked
(e: MouseEvent)
src/app/shared/tree/utils/event.utils.ts:10
next →1–100 of 260, ranked by callers