/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/ |
H A D | EmailAddressSet.php | 27 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 D | EmailAddressSet.php | 27 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 D | AccountInfo.php | 26 public $emails; variable in Google\\Service\\Vault\\AccountInfo 31 public function setEmails($emails) argument 33 $this->emails = $emails; 40 return $this->emails;
|
H A D | AddHeldAccountsRequest.php | 30 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 D | ApplicationInfo.php | 26 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 D | Official.php | 30 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 D | MockPlugin.php | 21 protected $emails = array(); variable in Sabre\\CalDAV\\Schedule\\IMip\\MockPlugin 34 $this->emails[] = array( 45 return $this->emails;
|
/plugin/firenews/ |
H A D | syntax.php | 138 $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 D | User.php | 62 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 D | bench_manipulatevcard.php | 34 $emails = []; variable 36 $emails[] = (string)$email;
|
/plugin/groupmail/ |
H A D | CHANGELOG | 4 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 D | README.textile | 14 * 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 D | plugin.info.txt | 11 and maintains an archive of sent emails
|
/plugin/bureaucracy/ |
H A D | plugin.info.txt | 6 desc Create forms and generate pages or emails from them
|
/plugin/structtasks/ |
H A D | plugin.info.txt | 6 desc Send update and reminder emails for tasks stored as struct data
|
H A D | README | 3 Send reminder and notification emails for tasks stored as struct data
|
/plugin/bureaucracy-au/ |
H A D | plugin.info.txt | 6 desc Create forms and generate pages or emails from them. Forked from Bureaucracy release 2019-0…
|
/plugin/bureaucracyau/ |
H A D | plugin.info.txt | 6 desc Create forms and generate pages or emails from them - Forked from Bureaucracy release 2019-…
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | ComponentTest.php | 63 $emails = $comp->email; 64 $this->assertEquals(3, count($emails));
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | ComponentTest.php | 64 $emails = $comp->email; 65 $this->assertEquals(3, count($emails));
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | ComponentTest.php | 64 $emails = $comp->email; 65 $this->assertEquals(3, count($emails));
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | ComponentTest.php | 64 $emails = $comp->email; 65 $this->assertEquals(3, count($emails));
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 361 $emails = []; 364 $emails[] = substr($address, 7); 367 return new Xml\Property\EmailAddressSet($emails);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 346 $emails = []; 349 $emails[] = substr($address, 7); 352 return new Xml\Property\EmailAddressSet($emails);
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_DirectoryService.php | 1586 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;
|