/plugin/structpublish/helper/ |
H A D | notify.php | 40 // get recipients for the next workflow step 56 $recipients = $this->resolveRecipients($assignees); 61 $this->sendMail(implode(',', $recipients), $mailText); 65 * @param string $recipients Comma separated list of emails argument 69 public function sendMail($recipients, $mailText) 72 $mailer->bcc($recipients); 82 * Processes an array of (comma separated) recipients 86 * @param array $recipients argument 90 public function resolveRecipients($recipients) 94 $recipients [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | ReportDelivery.php | 83 public function setRecipients($recipients) argument 85 $this->recipients = $recipients; 92 return $this->recipients;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleTypePostalAddress.php | 50 public $recipients; variable in Google\\Service\\Document\\GoogleTypePostalAddress 155 public function setRecipients($recipients) argument 157 $this->recipients = $recipients; 164 return $this->recipients;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/ |
H A D | PostalAddress.php | 50 public $recipients; variable in Google\\Service\\CloudDomains\\PostalAddress 155 public function setRecipients($recipients) argument 157 $this->recipients = $recipients; 164 return $this->recipients;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/ |
H A D | PostalAddress.php | 50 public $recipients; variable in Google\\Service\\MyBusinessAccountManagement\\PostalAddress 155 public function setRecipients($recipients) argument 157 $this->recipients = $recipients; 164 return $this->recipients;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/ |
H A D | PostalAddress.php | 50 public $recipients; variable in Google\\Service\\MyBusinessVerifications\\PostalAddress 155 public function setRecipients($recipients) argument 157 $this->recipients = $recipients; 164 return $this->recipients;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/ |
H A D | PostalAddress.php | 50 public $recipients; variable in Google\\Service\\CloudTalentSolution\\PostalAddress 155 public function setRecipients($recipients) argument 157 $this->recipients = $recipients; 164 return $this->recipients;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/ |
H A D | GoogleTypePostalAddress.php | 50 public $recipients; variable in Google\\Service\\Cloudchannel\\GoogleTypePostalAddress 155 public function setRecipients($recipients) argument 157 $this->recipients = $recipients; 164 return $this->recipients;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/ |
H A D | PostalAddress.php | 50 public $recipients; variable in Google\\Service\\MyBusinessBusinessInformation\\PostalAddress 155 public function setRecipients($recipients) argument 157 $this->recipients = $recipients; 164 return $this->recipients;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/ |
H A D | RuleViolationInfo.php | 32 public $recipients; variable in Google\\Service\\AlertCenter\\RuleViolationInfo 87 public function setRecipients($recipients) argument 89 $this->recipients = $recipients; 96 return $this->recipients;
|
/plugin/recommend/ |
H A D | action.php | 200 $recipients = $INPUT->str('r_email'); 202 if (empty($recipients)) { 206 $recipients = $mailHelper->resolveRecipients($recipients); 207 $recipients = implode(',', $recipients); 232 $mailHelper->sendMail($recipients, $sender, $replacements); 236 $log->writeEntry($id, $sender, $recipients, $comment);
|
/plugin/recommend/helper/ |
H A D | mail.php | 40 * @param string $recipients 44 public function resolveRecipients($recipients) argument 48 $recipients = explode(',', $recipients); 50 foreach ($recipients as $recipient) {
|
/plugin/swiftmail/Swift/Plugin/ |
H A D | VerboseSending.php | 45 $recipients = $e->getRecipients(); 47 $it = $recipients->getIterator("to"); 55 $it = $recipients->getIterator("cc"); 63 $it = $recipients->getIterator("bcc");
|
H A D | MailSend.php | 114 $recipients = $e->getRecipients(); 117 foreach ($recipients->getTo() as $addr) 129 foreach ($recipients->getBcc() as $addr) $bcc[] = $addr->build();
|
H A D | Decorator.php | 114 $recipients = $e->getRecipients(); 115 $to = array_keys($recipients->getTo());
|
/plugin/swiftmail/Swift/Events/ |
H A D | SendEvent.php | 34 protected $recipients = null; variable in Swift_Events_SendEvent 56 $this->recipients = $list; 74 return $this->recipients;
|
/plugin/swiftmail/ |
H A D | Swift.php | 329 public function send(Swift_Message $message, $recipients, $from) argument 332 …if (is_string($recipients) && preg_match("/^" . Swift_Message_Encoder::CHEAP_ADDRESS_RE . "\$/", $… 334 $recipients = new Swift_Address($recipients); 336 elseif (!($recipients instanceof Swift_AddressContainer)) 355 $list = $recipients; 356 if ($recipients instanceof Swift_Address) 359 $list->addTo($recipients);
|
/plugin/swiftmail/Swift/ |
H A D | BatchMailer.php | 188 public function send(Swift_Message $message, Swift_RecipientList $recipients, $sender) argument 193 $it = $recipients->getIterator("to");
|
/plugin/structtasks/_test/ |
H A D | NotifiersTest.php | 306 public function testNotifiers($notifier, $recipients, $new_data, $old_data, $key) { argument 307 $calls = count($recipients); 311 ->withConsecutive(...array_chunk(array_map([$this, 'equalTo'], $recipients), 1));
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_MirrorService.php | 985 public $recipients; variable in Google_TimelineItem 1110 public function setRecipients(/* array(Google_Contact) */ $recipients) { argument 1111 $this->assertIsArray($recipients, 'Google_Contact', __METHOD__); 1112 $this->recipients = $recipients; 1115 return $this->recipients;
|
H A D | Google_DfareportingService.php | 1451 public $recipients; variable in Google_ReportDelivery 1470 public function setRecipients(/* array(Google_Recipient) */ $recipients) { argument 1471 $this->assertIsArray($recipients, 'Google_Recipient', __METHOD__); 1472 $this->recipients = $recipients; 1475 return $this->recipients;
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/ |
H A D | defaults.yml | 71 recipients: build-lang-clients@elastic.co
|
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/ |
H A D | license.mpl-20.txt | 164 the terms of this License. You must inform recipients that the Source 167 attempt to alter or restrict the recipients' rights in the Source Code 175 Form, as described in Section 3.1, and You must inform recipients of 183 the recipients' rights in the Source Code Form under this License. 209 indemnity or liability obligations to one or more recipients of Covered
|
H A D | license.gpl-10.txt | 34 gratis or for a fee, you must give the recipients all the rights that 45 want its recipients to know that what they have is not the original, so 68 other recipients of the Program a copy of this General Public License 147 recipients' exercise of the rights granted herein.
|
/plugin/photogallery/phpThumb/licenses/ |
H A D | license.mpl-20.txt | 164 the terms of this License. You must inform recipients that the Source 167 attempt to alter or restrict the recipients' rights in the Source Code 175 Form, as described in Section 3.1, and You must inform recipients of 183 the recipients' rights in the Source Code Form under this License. 209 indemnity or liability obligations to one or more recipients of Covered
|