MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

FunctionqueryVdom
* Finds internal VDOM nodes matching a set of attributes. * @param {Object} selector Property/value pairs to match
test/playwright/fixtures.mjs:238
MethodqueryVdom
* 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
Functionqueue
* Queues a unique effect to be run later. * @param {Neo.core.Effect} effect The effect to queue. * @protected
src/core/EffectManager.mjs:100
MethodqueueRead
* @param {Object} data * @protected
src/Main.mjs:355
Functionread
()
test/playwright/unit/ai/provider/KeepAlive.spec.mjs:30
Methodread
()
test/playwright/unit/data/StorePush.spec.mjs:51
Methodread
* @param {Object} [params] * @returns {Promise<Object>}
src/data/connection/Stream.mjs:60
Methodread
* @param {Object} [params] * @returns {Promise<any>}
src/data/connection/Rpc.mjs:65
Methodread
* @param {Object} [params] * @returns {Promise<any>}
src/data/connection/Base.mjs:39
Methodread
* @param {Object} [params] * @returns {Promise<any>}
src/data/connection/Fetch.mjs:30
Methodread
* @param {Object} [params] * @returns {Promise<any>}
src/data/connection/Xhr.mjs:45
Methodread
* @param {Object} rawData Output from the connection * @returns {Promise}
src/data/parser/Stream.mjs:74
Methodread
* @param {Object} operation * @returns {Promise}
src/data/parser/Base.mjs:57
Methodread
* @param {Object} data * @protected
src/main/DomAccess.mjs:860
Functionready
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:548
FunctionreapDuplicateListeners
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.spec.mjs:1426
FunctionrecordTaskOutcome
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.invariants.spec.mjs:75
FunctionrecordTaskOutcome
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.spec.mjs:103
FunctionrecordTaskOutcome
()
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:44
FunctionrecordTaskOutcome
(taskName, status, payload)
test/playwright/unit/ai/daemons/orchestrator/services/MaintenanceBackpressureService.spec.mjs:182
FunctionrecordTaskOutcome
(taskName, status, details)
test/playwright/unit/ai/daemons/orchestrator/services/PrimaryRepoSyncService.spec.mjs:810
MethodrefreshIfMounted
* @protected
src/component/Helix.mjs:1052
Methodregister
* @param {Neo.component.Base} component
src/selection/CircleModel.mjs:66
Methodregister
* @param {Neo.component.Base} component
src/selection/Model.mjs:193
Methodregister
* @param {Neo.component.Base} component
src/selection/DateSelectorModel.mjs:137
Methodregister
* @param {Neo.component.Base} component
src/selection/GalleryModel.mjs:201
Methodregister
* @param {Neo.component.Base} component
src/selection/HelixModel.mjs:198
Methodregister
* @param {Neo.component.Base} component
src/selection/ListModel.mjs:96
Methodregister
* @param {Neo.component.Base} component
src/selection/grid/CellModel.mjs:181
Methodregister
* @param {Neo.component.Base} component
src/selection/grid/RowModel.mjs:124
Methodregister
* @param {Neo.component.Base} component
src/selection/grid/BaseModel.mjs:371
Methodregister
* @param {Neo.component.Base} component
src/selection/grid/ColumnModel.mjs:130
Methodregister
* @param {Neo.component.Base} component
src/selection/table/CellModel.mjs:152
Methodregister
* @param {Neo.component.Base} component
src/selection/table/RowModel.mjs:133
Methodregister
* @param {Neo.component.Base} component
src/selection/table/ColumnModel.mjs:107
Methodregister
* 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
Methodregister
* @param {Object} data * @param {String} data.componentId * @param {String} data.id * @param {Number} count=0
src/main/addon/ResizeObserver.mjs:164
Methodregister
* @param {Object} data * @param {String} data.callback * @param {String} data.id * @param {String|String[]} [data.observe] The querySel
src/main/addon/IntersectionObserver.mjs:159
Methodregister
* @param {Object} data * @param {String} data.id * @param {String} data.scrollerId * @param {String} data.bodyId * @param {String}
src/main/addon/GridHorizontalScrollSync.mjs:74
Methodregister
* @param {Object} data * @param {String} data.id * @param {String} data.viewId
src/main/addon/GridRowHoverSync.mjs:116
Methodregister
* 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
Methodregister
* @param {Neo.component.Base} component
src/util/KeyNavigation.mjs:151
Methodregister
* Registers a component and adds it to the `childMap` if it has a parentId. * @param {Object} item
src/manager/Component.mjs:540
Methodregister
* @param {Neo.draggable.container.SortZone} sortZone
src/manager/DragCoordinator.mjs:140
Methodregister
* @param {Object} item
src/manager/Base.mjs:28
MethodregisterCleanup
* @summary Binds SIGINT and SIGTERM handlers to gracefully tear down the assigned inference group.
ai/services/memory-core/lifecycle/InferenceLifecycleService.mjs:96
FunctionregisterRmaHelpers
(page)
test/playwright/util/RmaHelpers.mjs:7
Functionrelease
()
ai/daemons/embed/drainLock.mjs:107
Functionrelease
()
ai/daemons/orchestrator/services/TenantRepoSyncService.mjs:75
MethodreleaseLease
()
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:467
FunctionreloadPage
* Reloads the application window. * @returns {Promise<Object>}
test/playwright/fixtures.mjs:434
MethodreloadPage
* Reloads the application page. * @param {Object} opts The options object. * @param {String} [opts.sessionId] The target session
ai/services/neural-link/RuntimeService.mjs:180
Methodremove
* 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
Methodremove
* 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
Methodremove
* Removes the tracking data for a specific key. * @param {String} key
src/util/Performance.mjs:133
MethodremoveAll
* 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
MethodremoveAssets
* 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
MethodremoveAt
* Removes the item at the given index * @param {Number} index * @returns {Number} the collection count
src/collection/Base.mjs:1405
MethodremoveChildAttributes
* 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
MethodremoveChildAttributes
* 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
MethodremoveChildAttributes
* Placeholder method * @param {Neo.component.Base} item * @param {Number} index * @protected
src/layout/Base.mjs:141
MethodremoveChildAttributes
* 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
MethodremoveChildVnode
* 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
MethodremoveDomListeners
* @param {Array|Object} value
src/mixin/DomEvents.mjs:117
MethodremoveEdges
* Cleaves standalone Edge matrices cleanly inside atomic DELETE loop transactions. * @param {Object[]|String[]} edges
ai/graph/storage/SQLite.mjs:375
MethodremoveFn
()
src/component/Base.mjs:1385
MethodremoveMap
* @param {Object} data * @param {String} data.mapId
src/main/addon/OpenStreetMaps.mjs:362
MethodremoveMap
* @param {Object} data * @param {String} data.mapId
src/main/addon/GoogleMaps.mjs:224
MethodremoveMarker
* @param {String} id
src/component/wrapper/OpenStreetMaps.mjs:347
MethodremoveMarker
* @param {String} id
src/component/wrapper/GoogleMaps.mjs:347
MethodremoveMarker
* @param {Object} data * @param {String} data.id * @param {String} data.mapId
src/main/addon/OpenStreetMaps.mjs:371
MethodremoveMarker
* @param {Object} data * @param {String} data.id * @param {String} data.mapId
src/main/addon/GoogleMaps.mjs:234
MethodremoveNode
* 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
MethodremoveNodes
* Eradicates structural SQLite Node links, autonomously invoking SQLite CASCADE deletions for dependent bounding edge segments. * @param {Object[
ai/graph/storage/SQLite.mjs:356
MethodremoveRenderAttributes
* 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
MethodremoveRenderAttributes
* @protected
src/layout/Base.mjs:146
MethodremoveSortingCss
* @protected
src/table/header/Button.mjs:380
MethodremoveStyleSheets
* @param {Object} opts * @param {String[]} opts.included * @param {String[]} opts.excluded
src/main/addon/Stylesheet.mjs:235
Functionrender
(config)
examples/functional/nestedTemplateComponent/Component.mjs:33
Functionrender
(config)
examples/functional/templateComponent/Component.mjs:27
Methodrender
* Main simulation and render loop. * Executed ~60 times per second.
apps/portal/canvas/HomeCanvas.mjs:689
Methodrender
* Main Render Loop. * Updates physics, projects geometry, and draws all layers.
apps/portal/canvas/ServicesCanvas.mjs:908
Methodrender
* Main render loop.
apps/portal/canvas/FooterCanvas.mjs:141
Methodrender
* 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
Methodrender
* @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
Methodrender
(config)
test/playwright/unit/functional/HtmlTemplateComponent.spec.mjs:34
Methodrender
(config)
test/playwright/unit/functional/HtmlTemplateComponent.spec.mjs:57
Methodrender
(config)
test/playwright/unit/functional/HtmlTemplateComponent.spec.mjs:80
Methodrender
* Main render loop. * * Orchestrates the rendering of all visual layers: * 1. Ambient Background (Ribbon + Helix) * 2. Neo Ether (
src/canvas/Header.mjs:215
Methodrender
* 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
Methodrender
* @param {Boolean} [mount] Mount the DOM after the vnode got created
src/dialog/Base.mjs:756
MethodrenderFrame
* Triggers the different DOM operation queues * @protected
src/Main.mjs:422
MethodrenderNode
(conceptId, prefix = '', isLast = true, isRoot = false)
ai/services/ConceptService.mjs:589
Methodrenderer
(data)
apps/covid/view/country/Table.mjs:65
Methodrenderer
(data)
apps/sharedcovid/view/country/Table.mjs:65
Methodrenderer
* @returns {Object|null}
src/component/Sparkline.mjs:219
Methodrenderer
* Resolves the SharedWorker singleton instance from the rendererClassName config. * @returns {Object} The renderer singleton
src/app/SharedCanvas.mjs:146
Methodrenderer
(data)
examples/tablePerformance/MainContainer.mjs:80
Methodrenderer
(data)
examples/tablePerformance/MainContainer2.mjs:80
Methodrenderer
(data)
examples/tablePerformance/MainContainer3.mjs:81
← previousnext →8,201–8,300 of 8,612, ranked by callers