Lines Matching refs:attr

1409 	function attr(node, name, value) {  function
1738 attr(element, attrs);
2427 attr(line, { points: toSVGPoints(points) });
2430 attr(line, attrs);
2437 attr(gfx, { points: toSVGPoints(points) });
2809 attr(rect, {
2817 attr(rect, this.FRAME_STYLE);
2819 attr(rect, this.SHAPE_STYLE);
4424 attr(svg, { width: '100%', height: '100%' });
4955 var valid = every(requiredAttrs, function(attr) { argument
4956 return typeof element[attr] !== 'undefined';
5615 attr(gfx, ELEMENT_ID, id);
5618 attr(secondaryGfx, ELEMENT_ID, id);
5637 attr(container.gfx, ELEMENT_ID, '');
5640 attr(container.secondaryGfx, ELEMENT_ID, '');
5694 attr(gfx, ELEMENT_ID, id);
5718 id = filter && attr(filter, ELEMENT_ID);
7212 attr(gfx, 'display', 'none');
7214 attr(gfx, 'display', 'block');
10822 forEach(attributes, function(attr) { argument
10826 if (attr.name === XSI_TYPE) {
10831 self.addAttribute(self.nsAttributeName(attr.name), attr.value);
10835 attr.name, '=', attr.value, 'on', element,
16543 attr = getLabelAttr(semantic);
16545 if (attr) {
16547 if (attr === 'categoryValueRef') {
16552 return semantic[attr] || '';
16559 attr = getLabelAttr(semantic);
16561 if (attr) {
16563 if (attr === 'categoryValueRef') {
16566 semantic[attr] = text;
16764 attr(options.element, attrs);
16768 attr(marker, {
16811 attr(sequenceflowEnd, { d: 'M 1 5 L 11 10 L 1 15 Z' });
16826 attr(messageflowStart, { cx: 6, cy: 6, r: 3.5 });
16840 attr(messageflowEnd, { d: 'm 1 5 l 0 -3 l 7 3 l -7 3 z' });
16855 attr(associationStart, { d: 'M 11 5 L 1 10 L 11 15' });
16871 attr(associationEnd, { d: 'M 1 5 L 11 10 L 1 15' });
16887 attr(conditionalflowMarker, { d: 'M 0 10 L 8 6 L 16 10 L 8 14 Z' });
16902 attr(conditionaldefaultflowMarker, { d: 'M 6 4 L 10 16' });
16938 attr(circle, {
16943 attr(circle, attrs);
16966 attr(rect, {
16974 attr(rect, attrs);
16999 attr(polygon, {
17002 attr(polygon, attrs);
17031 attr(path, { d: d });
17032 attr(path, attrs);
17732 attr(businessHeaderPath, {
17746 attr(businessPath, {
17764 attr(rect, {
17986 attr(parallelPath, {
17994 attr(innerCircle, {
18039 attr(path, {
18047 attr(path, {
18766 attr(helperSvg, {
18857 attr(helperText, { x: 0, y: 0 });
18858 attr(helperText, style);
18893 attr(textElement, style);
18921 attr(tspan, { x: x, y: y });
20387 attr(hit, attrs);
20475 attr(hit, attrs);
20501 attr(hit, {
20635 attr(outline, assign({
20686 attr(outline, {
20707 attr(outline, {
25716 attr(rect1, {
25722 attr(rect1, markerStyle);
25727 attr(rect2, {
25733 attr(rect2, markerStyle);
28162 attr(visual, {
28172 attr(hit, {
28200 attr(visual, {
28211 attr(hit, {
28491 attr(gfx, { 'data-element-id': element.id });
28540 attr(segmentDraggerGfx, { 'data-segment-idx': i });
28732 attr(bendpointContainer, { 'data-element-id': newId });
30382 attr(gfx, {
30404 attr(connection, {
30411 attr(connection, { 'points': [ start.x, start.y, end.x, end.y ] });
31535 attr(dragger, this._styles.cls('djs-dragger', [], {
31591 if (attr(gfx, markerType)) {
31637 attr(gfx, markerType, reference);
31652 var id = referenceToId(attr(node, markerType));
32061 attr(dragGroup, styles.cls('djs-drag-group', [ 'no-events' ]));
35798 function applyConstraints(attr, trbl, resizeConstraints) { argument
35800 var value = trbl[attr],
35801 minValue = resizeConstraints.min && resizeConstraints.min[attr],
35802 maxValue = resizeConstraints.max && resizeConstraints.max[attr];
35805 value = (/top|left/.test(attr) ? min$2 : max$4)(value, minValue);
35809 value = (/top|left/.test(attr) ? max$4 : min$2)(value, maxValue);
38843 attr(frame, { x: bounds.x, width: bounds.width });
38847 attr(frame, { y: bounds.y, height: bounds.height });
38970 attr(visual, {
38983 attr(hit, {
39555 attr(path, {
39599 attr(self.path, {
43496 function addToTrbl(trbl, attr, value, choice) { argument
43497 var current = trbl[attr];
43502 trbl[attr] = current === undefined ? value : choice(value, current);
43505 function addMin(trbl, attr, value) { argument
43506 return addToTrbl(trbl, attr, value, min);
43509 function addMax(trbl, attr, value) { argument
43510 return addToTrbl(trbl, attr, value, max$2);
47721 attr(crosshairGroup, styles.cls('djs-crosshair-group', [ 'no-events' ]));
47727 attr(pathX, 'd', orientation.x);
47734 attr(pathY, 'd', orientation.y);
47776 attr(line, 'd', 'M0,0 L0,0');
47784 attr(dragGroup, styles.cls('djs-drag-group', [ 'no-events' ]));
47846 attr(frameGroup, styles.cls('djs-frame-group', [ 'no-events' ]));
47874 attr(line, { d: orientation[ axis ] });
47891 attr(element, {
47897 attr(element, {
47904 attr(element, {
47910 attr(element, {
54223 attr(dragGroup, styles.cls('djs-drag-group', [ 'no-events' ]));
54854 attr(frame, {
54869 attr(frame, {
55646 attr(gfx, { display: 'none' });
55672 attr(originalGfx, { display: 'inline' });
56729 attr(line, { d: 'M0,0 L0,0' });
56739 attr(line, { display: 'none' });
56742 attr(line, {
56747 attr(line, {