MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 2 callersMethodsetNeoConfig
* Change Neo.config globally from a worker * @param {Object} data * @param {Boolean} data.broadcast * @param {Object} data.config
src/worker/Manager.mjs:692
↓ 2 callersMethodsetOriginal
* If the model uses trackModifiedFields, we will store the original data * for tracking the dirty state (changed fields)
src/data/RecordFactory.mjs:320
↓ 2 callersMethodsetRecordData
* @param {Object} data * @param {String} data.fieldName * @param {Neo.data.Model} data.model * @param {Record}
src/data/RecordFactory.mjs:465
↓ 2 callersMethodsetRecordFields
* @param {Object} data * @param {Object[]} data.changedFields=[] Internal flag * @param {Object} data.fields * @p
src/data/RecordFactory.mjs:494
↓ 2 callersFunctionsetRecordProperties
(record, properties)
ai/services/memory-core/MailboxService.mjs:119
↓ 2 callersMethodsetRequestHeader
()
test/playwright/unit/data/StoreDynamicUrl.spec.mjs:71
↓ 2 callersMethodsetRoute
* Change the location.hash value * @param {Object} data * @param {String} data.value
src/Main.mjs:470
↓ 2 callersMethodsetStyle
* @param {Object} data * @param {String} data.accessToken * @param {String} data.id * @param {Object|String} data.style
src/main/addon/MapboxGL.mjs:419
↓ 2 callersMethodsetupGitlabPat
* Installs the GitLab-PAT bearer auth path: a single `requireBearerAuth` middleware whose * verifier validates a GitLab Personal Access Token aga
ai/mcp/server/shared/services/AuthService.mjs:227
↓ 2 callersMethodshow
* Instantly shows the tooltip * @param {Object} data
src/tooltip/Base.mjs:339
↓ 2 callersMethodshowMarker
* @param {Object} data * @param {String} data.id * @param {String} data.mapId
src/main/addon/GoogleMaps.mjs:264
↓ 2 callersMethodshowSubMenu
* @param {String} nodeId * @param {Object} record
src/menu/List.mjs:367
↓ 2 callersMethodsimulateEvent
* Simulates a native DOM event sequence on the client. * * @param {Object} params * @param {Object[]} params.events - Sequence of event
src/ai/client/InteractionService.mjs:25
↓ 2 callersFunctionslugify
* @param {String} value * @returns {String}
buildScripts/docs/index/pulls.mjs:50
↓ 2 callersFunctionslugify
* @param {String} value * @returns {String}
buildScripts/docs/index/discussions.mjs:34
↓ 2 callersFunctionslugify
* @param {String} value * @returns {String}
buildScripts/docs/index/tickets.mjs:49
↓ 2 callersMethodsortColumns
* @param {Object[]|Neo.grid.column.Base[]} columns * @returns {Object[]|Neo.grid.column.Base[]}
src/grid/Container.mjs:960
↓ 2 callersFunctionsortContentIndex
(entries = [])
ai/services/github-workflow/shared/contentIndex.mjs:213
↓ 2 callersMethodsortItems
* @param {Object} data * @param {Object[]} data.items * @param {Object[]} data.previousItems * @param {Neo.data.Store} data.scope
src/list/Component.mjs:109
↓ 2 callersFunctionsortServerIds
* Sorts server IDs by the identity ledger's display order, with unknowns last. * @param {String[]} ids Server IDs. * @returns {String[]}
ai/scripts/diagnostics/check-identity-facts.mjs:168
↓ 2 callersFunctionspawnAsync
* Promisified spawn wrapper for injection-safe execution
ai/daemons/wake/daemon.mjs:660
↓ 2 callersMethodspawnParticles
* Spawns construction particles. * * **Visual Metaphors:** * - **'implode'**: Particles fly *inward* from a radius to the center. Repre
apps/portal/canvas/ServicesCanvas.mjs:837
↓ 2 callersFunctionstableStringify
* Stable deep-stringify — sorts object keys recursively so logically-identical payloads * produce identical hashes regardless of author order. Mirror
ai/services/ingestion/MemorySessionIngestor.mjs:14
↓ 2 callersMethodstartViewTransition
* @param {Object} data * @param {Object} [data.animate] * @param {Number} [data.delay=50] * @returns {Promise<Boolean>}
src/main/DomAccess.mjs:889
↓ 2 callersMethodstartWindowDrag
* Handles the drag move event. This is the core logic loop for the drag operation. * * Responsibilities: * 1. **Window Drag Re-entry:*
src/draggable/dashboard/SortZone.mjs:596
↓ 2 callersMethodstartWorker
* Starts a worker in case it is not running yet * @param {Object} data * @param {String} data.name * @returns {Boolean} true in case th
src/worker/Manager.mjs:708
↓ 2 callersMethodstop
* Stops a task and resets configs. * If remove is true it will remove the task from the collection * @param {String} taskId * @param {B
src/manager/Task.mjs:161
↓ 2 callersFunctionstringLiteralValue
* Extracts a plain single- or double-quoted string literal value. * * @param {String} src Candidate source expression. * @returns {String|null}
ai/scripts/setup/initServerConfigs.mjs:182
↓ 2 callersFunctionstripFencedCodeBlocks
(text)
ai/scripts/lint/lint-skill-manifest.mjs:282
↓ 2 callersFunctionstubFetchQueue
(responses)
test/playwright/unit/ai/mcp/server/shared/AuthService.spec.mjs:45
↓ 2 callersMethodsubmitEditor
* If the field is valid: * Updates the record field, in case the value of the editor changed, * otherwise unmounts the editor * @return
src/table/plugin/CellEditing.mjs:308
↓ 2 callersFunctionsubscribeActiveWakeRoute
(agentIdentity)
test/playwright/unit/ai/services/memory-core/QueryReRanker.spec.mjs:210
↓ 2 callersMethodsubscribeToPublisher
(publisherInstance, sharedStateRef)
test/playwright/unit/config/MemoryLeak.spec.mjs:25
↓ 2 callersMethodsummarizePendingSessions
* Drains pending summarization markers through the existing lease-backed summarizer. * * @summary Reuses {@link summarizeSessions} with expl
ai/services/memory-core/SessionService.mjs:1154
↓ 2 callersMethodsuspendGridRowHoverSyncAddon
* @param {String|null} [windowId=this.windowId] * @returns {Promise<void>}
src/grid/ScrollManager.mjs:233
↓ 2 callersMethodswitchInterval
* @param {Number} multiplier
src/calendar/view/MainContainer.mjs:681
↓ 2 callersMethodswitchTheme
* @param {Object} data
examples/dialog/MainContainer.mjs:149
↓ 2 callersMethodswitchThemeForApp
* @param {String} windowId
apps/shareddialog/view/MainContainerController.mjs:628
↓ 2 callersMethodsyncAutoGrowMonitor
*
src/form/field/TextArea.mjs:210
↓ 2 callersMethodsyncDatabase
* A convenience orchestrator that runs the entire knowledge base synchronization process. * It first creates the knowledge base file and then emb
ai/services/knowledge-base/DatabaseService.mjs:565
↓ 2 callersMethodsyncDevRoot
* Executes the dev-sync ladder for one root. * @param {Object} options * @param {String} options.root Repo root to inspect. * @param {S
ai/daemons/orchestrator/services/PrimaryRepoSyncService.mjs:385
↓ 2 callersMethodsyncTrapFocus
*
src/dialog/Base.mjs:809
↓ 2 callersMethodsyncWorkspaceToGraph
* Executes the recursive file system sync into the native Graph database.
ai/services/memory-core/FileSystemIngestor.mjs:41
↓ 2 callersMethodsyntaxHighlight
*
docs/app/view/classdetails/SourceViewComponent.mjs:145
↓ 2 callersMethodsyntaxHighlightInit
* @param {Object} data
src/main/addon/HighlightJS.mjs:155
↓ 2 callersFunctiontoGeminiEnvelope
* @param {Object} result * @returns {Object}
ai/provider/buildChatModel.mjs:45
↓ 2 callersMethodtoJSON
()
test/playwright/unit/core/MixinSerialization.spec.mjs:17
↓ 2 callersFunctiontoTimestampMs
* @summary Parses persisted task-state timestamps without throwing on legacy or * partially written state envelopes. * @param {Number|String|null|un
ai/daemons/orchestrator/scheduling/dream.mjs:7
↓ 2 callersMethodtoggleCollapsed
* Return the parent record if any * @param {Object} record * @param {String} itemId * @param {Boolean} collapse
src/selection/TreeAccordionModel.mjs:280
↓ 2 callersMethodtogglePicker
*
src/form/field/Picker.mjs:329
↓ 2 callersFunctiontoolText
(result)
test/playwright/integration/KBCrossTenantIsolation.integration.spec.mjs:27
↓ 2 callersFunctiontransaction
(fn)
test/playwright/unit/ai/services/memory-core/GraphService.TenantIsolation.spec.mjs:303
↓ 2 callersMethodtruncateDatabase
* Truncates the Knowledge Base collection. The collection is dropped via Chroma's * `deleteCollection`; the cached `ChromaManager` references are
ai/services/knowledge-base/DatabaseService.mjs:387
↓ 2 callersFunctionu
(e,r,a)
docs/resources/lib/highlight/highlight.pack.js:2
↓ 2 callersFunctionu
(e,r,a)
examples/component/toast/resources/lib/highlight/highlight.pack.js:2
↓ 2 callersMethoduncapitalize
* Returns the passed string with the first letter uncapitalized. * @param {String} value * @returns {String}
src/util/String.mjs:91
↓ 2 callersMethodunregisterCanvas
* @param {Object} data * @param {String} data.nodeId
src/worker/Canvas.mjs:193
↓ 2 callersMethodunregisterSource
* Removes a Source registration by name. Returns `true` if the name was registered, `false` otherwise. * @param {String} sourceName * @retur
ai/services/knowledge-base/source/SourceRegistry.mjs:99
↓ 2 callersMethodupdate
* Applies a set of VDom delta updates to the real DOM. * This method is the core entry point for rendering changes initiated from the VDom worker
src/main/DeltaUpdates.mjs:879
↓ 2 callersMethodupdateActiveId
* @param {Object} data
apps/portal/canvas/FooterCanvas.mjs:310
↓ 2 callersMethodupdateActiveId
* @param {Object} data * @param {String} [data.id]
src/canvas/Header.mjs:938
↓ 2 callersMethodupdateAnnotations
* @param {Record} record
src/selection/table/RowModel.mjs:161
↓ 2 callersMethodupdateButton1Text
* @param {String} value
examples/stateProvider/extendedClass/MainContainerController.mjs:58
↓ 2 callersMethodupdateButton1Text
* @param {String} value
examples/stateProvider/nestedData/MainContainerController.mjs:58
↓ 2 callersMethodupdateButton1Text
* This method demonstrates a key concept: updating a state property on a component * (`panel`) that does not own the property in its own StatePro
examples/stateProvider/advanced/MainContainerController.mjs:145
↓ 2 callersMethodupdateButton1Text
* @param {String} value
examples/stateProvider/inline/MainContainerController.mjs:58
↓ 2 callersMethodupdateButton2Text
* @param {String} value
examples/stateProvider/extendedClass/MainContainerController.mjs:65
↓ 2 callersMethodupdateButton2Text
* @param {String} value
examples/stateProvider/nestedData/MainContainerController.mjs:65
↓ 2 callersMethodupdateButton2Text
* Updates the `button2Text` property. This method uses `setState` on the panel, * which owns `button2Text` in its own StateProvider. The update i
examples/stateProvider/advanced/MainContainerController.mjs:157
↓ 2 callersMethodupdateButton2Text
* @param {String} value
examples/stateProvider/inline/MainContainerController.mjs:65
↓ 2 callersMethodupdateButton3Text
* Updates the `button3Text` property. This method demonstrates updating the state * by directly accessing the top-level state provider and modify
examples/stateProvider/advanced/MainContainerController.mjs:169
↓ 2 callersMethodupdateContainerSize
*
src/layout/Cube.mjs:474
↓ 2 callersMethodupdateContent
* Updates the content of this Row instance to display a new record. * * This is the core method of the Row Pooling architecture. It is calle
src/grid/Row.mjs:642
↓ 2 callersMethodupdateData
* @param {Object} data * @param {Object} data.data * @param {String} data.dataSourceId * @param {String} data.id
src/main/addon/MapboxGL.mjs:451
↓ 2 callersMethodupdateDockedWindowProxyStyle
* @param {Object} style
apps/shareddialog/view/MainContainerController.mjs:641
↓ 2 callersMethodupdateError
@param {String|null} value @param {Boolean} silent=false
src/form/field/CheckBox.mjs:631
↓ 2 callersMethodupdateHeaderToolbar
*
apps/portal/view/ViewportController.mjs:391
↓ 2 callersMethodupdateIndexMaps
* Resolves all property map relationships via Neo Native Object or Document.get accessors. * @param {Object[]} [addedItems] * @param {Object
ai/graph/Store.mjs:176
↓ 2 callersMethodupdateInnerCircle
* @param {Boolean} silent=false
src/component/Circle.mjs:785
↓ 2 callersMethodupdateItem
* @param {Number} index * @param {Object} rect
src/draggable/container/SortZone.mjs:932
↓ 2 callersMethodupdateItemAngle
* @param {Boolean} silent=false
src/component/Circle.mjs:804
↓ 2 callersMethodupdateItemsInPosition
* To handle multiple toasts we handle the exact position * from the top or bottom * @param {String} id * @returns {Promise<void>}
src/manager/Toast.mjs:188
↓ 2 callersFunctionupdateLastmod
(changedGitPath)
buildScripts/docs/seo/generate.mjs:319
↓ 2 callersMethodupdateMonthNameFormat
* Dynamically update the monthNameFormat * @param {String} value * @param {String} oldValue * @param {Boolean} [silent=false] * @p
src/calendar/view/YearComponent.mjs:866
↓ 2 callersMethodupdateMonthNames
* @param {Boolean} [silent=false]
src/calendar/view/month/Component.mjs:812
↓ 2 callersMethodupdateMountedAndVisibleRows
*
src/grid/Body.mjs:1499
↓ 2 callersMethodupdateNavRects
* Synchronizes the positions of the navigation buttons with the Shared Worker. * * @returns {Promise<void>}
apps/portal/view/home/FooterCanvas.mjs:117
↓ 2 callersMethodupdatePagesText
*
src/toolbar/Paging.mjs:261
↓ 2 callersMethodupdateProfileButton
* Depending on the lifecycle, we will either pass a button instance or a config object * @param {Neo.button.Base|Object} button * @param {St
apps/portal/view/about/MemberContainer.mjs:166
↓ 2 callersMethodupdateReadOnlyState
* The DOM based readonly attribute needs to honor the editable & readOnly configs
src/form/field/Text.mjs:1594
↓ 2 callersMethodupdateRecord
* @param {Object} record
apps/devindex/view/home/ProfileContainer.mjs:119
↓ 2 callersMethodupdateRecordValidityState
* Not passing a pageIndex validates all pages * @param {Number|null} [pageIndex] * @returns {Promise<void>}
apps/form/view/ViewportController.mjs:49
↓ 2 callersMethodupdateResources
* Creates and caches gradients and geometry buffers based on canvas size. * This eliminates per-frame allocation of TypedArrays and CanvasGradien
src/canvas/Header.mjs:1005
↓ 2 callersMethodupdateRowCount
* @param {Number} [count] The total number of rows in the store. Optional, will use store.count if not provided. * @param {Boolean} [silent=false
src/grid/Container.mjs:1288
↓ 2 callersMethodupdateScrollHeight
* @param {Boolean} silent=false
src/grid/Body.mjs:1536
↓ 2 callersMethodupdateSize
(rect)
apps/agentos/view/Blackboard.mjs:76
↓ 2 callersMethodupdateSize
* Pushes the new dimensions to the Shared Worker and caches the bounding rect. * @param {Object|null} [rect]
src/app/SharedCanvas.mjs:277
↓ 2 callersMethodupdateStyle
*
src/component/Base.mjs:1737
↓ 2 callersMethodupdateTabButtons
* Synchronizes the `pressed` state of all tab buttons with the container's `activeIndex`. * This ensures that only the button corresponding to th
src/tab/Container.mjs:647
↓ 2 callersMethodupdateTableViewData
*
examples/tablePerformance/MainContainer.mjs:139
← previousnext →2,501–2,600 of 8,612, ranked by callers