MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 2 callersFunctionmigrateCollection
(collection, name)
ai/examples/migrate_timestamps.mjs:28
↓ 2 callersMethodmineFromEpics
* Mines architectural concepts from `epic`-labeled GitHub issues via LLM extraction. * Each epic body → one LLM invocation → JSON candidates → de
ai/services/ingestion/ConceptDiscoveryService.mjs:360
↓ 2 callersMethodmineFromPullRequests
* Mines architectural concepts from recent pull-request markdown (body + comments). * PR review comments are a dense source of Gold Standards / T
ai/services/ingestion/ConceptDiscoveryService.mjs:385
↓ 2 callersMethodmonitorAutoGrowHandler
* * @param {Event|Object} data * @param {String} [data.id] * @param {HTMLElement} [data.target]
src/main/DomAccess.mjs:658
↓ 2 callersMethodmountDialogInOtherWindow
* @param {Object} data * @param {Object} data.proxyRect * @param {Boolean} [data.fullyIncludeIntoWindow]
apps/shareddialog/view/MainContainerController.mjs:255
↓ 2 callersMethodmountDomListeners
* Mounts local domEvent listeners for a given component * @param {Neo.component.Base} component * @protected
src/manager/DomEvent.mjs:333
↓ 2 callersMethodmove
* Moves an item from fromIndex to toIndex * @param {Number} fromIndex * @param {Number} toIndex
src/collection/Base.mjs:1319
↓ 2 callersMethodmoveBy
* Adjusts a DOMRect object to a new position * @param {Object} rect * @param {Number|null} [x=null] * @param {Number|null} [y=null]
src/util/Rectangle.mjs:184
↓ 2 callersMethodnavigateGetAdjacent
* @param {Number} direction * @param {Object} data
src/main/addon/Navigator.mjs:163
↓ 2 callersMethodnavigateTo
* @param {String} learnItem
apps/devindex/view/learn/MainContainerController.mjs:26
↓ 2 callersMethodnavigateTo
* @param {String} learnItem
apps/portal/view/learn/MainContainerController.mjs:46
↓ 2 callersFunctionnormalizeComparableValue
* @summary Normalizes comparable runtime identity values. * @param {*} value Candidate identity value. * @returns {String|null}
ai/mcp/server/shared/services/RuntimeFreshnessService.mjs:14
↓ 2 callersMethodnormalizeExtensions
* @summary Normalizes extension arrays to lowercase dot-prefixed values. * @param {String[]} extensions Extension list. * @returns {String[]
ai/services/knowledge-base/source/RawRepoSource.mjs:246
↓ 2 callersFunctionnormalizeGuiInstanceAddressTuple
({ instanceAddress, addressType, source = 'metadata', target = 'harness' } = {})
ai/daemons/wake/instanceResolver.mjs:140
↓ 2 callersMethodnormalizeLexicalValue
* @summary Normalizes arbitrary content for exact code-term matching. * @param {String} value Input value. * @returns {String} Compact lexic
ai/services/knowledge-base/QueryService.mjs:890
↓ 2 callersFunctionnormalizeMailboxTarget
* Normalizes a raw addressing target into its canonical Graph Node ID format. * Enforces the unified identity substrate where `@<login>` is canonical
ai/services/memory-core/MailboxService.mjs:22
↓ 2 callersMethodnormalizeManifestSnapshot
* @summary Normalizes a caller-provided manifest snapshot into deterministic repo/path-set form. * @param {Object} options * @returns {{repo
ai/services/knowledge-base/KnowledgeBaseIngestionService.mjs:571
↓ 2 callersFunctionnormalizeMarkdownLinkTargetsForDiff
(line)
ai/scripts/lint/lint-skill-manifest.mjs:501
↓ 2 callersFunctionnormalizeMirrorPathSegment
* @summary Normalizes one path segment used in tenant repo mirror paths. * @param {String} value Segment candidate. * @param {String} code Stable er
ai/services/knowledge-base/helpers/tenantRepoAccessContract.mjs:61
↓ 2 callersMethodnormalizeRelativePath
* @summary Normalizes a path-like value for config matching. * @param {String} value Path-like value. * @returns {String} * @protected
ai/services/knowledge-base/source/RawRepoSource.mjs:271
↓ 2 callersMethodnormalizeRelativePath
* Normalizes relative filesystem paths for trigger-target matching. * @param {String} filePath Relative file path. * @returns {String}
ai/services/knowledge-base/source/SkillSource.mjs:158
↓ 2 callersMethodnormalizeTransportType
* @summary Normalizes supported transport aliases to canonical config values. * * Preserves unknown values so `createTransport()` can produc
ai/mcp/client/Client.mjs:336
↓ 2 callersFunctionnormalizeUserId
(input)
ai/mcp/server/shared/services/RequestContextService.mjs:64
↓ 2 callersFunctionnormalizeWakePriority
* @summary Normalizes wake digest priority values to the supported A2A priority vocabulary. * * The wake-priority digest surface intentionally reuse
ai/daemons/wake/daemon.mjs:508
↓ 2 callersMethodonComponentConstructed
* Override this method inside your view controllers as a starting point in case you need references * (instead of using onConstructed() inside yo
src/controller/Component.mjs:164
↓ 2 callersMethodonDragEnd
* @param {Object} data
src/calendar/view/week/plugin/EventResizable.mjs:24
↓ 2 callersMethodonDragEnd
* @param {Object} data The drag end event data.
src/draggable/dashboard/SortZone.mjs:262
↓ 2 callersMethodonDragMove
* 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:291
↓ 2 callersMethodonDragStart
* @param {Object} data
src/calendar/view/week/plugin/EventResizable.mjs:42
↓ 2 callersMethodonFocusChange
* @param {Object} data * @param {Object[]} data.oldPath * @param {Object[]} data.path
src/calendar/view/week/Component.mjs:731
↓ 2 callersMethodonInitVnode
* Gets called from the initVnode() promise success handler * @param {Object} vnode * @param {Boolean} autoMount Mount the DOM after the vnod
src/mixin/VdomLifecycle.mjs:729
↓ 2 callersMethodonKeyDownSpace
* @param {Object} data
src/component/Helix.mjs:885
↓ 2 callersMethodonMarkerClick
* @param {google.maps.Marker} marker * @param {Object} event * @param {Object} event.domEvent
src/main/addon/GoogleMaps.mjs:200
↓ 2 callersMethodonNavKey
* @param {Object} data * @param {Number} step
src/selection/CircleModel.mjs:39
↓ 2 callersMethodonNavKey
* Handles 'up' and 'down' keys * @param {Object} data * @param {Number} step
src/selection/TreeAccordionModel.mjs:189
↓ 2 callersMethodonNavKeyColumn
* @param {Object} data * @param {Number} step
src/selection/DateSelectorModel.mjs:80
↓ 2 callersMethodonNavKeyColumn
* @param {Number} step
src/selection/grid/CellModel.mjs:116
↓ 2 callersMethodonNavKeyColumn
* @param {Number} step
src/selection/grid/ColumnModel.mjs:102
↓ 2 callersMethodonNavKeyColumn
* @param {Number} step
src/selection/table/CellModel.mjs:100
↓ 2 callersMethodonNavKeyColumn
* @param {Number} step
src/selection/table/ColumnModel.mjs:82
↓ 2 callersMethodonNavKeyRow
* @param {Object} data * @param {Number} step
src/selection/DateSelectorModel.mjs:101
↓ 2 callersMethodonNavKeyRow
* @param {Number} step=1
src/selection/HelixModel.mjs:165
↓ 2 callersMethodonNavKeyRow
* @param {Number} step
src/selection/grid/CellModel.mjs:149
↓ 2 callersMethodonNavKeyRow
* @param {Number} step
src/selection/grid/RowModel.mjs:65
↓ 2 callersMethodonNavKeyRow
* @param {Number} step
src/selection/table/CellModel.mjs:126
↓ 2 callersMethodonNavKeyRow
* @param {Number} step
src/selection/table/RowModel.mjs:71
↓ 2 callersMethodonOwnerConstructed
* Override this method to apply changes to the owner Component when it is constructed
src/plugin/Base.mjs:72
↓ 2 callersMethodonPickerTriggerClick
* Called by form.field.trigger.Picker * @protected
src/form/field/Picker.mjs:315
↓ 2 callersMethodonReady
* Placeholder method which gets triggered once the token is fetched from the local storage * @param {String|null} token
apps/realworld/api/Base.mjs:181
↓ 2 callersMethodonScrollEnd
* @protected
src/grid/ScrollManager.mjs:201
↓ 2 callersMethodonSpinButtonDownClick
* @protected
src/form/field/Number.mjs:335
↓ 2 callersMethodonSpinButtonUpClick
* @protected
src/form/field/Number.mjs:355
↓ 2 callersMethodonStoreLoad
* @protected
src/table/Container.mjs:470
↓ 2 callersFunctionp
(e,n)
docs/resources/lib/highlight/highlight.pack.js:2
↓ 2 callersFunctionp
(e,n)
examples/component/toast/resources/lib/highlight/highlight.pack.js:2
↓ 2 callersFunctionpage
(n, count)
test/playwright/unit/ai/scripts/maintenance/purgeTestCollections.spec.mjs:43
↓ 2 callersFunctionparseCapturedEnv
(raw)
test/playwright/unit/ai/services/knowledge-base/gitMirror.spec.mjs:110
↓ 2 callersFunctionparseDateFlag
* Parses an ISO date CLI flag. * * @param {String} flag * @returns {Function}
ai/scripts/diagnostics/gemini-incident-cost-ledger.mjs:256
↓ 2 callersMethodparseDomRect
* DOMRects are not spreadable => {...DOMRect} => {} * @param {DOMRect} rect * @returns {Object}
src/main/DomEvents.mjs:782
↓ 2 callersFunctionparseEdgeValue
(e = 0)
src/util/Rectangle.mjs:10
↓ 2 callersFunctionparseFolder
(apps, folderPath, index, relativePath)
buildScripts/webpack/development/webpack.config.appworker.mjs:105
↓ 2 callersFunctionparseFolder
(apps, folderPath, index, relativePath)
buildScripts/webpack/production/webpack.config.appworker.mjs:117
↓ 2 callersFunctionparseFrontmatter
(text, filePath)
ai/scripts/lint/lint-skill-manifest.mjs:70
↓ 2 callersMethodparseJsonl
* @summary Parses a JSONL file into an array of objects. * Each line must be a valid JSON object. Empty lines and lines that fail * to parse
ai/services/ConceptService.mjs:126
↓ 2 callersFunctionparseKeepAlive
* Mirrors `Env.parseKeepAlive` without importing the Env singleton into this * plain-data fixture. * @param {String|undefined} value * @param {Numb
test/playwright/fixtures/aiConfigDefaults.mjs:71
↓ 2 callersMethodparseKeys
* @param {Object} value * @returns {Object}
src/util/KeyNavigation.mjs:97
↓ 2 callersFunctionparsePort
(rawValue, envVarName)
ai/mcp/server/shared/helpers/deploymentConfig.mjs:18
↓ 2 callersFunctionparsePositiveInt
(value, fallback)
ai/scripts/maintenance/auditGraphIntegrity.mjs:434
↓ 2 callersFunctionparsePositiveInt
* Parse a positive integer CLI option. * * @param {string|number} value Incoming CLI value * @param {number} fallback Fallback when parsing fails
ai/scripts/benchmark/setupClass-cold-start.mjs:41
↓ 2 callersFunctionparseRatio
(value, fallback)
ai/scripts/maintenance/auditGraphIntegrity.mjs:439
↓ 2 callersFunctionparseThreads
(tPath)
buildScripts/webpack/buildThreads.mjs:91
↓ 2 callersFunctionparseTopArg
(value)
ai/scripts/lint/lint-skill-manifest.mjs:52
↓ 2 callersFunctionparseUnifiedDiffChangedLines
* @summary Maps a unified git diff to current-file line numbers changed by the diff. * * The base-mode reference-integrity lint must fail only for r
ai/scripts/lint/lint-skill-manifest.mjs:454
↓ 2 callersMethodparseValue
* @param {String} value * @returns {Boolean|Number|String|null}
src/component/Markdown.mjs:412
↓ 2 callersMethodparseValue
* used by parseHash to convert tokens into boolean or number types if needed * @param {String} value * @returns {Boolean|Number|String}
src/main/DomEvents.mjs:834
↓ 2 callersFunctionparseWorktreePorcelain
(output)
ai/scripts/migrations/bootstrapWorktree.mjs:589
↓ 2 callersMethodpause
* Simulates `Clicked media` programmatically
src/component/Video.mjs:155
↓ 2 callersFunctionpollDownLms
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.spec.mjs:509
↓ 2 callersFunctionpollScrollbar
* Polls the dedicated horizontal scrollbar element while the mouse HOLDS in an overdrag zone. * mode 'stable': resolves once `accept(sl)` holds AND t
test/playwright/e2e/GridColumnOverdragScroll.spec.mjs:256
↓ 2 callersFunctionprintHelp
()
ai/scripts/maintenance/syncTenantRepos.mjs:49
↓ 2 callersMethodprobeCollectionQueryHealth
* @summary On-demand probe of each collection's vector-query (HNSW) path. * * A populated-but-corrupt collection passes `count()` but throws
ai/services/memory-core/managers/StorageRouter.mjs:71
↓ 2 callersFunctionprocessChromaCollection
* @summary Processes one Chroma collection in dry-run or apply mode. * @param {Object} client ChromaDB client. * @param {String} collectionName Coll
ai/scripts/migrations/renameAgentIdentities.mjs:530
↓ 2 callersFunctionprocessCollection
(client, collectionName, args)
ai/scripts/migrations/backfillChromaSharedUserId.mjs:267
↓ 2 callersMethodprocessCommand
* Reads the command line for a process ID. * @param {Number} pid Process ID. * @returns {String}
ai/daemons/orchestrator/services/ProcessSupervisorService.mjs:65
↓ 2 callersMethodprocessLine
* @param {String} line * @param {Array} chunk
src/data/parser/Stream.mjs:181
↓ 2 callersMethodprocessLines
* Processes the raw JSONL content — one edge per line. Parses, validates, attempts * resolution via `GraphService.linkNodesAsync`, and accumulate
ai/services/graph/LazyEdgeDrainer.mjs:211
↓ 2 callersMethodprocessQueue
* @param {Object[]} queue * @param {Date} start * @returns {Number} * @protected
src/Main.mjs:319
↓ 2 callersMethodpromiseMessage
* @param {String} dest app, canvas, data or vdom * @param {Object} opts configs for Neo.worker.Message * @param {Array} [transfer] An option
src/worker/Manager.mjs:575
↓ 2 callersMethodqueueWrite
* @param data * @protected
src/Main.mjs:369
↓ 2 callersMethodreadCurrentIdentity
* Reads the current checkout/config/schema identity. * @returns {Promise<{current: Object, errors: String[]}>}
ai/mcp/server/shared/services/RuntimeFreshnessService.mjs:143
↓ 2 callersFunctionreadFrontmatterFiles
* @param {String} rootDir * @returns {Promise<Object[]>}
buildScripts/release/analyzeClosedSinceRelease.mjs:110
↓ 2 callersFunctionreadJson
(filePath)
ai/scripts/lint/lint-skill-manifest.mjs:62
↓ 2 callersFunctionreadJson
* Reads and parses a repository JSON file. * @param {String} root Repository root. * @param {String} relPath Repository-relative path. * @returns {
ai/scripts/diagnostics/check-identity-facts.mjs:134
↓ 2 callersFunctionreadJsonPayload
* @summary Reads one JSON ingestion envelope from a stream. * @param {ReadableStream} input Stream containing one JSON object. * @returns {Promise<O
ai/scripts/maintenance/kbPushClient.mjs:121
↓ 2 callersMethodreadKbConfigBootstrap
* @summary Reads the optional `kb-config.yaml` deployment bootstrap, fail-soft. * * The bootstrap is a deployment-root first-deploy convenie
ai/services/knowledge-base/KnowledgeBaseIngestionService.mjs:869
↓ 2 callersFunctionreadKnowledgeBaseRecord
* Reads a deterministic record from the deployed KB Chroma collection. * @param {String} id Chroma vector id. * @returns {Object}
test/playwright/integration/KBBackupRestoreWipe.integration.spec.mjs:109
↓ 2 callersFunctionreadRequiredNumberLeaf
* @summary Reads a required numeric AiConfig leaf and fails loud when the imported config is stale. * @param {String} leafName The AiConfig leaf name
ai/daemons/orchestrator/services/DreamService.mjs:79
↓ 2 callersFunctionreadWakeDaemonWatermark
({stateFile, latestLogId, fsModule = fs})
ai/scripts/maintenance/compactGraphLog.mjs:140
↓ 2 callersFunctionreadWakeSubscriptionWatermark
({stateFile, fsModule = fs})
ai/scripts/maintenance/compactGraphLog.mjs:166
↓ 2 callersMethodrecalcFirstAndPref
* Calc values for first and prev * @protected
src/plugin/PrefixField.mjs:280
← previousnext →2,301–2,400 of 8,612, ranked by callers