Home
last modified time | relevance | path

Searched refs:prototype (Results 301 – 325 of 1094) sorted by last modified time

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

/plugin/diagramsnet/lib/js/diagramly/
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 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 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 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 DEmbed.js101 mxGraph.prototype.getImageFromBundles = function(key)
133 mxPanningHandler.prototype.isPanningTrigger = function(me)
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 …]
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 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 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 …]
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2prototype=t.prototype;e.prototype=new i};!function(e){if("object"==typeof exports&&"undefined"!=ty…
10prototype.toString.call(e)},i=0,t=void 0,n=void 0,s=function(e,t){p[i]=e;p[i+1]=t;2===(i+=2)&&(n?n…
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js27 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_LINEAR;
31 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_HANGER2;
35 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_FISHBONE1;
38 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_FISHBONE2;
41 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_1COLUMN_L;
47 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_SMART;
50 this.branchOptimizer = mxOrgChartLayout.prototype.BRANCH_OPT_HANGER4;
61 mxOrgChartLayout.prototype = new mxGraphLayout();
62 mxOrgChartLayout.prototype.constructor = mxOrgChartLayout;
72 mxOrgChartLayout.prototype.BRANCH_OPT_SMART = 'branchOptimizerSmart';
[all …]
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.modified22 …st either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.p…
32 … return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Re…
42 …rotoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if…
44 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
58 …eof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o)…
H A Drough.min.js1 …eError("ES3 does not support getters and setters.");d!=Array.prototype&&d!=Object.prototype&&(d[h]…
3 …scomp.polyfill("Reflect.apply",function(d){if(d)return d;var h=Function.prototype.apply;return fun…
4 …return d?d:function(d,l,p){void 0===p&&(p=d);p=Object.create(p.prototype||Object.prototype);return…
5 …obal.Symbol("iterator"));"function"!=typeof Array.prototype[d]&&$jscomp.defineProperty(Array.proto…
7 …99254740991},"es6-impl","es3");$jscomp.owns=function(d,h){return Object.prototype.hasOwnProperty.c…
9 …("Super expression must either be null or a function");d.prototype=Object.create(h&&h.prototype,{c…
12 …uct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Re…
15prototype,h);l&&_defineProperties(d,l);return d}function _typeof(d){"@babel/helpers - typeof";_typ…
18 …if(d){if("string"===typeof d)return _arrayLikeToArray(d,h);var l=Object.prototype.toString.call(d)…
/plugin/diagramsnet/lib/js/sanitizer/
H A Dsanitizer.min.js38prototype.toString=function(){var d=[];s!==this.j&&d.push(this.j,":");s!==this.k&&(d.push("//"),s!…
39prototype.K=function(){return s!==this.j};e.prototype.da=function(d){this.n=d?d:s};e.prototype.X=f…
40 function(){return this.g&&decodeURIComponent(this.g)};e.prototype.G=function(d){d?(d=""+d,this.g=!t…
41 …deURIComponent(b.toString()));this.l=a.join("")};e.prototype.fa=function(d){this.o=d?d:s};e.protot…
/plugin/diagramsnet/lib/js/
H A Dshapes-14-6-5.min.js7prototype.paintVertexShape=function(a,d,e,b,c){this.redrawPath(a,d,e,b,c,mxBpmnShape.prototype.mis…
11prototype.miscEnum.SYMBOL&&(g===mxBpmnShape.prototype.eventTypeEnum.GATEWAY&&(c/=2,b/=2),g=mxUtils…
31prototype.customProperties=[{name:mxShapeBpmnEvent.prototype.miscEnum.SYMBOL,dispName:"Event",type…
50prototype.customProperties=mxShapeBpmnEvent.prototype.customProperties;mxShapeBpmnGateway.prototyp…
59prototype.customProperties=mxShapeBpmn2Task.prototype.customProperties.concat(mxShapeBpmnEvent.pro…
60 mxShapeBpmn2Task.prototype.miscEnum=mxShapeBpmnEvent.prototype.miscEnum;mxShapeBpmn2Task.prototype.…
1462prototype.foreground=function(a,d,e,b,c){var f=mxUtils.getValue(this.style,mxArchiMate3Application…
1473prototype.cst.COURSE?mxArchiMate3Course.prototype.background(a,d,e,b,c):f===mxArchiMate3Applicatio…
2807prototype.isGateVariant=function(a){return a===mxShapePidValve.prototype.cst.GATE||a===mxShapePidV…
2808prototype.isAngleVariant=function(a){return a===mxShapePidValve.prototype.cst.ANGLE||a===mxShapePi…
[all …]
H A Dshapes.min.js7prototype.paintVertexShape=function(a,d,e,b,c){this.redrawPath(a,d,e,b,c,mxBpmnShape.prototype.mis…
1424prototype.cst.COURSE?mxArchiMate3Course.prototype.background(a,d,e,b,c):f===mxArchiMate3Applicatio…
1923prototype.paintRight(a,d,e,b,c,f,t,h,n),mxShapeBasicRect2.prototype.paintSE(a,d,e,b,c,f,t,h,m),mxS…
1924prototype.paintSEInner(a,d,e,b,c,f,t,h,l),mxShapeBasicRect2.prototype.paintRightInner(a,d,e,b,c,f,…
1932prototype.paintNW(a,d,e,b,c,f,q,h,p),mxShapeBasicRect2.prototype.paintTop(a,d,e,b,c,f,r,h,m),mxSha…
1936prototype.paintNEInner(a,d,e,b,c,f,r,h,l),mxShapeBasicRect2.prototype.paintTopInner(a,d,e,b,c,f,q,…
1940prototype.paintSE(a,d,e,b,c,f,t,h,m),mxShapeBasicRect2.prototype.paintBottom(a,d,e,b,c,f,u,h,p),mx…
1943prototype.paintNWInner(a,d,e,b,c,f,q,h,l),mxShapeBasicRect2.prototype.paintLeftInner(a,d,e,b,c,f,u…
2822prototype.isGateVariant=function(a){return a===mxShapePidValve.prototype.cst.GATE||a===mxShapePidV…
2823prototype.isAngleVariant=function(a){return a===mxShapePidValve.prototype.cst.ANGLE||a===mxShapePi…
[all …]
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=18)}([function(t,e,n){var r=n(24),o=n(25),i=Strin…
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js304prototype.node=null;mxSvgCanvas2D.prototype.matchHtmlAlignment=!0;mxSvgCanvas2D.prototype.textEnab…
368prototype.minSvgStrokeWidth=1;mxShape.prototype.bounds=null;mxShape.prototype.points=null;mxShape.
549prototype.horizontal=null;mxStackLayout.prototype.spacing=null;mxStackLayout.prototype.x0=null;mxS…
779prototype.edge=!1;mxCell.prototype.connectable=!0;mxCell.prototype.visible=!0;mxCell.prototype.col…
1059prototype=new mxEventSource;mxGraph.prototype.constructor=mxGraph;mxGraph.prototype.mouseListeners…
1060prototype.gridEnabled=!0;mxGraph.prototype.portsEnabled=!0;mxGraph.prototype.nativeDblClickEnabled…
1061prototype.initialTouchX=0;mxGraph.prototype.initialTouchY=0;mxGraph.prototype.tolerance=4;mxGraph.
1062prototype.pageFormat=mxConstants.PAGE_FORMAT_A4_PORTRAIT;mxGraph.prototype.pageScale=1.5;mxGraph.p…
1063prototype.cellsDeletable=!0;mxGraph.prototype.cellsMovable=!0;mxGraph.prototype.edgeLabelsMovable=…
1064prototype.ignoreScrollbars=!1;mxGraph.prototype.translateToScrollPosition=!1;mxGraph.prototype.tim…
[all …]
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js289 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen)
337 DrawioComment.prototype.editComment = function(newContent, success, error)
372 DrawioComment.prototype.deleteComment = function(success, error)

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