Home
last modified time | relevance | path

Searched refs:emails (Results 1 – 25 of 32) sorted by relevance

12

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DEmailAddressSet.php27 private $emails; variable in Sabre\\CalDAV\\Xml\\Property\\EmailAddressSet
32 * @param array $emails
34 function __construct(array $emails) { argument
36 $this->emails = $emails;
47 return $this->emails;
72 foreach ($this->emails as $email) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DEmailAddressSet.php27 private $emails; variable in Sabre\\CalDAV\\Xml\\Property\\EmailAddressSet
32 * @param array $emails
34 function __construct(array $emails) { argument
36 $this->emails = $emails;
47 return $this->emails;
72 foreach ($this->emails as $email) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DAccountInfo.php26 public $emails; variable in Google\\Service\\Vault\\AccountInfo
31 public function setEmails($emails) argument
33 $this->emails = $emails;
40 return $this->emails;
H A DAddHeldAccountsRequest.php30 public $emails; variable in Google\\Service\\Vault\\AddHeldAccountsRequest
49 public function setEmails($emails) argument
51 $this->emails = $emails;
58 return $this->emails;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DApplicationInfo.php26 public $emails; variable in Google\\Service\\CloudTalentSolution\\ApplicationInfo
39 public function setEmails($emails) argument
41 $this->emails = $emails;
48 return $this->emails;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DOfficial.php30 public $emails; variable in Google\\Service\\CivicInfo\\Official
85 public function setEmails($emails) argument
87 $this->emails = $emails;
94 return $this->emails;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/
H A DMockPlugin.php21 protected $emails = array(); variable in Sabre\\CalDAV\\Schedule\\IMip\\MockPlugin
34 $this->emails[] = array(
45 return $this->emails;
/plugin/firenews/
H A Dsyntax.php138 $emails = $this->getUsersEmailsOfaGroup($_POST['lgroup']);
140 $this->sendMailToUsers($emails);
360 * @param array $emails array of emails
364 private function sendMailToUsers(array $emails) { argument
369 $mail->to($emails);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUser.php62 public $emails; variable in Google\\Service\\Directory\\User
335 public function setEmails($emails) argument
337 $this->emails = $emails;
344 return $this->emails;
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_manipulatevcard.php34 $emails = []; variable
36 $emails[] = (string)$email;
/plugin/groupmail/
H A DCHANGELOG4 add generic functions to validate fields and extract emails)
22 * Added support to email to emails, wikiusers, wikigroups
29 * added sendlog=..., to setup a log page where sent emails are logged
H A DREADME.textile14 * support emailing to emails
16 * archiving sent emails
80 p. Define a log dokuwiki file where all emails are logged to for later reference.
100 | sendlog=... | Define a dokuwiki file where all emails are prepended to. |
H A Dplugin.info.txt11 and maintains an archive of sent emails
/plugin/bureaucracy/
H A Dplugin.info.txt6 desc Create forms and generate pages or emails from them
/plugin/structtasks/
H A Dplugin.info.txt6 desc Send update and reminder emails for tasks stored as struct data
H A DREADME3 Send reminder and notification emails for tasks stored as struct data
/plugin/bureaucracy-au/
H A Dplugin.info.txt6 desc Create forms and generate pages or emails from them. Forked from Bureaucracy release 2019-0…
/plugin/bureaucracyau/
H A Dplugin.info.txt6 desc Create forms and generate pages or emails from them - Forked from Bureaucracy release 2019-…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php63 $emails = $comp->email;
64 $this->assertEquals(3, count($emails));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php64 $emails = $comp->email;
65 $this->assertEquals(3, count($emails));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php64 $emails = $comp->email;
65 $this->assertEquals(3, count($emails));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php64 $emails = $comp->email;
65 $this->assertEquals(3, count($emails));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php361 $emails = [];
364 $emails[] = substr($address, 7);
367 return new Xml\Property\EmailAddressSet($emails);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php346 $emails = [];
349 $emails[] = substr($address, 7);
352 return new Xml\Property\EmailAddressSet($emails);
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1586 public $emails; variable in Google_User
1659 public function setEmails(/* array(Google_UserEmail) */ $emails) { argument
1660 $this->assertIsArray($emails, 'Google_UserEmail', __METHOD__);
1661 $this->emails = $emails;
1664 return $this->emails;

12