Home
last modified time | relevance | path

Searched refs:prototype (Results 226 – 250 of 1094) sorted by path

12345678910>>...44

/plugin/diagramsnet/lib/js/diagramly/
H A DDevTools.js5 var graphGetTooltipForCell = Graph.prototype.getTooltipForCell;
10 Graph.prototype.getTooltipForCell = function(cell)
H A DDialogs.js110 window.location.hostname = DriveClient.prototype.newAppHostname;
1255 mxCellRenderer.prototype.installCellOverlayListeners.apply(this, arguments);
1429 var edgeHandleConnect = mxEdgeHandler.prototype.connect;
1438 mxGraph.prototype.resizeCell.apply(this, arguments);
3016 if (cross.getAttribute('src') == Dialog.prototype.closeImage)
3045 cross.setAttribute('src', Dialog.prototype.closeImage);
3324 magnify.setAttribute('src', Sidebar.prototype.searchImage);
7459 mxWindow.prototype.setLocation.apply(this, arguments);
7553 mxWindow.prototype.setLocation.apply(this, arguments);
7651 mxWindow.prototype.setLocation.apply(this, arguments);
[all …]
H A DDiffSync.js23 EditorUi.prototype.codec = new mxCodec();
219 EditorUi.prototype.patchViewState = function(page, diff)
247 EditorUi.prototype.createParentLookup = function(model, diff)
632 EditorUi.prototype.getPagesForNode = function(node, nodeName)
668 EditorUi.prototype.diffPages = function(oldPages, newPages)
766 EditorUi.prototype.createCellLookup = function(cell, prev, lookup)
831 EditorUi.prototype.diffPage = function(oldPage, newPage)
870 EditorUi.prototype.diffViewState = function(oldPage, newPage)
903 EditorUi.prototype.getCellForJson = function(json)
936 EditorUi.prototype.getJsonForCell = function(cell, previous)
[all …]
H A DDistanceGuides.js23 var guideMove = mxGuide.prototype.move;
25 mxGuide.prototype.move = function (bounds, delta, gridEnabled, clone)
490 var guideSetVisible = mxGuide.prototype.setVisible;
492 mxGuide.prototype.setVisible = function (visible)
517 var guideDestroy = mxGuide.prototype.destroy;
519 mxGuide.prototype.destroy = function()
H A DDrawioClient.js20 DrawioClient.prototype.token = null;
25 DrawioClient.prototype.user = null;
30 DrawioClient.prototype.setUser = function(user)
39 DrawioClient.prototype.getUser = function()
47 DrawioClient.prototype.clearPersistentToken = function()
65 DrawioClient.prototype.getPersistentToken = function(trySessionStorage)
119 DrawioClient.prototype.setPersistentToken = function(token, sessionOnly)
H A DDrawioComment.js29 DrawioComment.prototype.addReplyDirect = function(reply)
35 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen)
41 DrawioComment.prototype.editComment = function(newContent, success, error)
47 DrawioComment.prototype.deleteComment = function(success, error)
H A DDrawioFile.js85 DrawioFile.prototype.autosaveDelay = 1500;
108 DrawioFile.prototype.lastAutosave = null;
113 DrawioFile.prototype.lastSaved = null;
118 DrawioFile.prototype.lastChanged = null;
123 DrawioFile.prototype.opened = null;
128 DrawioFile.prototype.modified = false;
138 DrawioFile.prototype.data = null;
143 DrawioFile.prototype.shadowData = null;
148 DrawioFile.prototype.shadowPages = null;
184 DrawioFile.prototype.ageStart = null;
[all …]
H A DDrawioFileSync.js181 DrawioFileSync.prototype.enabled = true;
191 DrawioFileSync.prototype.channelId = null;
196 DrawioFileSync.prototype.channel = null;
201 DrawioFileSync.prototype.catchupRetryCount = 0;
206 DrawioFileSync.prototype.maxCatchupRetries = 15;
216 DrawioFileSync.prototype.cacheReadyDelay = 700;
231 DrawioFileSync.prototype.lastActivity = null;
236 DrawioFileSync.prototype.start = function()
296 DrawioFileSync.prototype.isConnected = function()
1510 DrawioFileSync.prototype.stop = function()
[all …]
H A DDriveClient.js99 DriveClient.prototype.enableThumbnails = true;
105 DriveClient.prototype.thumbnailWidth = 1000;
136 DriveClient.prototype.extension = '.drawio';
146 DriveClient.prototype.lastTokenRefresh = 0;
151 DriveClient.prototype.maxRetries = 5;
156 DriveClient.prototype.staleEtagMaxRetries = 3;
161 DriveClient.prototype.coolOff = 1000;
171 DriveClient.prototype.user = null;
221 DriveClient.prototype.getUser = function()
252 DriveClient.prototype.logout = function()
[all …]
H A DDriveComment.js10 DriveComment.prototype.addReply = function(reply, success, error, doResolve, doReopen)
35 DriveComment.prototype.editComment = function(newContent, success, error)
55 DriveComment.prototype.deleteComment = function(success, error)
H A DDriveFile.js18 DriveFile.prototype.saveDelay = 0;
28 DriveFile.prototype.getSize = function()
36 DriveFile.prototype.isRestricted = function()
45 DriveFile.prototype.isConflict = function(err)
64 DriveFile.prototype.getMode = function()
115 DriveFile.prototype.isRenamable = function()
126 DriveFile.prototype.isMovable = function()
137 DriveFile.prototype.isTrashed = function()
479 DriveFile.prototype.share = function()
501 DriveFile.prototype.getHash = function()
[all …]
H A DDriveLibrary.js19 DriveLibrary.prototype.isAutosave = function()
30 DriveLibrary.prototype.save = function(revision, success, error)
47 DriveLibrary.prototype.open = function()
H A DDropboxClient.js25 DropboxClient.prototype.appPath = '/drawio/';
30 DropboxClient.prototype.extension = '.drawio';
35 DropboxClient.prototype.writingFile = false;
40 DropboxClient.prototype.maxRetries = 4;
42 DropboxClient.prototype.clientId = window.DRAWIO_DROPBOX_ID;
49 DropboxClient.prototype.logout = function()
117 DropboxClient.prototype.authenticate = function(success, error)
359 DropboxClient.prototype.getLibrary = function(path, success, error)
765 DropboxClient.prototype.pickLibrary = function(fn)
862 DropboxClient.prototype.pickFile = function(fn, readOnly)
[all …]
H A DDropboxFile.js21 DropboxFile.prototype.getId = function()
32 DropboxFile.prototype.getHash = function()
43 DropboxFile.prototype.getMode = function()
51 DropboxFile.prototype.isAutosaveOptional = function()
62 DropboxFile.prototype.getTitle = function()
73 DropboxFile.prototype.isRenamable = function()
81 DropboxFile.prototype.getSize = function()
89 DropboxFile.prototype.isRevisionHistorySupported = function()
97 DropboxFile.prototype.getRevisions = function(success, error)
151 DropboxFile.prototype.updateDescriptor = function(newFile)
[all …]
H A DDropboxLibrary.js19 DropboxLibrary.prototype.isAutosave = function()
27 DropboxLibrary.prototype.doSave = function(title, success, error)
36 DropboxLibrary.prototype.open = function()
H A DEditor.js24 Editor.prototype.appName = 'diagrams.net';
29 Editor.prototype.diagramFileTypes = [
44 Editor.prototype.fileExtensions = [
1818 Menus.prototype.defaultFonts = config.defaultFonts || Menus.prototype.defaultFonts;
1819 ColorDialog.prototype.presetColors = config.presetColors || ColorDialog.prototype.presetColors;
1821 ColorDialog.prototype.colorNames = config.colorNames || ColorDialog.prototype.colorNames;
1824 DrawioFile.prototype.autosaveDelay = config.autosaveDelay || DrawioFile.prototype.autosaveDelay;
2005 mxGraph.prototype.pageFormat = mxGraph.prototype.defaultPageFormat;
2185 Editor.prototype.timeout = 25000;
4185 mxCellRenderer.prototype.defaultVertexShape.prototype.customProperties = [
[all …]
H A DEditorUi.js22 mxGraphView.prototype.gridColor = mxGraphView.prototype.defaultDarkGridColor;
380 EditorUi.prototype.mode = null;
386 EditorUi.prototype.timeout = Editor.prototype.timeout;
406 EditorUi.prototype.maxImageSize = 520;
412 EditorUi.prototype.maxTextWidth = 520;
432 EditorUi.prototype.maxTextBytes = 500000;
437 EditorUi.prototype.currentFile = null;
448 EditorUi.prototype.pdfPageExport = true;
3696 EditorUi.prototype.footerHeight = 0;
3700 Sidebar.prototype.thumbWidth = 64;
[all …]
H A DElectronApp.js152 var menusInit = Menus.prototype.init;
153 Menus.prototype.init = function()
294 var editorUiInit = EditorUi.prototype.init;
295 EditorUi.prototype.init = function()
737 var appLoad = App.prototype.load;
739 App.prototype.load = function()
928 App.prototype.pickFile = function()
1300 LocalFile.prototype.getTitle = function()
1311 LocalFile.prototype.open = DrawioFile.prototype.open;
1347 LocalLibrary.prototype.getFilename = LocalFile.prototype.getFilename;
[all …]
H A DEmbed.js101 mxGraph.prototype.getImageFromBundles = function(key)
133 mxPanningHandler.prototype.isPanningTrigger = function(me)
H A DEmbedFile.js16 EmbedFile.prototype.getMode = function()
21 EmbedFile.prototype.getTitle = function()
H A DExtensions.js6529 Nurbs.prototype.getSize = function () {
6536 Nurbs.prototype.getX = function (i) {
6543 Nurbs.prototype.getY = function (i) {
H A DGitHubClient.js29 GitHubClient.prototype.scope = 'repo';
34 GitHubClient.prototype.extension = '.drawio';
39 GitHubClient.prototype.baseUrl = DRAWIO_GITHUB_API_URL;
41 GitHubClient.prototype.baseHostUrl = DRAWIO_GITHUB_URL;
48 GitHubClient.prototype.maxFileSize = 1000000 /*1MB*/;
53 GitHubClient.prototype.authToken = 'token';
55 GitHubClient.prototype.setToken = function(token)
755 GitHubClient.prototype.pickLibrary = function(fn)
763 GitHubClient.prototype.pickFolder = function(fn)
771 GitHubClient.prototype.pickFile = function(fn)
[all …]
H A DGitHubFile.js22 GitHubFile.prototype.share = function()
35 GitHubFile.prototype.getId = function()
49 GitHubFile.prototype.getHash = function()
57 GitHubFile.prototype.getPublicUrl = function(fn)
79 GitHubFile.prototype.isConflict = function(err)
90 GitHubFile.prototype.getMode = function()
98 GitHubFile.prototype.isAutosave = function()
109 GitHubFile.prototype.getTitle = function()
120 GitHubFile.prototype.isRenamable = function()
147 GitHubFile.prototype.getDescriptor = function()
[all …]
H A DGitHubLibrary.js16 GitHubLibrary.prototype.doSave = function(title, success, error)
25 GitHubLibrary.prototype.open = function()
H A DGitLabClient.js22 GitLabClient.prototype.clientId = DRAWIO_GITLAB_ID;
27 GitLabClient.prototype.scope = 'api%20read_repository%20write_repository';
32 GitLabClient.prototype.baseUrl = DRAWIO_GITLAB_URL + '/api/v4';
37 GitLabClient.prototype.maxFileSize = 10000000 /*10MB*/;
42 GitLabClient.prototype.authToken = 'Bearer';
49 GitLabClient.prototype.authenticate = function(success, error)
457 GitLabClient.prototype.getFileContent = function(data)
749 GitLabClient.prototype.pickFolder = function(fn)
757 GitLabClient.prototype.pickFile = function(fn)
770 GitLabClient.prototype.showGitLabDialog = function(showFiles, fn)
[all …]

12345678910>>...44