MCPcopy Create free account

hub / github.com/chanzuckerberg/czi-prosemirror / functions

Functions472 in github.com/chanzuckerberg/czi-prosemirror

↓ 1 callersMethod_updateDOM
(el: HTMLElement)
src/ui/BookmarkNodeView.js:57
↓ 1 callersMethodapply
(tr: Transform)
src/TableResizePlugin.js:87
↓ 1 callersFunctionbindNodeView
(NodeView: CustomNodeView)
src/ui/Editor.js:99
↓ 1 callersFunctionbindScrollHandler
( target: Element, callback: Function )
src/ui/bindScrollHandler.js:7
↓ 1 callersFunctionblockQuoteInputRule
()
src/blockQuoteInputRule.js:34
↓ 1 callersFunctionbuildEditorPlugins
(schema: Schema)
src/buildEditorPlugins.js:21
↓ 1 callersFunctionbuild_html_app
(html_path, namespace)
scripts/build_bin.py:41
↓ 1 callersFunctionbulletListRule
(nodeType: NodeType)
src/buildInputRules.js:35
↓ 1 callersFunctioncalculateDraggingInfo
( view: EditorView, event: MouseEvent, resizeState: ResizeState )
src/TableResizePlugin.js:364
↓ 1 callersFunctioncalculateMaxClientX
( event: MouseEvent, targetTable: HTMLElement )
src/createTableResizingPlugin.js:32
↓ 1 callersFunctioncanJoinListNodes
(one: Node, two: Node)
src/consolidateListNodes.js:274
↓ 1 callersMethodcancel
()
src/ui/UICommand.js:103
↓ 1 callersFunctioncodeBlockRule
(nodeType: NodeType)
src/buildInputRules.js:42
↓ 1 callersFunctioncompareNumbersList
(one: Array<number>, two: Array<number>)
src/TableResizePlugin.js:554
↓ 1 callersMethodcreateDOMElement
()
src/ui/CustomNodeView.js:155
↓ 1 callersFunctioncreateElement
(tag: string, attrs: Object)
src/ui/injectStyleSheet.js:7
↓ 1 callersFunctiondefer
(fn: Function)
src/ImageUploadPlaceholderPlugin.js:46
↓ 1 callersMethoddeselectNode
()
src/ui/CustomNodeView.js:148
↓ 1 callersFunctiondispatchMouseEvent
(type: string, clientX: number)
src/createTableResizingPlugin.js:20
↓ 1 callersFunctiondomCellAround
(target: any)
src/TableResizePlugin.js:445
↓ 1 callersFunctionfindActionableCell
(state: EditorState)
src/findActionableCell.js:43
↓ 1 callersFunctionfindActionableCellFromSelection
(selection: CellSelection)
src/findActionableCell.js:15
↓ 1 callersFunctionfindActiveFontSize
(state: EditorState)
src/ui/findActiveFontSize.js:23
↓ 1 callersFunctionfindActiveFontType
(state: EditorState)
src/ui/findActiveFontType.js:11
↓ 1 callersFunctionfindImageUploadPlaceholder
( placeholderPlugin: ImageUploadPlaceholderPlugin, state: EditorState, id: Object )
src/ImageUploadPlaceholderPlugin.js:36
↓ 1 callersFunctionfindIndentLevel
(el: Element)
src/patchListElements.js:263
↓ 1 callersFunctionfindKeymapByDescription
(description: string)
src/EditorKeyMap.js:26
↓ 1 callersFunctionfindMarkRange
()
src/transformAndPreserveTextSelection.js:100
↓ 1 callersFunctionfindShortcutByKeymap
(keymap: Keymap)
src/EditorKeyMap.js:41
↓ 1 callersFunctionfinish
(event: MouseEvent)
src/TableResizePlugin.js:183
↓ 1 callersMethodgetEditor
()
src/ImageSourceCommand.js:50
↓ 1 callersFunctiongetEstimatedPxHeight
(el: HTMLElement)
src/patchTableElements.js:138
↓ 1 callersFunctiongetGoogleEquationContent
(src: ?string)
src/patchMathElements.js:40
↓ 1 callersFunctiongetInitialState
()
demo/ConvertApp.js:22
↓ 1 callersFunctiongetMaxResizeWidth
(el: any)
src/ui/ImageNodeView.js:45
↓ 1 callersFunctionhandleDecorations
( state: EditorState, resizeState: ResizeState )
src/TableResizePlugin.js:486
↓ 1 callersFunctionhandleDragEnd
(view: EditorView, event: PointerEvent)
src/TableResizePlugin.js:294
↓ 1 callersFunctionhandleDragStart
(view: EditorView, event: MouseEvent)
src/TableResizePlugin.js:212
↓ 1 callersFunctionheadingRule
(nodeType: NodeType, maxLevel: number)
src/buildInputRules.js:51
↓ 1 callersFunctionhtmlElementToRect
(el: HTMLElement)
src/ui/htmlElementToRect.js:10
↓ 1 callersFunctionhyphenize
(str: string)
src/hyphenize.js:10
↓ 1 callersMethodinsertHTMLBefore
(html: string, el: Element)
src/HTMLMutator.js:17
↓ 1 callersFunctioninsertHorizontalRule
(tr: Transform, schema: Schema)
src/HorizontalRuleCommand.js:11
↓ 1 callersFunctioninsertImage
(tr: Transform, schema: Schema, src: ?string)
src/ImageSourceCommand.js:20
↓ 1 callersFunctioninsertMath
(tr: Transform, schema: Schema, latex: ?string)
src/MathEditCommand.js:20
↓ 1 callersFunctioninsertNewLine
(tr: Transform, schema: Schema)
src/BlockquoteInsertNewLineCommand.js:15
↓ 1 callersFunctioninsertNewLine
(tr: Transform, schema: Schema)
src/ListItemInsertNewLineCommand.js:15
↓ 1 callersFunctioninsertTabSpace
(tr: Transform, schema: Schema)
src/TextInsertTabSpaceCommand.js:15
↓ 1 callersFunctioninsertTable
( tr: Transform, schema: Schema, rows: number, cols: number )
src/insertTable.js:11
↓ 1 callersFunctionisBulletListNode
(node: Node)
src/isBulletListNode.js:7
↓ 1 callersFunctionisNodeSelectionForNodeType
( selection: Selection, nodeType: NodeType )
src/isNodeSelectionForNodeType.js:7
↓ 1 callersFunctionisOffline
()
src/ui/isOffline.js:3
↓ 1 callersFunctionisReactClass
(maybe: any)
src/ui/isReactClass.js:3
↓ 1 callersFunctionisTransparent
(source: any)
src/ui/toCSSColor.js:13
↓ 1 callersFunctionliftNestedListElements
(doc: Document)
src/patchListElements.js:205
↓ 1 callersFunctionlinkOrderedListCounters
* This ensures that ordered lists with the same indent level among the same * Lists Island share the same counter. * * For example, the following t
src/consolidateListNodes.js:92
↓ 1 callersMethodload
(params: Object)
src/WebFontLoader.js:10
↓ 1 callersFunctionlookUpElement
( el: ?Element, predict: (el: Element) => boolean )
src/lookUpElement.js:3
↓ 1 callersFunctionlookUpTableWrapper
(event: Event)
src/createTableResizingPlugin.js:12
↓ 1 callersFunctionmain
()
scripts/build_bin.py:53
↓ 1 callersFunctionmarkApplies
(doc, ranges, type)
src/applyMark.js:6
↓ 1 callersFunctionmergeListItemDown
(tr: Transform, schema: Schema)
src/ListItemMergeCommand.js:63
↓ 1 callersFunctionmergeListItemUp
(tr: Transform, schema: Schema)
src/ListItemMergeCommand.js:15
↓ 1 callersFunctionnormalizeHTML
(html: string)
src/normalizeHTML.js:39
↓ 1 callersFunctionorderedListRule
(nodeType: NodeType)
src/buildInputRules.js:22
↓ 1 callersFunctionpatchAnchorElements
(doc: Document)
src/patchAnchorElements.js:10
↓ 1 callersFunctionpatchBlockElementStyle
( el: HTMLElement, inlineStyleName: string )
src/patchElementInlineStyles.js:46
↓ 1 callersFunctionpatchBreakElements
(doc: Document)
src/patchBreakElements.js:3
↓ 1 callersFunctionpatchElementInlineStyles
(doc: Document)
src/patchElementInlineStyles.js:10
↓ 1 callersFunctionpatchListElements
(doc: Document)
src/patchListElements.js:19
↓ 1 callersFunctionpatchMathElements
(doc: Document)
src/patchMathElements.js:5
↓ 1 callersFunctionpatchPaddingStyle
(listItemElement: HTMLElement)
src/patchListElements.js:139
↓ 1 callersFunctionpatchParagraphElements
(doc: Document)
src/patchParagraphElements.js:8
↓ 1 callersFunctionpatchStyleElements
(doc: Document)
src/patchStyleElements.js:26
↓ 1 callersFunctionpatchTableCell
(tdElement: HTMLElement, layout: ?string)
src/patchTableElements.js:27
↓ 1 callersFunctionpatchTableElements
(doc: Document)
src/patchTableElements.js:13
↓ 1 callersFunctionprocessPromise
( src: ?string, resolve: Function, reject: Function )
src/ui/resolveImage.js:34
↓ 1 callersFunctionpurgeConsecutiveBlankParagraphNodes
( tr: Transform, schema: Schema )
src/TableMergeCellsCommand.js:30
↓ 1 callersMethodregister
(bridge: PopUpBridge)
src/ui/PopUpManager.js:35
↓ 1 callersFunctionregisterEditorView
(id: string, view: EditorView)
src/CZIProseMirror.js:34
↓ 1 callersFunctionregisteryKeys
()
src/CZIProseMirror.js:18
↓ 1 callersFunctionreleaseEditorView
(id: string)
src/CZIProseMirror.js:47
↓ 1 callersMethodrender
()
demo/DemoApp.js:37
↓ 1 callersMethodrenderReactComponent
()
src/ui/CustomNodeView.js:162
↓ 1 callersFunctionresolveImage
(src: ?string)
src/ui/resolveImage.js:19
↓ 1 callersFunctionresolveJointInfo
( node: Node, pos: number, prevNode: ?Node, firstListNodePos: number )
src/consolidateListNodes.js:255
↓ 1 callersFunctionresolveURL
(runtime: ?EditorRuntime, src: ?string)
src/ui/ImageNodeView.js:71
↓ 1 callersMethodselectNode
()
src/ui/CustomNodeView.js:141
↓ 1 callersFunctionsetBlockquoteNode
( tr: Transform, schema: Schema, pos: number )
src/toggleBlockquote.js:53
↓ 1 callersFunctionsetCodeBlockNodeEnabled
( tr: Transform, schema: Schema, pos: number, enabled: boolean )
src/toggleCodeBlock.js:66
↓ 1 callersFunctionsetDocLayout
( tr: Transform, schema: Schema, width: ?number, layout: ?string )
src/DocLayoutCommand.js:15
↓ 1 callersFunctionsetFontSize
(tr: Transform, schema: Schema, pt: number)
src/FontSizeCommand.js:12
↓ 1 callersFunctionsetFontType
(tr: Transform, schema: Schema, name: string)
src/FontTypeCommand.js:14
↓ 1 callersFunctionsetHeadingNode
( tr: Transform, schema: Schema, pos: number, level: ?number )
src/toggleHeading.js:68
↓ 1 callersMethodsetImplementation
(impl: any)
src/WebFontLoader.js:6
↓ 1 callersFunctionsetListNodeIndent
( tr: Transform, schema: Schema, pos: number, delta: number )
src/updateIndentLevel.js:75
↓ 1 callersFunctionsetTextLineSpacing
( tr: Transform, schema: Schema, lineSpacing: ?string )
src/TextLineSpacingCommand.js:17
↓ 1 callersFunctionsplitEmptyListItem
(tr: Transform, schema: Schema)
src/splitListItem.js:110
↓ 1 callersFunctionsplitListItem
( tr: Transform, schema: Schema )
src/splitListItem.js:57
↓ 1 callersFunctiontoClosestFontPtSize
(styleValue: string)
src/convertToCSSPTValue.js:26
← previousnext →101–200 of 472, ranked by callers