Home
last modified time | relevance | path

Searched refs:user (Results 501 – 525 of 1528) sorted by path

1...<<21222324252627282930>>...62

/plugin/diagramsnet/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10790 this.drive&&null!=this.drive.user?" ("+this.drive.user.displayName+", "+this.drive.user.email+")":"…
11595 …&&null!=b.desc&&null!=this.drive&&(e.label+=(null!=this.drive.user?"-user_"+this.drive.user.id:"-n…
11711 …l)}catch(A){l()}else{var x=null;"G"==m?null!=this.drive&&null!=this.drive.user&&(x=this.drive):"H"…
H A Dviewer-static.min.js3457 …OrDenied")+(null!=this.drive&&null!=this.drive.user?" ("+this.drive.user.displayName+", "+this.dri…
3918 …{ opacity: 0.6; }html body a.geMenuItem { opacity: 0.75; cursor: pointer; user-select: none; }html…
4011 …e\nchange=Change\nchangeOrientation=Change Orientation\nchangeUser=Change user\nchangeStorage=Chan…
H A Dviewer.min.js3457 …OrDenied")+(null!=this.drive&&null!=this.drive.user?" ("+this.drive.user.displayName+", "+this.dri…
3918 …{ opacity: 0.6; }html body a.geMenuItem { opacity: 0.75; cursor: pointer; user-select: none; }html…
4011 …e\nchange=Change\nchangeOrientation=Change Orientation\nchangeUser=Change user\nchangeStorage=Chan…
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js45 … evt.label += ((this.drive.user != null) ? ('-user_' + this.drive.user.id) : '-nouser') + '-rev_' +
7235 if (user.email != null)
7254 if (!user.isCurrent)
7354 if (user != null)
7397 if (user.email != null)
7693 var user = null;
7697 user = this.drive.getUser();
7721 if (user != null)
7741 var user = null;
7745 user = this.drive.getUser();
[all …]
H A DDrawioClient.js25 DrawioClient.prototype.user = null; method in DrawioClient
30 DrawioClient.prototype.setUser = function(user) argument
32 this.user = user;
41 return this.user;
H A DDrawioComment.js2 DrawioComment = function(file, id, content, modifiedDate, createdDate, isResolved, user) argument
24 this.user = user;
H A DDrawioFile.js393 var user = this.getCurrentUser();
394 var uid = (user != null) ? user.id : 'unknown';
528 var user = this.getCurrentUser();
529 var uid = (user != null) ? user.id : 'unknown';
568 var user = this.getCurrentUser();
569 var uid = (user != null) ? this.ui.hashValue(user.id) : 'unknown';
2113 var user = this.getCurrentUser();
2114 var uid = (user != null) ? user.id : 'unknown';
2381 DrawioFile.prototype.newComment = function(content, user) argument
2383 return new DrawioComment(this, null, content, Date.now(), Date.now(), false, user);
H A DDrawioFileSync.js84 var user = this.file.getCurrentUser();
87 if (user != null)
89 join.name = encodeURIComponent(user.displayName);
90 join.uid = user.id;
1187 var user = this.file.getCurrentUser();
1188 var uid = (user != null) ? user.id : 'unknown';
1546 var user = this.file.getCurrentUser();
1549 if (user != null)
1551 leave.name = encodeURIComponent(user.displayName);
1552 leave.uid = user.id;
H A DDriveClient.js189 this.user = user;
191 if (this.user == null)
203 this.userId = user.id;
213 if (this.user != null && this.user.id != this.userId)
215 this.user = null;
223 return this.user;
617 if (this.user != null && this.user.id != this.userId)
619 this.user = null;
833 pic = (resp.user.picture != null) ? resp.user.picture.url : null;
1499 'user-' + ((this.user != null) ? this.user.id : 'nouser') +
[all …]
H A DDriveComment.js1 DriveComment = function(file, id, content, modifiedDate, createdDate, isResolved, user, pCommentId) argument
3 DrawioComment.call(this, file, id, content, modifiedDate, createdDate, isResolved, user);
H A DDriveFile.js55 return (this.ui.drive != null) ? this.ui.drive.user : null;
804 DriveFile.prototype.newComment = function(content, user) argument
806 return new DriveComment(this, null, content, Date.now(), Date.now(), false, user);
H A DDropboxClient.js330 if (this.user == null)
547 if (this.user == null)
H A DEditorUi.js3944 ((this.drive != null && this.drive.user != null) ? ' (' + this.drive.user.displayName +
3945 ', ' + this.drive.user.email+ ')' : ''));
11930 var user = this.getCurrentUser();
11944 }), null, null, user != null? user.id : null,
14809 EditorUi.prototype.newComment = function(content, user) argument
14815 return file.newComment(content, user)
14819 return new DrawioComment(this, null, content, Date.now(), Date.now(), false, user);
15204 userImg.src = comment.user.pictureUrl || Editor.userImage;
15213 mxUtils.write(usernameDiv, comment.user.displayName || '');
15342 var user = editorUi.getCurrentUser();
[all …]
H A DGitHubClient.js349 if (this.user == null)
H A DGitLabClient.js288 if (this.user == null)
1232 if (this.user == null)
1239 var req = new mxXmlRequest(this.baseUrl + '/users/' + this.user.id + '/projects?per_page=' +
1392 else if (!this.user)
H A DNotionClient.js170 if (this.user == null)
H A DOneDriveFile.js213 return (this.ui.oneDrive != null) ? this.ui.oneDrive.user : null;
303 this.meta.createdBy.user != null) ?
304 this.meta.createdBy.user.id : '')).toString();
H A DP2PCollab.js22 var user = ui.getCurrentUser();
24 if (!fileJoined || user == null || user.email == null) return;
27 userId: user.id, username: user.displayName, data: data});
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js58 ui.remoteInvoke('getCurrentUser', null, null, function(user) argument
60 confUser = new DrawioUser(user.id, user.email, user.displayName, user.pictureUrl);
96 new DrawioUser(cComment.user.id, cComment.user.email,
97 cComment.user.displayName, cComment.user.pictureUrl), pCommentId);
109 var user = atlasComment.history.createdBy;
113 new DrawioUser(user.accountId, user.username,
114 user.displayName, siteUrl + user.profilePicture.path));
283 ui.newComment = function(content, user) argument
286 content, Date.now(), Date.now(), false, user);
/plugin/diagramsnet/lib/resources/
H A Ddia.txt90 changeUser=Change user
825 officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
H A Ddia_am.txt90 changeUser=Change user
825 officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.
H A Ddia_ar.txt825 officeFailedAuthMsg=Unable to successfully authenticate user or authorize application.

1...<<21222324252627282930>>...62