Home
last modified time | relevance | path

Searched refs:Diagram (Results 76 – 97 of 97) sorted by last modified time

1234

/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap-min.js6Diagram(){this.title=void 0,this.actors=[],this.signals=[]}function ParseError(message,hash){_.ext… class
H A Dsequence-diagram.js18 function Diagram() { class
101 Diagram.unescape = function(s) {
106 Diagram.LINETYPE = {
111 Diagram.ARROWTYPE = {
116 Diagram.PLACEMENT = {
306 this.$ = new Diagram.Note($$[$0 - 1], Diagram.PLACEMENT.OVER, $$[$0]);
864 Diagram.themes = {};
2674 Diagram.themes.hand = Diagram.themes.snapHand || Diagram.themes.raphaelHand;
2675 Diagram.themes.simple = Diagram.themes.snapSimple || Diagram.themes.raphaelSimple;
2735 exports.Diagram = Diagram;
[all …]
H A Dsequence-diagram-min.js6Diagram(){this.title=void 0,this.actors=[],this.signals=[]}function ParseError(message,hash){_.ext… function
8Diagram.themes))throw new Error("No themes were registered. Please call registerTheme(...).");Diag…
H A Dsequence-diagram-min.js.map1 {"version":3,"sources":["dist/sequence-diagram.js"],"names":["Diagram","this","title","undefined","…
H A Dsequence-diagram-raphael-min.js.map1 {"version":3,"sources":["dist/sequence-diagram-raphael.js"],"names":["Diagram","this","title","unde…
H A Dsequence-diagram-raphael.js18 function Diagram() { class
101 Diagram.unescape = function(s) {
106 Diagram.LINETYPE = {
111 Diagram.ARROWTYPE = {
116 Diagram.PLACEMENT = {
306 this.$ = new Diagram.Note($$[$0 - 1], Diagram.PLACEMENT.OVER, $$[$0]);
864 Diagram.themes = {};
2388 Diagram.themes.hand = Diagram.themes.snapHand || Diagram.themes.raphaelHand;
2389 Diagram.themes.simple = Diagram.themes.snapSimple || Diagram.themes.raphaelSimple;
2449 exports.Diagram = Diagram;
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js37 var PLACEMENT = Diagram.PLACEMENT;
38 var LINETYPE = Diagram.LINETYPE;
39 var ARROWTYPE = Diagram.ARROWTYPE;
61 Diagram.themes = {};
63 Diagram.themes[name] = theme;
H A Ddiagram.js8 function Diagram() { class
49 Diagram.prototype.setTitle = function(title) {
57 Diagram.Actor = function(alias, name, index) {
72 Diagram.Signal.prototype.isSelf = function() {
91 Diagram.unescape = function(s) {
96 Diagram.LINETYPE = {
101 Diagram.ARROWTYPE = {
106 Diagram.PLACEMENT = {
145 Diagram.ParseError = ParseError;
147 Diagram.parse = function(input) {
[all …]
H A Dgrammar.jison65 | '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; }
103 | OPENARROW { $$ = Diagram.ARROWTYPE.OPEN; }
[all …]
H A Djquery-plugin.js12 var diagram = Diagram.parse($this.text());
H A Dmain.js37 exports = module.exports = Diagram;
39 exports.Diagram = Diagram;
41 root.Diagram = Diagram;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md51 You can use the Diagram class like:
54 <div id="diagram">Diagram will be placed here</div>
56 var d = Diagram.parse("A->B: Does something");
/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
H A Dgrammar-tests.js70 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');
127 assertEmptyDocument(Diagram.parse(''));
141 assertEmptyDocument(Diagram.parse('#'));
196 ok(typeof Diagram.parse == 'function');
198 var d = Diagram.parse('Participant A');
[all …]
/plugin/godiag/
H A Dplugin.info.txt5 name Go Diagram Plugin
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/plantuml/
H A DREADME.markdown60 <uml t=Diagram>
/plugin/ebnf/
H A Dplugin.info.txt5 name EBNF Parser and Syntax Diagram Renderer
H A DREADME3 EBNF Parser and Syntax Diagram Renderer. Parses grammars in
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties101 diagram=Diagram
170 newDiagram=New Diagram
H A Deditor.properties105 diagram=Diagram
174 newDiagram=New Diagram
191 diagramSaved=Diagram saved
H A Deditor.properties.bak101 diagram=Diagram
170 newDiagram=New Diagram
187 diagramSaved=Diagram saved
/plugin/seqdia/
H A Dplugin.info.txt5 name UML Sequence Diagram Plugin

1234