Home
last modified time | relevance | path

Searched +full:email -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 92) sorted by last modified time

1234

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php87 // can real email be changed?
155 * mail string email addres of the user
/dokuwiki/vendor/geshi/geshi/
H A DTHANKS108 - eMail \ mbox Benny Baumann
H A Dbuild.xml82 <lead user="benbe" name="Benny Baumann" email="benbe@geshi.org" />
/dokuwiki/inc/parser/
H A Dxhtml.php1125 * @param string $address Email-Address
H A Dmetadata.php576 * @param string $address Email-Address
H A Drenderer.php656 * @param string $address Email-Address
/dokuwiki/lib/images/
H A DREADME2 Icons: email.png, external-link.png, unc.png
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dlatex.php68 'edef','else','email','emph','eqref','extratitle','fbox','fi',
H A Dteraterm.php264 '$email$',
H A Dnagios.php63 'servicegroup_members', 'contact_name', 'contactgroups', 'email',
H A Dpys60.php105 'dummy_thread', 'dummy_threading', 'email', 'encodings', 'errno', 'exceptions', 'fcntl',
H A Drebol.php62 'binary!','block!','char!','date!','decimal!','email!','file!',
85 'divide','dump-face','dump-obj','echo','email?','empty?','enbase',
90 'help','hide','hide-popup','image?','import-email','in',
115 'to-block','to-char','to-date','to-decimal','to-email','to-file',
H A Dlsl2.php719 'email',
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php189 function getAuthor($author, $email) argument
191 if ($author && $email) {
192 return $email.' ('.$author.')';
195 return $email;
H A DRSSCreator10.php97 * @param string $email
100 protected function getAuthor($author, $email) argument
103 if ($email) {
104 return $author.' ('.$email.')';
110 return $email;
/dokuwiki/inc/
H A DMailer.class.php361 * Sets an email address header with correct encoding
629 * return a full email with all headers
H A Dcommon.php1525 * return an obfuscated email address in line with $conf['mailguard'] setting
1530 * @param string $email email address
1533 function obfuscate($email)
1540 return strtr($email, $obfuscate);
1543 return Conversion::toHtml($email, true);
1547 return $email;
1706 case 'email':
1514 obfuscate($email) global() argument
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php33 $options->registerArgument('mail', 'Email address', true, 'add');
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php36 * simple strings and complete email addresses as well. That means, that you might
183 // an email address or something like a complete URL
184 if (strpos($input, '@')) { // Maybe it is an email address
305 // Neither email addresses nor URLs allowed in strict mode
307 $this->_error('Neither email addresses nor URLs are allowed in strict mode.');
/dokuwiki/conf/
H A Dusers.auth.php.dist9 # login:passwordhash:Real Name:email:groups,comma,separated
/dokuwiki/vendor/composer/
H A Dinstalled.json4 "name": "aziraphale/email-address-validator",
9 "url": "https://github.com/aziraphale/email-address-validator.git",
14 "url": "https://api.github.com/repos/aziraphale/email-address-validator/zipball/fa25bc22c1c0b6491657c91473fae3e40719a650",
36 "email": "dave@addedbytes.com" string
40 "email": "andrew@lorddeath.net" string
44 "homepage": "https://github.com/aziraphale/email-address-validator",
45 "install-path": "../aziraphale/email-address-validator"
82 "email": "BenBE@geshi.org", string
191 "email": "flack@contentcontrol-berlin.de",
247 "email"
187 "email": "leafot@gmail.com", global() string
192 "email": "github@maswaba.de", global() string
243 "email": "flack@contentcontrol-berlin.de", global() string
310 "email": "terrafrost@php.net", global() string
315 "email": "pm@datasphere.ch", global() string
320 "email": "bantu@phpbb.com", global() string
325 "email": "petrich@tronic-media.com", global() string
330 "email": "graham@alt-three.com", global() string
436 "email": "me@ryanmccue.info", global() string
499 "email": "andi@splitbrain.org" global() string
556 "email": "andi@splitbrain.org" global() string
612 "email": "andi@splitbrain.org" global() string
665 "email": "andi@splitbrain.org" global() string
[all...]
H A Dinstalled.php13 'aziraphale/email-address-validator' => array(
18 'install_path' => __DIR__ . '/../aziraphale/email-address-validator',
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt3 email andi@splitbrain.org
/dokuwiki/lib/plugins/info/
H A Dsyntax.php153 $renderer->emaillink($info['email'], $info['author']);
/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPComputerCollection.php9 * email: scott@wiggumworld.com, adldap@richardhyland.com

1234