Home
last modified time | relevance | path

Searched refs:actor (Results 1 – 25 of 41) sorted by relevance

12

/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dgrammar.ebnf13 | 'participant' actor ('as' alias)?
15 ( 'left of' | 'right of') actor
16 | 'over' (actor | actor ',' actor)
18 | actor ( '-' | '--' ) ( '>' | '>>' )? actor ':' message
24 actor ::= [^\->:\n,]+
H A Dgrammar.jison64 : 'note' placement actor message { $$ = new Diagram.Note($3, $2, $4); }
69 : actor { $$ = $1; }
70 | actor ',' actor { $$ = [$1, $3]; }
79 : actor signaltype actor message
83 actor
H A Ddiagram.js76 Diagram.Note = function(actor, placement, message) { argument
78 this.actor = actor;
82 if (this.hasManyActors() && actor[0] == actor[1]) {
88 return _.isArray(this.actor);
H A Dtheme.js268 b = s.actor.index;
271 a = s.actor.index;
275 a = Math.min(s.actor[0].index, s.actor[1].index);
276 b = Math.max(s.actor[0].index, s.actor[1].index);
283 a = s.actor.index;
356 drawActor: function(actor, offsetY, height) { argument
357 actor.y = offsetY;
358 actor.height = height;
359 this.drawTextBox(actor, actor.name, ACTOR_MARGIN, ACTOR_PADDING, this.font_, ALIGN_CENTER);
419 var actorA = note.hasManyActors() ? note.actor[0] : note.actor;
[all …]
H A Dtheme-snap.js226 drawActor: function(actor, offsetY, height) { argument
228 BaseTheme.prototype.drawActor.call(this, actor, offsetY, height); argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderCancellation.php25 public $actor; variable in Google\\Service\\ShoppingContent\\OrderCancellation
46 public function setActor($actor) argument
48 $this->actor = $actor;
55 return $this->actor;
H A DOrderReturn.php25 public $actor; variable in Google\\Service\\ShoppingContent\\OrderReturn
46 public function setActor($actor) argument
48 $this->actor = $actor;
55 return $this->actor;
H A DOrderRefund.php25 public $actor; variable in Google\\Service\\ShoppingContent\\OrderRefund
44 public function setActor($actor) argument
46 $this->actor = $actor;
53 return $this->actor;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DAction.php38 public function setActor(Actor $actor) argument
40 $this->actor = $actor;
47 return $this->actor;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivity.php49 public function setActor(ActivityActor $actor) argument
51 $this->actor = $actor;
58 return $this->actor;
/plugin/daummovie/
H A Dsyntax.php82 $data['actor'] =$this->_join2($movie->actor,false);
112 $renderer->doc.= "<strong>출연</strong> : ".$data['actor']."<br></small></div>";
121 $wdata.=" * 출연 : ".$data['actor']." \r\n";
/plugin/authgoogle/google/contrib/
H A DGoogle_AuditService.php121 public $actor; variable in Google_Activity
131 public function setActor(Google_ActivityActor $actor) { argument
132 $this->actor = $actor;
135 return $this->actor;
H A DGoogle_ReportsService.php192 public $actor; variable in Google_Activity
202 public function setActor(Google_ActivityActor $actor) { argument
203 $this->actor = $actor;
206 return $this->actor;
H A DGoogle_PlusDomainsService.php550 public $actor; variable in Google_Activity
581 public function setActor(Google_ActivityActor $actor) { argument
582 $this->actor = $actor;
585 return $this->actor;
838 public $actor; variable in Google_ActivityObject
860 $this->actor = $actor;
863 return $this->actor;
1497 public $actor; variable in Google_Comment
1514 public function setActor(Google_CommentActor $actor) { argument
1515 $this->actor = $actor;
[all …]
H A DGoogle_PlusService.php376 public $actor; variable in Google_Activity
407 public function setActor(Google_ActivityActor $actor) { argument
408 $this->actor = $actor;
411 return $this->actor;
664 public $actor; variable in Google_ActivityObject
683 $this->actor = $actor;
686 return $this->actor;
1063 public $actor; variable in Google_Comment
1080 public function setActor(Google_CommentActor $actor) { argument
1081 $this->actor = $actor;
[all …]
H A DGoogle_OrkutService.php966 public $actor; variable in Google_Activity
985 public function setActor(Google_OrkutAuthorResource $actor) { argument
986 $this->actor = $actor;
989 return $this->actor;
1221 public $actor; variable in Google_Comment
1232 public function setActor(Google_OrkutAuthorResource $actor) { argument
1233 $this->actor = $actor;
1236 return $this->actor;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js88 this.actor = actor;
92 if (this.hasManyActors() && actor[0] == actor[1]) {
98 return _.isArray(this.actor);
241 actor: 17, property in parser.parser.symbols_
1071 b = s.actor.index;
1074 a = s.actor.index;
1078 a = Math.min(s.actor[0].index, s.actor[1].index);
1079 b = Math.max(s.actor[0].index, s.actor[1].index);
1160 actor.y = offsetY;
1161 actor.height = height;
[all …]
H A Dsequence-diagram-snap-min.js6actor,placement,message){if(this.type="Note",this.actor=actor,this.placement=placement,this.messag… argument
H A Dsequence-diagram-raphael.js88 this.actor = actor;
92 if (this.hasManyActors() && actor[0] == actor[1]) {
98 return _.isArray(this.actor);
241 actor: 17, property in parser.parser.symbols_
1071 b = s.actor.index;
1074 a = s.actor.index;
1078 a = Math.min(s.actor[0].index, s.actor[1].index);
1079 b = Math.max(s.actor[0].index, s.actor[1].index);
1160 actor.y = offsetY;
1161 actor.height = height;
[all …]
H A Dsequence-diagram.js88 this.actor = actor;
92 if (this.hasManyActors() && actor[0] == actor[1]) {
98 return _.isArray(this.actor);
241 actor: 17, property in parser.parser.symbols_
1071 b = s.actor.index;
1074 a = s.actor.index;
1078 a = Math.min(s.actor[0].index, s.actor[1].index);
1079 b = Math.max(s.actor[0].index, s.actor[1].index);
1160 actor.y = offsetY;
1161 actor.height = height;
[all …]
H A Dsequence-diagram-min.js6actor,placement,message){if(this.type="Note",this.actor=actor,this.placement=placement,this.messag… property in parser.parser.symbols_
H A Dsequence-diagram-raphael-min.js6actor,placement,message){if(this.type="Note",this.actor=actor,this.placement=placement,this.messag… property in parser.parser.symbols_
/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
H A Dgrammar-tests.js52 equal(note.actor.length, actors.length, 'Correct note actors');
55 equal(note.actor[i].name, actors[i], 'Correct note actor');
60 equal(note.actor.name, actors, 'Correct note actor');
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DDESIGN.md24 * Actor: 'actor'
H A DREADME.md94 * `actor`: Applied to the actors.
111 .actor rect, .actor path {

12