Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neomjs/neo
/ functions
Functions
8,612 in github.com/neomjs/neo
⨍
Functions
8,612
◇
Types & classes
2,567
Function
queryVdom
* Finds internal VDOM nodes matching a set of attributes. * @param {Object} selector Property/value pairs to match
test/playwright/fixtures.mjs:238
Method
queryVdom
* Queries VDOM nodes based on a selector object (e.g. {cls: 'my-class'}). * @param {Object} opts The options object. * @param {O
ai/services/neural-link/ComponentService.mjs:133
Function
queue
* Queues a unique effect to be run later. * @param {Neo.core.Effect} effect The effect to queue. * @protected
src/core/EffectManager.mjs:100
Method
queueRead
* @param {Object} data * @protected
src/Main.mjs:355
Function
read
()
test/playwright/unit/ai/provider/KeepAlive.spec.mjs:30
Method
read
()
test/playwright/unit/data/StorePush.spec.mjs:51
Method
read
* @param {Object} [params] * @returns {Promise<Object>}
src/data/connection/Stream.mjs:60
Method
read
* @param {Object} [params] * @returns {Promise<any>}
src/data/connection/Rpc.mjs:65
Method
read
* @param {Object} [params] * @returns {Promise<any>}
src/data/connection/Base.mjs:39
Method
read
* @param {Object} [params] * @returns {Promise<any>}
src/data/connection/Fetch.mjs:30
Method
read
* @param {Object} [params] * @returns {Promise<any>}
src/data/connection/Xhr.mjs:45
Method
read
* @param {Object} rawData Output from the connection * @returns {Promise}
src/data/parser/Stream.mjs:74
Method
read
* @param {Object} operation * @returns {Promise}
src/data/parser/Base.mjs:57
Method
read
* @param {Object} data * @protected
src/main/DomAccess.mjs:860
Function
ready
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:548
Function
reapDuplicateListeners
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.spec.mjs:1426
Function
recordTaskOutcome
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.invariants.spec.mjs:75
Function
recordTaskOutcome
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.spec.mjs:103
Function
recordTaskOutcome
()
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:44
Function
recordTaskOutcome
(taskName, status, payload)
test/playwright/unit/ai/daemons/orchestrator/services/MaintenanceBackpressureService.spec.mjs:182
Function
recordTaskOutcome
(taskName, status, details)
test/playwright/unit/ai/daemons/orchestrator/services/PrimaryRepoSyncService.spec.mjs:810
Method
refreshIfMounted
* @protected
src/component/Helix.mjs:1052
Method
register
* @param {Neo.component.Base} component
src/selection/CircleModel.mjs:66
Method
register
* @param {Neo.component.Base} component
src/selection/Model.mjs:193
Method
register
* @param {Neo.component.Base} component
src/selection/DateSelectorModel.mjs:137
Method
register
* @param {Neo.component.Base} component
src/selection/GalleryModel.mjs:201
Method
register
* @param {Neo.component.Base} component
src/selection/HelixModel.mjs:198
Method
register
* @param {Neo.component.Base} component
src/selection/ListModel.mjs:96
Method
register
* @param {Neo.component.Base} component
src/selection/grid/CellModel.mjs:181
Method
register
* @param {Neo.component.Base} component
src/selection/grid/RowModel.mjs:124
Method
register
* @param {Neo.component.Base} component
src/selection/grid/BaseModel.mjs:371
Method
register
* @param {Neo.component.Base} component
src/selection/grid/ColumnModel.mjs:130
Method
register
* @param {Neo.component.Base} component
src/selection/table/CellModel.mjs:152
Method
register
* @param {Neo.component.Base} component
src/selection/table/RowModel.mjs:133
Method
register
* @param {Neo.component.Base} component
src/selection/table/ColumnModel.mjs:107
Method
register
* Registers a grid for drag scrolling. * @param {Object} data * @param {String} data.viewId The ID of the grid view (vertical scroll ta
src/main/addon/GridDragScroll.mjs:323
Method
register
* @param {Object} data * @param {String} data.componentId * @param {String} data.id * @param {Number} count=0
src/main/addon/ResizeObserver.mjs:164
Method
register
* @param {Object} data * @param {String} data.callback * @param {String} data.id * @param {String|String[]} [data.observe] The querySel
src/main/addon/IntersectionObserver.mjs:159
Method
register
* @param {Object} data * @param {String} data.id * @param {String} data.scrollerId * @param {String} data.bodyId * @param {String}
src/main/addon/GridHorizontalScrollSync.mjs:74
Method
register
* @param {Object} data * @param {String} data.id * @param {String} data.viewId
src/main/addon/GridRowHoverSync.mjs:116
Method
register
* Registers a grid for row scroll pinning and attaches native scroll listener. * @param {Object} data * @param {String[]} data.bodyIds
src/main/addon/GridRowScrollPinning.mjs:261
Method
register
* @param {Neo.component.Base} component
src/util/KeyNavigation.mjs:151
Method
register
* Registers a component and adds it to the `childMap` if it has a parentId. * @param {Object} item
src/manager/Component.mjs:540
Method
register
* @param {Neo.draggable.container.SortZone} sortZone
src/manager/DragCoordinator.mjs:140
Method
register
* @param {Object} item
src/manager/Base.mjs:28
Method
registerCleanup
* @summary Binds SIGINT and SIGTERM handlers to gracefully tear down the assigned inference group.
ai/services/memory-core/lifecycle/InferenceLifecycleService.mjs:96
Function
registerRmaHelpers
(page)
test/playwright/util/RmaHelpers.mjs:7
Function
release
()
ai/daemons/embed/drainLock.mjs:107
Function
release
()
ai/daemons/orchestrator/services/TenantRepoSyncService.mjs:75
Method
releaseLease
()
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:467
Function
reloadPage
* Reloads the application window. * @returns {Promise<Object>}
test/playwright/fixtures.mjs:434
Method
reloadPage
* Reloads the application page. * @param {Object} opts The options object. * @param {String} [opts.sessionId] The target session
ai/services/neural-link/RuntimeService.mjs:180
Method
remove
* Removes a given key, item or Array containing keys|items * @param {Number|String|Object|Array} key * @returns {Number} the collection coun
src/collection/Base.mjs:1395
Method
remove
* When adding an existing tab into a different container, it will get automatically from the closest parent. * In this case, we also want to remo
src/tab/BodyContainer.mjs:30
Method
remove
* Removes the tracking data for a specific key. * @param {String} key
src/util/Performance.mjs:133
Method
removeAll
* Clears all child nodes of a given parent DOM node. * This is achieved by setting its `innerHTML` property to an empty string, * which is g
src/main/DeltaUpdates.mjs:638
Method
removeAssets
* Removes specific assets from the cache. * * See: https://developer.mozilla.org/en-US/docs/Web/API/Cache/delete * @param {String|Strin
src/worker/ServiceBase.mjs:604
Method
removeAt
* Removes the item at the given index * @param {Number} index * @returns {Number} the collection count
src/collection/Base.mjs:1405
Method
removeChildAttributes
* Removes all CSS rules from a container item this layout is bound to. * Gets called when switching to a different layout. * @param {Neo.com
src/layout/Cube.mjs:352
Method
removeChildAttributes
* Removes all CSS rules from a container item this layout is bound to. * Gets called when switching to a different layout. * @param {Neo.com
src/layout/Flexbox.mjs:235
Method
removeChildAttributes
* Placeholder method * @param {Neo.component.Base} item * @param {Number} index * @protected
src/layout/Base.mjs:141
Method
removeChildAttributes
* Removes all CSS rules from an container item this layout is bound to. * Gets called when switching to a different layout. * @param {Neo.co
src/layout/Form.mjs:75
Method
removeChildVnode
* Removes a child vnode inside a vnode tree by a given id * @param {Object} vnode * @param {String} id * @returns {Boolean} true in cas
src/util/VNode.mjs:227
Method
removeDomListeners
* @param {Array|Object} value
src/mixin/DomEvents.mjs:117
Method
removeEdges
* Cleaves standalone Edge matrices cleanly inside atomic DELETE loop transactions. * @param {Object[]|String[]} edges
ai/graph/storage/SQLite.mjs:375
Method
removeFn
()
src/component/Base.mjs:1385
Method
removeMap
* @param {Object} data * @param {String} data.mapId
src/main/addon/OpenStreetMaps.mjs:362
Method
removeMap
* @param {Object} data * @param {String} data.mapId
src/main/addon/GoogleMaps.mjs:224
Method
removeMarker
* @param {String} id
src/component/wrapper/OpenStreetMaps.mjs:347
Method
removeMarker
* @param {String} id
src/component/wrapper/GoogleMaps.mjs:347
Method
removeMarker
* @param {Object} data * @param {String} data.id * @param {String} data.mapId
src/main/addon/OpenStreetMaps.mjs:371
Method
removeMarker
* @param {Object} data * @param {String} data.id * @param {String} data.mapId
src/main/addon/GoogleMaps.mjs:234
Method
removeNode
* Removes a DOM node from its parent. * This method handles both standard HTML elements and virtual text nodes, * which are typically wrappe
src/main/DeltaUpdates.mjs:655
Method
removeNodes
* Eradicates structural SQLite Node links, autonomously invoking SQLite CASCADE deletions for dependent bounding edge segments. * @param {Object[
ai/graph/storage/SQLite.mjs:356
Method
removeRenderAttributes
* Removes all CSS rules from the container this layout is bound to. * Gets called when switching to a different layout. * @protected
src/layout/Flexbox.mjs:247
Method
removeRenderAttributes
* @protected
src/layout/Base.mjs:146
Method
removeSortingCss
* @protected
src/table/header/Button.mjs:380
Method
removeStyleSheets
* @param {Object} opts * @param {String[]} opts.included * @param {String[]} opts.excluded
src/main/addon/Stylesheet.mjs:235
Function
render
(config)
examples/functional/nestedTemplateComponent/Component.mjs:33
Function
render
(config)
examples/functional/templateComponent/Component.mjs:27
Method
render
* Main simulation and render loop. * Executed ~60 times per second.
apps/portal/canvas/HomeCanvas.mjs:689
Method
render
* Main Render Loop. * Updates physics, projects geometry, and draws all layers.
apps/portal/canvas/ServicesCanvas.mjs:908
Method
render
* Main render loop.
apps/portal/canvas/FooterCanvas.mjs:141
Method
render
* The Main Animation Loop (60fps). * * This method is responsible for: * 1. **Physics Calculation**: Determining the pulse's speed base
apps/portal/canvas/TimelineCanvas.mjs:236
Method
render
* @summary Emits the alpha tenant sentinel content for parser parity checks. * @returns {String}
test/playwright/integration/ai/kb-ingestion/fixtures/external-workspaces/mini-neo-workspace/src/MainView.mjs:11
Method
render
(config)
test/playwright/unit/functional/HtmlTemplateComponent.spec.mjs:34
Method
render
(config)
test/playwright/unit/functional/HtmlTemplateComponent.spec.mjs:57
Method
render
(config)
test/playwright/unit/functional/HtmlTemplateComponent.spec.mjs:80
Method
render
* Main render loop. * * Orchestrates the rendering of all visual layers: * 1. Ambient Background (Ribbon + Helix) * 2. Neo Ether (
src/canvas/Header.mjs:215
Method
render
* Renders a Mermaid diagram into a specific DOM element. * * This method orchestrates the full rendering pipeline: * 1. **SVG Generatio
src/main/addon/Mermaid.mjs:83
Method
render
* @param {Boolean} [mount] Mount the DOM after the vnode got created
src/dialog/Base.mjs:756
Method
renderFrame
* Triggers the different DOM operation queues * @protected
src/Main.mjs:422
Method
renderNode
(conceptId, prefix = '', isLast = true, isRoot = false)
ai/services/ConceptService.mjs:589
Method
renderer
(data)
apps/covid/view/country/Table.mjs:65
Method
renderer
(data)
apps/sharedcovid/view/country/Table.mjs:65
Method
renderer
* @returns {Object|null}
src/component/Sparkline.mjs:219
Method
renderer
* Resolves the SharedWorker singleton instance from the rendererClassName config. * @returns {Object} The renderer singleton
src/app/SharedCanvas.mjs:146
Method
renderer
(data)
examples/tablePerformance/MainContainer.mjs:80
Method
renderer
(data)
examples/tablePerformance/MainContainer2.mjs:80
Method
renderer
(data)
examples/tablePerformance/MainContainer3.mjs:81
← previous
next →
8,201–8,300 of 8,612, ranked by callers