Searched refs:participants (Results 1 – 10 of 10) sorted by relevance
| /plugin/bez/action/ |
| H A D | migration.php | 263 $participants = array(); 266 $participants[$user_id] = array('user_id' => $user_id, 'subscribent' => '1'); 270 if (!isset($participants[$op])) { 271 $participants[$op] = array('user_id' => $op, 'original_poster' => '1'); 273 $participants[$op]['original_poster'] = '1'; 277 if (!isset($participants[$as])) { 278 $participants[$as] = array('user_id' => $as, 'assignee' => '1'); 280 $participants[$as]['assignee'] = '1'; 283 foreach($participants as $part) { 374 $participants = array(); [all …]
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_GamesService.php | 1891 public $participants; variable in Google_Room 1938 public function setParticipants(/* array(Google_RoomParticipant) */ $participants) { argument 1939 $this->assertIsArray($participants, 'Google_RoomParticipant', __METHOD__); 1940 $this->participants = $participants; 1943 return $this->participants; 2402 public $participants; variable in Google_RoomStatus 2418 public function setParticipants(/* array(Google_RoomParticipant) */ $participants) { argument 2419 $this->assertIsArray($participants, 'Google_RoomParticipant', __METHOD__); 2420 $this->participants = $participants; 2423 return $this->participants;
|
| /plugin/bez/mdl/ |
| H A D | Thread.php | 213 $participants = array(); 215 $participants[$par['user_id']] = $par; 218 return $participants;
|
| H A D | Task.php | 358 $participants = array(); 360 $participants[$par['user_id']] = $par; 363 return $participants;
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/ |
| D | CODE_OF_CONDUCT.md | 23 Examples of unacceptable behavior by participants include:
|
| /plugin/combo/vendor/salesforce/handlebars-php/ |
| H A D | CODE_OF_CONDUCT.md | 44 Examples of unacceptable behavior by participants include:
|
| /plugin/bpmnio/vendor/bpmn-js/dist/ |
| H A D | bpmn-viewer.production.min.js | 7 …participants,i(He,x)),r.push(function(){P(E.messageFlows,x)}),v(E.artifacts,x)}function je(E){R(E.…
|
| H A D | bpmn-modeler.production.min.js | 7 …participants,i(Wt,V)),n.push(function(){b(F.messageFlows,V)}),M(F.artifacts,V)}function ht(F){E(F.… 211 …delete",function(n){var r=n.collaborationRoot;if(r&&!r.businessObject.participants.length){var i=t…
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.production.min.js | 7 …for {plane}: {rootElement}",{plane:dr(f),rootElement:dr(m)}));b((v=m).participants,r(A)),_(v.artif… 34 …e.delete",(function(e){var n=e.collaborationRoot;n&&!n.businessObject.participants.length&&t.makeP…
|
| D | bpmn-modeler.development.js | 15359 forEach(collaboration.participants, contextual(handleParticipant)); 43318 if (collaborationRoot && !collaborationRoot.businessObject.participants.length) {
|