MCPcopy Create free account

hub / github.com/datalayer/jupyter-ui / functions

Functions2,365 in github.com/datalayer/jupyter-ui

↓ 1 callersFunctionisHeadingAtTheTopOfThePage
(element: HTMLElement)
packages/lexical/src/plugins/TableOfContentsPlugin.tsx:42
↓ 1 callersFunctionisIncreaseFontSize
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:213
↓ 1 callersFunctionisIndent
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:153
↓ 1 callersFunctionisIndentPermitted
(maxDepth: number)
packages/lexical/src/plugins/ListMaxIndentLevelPlugin.tsx:32
↓ 1 callersFunctionisInsertCodeBlock
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:205
↓ 1 callersFunctionisInsertLink
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:234
↓ 1 callersFunctionisJustifyAlign
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:187
↓ 1 callersFunctionisLeftAlign
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:171
↓ 1 callersFunctionisLowercase
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:121
↓ 1 callersFunctionisOnMenu
(element: HTMLElement)
packages/lexical/src/plugins/DraggableBlockPlugin.tsx:174
↓ 1 callersFunctionisOutdent
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:158
↓ 1 callersFunctionisPoint
(x: unknown)
packages/lexical/src/utils/point.ts:52
↓ 1 callersFunctionisReadCellParams
* Validates ReadCellParams at runtime.
packages/react/src/tools/operations/readCell.ts:29
↓ 1 callersFunctionisRightAlign
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:179
↓ 1 callersFunctionisSQLCell
(cell: Cell)
packages/react/src/components/notebook/content/JupyterReactContentFactory.ts:18
↓ 1 callersFunctionisStrikeThrough
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:145
↓ 1 callersFunctionisSubscript
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:195
↓ 1 callersFunctionisSuperscript
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:200
↓ 1 callersFunctionisUppercase
(event: KeyboardEvent)
packages/lexical/src/plugins/ShortcutsPlugin/shortcuts.ts:129
↓ 1 callersFunctionisValidFontSize
(fontSizePx: number)
packages/lexical/src/plugins/ToolbarPlugin/fontSize.tsx:32
↓ 1 callersMethodkernelInfoRequest
* Handle a kernel_info_request message
packages/react/src/jupyter/lite/pyodide-kernel/kernel.ts:215
↓ 1 callersMethodlistAvailableBlocks
* List available block types with their schemas. * This operation returns static block type definitions and doesn't require editor access. *
packages/lexical/src/state/LexicalAdapter.ts:1870
↓ 1 callersMethodlistCheckpoints
* List available checkpoints for a file. * * @param path - The path of the file. * * @returns A promise which resolves with a list of chec
packages/react/src/jupyter/lite/contents/tokens.ts:119
↓ 1 callersFunctionloadChunk
* Dynamically load a JavaScript chunk
packages/embed/src/bootstrap.ts:173
↓ 1 callersFunctionloadCore
* Load the core module (always required)
packages/embed/src/bootstrap.ts:202
↓ 1 callersFunctionloadFolderItems
( services: JupyterServices, path: string[] )
packages/react/src/components/filebrowser/FileBrowser.tsx:37
↓ 1 callersFunctionloadFromUrl
(url: string)
packages/react/src/components/notebook/NotebookBase.tsx:1110
↓ 1 callersFunctionloadModules
()
packages/docusaurus-plugin/src/theme/JupyterCell.tsx:42
↓ 1 callersFunctionloadPath
( services: JupyterServices, subTree: RenderTree, path: string[] )
packages/react/src/components/filebrowser/FileBrowser.tsx:32
↓ 1 callersFunctionloadPrettierFormat
()
packages/lexical/src/components/PrettierButton.tsx:44
↓ 1 callersFunctionloadPrettierFormat
()
packages/lexical/src/plugins/CodeActionMenuPlugin/components/PrettierButton/index.tsx:44
↓ 1 callersFunctionloadPrettierParserByLang
(lang: string)
packages/lexical/src/components/PrettierButton.tsx:36
↓ 1 callersFunctionloadPrettierParserByLang
(lang: string)
packages/lexical/src/plugins/CodeActionMenuPlugin/components/PrettierButton/index.tsx:36
↓ 1 callersMethodlookup
( request: TDriveRequest<'lookup'> )
packages/react/src/jupyter/lite/contents/drivecontents.ts:194
↓ 1 callersMethodlookup
( parent: IEmscriptenFSNode | IEmscriptenStream, name: string )
packages/react/src/jupyter/lite/contents/emscripten.ts:74
↓ 1 callersFunctionmanagerFactory
()
packages/react/src/jupyter/ipywidgets/libembed-amd.ts:123
↓ 1 callersMethodmapToObject
* Recursively convert a Map to a JavaScript object * @param obj A Map, Array, or other object to convert
packages/react/src/jupyter/lite/pyodide-kernel/worker.ts:186
↓ 1 callersFunctionmarkDeleted
(comment: Comment)
packages/lexical/src/components/Commenting.tsx:71
↓ 1 callersMethodmatchesDedentRule
* Check if a line matches a dedent rule * * @param line - Line of text * @param rule - Dedent rule to check * @returns True if line matche
packages/lexical/src/autoindent/AutoIndentEngine.ts:240
↓ 1 callersMethodmatchesIndentRule
* Check if a line matches an indent rule * * @param line - Line of text * @param rule - Indent rule to check * @returns True if line match
packages/lexical/src/autoindent/AutoIndentEngine.ts:217
↓ 1 callersFunctionmatchesShortcut
* Parse keyboard shortcut string and check if event matches. * Supports format: "Modifier+Key" (e.g., "Ctrl+Space", "Cmd+Shift+I") * Uses event.code
packages/lexical/src/plugins/LexicalInlineCompletionPlugin.tsx:879
↓ 1 callersFunctionmaybeFromCache
Get a cached response, and update cache.
packages/react/src/jupyter/lite/server/service-worker.ts:84
↓ 1 callersFunctionmergeConfig
( userConfig?: PartialInlineCompletionConfig, )
packages/lexical/src/plugins/InlineCompletionConfig.ts:141
↓ 1 callersFunctionmergeTableCellsAtSelection
()
packages/lexical/src/plugins/TableActionMenuPlugin/index.tsx:203
↓ 1 callersMethodmknod
( request: TDriveRequest<'mknod'> )
packages/react/src/jupyter/lite/contents/drivecontents.ts:212
↓ 1 callersMethodmknod
( parent: IEmscriptenFSNode | IEmscriptenStream, name: string, mode: number, dev: number )
packages/react/src/jupyter/lite/contents/emscripten.ts:78
↓ 1 callersFunctionmoduleNameToCDNUrl
(moduleName: string, moduleVersion: string)
packages/react/src/jupyter/ipywidgets/libembed-amd.ts:40
↓ 1 callersMethodnewUntitled
* Create a new untitled file or directory in the specified directory path. * * @param options: The options used to create the file. * * @r
packages/react/src/jupyter/lite/contents/contents.ts:149
↓ 1 callersFunctionoffsetToLineColumn
( source: string, offset: number )
packages/react/src/shims/json5.ts:9
↓ 1 callersFunctionoffsetToPosition
* Convert character offset to line/character position
packages/lexical/src/plugins/LSPTabCompletionPlugin.tsx:136
↓ 1 callersFunctiononDelete
()
packages/lexical/src/plugins/ExcalidrawPlugin.tsx:74
↓ 1 callersFunctiononDragStart
(event: DragEvent)
packages/lexical/src/plugins/ImagesPlugin.tsx:259
↓ 1 callersFunctiononDragover
(event: DragEvent)
packages/lexical/src/plugins/DraggableBlockPlugin.tsx:368
↓ 1 callersFunctiononDragover
(event: DragEvent)
packages/lexical/src/plugins/ImagesPlugin.tsx:290
↓ 1 callersFunctiononDrop
(event: DragEvent, editor: LexicalEditor)
packages/lexical/src/plugins/ImagesPlugin.tsx:301
↓ 1 callersFunctiononEscape
(event: KeyboardEvent)
packages/lexical/src/plugins/CommentPlugin.tsx:327
↓ 1 callersMethodonFilterChange
( filterType: FILTER_TYPES, varName: string, isAdding: boolean )
packages/react/src/components/kernel/variables/widget.ts:127
↓ 1 callersFunctiononJupyterLab
(jupyterLabAdapter: JupyterLabAppAdapter)
packages/react/src/examples/JupyterLabApp.tsx:22
↓ 1 callersFunctiononPlugin
(themeManager: ThemeManager)
packages/react/src/examples/RunningSessions.tsx:50
↓ 1 callersFunctiononPointerMove
(event: PointerEvent)
packages/lexical/src/plugins/TableCellResizer/index.tsx:106
↓ 1 callersFunctiononResizeEnd
( nextWidth: 'inherit' | number, nextHeight: 'inherit' | number, )
packages/lexical/src/components/ExcalidrawComponent.tsx:135
↓ 1 callersFunctiononResizeStart
()
packages/lexical/src/components/ExcalidrawComponent.tsx:131
↓ 1 callersFunctiononSave
( elements: ExcalidrawInitialElements, appState: Partial<AppState>, files: BinaryFiles, )
packages/lexical/src/plugins/ExcalidrawPlugin.tsx:52
↓ 1 callersMethodonStateChange
* Subscribe to runtime state changes
packages/lexical/src/examples/components/ManualRuntimeControl.tsx:35
↓ 1 callersFunctionoutdentSelectedLines
* Outdent all selected lines
packages/lexical/src/plugins/AutoIndentPlugin.tsx:508
↓ 1 callersFunctionoutputsAsString
(outputs: IOutput[])
packages/react/src/utils/Utils.ts:29
↓ 1 callersFunctionoverlayTransformForPosition
( position: KernelIndicatorPosition )
packages/react/src/components/kernel/KernelIndicator.tsx:33
↓ 1 callersFunctionparseCellOptions
* Parse cell-specific options
packages/embed/src/parser.ts:88
↓ 1 callersFunctionparseConfigFromScript
* Parse configuration from script tag
packages/embed/src/bootstrap.ts:88
↓ 1 callersFunctionparseConsoleOptions
* Parse console-specific options
packages/embed/src/parser.ts:244
↓ 1 callersFunctionparseFontSizeForToolbar
(input: string)
packages/lexical/src/plugins/ToolbarPlugin/fontSize.tsx:38
↓ 1 callersMethodparseMarkdownToBlocks
* Parse markdown text into multiple LexicalBlock objects
packages/lexical/src/state/LexicalAdapter.ts:1505
↓ 1 callersFunctionparseNotebookOptions
* Parse notebook-specific options
packages/embed/src/parser.ts:146
↓ 1 callersFunctionparseOutputOptions
* Parse output-specific options
packages/embed/src/parser.ts:294
↓ 1 callersFunctionparseTerminalOptions
* Parse terminal-specific options
packages/embed/src/parser.ts:219
↓ 1 callersFunctionparseViewerOptions
* Parse viewer-specific options
packages/embed/src/parser.ts:187
↓ 1 callersFunctionpatch_package_json_requires
Patch built JS files to replace require('../package.json') patterns. This is similar to the patch for @jupyter-widgets/controls that replaces
packages/react/hatch_build.py:19
↓ 1 callersFunctionpatch_package_json_requires
Patch built JS files to replace require('../package.json') patterns. This is similar to the patch for @jupyter-widgets/controls that replaces
packages/lexical/hatch_build.py:19
↓ 1 callersMethodperformMatrixInspection
( varName: string, maxRows?: number )
packages/react/src/components/kernel/variables/tokens.ts:36
↓ 1 callersMethodperformWidgetInspection
( varName: string )
packages/react/src/components/kernel/variables/tokens.ts:40
↓ 1 callersFunctionpreprocessMath
(content: string)
packages/react/src/components/notebook/marked/marked.ts:17
↓ 1 callersMethodprocessDriveRequest
* Process a content request * * @param request the request
packages/react/src/jupyter/lite/contents/drivecontents.ts:23
↓ 1 callersFunctionprocessNestedLists
( listNode: ListNode, exportChildren: (node: ElementNode) => string, depth: number, )
packages/lexical/src/convert/markdown/utils.ts:339
↓ 1 callersMethodput
(request: TDriveRequest<'put'>)
packages/react/src/jupyter/lite/contents/drivecontents.ts:268
↓ 1 callersMethodreadAllCells
* Read all cells from the notebook (alias for getCells). * * @param format - Response format: 'brief' returns preview only, 'detailed' returns f
packages/react/src/components/notebook/NotebookAdapter.ts:335
↓ 1 callersMethodreaddir
( request: TDriveRequest<'readdir'> )
packages/react/src/jupyter/lite/contents/drivecontents.ts:152
↓ 1 callersMethodreaddir
(node: IEmscriptenFSNode | IEmscriptenStream)
packages/react/src/jupyter/lite/contents/emscripten.ts:91
↓ 1 callersFunctionrefetch
* This is where we call the server to get the newest version of the * file to use the next time we show view
packages/react/src/jupyter/lite/server/service-worker.ts:121
↓ 1 callersFunctionrefresh
()
packages/react/src/components/kernel/KernelDetective.tsx:26
↓ 1 callersFunctionrefreshKernels
(serviceManager: ServiceManager.IManager)
packages/react/src/components/kernel/Kernels.tsx:31
↓ 1 callersMethodregisterCallback
* Register a callback for handling messages from the worker.
packages/react/src/jupyter/lite/pyodide-kernel/tokens.ts:49
↓ 1 callersFunctionregisterKernel
( manager: VariableInspectorManager, kernel: Kernel )
packages/react/src/components/kernel/variables/variablesinspector.ts:40
↓ 1 callersMethodregisterOnChange
(onChange: () => void)
packages/lexical/src/components/Commenting.tsx:213
↓ 1 callersMethodregisterPluginModule
* Register plugins from a plugin module. * * @param mod - The plugin module to register.
packages/react/src/jupyter/lite/server/app.ts:153
↓ 1 callersMethodregister_model
* Register a widget model.
packages/react/src/jupyter/ipywidgets/lab/manager.ts:626
↓ 1 callersFunctionrelativeCssInjection
( bundle: OutputBundle, assetsWithCss: Record<string, string[]>, buildCssCode: (css: string) => Promise<
packages/embed/vite-plugins/cssInjectedByJs.ts:322
↓ 1 callersFunctionremoteUserCursors
(config: EditorAwareness)
packages/react/src/utils/cursorExtension.ts:463
↓ 1 callersFunctionremoveConflictingThemeLinks
* Remove any <link> tags from JupyterLab's theme manager that conflict * with the desired colormode. The theme manager's loadCSS() appends *
packages/react/src/theme/JupyterLabCss.tsx:92
↓ 1 callersMethodremoveForce
()
packages/lexical/src/nodes/JupyterOutputNode.tsx:248
↓ 1 callersFunctionremoveLinkStyleSheets
(html: string, cssFileName: string)
packages/embed/vite-plugins/cssInjectedByJs.ts:186
← previousnext →701–800 of 2,365, ranked by callers