/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) { 372 //participants [all...] |
/plugin/authgoogle/google/contrib/ |
H A 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 | 51 return array_merge(parent::get_acl_columns(), array('participants')); 159 $this->acl->grant('participants', BEZ_PERMISSION_CHANGE); 172 $this->acl->grant('participants', BEZ_PERMISSION_CHANGE); 228 $this->acl->grant('participants', BEZ_PERMISSION_CHANGE); 358 $participants = array(); 360 $participants[$par['user_id']] = $par; 363 return $participants;
|
/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/ |
H A D | CHANGELOG.md | 252 * `FIX`: prevent morphing data stores outside participants ([#1508](https://github.com/bpmn-io/bpmn… 625 * `FIX`: prevent accidental dragging of participants and sub-processes ([#1097](https://github.com/… 858 * `FEAT`: allow data store to be modeled between participants ([#483](https://github.com/bpmn-io/bp…
|
/plugin/bpmnio/vendor/bpmn-js/dist/ |
H A D | bpmn-viewer.production.min.js | 2 …{plane}: {rootElement}",{plane:mt(d),rootElement:mt(x)}));w=E,h((b=x).participants,o(D,w)),_(b.art… 7 …participants,(function(e){return e.processRef===r}))}));var o=[r];n&&(o=function(e,t){let n=[];ret…
|
H A D | bpmn-navigated-viewer.production.min.js | 2 …{plane}: {rootElement}",{plane:ft(d),rootElement:ft(b)}));w=E,h((x=b).participants,o(D,w)),_(x.art… 7 …participants,(function(e){return e.processRef===r}))}));var o=[r];n&&(o=function(e,t){let n=[];ret…
|
H A D | bpmn-modeler.production.min.js | 7 …{plane}: {rootElement}",{plane:xr(v),rootElement:xr(b)}));_=w,g((x=b).participants,o(k,_)),E(x.art… 12 …bpmn:Collaboration"))return m(e.participants,(function(e){return e.processRef===r}))}));var o=[r];… 194 …e.delete",(function(e){var n=e.collaborationRoot;n&&!n.businessObject.participants.length&&t.makeP…
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A 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…
|
H A D | bpmn-modeler.development.js | 15359 forEach(collaboration.participants, contextual(handleParticipant)); 43318 if (collaborationRoot && !collaborationRoot.businessObject.participants.length) {
|