/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
H A D | theme.js | 22 var ACTOR_MARGIN = 10; // Margin around a actor variable 206 a.width = bb.width + (ACTOR_PADDING + ACTOR_MARGIN) * 2; 207 a.height = bb.height + (ACTOR_PADDING + ACTOR_MARGIN) * 2; 265 extraWidth = 2 * ACTOR_MARGIN; 351 aX, y + this.actorsHeight_ - ACTOR_MARGIN, 352 aX, y + this.actorsHeight_ + ACTOR_MARGIN + this.signalsHeight_); 359 this.drawTextBox(actor, actor.name, ACTOR_MARGIN, ACTOR_PADDING, this.font_, ALIGN_CENTER); 423 note.x = aX + ACTOR_MARGIN; 426 note.x = aX - ACTOR_MARGIN - note.width;
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
H A D | sequence-diagram-snap.js | 825 var ACTOR_MARGIN = 10; // Margin around a actor variable 1009 a.width = bb.width + (ACTOR_PADDING + ACTOR_MARGIN) * 2; 1010 a.height = bb.height + (ACTOR_PADDING + ACTOR_MARGIN) * 2; 1068 extraWidth = 2 * ACTOR_MARGIN; 1154 aX, y + this.actorsHeight_ - ACTOR_MARGIN, 1155 aX, y + this.actorsHeight_ + ACTOR_MARGIN + this.signalsHeight_); 1162 this.drawTextBox(actor, actor.name, ACTOR_MARGIN, ACTOR_PADDING, this.font_, ALIGN_CENTER); 1226 note.x = aX + ACTOR_MARGIN; 1229 note.x = aX - ACTOR_MARGIN - note.width;
|
H A D | sequence-diagram-snap-min.js | 6 …ACTOR_MARGIN=10,ACTOR_PADDING=10,SIGNAL_MARGIN=5,SIGNAL_PADDING=5,NOTE_MARGIN=10,NOTE_PADDING=5,NO… variable
|
H A D | sequence-diagram-raphael.js | 825 var ACTOR_MARGIN = 10; // Margin around a actor variable 1009 a.width = bb.width + (ACTOR_PADDING + ACTOR_MARGIN) * 2; 1010 a.height = bb.height + (ACTOR_PADDING + ACTOR_MARGIN) * 2; 1068 extraWidth = 2 * ACTOR_MARGIN; 1154 aX, y + this.actorsHeight_ - ACTOR_MARGIN, 1155 aX, y + this.actorsHeight_ + ACTOR_MARGIN + this.signalsHeight_); 1162 this.drawTextBox(actor, actor.name, ACTOR_MARGIN, ACTOR_PADDING, this.font_, ALIGN_CENTER); 1226 note.x = aX + ACTOR_MARGIN; 1229 note.x = aX - ACTOR_MARGIN - note.width;
|
H A D | sequence-diagram.js | 825 var ACTOR_MARGIN = 10; // Margin around a actor variable 1009 a.width = bb.width + (ACTOR_PADDING + ACTOR_MARGIN) * 2; 1010 a.height = bb.height + (ACTOR_PADDING + ACTOR_MARGIN) * 2; 1068 extraWidth = 2 * ACTOR_MARGIN; 1154 aX, y + this.actorsHeight_ - ACTOR_MARGIN, 1155 aX, y + this.actorsHeight_ + ACTOR_MARGIN + this.signalsHeight_); 1162 this.drawTextBox(actor, actor.name, ACTOR_MARGIN, ACTOR_PADDING, this.font_, ALIGN_CENTER); 1226 note.x = aX + ACTOR_MARGIN; 1229 note.x = aX - ACTOR_MARGIN - note.width;
|
H A D | sequence-diagram-raphael-min.js | 6 …ACTOR_MARGIN=10,ACTOR_PADDING=10,SIGNAL_MARGIN=5,SIGNAL_PADDING=5,NOTE_MARGIN=10,NOTE_PADDING=5,NO… variable
|
H A D | sequence-diagram-min.js | 6 …ACTOR_MARGIN=10,ACTOR_PADDING=10,SIGNAL_MARGIN=5,SIGNAL_PADDING=5,NOTE_MARGIN=10,NOTE_PADDING=5,NO… variable
|
H A D | sequence-diagram-snap-min.js.map | 1 …readFileSync","normalize","module","argv","diagram","DIAGRAM_MARGIN","ACTOR_MARGIN","ACTOR_PADDING…
|
H A D | sequence-diagram-raphael-min.js.map | 1 …readFileSync","normalize","module","argv","diagram","DIAGRAM_MARGIN","ACTOR_MARGIN","ACTOR_PADDING…
|
H A D | sequence-diagram-min.js.map | 1 …readFileSync","normalize","module","argv","diagram","DIAGRAM_MARGIN","ACTOR_MARGIN","ACTOR_PADDING…
|