Home
last modified time | relevance | path

Searched refs:recipients (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/plugin/structpublish/helper/
H A Dnotify.php40 // 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 DReportDelivery.php83 public function setRecipients($recipients) argument
85 $this->recipients = $recipients;
92 return $this->recipients;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypePostalAddress.php50 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 DPostalAddress.php50 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 DPostalAddress.php50 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 DPostalAddress.php50 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 DPostalAddress.php50 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 DGoogleTypePostalAddress.php50 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 DPostalAddress.php50 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 DRuleViolationInfo.php32 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 Daction.php200 $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 Dmail.php40 * @param string $recipients
44 public function resolveRecipients($recipients) argument
48 $recipients = explode(',', $recipients);
50 foreach ($recipients as $recipient) {
/plugin/swiftmail/Swift/Plugin/
H A DVerboseSending.php45 $recipients = $e->getRecipients();
47 $it = $recipients->getIterator("to");
55 $it = $recipients->getIterator("cc");
63 $it = $recipients->getIterator("bcc");
H A DMailSend.php114 $recipients = $e->getRecipients();
117 foreach ($recipients->getTo() as $addr)
129 foreach ($recipients->getBcc() as $addr) $bcc[] = $addr->build();
H A DDecorator.php114 $recipients = $e->getRecipients();
115 $to = array_keys($recipients->getTo());
/plugin/swiftmail/Swift/Events/
H A DSendEvent.php34 protected $recipients = null; variable in Swift_Events_SendEvent
56 $this->recipients = $list;
74 return $this->recipients;
/plugin/swiftmail/
H A DSwift.php329 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 DBatchMailer.php188 public function send(Swift_Message $message, Swift_RecipientList $recipients, $sender) argument
193 $it = $recipients->getIterator("to");
/plugin/structtasks/_test/
H A DNotifiersTest.php306 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 DGoogle_MirrorService.php985 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 DGoogle_DfareportingService.php1451 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 Ddefaults.yml71 recipients: build-lang-clients@elastic.co
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.mpl-20.txt164 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 Dlicense.gpl-10.txt34 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 Dlicense.mpl-20.txt164 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

12345678910>>...20