Home
last modified time | relevance | path

Searched refs:prototype (Results 151 – 175 of 1094) sorted by relevance

12345678910>>...44

/plugin/diagramsnet/lib/js/diagramly/
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 DOneDriveLibrary.js19 OneDriveLibrary.prototype.isAutosave = function()
30 OneDriveLibrary.prototype.save = function(revision, success, error)
47 OneDriveLibrary.prototype.open = function()
H A DDriveLibrary.js19 DriveLibrary.prototype.isAutosave = function()
30 DriveLibrary.prototype.save = function(revision, success, error)
47 DriveLibrary.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 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 …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js1055 EditorUi.prototype.menubarHeight = 30;
1060 EditorUi.prototype.formatEnabled = true;
1065 EditorUi.prototype.formatWidth = 240;
1070 EditorUi.prototype.toolbarHeight = 38;
1075 EditorUi.prototype.footerHeight = 28;
1111 EditorUi.prototype.init = function()
1967 EditorUi.prototype.lazyZoomDelay = 20;
3132 EditorUi.prototype.open = function()
3260 EditorUi.prototype.redo = function()
3284 EditorUi.prototype.undo = function()
[all …]
H A DMenus.js23 Menus.prototype.defaultFont = 'Helvetica';
28 Menus.prototype.defaultFontSize = '12';
44 Menus.prototype.init = function()
595 Menus.prototype.put = function(name, menu)
605 Menus.prototype.get = function(name)
1139 Menus.prototype.showIconOnly = function(elt)
1697 Menubar.prototype.hideMenu = function()
1789 Menubar.prototype.destroy = function()
1810 Menu.prototype.isEnabled = function()
1818 Menu.prototype.setEnabled = function(value)
[all …]
H A DSidebar.js92 Sidebar.prototype.init = function()
150 Sidebar.prototype.tooltipBorder = 16;
155 Sidebar.prototype.tooltipDelay = 300;
170 Sidebar.prototype.thumbWidth = 42;
175 Sidebar.prototype.thumbHeight = 42;
195 Sidebar.prototype.thumbBorder = 2;
203 Sidebar.prototype.thumbBorder = 1;
204 Sidebar.prototype.thumbWidth = 32;
205 Sidebar.prototype.thumbHeight = 30;
213 Sidebar.prototype.sidebarTitleSize = 8;
[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/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarstylecombo.js38 FCKToolbarStyleCombo.prototype = new FCKToolbarSpecialCombo ;
40 FCKToolbarStyleCombo.prototype.GetLabel = function()
45 FCKToolbarStyleCombo.prototype.GetStyles = function()
59 FCKToolbarStyleCombo.prototype.CreateItems = function( targetSpecialCombo )
92 FCKToolbarStyleCombo.prototype.RefreshActiveItems = function( targetSpecialCombo )
120 FCKToolbarStyleCombo.prototype.StyleCombo_OnBeforeClick = function( targetSpecialCombo )
H A Dfckenterkey.js103 FCKEnterKey.prototype.DoEnter = function( mode, hasShift )
123 FCKEnterKey.prototype.DoShiftEnter = function()
131 FCKEnterKey.prototype.DoBackspace = function()
212 FCKEnterKey.prototype.DoCtrlBackspace = function()
311 FCKEnterKey.prototype.DoDelete = function()
361 FCKEnterKey.prototype.DoTab = function()
392 FCKEnterKey.prototype._ExecuteEnterBlock = function( blockTag, range )
481 FCKEnterKey.prototype._ExecuteEnterBr = function( blockTag )
570 FCKEnterKey.prototype._RecreateEndingTree = function( source, target )
577 FCKEnterKey.prototype._OutdentWithSelection = function( li, range )
[all …]
H A Dfckmenuitem.js41 FCKMenuItem.prototype.AddItem = function( name, label, iconPathOrStripInfoArrayOrIndex, isDisabled )
47 FCKMenuItem.prototype.AddSeparator = function()
52 FCKMenuItem.prototype.Create = function( parentTable )
100 FCKMenuItem.prototype.Activate = function()
116 FCKMenuItem.prototype.Deactivate = function()
H A Dfckpanel.js107 FCKPanel.prototype.AppendStyleSheet = function( styleSheet )
112 FCKPanel.prototype.Preload = function( x, y, relElement )
121 FCKPanel.prototype.Show = function( x, y, relElement, width, height )
250 FCKPanel.prototype.Hide = function( ignoreOnHide )
277 FCKPanel.prototype.CheckIsOpened = function()
285 FCKPanel.prototype.CreateChildPanel = function()
295 FCKPanel.prototype.Lock = function()
300 FCKPanel.prototype.Unlock = function()
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckspellcheckcommand_ie.js31 FCKSpellCheckCommand.prototype.Execute = function()
45 FCKSpellCheckCommand.prototype._RunIeSpell = function()
64 FCKSpellCheckCommand.prototype.GetState = function()
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dwgxpath.install.js3 ….length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.sli…
4prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?ba:ca;return da.appl…
5prototype=b.prototype;a.G=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.F=function(a,c…
30prototype.trim?function(a){return a.trim()}:function(a){return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,…
31prototype.reduce?function(a,b,c,d){d&&(b=da(b,d));return Array.prototype.reduce.call(a,b,c)}:funct…
32 …rray.prototype.concat.apply(Array.prototype,arguments)}function ma(a,b,c){return 2>=arguments.leng… argument
45prototype.a=function(a){return this.c.m(this.h,this.o,a)};N.prototype.toString=function(){var a="B…
48prototype.a=function(a){return this.h.m.apply(null,la(a,this.c))};ab.prototype.toString=function()…
55prototype.toString=function(){var a="Kind Test: "+this.h;null===this.c||(a+=J(this.c));return a};f…
56prototype.toString=function(){return"Name Test: "+("http://www.w3.org/1999/xhtml"==this.c?"":this.…
[all …]
/plugin/diagramsnet/lib/shapes/
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 DmxNetworks.js26 mxShapeNetworksBus.prototype.cst = {
35 mxShapeNetworksBus.prototype.paintVertexShape = function(c, x, y, w, h)
43 mxShapeNetworksBus.prototype.background = function(c, x, y, w, h)
54 mxShapeNetworksBus.prototype.foreground = function(c, x, y, w, h)
64 mxCellRenderer.registerShape(mxShapeNetworksBus.prototype.cst.SHAPE_BUS, mxShapeNetworksBus);
76 mxShapeNetworksCommLinkEdge.prototype.paintEdgeShape = function(c, pts)
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.production.min.js2prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!…
7prototype.hasOwnProperty.call(e,t)}function Ot(e){if("function"==typeof e||Object(e)!==e)return e;…
28prototype.importXML=gr((function(e,t){var n=this;return new Promise((function(i,r){e=n._emit("impo…
33prototype;(i=e.prototype=Object.create(r)).constructor=e,i._super=r,n&&o(i,n)}function g(e,t){retu…
34prototype.cropWaypoints=function(e,t){var n=this._injector.get("connectionDocking",!1);if(!n)retur…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js19 BmpDecoder.prototype.parseHeader = function() {
72 BmpDecoder.prototype.parseBGR = function() {
90 BmpDecoder.prototype.bit1 = function() {
116 BmpDecoder.prototype.bit4 = function() {
149 BmpDecoder.prototype.bit8 = function() {
175 BmpDecoder.prototype.bit15 = function() {
204 BmpDecoder.prototype.bit16 = function() {
233 BmpDecoder.prototype.bit24 = function() {
261 BmpDecoder.prototype.bit32 = function() {
281 BmpDecoder.prototype.getData = function() {
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js38 mxWebColaLayout.prototype = new mxGraphLayout();
39 mxWebColaLayout.prototype.constructor = mxWebColaLayout;
41 mxWebColaLayout.prototype.layoutType = null;
43 mxWebColaLayout.prototype.execute = function(parent)
64 mxWebColaLayout.prototype.getReachableVertices = function(parent)
93 mxWebColaLayout.prototype.computePositions = function()
101 mxWebColaLayout.prototype.resetGraph = function(graph)
135 mxWebColaLayout.prototype.getGroupBounds = function(model, groupCell)
204 mxWebColaLayout.prototype.adjustChildOffsets = function(model, groupCell, isUndoable, isInitial)
246 mxWebColaLayout.prototype.updateGraph = function(isUndoable = false, initial = false)
/plugin/gallery/script/
H A Dprosemirror.js300 GalleryNodeView.prototype = Object.create(AbstractNodeView.prototype);
301 GalleryNodeView.prototype.constructor = GalleryNodeView;
310 GalleryNodeView.prototype.renderNode = function (attrs) {
346 GalleryNodeView.prototype.update = function (node) {
353 GalleryNodeView.prototype.selectNode = function () {
357 GalleryNodeView.prototype.deselectNode = function () {
373 this.prototype = Object.create(window.Prosemirror.classes.AbstractMenuItemDispatcher.prototype);
374 this.prototype
[all...]
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js31 FCKXml.prototype.GetHttpRequest = function()
48 FCKXml.prototype.LoadUrl = function( urlToCall, asyncFunctionPointer )
92 FCKXml.prototype.SelectNodes = function( xpath )
115 FCKXml.prototype.SelectSingleNode = function( xpath )
/plugin/diagramsnet/lib/shapes/er/
H A DmxER.js108 mxShapeEREntity.prototype.constraints = [
301 mxShapeEREntityExt.prototype.constraints = [
484 mxShapeERHas.prototype.constraints = [
557 mxShapeERCloud.prototype.constraints = [
827 mxShapeERNote.prototype.constraints = [
937 mxShapeERChen.prototype.constraints = [
1092 mxShapeERBachman.prototype.constraints = [
1228 mxShapeERInfEng.prototype.constraints = [
1425 mxShapeERRRect.prototype.cst = {
1450 mxShapeERRRect.prototype.constraints = [
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2prototype?"symbol":typeof e},n(e)}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot…
7prototype.hasOwnProperty.call(e,t)}function gr(e){if("function"==typeof e||Object(e)!==e)return e;…
12 …ropertySymbols(e);for(i=0;i<o.length;i++)n=o[i],t.indexOf(n)>=0||Object.prototype.propertyIsEnumer…
21prototype.saveSVG=kn((function(e){var t=this;return new Promise((function(e){var n=t.get("canvas")…
H A Ddmn-viewer.production.min.js2prototype?"symbol":typeof e},n(e)}function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot…
7 …ropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumer…
16prototype.saveSVG=sn((function(e){var t=this;return new Promise((function(e){var n=t.get("canvas")…

12345678910>>...44