/plugin/recommend/helper/ |
H A D | mail.php | 11 * @param string $recipient 27 $mailer->bcc($recipient); 50 foreach ($recipients as $recipient) { 51 $recipient = trim($recipient); 53 if ($recipient[0] === '@') { 55 } elseif (strpos($recipient, '@') === false) { 58 if (!$this->emailIsValid($recipient)) { 61 $resolved[] = $recipient; 69 * @param string $recipient 89 * @param string $recipient [all …]
|
/plugin/structpublish/helper/ |
H A D | notify.php | 55 // get recipient emails 96 foreach ($recipients as $recipient) { 97 $recipient = trim($recipient); 99 if ($recipient[0] === '@') { 100 $this->resolveGroup($resolved, $recipient); 101 } elseif (strpos($recipient, '@') === false) { 102 $this->resolveUser($resolved, $recipient); 104 $resolved[] = $recipient; 112 * @param string $recipient argument 131 resolveUser(& $resolved, $recipient) global() argument [all...] |
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | IMipPluginTest.php | 26 $message->recipient = 'mailto:recipient@example.org'; 68 $message->recipient = 'http://example.org/recipient'; 98 $message->recipient = 'mailto:recipient@example.org'; 119 'to' => 'Recipient <recipient@example.org>', 140 $message->recipient = 'mailto:recipient@example.org'; 161 'to' => 'Recipient <recipient@example.org>', 195 $message->recipient = 'mailto:recipient@example.org';
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | IMipPlugin.php | 105 if (parse_url($iTipMessage->recipient, PHP_URL_SCHEME) !== 'mailto') 109 $recipient = substr($iTipMessage->recipient, 7); 115 $recipient = $iTipMessage->recipientName . ' <' . $recipient . '>'; 140 $recipient,
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
H A D | IMipPlugin.php | 105 if (parse_url($iTipMessage->recipient, PHP_URL_SCHEME) !== 'mailto') 109 $recipient = substr($iTipMessage->recipient, 7); 115 $recipient = $iTipMessage->recipientName . ' <' . $recipient . '>'; 140 $recipient,
|
H A D | Plugin.php | 377 $principalUri = $aclPlugin->getPrincipalByUri($iTipMessage->recipient); 487 [$iTipMessage->recipient], 524 if (in_array($message->recipient, $ignore)) { 530 …ENT->ORGANIZER) && ($newObject->VEVENT->ORGANIZER->getNormalizedValue() === $message->recipient)) { 540 if ($attendee->getNormalizedValue() === $message->recipient) { 711 $recipient = $dom->createElement('cal:recipient'); 715 $recipient->appendChild($recipientHref); 716 $xresponse->appendChild($recipient);
|
/plugin/freechat/phpfreechat/src/commands/ |
H A D | who.class.php | 34 $recipient = $p["recipient"]; 43 $recipient = pfcCommand_join::GetRecipient($param); 47 $chanmeta = $this->_getChanMeta($recipient, $recipientid); 52 function _getChanMeta($recipient, $recipientid) argument 57 $chanmeta['chan'] = $recipient;
|
H A D | unban.class.php | 15 $recipient = $p["recipient"]; 42 $banlist = $ct->getChanMeta($recipient, 'banlist_nickid'); 52 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist)); 59 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist));
|
H A D | who2.class.php | 33 $recipient = $p["recipient"]; 42 $recipient = pfcCommand_join::GetRecipient($param); 46 $chanmeta = $this->_getChanMeta($recipient, $recipientid);
|
H A D | getnewmsg.class.php | 32 $recipient = $p["recipient"]; 37 if ($recipient == "") return; 60 $from_id = $container->getLastId($recipient) - $c->max_msg - 1; 72 $new_msg = $container->read($recipient, $from_id);
|
H A D | ban.class.php | 15 $recipient = $p["recipient"]; 63 $banlist = $ct->getChanMeta($recipient, 'banlist_nickid'); 69 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist));
|
H A D | me.class.php | 14 $recipient = $p["recipient"]; 33 $ct->write($recipient, $sender, $this->name, $msg);
|
H A D | notice.class.php | 12 $recipient = $p["recipient"]; 25 $res = $ct->write($recipient, $nick, "notice", $msg);
|
H A D | send.class.php | 12 $recipient = $p["recipient"]; 68 $msgid = $ct->write($recipient, $nick, "send", $text);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/ |
H A D | GmailMessageInfo.php | 50 public $recipient; variable in Google\\Service\\AlertCenter\\GmailMessageInfo 143 public function setRecipient($recipient) argument 145 $this->recipient = $recipient; 152 return $this->recipient;
|
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/ |
H A D | KeyValueTest.php | 95 $recipient = []; 100 $recipient['referenceId'] = $keyValue['{}WeightOz']; 103 return $recipient;
|
/plugin/freechat/phpfreechat/src/proxies/ |
H A D | lock.class.php | 38 $recipient = $p["recipient"]; 56 $p["recipient"] = $recipient;
|
H A D | log.class.php | 41 $recipient = $p["recipient"]; 57 $log = $recipient."\t";
|
H A D | censor.class.php | 38 $recipient = $p["recipient"]; 75 $p["recipient"] = $recipient;
|
H A D | noflood.class.php | 39 $recipient = $p["recipient"]; 99 $p["recipient"] = $recipient;
|
H A D | auth.class.php | 38 $recipient = $p["recipient"]; 110 $p["recipient"] = $recipient;
|
/plugin/freechat/phpfreechat/src/ |
H A D | phpfreechat.class.php | 228 $recipient = ""; 246 $recipient = $u->channels[$recipientid]["recipient"]; 250 $recipient = $u->privmsg[$recipientid]["recipient"]; 277 $cmdp["recipient"] = $recipient; 301 $cmdp["recipient"] = $recipient; 322 $cmdp["recipient"] = $recipient;
|
/plugin/swiftmail/Swift/ |
H A D | BatchMailer.php | 197 $recipient = $it->getValue(); 206 $sent += ($n = $this->swift->send($message, $recipient, $sender)); 207 if (!$n) $this->addFailedRecipient($recipient->getAddress());
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | SendGridHandler.php | 83 foreach ($this->to as $recipient) { 84 $message['to[]'] = $recipient;
|
/plugin/infomail/ |
H A D | action.php | 237 protected function mail_archive($recipient, $subject, $mailtext, $sender) argument 247 $mailtext = "Von: $sender\nAn: $recipient\nDatum: $date\n\n" . $mailtext; 260 protected function mail_log($recipient, $subject, $mailtext, $sender) argument 270 …rftime($conf['dformat'], $t) . "\t" . $_SERVER['REMOTE_ADDR'] . "\t" . $sender . "\t" . $recipient;
|