Home
last modified time | relevance | path

Searched refs:address (Results 1 – 22 of 22) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php118 public function __construct($address = null) argument
120 if (!$address) {
123 $address = $_SERVER['SSH_AUTH_SOCK'];
126 $address = $_ENV['SSH_AUTH_SOCK'];
134 $this->fsock = fsockopen('unix://' . $address, 0, $errno, $errstr);
139 … if (substr($address, 0, 9) != '\\\\.\\pipe\\' || strpos(substr($address, 9), '\\') !== false) {
143 $this->fsock = fopen($address, 'r+b');
/dokuwiki/inc/lang/en/
H A Dregister.txt3 …you supply a **valid e-mail address** - if you are not asked to enter a password here, a new one w…
H A Dresendpwd.txt3 …d for your account in this wiki. A confirmation link will be sent to your registered email address.
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md4 …[AddedBytes' EmailAddressValidator class](https://code.google.com/p/php-email-address-validation/).
23 php composer.phar require aziraphale/email-address-validator:^2
30 php composer.phar require aziraphale/email-address-validator:^1
40 // Email address is technically valid
47 // Email address is technically valid
54 // "test" is technically a valid string to have before the "@" in an email address
57 // "example.org" is technically a valid email address host
/dokuwiki/inc/
H A DMailer.class.php289 * @param string|string[] $address Multiple adresses separated by commas or as array
291 public function to($address) argument
293 $this->setHeader('To', $address, false);
300 * @param string|string[] $address Multiple adresses separated by commas or as array
302 public function cc($address) argument
304 $this->setHeader('Cc', $address, false);
311 * @param string|string[] $address Multiple adresses separated by commas or as array
313 public function bcc($address) argument
315 $this->setHeader('Bcc', $address, false);
325 * @param string $address from address
[all …]
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt4 The columns must contain, in order: user-id, full name, email address and groups.
/dokuwiki/_test/data/pages/
H A Dmailinglist.txt7 …subscribing you can send emails to the list(s) by using the mailing list address stated in its des…
/dokuwiki/inc/parser/
H A Dxhtml.php1126 * @param string $address Email-Address
1131 public function emaillink($address, $name = null, $returnonly = false) argument
1149 $address = $this->_xmlEntities($address);
1150 $address = obfuscate($address);
1152 $title = $address;
1155 $name = $address;
1158 if ($conf['mailguard'] == 'visible') $address = rawurlencode($address);
1160 $link['url'] = 'mailto:' . $address;
H A Dmetadata.php578 * @param string $address Email-Address
581 public function emaillink($address, $name = null) argument
594 $this->doc .= '<' . $address . '>';
H A Drenderer.php656 * @param string $address Email-Address
659 public function emaillink($address, $name = null) argument
/dokuwiki/conf/
H A Dmysql.conf.php.example77 * 'mail' the user's email address
118 * %{email} in FilterEmail user's email address
136 * to store are: login name, password, email address and full name.
141 * %{email} email address
217 * %{email} email address
/dokuwiki/
H A Dcomposer.lock10 "name": "aziraphale/email-address-validator",
14 "url": "https://github.com/aziraphale/email-address-validator.git",
19 …"url": "https://api.github.com/repos/aziraphale/email-address-validator/zipball/fa25bc22c1c0b64916…
47 "homepage": "https://github.com/aziraphale/email-address-validator",
49 "issues": "https://github.com/aziraphale/email-address-validator/issues",
50 "source": "https://github.com/aziraphale/email-address-validator/tree/master"
H A DCOPYING240 address new problems or concerns.
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less241 address {
H A Dbasic.less99 address {
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt119 under the email address above.
H A DLICENCE416 but may differ in detail to address new problems or concerns.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3772 * @param string $address
3775 private function iPAddress($address) argument
3777 return ['iPAddress' => $address];
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE240 address new problems or concerns.
H A DCHANGELOG746 - Fixed up my e-mail address everywhere
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE416 but may differ in detail to address new problems or concerns.
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE609 address new problems or concerns.