Lines Matching +defs:s +defs:attrs

1390 	function setAttributes(node, attrs) {  argument
1727 function create$1(name, attrs) { argument
2424 function createLine(points, attrs) { argument
2514 forEach(elements, function(s, i) { argument
2923 var attrs = reduce(traits, function(attrs, t) { argument
3267 var paramCounts = { a: 7, c: 6, h: 1, l: 2, m: 2, q: 4, s: 4, t: 2, v: 1, z: 0 }, property
3979 attrs = { x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null }, variable
6381 function create(type, attrs) { argument
6397 ElementFactory$1.prototype.createRoot = function(attrs) { argument
6401 ElementFactory$1.prototype.createLabel = function(attrs) { argument
6405 ElementFactory$1.prototype.createShape = function(attrs) { argument
6409 ElementFactory$1.prototype.createConnection = function(attrs) { argument
6421 ElementFactory$1.prototype.create = function(type, attrs) { argument
7496 function ModdleElement(attrs) { argument
7532 String: function(s) { return s; }, argument
7533 Boolean: function(s) { return s === 'true'; }, argument
7534 Integer: function(s) { return parseInt(s, 10); }, argument
7535 Real: function(s) { return parseFloat(s); } argument
8181 Moddle.prototype.create = function(descriptor, attrs) { argument
8394 function decodeEntities(s) { argument
8855 attrs[name] = value; field
8926 attrs[name] = value; field
10540 return str.replace(charPattern, function(s) { argument
10626 this.attrs = []; property in ElementSerializer
10796 ElementSerializer.prototype.parseNsAttributes = function(element, attrs) { argument
15548 function css(attrs) { argument
16817 attrs: { property
16830 attrs: { property
16844 attrs: { property
16859 attrs: { property
16875 attrs: { property
16891 attrs: { property
16906 attrs: { property
16915 function drawCircle(parentGfx, width, height, offset, attrs) { argument
16950 function drawRect(parentGfx, width, height, r, offset, attrs) { argument
16981 function drawDiamond(parentGfx, width, height, attrs) { argument
17009 function drawLine(parentGfx, waypoints, attrs) { argument
17023 function drawPath(parentGfx, d, attrs) { argument
17039 function drawMarker(type, parentGfx, path, attrs) { argument
17190 'bpmn:Event': function(parentGfx, element, attrs) { argument
17199 var attrs = { variable
17207 attrs = { variable
17513 'bpmn:Activity': function(parentGfx, element, attrs) { argument
17525 var attrs = { variable
17753 'bpmn:SubProcess': function(parentGfx, element, attrs) { argument
17800 var attrs = { variable
17839 'bpmn:Lane': function(parentGfx, element, attrs) { argument
17963 var attrs = { variable
18008 var attrs = { variable
18022 var attrs = { variable
18055 'bpmn:Association': function(parentGfx, element, attrs) { argument
18106 var attrs = { variable
18238 var attrs = { variable
19722 function elementData(semantic, attrs) { argument
20366 function createHitStyle(classNames, attrs) { argument
20464 this.createBoxHit = function(gfx, type, attrs) { argument
20862 function deselect(s) { argument
20866 function select(s) { argument
33154 CopyPaste.prototype.createConnection = function(attrs) { argument
33160 CopyPaste.prototype.createLabel = function(attrs) { argument
33166 CopyPaste.prototype.createShape = function(attrs) { argument
35966 shape.children.filter(function(s) { argument
43579 var flowElements = lanesRoot.children.filter(function(s) { argument
46918 return flatten(map$1(shapes, function(s) { argument
47240 s: 'bottom', property
47249 s: 'n', property
48040 BpmnFactory.prototype.create = function(type, attrs) { argument
48056 BpmnFactory.prototype.createDiShape = function(semantic, bounds, attrs) { argument
48083 BpmnFactory.prototype.createDiEdge = function(semantic, waypoints, attrs) { argument
48802 ElementFactory.prototype.create = function(elementType, attrs) { argument
48814 ElementFactory.prototype.createBpmnElement = function(elementType, attrs) { argument
48966 ElementFactory.prototype.createParticipantShape = function(attrs) { argument
48969 attrs = { isExpanded: attrs }; variable
48993 function applyAttributes(element, attrs, attributeNames) { argument
49010 function applyAttribute(element, attrs, attributeName) { argument
51317 Modeling$1.prototype.connect = function(source, target, attrs, hints) { argument
51321 Modeling$1.prototype._create = function(type, attrs) { argument
52506 Modeling.prototype.connect = function(source, target, attrs, hints) { argument
55880 function isType(attrs, type) { argument
55884 function isAnyType(attrs, types) { argument