MCPcopy Create free account

hub / github.com/YingshanDeng/SharedPen / functions

Functions406 in github.com/YingshanDeng/SharedPen

↓ 52 callersMethodon
(emitter, type, f, capture)
lib/Utils.js:129
↓ 43 callersMethodtrigger
(event, ...restArgs)
lib/ClientSocketIOAdapter.js:44
↓ 39 callersMethodretain
(n, attributes)
lib/TextOperation.js:40
↓ 26 callersMethodapply
(str, oldAttributes, newAttributes)
lib/TextOperation.js:183
↓ 26 callersMethodassert
(b, msg)
lib/Utils.js:5
↓ 25 callersMethodisRetain
()
lib/TextAction.js:42
↓ 22 callersMethodindexFromPos
(pos)
lib/RichTextCodeMirror.js:794
↓ 22 callersMethodinsert
(str, attributes)
lib/TextOperation.js:61
↓ 21 callersMethodisInsert
()
lib/TextAction.js:36
↓ 20 callersMethodtransform
(other)
lib/Selection.js:21
↓ 18 callersMethodfromJSON
(obj)
lib/Selection.js:12
↓ 17 callersMethodisDelete
()
lib/TextAction.js:39
↓ 15 callersMethodsetAttribute
(attribute, value)
lib/RichTextCodeMirror.js:127
↓ 14 callersMethodoff
(emitter, type, f, capture)
lib/Utils.js:136
↓ 14 callersMethodsetState
(state)
lib/Client.js:35
↓ 12 callersFunctionresolveApp
examples/react-demo/config/paths.js:10
↓ 10 callersMethodcompose
(other)
lib/Selection.js:81
↓ 10 callersMethodend
()
lib/AnnotationList.js:9
↓ 10 callersFunctionindexFromPos
(pos)
ot.js/codemirror-adapter.js:75
↓ 10 callersMethodisNoop
()
lib/TextOperation.js:115
↓ 10 callersMethodsendOperation
(revision, operation)
lib/Client.js:27
↓ 9 callersMethodapplyOperation
(operation)
lib/Client.js:31
↓ 9 callersMethodequals
(other)
lib/Selection.js:15
↓ 9 callersMethodreplace
* Updates the attributes of an Entity. Will call .update() if the entity supports it, * else it'll just remove / re-create the entity. * @p
lib/RichTextCodeMirror.js:1197
↓ 9 callersFunctionsumLengths
(strArr)
ot.js/codemirror-adapter.js:81
↓ 9 callersMethodupdateSelection
(selection)
lib/EditorClient.js:52
↓ 8 callersMethod_checkedSelectedStates
(curAttrs, t, value)
examples/react-demo/src/components/ToolboxToolbar.js:205
↓ 8 callersMethoddelete
(n)
lib/TextOperation.js:94
↓ 8 callersMethodemptySelection_
()
lib/RichTextCodeMirror.js:1077
↓ 7 callersMethodgetClient
(clientId)
lib/SharedPenServer.js:143
↓ 7 callersMethodgetClientObject
(clientId)
lib/EditorClient.js:186
↓ 7 callersMethodonPalette
(type, isOpen, selected, position)
examples/react-demo/src/components/ToolboxToolbar.js:233
↓ 7 callersMethodremoveSelection
()
lib/EditorClient.js:63
↓ 7 callersMethodupdateTextAttributes
(start, end, updateFn, origin, doLineAttributes)
lib/RichTextCodeMirror.js:177
↓ 6 callersFunctiondigits
(n)
ot.js/editor-client.js:286
↓ 6 callersMethodgetLineAttributes_
(lineNum)
lib/RichTextCodeMirror.js:287
↓ 6 callersFunctionhue2rgb
(hue)
ot.js/editor-client.js:297
↓ 5 callersMethod_renderNormalButtonItems
(items)
examples/react-demo/src/components/ToolboxToolbar.js:219
↓ 5 callersMethodapplyClient
(operation)
lib/Client.js:40
↓ 5 callersFunctionbind
(obj, method)
ot.js/codemirror-adapter.js:335
↓ 5 callersMethodcanRedo
()
lib/UndoManager.js:87
↓ 5 callersMethodcanUndo
()
lib/UndoManager.js:84
↓ 5 callersMethodemptyAttributes
(attrs)
lib/Utils.js:105
↓ 5 callersMethodend
()
lib/RichTextCodeMirror.js:102
↓ 5 callersMethodgetCurrentAttributes_
()
lib/RichTextCodeMirror.js:739
↓ 5 callersMethodisEmpty
()
lib/Selection.js:18
↓ 5 callersMethodsendSelection
(selection)
lib/EditorClient.js:239
↓ 5 callersMethodtoggleAttribute
(attribute, value)
lib/RichTextCodeMirror.js:161
↓ 5 callersMethodtrigger
(event)
lib/RichTextCodeMirrorAdapter.js:84
↓ 5 callersMethodupdateLineAttributes
(startLine, endLine, updateFn)
lib/RichTextCodeMirror.js:300
↓ 4 callersMethodadd
(operation, compose)
lib/UndoManager.js:25
↓ 4 callersMethodapplyUnredo
(operation)
lib/EditorClient.js:264
↓ 4 callersMethodattributesEqual
(otherAttributes)
lib/TextAction.js:52
↓ 4 callersMethodclone
()
lib/TextOperation.js:120
↓ 4 callersMethodelt
(tag, content, attrs)
lib/Utils.js:112
↓ 4 callersMethodgetSelection
()
lib/RichTextCodeMirrorAdapter.js:102
↓ 4 callersFunctiongetSimpleOp
(operation, fn)
ot.js/text-operation.js:337
↓ 4 callersFunctiongetSimpleOp
(operation)
lib/TextOperation.js:609
↓ 4 callersFunctiongetStartIndex
(operation)
ot.js/text-operation.js:351
↓ 4 callersFunctiongetStartIndex
(operation)
lib/TextOperation.js:622
↓ 4 callersMethodonDropdown
(type, isOpen, list, selected, position)
examples/react-demo/src/components/ToolboxToolbar.js:246
↓ 4 callersMethodonExecCommand
(command, value)
examples/react-demo/src/App.js:46
↓ 4 callersFunctionposLe
(a, b)
ot.js/codemirror-adapter.js:45
↓ 4 callersMethodposLe
(a, b)
lib/Utils.js:38
↓ 4 callersMethodregisterCallbacks
(cbs)
lib/ClientSocketIOAdapter.js:41
↓ 4 callersMethodrender
()
examples/react-demo/src/App.js:90
↓ 4 callersFunctionrgb2hex
(r, g, b)
ot.js/editor-client.js:285
↓ 4 callersMethodsetColor
(hue)
lib/EditorClient.js:40
↓ 4 callersMethodshallowClone
(source, target)
lib/Utils.js:11
↓ 4 callersMethodsomethingSelected
()
lib/Selection.js:78
↓ 4 callersFunctionsumLengths
(strArr)
lib/RichTextCodeMirror.js:52
↓ 4 callersMethodtoJSON
()
lib/TextOperation.js:136
↓ 4 callersFunctiontransformIndex
(index)
ot.js/selection.js:33
↓ 4 callersMethodtransformSelection
(selection)
lib/Client.js:64
↓ 4 callersMethodtryRenderToElement_
(entity, renderFn, entityHandle)
lib/EntityManager.js:109
↓ 4 callersMethodunSelect
()
examples/react-demo/src/components/toolbar/MenuButton.js:19
↓ 3 callersMethod_onClick
(evt)
examples/react-demo/src/components/toolbar/MenuButton.js:6
↓ 3 callersMethod_onUnselect
(type)
examples/react-demo/src/components/ToolboxToolbar.js:260
↓ 3 callersMethod_renderColorCells
(colorItems)
examples/react-demo/src/components/toolbar/ColorPalette.js:200
↓ 3 callersFunctiona
()
examples/react-demo/public/pace/pace.min.js:2
↓ 3 callersMethodapplyServer
(operation)
lib/Client.js:44
↓ 3 callersMethodattachObject
(object)
lib/AnnotationList.js:33
↓ 3 callersMethodfind
()
lib/RichTextCodeMirror.js:1174
↓ 3 callersMethodforEach
(callback)
lib/AnnotationList.js:158
↓ 3 callersMethodgetAffectedNodes_
(span)
lib/AnnotationList.js:337
↓ 3 callersMethodgetAnnotatedSpansForSpan
(span)
lib/AnnotationList.js:206
↓ 3 callersMethodgetCurrentLineAttributes_
()
lib/RichTextCodeMirror.js:1023
↓ 3 callersMethodgetRange
(start, end)
lib/RichTextCodeMirror.js:110
↓ 3 callersMethodmakeEventEmitter
(clazz, allowedEVents, context)
lib/Utils.js:40
↓ 3 callersMethodonClientLeft
(clientId)
lib/EditorClient.js:169
↓ 3 callersMethodparseClientsInfo
()
lib/EditorClient.js:178
↓ 3 callersMethodserverAck
()
lib/Client.js:48
↓ 3 callersMethodsetLineAttribute
(attribute, value)
lib/RichTextCodeMirror.js:1045
↓ 3 callersMethodsetName
(name)
lib/EditorClient.js:45
↓ 3 callersMethodtoString
()
lib/TextOperation.js:603
↓ 3 callersMethodupdateCurrentAttributes_
()
lib/RichTextCodeMirror.js:745
↓ 3 callersMethodupdateLineAttributesForSelection
(updateFn)
lib/RichTextCodeMirror.js:1054
↓ 3 callersMethodwrapOperation_
(span, operationFn)
lib/AnnotationList.js:227
↓ 2 callersFunctionF
()
ot.js/editor-client.js:318
↓ 2 callersFunctionZ
(a,b)
examples/react-demo/public/pace/pace.min.js:2
next →1–100 of 406, ranked by callers