| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Editor.js | 971 RoughCanvas.prototype.addOp = function() method in RoughCanvas 1001 this.addOp(this.lineOp, endX, endY); 1015 this.addOp(this.moveOp, endX, endY); 1031 this.addOp(this.closeOp); 1043 this.addOp(this.quadOp, x1, y1, x2, y2); 1057 this.addOp(this.curveOp, x1, y1, x2, y2, x3, y3);
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 12732 pageOpList.addOp(_util.OPS.beginAnnotations, []); 12757 pageOpList.addOp(_util.OPS.endAnnotations, []); 28755 opList.addOp(_util.OPS.beginAnnotation, [data.rect, transform, matrix]); 28762 opList.addOp(_util.OPS.endAnnotation, []); 30216 addOp: function addOp(fn, args) { 30234 this.addOp(_util.OPS.dependency, [dependency]); 30245 this.addOp(opList.fnArray[i], opList.argsArray[i]); 30658 operatorList.addOp(_util.OPS.beginGroup, [groupOptions]); 30661 operatorList.addOp(_util.OPS.paintFormXObjectBegin, [matrix, bbox]); 30669 operatorList.addOp(_util.OPS.paintFormXObjectEnd, []); [all …]
|
| D | pdf.worker.js.map | 1 …addOp","addDependency","addDependencies","addOpList","getIR","transfers","PartialEvaluator","Defau…
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 259 mxAbstractCanvas2D.prototype.addOp=function(){if(null!=this.path&&(this.path.push(arguments[0]),2<a… method in mxAbstractCanvas2D 266 …addOp(this.moveOp,a,b)};mxAbstractCanvas2D.prototype.lineTo=function(a,b){this.addOp(this.lineOp,a… 267 …4],a[b+5])};mxAbstractCanvas2D.prototype.close=function(a,b,c,d,e,f){this.addOp(this.closeOp)};mxA…
|
| /plugin/diagramsnet/lib/js/ |
| D | viewer.min.js | 463 mxAbstractCanvas2D.prototype.addOp=function(){if(null!=this.path&&(this.path.push(arguments[0]),2<a… method in mxAbstractCanvas2D 470 …addOp(this.moveOp,a,b)};mxAbstractCanvas2D.prototype.lineTo=function(a,b){this.addOp(this.lineOp,a… 471 …4],a[b+5])};mxAbstractCanvas2D.prototype.close=function(a,b,c,d,e,f){this.addOp(this.closeOp)};mxA… 3144 …addOp=function(){if(null!=this.path&&(this.path.push(arguments[0]),2<arguments.length))for(var b=2… method in b 3145 …addOp(this.moveOp,b,d),this.lastX=b,this.lastY=d,this.firstX=b,this.firstY=d)};b.prototype.close=f… 3146 …{this.passThrough?this.originalCurveTo.apply(this.canvas,arguments):(this.addOp(this.curveOp,b,d,c…
|
| D | app.min.js | 497 mxAbstractCanvas2D.prototype.addOp=function(){if(null!=this.path&&(this.path.push(arguments[0]),2<a… method in mxAbstractCanvas2D 504 …addOp(this.moveOp,a,b)};mxAbstractCanvas2D.prototype.lineTo=function(a,b){this.addOp(this.lineOp,a… 505 …4],a[b+5])};mxAbstractCanvas2D.prototype.close=function(a,b,c,d,e,f){this.addOp(this.closeOp)};mxA… 10476 …addOp=function(){if(null!=this.path&&(this.path.push(arguments[0]),2<arguments.length))for(var b=2… method in b 10477 …addOp(this.moveOp,b,c),this.lastX=b,this.lastY=c,this.firstX=b,this.firstY=c)};b.prototype.close=f… 10478 …{this.passThrough?this.originalCurveTo.apply(this.canvas,arguments):(this.addOp(this.curveOp,b,c,f…
|
| D | viewer-static.min.js | 463 mxAbstractCanvas2D.prototype.addOp=function(){if(null!=this.path&&(this.path.push(arguments[0]),2<a… method in mxAbstractCanvas2D 470 …addOp(this.moveOp,a,b)};mxAbstractCanvas2D.prototype.lineTo=function(a,b){this.addOp(this.lineOp,a… 471 …4],a[b+5])};mxAbstractCanvas2D.prototype.close=function(a,b,c,d,e,f){this.addOp(this.closeOp)};mxA… 3144 …addOp=function(){if(null!=this.path&&(this.path.push(arguments[0]),2<arguments.length))for(var b=2… method in b 3145 …addOp(this.moveOp,b,d),this.lastX=b,this.lastY=d,this.firstX=b,this.firstY=d)};b.prototype.close=f… 3146 …{this.passThrough?this.originalCurveTo.apply(this.canvas,arguments):(this.addOp(this.curveOp,b,d,c…
|