Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxAsyncCanvas.js26 mxAsyncCanvas.prototype.htmlCanvas = null;
33 mxAsyncCanvas.prototype.canvasIndex = 0;
40 mxAsyncCanvas.prototype.waitCounter = 0;
47 mxAsyncCanvas.prototype.onComplete = null;
49 mxAsyncCanvas.prototype.incWaitCounter = function()
54 mxAsyncCanvas.prototype.decWaitCounter = function()
65 mxAsyncCanvas.prototype.updateFont = function()
86 mxAsyncCanvas.prototype.setAlpha = function(alpha)
174 mxAsyncCanvas.prototype.fill = function() {};
176 mxAsyncCanvas.prototype.stroke = function() {};
[all …]
H A DmxJsCanvas.js43 mxJsCanvas.prototype.ctx = null;
50 mxJsCanvas.prototype.waitCounter = 0;
57 mxJsCanvas.prototype.onComplete = null;
64 mxJsCanvas.prototype.images = null;
71 mxJsCanvas.prototype.subCanvas = null;
78 mxJsCanvas.prototype.canvasIndex = 0;
128 mxJsCanvas.prototype.save = function()
135 mxJsCanvas.prototype.restore = function()
141 mxJsCanvas.prototype.scale = function(s)
584 mxJsCanvas.prototype.begin = function()
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js40 FCKDialogCommand.prototype.Execute = function()
74 FCKFormatBlockCommand.prototype =
78 Execute : FCKStyleCommand.prototype.Execute,
91 FCKFontNameCommand.prototype =
94 Execute : FCKStyleCommand.prototype.Execute,
102 FCKFontSizeCommand.prototype =
131 FCKSaveCommand.prototype.Execute = function()
340 FCKPasteCommand.prototype =
362 FCKRuleCommand.prototype =
382 FCKCopyCommand.prototype =
[all …]
/plugin/diagramsnet/lib/js/diagramly/
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 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 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 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 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 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 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()
/plugin/diagramsnet/lib/shapes/rack/
H A DmxRack.js32 mxRackContainer.prototype.cst =
165 mxRackPlate.prototype.cst =
231 mxRackHorCableDuct.prototype.cst =
355 mxRackNeatPatch.prototype.cst =
402 mxRackShelf.prototype.cst =
534 mxRackRackCabinet.prototype.cst =
947 mxRackNeatPatch2U.prototype.cst =
1000 mxRackShelf1U.prototype.cst =
1047 mxRackShelf2U.prototype.cst =
1094 mxRackShelf4U.prototype.cst =
[all …]
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidInstruments.js26 mxShapePidDiscInst.prototype.cst = {
35 mxShapePidDiscInst.prototype.customProperties = [
96 mxShapePidDiscInst.prototype.constraints = [
127 mxShapePidSharedCont.prototype.cst = {
200 mxShapePidSharedCont.prototype.constraints = [
231 mxShapePidCompFunc.prototype.cst = {
308 mxShapePidCompFunc.prototype.constraints = [
339 mxShapePidProgLogCont.prototype.cst = {
448 mxShapePidIndicator.prototype.cst = {
601 mxShapePidLogic.prototype.cst = {
[all …]
H A DmxPidValves.js26 mxShapePidValve.prototype.cst = {
67 mxShapePidValve.prototype.customProperties = [
118 …ator = mxUtils.getValue(this.style, mxShapePidValve.prototype.cst.ACTUATOR, mxShapePidValve.protot…
144 if (actuator !== mxShapePidValve.prototype.cst.NONE)
180 if (actuator !== mxShapePidValve.prototype.cst.NONE)
228 …else if (actuator === mxShapePidValve.prototype.cst.MOTOR || actuator === mxShapePidValve.prototyp…
345 if (actuator === mxShapePidValve.prototype.cst.MOTOR)
499 if (actuator === mxShapePidValve.prototype.cst.PILOT)
586 …else if (valveType === mxShapePidValve.prototype.cst.BALL || valveType === mxShapePidValve.prototy…
850 valveType === mxShapePidValve.prototype.cst.GLOBE)
[all …]
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupForms.js26 mxShapeMockupCheckboxGroup.prototype.cst = {
153 mxShapeMockupRadioGroup.prototype.cst = {
275 mxShapeMockupColorPicker.prototype.cst = {
348 mxShapeMockupComboBox.prototype.cst = {
438 mxShapeMockupSpinner.prototype.cst = {
994 mxShapeMockupMenuBar.prototype.cst = {
1312 mxShapeMockupListBox.prototype.cst = {
1442 mxShapeMockupPwField.prototype.cst = {
1502 mxShapeMockupSplitter.prototype.cst = {
1576 mxShapeMockupWedgeBar.prototype.cst = {
[all …]
H A DmxMockupText.js26 mxShapeMockupLink.prototype.cst = {
80 mxShapeMockupLinkBar.prototype.cst = {
279 mxShapeMockupCallout.prototype.cst = {
295 mxShapeMockupCallout.prototype.customProperties = [
480 mxShapeMockupStickyNote.prototype.cst = {
561 mxShapeMockupStickyNote2.prototype.cst = {
626 mxShapeMockupBulletedList.prototype.cst = {
715 mxShapeMockupTextBox.prototype.cst = {
778 mxShapeMockupCaptcha.prototype.cst = {
860 mxShapeMockupAlphanumeric.prototype.cst = {
[all …]
H A DmxMockupButtons.js26 mxShapeMockupMultiButton.prototype.cst = {
134 mxShapeMockupButton.prototype.cst = {
232 mxShapeMockupHorButtonBar.prototype.cst = {
449 mxShapeMockupVerButtonBar.prototype.cst = {
660 mxShapeMockupOnOffButton.prototype.cst = {
756 mxShapeMockupRRect.prototype.cst = {
798 mxShapeMockupAnchor.prototype.cst = {
837 mxShapeMockupTopButton.prototype.cst = {
890 mxShapeMockupBottomButton.prototype.cst = {
943 mxShapeMockupRightButton.prototype.cst = {
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js9 if (isUndefined(Array.prototype.concat)) {
20 if (isUndefined(Array.prototype.copy)) {
21 Array.prototype.copy = function() {
31 if (isUndefined(Array.prototype.pop)) {
32 Array.prototype.pop = function() {
43 if (isUndefined(Array.prototype.push)) {
44 Array.prototype.push = function() {
54 if (isUndefined(Array.prototype.shift)) {
55 Array.prototype.shift = function() {
66 if (isUndefined(Array.prototype.slice)) {
[all …]
/plugin/indexmenu2/cms/extensions/
H A Darrayextensions.js2prototype.concat)){Array.prototype.concat=function(i){var I=this.copy();for(var l=0,o=i.length;l<o…
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js27 String.prototype.Contains = function( textToCheck )
32 String.prototype.Equals = function()
48 String.prototype.IEquals = function()
78 String.prototype.StartsWith = function( value )
84 String.prototype.EndsWith = function( value, ignoreCase )
101 String.prototype.Remove = function( start, length )
114 String.prototype.Trim = function()
120 String.prototype.LTrim = function()
126 String.prototype.RTrim = function()
151 Array.prototype.AddItem = function( item )
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxFloorplan.js26 mxFloorplanWall.prototype.cst = {
75 mxFloorplanWallCorner.prototype.cst = {
132 mxFloorplanWallU.prototype.cst = {
191 mxFloorplanRoom.prototype.cst = {
251 mxFloorplanWindow.prototype.cst = {
305 mxFloorplanDimension.prototype.cst = {
419 mxFloorplanStairs.prototype.cst = {
632 mxFloorplanDoorLeft.prototype.cst = {
681 mxFloorplanDoorRight.prototype.cst = {
1340 mxFloorplanOverhead.prototype.cst = {
[all …]
H A DmxGmdl.js26 mxShapeGmdlPlayer.prototype.cst = {
91 mxShapeGmdlSwitch.prototype.cst = {
112 …te = mxUtils.getValue(this.style, mxShapeGmdlSwitch.prototype.cst.STATE, mxShapeGmdlSwitch.prototy…
186 mxShapeGmdlMarginRect.prototype.cst = {
258 mxShapeGmdlSliderNormal.prototype.cst = {
315 mxShapeGmdlSlider2.prototype.cst = {
404 mxShapeGmdlSliderFocused.prototype.cst = {
501 mxShapeGmdlSliderDisabled.prototype.cst = {
577 mxShapeGmdlSliderDisabled2.prototype.cst = {
669 mxShapeGmdlSliderDiscrete.prototype.cst = {
[all …]
H A DmxArchiMate3.js26 mxArchiMate3Application.prototype.cst = {
744 mxArchiMate3Process.prototype.cst = {
1165 mxArchiMate3Event.prototype.cst = {
1233 mxArchiMate3Event2.prototype.cst = {
1282 mxArchiMate3Actor.prototype.cst = {
1351 mxArchiMate3Role.prototype.cst = {
1881 mxArchiMate3Gap.prototype.cst = {
1975 mxArchiMate3Tech.prototype.cst = {
2459 mxArchiMate3Node.prototype.cst = {
2616 mxArchiMate3SysSw.prototype.cst = {
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js106 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
1704 destClass.prototype[name] = _this.prototype[name];
1715 destClass.prototype[name] = _this.prototype[name];
2434 Theme.prototype.classes = {};
2435 Theme.prototype.iconClasses = {};
2436 Theme.prototype.baseIconClass = '';
4445 View.prototype.usesMinMaxTime = false;
5220 this.prototype._globalWatchArgs = Object.create(this.prototype._globalWatchArgs);
5490 var proto = this.prototype;
9188 StandardTheme.prototype.classes = {
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js96 Sidebar.prototype.customEntries = null;
104 Sidebar.prototype.enabledLibraries = null;
109 Sidebar.prototype.maxPreloadCount = 20;
243 Sidebar.prototype.togglePalette = function(id)
262 Sidebar.prototype.showPalette = function(id, visible)
282 Sidebar.prototype.getConfigurationById = function(id)
316 Sidebar.prototype.isEntryVisible = function(key)
455 Sidebar.prototype.init = function()
715 Sidebar.prototype.addTagIndex = function(text)
787 Sidebar.prototype.addSearchIndex = function(shapes)
[all …]
/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 …]

12345678910>>...44