/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | LineProperties.php | 29 public $endArrow; variable in Google\\Service\\Slides\\LineProperties 62 public function setEndArrow($endArrow) argument 64 $this->endArrow = $endArrow; 71 return $this->endArrow;
|
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
H A D | basic-style.xml.bak | 14 <add as="endArrow" value="classic"/> 28 <add as="endArrow" value="classic"/>
|
H A D | default-style.xml.bak | 20 <add as="endArrow" value="classic"/>
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | VsdxExport.js | 462 var endArrow = state.style[mxConstants.STYLE_ENDARROW]; 465 var type = getArrowType(endArrow, endFill);
|
H A D | importer.js | 11879 var endArrow = this.getEdgeMarker(false); 11880 if (endArrow != null) { 11884 })(endArrow, VsdxShape.ARROW_NO_FILL_MARKER)) { 11885 … endArrow = endArrow.substring(VsdxShape.ARROW_NO_FILL_MARKER.length); 11888 /* put */ (this.styleMap[mxConstants.STYLE_ENDARROW] = endArrow);
|
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
H A D | mxGraphMlCodec.js | 2125 var endArrow = function(val, map) function 2145 "target": endArrow
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Extensions.js | 10805 var endArrow = new Array(); 10815 …endArrow[i] = new mxCell('', new mxGeometry(w * 0.95, (i + 0.2) * itemH, w * 0.05, itemH * 0.6), e… 10816 endArrow[i].vertex = true; 10817 v.insert(endArrow[i]); 10843 var endArrow = new Array(); 10853 …endArrow[i] = new mxCell('', new mxGeometry(w * 0.95, (i + 0.2) * itemH, w * 0.05, itemH * 0.6), e… 10854 endArrow[i].vertex = true; 10855 v.insert(endArrow[i]);
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 398 …e this.startSize;delete this.endSize;delete this.startArrow;delete this.endArrow;delete this.direc… 401 …TYLE_STARTARROW,this.startArrow);this.endArrow=mxUtils.getValue(this.style,mxConstants.STYLE_ENDAR…
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1643 …endArrow:"none"},configuration:{key:"shape",mod:"shape"},"y:LineStyle":{color:{key:"strokeColor",m… property in mxGraphMlCodec.addEdgeStyle.d.defaults 1644 …efaults.curved="1";this.mapObject(m,{"yjs:PolylineEdgeStyle":{defaults:{endArrow:"none",rounded:0}… 1645 mod:"arrow"},"targetArrow.yjs:Arrow":{defaults:{endArrow:"classic",endFill:"1",endSize:"6"},fill:q,…
|
H A D | viewer.min.js | 602 …e this.startSize;delete this.endSize;delete this.startArrow;delete this.endArrow;delete this.direc… 605 …TYLE_STARTARROW,this.startArrow);this.endArrow=mxUtils.getValue(this.style,mxConstants.STYLE_ENDAR… 3451 …Style:"none",rounded:"0",curved:"1",jettySize:"auto",orthogonalLoop:"1",endArrow:"open",startSize:…
|
H A D | viewer-static.min.js | 602 …e this.startSize;delete this.endSize;delete this.startArrow;delete this.endArrow;delete this.direc… 605 …TYLE_STARTARROW,this.startArrow);this.endArrow=mxUtils.getValue(this.style,mxConstants.STYLE_ENDAR… 3451 …Style:"none",rounded:"0",curved:"1",jettySize:"auto",orthogonalLoop:"1",endArrow:"open",startSize:…
|
H A D | app.min.js | 636 …e this.startSize;delete this.endSize;delete this.startArrow;delete this.endArrow;delete this.direc… 639 …TYLE_STARTARROW,this.startArrow);this.endArrow=mxUtils.getValue(this.style,mxConstants.STYLE_ENDAR… 10783 …Style={edgeStyle:"none",rounded:"0",curved:"1",jettySize:"auto",orthogonalLoop:"1",endArrow:"open",
|