Lines Matching refs:type

3576 		{name: 'rectStyle', dispName: 'Style', type: 'enum', defVal:'square',
3584 {name: 'size', dispName: 'Corner Size', type: 'float', defVal:10},
3585 {name: 'absoluteCornerSize', dispName: 'Abs. Corner Size', type: 'bool', defVal:true},
3586 {name: 'indent', dispName:'Indent', type:'float', defVal:2},
3587 {name: 'rectOutline', dispName: 'Outline', type: 'enum', defVal:'single',
3593 {name: 'fillColor2', dispName:'Inside Fill Color', type:'color', defVal:'none'},
3594 {name: 'gradientColor2', dispName:'Inside Gradient Color', type:'color', defVal:'none'},
3595 {name: 'gradientDirection2', dispName: 'Inside Gradient Direction', type: 'enum', defVal:'south',
3602 {name: 'top', dispName:'Top Line', type:'bool', defVal:true},
3603 {name: 'right', dispName:'Right', type:'bool', defVal:true},
3604 {name: 'bottom', dispName:'Bottom Line', type:'bool', defVal:true},
3605 {name: 'left', dispName:'Left ', type:'bool', defVal:true},
3606 {name: 'topLeftStyle', dispName: 'Top Left Style', type: 'enum', defVal:'default',
3615 {name: 'topRightStyle', dispName: 'Top Right Style', type: 'enum', defVal:'default',
3624 {name: 'bottomRightStyle', dispName: 'Bottom Right Style', type: 'enum', defVal:'default',
3633 {name: 'bottomLeftStyle', dispName: 'Bottom Left Style', type: 'enum', defVal:'default',
5113 mxMarker.addMarker('dash', function(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
5128 mxMarker.addMarker('box', function(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
5159 mxMarker.addMarker('cross', function(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
5175 function circleMarker(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
5204 …mxMarker.addMarker('circlePlus', function(c, shape, type, pe, unitX, unitY, size, source, sw, fill… argument
5225 …mxMarker.addMarker('halfCircle', function(c, shape, type, pe, unitX, unitY, size, source, sw, fill… argument
5244 mxMarker.addMarker('async', function(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
5295 return function(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
5323 function arrow(canvas, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
5338 var f = (type != mxConstants.ARROW_CLASSIC && type != mxConstants.ARROW_CLASSIC_THIN) ? 1 : 3 / 4;
5348 if (type == mxConstants.ARROW_CLASSIC || type == mxConstants.ARROW_CLASSIC_THIN)