| /plugin/sequencediagram/bower_components/js-sequence-diagrams/test/ |
| D | grammar-tests.js | 70 var LINETYPE = Diagram.LINETYPE; 71 var ARROWTYPE = Diagram.ARROWTYPE; 72 var PLACEMENT = Diagram.PLACEMENT; 94 var d = Diagram.parse('A->B: Message'); 99 var d = Diagram.parse('A-->B: Message'); 104 var d = Diagram.parse('A->>B: Message'); 109 var d = Diagram.parse('A-->>B: Message'); 114 equal(Diagram.parse('Title: title').title, 'title', 'Title'); 115 equal(Diagram.parse('Title: line1\\nline2').title, 'line1\nline2', 'Multiline Title'); 119 equal(Diagram.parse('Title: 中国').title, '中国', 'Unicode Title'); [all …]
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
| D | diagram.js | 8 function Diagram() { class 16 Diagram.prototype.getActor = function(alias, name) { 26 i = actors.push(new Diagram.Actor(alias, (name || alias), actors.length)); 33 Diagram.prototype.getActorWithAlias = function(input) { 49 Diagram.prototype.setTitle = function(title) { 53 Diagram.prototype.addSignal = function(signal) { 57 Diagram.Actor = function(alias, name, index) { 63 Diagram.Signal = function(actorA, signaltype, actorB, message) { 72 Diagram.Signal.prototype.isSelf = function() { 76 Diagram.Note = function(actor, placement, message) { [all …]
|
| D | sequence-diagram.js | 12 if (_.isEmpty(Diagram.themes)) { 19 Diagram.themes.hand = Diagram.themes.snapHand || Diagram.themes.raphaelHand; 20 Diagram.themes.simple = Diagram.themes.snapSimple || Diagram.themes.raphaelSimple; 26 Diagram.prototype.drawSVG = function(container, options) { class 33 if (!(options.theme in Diagram.themes)) { 43 var Theme = Diagram.themes[options.theme];
|
| D | grammar.jison | 64 : 'note' placement actor message { $$ = new Diagram.Note($3, $2, $4); } 65 | 'note' 'over' actor_pair message { $$ = new Diagram.Note($3, Diagram.PLACEMENT.OVER, $4); } 74 : 'left_of' { $$ = Diagram.PLACEMENT.LEFTOF; } 75 | 'right_of' { $$ = Diagram.PLACEMENT.RIGHTOF; } 80 { $$ = new Diagram.Signal($1, $2, $3, $4); } 84 : ACTOR { $$ = yy.parser.yy.getActor(Diagram.unescape($1)); } 88 : ACTOR { $$ = yy.parser.yy.getActorWithAlias(Diagram.unescape($1)); } 97 : LINE { $$ = Diagram.LINETYPE.SOLID; } 98 | DOTLINE { $$ = Diagram.LINETYPE.DOTTED; } 102 : ARROW { $$ = Diagram.ARROWTYPE.FILLED; } [all …]
|
| D | main.js | 37 exports = module.exports = Diagram; 39 exports.Diagram = Diagram; 41 root.Diagram = Diagram;
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
| D | sequence-diagram-snap.js | 18 function Diagram() { class 26 Diagram.prototype.getActor = function(alias, name) { class 36 i = actors.push(new Diagram.Actor(alias, (name || alias), actors.length)); 43 Diagram.prototype.getActorWithAlias = function(input) { 59 Diagram.prototype.setTitle = function(title) { 63 Diagram.prototype.addSignal = function(signal) { 67 Diagram.Actor = function(alias, name, index) { 73 Diagram.Signal = function(actorA, signaltype, actorB, message) { 82 Diagram.Signal.prototype.isSelf = function() { 86 Diagram.Note = function(actor, placement, message) { [all …]
|
| D | sequence-diagram-raphael.js | 18 function Diagram() { class 26 Diagram.prototype.getActor = function(alias, name) { class 36 i = actors.push(new Diagram.Actor(alias, (name || alias), actors.length)); 43 Diagram.prototype.getActorWithAlias = function(input) { 59 Diagram.prototype.setTitle = function(title) { 63 Diagram.prototype.addSignal = function(signal) { 67 Diagram.Actor = function(alias, name, index) { 73 Diagram.Signal = function(actorA, signaltype, actorB, message) { 82 Diagram.Signal.prototype.isSelf = function() { 86 Diagram.Note = function(actor, placement, message) { [all …]
|
| D | sequence-diagram-snap-min.js | 6 …Diagram(){this.title=void 0,this.actors=[],this.signals=[]}function ParseError(message,hash){_.ext… class
|
| D | sequence-diagram.js | 18 function Diagram() { class 26 Diagram.prototype.getActor = function(alias, name) { class 36 i = actors.push(new Diagram.Actor(alias, (name || alias), actors.length)); 43 Diagram.prototype.getActorWithAlias = function(input) { 59 Diagram.prototype.setTitle = function(title) { 63 Diagram.prototype.addSignal = function(signal) { 67 Diagram.Actor = function(alias, name, index) { 73 Diagram.Signal = function(actorA, signaltype, actorB, message) { 82 Diagram.Signal.prototype.isSelf = function() { 86 Diagram.Note = function(actor, placement, message) { [all …]
|
| D | sequence-diagram-raphael-min.js | 6 …Diagram(){this.title=void 0,this.actors=[],this.signals=[]}function ParseError(message,hash){_.ext… class 8 …Diagram.themes))throw new Error("No themes were registered. Please call registerTheme(...).");Diag…
|
| D | sequence-diagram-min.js | 6 …Diagram(){this.title=void 0,this.actors=[],this.signals=[]}function ParseError(message,hash){_.ext… class 8 …Diagram.themes))throw new Error("No themes were registered. Please call registerTheme(...).");Diag…
|
| /plugin/diagramsnet/lib/resources/ |
| D | dia_id.txt | 63 blankDiagram=Diagram Kosong 93 classDiagram=Class Diagram 157 createNewDiagram=Buat Diagram Baru 178 diagram=Diagram 179 diagramContent=Konten Diagram 180 diagramLocked=Diagram dikunci untuk mencegah data hilang lebih banyak. 182 diagramName=Nama Diagram 183 diagramIsPublic=Diagram publik 184 diagramIsNotPublic=Diagram tidak publik 225 editDiagram=Edit Diagram [all …]
|
| D | dia_uk.txt | 250 entityRelationshipDiagram=Entity Relationship Diagram 719 swimlaneDiagram=Swimlane Diagram 842 officeSelDiag=Select draw.io Diagram: 877 confEditedExt=Diagram/Page edited externally 878 diagNotFound=Diagram Not Found 879 confEditedExtRefresh=Diagram/Page is edited externally. Please refresh the page. 888 diagCantLoad=Diagram cannot be loaded 954 confADiagFoundIndex=Diagram "{1}" found. Indexing 955 confADiagIndexSucc=Diagram "{1}" indexed successfully. 958 confADiagUptoDate=Diagram "{1}" is up to date. [all …]
|
| D | dia_ar.txt | 179 diagramContent=Diagram Content 183 diagramIsPublic=Diagram is public 184 diagramIsNotPublic=Diagram is not public 225 editDiagram=Edit Diagram 250 entityRelationshipDiagram=Entity Relationship Diagram 418 invalidFilename=Diagram names must not contain the following characters: \ / | : ; { } < > & + ? = " 719 swimlaneDiagram=Swimlane Diagram 842 officeSelDiag=Select draw.io Diagram: 877 confEditedExt=Diagram/Page edited externally 878 diagNotFound=Diagram Not Found [all …]
|
| D | dia_ko.txt | 93 classDiagram=Class Diagram 250 entityRelationshipDiagram=Entity Relationship Diagram 719 swimlaneDiagram=Swimlane Diagram 842 officeSelDiag=Select draw.io Diagram: 877 confEditedExt=Diagram/Page edited externally 878 diagNotFound=Diagram Not Found 879 confEditedExtRefresh=Diagram/Page is edited externally. Please refresh the page. 888 diagCantLoad=Diagram cannot be loaded 954 confADiagFoundIndex=Diagram "{1}" found. Indexing 955 confADiagIndexSucc=Diagram "{1}" indexed successfully. [all …]
|
| D | dia_zh-tw.txt | 93 classDiagram=Class Diagram 250 entityRelationshipDiagram=Entity Relationship Diagram 719 swimlaneDiagram=Swimlane Diagram 842 officeSelDiag=Select draw.io Diagram: 877 confEditedExt=Diagram/Page edited externally 878 diagNotFound=Diagram Not Found 879 confEditedExtRefresh=Diagram/Page is edited externally. Please refresh the page. 888 diagCantLoad=Diagram cannot be loaded 954 confADiagFoundIndex=Diagram "{1}" found. Indexing 955 confADiagIndexSucc=Diagram "{1}" indexed successfully. [all …]
|
| D | dia_th.txt | 93 classDiagram=Class Diagram 250 entityRelationshipDiagram=Entity Relationship Diagram 719 swimlaneDiagram=Swimlane Diagram 842 officeSelDiag=Select draw.io Diagram: 877 confEditedExt=Diagram/Page edited externally 878 diagNotFound=Diagram Not Found 879 confEditedExtRefresh=Diagram/Page is edited externally. Please refresh the page. 888 diagCantLoad=Diagram cannot be loaded 954 confADiagFoundIndex=Diagram "{1}" found. Indexing 955 confADiagIndexSucc=Diagram "{1}" indexed successfully. [all …]
|
| D | dia_fa.txt | 93 classDiagram=Class Diagram 250 entityRelationshipDiagram=Entity Relationship Diagram 719 swimlaneDiagram=Swimlane Diagram 842 officeSelDiag=Select draw.io Diagram: 877 confEditedExt=Diagram/Page edited externally 878 diagNotFound=Diagram Not Found 879 confEditedExtRefresh=Diagram/Page is edited externally. Please refresh the page. 888 diagCantLoad=Diagram cannot be loaded 954 confADiagFoundIndex=Diagram "{1}" found. Indexing 955 confADiagIndexSucc=Diagram "{1}" indexed successfully. [all …]
|
| D | dia_sl.txt | 63 blankDiagram=Blank Diagram 93 classDiagram=Class Diagram 157 createNewDiagram=Create New Diagram 178 diagram=Diagram 179 diagramContent=Diagram Content 180 diagramLocked=Diagram has been locked to prevent further data loss. 182 diagramName=Diagram Name 183 diagramIsPublic=Diagram is public 184 diagramIsNotPublic=Diagram is not public 225 editDiagram=Edit Diagram [all …]
|
| D | dia_hi.txt | 63 blankDiagram=Blank Diagram 93 classDiagram=Class Diagram 157 createNewDiagram=Create New Diagram 178 diagram=Diagram 179 diagramContent=Diagram Content 180 diagramLocked=Diagram has been locked to prevent further data loss. 182 diagramName=Diagram Name 183 diagramIsPublic=Diagram is public 184 diagramIsNotPublic=Diagram is not public 225 editDiagram=Edit Diagram [all …]
|
| D | dia_te.txt | 63 blankDiagram=Blank Diagram 93 classDiagram=Class Diagram 157 createNewDiagram=Create New Diagram 178 diagram=Diagram 179 diagramContent=Diagram Content 180 diagramLocked=Diagram has been locked to prevent further data loss. 182 diagramName=Diagram Name 183 diagramIsPublic=Diagram is public 184 diagramIsNotPublic=Diagram is not public 225 editDiagram=Edit Diagram [all …]
|
| D | dia_si.txt | 63 blankDiagram=Blank Diagram 93 classDiagram=Class Diagram 157 createNewDiagram=Create New Diagram 178 diagram=Diagram 179 diagramContent=Diagram Content 180 diagramLocked=Diagram has been locked to prevent further data loss. 182 diagramName=Diagram Name 183 diagramIsPublic=Diagram is public 184 diagramIsNotPublic=Diagram is not public 225 editDiagram=Edit Diagram [all …]
|
| D | dia_kn.txt | 63 blankDiagram=Blank Diagram 93 classDiagram=Class Diagram 157 createNewDiagram=Create New Diagram 178 diagram=Diagram 179 diagramContent=Diagram Content 180 diagramLocked=Diagram has been locked to prevent further data loss. 182 diagramName=Diagram Name 183 diagramIsPublic=Diagram is public 184 diagramIsNotPublic=Diagram is not public 225 editDiagram=Edit Diagram [all …]
|
| D | dia_sw.txt | 63 blankDiagram=Blank Diagram 93 classDiagram=Class Diagram 157 createNewDiagram=Create New Diagram 178 diagram=Diagram 179 diagramContent=Diagram Content 180 diagramLocked=Diagram has been locked to prevent further data loss. 182 diagramName=Diagram Name 183 diagramIsPublic=Diagram is public 184 diagramIsNotPublic=Diagram is not public 225 editDiagram=Edit Diagram [all …]
|
| D | dia_ml.txt | 63 blankDiagram=Blank Diagram 93 classDiagram=Class Diagram 157 createNewDiagram=Create New Diagram 178 diagram=Diagram 179 diagramContent=Diagram Content 180 diagramLocked=Diagram has been locked to prevent further data loss. 182 diagramName=Diagram Name 183 diagramIsPublic=Diagram is public 184 diagramIsNotPublic=Diagram is not public 225 editDiagram=Edit Diagram [all …]
|