| /plugin/catmenu/script/ |
| H A D | prosemirror.js | 237 constructor(node, view, getPos) { argument 240 this.getPos = getPos; 280 const pos = this.getPos(); 347 ….Prosemirror.pluginNodeViews.catmenu = (node, view, getPos) => new CatmenuNodeView(node, view, get… argument 350 window.Prosemirror.pluginNodeViews.dwplugin_inline = (node, view, getPos) => { argument 351 if (isLegacyCatmenuPluginNode(node)) return new CatmenuNodeView(node, view, getPos); 352 … return typeof originalInline === 'function' ? originalInline(node, view, getPos) : undefined; 356 window.Prosemirror.pluginNodeViews.dwplugin_block = (node, view, getPos) => { argument 357 if (isLegacyCatmenuPluginNode(node)) return new CatmenuNodeView(node, view, getPos); 358 … return typeof originalBlock === 'function' ? originalBlock(node, view, getPos) : undefined;
|
| /plugin/visualindex/script/ |
| H A D | VisualIndexView.js | 2 constructor(node, outerView, getPos) { argument 5 this.getPos = getPos;
|
| H A D | prosemirror.js | 295 constructor(node, view, getPos) { argument 298 this.getPos = getPos; 344 const pos = this.getPos(); 417 …mirror.pluginNodeViews.visualindex = (node, view, getPos) => new VisualIndexNodeView(node, view, g… argument 420 window.Prosemirror.pluginNodeViews.dwplugin_inline = (node, view, getPos) => { argument 421 if (isLegacyVisualIndexPluginNode(node)) return new VisualIndexNodeView(node, view, getPos); 422 … return typeof originalInline === 'function' ? originalInline(node, view, getPos) : undefined; 426 window.Prosemirror.pluginNodeViews.dwplugin_block = (node, view, getPos) => { argument 427 if (isLegacyVisualIndexPluginNode(node)) return new VisualIndexNodeView(node, view, getPos); 428 return typeof originalBlock === 'function' ? originalBlock(node, view, getPos) : undefined;
|
| /plugin/gallery/script/ |
| D | prosemirror.js | 223 var nodeStartPos = this.getPos(); 270 nodeview.getPos(), 289 function dwplugin_gallery(node, outerview, getPos) { argument 292 function GalleryNodeView(node, outerview, getPos) { argument 297 AbstractNodeView.call(this, node, outerview, getPos); 362 return new GalleryNodeView(node, outerview, getPos);
|
| /plugin/diagrams/script/ |
| H A D | prosemirror.js | 61 window.Prosemirror.pluginNodeViews.diagrams = function diagrams(node, outerview, getPos) { argument 62 return new DiagramsView(node, outerview, getPos);
|
| H A D | DiagramsView.js | 63 const nodeStartPos = this.getPos();
|
| /plugin/livepreview/ |
| D | script.js | 108 var getPos = function(o) { function 278 var c = getPos(ctrl?curA:el);
|
| /plugin/prosemirror/lib/ |
| D | bundle.js | 1 …getPos=r,this.renderNode(t.attrs)}return r(e,[{key:"renderNode",value:function(e){throw console.lo…
|
| /plugin/jcapture/lib/ |
| D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/jdraw/lib/ |
| D | httpcore-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/ditaa/ditaa/ |
| HD | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/mizarveifiabledocs/dist/ |
| D | script.js.map | 1 …getPos(view, event) {\n let offset = view.posAtCoords({\n x: event.clientX,\n y: …
|
| /plugin/mizarproofchecker/dist/ |
| D | script.js.map | 1 …getPos(view, event) {\n let offset = view.posAtCoords({\n x: event.clientX,\n y: …
|
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js.map | 1 …getPos(view, event) {\n let offset = view.posAtCoords({\n x: event.clientX,\n y: …
|