Home
last modified time | relevance | path

Searched refs:prototype (Results 451 – 475 of 1094) sorted by last modified time

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

/plugin/diagramsnet/lib/shapes/
H A DmxFlowchart.js26 mxShapeFlowchartDocument2.prototype.cst = {DOCUMENT2 : 'mxgraph.flowchart.document2'};
28 mxShapeFlowchartDocument2.prototype.customProperties = [
37 mxShapeFlowchartDocument2.prototype.paintVertexShape = function(c, x, y, w, h)
59 mxCellRenderer.registerShape(mxShapeFlowchartDocument2.prototype.cst.DOCUMENT2, mxShapeFlowchartDoc…
61 mxShapeFlowchartDocument2.prototype.constraints =
72 Graph.handleFactory[mxShapeFlowchartDocument2.prototype.cst.DOCUMENT2] = function(state)
H A DmxIBM.js26 mxShapeIBMBox.prototype.cst = {
30 mxShapeIBMBox.prototype.customProperties = [
47 mxShapeIBMBox.prototype.paintVertexShape = function(c, x, y, w, h)
100 mxCellRenderer.registerShape(mxShapeIBMBox.prototype.cst.IBM_BOX, mxShapeIBMBox);
H A DmxKubernetes.js25 mxShapeKubernetesIcon.prototype.cst = {
29 mxShapeKubernetesIcon.prototype.customProperties = [
77 mxShapeKubernetesIcon.prototype.paintVertexShape = function(c, x, y, w, h)
103 mxCellRenderer.registerShape(mxShapeKubernetesIcon.prototype.cst.ICON, mxShapeKubernetesIcon);
105 mxShapeKubernetesIcon.prototype.getConstraints = function(style, w, h)
H A DmxLeanMap.js49 mxLeanBoatShipment.prototype.constraints = [
112 mxLeanSafetyStock.prototype.constraints = [
191 mxLeanDataBox.prototype.constraints = [
494 mxLeanWorkcell.prototype.constraints = [
647 mxLeanPushArrow.prototype.constraints = [
703 mxLeanSupermarket.prototype.constraints = [
836 mxLeanFifoLane.prototype.constraints = [
1435 mxLeanWarehouse.prototype.constraints = [
1607 mxLeanCrossDock.prototype.constraints = [
1703 mxLeanOrders.prototype.constraints = [
[all …]
H A DmxUML25.js19 mxShapeUMLInputPin.prototype.cst = {INPUT_PIN : 'mxgraph.uml25.inputPin'};
21 mxShapeUMLInputPin.prototype.paintVertexShape = function(c, x, y, w, h)
46 mxShapeUMLInputPin.prototype.constraints = null;
70 mxShapeUMLBehaviorAction.prototype.paintVertexShape = function(c, x, y, w, h)
131 mxShapeUMLBehaviorAction.prototype.constraints = null;
154 mxShapeUMLAction.prototype.cst = {ACTION : 'mxgraph.uml25.action'};
161 mxShapeUMLAction.prototype.paintVertexShape = function(c, x, y, w, h)
191 mxCellRenderer.registerShape(mxShapeUMLAction.prototype.cst.ACTION, mxShapeUMLAction);
193 mxShapeUMLAction.prototype.constraints = null;
223 mxShapeUMLActionParams.prototype.paintVertexShape = function(c, x, y, w, h)
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-VVD.js3 Sidebar.prototype.addVVDPalette = function()
/plugin/diagramsnet/lib/js/diagramly/
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 DDropboxLibrary.js19 DropboxLibrary.prototype.isAutosave = function()
27 DropboxLibrary.prototype.doSave = function(title, success, error)
36 DropboxLibrary.prototype.open = function()
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 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)
/plugin/diagramsnet/lib/js/
H A Dopen.js117 var str = window.parent.EditorUi.prototype.timeSince(new Date(fileInfo.lastModified));
128 …window.parent.mxUtils.write(sizeTd, window.parent.EditorUi.prototype.formatFileSize(fileInfo.size)…
/plugin/clipboardutils/lib/
H A Dclipboard.min.js7prototype?"symbol":typeof t})(t)}var s=function(){var t=0<arguments.length&&void 0!==arguments[0]?…
/plugin/survey/
H A Dscript.js17 Dokuwiki_Survey.prototype.goToSurvey = function (childId) {
38 Dokuwiki_Survey.prototype.makeSurvey = function () {
/plugin/dirtylittlehelper/script/
H A Djquery-ui-touch-punch-cmpr.js11 …h="ontouchend" in document;if(!b.support.touch){return}var d=b.ui.mouse.prototype,f=d._mouseInit,c…
H A Djquery-ui-touch-punch.js21 var mouseProto = $.ui.mouse.prototype,
H A Dmermaid.min.js1prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=384)}([function(t,e,n){"use strict";n.r(e);var r=…
28prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1prototype._stopWorker=function(){this._worker&&(this._worker.dispose(),this._worker=null),this._cl…
H A D4.4.js.map1prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();…
H A D5.5.js1prototype._stopWorker=function(){this._worker&&(this._worker.dispose(),this._worker=null),this._cl…
H A D5.5.js.map1prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\…
H A D6.6.js1prototype._stopWorker=function(){this._worker&&(this._worker.dispose(),this._worker=null),this._cl…
H A D70.70.js1prototype._stopWorker=function(){this._worker&&(this._worker.dispose(),this._worker=null),this._cl…
H A Dbundle.js.map1prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tr…

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