Home
last modified time | relevance | path

Searched refs:email (Results 451 – 475 of 1609) sorted by path

1...<<11121314151617181920>>...65

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php64 $emails = $comp->email;
/plugin/dblclickedit/
H A Dplugin.info.txt2 email sandell.hakan@gmail.com
/plugin/dbquery/
H A Dplugin.info.txt3 email dokuwiki@cosmocode.de
/plugin/deeplautotranslate/
H A Dplugin.info.txt3 email me@netali.de
/plugin/definitionlist/
H A Dplugin.info.txt3 email chris@jalakai.co.uk
/plugin/deletehistory/
H A Dplugin.info.txt3 email dokuwiki@cosmocode.de
/plugin/deletepagebutton/
H A Dplugin.info.txt3 email dregad@mantisbt.org
/plugin/deniedpage/
H A Dplugin.info.txt3 email brenard@easter-eggs.com
/plugin/denyactions/
H A Dplugin.info.txt3 email otto@valjakko.net
/plugin/description/
H A Dplugin.info.txt3 email dokuwiki@lupo49.de
/plugin/dev/
H A DSkeletor.php26 protected $email; variable in dokuwiki\\plugin\\dev\\Skeletor
40 * @param string $email
44 public function __construct($type, $base, $desc, $author, $email, $name = '', $url = '') argument
50 $this->email = $email;
84 return new self($type, $data['base'], $data['desc'], $data['author'], $data['email'], $data['url']);
220 '@@AUTHOR_MAIL@@' => $this->email,
H A Dplugin.info.txt3 email andi@splitbrain.org
/plugin/dev/skel/
H A Dinfo.txt3 email @@AUTHOR_MAIL@@
/plugin/diagram/
H A Dplugin.info.txt3 email support@melnichenko.name
/plugin/diagrams/
H A Dplugin.info.txt3 email dokuwiki@cosmocode.de
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10081 …ement("option"),n.innerHTML="&nbsp;&nbsp;&nbsp;",mxUtils.write(n,"<"+q[d].email+">"),n.setAttribut…
10790 this.drive&&null!=this.drive.user?" ("+this.drive.user.displayName+", "+this.drive.user.email+")":"…
10792 mxUtils.write(f,"<"+c[b].email+">");f.setAttribute("disabled","disabled");e.appendChild(f)}f=docume…
11609 App.prototype.checkLicense=function(){var b=this.drive.getUser(),e=null!=b?b.email:null;if(!this.is…
11771 …efault")+")":""));null!=b.email&&(mxUtils.br(d),f=document.createElement("small"),f.style.color="g…
11776 …n";m.style.textOverflow="ellipsis";mxUtils.write(m,b.displayName);null!=b.email&&(mxUtils.br(m),d=…
11777 b.email),m.appendChild(d));null!=f&&(b=document.createElement("div"),b.style.marginTop="4px",d=docu…
H A Dextensions.min.js1743 …efined(n,!0)},isNotEmpty:function(n){return!Bridge.Validation.isEmpty(n)},email:function(n){return… method in AnonymousFunctiona0dbb0bab7200.wt
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2091 var email = (driveUser != null) ? driveUser.email : null;
2093 if (!this.isOffline() && !this.editor.chromeless && email != null && driveUser.id != null)
2097 var at = email.lastIndexOf('@');
2098 var domain = (at >= 0) ? email.substring(at + 1) : '';
7235 if (user.email != null)
7241 mxUtils.write(small, user.email);
7397 if (user.email != null)
7403 mxUtils.write(small, user.email);
H A DDialogs.js551 mxUtils.write(option, '<' + driveUsers[i].email + '>');
5423 var email = document.createElement('input');
5424 email.setAttribute('type', 'text');
5425 email.style.marginTop = '6px';
5426 email.style.width = '600px';
5483 mxEvent.addListener(email, 'change', function()
5485 if (email.value.length > 0 && re.test(email.value) > 0)
5495 mxEvent.addListener(email, 'keyup', function()
5497 if (email.value.length > 0 && re.test(email.value))
5508 div.appendChild(email);
[all …]
H A DDrawioUser.js5 DrawioUser = function(id, email, displayName, pictureUrl, locale) argument
11 this.email = email;
H A DDriveClient.js825 var email = mxResources.get('notAvailable');
826 var name = email;
831 email = resp.user.emailAddress;
836 this.setUser(new DrawioUser(info.id, email, name, pic, info.locale));
H A DDropboxClient.js84 response.email, response.name.display_name));
H A DEditorUi.js3945 ', ' + this.drive.user.email+ ')' : ''));
3996 mxUtils.write(option, '<' + driveUsers[i].email + '>');
H A DGitHubClient.js121 return new DrawioUser(userInfo.id, userInfo.email, userInfo.name);
H A DP2PCollab.js24 if (!fileJoined || user == null || user.email == null) return;

1...<<11121314151617181920>>...65