Home
last modified time | relevance | path

Searched refs:prototype (Results 251 – 275 of 1094) sorted by path

1...<<11121314151617181920>>...44

/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabFile.js21 GitLabFile.prototype.share = function()
34 GitLabFile.prototype.getId = function()
48 GitLabFile.prototype.getHash = function()
56 GitLabFile.prototype.isConflict = function(err)
67 GitLabFile.prototype.getMode = function()
75 GitLabFile.prototype.getDescriptorEtag = function(desc)
83 GitLabFile.prototype.setDescriptorEtag = function(desc, etag)
H A DGitLabLibrary.js16 GitLabLibrary.prototype.doSave = function(title, success, error)
25 GitLabLibrary.prototype.open = function()
H A DGraphViewer.js34 GraphViewer.prototype.lightboxChrome = true;
39 GraphViewer.prototype.lightboxZIndex = 999;
44 GraphViewer.prototype.toolbarZIndex = 999;
49 GraphViewer.prototype.autoFit = false;
54 GraphViewer.prototype.autoCrop = false;
62 GraphViewer.prototype.autoOrigin = true;
67 GraphViewer.prototype.center = false;
72 GraphViewer.prototype.forceCenter = false;
77 GraphViewer.prototype.allowZoomIn = false;
100 GraphViewer.prototype.minHeight = 28;
[all …]
H A DLocalFile.js30 LocalFile.prototype.isAutosave = function()
39 LocalFile.prototype.isAutosaveOptional = function()
50 LocalFile.prototype.getMode = function()
61 LocalFile.prototype.getTitle = function()
72 LocalFile.prototype.isRenamable = function()
83 LocalFile.prototype.save = function(revision, success, error)
94 LocalFile.prototype.saveAs = function(title, success, error)
105 LocalFile.prototype.saveAs = function(title, success, error)
113 LocalFile.prototype.getDescriptor = function()
121 LocalFile.prototype.setDescriptor = function(desc)
[all …]
H A DLocalLibrary.js25 LocalLibrary.prototype.getHash = function()
36 LocalLibrary.prototype.isAutosave = function()
47 LocalLibrary.prototype.saveAs = function(title, success, error)
58 LocalLibrary.prototype.updateFileData = function()
67 LocalLibrary.prototype.open = function()
H A DMenus.js8 var mxPopupMenuShowMenu = mxPopupMenu.prototype.showMenu;
9 mxPopupMenu.prototype.showMenu = function()
19 Menus.prototype.createHelpLink = function(href)
44 Menus.prototype.addLinkToItem = function(item, href)
52 var menusInit = Menus.prototype.init;
53 Menus.prototype.init = function()
1167 var menusCreateMenuBar = Menus.prototype.createMenubar;
1168 Menus.prototype.createMenubar = function(container)
1922 mxLog.window.div.style.zIndex = mxPopupMenu.prototype.zIndex - 2;
3962 ChangeExtFonts.prototype.execute = function()
H A DMinimal.js258 mxOutline.prototype.sizerImage = null;
274 Graph.prototype.svgShadowOpacity = '0.4';
275 Graph.prototype.svgShadowSize = '0.6';
276 Graph.prototype.svgShadowBlur = '1.2';
282 Format.prototype.showCloseButton = false;
285 EditorUi.prototype.footerHeight = 0;
841 EditorUi.prototype.destroy = function()
934 var menusInit = Menus.prototype.init;
935 Menus.prototype.init = function()
1444 EditorUi.prototype.init = function()
[all …]
H A DNotionClient.js23 NotionClient.prototype.extension = '.drawio';
25 NotionClient.prototype.xmlField = 'draw.io XML';
33 NotionClient.prototype.getTitle = function (props)
50 NotionClient.prototype.getTitleVal = function (obj)
209 NotionClient.prototype.getLibrary = function(id, success, error)
384 NotionClient.prototype.saveFile = function(file, success, error)
469 NotionClient.prototype.parseRequestText = function(req)
488 NotionClient.prototype.pickLibrary = function(fn)
496 NotionClient.prototype.pickFolder = function(fn)
501 NotionClient.prototype.pickFile = function(fn)
[all …]
H A DNotionFile.js19 NotionFile.prototype.getId = function()
27 NotionFile.prototype.getHash = function()
35 NotionFile.prototype.getMode = function()
43 NotionFile.prototype.isAutosave = function()
51 NotionFile.prototype.getTitle = function()
59 NotionFile.prototype.getNameField = function()
67 NotionFile.prototype.isRenamable = function()
76 NotionFile.prototype.isCompressedStorage = function()
92 NotionFile.prototype.saveAs = function(title, success, error)
100 NotionFile.prototype.doSave = function(title, success, error, unloading, overwrite)
[all …]
H A DNotionLibrary.js16 NotionLibrary.prototype.doSave = function(title, success, error)
25 NotionLibrary.prototype.open = function()
H A DOneDriveClient.js53 OneDriveClient.prototype.clientId = window.location.hostname == 'app.diagrams.net' ?
54 'b5ff67d6-3155-4fca-965a-59a3655c4476' : OneDriveClient.prototype.clientId;
56 OneDriveClient.prototype.clientId = window.location.hostname == 'viewer.diagrams.net' ?
57 '417a451a-a343-4788-b6c1-901e63182565' : OneDriveClient.prototype.clientId;
61 OneDriveClient.prototype.scopes = 'user.read files.readwrite.all sites.read.all';
72 OneDriveClient.prototype.defEndpointHint = 'api.onedrive.com';
73 OneDriveClient.prototype.endpointHint = OneDriveClient.prototype.defEndpointHint;
78 OneDriveClient.prototype.extension = '.drawio';
83 OneDriveClient.prototype.baseUrl = 'https://graph.microsoft.com/v1.0';
88 OneDriveClient.prototype.emptyFn = function(){};
[all …]
H A DOneDriveFile.js18 OneDriveFile.prototype.autosaveDelay = 300;
26 OneDriveFile.prototype.share = function()
86 OneDriveFile.prototype.getId = function()
97 OneDriveFile.prototype.getParentId = function()
118 OneDriveFile.prototype.getChannelId = function()
129 OneDriveFile.prototype.getHash = function()
140 OneDriveFile.prototype.getMode = function()
159 OneDriveFile.prototype.getTitle = function()
170 OneDriveFile.prototype.isRenamable = function()
195 OneDriveFile.prototype.getSize = function()
[all …]
H A DOneDriveLibrary.js19 OneDriveLibrary.prototype.isAutosave = function()
30 OneDriveLibrary.prototype.save = function(revision, success, error)
47 OneDriveLibrary.prototype.open = function()
H A DPages.js33 DiagramPage.prototype.node = null;
38 DiagramPage.prototype.root = null;
43 DiagramPage.prototype.viewState = null;
48 DiagramPage.prototype.getId = function()
56 DiagramPage.prototype.getName = function()
90 RenamePage.prototype.execute = function()
115 MovePage.prototype.execute = function()
159 SelectPage.prototype.execute = function()
246 ChangePage.prototype.execute = function()
398 EditorUi.prototype.initPages = function()
[all …]
H A DRemoteFile.js21 RemoteFile.prototype.isAutosave = function()
29 RemoteFile.prototype.getMode = function()
37 RemoteFile.prototype.getTitle = function()
45 RemoteFile.prototype.isRenamable = function()
52 RemoteFile.prototype.open = function()
H A DRemoteLibrary.js16 RemoteLibrary.prototype.getHash = function()
24 RemoteLibrary.prototype.isEditable = function()
31 RemoteLibrary.prototype.isRenamable = function()
39 RemoteLibrary.prototype.isAutosave = function()
47 RemoteLibrary.prototype.save = function(revision, success, error)
55 RemoteLibrary.prototype.saveAs = function(title, success, error)
63 RemoteLibrary.prototype.updateFileData = function()
70 RemoteLibrary.prototype.open = function()
H A DSettings.js225 libraries: Sidebar.prototype.defaultEntries,
231 pageFormat: mxGraph.prototype.pageFormat,
234 gridColor: mxGraphView.prototype.defaultGridColor,
235 darkGridColor: mxGraphView.prototype.defaultDarkGridColor,
309 mxSettings.settings.libraries = Sidebar.prototype.defaultEntries;
339 mxSettings.settings.pageFormat = mxGraph.prototype.pageFormat;
354 mxSettings.settings.gridColor = mxGraphView.prototype.defaultGridColor;
359 mxSettings.settings.darkGridColor = mxGraphView.prototype.defaultDarkGridColor;
H A DStorageFile.js26 StorageFile.prototype.autosaveDelay = 2000;
31 StorageFile.prototype.maxAutosaveDelay = 20000;
36 StorageFile.prototype.type = 'F';
44 StorageFile.prototype.getMode = function()
52 StorageFile.prototype.isAutosaveOptional = function()
63 StorageFile.prototype.getHash = function()
74 StorageFile.prototype.getTitle = function()
85 StorageFile.prototype.isRenamable = function()
109 DrawioFile.prototype.save.apply(this, arguments);
347 StorageFile.prototype.open = function()
[all …]
H A DStorageLibrary.js24 StorageLibrary.prototype.type = 'L';
32 StorageLibrary.prototype.isAutosave = function()
40 StorageLibrary.prototype.saveAs = function(title, success, error)
51 StorageLibrary.prototype.getHash = function()
62 StorageLibrary.prototype.getTitle = function()
70 StorageLibrary.prototype.isRenamable = function(title, success, error)
79 StorageLibrary.prototype.open = function()
H A DTrees.js15 var graphFoldCells = Graph.prototype.foldCells;
57 Graph.prototype.foldTreeCell = function(collapse, cell)
99 Graph.prototype.isTreeEdge = function(cell)
118 Graph.prototype.getIncomingTreeEdges = function(cell, parent)
126 Graph.prototype.getOutgoingTreeEdges = function(cell, parent)
134 var editorUiInit = EditorUi.prototype.init;
136 EditorUi.prototype.init = function()
146 EditorUi.prototype.addTrees = function()
1247 mxVertexHandler.prototype.init = function()
1279 mxVertexHandler.prototype.redrawHandles = function()
[all …]
H A DTrelloClient.js17 TrelloClient.prototype.baseUrl = 'https://api.trello.com/1/';
19 TrelloClient.prototype.SEPARATOR = '|$|';
24 TrelloClient.prototype.maxFileSize = 10000000 /*10MB*/;
29 TrelloClient.prototype.extension = '.xml'; //TODO export to png
35 TrelloClient.prototype.authenticate = function(fn, error, force)
91 TrelloClient.prototype.getLibrary = function(id, success, error)
391 TrelloClient.prototype.pickLibrary = function(fn)
399 TrelloClient.prototype.pickFolder = function(fn)
414 TrelloClient.prototype.pickFile = function(fn, returnObject)
687 TrelloClient.prototype.isAuthorized = function()
[all …]
H A DTrelloFile.js19 TrelloFile.prototype.getHash = function()
27 TrelloFile.prototype.getMode = function()
35 TrelloFile.prototype.isAutosave = function()
43 TrelloFile.prototype.getTitle = function()
51 TrelloFile.prototype.isRenamable = function()
59 TrelloFile.prototype.getSize = function()
67 TrelloFile.prototype.save = function(revision, success, error)
75 TrelloFile.prototype.saveAs = function(title, success, error)
83 TrelloFile.prototype.doSave = function(title, success, error)
89 DrawioFile.prototype.save.apply(this, [null, mxUtils.bind(this, function()
[all …]
H A DTrelloLibrary.js16 TrelloLibrary.prototype.doSave = function(title, success, error)
25 TrelloLibrary.prototype.open = function()
H A DUrlLibrary.js37 UrlLibrary.prototype.getHash = function()
48 UrlLibrary.prototype.getTitle = function()
59 UrlLibrary.prototype.isAutosave = function()
67 UrlLibrary.prototype.isEditable = function(title, success, error)
75 UrlLibrary.prototype.saveAs = function(title, success, error)
84 UrlLibrary.prototype.open = function()
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js7 mxGraphMlCodec.prototype.refRegexp = /^\{y\:GraphMLReference\s+(\d+)\}$/;
8 mxGraphMlCodec.prototype.staticRegexp = /^\{x\:Static\s+(.+)\.(.+)\}$/;
10 mxGraphMlCodec.prototype.decode = function (xml, callback, onError)
134 mxGraphMlCodec.prototype.initializeKeys = function (graphmlElement)
230 mxGraphMlCodec.prototype.parseAttributes = function (elem, obj)
270 mxGraphMlCodec.prototype.dataElem2Obj = function (elem)
370 mxGraphMlCodec.prototype.mapArray = function(arr, mapping, map)
384 mxGraphMlCodec.prototype.mapObject = function (obj, mapping, map)
487 mxGraphMlCodec.prototype.createMxGraph = function ()
564 mxGraphMlCodec.prototype.styleMap2Str = function (styleMap)
[all …]

1...<<11121314151617181920>>...44